diff --git a/.editorconfig b/.editorconfig index 8f0de65..078441f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,8 +3,8 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_size = 4 indent_style = space +indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true @@ -14,5 +14,8 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 +[*.{js,json,ts,vue}] +indent_size = 2 + [docker-compose.yml] indent_size = 4 diff --git a/.gitattributes b/.gitattributes index 90a4e33..1805660 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,24 +1,40 @@ -# Normaliza los saltos de línea en diferentes SO +# Normaliza los saltos de línea para todos los sistemas operativos * text=auto eol=lf -# Reglas para archivos específicos +# Reglas de diferencia por tipo de archivo *.blade.php diff=html -*.css diff=css -*.html diff=html -*.md diff=markdown -*.php diff=php +*.css diff=css +*.html diff=html +*.js diff=javascript +*.ts diff=typescript +*.vue diff=html +*.md diff=markdown +*.php diff=php +*.json diff=json +*.yml diff=yaml +*.yaml diff=yaml +*.stub diff=php -# Evitar que estos archivos se exporten con Composer create-project -/.github export-ignore -/.gitignore export-ignore -/.git export-ignore -.gitattributes export-ignore -.editorconfig export-ignore -.prettierrc.json export-ignore -.prettierignore export-ignore -.eslintrc.json export-ignore -CHANGELOG.md export-ignore -CONTRIBUTING.md export-ignore -README.md export-ignore -composer.lock export-ignore -package-lock.json export-ignore +# Archivos que NO deben exportarse con Composer create-project +/.github export-ignore +/.gitignore export-ignore +/.git export-ignore +.gitattributes export-ignore +.editorconfig export-ignore +.prettierrc.json export-ignore +.prettierignore export-ignore +.eslintrc.json export-ignore +CHANGELOG.md export-ignore +CONTRIBUTING.md export-ignore +README.md export-ignore +phpunit.xml export-ignore +phpunit.xml.dist export-ignore +composer.lock export-ignore +package-lock.json export-ignore +vite.config.js export-ignore +tailwind.config.js export-ignore +webpack.mix.js export-ignore +tests/ export-ignore +resources/assets/ export-ignore +resources/sass/ export-ignore +node_modules export-ignore diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b15c0d1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,25 @@ +# CODEOWNERS para koneko/laravel-vuexy-admin + +# Asignar todos los archivos a Arturo Corro Pacheco (mantenedor principal) +* @koneko-mx + +# Archivos legales y de documentación +/LICENSE* @koneko-mx +/NOTICE.md @koneko-mx +/README* @koneko-mx +/CHANGELOG* @koneko-mx +/.github/SECURITY.md @koneko-mx +/.github/CODE_OF_CONDUCT.md @koneko-mx +/.github/ISSUE_TEMPLATE/ @koneko-mx +/.github/PULL_REQUEST_TEMPLATE.md @koneko-mx + +# Código principal +/src/ @koneko-mx +/config/ @koneko-mx +/resources/ @koneko-mx +/routes/ @koneko-mx +/tests/ @koneko-mx + +# Archivos del paquete +/composer.json @koneko-mx +/package.json @koneko-mx diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..e00e004 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,24 @@ +# Código de Conducta de Contribuyentes + +Como participantes y colaboradores de este proyecto, nos comprometemos a fomentar una comunidad abierta, inclusiva, y respetuosa. + +## Comportamiento Esperado + +- Usar un lenguaje amable e inclusivo. +- Respetar diferentes puntos de vista y experiencias. +- Aceptar con gracia las críticas constructivas. +- Enfocarse en lo que es mejor para la comunidad. + +## Comportamiento Inaceptable + +- Uso de lenguaje ofensivo o insultante. +- Conducta de acoso en público o privado. +- Comentarios despectivos relacionados con género, raza, orientación, religión, discapacidad o condición médica. + +## Aplicación + +Las violaciones a este código pueden ser reportadas a: **arturo@koneko.mx** + +Nos reservamos el derecho de advertir, suspender o expulsar a cualquier contribuyente que no respete este código. + +Inspirado en el [Contributor Covenant](https://www.contributor-covenant.org/) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e8ed90c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,10 @@ +--- +name: "FUNDING.yml" +about: "Opciones de patrocinio del proyecto" +title: "Patrocinio" +labels: [funding] +assignees: [] + +--- + +Opciones de patrocinio del proyecto \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..115f54f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: "🐛 Bug Report" +about: Reporta un error, fallo o comportamiento inesperado. +title: "[BUG] " +labels: [bug] +assignees: [] + +--- + +## Descripción +Describe claramente el problema. + +## Pasos para reproducir +1. Ir a '...' +2. Hacer clic en '...' +3. Ver error '...' + +## Comportamiento esperado +Una descripción clara y concisa de lo que debería pasar. + +## Capturas de pantalla +(Si aplica, añade imágenes para ayudar a explicar tu problema.) + +## Entorno +- Versión de Laravel: +- Versión del componente: +- Navegador / Sistema operativo: + +## Información adicional +Agrega cualquier otro dato que consideres relevante. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..570f677 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,51 @@ +--- +name: "🧩 Feature Request" +about: Proponer una nueva funcionalidad o mejora para el sistema +title: "[Feature] " +labels: ["feature", "enhancement"] +assignees: [] + +--- + +## 📌 Descripción + +Por favor, proporciona una descripción clara y concisa de la funcionalidad que deseas agregar. + +--- + +## 🤔 Motivación + +¿Cuál es el problema que esta nueva funcionalidad resolverá o qué mejora ofrecerá? + +--- + +## 🧩 Solución Propuesta + +Describe cómo debería funcionar la nueva característica. Si tienes una idea de la implementación técnica, inclúyela. + +--- + +## 🛠️ Requisitos Técnicos (opcional) + +- ¿Requiere cambios en base de datos? +- ¿Afecta al rendimiento? +- ¿Involucra cambios en la UI o API? +- ¿Es compatible con la versión actual del sistema? + +--- + +## 💡 Alternativas consideradas + +Si evaluaste otras soluciones, por favor menciónalas y explica por qué las descartaste. + +--- + +## 📎 Recursos adicionales + +Agrega enlaces, capturas de pantalla o documentación que respalden tu solicitud. + +--- + +## 👤 Autor(a) + +- GitHub: @ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4fb229d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,55 @@ +# 📝 Pull Request + +Gracias por tu contribución a **Koneko Laravel Vuexy Admin**. + +Por favor, completa la siguiente información para ayudarnos a revisar tu PR. + +--- + +## 📋 Descripción + + + +--- + +## 🚀 Cambios realizados + +- [ ] Bugfix 🐞 +- [ ] Nueva característica ✨ +- [ ] Mejora/refactorización 🔧 +- [ ] Documentación 📚 +- [ ] Tests 🧪 +- [ ] Otro (especificar): + +--- + +## ✅ Checklist + +- [ ] He probado los cambios localmente +- [ ] He ejecutado las migraciones correctamente (si aplica) +- [ ] No he incluido datos sensibles ni secretos +- [ ] Los tests existentes no fallan +- [ ] He actualizado documentación relevante (si aplica) +- [ ] Incluye etiquetas útiles (`good first issue`, `bug`, `enhancement`, etc.) + +--- + +## 📎 Referencias + + +Closes # + +--- + +## 🌍 Idioma base + +- [ ] Español 🇲🇽 +- [ ] Inglés 🌐 +- [ ] Ambos + +--- + +## 👤 Autor(a) + +- GitHub: @ +- Nombre opcional: diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..9e3ac22 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,11 @@ +# Reporte de Vulnerabilidades de Seguridad + +Agradecemos el interés por ayudarnos a mantener este proyecto seguro. + +Si encuentras una vulnerabilidad de seguridad, por favor repórtala de manera responsable enviando un correo a: + +**arturo@koneko.mx** + +No abras un issue público hasta que hayamos tenido tiempo de analizar el reporte y preparar una solución. + +Gracias por apoyar la seguridad del ecosistema Koneko ERP. diff --git a/.gitignore b/.gitignore index d07bec2..a0f224d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,60 @@ -/node_modules -/vendor -/.vscode -/.nova -/.fleet -/.phpactor.json +# ⚙️ Laravel Package Defaults +/vendor/ +composer.lock + +# 🧪 PHPUnit +.phpunit.result.cache /.phpunit.cache -/.phpunit.result.cache -/.zed -/.idea +phpunit.xml +phpunit.xml.dist + +# 🧹 Cache y logs +/.cache +/storage/*.key +/storage/pail +*.log +*.dump +*.bak +*.tmp +*.swp + +# 🔐 Entornos y configuraciones +.env +.env.* +auth.json +.phpactor.json +.php-cs-fixer.cache +phpstan.neon.local +homestead.yaml +Homestead.json + +# 🧱 Compilación frontend (Vite, Mix, Webpack, Tailwind) +/node_modules/ +node_modules +public/build/ +public/hot/ +public/storage/ +.vite + +# 🧪 Tests y mocks (solo si generas temporalmente) +/coverage/ +*.test.* +*.spec.* + +# 🛠️ IDEs y herramientas de desarrollo +/.idea/ +/.vscode/ +/.nova/ +/.zed/ +/.fleet/ +*.sublime-workspace +*.sublime-project + +# 📦 Archivos del sistema +.DS_Store +Thumbs.db + +# 🚀 Entornos de staging / producción +*.local.* +*.production.* +*.staging.* diff --git a/CHANGELOG.md b/CHANGELOG.md index dd022d7..e8600c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,43 @@ -# 📜 CHANGELOG - Laravel Vuexy Website Layout Porto +# 📦 CHANGELOG -Este documento sigue el formato [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - -## [0.1.0] - ALPHA - 2024-03-05 - -### ✨ Added (Agregado) -- 🚀 Primera versión alpha de la librería. -- 🔹 Implementación inicial de [funcionalidad clave 1]. -- 🔹 Integración con [dependencia o servicio principal]. -- 🔹 Soporte para [Laravel/Vuexy Admin, si aplica]. - -### 🛠 Changed (Modificado) -- 🔄 Optimización de [código o estructura interna]. - -### 🐛 Fixed (Correcciones) -- 🐞 Correcciones iniciales en [migraciones, modelos, servicios, etc.]. +Todos los cambios relevantes de este proyecto se documentan en este archivo. +Este proyecto sigue [Semantic Versioning](https://semver.org/lang/es/). --- -## 📅 Próximos Cambios Planeados -- 📊 **Mejoras en [feature futuro]**. -- 🏪 **Compatibilidad con [Laravel 11, Vuexy, etc.]**. -- 📍 **Integración con [API o funcionalidad esperada]**. +## 🚧 En desarrollo (`dev-develop`) + +Este layout se encuentra en fase activa de desarrollo. Aún no se ha publicado una versión beta ni estable. + +**🆕 Añadido** + +- Compatibilidad total con `laravel-vuexy-website-admin` +- Integración con el sistema de contenidos dinámicos, menús y perfiles SEO +- Soporte para más de 85 variantes visuales basadas en el template HTML de **Porto** +- Estructura flexible de vistas por template (`views/templates/{template}`) +- Componentes Blade reutilizables por template (`components/banner.blade.php`, etc.) +- Publicación de assets con `vendor:publish` +- Compatibilidad con SCSS y Vite para personalización de estilos +- Integración con controlador dinámico vía `slug` para renderizado de contenidos +- Registro automático en el sistema como layout visual del sitio +- Soporte para `hreflang` y sitios multilenguaje +- Soporte para `website_seo_profiles`, `website_menus`, `website_contents` + +**📌 Notas** + +- Esta versión **no es estable** y puede cambiar sin previo aviso. +- Se recomienda su uso exclusivamente con la rama `dev-develop` de `vuexy-website-admin`. +- El template Porto **no se incluye** y debe adquirirse legalmente para uso en producción. --- -**📌 Nota:** Esta es una versión **ALPHA**, aún en desarrollo. +## 🛣️ Planeación futura + +- `1.0.0-beta`: Versión beta funcional con estructura de navegación, compatibilidad completa y documentación. +- `1.0.0`: Versión estable con fallback de vistas, mejoras SEO y validaciones automáticas de layout. --- -## 🔄 Sincronización de Cambios -Este `CHANGELOG.md` se actualiza primero en nuestro repositorio principal en **[Tea - Koneko Git](https://git.koneko.mx/koneko/laravel-vuexy-website-layout-porto)** y luego se refleja en GitHub. -Los cambios recientes pueden verse antes en **Tea** que en **GitHub** debido a la sincronización automática. - ---- - -📅 Última actualización: **2024-03-05**. +## 📁 Histórico +*Ninguna versión anterior registrada.* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ec6a9e..ce2666c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,77 @@ -## 🔐 Acceso al Repositorio Privado +# 🤝 Guía para Contribuidores -Nuestro servidor Git en **Tea** tiene un registro cerrado. Para contribuir: +¡Gracias por tu interés en colaborar con **Koneko ERP**! +Este proyecto busca ofrecer una suite profesional de administración web y ERP orientado al mercado mexicano y LATAM, bajo licencia **Business Source License 1.1** con transición futura a MIT. -1. Abre un **Issue** en [GitHub](https://github.com/koneko-mx/laravel-vuexy-website-layout-porto/issues) indicando tu interés en contribuir. -2. Alternativamente, envía un correo a **contacto@koneko.mx** solicitando acceso. -3. Una vez aprobado, recibirás una invitación para registrarte y clonar el repositorio. +--- -Si solo necesitas acceso de lectura, puedes clonar la versión pública en **GitHub**. +## 📌 Requisitos básicos + +* Conocimiento de **PHP 8.2+** y **Laravel 11** +* Respeto por las buenas prácticas, código limpio y trabajo en equipo +* Preferentemente, experiencia en: + + * Livewire + * Spatie Permissions & Roles + * Laravel Fortify y Sanctum + * Desarrollo modular con Composer + +--- + +## 🌱 Primeros pasos + +1. **Forkea** este repositorio y clónalo localmente. + +2. Instala las dependencias con Composer: + + ```bash + composer install + ``` + +3. Copia el archivo `.env.example` a `.env` y ajusta tus credenciales locales: + + ```bash + cp .env.example .env + php artisan key:generate + ``` + +4. Ejecuta las migraciones y seeders (si aplica): + + ```bash + php artisan migrate --seed + ``` + +5. Inicia el servidor: + + ```bash + php artisan serve + ``` + +--- + +## 📀 Convenciones del Proyecto + +Antes de contribuir, asegúrate de leer nuestras +📁 [Convenciones de Componentes](CONVENTIONS.md), +donde definimos estructura de carpetas, estilo de código y otras buenas prácticas clave para mantener la consistencia del ecosistema **Koneko ERP**. + +--- + +## 📝 Código de Conducta + +Consulta nuestro [Código de Conducta](CODE_OF_CONDUCT.md) para conocer las expectativas y reglas que garantizan un ambiente colaborativo, profesional y respetuoso. + +--- + +## 🚀 ¡Listo para colaborar! + +Una vez que tengas tu entorno configurado: + +* Busca issues etiquetados como `good first issue` o `help wanted` +* Lee el archivo [`CONTRIBUTING.md`](CONTRIBUTING.md) del módulo específico si estás trabajando en un subpaquete +* No olvides seguir las convenciones de estilo PSR-12 y usar `php-cs-fixer` si lo tienes disponible + +--- + +Gracias por ser parte de **Koneko ERP** 💙 +¡Esperamos tu contribución! diff --git a/CONVENTIONS.md b/CONVENTIONS.md new file mode 100644 index 0000000..909b433 --- /dev/null +++ b/CONVENTIONS.md @@ -0,0 +1,105 @@ +# ![Koneko ERP](https://git.koneko.mx/koneko-st/koneko-st/raw/branch/main/logo-images/horizontal-05.png) Convenciones de Estructura de Componentes + +📅 *Última actualización:* 2025-04-03 +🔧 *Aplicable a todos los módulos Composer de Koneko ERP* + +--- + +## 📁 Estructura General de un Componente + +```plaintext +component-root/ +├── config/ ← Configuraciones del módulo +├── Database/ +│ ├── data/ ← Archivos JSON, CSV, XLSX +│ ├── factories/ ← Factories para testing y seeders +│ ├── migrations/ ← Migraciones del esquema del módulo +│ └── Seeders/ ← Seeders base y de datos fake +├── Enums/ ← Enums (PSR-4) usados por el módulo +├── Events/ ← Eventos del módulo +├── Http/ +│ ├── Controllers/ ← Controladores +│ └── Middleware/ ← Middlewares específicos del módulo +├── Livewire/ ← Componentes Livewire organizados por dominio +├── Models/ ← Modelos Eloquent +├── Notifications/ ← Notificaciones personalizadas +├── Providers/ ← Service Providers del módulo +├── Services/ ← Servicios (lógica de negocio) +├── Support/ +│ ├── Base/ ← Clases base abstractas +│ ├── Builders/ ← Configuradores de vistas tipo índice +│ ├── Macros/ ← Macros de Str, Collection, etc. +│ ├── Queries/ ← Query Builders avanzados +│ ├── Registries/ ← Registro dinámico de configuración +│ └── Validation/ ← Validaciones personalizadas +├── Traits/ +│ ├── Audit/ ← Traits para auditoría y tracking +│ ├── Metadata/ ← Traits para metadatos del modelo +│ ├── Users/ ← Traits relacionados con usuarios +│ └── Indexing/ ← Traits usados por configuradores de índices +├── resources/ +│ ├── assets/ ← JS, SCSS, íconos o fuentes específicos +│ ├── faker-images/ ← Imágenes utilizadas en datos de prueba +│ ├── lang/ ← Archivos de traducción +│ └── views/ ← Vistas Blade +├── routes/ +│ └── admin.php ← Rutas internas del módulo +├── storage/ ← Recursos adicionales (ej. fuentes) +└── README.md ← Documentación del componente +``` + +--- + +## 🧠 Convenciones Generales + +- Todos los módulos deben seguir PSR-4. +- Los archivos deben nombrarse en *PascalCase* excepto `config/*.php` y rutas. +- Los `Seeder` deben ser agrupados por módulo si el componente los agrupa (ej. `vuexyAdmin`, `vuexyWarehouse`). +- Los `Factory` deben ser compatibles con `SeederWithFakeImages`. + +--- + +## 🖼️ Imágenes Faker + +- Carpeta: `resources/faker-images/` +- Subcarpetas válidas: `users/`, `stores/`, `products/`, etc. +- Las imágenes se usan exclusivamente para entornos de testing/demostración. +- Nunca se publican al frontend ni se exponen directamente. + +--- + +## 🧪 Factories + +- Todas las `factories` deben estar en `Database/factories/`. +- Si se extiende un modelo (`Koneko\VuexyAdmin\Models\User`), usar `new (User::class)` dinámico. +- Compatible con `SeederOrchestrator` y `config/seeder.php`. + +--- + +## 📊 Configuradores de Índice + +- Los index deben implementar `BaseModelIndexConfig` o su extensión. +- Pueden usar Traits como `HandlesFactory`, `HandlesIndexColumns`, `HandlesQueryBuilder`, etc. +- Se recomienda usar `Support/Builders/` para los configuradores y `Support/Registries/` si son extendibles. + +--- + +## 📚 Traducciones + +- Usar `resources/lang/es/` con archivos separados por dominio (`auth.php`, `validation.php`, etc.). +- `es_MX.json` puede usarse para traducciones inline. + +--- + +## 📌 Tips + +- Si un componente tiene `Service`, `Seeder`, `Factory` y `Livewire`, deben estar todos organizados en sus carpetas respectivas. +- La estructura del componente debe ser lo suficientemente clara para no depender de documentación externa. + +--- + +## 🤝 ¿Dudas o sugerencias? + +Este documento está en constante mejora. Si tienes sugerencias o deseas proponer mejoras, por favor abre un [issue de tipo mejora](.github/ISSUE_TEMPLATE/feature_request.md) o contribuye con un Pull Request. + +--- diff --git a/LICENSE b/LICENSE index 486d340..7df177c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,74 @@ +Business Source License 1.1 (Koneko Custom Edition) + +Licensor: Koneko Soluciones Tecnológicas +Licensed Work: laravel-vuexy-admin +License Effective Date: 2025-05-29 +Change Date: 2028-05-29 (3 years after the Effective Date) + +--- + +## 1. Definitions + +**"Licensor"** refers to Koneko Soluciones Tecnológicas, represented legally by Arturo Corro Pacheco (RFC: COPA810622V65). + +**"Licensed Work"** refers to the source code of the repository `koneko/laravel-vuexy-admin` hosted at [https://github.com/koneko-mx](https://github.com/koneko-mx) and [https://git.koneko.mx](https://git.koneko.mx). + +**"Change Date"** is the date on which this license automatically transitions to the MIT license. + +**"Use"**, **"Commercial Use"**, and other terms are interpreted according to common software licensing practices. + +--- + +## 2. Usage Permissions + +This software is provided under the Business Source License 1.1 with the following additional conditions: + +* **Personal, Educational, Community, and Internal Development Use**: ALLOWED without restrictions. +* **Commercial Deployment**: ALLOWED ONLY under an active commercial license or a specific agreement with the Licensor. +* **Profit-oriented Projects (clients, product sales, SaaS, services)**: REQUIRE a commercial license. +* **Redistribution as part of a commercial product or automated service**: REQUIRES a commercial license. + +--- + +## 3. Automatic Transition to MIT License + +On the **Change Date**, this license automatically transitions to the standard MIT License: + +``` MIT License +Copyright (c) 2025 Koneko Soluciones Tecnológicas +Permission is hereby granted, free of charge, to any person obtaining a copy... +``` -Copyright (c) 2025 koneko +--- -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +## 4. Contact and Commercial Licensing -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +For commercial licenses, partnerships, contributions, or specific agreements: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +**Official Email:** [opensource@koneko.mx](mailto:opensource@koneko.mx) +**Website:** [https://koneko.mx](https://koneko.mx) / [https://erp.koneko.mx](https://erp.koneko.mx) + +--- + +## 5. Important Disclaimers + +* This project integrates the **Vuexy template**, which is a paid product. A **valid Themeforest license** is required to legally use it in production. +* This project does NOT distribute the template, it only facilitates its integration. +* The licensee is responsible for complying with the terms of use of said template and other third-party dependencies. + +--- + +## 6. Disclaimer of Warranty + +This software is provided "AS IS", without any warranty. The Licensor is not liable for any direct or indirect damages resulting from the use of this software. + +--- + +## 7. Contributions + +Contributions to this repository must follow the policies defined in `CONTRIBUTING.md`. By submitting code, you agree to license it under the same terms of this license. + +--- + +Copyright (c) 2025 - Koneko Soluciones Tecnológicas diff --git a/LICENSE.es.md b/LICENSE.es.md new file mode 100644 index 0000000..a1b910d --- /dev/null +++ b/LICENSE.es.md @@ -0,0 +1,74 @@ +Licencia Business Source 1.1 (Edición Personalizada de Koneko) + +Licenciante: Koneko Soluciones Tecnológicas +Trabajo Licenciado: laravel-vuexy-admin +Fecha de Entrada en Vigencia de la Licencia: 2025-05-29 +Fecha de Cambio: 2028-05-29 (3 años después de la fecha de vigencia) + +--- + +## 1. Definiciones + +**"Licenciante"** se refiere a Koneko Soluciones Tecnológicas, representada legalmente por Arturo Corro Pacheco (RFC: COPA810622V65). + +**"Trabajo Licenciado"** se refiere al código fuente del repositorio `koneko/laravel-vuexy-admin` alojado en [https://github.com/koneko-mx](https://github.com/koneko-mx) y [https://git.koneko.mx](https://git.koneko.mx). + +**"Fecha de Cambio"** es la fecha en la que esta licencia se convierte automáticamente en la licencia MIT. + +**"Uso"**, **"Uso Comercial"** y otros términos se interpretan conforme a las prácticas comunes en licenciamiento de software. + +--- + +## 2. Permisos de Uso + +Este software se proporciona bajo la Licencia Business Source 1.1 con las siguientes condiciones adicionales: + +* **Uso Personal, Educativo, Comunitario o de Desarrollo Interno**: PERMITIDO sin restricciones. +* **Implementación Comercial**: PERMITIDO SOLO bajo una licencia comercial activa o un acuerdo específico con el Licenciante. +* **Proyectos con Fines de Lucro (clientes, ventas de productos, SaaS, servicios)**: REQUIEREN una licencia comercial. +* **Redistribución como parte de un producto comercial o servicio automatizado**: REQUIERE una licencia comercial. + +--- + +## 3. Transición Automática a Licencia MIT + +En la **Fecha de Cambio**, esta licencia se convierte automáticamente en la Licencia MIT estándar: + +``` +Licencia MIT +Copyright (c) 2025 Koneko Soluciones Tecnológicas +Se concede permiso, sin cargo, a cualquier persona que obtenga una copia... +``` + +--- + +## 4. Contacto y Licenciamiento Comercial + +Para licencias comerciales, asociaciones, contribuciones o acuerdos específicos: + +**Correo Oficial:** [opensource@koneko.mx](mailto:opensource@koneko.mx) +**Sitio Web:** [https://koneko.mx](https://koneko.mx) / [https://erp.koneko.mx](https://erp.koneko.mx) + +--- + +## 5. Avisos Importantes + +* Este proyecto integra el **template Vuexy**, que es un producto de pago. Se requiere una **licencia válida de Themeforest** para utilizarlo legalmente en producción. +* Este proyecto NO distribuye dicho template, solo facilita su integración. +* El licenciatario es responsable de cumplir con los términos de uso de dicho template y otras dependencias de terceros. + +--- + +## 6. Renuncia de Garantía + +Este software se proporciona "TAL CUAL", sin garantía de ningún tipo. El Licenciante no se hace responsable de ningún daño directo o indirecto derivado del uso de este software. + +--- + +## 7. Contribuciones + +Las contribuciones a este repositorio deben seguir las políticas definidas en `CONTRIBUTING.md`. Al enviar código, aceptas licenciarlo bajo los mismos términos de esta licencia. + +--- + +Copyright (c) 2025 - Koneko Soluciones Tecnológicas diff --git a/Providers/VuexyWebsiteLayoutPortoServiceProvider.php b/Providers/VuexyWebsiteLayoutPortoServiceProvider.php deleted file mode 100644 index beb7862..0000000 --- a/Providers/VuexyWebsiteLayoutPortoServiceProvider.php +++ /dev/null @@ -1,51 +0,0 @@ -loadRoutesFrom(__DIR__.'/../routes/admin.php'); - - - // Cargar vistas del paquete - $this->loadViewsFrom(__DIR__.'/../resources/views', 'vuexy-website-layout-porto'); - - - // Registrar Livewire Components - $components = [ - // Porto template - 'vuexy-website-layout-porto::template-index' => TemplateIndex::class, - - // Banners - 'vuexy-website-layout-porto::banners-index' => BannersIndex::class, - - // Widgets - 'vuexy-website-layout-porto::widgets-index' => WidgetsIndex::class, - - // Custom CSS - 'vuexy-website-layout-porto::custom-css-index' => CustomCssIndex::class, - ]; - - foreach ($components as $alias => $component) { - Livewire::component($alias, $component); - } - - } -} diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..3e534b5 --- /dev/null +++ b/README.en.md @@ -0,0 +1,139 @@ +# 🧩 Laravel Vuexy Website Layout: Porto + +

+ + Koneko Soluciones Tecnológicas Logo + +

+ +

+ Website + License + Issues +

+ +--- + +## 📌 Description + +**Laravel Vuexy Website Layout: Porto** is a professional, modular website layout designed to work with the [Vuexy Website Admin](https://github.com/koneko-mx/laravel-vuexy-website-admin) module within the Koneko ERP ecosystem. + +Based on the well-known **Porto HTML Template**, this package offers support for over 85 unique visual variants, including corporate websites, blogs, portfolios, product landings, and more — all integrated with Laravel Blade components and dynamic content blocks. + +--- + +### ⚠️ Legal + +This repository **does not include premium template files**. For production, you must acquire a legal license of the template through the following link: + +👉 [https://themeforest.net/item/porto-responsive-html5-template/4106987](https://themeforest.net/item/porto-responsive-html5-template/4106987) + +--- + +## 🚀 Quick Installation + +```bash +composer require koneko/laravel-vuexy-website-layout-porto:dev-develop +php artisan vendor:publish --tag=vuexy-website-layout-porto-assets +``` + +This will publish the public assets under: + +``` +/public/vendor/vuexy-layout-porto/ +``` + +--- + +## 📦 Features + +* ⚡ Over 85 Porto-based templates ready to use +* 🧹 Blade-based components for every template +* 🎨 Template switching via Vuexy Website Admin UI +* 🖼️ Banners, widgets and dynamic sections +* 🧠 Fully compatible with Koneko CMS and multilingual content +* 📁 SCSS-ready with Vite and Blade optimization +* 🔌 Designed for performance and SEO + +--- + +## 📁 Folder Structure Highlights + +``` +resources/ +├── views/templates/ +│ ├── accounting-1/ +│ ├── digital-agency/ +│ ├── real-estate/ +│ ├── ... +│ └── vuexy-website-layout-porto/ +│ +├── views/templates/{template}/components/ +├── public/ +│ └── vendor/vuexy-layout-porto/ +└── img/module-cover.png +``` + +--- + +## 📎 Visual Templates Included + +Some of the included variants: + +* Architecture & Interior Design +* Digital Agency (dark and light) +* Finance & Accounting +* Cleaning Services +* Church, Barber, Restaurant, Coffee Shop +* Construction & Renewable Energy +* Education, Wedding, Portfolio, Resume +* Product Landing, App Landing, SaaS +* SEO-focused and Event-based layouts + +See the full list in the `views/templates/` directory. + +--- + +## ⚙️ Integration with Koneko Ecosystem + +This layout automatically registers itself in the **Koneko Vuexy Admin** UI as a visual module. From the admin interface, you can: + +* Select the Porto layout for your site +* Configure specific banners and variants +* Activate or deactivate blocks per page +* Use multilingual variants with `hreflang` support + +It is fully compatible with the `website_contents`, `website_seo_profiles`, and `website_menus` modules. + +--- + +## 🛠️ Requirements + +* PHP `^8.2` +* Laravel `^11.31` +* [koneko/laravel-vuexy-website-admin](https://github.com/koneko-mx/laravel-vuexy-website-admin) +* Node + Vite for SCSS customization (optional but recommended) + +--- + +## 📄 License + +This package is licensed under the [custom Business Source License 1.1](LICENSE), transitioning to MIT after 3 years. For commercial usage, redistribution, or extended usage, please contact: + +📧 [opensource@koneko.mx](mailto:opensource@koneko.mx) + +--- + +## 📚 More Information + +* [Vuexy Website Admin Module](https://github.com/koneko-mx/laravel-vuexy-website-admin) +* [Vuexy Admin Core](https://github.com/koneko-mx/laravel-vuexy-admin) +* [Documentation in Spanish](README.md) +* [Koneko ST Official Website](https://koneko.mx) +* [Contact Email](mailto:opensource@koneko.mx) + +--- + +

+ Made with ❤️ in Mexico by Koneko Soluciones Tecnológicas +

diff --git a/README.md b/README.md index dbf9797..d1bb5a0 100644 --- a/README.md +++ b/README.md @@ -1,133 +1,139 @@ -# 🎨 Laravel Vuexy Website Layout Porto - Vuexy Website Admin +# 🧩 Laravel Vuexy Website Layout: Porto

- Koneko Soluciones Tecnológicas Logo + + Logo de Koneko Soluciones Tecnológicas +

+

- Sitio Web - Latest Stable Version - License - Servidor Git - Build Status - Issues + Sitio Web + Licencia + Issues

--- ## 📌 Descripción -**Laravel Vuexy Website Layout Porto** es un módulo diseñado para **Laravel Vuexy Website Admin**, proporcionando [breve descripción de la funcionalidad]. +**Laravel Vuexy Website Layout: Porto** es un layout profesional y modular para sitios web, diseñado para funcionar con el módulo [Vuexy Website Admin](https://github.com/koneko-mx/laravel-vuexy-website-admin) dentro del ecosistema ERP de Koneko. -### ✨ Características: -- 🔹 Integración completa con Vuexy Website Admin. -- 🔹 Funcionalidad clave 1. -- 🔹 Funcionalidad clave 2. +Basado en el reconocido **template HTML Porto**, este paquete incluye soporte para más de 85 variantes visuales listas para usar, incluyendo sitios corporativos, blogs, portafolios, landings de productos y mucho más. Todo ello integrado mediante componentes Blade y bloques de contenido dinámicos. --- -## 📦 Instalación +### ⚠️ Legal -Instalar vía **Composer**: +Este repositorio **no incluye archivos de plantillas premium**. Para producción debes adquirir una licencia legal del template a través del siguiente enlace: + +👉 [https://themeforest.net/item/porto-responsive-html5-template/4106987](https://themeforest.net/item/porto-responsive-html5-template/4106987) + +--- + +## 🚀 Instalación Rápida ```bash -composer require koneko/laravel-vuexy-website-layout-porto +composer require koneko/laravel-vuexy-website-layout-porto:dev-develop +php artisan vendor:publish --tag=vuexy-website-layout-porto-assets ``` -Publicar archivos de configuración y migraciones (si aplica): +Esto publicará los assets en: -```bash -php artisan vendor:publish --tag=laravel-vuexy-website-layout-porto-config -php artisan migrate +``` +/public/vendor/vuexy-layout-porto/ ``` --- -## 🚀 Uso básico +## 📦 Características -```php -use Koneko\NombreLibreria\Models\Model; +* ⚡ Más de 85 plantillas Porto listas para usar +* 🧹 Componentes Blade para cada plantilla +* 🎨 Cambio de plantilla desde la UI de Vuexy Website Admin +* 🖼️ Banners, widgets y secciones dinámicas +* 🧠 Integrado con el CMS Koneko y contenido multilenguaje +* 📁 Preparado para SCSS, Vite y optimización con Blade +* 🔌 Diseñado para rendimiento y SEO -$model = Model::create([ - 'campo1' => 'Valor', - 'campo2' => 'Otro valor', -]); +--- + +## 📁 Estructura de Carpetas Destacada + +``` +resources/ +├── views/templates/ +│ ├── accounting-1/ +│ ├── digital-agency/ +│ ├── real-estate/ +│ ├── ... +│ └── vuexy-website-layout-porto/ +│ +├── views/templates/{template}/components/ +├── public/ +│ └── vendor/vuexy-layout-porto/ +└── img/module-cover.png ``` --- -## 📚 Configuración adicional +## 📎 Plantillas Visuales Incluidas -Si necesitas personalizar la configuración del módulo, publica el archivo de configuración: +Algunas de las variantes disponibles: -```bash -php artisan vendor:publish --tag=laravel-vuexy-website-layout-porto-config -``` +* Arquitectura e Interiorismo +* Agencia Digital (oscura y clara) +* Finanzas y Contabilidad +* Servicios de Limpieza +* Iglesia, Barbería, Restaurante, Cafetería +* Construcción y Energía Renovable +* Educación, Boda, Portafolio, CV +* Landing de Productos, Aplicaciones y SaaS +* Diseños enfocados en SEO y eventos -Esto generará `config/nombre_libreria.php`, donde puedes modificar valores predeterminados. +Consulta el listado completo en el directorio `views/templates/`. --- -## 🛠 Dependencias +## ⚙️ Integración con el Ecosistema Koneko -Este paquete requiere las siguientes dependencias: -- Laravel 11 -- `koneko/laravel-vuexy-website-layout-porto` -- Dependencias específicas de la librería +Este layout se registra automáticamente en la interfaz de **Koneko Vuexy Admin** como un módulo visual. Desde la interfaz administrativa puedes: + +* Seleccionar Porto como plantilla para tu sitio +* Configurar banners y variantes específicas +* Activar o desactivar bloques por página +* Usar variantes multilenguaje con soporte para `hreflang` + +Es totalmente compatible con los módulos `website_contents`, `website_seo_profiles` y `website_menus`. --- -## 📦 Publicación de Assets y Configuraciones +## 🛠️ Requisitos -Para publicar configuraciones y seeders: - -```bash -php artisan vendor:publish --tag=laravel-vuexy-website-layout-porto-config -php artisan vendor:publish --tag=laravel-vuexy-website-layout-porto-seeders -php artisan migrate --seed -``` - -Para publicar imágenes del tema: - -```bash -php artisan vendor:publish --tag=laravel-vuexy-website-layout-porto-images -``` +* PHP `^8.2` +* Laravel `^11.31` +* [koneko/laravel-vuexy-website-admin](https://github.com/koneko-mx/laravel-vuexy-website-admin) +* Node + Vite para personalización con SCSS (opcional pero recomendado) --- -## 🛠 Pruebas +## 📄 Licencia -Ejecuta los tests con: - -```bash -php artisan test -``` +Este paquete se distribuye bajo la [Licencia Business Source 1.1 personalizada](LICENSE.es), con transición automática a MIT a los 3 años. Para uso comercial, redistribución o integraciones ampliadas, contacta a: +📧 [opensource@koneko.mx](mailto:opensource@koneko.mx) + --- -## 🌍 Repositorio Principal y Sincronización +## 📚 Más Información -Este repositorio es una **copia sincronizada** del repositorio principal alojado en **[Tea - Koneko Git](https://git.koneko.mx/koneko/laravel-vuexy-website-layout-porto)**. - -### 🔄 Sincronización con GitHub -- **Repositorio Principal:** [git.koneko.mx](https://git.koneko.mx/koneko/laravel-vuexy-website-layout-porto) -- **Repositorio en GitHub:** [github.com/koneko/laravel-vuexy-website-layout-porto](https://github.com/koneko/laravel-vuexy-website-layout-porto) -- **Los cambios pueden reflejarse primero en Tea antes de GitHub.** - -### 🤝 Contribuciones -Si deseas contribuir: -1. Puedes abrir un **Issue** en [GitHub Issues](https://github.com/koneko/laravel-vuexy-website-layout-porto/issues). -2. Para Pull Requests, **preferimos contribuciones en Tea**. Contacta a `admin@koneko.mx` para solicitar acceso. - -⚠️ **Nota:** Algunos cambios pueden tardar en reflejarse en GitHub, ya que este repositorio se actualiza automáticamente desde Tea. - ---- - -## 🏅 Licencia - -Este paquete es de código abierto bajo la licencia [MIT](LICENSE). +* [Módulo Website Admin](https://github.com/koneko-mx/laravel-vuexy-website-admin) +* [Core Vuexy Admin](https://github.com/koneko-mx/laravel-vuexy-admin) +* [Documentación en inglés](README.en.md) +* [Sitio Oficial Koneko ST](https://koneko.mx) +* [Correo de Contacto](mailto:opensource@koneko.mx) ---

- Hecho con ❤️ por Koneko Soluciones Tecnológicas + Hecho con ❤️ en México por Koneko Soluciones Tecnológicas

diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e733e2a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,30 @@ +# 🛡️ Política de Seguridad + +Koneko Soluciones Tecnológicas se toma muy en serio la seguridad de este proyecto y de sus usuarios. + +## 🔒 Reporte responsable de vulnerabilidades + +Si encuentras alguna vulnerabilidad de seguridad, **no abras un issue público**. En lugar de ello, por favor repórtala de forma privada por cualquiera de los siguientes medios: + +- 📧 Correo oficial: [opensource@koneko.mx](mailto:opensource@koneko.mx) + +Por favor incluye los siguientes detalles: + +- Descripción del problema +- Versión afectada del paquete +- Instrucciones claras para reproducir el fallo (si es posible) + +Nos comprometemos a responder dentro de **5 días hábiles**. + +## 🛡️ Alcance + +Este procedimiento aplica únicamente al paquete: + +- `koneko/laravel-vuexy-admin` +Y a sus repositorios relacionados dentro del ecosistema oficial Koneko. + +## ✅ Reconocimientos + +Se podrá otorgar reconocimiento público (con tu permiso) en futuras notas de versión a quienes reporten vulnerabilidades de manera responsable. + +Gracias por ayudar a hacer más seguro el ecosistema de Koneko ERP. diff --git a/composer.json b/composer.json index aea373c..673acd3 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,20 @@ { "name": "koneko/laravel-vuexy-website-layout-porto", - "description": "Laravel Vuexy Website Layout Porto, template Porto para Laravel Vuexy Website Admin.", - "keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "mexico"], + "description": "Website layout based on the Porto HTML template, integrated with Vuexy Website Admin for Laravel. Ideal for corporate, blog, and landing pages.", + "keywords": [ + "laravel", "porto", "template", "vuexy", "website-layout", "blog", "landing-page", + "corporate-site", "sitio web", "koneko", "mexico" + ], "type": "library", - "license": "MIT", + "license": "BUSL-1.1-custom", "require": { "php": "^8.2", - "koneko/laravel-vuexy-website-admin": "dev-main", + "koneko/laravel-vuexy-website-admin": "dev-develop", "laravel/framework": "^11.31" }, "autoload": { "psr-4": { - "Koneko\\VuexyWebsiteLayoutPorto\\": "./" + "Koneko\\VuexyWebsiteLayoutPorto\\": "src/" } }, "extra": { @@ -31,5 +34,6 @@ "source": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto", "issues": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto/issues" }, + "minimum-stability": "dev", "prefer-stable": true } diff --git a/config/vuexy_website_layout_porto_menu.php b/config/vuexy_website_layout_porto_menu.php new file mode 100644 index 0000000..f73bc4a --- /dev/null +++ b/config/vuexy_website_layout_porto_menu.php @@ -0,0 +1,42 @@ + [ + 'submenu' => [ + 'Porto Template' => [ + 'icon' => 'ti ti-template', + 'description' => 'Gestiona la plantilla Porto, sus widgets y elementos de diseño.', + 'route' => 'admin.website-layout-porto.settings.template.index', + 'can' => 'admin.website-layout-porto.settings.template.view', + ], + ], + ], + 'Porto Template' => [ + '_meta' => [ + 'icon' => 'ti ti-template', + 'description' => 'Gestiona la plantilla Porto, sus widgets y elementos de diseño.', + 'after_to' => 'Web & SEO', + ], + 'submenu' => [ + 'Banners' => [ + 'icon' => 'ti ti-slideshow', + 'route' => 'admin.website-layout-porto.settings.banners.index', + 'can' => 'admin.website-layout-porto.settings.banners.view', + ], + 'Porto Widgets' => [ + 'icon' => 'ti ti-fidget-spinner', + 'route' => 'admin.website-layout-porto.settings.widgets.index', + 'can' => 'admin.website-layout-porto.settings.widgets.view', + ], + 'CSS personalizado' => [ + 'icon' => 'ti ti-file-type-css', + 'route' => 'admin.website-layout-porto.settings.custom-css.index', + 'can' => 'admin.website-layout-porto.settings.custom-css.view', + ], + ] + ], +]; diff --git a/database/data/rbac/permissions.json b/database/data/rbac/permissions.json new file mode 100644 index 0000000..d52ffb8 --- /dev/null +++ b/database/data/rbac/permissions.json @@ -0,0 +1,178 @@ +{ + "module": "admin.website-layout-porto", + "name": { + "es": "Porto Template", + "en": "Porto Template" + }, + "_meta": { + "description": { + "es": "Gestiona la plantilla Porto, sus widgets y elementos de diseño.", + "en": "Manage the Porto template, its widgets and design elements." + }, + "icon": "ti ti-template" + }, + "priority": 100, + "after_to": "website-admin", + "groups": { + "website-layout-porto": { + "name": { + "es": "Porto Template", + "en": "Porto Template" + }, + "_meta": { + "description": { + "es": "Gestiona la plantilla Porto, sus widgets y elementos de diseño.", + "en": "Manage the Porto template, its widgets and design elements." + }, + "icon": "ti ti-template" + }, + "priority": 100, + "sub_groups": { + "template": { + "name": { + "es": "Porto Template", + "en": "Porto Template" + }, + "_meta": { + "description": { + "es": "Configuración base de la plantilla.", + "en": "Base configuration of the template." + }, + "icon": "ti ti-template" + }, + "priority": 100, + "permissions": [ + { + "action": "view", + "label": { + "es": "Ver configuración de plantilla", + "en": "View template configuration" + }, + "key": "website-layout-porto.settings.template.view" + }, + { + "action": "update", + "label": { + "es": "Actualizar configuración de plantilla", + "en": "Update template configuration" + }, + "key": "website-layout-porto.settings.template.update" + } + ] + }, + "banners": { + "name": { + "es": "Banners", + "en": "Banners" + }, + "_meta": { + "description": { + "es": "Gestión de banners visuales del sitio.", + "en": "Management of site visual banners." + }, + "icon": "ti ti-slideshow" + }, + "priority": 200, + "permissions": [ + { + "action": "view", + "label": { + "es": "Ver banners", + "en": "View banners" + }, + "key": "website-layout-porto.settings.banners.view" + }, + { + "action": "create", + "label": { + "es": "Crear banner", + "en": "Create banner" + }, + "key": "website-layout-porto.settings.banners.create" + }, + { + "action": "update", + "label": { + "es": "Actualizar banner", + "en": "Update banner" + }, + "key": "website-layout-porto.settings.banners.update" + }, + { + "action": "delete", + "label": { + "es": "Eliminar banner", + "en": "Delete banner" + }, + "key": "website-layout-porto.settings.banners.delete" + } + ] + }, + "widgets": { + "name": { + "es": "Porto Widgets", + "en": "Porto Widgets" + }, + "_meta": { + "description": { + "es": "Gestión de widgets personalizados de Porto.", + "en": "Management of Porto custom widgets." + }, + "icon": "ti ti-fidget-spinner" + }, + "priority": 300, + "permissions": [ + { + "action": "view", + "label": { + "es": "Ver widgets de Porto", + "en": "View Porto widgets" + }, + "key": "website-layout-porto.settings.widgets.view" + }, + { + "action": "update", + "label": { + "es": "Actualizar widget de Porto", + "en": "Update Porto widget" + }, + "key": "website-layout-porto.settings.widgets.update" + } + ] + }, + "custom-css": { + "name": { + "es": "CSS personalizado", + "en": "Custom CSS" + }, + "_meta": { + "description": { + "es": "Edita el CSS personalizado del sitio.", + "en": "Edit the site's custom CSS." + }, + "icon": "ti ti-file-type-css" + }, + "priority": 400, + "permissions": [ + { + "action": "view", + "label": { + "es": "Ver CSS personalizado", + "en": "View custom CSS" + }, + "key": "website-layout-porto.settings.custom-css.view" + }, + { + "action": "update", + "label": { + "es": "Actualizar CSS personalizado", + "en": "Update custom CSS" + }, + "key": "website-layout-porto.settings.custom-css.update" + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/database/data/rbac/roles.json b/database/data/rbac/roles.json new file mode 100644 index 0000000..101f987 --- /dev/null +++ b/database/data/rbac/roles.json @@ -0,0 +1,38 @@ +{ + "SuperAdmin" : { + "permissions" : [ + "website-layout-porto.website-layout-porto.settings.template.view", + "website-layout-porto.website-layout-porto.settings.template.update", + "website-layout-porto.website-layout-porto.settings.banners.view", + "website-layout-porto.website-layout-porto.settings.banners.create", + "website-layout-porto.website-layout-porto.settings.banners.update", + "website-layout-porto.website-layout-porto.settings.banners.delete", + "website-layout-porto.website-layout-porto.settings.widgets.view", + "website-layout-porto.website-layout-porto.settings.widgets.update", + "website-layout-porto.website-layout-porto.settings.custom-css.view", + "website-layout-porto.website-layout-porto.settings.custom-css.update" + ] + }, + "WebsiteAdmin" : { + "permissions" : [ + "website-layout-porto.website-layout-porto.settings.template.view", + "website-layout-porto.website-layout-porto.settings.template.update", + "website-layout-porto.website-layout-porto.settings.banners.view", + "website-layout-porto.website-layout-porto.settings.banners.create", + "website-layout-porto.website-layout-porto.settings.banners.update", + "website-layout-porto.website-layout-porto.settings.banners.delete", + "website-layout-porto.website-layout-porto.settings.widgets.view", + "website-layout-porto.website-layout-porto.settings.widgets.update", + "website-layout-porto.website-layout-porto.settings.custom-css.view", + "website-layout-porto.website-layout-porto.settings.custom-css.update" + ] + }, + "Auditor" : { + "permissions" : [ + "website-layout-porto.website-layout-porto.settings.template.view", + "website-layout-porto.website-layout-porto.settings.banners.view", + "website-layout-porto.website-layout-porto.settings.widgets.view", + "website-layout-porto.website-layout-porto.settings.custom-css.view" + ] + } +} diff --git a/database/rbac copy/permissions.json b/database/rbac copy/permissions.json new file mode 100644 index 0000000..6e98062 --- /dev/null +++ b/database/rbac copy/permissions.json @@ -0,0 +1,12 @@ +[ + "admin.website-layout-porto.settings.template.view", + "admin.website-layout-porto.settings.template.update", + "admin.website-layout-porto.settings.banners.view", + "admin.website-layout-porto.settings.banners.create", + "admin.website-layout-porto.settings.banners.update", + "admin.website-layout-porto.settings.banners.delete", + "admin.website-layout-porto.settings.widgets.view", + "admin.website-layout-porto.settings.widgets.update", + "admin.website-layout-porto.settings.custom-css.view", + "admin.website-layout-porto.settings.custom-css.update" +] diff --git a/database/rbac copy/roles.json b/database/rbac copy/roles.json new file mode 100644 index 0000000..cfafe9a --- /dev/null +++ b/database/rbac copy/roles.json @@ -0,0 +1,38 @@ +{ + "SuperAdmin" : { + "permissions" : [ + "admin.website-layout-porto.settings.template.view", + "admin.website-layout-porto.settings.template.update", + "admin.website-layout-porto.settings.banners.view", + "admin.website-layout-porto.settings.banners.create", + "admin.website-layout-porto.settings.banners.update", + "admin.website-layout-porto.settings.banners.delete", + "admin.website-layout-porto.settings.widgets.view", + "admin.website-layout-porto.settings.widgets.update", + "admin.website-layout-porto.settings.custom-css.view", + "admin.website-layout-porto.settings.custom-css.update" + ] + }, + "Admin" : { + "permissions" : [ + "admin.website-layout-porto.settings.template.view", + "admin.website-layout-porto.settings.template.update", + "admin.website-layout-porto.settings.banners.view", + "admin.website-layout-porto.settings.banners.create", + "admin.website-layout-porto.settings.banners.update", + "admin.website-layout-porto.settings.banners.delete", + "admin.website-layout-porto.settings.widgets.view", + "admin.website-layout-porto.settings.widgets.update", + "admin.website-layout-porto.settings.custom-css.view", + "admin.website-layout-porto.settings.custom-css.update" + ] + }, + "Auditor" : { + "permissions" : [ + "admin.website-layout-porto.settings.template.view", + "admin.website-layout-porto.settings.banners.view", + "admin.website-layout-porto.settings.widgets.view", + "admin.website-layout-porto.settings.custom-css.view" + ] + } +} diff --git a/docs/porto/README.md b/docs/porto/README.md new file mode 100644 index 0000000..90a097a --- /dev/null +++ b/docs/porto/README.md @@ -0,0 +1,20 @@ +# Porto Corporate + +Este template incluye: + +- Diseño responsive +- Sliders animados +- Integración con CMS Koneko +- Compatibilidad multisite +- Bloques tipo Blade cacheables + +## Layouts disponibles + +- `master.blade.php` (con zonas `header`, `content`, `footer`) +- `landing.blade.php` (zonas reducidas para campañas) + +## Recomendaciones + +- Instalar `website-admin` +- Activar `hero-slider` como bloque por defecto +- Usar bloque `footer` fijo para todas las páginas diff --git a/resources/assets/css/custom.css b/resources/assets/css/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/resources/assets/css/demos/demo-accounting-1.css b/resources/assets/css/demos/demo-accounting-1.css new file mode 100644 index 0000000..3cad57e --- /dev/null +++ b/resources/assets/css/demos/demo-accounting-1.css @@ -0,0 +1,318 @@ +h1, h2, h3, h4, h5, h6 { + font-family: "Lexend", sans-serif; + color: var(--dark); +} + +.custom-font-secondary { + font-family: "Lexend", sans-serif !important; +} + +.custom-font-tertiary { + font-family: "Playfair Display", serif !important; +} + +p { + line-height: 1.8; + font-size: 16px; + font-size: 1rem; + letter-spacing: -0.015em; +} + +.badge { + font-weight: 500; + font-family: "Lexend", sans-serif !important; +} + +.custom-graph-svg-color-primary { + fill: var(--primary) !important; +} + +.custom-graph-svg-color-secondary { + fill: var(--secondary) !important; +} + +.btn { + font-family: "Lexend", sans-serif !important; + padding: 16px 35.2px; + padding: 1rem 2.2rem; + font-size: 14.4px; + font-size: 0.9rem; + font-weight: 500; +} + +.custom-text-color-1 { + color: #df0b0b; +} + +.custom-text-color-2 { + color: #e3993f; +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a { + font-family: "Lexend", sans-serif !important; + font-size: 17px; + font-weight: 500; + letter-spacing: -0.6px; + color: var(--dark); + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover { + color: var(--primary) !important; + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active { + color: var(--dark-rgba-50) !important; + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu { + transition: all 300ms; + opacity: 0; + transform: translate3d(-5px, 0, 0) !important; + border: 1px solid var(--grey-200); + border-radius: var(--border-radius2x) !important; + overflow: hidden; + padding-top: 0; + padding-bottom: 0; + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu li a { + padding-top: 12px !important; + padding-bottom: 12px !important; + padding-right: 22px !important; + padding-left: 22px !important; + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover.dropdown:not(.dropdown-mega) .dropdown-menu { + opacity: 1; + transform: translate3d(-5px, -10px, 0) !important; + } +} + +/* Mask Image */ +.custom-mask-img { + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-size: 100%; + mask-size: 100%; + -webkit-mask-position: center; + mask-position: center; +} + +.custom-mask-img-1 { + -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png); + mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png); + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-size: 100%; + mask-size: 100%; + -webkit-mask-position: center; + mask-position: center; +} + +.custom-mask-img-2 { + -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png); + mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png); +} + +.custom-mask-img-3 { + -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png); + mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png); +} + +.custom-mask-img-4 { + -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png); + mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png); +} + +/* Cascading Wrapper */ +.custom-cascading-images-wrapper-1 { + padding: 40% 0% 0 30%; +} + +/* Stamp */ +.custom-stamp-1 { + width: 180px; + height: 180px; + left: -90px; + top: 55%; + border-radius: 50%; +} + +.custom-stamp-1 svg { + position: relative; + left: 4px; + top: 1px; + margin: 2px; +} + +.custom-stamp-1:after { + opacity: 0.2; + position: absolute; + content: ""; + width: 105px; + height: 105px; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + border: 1px solid #FFF; + border-radius: 50%; + display: block; +} + +@media (max-width: 992px) { + .custom-stamp-1 { + top: 30%; + transform: scale(0.5); + } +} + +/* Custom Elements */ +.custom-el-1 { + bottom: 13%; + right: 7%; +} + +@media (max-width: 1200px) { + .custom-el-1 { + right: 0; + bottom: 8%; + } +} + +@media (max-width: 575px) { + .custom-el-1 { + bottom: 0; + } +} + +.custom-el-1 p { + font-size: clamp(35px, -1.6666666667px + 0.0763888889 * 100vw, 90px); + letter-spacing: -5px; + position: relative; + z-index: 1; + margin: 0; + line-height: 1; + font-weight: bold; +} + +@media (max-width: 991px) { + .custom-el-1 p { + letter-spacing: -2px; + } +} + +.custom-el-1 em { + font-size: clamp(18px, 11.3333333333px + 0.0138888889 * 100vw, 28px); + position: relative; + bottom: 2px; + display: inline-flex; + letter-spacing: -2px; +} + +.custom-el-1 em mark { + padding: 0 7px 5px !important; +} + +@media (max-width: 991px) { + .custom-el-1 em { + bottom: 5px; + right: -1px; + } +} + +.custom-el-2 { + position: absolute; + width: 100%; + height: 100%; +} + +.custom-el-2 img { + height: 150%; + min-width: 1200px !important; + min-height: 1200px !important; +} + +@media (max-width: 1400px) { + .custom-el-2 img { + min-height: 1500px !important; + } +} + +.custom-el-3 { + position: absolute; + width: 100%; + height: 100%; + transform: rotateY(180deg); +} + +.custom-el-3 img { + height: 100%; + min-width: 1200px !important; + min-height: 1200px !important; +} + +.custom-el-4 svg { + width: 100%; +} + +.custom-el-5 { + position: absolute; + width: 100%; + height: 100%; +} + +.custom-el-5 img { + height: 100%; + min-width: 1000px !important; + min-height: 1000px !important; +} + +@media (min-width: 992px) { + .custom-el-6 { + margin-bottom: -70px; + margin-left: 7px; + } +} + +.custom-el-7 { + max-height: 32px; + width: auto !important; + max-width: 150px !important; + transform: none !important; +} + +/* Custom Pos */ +.custom-pos-1 { + right: -37%; + top: -33%; +} + +.custom-pos-2 { + left: -75%; + top: -33%; +} + +.custom-pos-3 { + margin-top: -80px; +} + +.custom-pos-4 { + right: -40%; + top: -57%; +} + +.custom-pos-5 { + top: -85%; +} + +.custom-pos-6 { + left: -75%; + bottom: -10%; +} + +/* Gradient */ +.custom-bg-gradient-1 { + background-image: linear-gradient(to right, var(--secondary-rgba-30) 30%, var(--dark) 200%) !important; +} + +@media (max-width: 991px) { + .custom-bg-gradient-1 { + border-radius: 0 !important; + } +} diff --git a/resources/assets/css/demos/demo-app-landing.css b/resources/assets/css/demos/demo-app-landing.css new file mode 100644 index 0000000..b71da04 --- /dev/null +++ b/resources/assets/css/demos/demo-app-landing.css @@ -0,0 +1,299 @@ +html, body, .body { + max-width: 100%; + overflow-x: hidden; +} + +.custom-font-size-1 { + font-size: 50px; +} + +@media (min-width: 992px) { + .custom-font-size-1 { + font-size: 70px; + } +} + +.btn-outline { + border-width: 1px; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + } +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 1px; + -webkit-text-stroke-color: var(--default); + white-space: nowrap; +} + +.custom-carousel-1 { + position: relative; + background: url(../../img/demos/app-landing/backgrounds/bg-smartphone.png); + width: 344px; + height: 636px; +} + +.custom-carousel-1 .owl-carousel { + padding: 72px 0 0 3px; +} + +.custom-carousel-1 .owl-carousel .owl-nav button.owl-next:before { + font-size: 32px !important; +} + +.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev { + left: -12px; +} + +.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev:before { + font-size: 32px !important; +} + +.custom-call-to-action { + margin-left: 50px; + margin-right: 50px; + border-radius: 70px; +} + +.custom-feature-box-1 .feature-box-icon { + width: 4.5em; + height: 4.5em; +} + +.custom-feature-box-1 .feature-box-icon:after { + display: none !important; +} + +@media (min-width: 992px) { + .custom-img-1 { + position: absolute; + top: -35%; + right: -25px; + } +} + +.custom-svg-1 { + position: absolute; + right: -200%; + top: -60%; +} + +@media (min-width: 992px) { + .custom-svg-1 { + right: -78%; + } +} + +@media (min-width: 1200px) { + .custom-svg-1 { + right: -45%; + } +} + +@media (min-width: 1440px) { + .custom-svg-1 { + right: -35%; + } +} + +@media (min-width: 1680px) { + .custom-svg-1 { + right: -21%; + } +} + +.custom-svg-2 { + position: absolute; + left: -120%; + top: -207%; + display: none; +} + +@media (min-width: 992px) { + .custom-svg-2 { + display: block; + } +} + +@media (min-width: 1200px) { + .custom-svg-2 { + left: -100%; + } +} + +@media (min-width: 1440px) { + .custom-svg-2 { + left: -75%; + } +} + +@media (min-width: 1680px) { + .custom-svg-2 { + left: -55%; + } +} + +.custom-svg-3 { + position: absolute; + right: -120%; + top: 12%; + display: none; +} + +@media (min-width: 992px) { + .custom-svg-3 { + display: block; + } +} + +@media (min-width: 1200px) { + .custom-svg-3 { + right: -100%; + } +} + +@media (min-width: 1440px) { + .custom-svg-3 { + right: -75%; + } +} + +@media (min-width: 1680px) { + .custom-svg-3 { + right: -55%; + } +} + +.custom-svg-4 { + position: absolute; + left: -120%; + top: 0%; + display: none; +} + +@media (min-width: 992px) { + .custom-svg-4 { + display: block; + } +} + +@media (min-width: 1200px) { + .custom-svg-4 { + left: -100%; + } +} + +@media (min-width: 1440px) { + .custom-svg-4 { + left: -75%; + } +} + +@media (min-width: 1680px) { + .custom-svg-4 { + left: -55%; + } +} + +.custom-el { + position: absolute; + display: none; +} + +@media (min-width: 992px) { + .custom-el { + display: block; + } +} + +.custom-el-circle { + border: 2px solid var(--grey-500); + border-radius: 50%; +} + +.custom-el-rounded-rectangle { + border: 2px solid var(--grey-500); + border-radius: var(--border-radius); +} + +.custom-el-blur-1 { + filter: blur(1px); +} + +.custom-el-blur-2 { + filter: blur(2px); +} + +.custom-rotate-45 { + transform: rotate(45deg); +} + +@media (min-width: 992px) { + .custom-steps-icons { + display: flex; + } +} + +.custom-steps-icons .custom-steps-icon { + text-align: center; +} + +.custom-steps-icons .custom-steps-icon .animated-icon { + border: 1px solid #d9d9d9; + padding: 14px; + border-radius: 50%; + max-width: 105px; + margin: 0 auto; +} + +.custom-steps-icons .custom-steps-icon h4 { + font-size: 18px; + font-weight: bold; + letter-spacing: -0.5px; + display: inline-block; + margin-top: 5px; + margin-bottom: 15px; +} + +@media (min-width: 992px) { + .custom-steps-icons .custom-steps-icon h4 { + margin-top: 10px; + margin-bottom: 0; + } +} + +.custom-steps-icons .custom-steps-connect { + position: relative; + min-width: 115px; +} + +.custom-steps-icons .custom-steps-connect-dots { + position: absolute; + top: 15%; + left: 5px; + visibility: hidden; +} + +@media (min-width: 992px) { + .custom-steps-icons .custom-steps-connect-dots { + visibility: visible; + } +} + +.custom-steps-icons .custom-steps-connect-point { + position: absolute; + top: 15%; + left: 98px; + margin-top: 15px; + visibility: hidden; +} + +@media (min-width: 992px) { + .custom-steps-icons .custom-steps-connect-point { + visibility: visible; + } +} diff --git a/resources/assets/css/demos/demo-architecture-2.css b/resources/assets/css/demos/demo-architecture-2.css new file mode 100644 index 0000000..1ec84b8 --- /dev/null +++ b/resources/assets/css/demos/demo-architecture-2.css @@ -0,0 +1,639 @@ +body { + font-family: 'Poppins', sans-serif; +} + +h1, h2, h3, h4, h5, h6, .btn { + font-family: 'Overpass', sans-serif; +} + +.custom-container-style { + max-width: 90%; +} + +@media (max-width: 575px) { + .custom-container-style { + padding-left: 0; + padding-right: 0; + max-width: 100%; + } +} + +.custom-container-style-2 { + max-width: 78%; +} + +.custom-container-style-3 { + min-width: 85vw; +} + +@media (min-width: 576px) { + .custom-container-style-3 { + min-width: 540px; + } +} + +@media (min-width: 768px) { + .custom-container-style-3 { + min-width: 720px; + } +} + +@media (min-width: 992px) { + .custom-container-style-3 { + min-width: 960px; + } +} + +@media (min-width: 1200px) { + .custom-container-style-3 { + min-width: 1140px; + } +} + +@media (min-width: 1440px) { + .custom-container-style-3 { + min-width: 1440px; + } +} + +.custom-container-position-1 { + position: relative; + transform: translate3d(-50%, 0, 0); + left: 50%; +} + +.custom-bg-grey-1 { + background: #747473 !important; +} + +.custom-margin-top { + margin-top: 170px; +} + +@media (min-width: 768px) { + .custom-margin-top { + margin-top: 30px; + } +} + +@media (min-width: 992px) { + .custom-margin-top { + margin-top: -80px; + } +} + +.custom-page-wrapper { + padding-left: 6.4vw; + padding-right: 6.4vw; +} + +.custom-font-secondary { + font-family: 'Overpass', sans-serif !important; +} + +.custom-font-tertiary { + font-family: 'PT Serif', serif !important; +} + +.custom-btn-style-1 { + position: relative; + border-radius: 0; + left: 5px; +} + +.custom-btn-style-1:before { + content: ''; + position: absolute; + top: -5px; + right: -5px; + bottom: -5px; + left: -5px; + border: 1px solid var(--grey-500); + transition: ease all 300ms; +} + +.custom-btn-style-1:hover:before { + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +.custom-btn-style-1.custom-btn-style-1-right { + left: auto; + right: 5px; +} + +.custom-box-shadow-1 { + box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.3); +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: var(--light); + -webkit-text-stroke-width: 1px; + -webkit-text-stroke-color: var(--grey-500); + white-space: nowrap; +} + +.custom-big-font-size-1 { + font-size: 147.2px; + font-size: 9.2rem; +} + +.custom-big-font-size-2 { + font-size: 187.2px; + font-size: 11.7rem; +} + +.custom-big-font-size-3 { + font-size: 115.2px; + font-size: 7.2rem; +} + +.custom-img-thumbnail-style-1:before { + border-radius: 0 !important; +} + +.custom-ls-1 { + letter-spacing: 4px; +} + +.custom-link-effect-1 { + position: relative; + padding-bottom: 4px; +} + +.custom-link-effect-1:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 0; + height: 1px; + border-bottom: 2px solid var(--grey-500); + transition: ease width 300ms; +} + +.custom-link-effect-1:hover:after, .custom-link-effect-1.active:after { + width: 100%; +} + +@keyframes customFadeFlipAnim { + 0% { + opacity: 0; + transform: translateY(-20px) perspective(600px) rotateX(10deg); + } + 100% { + opacity: 1; + transform: translateY(0) perspective(600px) rotateX(0); + } +} + +.customFadeFlipAnim { + animation-name: customFadeFlipAnim; +} + +/* +* Header +*/ +html.sticky-header-active #header .header-body { + box-shadow: none; +} + +#header .header-nav-main nav > ul > li .dropdown-menu { + border-radius: 0 !important; +} + +@media (min-width: 992px) { + #header .header-nav { + flex: 0 auto; + } + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active { + color: var(--light) !important; + } + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before { + background: #FFF !important; + } + #header .header-nav.header-nav-line nav > ul li:hover > a { + color: var(--light) !important; + } + #header .header-nav.header-nav-line nav > ul li:hover > a:before { + background: #FFF !important; + } + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before { + transform: none; + } + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + font-weight: 600; + font-family: 'Overpass', sans-serif; + letter-spacing: 1px; + text-transform: none; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { + font-size: 14px; + font-family: 'Overpass', sans-serif; + } +} + +@media (max-width: 991px) { + #header .header-container { + padding: 0 6.5vw; + } + #header.header-transparent .header-nav-main nav { + padding: 0 6.4vw !important; + } + html.sticky-header-active #header.header-transparent .header-nav-main nav { + padding: 0 6.4vw !important; + } +} + +/* +* Header Search +*/ +#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control { + border-bottom-color: var(--light) !important; +} + +/* +* Slider +*/ +.custom-slider-background { + display: flex; + align-items: stretch; + position: absolute; + top: 0; + left: 6.4vw; + right: 6.4vw; + bottom: 0; + transform: translate3d(0, 103px, 0); + opacity: 0; + transition: ease box-shadow 300ms; +} + +.custom-slider-background .custom-slider-background-image-stage-outer { + display: flex; + flex-direction: row; + flex-wrap: wrap; + position: relative; + width: 50%; + height: 100%; + overflow: hidden; +} + +.custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage { + display: flex; + flex-direction: row; + flex-wrap: wrap; + position: relative; + width: 100%; + height: 100%; +} + +.custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage .custom-slider-background-image-item { + width: 100%; + height: 100%; +} + +.custom-slider-background.show { + opacity: 1; +} + +.custom-slider-background.show .custom-slider-background-image-stage-outer .custom-slider-background-image-stage { + transition: ease transform 1s; +} + +@media (max-width: 575px) { + .custom-slider-background .custom-slider-background-image-stage-outer { + width: 100%; + } + .custom-slider-background .custom-slider-background-image-stage-outer:nth-child(2) { + display: none; + } +} + +#slider .owl-nav { + transition: ease opacity 1s; +} + +#slider .owl-nav.hide { + opacity: 0; + visibility: hidden; +} + +#slider .owl-nav.show { + opacity: 1; + visibility: visible; +} + +.has-sticky-header-transform .custom-slider-background { + transform: translate3d(0, 136px, 0); +} + +.has-sticky-header-transform + #footer { + margin-top: -33px !important; +} + +/* +* Breadcrumb +*/ +.custom-breadcrumb-style-1.breadcrumb > li + li:before { + content: "\f054"; + font-size: 14.4px; + font-size: 0.9rem; + padding-right: 10px; + padding-left: 5px; +} + +/* +* Card +*/ +.custom-card-style-1 { + transition: ease background-color 300ms; +} + +.custom-card-style-1:hover { + background-color: var(--grey-500); +} + +.custom-card-style-1:hover p { + opacity: 0.8; +} + +/* +* Owl Carousel +*/ +@media (max-width: 767px) { + .custom-dots-position .owl-dots { + top: calc(50% + 275px) !important; + transform: translate3d(0px, 0, 0px) !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .custom-dots-position .owl-dots { + top: calc(50% + 225px) !important; + transform: translate3d(0px, 0, 0px) !important; + } +} + +.custom-dots-style-1 .owl-dots { + margin-top: 20px !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot span { + background: transparent; + border: 1px solid var(--grey-500); + width: 12px; + height: 12px; +} + +.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span { + background: var(--grey-500); +} + +.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot span { + border-color: var(--light); +} + +.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active span { + background: #FFF !important; +} + +.custom-hide-prev-nav .owl-nav .owl-prev { + display: none !important; +} + +.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-prev, +.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-next { + color: #aaaaaa !important; +} + +/* +* Custom Section +*/ +.custom-section { + display: flex; + align-items: center; + justify-content: center; +} + +.custom-section .custom-section-left-content, +.custom-section .custom-section-right-content { + display: none; +} + +.custom-section .custom-section-middle-content { + width: 100%; + margin: 0 -70px; + z-index: 1; +} + +@media (min-width: 768px) { + .custom-section .custom-section-left-content, + .custom-section .custom-section-right-content { + display: block; + width: 34vw; + } + .custom-section .custom-section-middle-content { + width: 50vw; + } +} + +@media (min-width: 992px) { + .custom-section .custom-section-left-content, + .custom-section .custom-section-right-content { + width: 34vw; + } + .custom-section .custom-section-middle-content { + width: 40vw; + } +} + +/* +* Custom Heading Style +*/ +.custom-heading-style-1 { + position: relative; + color: var(--light); +} + +.custom-heading-style-1 .custom-heading-style-1-step { + position: absolute; + font-size: 4.5em; + font-weight: 900; + font-family: 'Overpass', sans-serif; + top: 50%; + left: 0; + opacity: 0.1; + transform: translate3d(0, -50%, 0); + z-index: 0; +} + +.custom-heading-style-1 .custom-heading-style-1-text { + position: relative; + letter-spacing: 4.5px; + z-index: 1; +} + +/* +* Testimonial +*/ +.custom-testimonial-quote.testimonial.testimonial-with-quotes blockquote:before { + content: '\f10d'; + font-family: "Font Awesome 6 Free"; + font-weight: 900; + font-size: 22.4px; + font-size: 1.4rem; + color: var(--light); +} + +/* +* Page Header +*/ +.custom-page-header-1 { + padding: 0 6.4vw !important; +} + +.custom-page-header-1 .custom-page-header-1-wrapper { + transform: translate3d(0, 103px, 0); + transition: ease box-shadow 300ms; +} + +/* +* Load More +*/ +.load-more-loader { + display: none; +} + +/* +* Sort Navigation +*/ +.custom-nav-filter > li > a { + color: #212121 !important; + background: transparent !important; + border-radius: 0 !important; + padding: 0 4px; + font-weight: 600; + font-size: 14.4px; + font-size: 0.9rem; +} + +.custom-nav-filter > li.active > a { + border-bottom: 1px solid var(--grey-500) !important; +} + +.custom-nav-filter > li + li { + margin-left: 15px; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100); + border-color: var(--grey-100); + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* +* Footer +*/ +#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) { + color: #999; +} + +#footer .footer-copyright p { + color: #999; +} + +/* Skin */ +.custom-btn-style-1:before { + border-color: var(--primary) !important; +} + +.custom-btn-style-1.btn-light:before { + border-color: rgba(255, 255, 255, 0.5) !important; +} + +.custom-stroke-text-effect-1 { + -webkit-text-stroke-color: var(--primary); +} + +/* +* Card +*/ +.custom-card-style-1:hover { + background-color: var(--primary) !important; +} + +.custom-card-style-1:hover h2, .custom-card-style-1:hover p { + color: var(--light) !important; +} + +.custom-card-style-1:hover .animated-icon svg path, .custom-card-style-1:hover .animated-icon svg rect { + fill: #FFF !important; +} + +/* +* Owl Carousel +*/ +.custom-dots-style-1 .owl-dots .owl-dot span { + border-color: var(--primary) !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span { + background: var(--primary) !important; +} + +/* +* Sort Navigation +*/ +.custom-nav-filter > li.active > a { + color: var(--primary) !important; + border-bottom-color: var(--primary) !important; +} + +/* +* Link Effect +*/ +.custom-link-effect-1:after { + border-bottom-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-architecture-interior.css b/resources/assets/css/demos/demo-architecture-interior.css new file mode 100644 index 0000000..4f948f7 --- /dev/null +++ b/resources/assets/css/demos/demo-architecture-interior.css @@ -0,0 +1,239 @@ +body { + font-family: 'Poppins', sans-serif; +} + +.custom-font-primary { + font-family: 'Poppins', sans-serif !important; +} + +.custom-font-secondary { + font-family: 'Montserrat', sans-serif !important; +} + +.custom-negative-margin-top { + margin-top: -150px; +} + +.custom-box-shadow-1 { + box-shadow: 0px 0px 100px -27px rgba(0, 0, 0, 0.2); +} + +.custom-btn-pos-1 { + transform: translate3d(0, 100%, 0); + margin-top: -37px; +} + +.custom-text-size-1 { + font-size: 6.4em; +} + +.custom-text-color-grey-1 { + color: var(--default) !important; +} + +.custom-border-color-grey { + border-color: #43474A !important; +} + +.custom-transition-1 rect { + transition: ease all 3s !important; +} + +@media (min-width: 1200px) and (max-width: 1530px) { + .custom-responsive-text-size-1 { + font-size: 0.8rem !important; + line-height: 1.5 !important; + } +} + +@media (min-width: 1440px) { + .custom-responsive-m-p-x { + margin-right: 3rem !important; + margin-left: 3rem !important; + padding-right: 3rem !important; + padding-left: 3rem !important; + } +} + +.custom-plus { + position: relative; +} + +.custom-plus:before { + content: '+'; + position: absolute; + top: 30px; + right: -23px; + font-size: 0.4em; + font-weight: 400; +} + +.custom-square-1 { + position: absolute; + top: -10px; + left: -10px; +} + +.custom-square-1 rect { + fill-opacity: 0; + stroke-dasharray: 1550; + stroke-dashoffset: 1550; + transition: ease all 2000ms; +} + +.custom-square-1 rect.appear-animation-visible { + stroke-dashoffset: 0; +} + +.custom-square-1.custom-square-top-right { + right: -10px; + left: auto; +} + +.custom-square-1.custom-square-1-no-pos { + top: 0; + left: 0; +} + +.custom-square-1.custom-square-1-no-pos rect.appear-animation-visible { + fill-opacity: 1; +} + +@media (max-width: 575px) { + .custom-mobile-square-thickness rect { + stroke-width: 15px; + } +} + +.lineProgressFrom { + stroke-dashoffset: 1550 !important; + transition: ease stroke-dashoffset 8s !important; +} + +.lineProgressTo { + stroke-dashoffset: 0 !important; +} + +.lineProgressAndFillFrom { + stroke-dashoffset: 1550; + fill-opacity: 0; + transition: ease stroke-dashoffset 3s, ease fill-opacity 1s 2s !important; +} + +.lineProgressAndFillTo { + stroke-dashoffset: 300; + fill-opacity: 1; +} + +.custom-btn-color-1 { + border-color: #43474A !important; +} + +.custom-btn-color-1:hover { + border-color: var(--dark) !important; +} + +.custom-btn-style-1.btn-dark { + background: #FFF !important; +} + +.custom-btn-style-1.btn-dark:hover { + background: var(--dark) !important; +} + +.active-revslide .custom-square-1 rect { + stroke-dashoffset: 0; +} + +.custom-featured-boxes-style-1 .featured-box .box-content { + padding: 60.8px 28.8px; + padding: 3.8rem 1.8rem; + border: 7px solid #43474A; + transition: ease border-color 300ms; +} + +.custom-featured-boxes-style-1 .featured-box .box-content svg { + width: 88px; + height: auto; + fill: #FFF; + transition: ease fill 300ms; +} + +.custom-thumb-info-style-1.thumb-info-bottom-info-dark-linear .thumb-info-title { + background: transparent; +} + +.custom-thumb-info-style-1.thumb-info-bottom-info .thumb-info-title { + padding: 36.8px; + padding: 2.3rem; +} + +.owl-carousel.custom-nav-size-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-size-1 .owl-nav .owl-next { + font-size: 22.4px; + font-size: 1.4rem; +} + +.card:hover .custom-square-1 rect { + stroke-dashoffset: 0; +} + +.card.custom-card-style-1 { + background: transparent; + border: 7px solid #43474A; +} + +.inner-page .main { + padding-top: 100px; +} + +#header.side-header-hide [data-plugin-scrollable] { + display: none; +} + +/* Skin */ +.custom-square-1 rect { + stroke: var(--primary); + fill: var(--primary); +} + +.custom-featured-boxes-style-1 .featured-box:hover .box-content { + border: 7px solid var(--primary); +} + +.custom-featured-boxes-style-1 .featured-box:hover .box-content svg { + fill: var(--primary); +} + +.custom-thumb-info-style-1 .thumb-info-wrapper:after { + background: var(--primary); +} + +.custom-testimonial-colored-quotes.testimonial-with-quotes blockquote:before, .custom-testimonial-colored-quotes.testimonial-with-quotes blockquote:after { + color: var(--primary) !important; +} + +@keyframes customTextColored { + from { + color: var(--light); + } + to { + color: var(--primary); + } +} + +.customTextColored { + animation-name: customTextColored; +} + +@keyframes customBorderColored { + from { + border-color: #43474A; + } + to { + border-color: var(--primary); + } +} + +.customBorderColored { + animation-name: customBorderColored; +} diff --git a/resources/assets/css/demos/demo-auto-services.css b/resources/assets/css/demos/demo-auto-services.css new file mode 100644 index 0000000..ab9247f --- /dev/null +++ b/resources/assets/css/demos/demo-auto-services.css @@ -0,0 +1,616 @@ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-width: 1200px) { + .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) { + max-width: 1200px; + } +} + +.custom-border-radius-1 { + border-radius: 7px !important; +} + +.custom-text-underline-1 { + border-bottom: 1px solid rgba(255, 255, 255, 0.7); +} + +.custom-btn-border-radius { + border-radius: var(--border-radius2x); +} + +.custom-btn-arrow-effect-1 > svg { + transition: ease transform 300ms; +} + +.custom-btn-arrow-effect-1:hover > svg { + transform: translate3d(8px, 0, 0); +} + +.custom-select-1.custom-select-1-arrow-position:before { + right: 30px; +} + +.custom-svg-1 { + position: absolute; + left: 0; + top: -100px; + width: 640px; +} + +.custom-svg-2 { + position: absolute; + top: 43%; + left: -260px; + width: 190px; + transform: translate3d(0, -50%, 0); +} + +.custom-svg-3 { + display: none; + position: absolute; + right: 0; +} + +@media (min-width: 576px) { + .custom-svg-3 { + display: block; + bottom: -80px; + width: 80px; + } +} + +@media (min-width: 1440px) { + .custom-svg-3 { + bottom: -150px; + width: 150px; + } +} + +.custom-bg-color-grey-1 { + background-color: #f4f4f4 !important; +} + +.custom-alert-bg-color-1 { + background-color: var(--light) cd6 !important; +} + +@media (max-width: 575px) { + .custom-section-background { + background-color: var(--light) !important; + } +} + +.custom-section-background .container:before { + content: ''; + position: absolute; + top: 50%; + right: 85%; + width: 100vw; + height: calc( 100% + 150px); + background: var(--light); + z-index: 0; + transform: translate3d(0, -50%, 0); +} + +@media (max-width: 575px) { + .custom-section-background .container:before { + opacity: 0; + } +} + +@media (min-width: 1920px) { + .custom-background-style-1 { + background-size: cover; + } +} + +@media (max-width: 575px) { + .custom-background-style-1 { + background-image: none !important; + background-color: var(--light); + } +} + +@media (min-width: 2050px), (max-width: 991px) { + .custom-background-size-1 { + background-size: cover !important; + } +} + +@media (min-width: 2050px) { + .custom-background-size-1 { + background-position: 14vw 50% !important; + } +} + +.custom-svg-background-1 { + position: absolute; + width: 1000%; + top: 0; + left: 50%; + height: 100.2%; + transform: translate3d(-50%, 0, 0); +} + +@media (max-width: 991px) { + .custom-svg-background-1 { + left: 77%; + } +} + +@media (max-width: 575px) { + .custom-svg-background-1 { + left: 82%; + } +} + +@media (max-width: 991px) { + .custom-remove-mobile-border-left { + border-left: 0 !important; + } +} + +@media (max-width: 575px) { + .custom-remove-mobile-xs-border-left { + border-left: 0 !important; + } +} + +.custom-divider > hr { + height: 4px !important; +} + +@keyframes customLineAnim { + from { + stroke-dasharray: 1600; + stroke-dashoffset: 1600; + } + to { + stroke-dasharray: 2500; + stroke-dashoffset: 1600; + } +} + +.customLineAnim { + animation-name: customLineAnim; +} + +@keyframes customLineAnim2 { + from { + stroke-dasharray: 2650; + stroke-dashoffset: 2650; + } + to { + stroke-dasharray: 2650; + stroke-dashoffset: 0; + } +} + +.customLineAnim2 { + animation-name: customLineAnim2; +} + +@keyframes customLineProgressAnim { + from { + width: 0; + } + to { + width: 60px; + } +} + +.customLineProgressAnim { + animation-name: customLineProgressAnim; +} + +/* + * Social Icons + */ +.custom-social-icons-divider > li + li { + position: relative; + margin-left: 20px; +} + +.custom-social-icons-divider > li + li:before { + content: ''; + border-left: 1px solid #dadcdd; + height: 80%; + position: absolute; + left: -13px; + top: 50%; + transform: translate3d(0, -50%, 0); +} + +/* + * Header + */ +#header .header-container { + height: 110px; +} + +#header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-radius: 5px !important; +} + +#header .header-nav-features .header-nav-feature.px-4 .header-nav-features-dropdown.show { + right: calc( 100% - 30px) !important; +} + +.custom-left-border-1 { + position: relative; +} + +.custom-left-border-1:before { + content: ''; + position: absolute; + top: 50%; + left: -22px; + height: 60%; + border-left: 1px solid var(--grey-500); + transform: translate3d(0, -50%, 0); +} + +/* +* Icon Style +*/ +.custom-icon-style-1 { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + width: 95px; + height: 95px; +} + +.custom-icon-style-1:before { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 2px solid var(--grey-500); + border-radius: 7px; + transform: rotate(45deg); + z-index: 0; + transition: ease background 300ms; +} + +.custom-icon-style-1 svg { + position: relative; + z-index: 1; +} + +.custom-icon-box-style-1 h3 { + transition: ease color 300ms; +} + +/* +* Thumb Info +*/ +.custom-thumb-info-style-1 .thumb-info-wrapper { + border-radius: 25px !important; + border: 5px solid transparent !important; + transition: ease border 300ms; +} + +.custom-thumb-info-style-1 h3 { + transition: ease color 300ms; +} + +.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before { + border-radius: 0 !important; +} + +/* +* Testimonial +*/ +.custom-testimonial-style-1 blockquote { + padding: 5px 20px !important; +} + +.custom-testimonial-style-1 blockquote p { + font-family: "Poppins", sans-serif; +} + +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before { + content: "\f10d"; + font-family: "Font Awesome 6 Free"; + font-weight: 900; + font-size: 20px; +} + +@media (min-width: 1200px) { + .custom-carousel-box-shadow-1 { + position: relative; + } + .custom-carousel-box-shadow-1:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 65%; + height: 0px; + box-shadow: 0 0 40px 120px rgba(0, 0, 0, 0.07); + transform: translate3d(-50%, -50%, 0); + z-index: 0; + } +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .card-header + .collapse.show, +.custom-accordion-style-1 > .card .card-header + .collapsing { + border: 1px solid var(--grey-500); + border-top: 0; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 17px; +} + +/* +* Services Detail +*/ +.custom-nav-list-effect-1 > li > a { + position: relative; + transition: ease padding 300ms, ease color 300ms; +} + +.custom-nav-list-effect-1 > li > a:before { + content: ''; + position: absolute; + top: 50%; + left: 0; + width: 0; + height: 0; + border-top: 4px solid var(--grey-500); + opacity: 0; + visibility: hidden; + transform: translate3d(0, -50%, 0); + transition: ease opacity 300ms, ease width 300ms; +} + +.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a { + padding-left: 45px; + font-weight: 700; +} + +.custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before { + width: 30px; + opacity: 1; + visibility: visible; +} + +.custom-feature-box-justify-center { + justify-content: center; +} + +.custom-feature-box-justify-center .feature-box-icon, +.custom-feature-box-justify-center .feature-box-info { + flex: 0 0 auto; +} + +/* +* Contact +*/ +.custom-form-style-1 .form-control { + border: 0; + background: #f4f4f4; + border-radius: 35px; + height: auto; + padding: 20px 25px; +} + +/* +* Datepicker +*/ +.datepicker { + padding: 10px; + margin: 0 auto; + line-height: 1.1em; +} + +.datepicker.datepicker-inline { + line-height: 1.7em; + width: 100%; +} + +.datepicker table { + width: 100%; +} + +.datepicker table tr td { + border-radius: 0; +} + +.datepicker table thead tr th { + cursor: pointer; + font-size: 12.8px; + font-size: 0.8rem; + text-align: center; + font-weight: normal; +} + +.datepicker table thead tr th.prev { + content: '\f0d9'; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; +} + +.datepicker table thead tr th.next { + content: '\f0da'; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; +} + +.datepicker table thead tr th:hover { + color: var(--light); +} + +.datepicker table thead tr:last-child th { + font-weight: 600; +} + +.datepicker table thead tr:last-child th:hover { + color: var(--grey-500); +} + +.datepicker table td { + text-align: center; + font-size: 12px; + font-size: 0.75rem; +} + +.datepicker table td.day { + transition: background-color .1s ease-in .1s, color .1s ease-in .1s; + cursor: pointer; +} + +/* +* Footer +*/ +#footer { + background: #333333; +} + +#footer a:not(.btn):not(.no-footer-css), #footer li, #footer span, #footer p { + color: #888888; +} + +.custom-list-style-1 > li { + margin-bottom: 0; + padding-top: 10px; + padding-bottom: 10px; +} + +.custom-list-style-1 > li + li { + border-top: 1px solid #46474a; +} + +.custom-list-style-1 > li:first-child { + padding-top: 0; +} + +.custom-list-style-1 > li:last-child { + padding-bottom: 0; +} + +/* Skin */ +/* +* Icon Style +*/ +.custom-icon-style-1:before { + border-color: var(--primary); +} + +.custom-icon-box-style-1:hover .custom-icon-style-1:before { + background: var(--primary); +} + +.custom-icon-box-style-1:hover .custom-icon-style-1 svg path { + fill: var(--primary-inverse) !important; +} + +.custom-icon-box-style-1:hover h3 { + color: var(--primary) !important; +} + +/* +* Thumb Info +*/ +.custom-thumb-info-style-1:hover .thumb-info-wrapper { + border-color: var(--primary) !important; +} + +.custom-thumb-info-style-1:hover h3 { + color: var(--primary) !important; +} + +/* +* Testimonial +*/ +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before { + color: var(--primary); +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + background-color: var(--primary); + color: var(--primary-inverse) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} + +/* +* Services Detail - Nav List +*/ +.custom-nav-list-effect-1 > li > a:before { + border-top-color: var(--primary); +} + +.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a { + color: var(--primary) !important; +} + +/* +* Datepicker +*/ +.datepicker thead tr:first-child th:hover, +.datepicker tfoot tr th:hover, +.datepicker table tr td span:hover { + background: var(--primary); +} + +.datepicker .datepicker-switch:hover, +.datepicker .prev:hover, +.datepicker .next:hover { + background: var(--primary); +} + +.datepicker table thead tr:last-child th:hover { + color: var(--primary); +} + +.datepicker table tbody tr td.day:hover { + background: var(--primary); +} + +.datepicker table tbody tr td.day.active { + background: var(--primary-300); +} diff --git a/resources/assets/css/demos/demo-band.css b/resources/assets/css/demos/demo-band.css new file mode 100644 index 0000000..11ed79d --- /dev/null +++ b/resources/assets/css/demos/demo-band.css @@ -0,0 +1,205 @@ +h1, h2, h3, h4, h5, h6, span, a { + font-family: 'Josefin Sans', sans-serif; +} + +body { + font-family: 'Montserrat', sans-serif; +} + +.custom-font-primary { + font-family: 'Josefin Sans', sans-serif !important; +} + +.custom-font-secondary { + font-family: 'Montserrat', sans-serif !important; +} + +.custom-border-color-1 { + border-color: #424549 !important; +} + +.custom-font-size-1 { + font-size: 22.4px !important; + font-size: 1.4rem !important; +} + +.custom-font-size-2 { + font-size: 12.8px !important; + font-size: 0.8rem !important; +} + +/* Header */ +@media (min-width: 992px) { + #header .header-nav .header-nav-line nav > ul:not(:hover) li > a.active { + color: var(--light) !important; + } + #header .header-nav-main nav > ul > li { + margin-right: 1.2rem; + } + #header .header-nav-main nav > ul > li > a { + color: var(--light) !important; + } +} + +/* Custom Porto SVG Logo (initial state for animation inside slide) */ +.custom-porto-svg-logo path { + fill-opacity: 0; + stroke-width: 1px; + stroke: #FFF; + stroke-dasharray: 630; + stroke-dashoffset: 630; + transition: ease stroke-dashoffset 5s, ease fill-opacity 1s 1.7s; +} + +.custom-porto-svg-logo.active path { + stroke-dashoffset: 0; + fill-opacity: 1; +} + +/* Custom Borders Divider */ +.custom-borders-divider-style-1 > div[class*="col"] { + border-width: 1px; + border-style: solid; + border-color: var(--dark); + border-top-width: 0; + border-right-width: 0; + border-left-width: 0; +} + +@media (min-width: 576px) { + .custom-borders-divider-style-1 > div[class*="col"] { + border-right-width: 1px; + } + .custom-borders-divider-style-1 > div[class*="col"]:nth-child(1), .custom-borders-divider-style-1 > div[class*="col"]:nth-child(3) { + border-left-width: 1px; + } +} + +@media (min-width: 992px) { + .custom-borders-divider-style-1 > div[class*="col"] { + border-left-width: 0; + } + .custom-borders-divider-style-1 > div[class*="col"]:nth-child(1) { + border-left-width: 1px; + } + .custom-borders-divider-style-1 > div[class*="col"]:nth-child(3) { + border-left-width: 0; + } +} + +/* Custom Brands Colors */ +.custom-spotify-hover-effect { + transition: ease background 300ms; +} + +.custom-spotify-hover-effect:hover { + background: #24cf5f; +} + +.custom-itunes-hover-effect { + transition: ease background 300ms; +} + +.custom-itunes-hover-effect:hover { + background: #d948dd; +} + +.custom-amazon-hover-effect { + transition: ease background 300ms; +} + +.custom-amazon-hover-effect:hover { + background: #ff9b00; +} + +.custom-googlemusic-hover-effect { + transition: ease background 300ms; +} + +.custom-googlemusic-hover-effect:hover { + background: #f4522b; +} + +/* Custom Tour Items Hover Effect */ +.custom-tour-wrapper { + position: relative; + overflow: hidden; +} + +.custom-tour-wrapper .custom-tour-stage { + transition: ease transform 300ms; +} + +.custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item { + position: absolute; + top: 0; + left: 0; + width: 100%; + transform: translate3d(0, 100%, 0); +} + +.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage { + transform: translate3d(0, -100%, 0); +} + +/* Custom Thumb Info */ +.custom-thumb-info-style-1 .overlay:before { + transition: ease all 300ms 0ms !important; +} + +.custom-thumb-info-style-1:hover .overlay:before { + opacity: 0.8 !important; + background: #0c0c0c !important; +} + +.custom-thumb-info-style-1 .thumb-info-title { + padding: 28.8px 44.8px 36.8px 33.6px !important; + padding: 1.8rem 2.8rem 2.3rem 2.1rem !important; +} + +/* Custom Card Style */ +.custom-card-style-1 .custom-card-img-top-wrapper .post-date { + position: absolute; + top: 35px; + left: 35px; + text-align: center; +} + +.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month { + display: block; + background: var(--grey-500); + border-radius: 0 0 2px 2px; + color: var(--light); + font-size: 0.8em; + line-height: 1.8; + padding: 1px 10px; + text-transform: uppercase; + font-family: "Poppins", Arial, sans-serif; +} + +.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day { + background: var(--grey-100); + border-radius: 2px 2px 0 0; + color: var(--grey-500); + display: block; + font-size: 18px; + font-weight: 900; + padding: 10px; + font-family: "Poppins", Arial, sans-serif; +} + +/* Custom SVG Line Animation */ +@keyframes customSVGLineAnim { + from { + stroke-dasharray: 40; + stroke-dashoffset: 40; + } + to { + stroke-dasharray: 40; + stroke-dashoffset: 0; + } +} + +.customSVGLineAnim { + animation-name: customSVGLineAnim; +} diff --git a/resources/assets/css/demos/demo-barber.css b/resources/assets/css/demos/demo-barber.css new file mode 100644 index 0000000..dea77a1 --- /dev/null +++ b/resources/assets/css/demos/demo-barber.css @@ -0,0 +1,389 @@ +@charset "UTF-8"; +h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins', sans-serif; +} + +body { + font-family: 'Montserrat', sans-serif; +} + +.custom-primary-font { + font-family: 'Poppins', sans-serif !important; +} + +.custom-secondary-font { + font-family: 'Montserrat', sans-serif !important; +} + +.custom-tertiary-font { + font-family: 'Playfair Display', sans-serif !important; +} + +.custom-padding-1 { + padding: 11.2px 12.8px !important; + padding: 0.7rem 0.8rem !important; +} + +.custom-font-weight-medium { + font-weight: 500 !important; +} + +.custom-font-weight-extra-light { + font-weight: 200 !important; +} + +.custom-fs-1 { + font-size: 1.3em !important; +} + +.custom-fs-2 { + font-size: 53.44px !important; + font-size: 3.34rem !important; +} + +.text-3 { + font-size: 1.1em !important; +} + +.custom-btn-style-1 { + background-color: #000 !important; + border-color: #000 !important; + font-family: 'Poppins', sans-serif; + font-size: 17.6px; + font-size: 1.1rem; + color: var(--light) !important; + padding: 8px 24px !important; + padding: 0.5rem 1.5rem !important; +} + +@media (max-width: 575px) { + .custom-mobile-scale-1 { + transform: scale(0.6); + } +} + +.custom-slider-dot { + width: 12px; + height: 12px; + border-radius: 100%; +} + +@keyframes lineProgress { + from { + stroke-dashoffset: 1550; + } + to { + stroke-dashoffset: 0; + } +} + +.lineProgress { + animation-name: lineProgress; +} + +@keyframes lineProgressAndFill { + 0% { + stroke-dasharray: 1440; + stroke-dashoffset: 1440; + fill-opacity: 0; + } + 75% { + fill-opacity: 0.5; + } + 90% { + stroke-dasharray: 1440; + stroke-dashoffset: 0; + fill-opacity: 0.5; + } + 100% { + stroke-dasharray: 1440; + stroke-dashoffset: 0; + fill-opacity: 1; + } +} + +.lineProgressAndFill { + animation-name: lineProgressAndFill; +} + +.custom-side-dots { + position: relative; + padding-left: 19.2px; + padding-left: 1.2rem; + padding-right: 19.2px; + padding-right: 1.2rem; +} + +.custom-side-dots:before { + content: ''; + position: absolute; + top: 50%; + left: 0; + background-color: var(--grey-500); + width: 8px; + height: 8px; + border-radius: 100%; + transform: translate3d(0, -50%, 0); +} + +.custom-side-dots:after { + content: ''; + position: absolute; + top: 50%; + right: 0; + background-color: var(--grey-500); + width: 8px; + height: 8px; + border-radius: 100%; + transform: translate3d(0, -50%, 0); +} + +.custom-side-dots.custom-side-dots-rm-right { + padding-right: 0; +} + +.custom-side-dots.custom-side-dots-rm-right:after { + content: none; +} + +.custom-side-dots.custom-side-dots-rm-left { + padding-left: 0; +} + +.custom-side-dots.custom-side-dots-rm-left:before { + content: none; +} + +.custom-side-dots.custom-side-dots-at-top { + padding-left: 15px; + padding-right: 15px; +} + +.custom-side-dots.custom-side-dots-at-top:before, .custom-side-dots.custom-side-dots-at-top:after { + top: 44px; + transform: none; +} + +.custom-side-dots.custom-side-dots-big:before, .custom-side-dots.custom-side-dots-big:after { + width: 14px; + height: 14px; +} + +.custom-side-dots.custom-side-dots-outside:before { + left: -20px; +} + +.custom-side-dots.custom-side-dots-outside:after { + right: -20px; +} + +@media (max-width: 767px) { + .custom-side-dots.custom-side-dots-rm-sm:before, .custom-side-dots.custom-side-dots-rm-sm:after { + content: none; + } +} + +.custom-images-position-1 div:nth-child(2) { + transform: translate3d(-50%, -30%, 0); +} + +.custom-images-position-1 div:nth-child(3) { + transform: translate3d(76%, 30%, 0); +} + +.custom-images-position-1 div:nth-child(4) { + transform: translate3d(-13%, 147%, 0); +} + +.custom-circle-pos-1 { + top: -170px !important; +} + +.custom-circle-pos-2 { + bottom: -210px !important; + right: -170px !important; +} + +#header .header-nav-main nav > ul > li > a { + font-family: 'Poppins', sans-serif; + font-size: 14.4px; + font-size: 0.9rem; + font-weight: 600; + letter-spacing: -0.5px; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + padding: 0 1.2rem !important; + } + #header .header-nav-main nav > ul > li > a:before { + content: ''; + position: absolute; + top: 50.7%; + right: -5px; + background-color: var(--light) !important; + width: 6px; + height: 6px; + border-radius: 100%; + transform: translate3d(0, -50%, 0); + } + #header .header-nav-main nav > ul > li:last-child > a:before { + content: none; + } +} + +.custom-blockquote-style-1 { + position: relative; + border: 0; + padding: 8px 44.8px; + padding: 0.5rem 2.8rem; +} + +.custom-blockquote-style-1:before { + content: "“"; + position: absolute; + left: -2px; + top: -24px; + font-size: 75px; + font-style: normal; + font-family: 'Playfair Display', sans-serif; + line-height: 1; + color: var(--default); +} + +.custom-blockquote-style-1 p { + font-family: 'Playfair Display', sans-serif; + font-size: 20.8px; + font-size: 1.3rem; + line-height: 1.6; +} + +.custom-testimonial-style-1 .custom-testimonial-quote > span { + font-family: 'Playfair Display', sans-serif; + font-size: 192px; + font-size: 12rem; + line-height: 1; + display: block; + max-height: 94.4px; + max-height: 5.9rem; +} + +.custom-working-hours { + display: flex; +} + +.custom-working-hours .custom-working-hours-item { + flex-basis: 14.2857%; + max-width: 14.2857%; + text-align: center; + box-shadow: 0px 0px 38px -3px rgba(111, 111, 111, 0.15); + margin-left: 7px; + margin-right: 7px; + padding: 40px 8px; + padding: 2.5rem 0.5rem; + transition: ease all 300ms; +} + +.custom-working-hours .custom-working-hours-item:first-child { + margin-left: 0; +} + +.custom-working-hours .custom-working-hours-item:last-child { + margin-right: 0; +} + +.custom-working-hours .custom-working-hours-item:hover, .custom-working-hours .custom-working-hours-item.active { + background-color: var(--grey-500); +} + +.custom-working-hours .custom-working-hours-item:hover *, .custom-working-hours .custom-working-hours-item.active * { + color: var(--light) !important; +} + +@media (max-width: 991px) { + .custom-working-hours { + flex-wrap: wrap; + justify-content: center; + } + .custom-working-hours .custom-working-hours-item { + flex-basis: 23.1857%; + max-width: 23.1857%; + } + .custom-working-hours .custom-working-hours-item:nth-child(5), .custom-working-hours .custom-working-hours-item:nth-child(6), .custom-working-hours .custom-working-hours-item:nth-child(7) { + margin-top: 15px; + } +} + +@media (max-width: 767px) { + .custom-working-hours .custom-working-hours-item { + flex-basis: 30.4857%; + max-width: 30.4857%; + } + .custom-working-hours .custom-working-hours-item:nth-child(4) { + margin-top: 15px; + } +} + +@media (max-width: 575px) { + .custom-working-hours .custom-working-hours-item { + flex-basis: 44.9857%; + max-width: 44.9857%; + } + .custom-working-hours .custom-working-hours-item:nth-child(3) { + margin-top: 15px; + } +} + +.custom-menu-item .custom-menu-item-details { + display: flex; + justify-content: space-between; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-title, +.custom-menu-item .custom-menu-item-details .custom-menu-item-price { + white-space: nowrap; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong { + font-size: 20.8px; + font-size: 1.3rem; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span { + font-size: 0.6em; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-line { + width: 100%; + border-bottom: dashed 1px #777; +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control:-moz-placeholder { + color: var(--default); +} + +/* Skin */ +.svg-primary circle { + stroke: var(--primary); + fill: var(--primary); +} + +.custom-side-dots:before, .custom-side-dots:after { + background-color: var(--primary); +} + +.custom-working-hours .custom-working-hours-item:hover, .custom-working-hours .custom-working-hours-item.active { + background-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-beauty-salon.css b/resources/assets/css/demos/demo-beauty-salon.css new file mode 100644 index 0000000..8a98eca --- /dev/null +++ b/resources/assets/css/demos/demo-beauty-salon.css @@ -0,0 +1,114 @@ +.custom-container-style-1 { + min-width: 85vw; +} + +@media (min-width: 576px) { + .custom-container-style-1 { + min-width: 540px; + } +} + +@media (min-width: 768px) { + .custom-container-style-1 { + min-width: 720px; + } +} + +@media (min-width: 992px) { + .custom-container-style-1 { + min-width: 960px; + } +} + +@media (min-width: 1200px) { + .custom-container-style-1 { + min-width: 1140px; + } +} + +@media (min-width: 1440px) { + .custom-container-style-1 { + min-width: 1440px; + } +} + +.custom-container-position-1 { + position: relative; + transform: translate3d(-50%, 0, 0); + left: 50%; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Playfair Display', sans-serif; + text-transform: capitalize; +} + +.custom-primary-font { + font-family: 'Poppins', sans-serif !important; +} + +.custom-secondary-font { + font-family: 'Playfair Display', sans-serif !important; +} + +.custom-tertiary-font { + font-family: 'Rouge Script', cursive !important; +} + +@media (min-width: 992px) { + .custom-text-lg-1 { + font-size: 6em !important; + line-height: 1 !important; + } + .custom-text-lg-2 { + font-size: 380px !important; + } +} + +hr { + background: #e7e7e7; +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before { + height: 1px; + } +} + +@media (min-width: 1400px) { + #header .header-nav.header-nav-line nav > ul > li { + margin: 0 14px; + } +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a { + font-size: 13px; + font-weight: 400; + line-height: 20px; + letter-spacing: -0.3px; + } +} + +.custom-card-services .card-body { + min-height: 345px; +} + +.custom-card-services .custom-card-services-icon { + position: absolute; + right: 20px; + top: 20px; +} + +.custom-card-services .custom-card-services-icon svg { + opacity: 0.05 !important; +} + +.block-follow-instagram { + width: 480px; + height: 240px; +} + +footer.border-top { + border-top-color: #e7e7e7 !important; +} diff --git a/resources/assets/css/demos/demo-business-consulting-2.css b/resources/assets/css/demos/demo-business-consulting-2.css new file mode 100644 index 0000000..03bd331 --- /dev/null +++ b/resources/assets/css/demos/demo-business-consulting-2.css @@ -0,0 +1,905 @@ +body { + font-family: "Poppins", sans-serif; +} + +/* +* Container +*/ +@media (min-width: 1240px) { + .container { + max-width: 1240px !important; + } +} + +/* +* BG +*/ +.custom-bg-color-lighter-grey { + background: #fafafc !important; +} + +.custom-bg-color-light-grey { + background: #dde2ea !important; +} + +/* +* Custom Button +*/ +.custom-btn { + height: 60px; + line-height: 60px; + text-align: center; +} + +/* +* Half Section +*/ +.col-half-section { + max-width: 590px; +} + +@media (max-width: 1199px) { + .col-half-section { + max-width: 455px; + } +} + +@media (max-width: 991px) { + .col-half-section { + max-width: 750px; + } +} + +@media (max-width: 767px) { + .col-half-section { + max-width: 570px; + } +} + +@media (max-width: 575px) { + .col-half-section { + max-width: 100%; + } +} + +/* +* Letter Spacing +*/ +.custom-letter-spacing-1 { + letter-spacing: -0.5px !important; +} + +.custom-letter-spacing-2 { + letter-spacing: -0.8px !important; +} + +/* +* Font Size +*/ +.custom-text-1 { + font-size: 32px !important; +} + +/* +* Line Pre +*/ +.line-pre-title { + width: 50px; + height: 3px; + margin-right: 20px; + display: inline-block; + vertical-align: middle; +} + +html[dir="rtl"] .slider-container .line-pre-title { + margin-right: 20px; + margin-left: 0; +} + +/* +* Circular Bar +*/ +.custom-circular-bar .circular-bar-chart { + position: relative; + overflow: hidden; + height: 175px; +} + +/* +* Card +*/ +.card-accordion-our-services-container { + border: 1px solid #eef0f4; +} + +.card-accordion-our-services-container .card-accordion-our-services { + border: 9px solid #eef0f4; + border-top: 0; + margin: -2px -1px 0 -1px; +} + +.custom-cards { + position: relative; +} + +.custom-cards.custom-cards-slider .cards-container { + margin: -250px auto 0; +} + +@media (max-width: 1199px) { + .custom-cards { + height: auto; + } +} + +.custom-cards .cards-container:before { + height: 100%; + width: 100%; + top: 0; + left: 0; +} + +@media (max-width: 1199px) { + .custom-cards .cards-container { + position: static; + padding-bottom: 0; + } +} + +@media (max-width: 1199px) { + .custom-cards .cards-container > div:nth-child(1) .card, .custom-cards .cards-container > div:nth-child(2) .card { + margin-top: 0; + padding-bottom: 0; + } +} + +.custom-cards .cards-container .card { + padding: 70px 0; + box-shadow: 0 0 50px rgba(0, 0, 0, 0.07); +} + +.custom-cards .cards-container .card:before { + box-shadow: none !important; +} + +.custom-cards .cards-container .card .card-body { + padding: 0 50px; + border-right: 1px solid #eef0f4; +} + +@media (max-width: 1199px) { + .custom-cards .cards-container .card .card-body { + border-right: 0; + } +} + +.custom-cards .cards-container .card .card-body img { + padding-bottom: 35px; +} + +.custom-cards .cards-container .card .card-body .card-title { + font-size: 24px; +} + +.custom-cards .cards-container .card .card-body .card-text, .custom-cards .cards-container .card .card-body .card-title { + margin: 0; +} + +/* +* Header +*/ +.header-top .header-top-phone { + font-size: 16px !important; + padding: 6px 17px 6px 0 !important; +} + +.header-top .header-top-phone > span { + width: 34px; + height: 34px; + line-height: 31px; + background-color: #dde2ea; + border-radius: 50%; + text-align: center; + margin-right: 8px; +} + +.header-top .header-top-email, +.header-top .header-top-opening-hours { + font-size: 12px !important; + letter-spacing: -0.3px; +} + +.header-top .header-top-email > span, +.header-top .header-top-opening-hours > span { + width: 34px; + height: 34px; + line-height: 31px; + background-color: #dde2ea; + border-radius: 50%; + text-align: center; + margin-right: 6px; +} + +.header-top .header-top-email { + margin-right: 15px; +} + +.header-top .nav-item-header-top-socials .header-top-socials ul li { + margin-right: 30px; +} + +.header-top .nav-item-header-top-socials .header-top-socials ul li i { + font-size: 15px !important; +} + +.header-top .header-top-button-make-as-appoitment { + width: 230px; +} + +.header-top .header-top-button-make-as-appoitment a { + font-size: 12px; + border-radius: 0 0 4px 4px; +} + +@media (min-width: 992px) { + .header-container .header-nav .nav li > a { + text-transform: none !important; + font-size: 14px !important; + } + .header-container .header-nav .nav li .dropdown-menu a { + font-size: 0.8em !important; + } + .header-container .header-nav .nav li:hover > a { + background: #fff !important; + } + .header-container .header-nav .nav li:hover > a:before { + border-bottom: 0 !important; + } + .header-container .header-nav .nav li:hover > a + ul.dropdown-menu { + border-top: 0 !important; + margin-top: -5px !important; + } +} + +.header-column-search { + flex-grow: 0.14 !important; +} + +@media (max-width: 1199px) { + .header-column-search { + flex-grow: 0.3 !important; + } +} + +@media (max-width: 991px) { + .header-column-search { + order: 2; + flex-grow: 0.1 !important; + align-items: center !important; + } +} + +@media (max-width: 991px) { + .header-column-logo { + order: 1; + } +} + +@media (max-width: 991px) { + .header-column-nav-menu { + order: 3; + flex-grow: 0 !important; + } +} + +.header-nav-features { + padding: 0 !important; + margin: 0 !important; +} + +.header-nav-features:not(.header-nav-features-no-border):before { + display: none !important; +} + +/* +* Slider +*/ +.slider-container .custom-bottom-label { + width: 200px; + height: 60px; + letter-spacing: -0.35px !important; + font-size: 14px !important; + line-height: 60px !important; + border-radius: 4px !important; +} + +.slider-container .section-funnel-layer-bottom { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + padding: 96px 0; + padding: 6rem 0; + transform: translate3d(0, 50%, 0); + z-index: 20; +} + +.slider-container .section-funnel-layer-bottom .section-funnel-layer:nth-child(1) { + transform: skewY(4.7deg); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: var(--light); + z-index: 6; +} + +.slider-container .section-funnel-layer-bottom .section-funnel-layer:nth-child(2) { + transform: skewY(-4.7deg); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: var(--light); + z-index: 6; +} + +.slider-container .tparrows { + background: transparent !important; +} + +.slider-container .tparrows:hover { + background: transparent !important; +} + +.slider-container .tparrows:before { + color: var(--dark) !important; + font-size: 22px; + font-weight: 900; +} + +.custom-slider-container:before { + content: ''; + position: absolute; + background-color: #fafafc; + top: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(-1deg); +} + +@media (max-width: 1199px) { + .custom-slider-container:before { + display: none; + } +} + +.custom-slider-container:after { + content: ''; + position: absolute; + background-color: #fafafc; + bottom: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(1deg); +} + +@media (max-width: 1199px) { + .custom-slider-container:after { + display: none; + } +} + +.custom-tp-caption-right-side { + width: 50%; +} + +.tp-bullet { + width: 16px; + height: 16px; + box-shadow: 0 0 0 2px var(--dark) !important; + opacity: .5; +} + +.tp-bullet.selected { + opacity: 1; + box-shadow: 0 0 0 2px var(--dark) !important; +} + +.tp-bullet.selected .tp-bullet-inner { + display: block; +} + +.tp-bullet .tp-bullet-inner, .tp-bullet .tp-bullet-inner:hover { + transform: scale(0.5) !important; +} + +.tp-bullet .tp-bullet-inner { + display: none; +} + +/* +* Social Icons +*/ +.custom-social-icons li { + box-shadow: none !important; + margin: -1px 13px 0 0; +} + +.custom-social-icons li a { + width: 38px; + height: 38px; + line-height: 41px; +} + +.custom-social-icons li:hover a { + color: var(--dark--200) !important; +} + +.custom-social-icons li:hover a > i[class*="text-color-"] { + color: var(--light) !important; +} + +/* +* Circular Bar +*/ +.circular-bar strong { + top: 49%; + font-size: 22px !important; + transform: translateY(-50%); +} + +/* +* Custom Counters +*/ +.custom-counters .counter:first-child { + margin-right: 70px !important; +} + +.custom-counters .counter strong { + font-size: 40px !important; +} + +.custom-counters .counter label { + font-size: 15px; +} + +/* +* Our Services +*/ +.col-img-our-services:before { + content: ''; + position: absolute; + display: block; + background-color: #fafafc; + top: -78px; + left: -10px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(-2deg); +} + +.col-img-our-services:after { + content: ''; + position: absolute; + display: block; + background-color: #fafafc; + bottom: -78px; + left: -10px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(2deg); +} + +@media (max-width: 991px) { + .col-img-our-services { + display: none; + } +} + +.our-services { + background-position-y: center; + background-repeat: no-repeat; + background-size: auto; + height: auto; + position: relative; + overflow: hidden; +} + +@media (min-width: 1200px) { + .our-services { + min-height: 850px; + } +} + +@media (max-width: 991px) { + .our-services { + background: none !important; + } +} + +.our-services:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + width: 50%; + height: 100%; + background-color: var(--light); + z-index: 0; +} + +/* +* Coaching Consulting +*/ +.coaching-consulting .col-coaching-consulting-imgs .card { + position: absolute; +} + +.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) { + z-index: 1; + top: 0; + right: 20px; +} + +.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) { + z-index: 3; + bottom: 30px; + left: 60%; + transform: translateX(-50%); +} + +.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) { + z-index: 2; + left: 40px; + bottom: 10%; +} + +@media (max-width: 991px) { + .coaching-consulting .col-coaching-consulting-imgs .card { + position: relative; + max-width: 30%; + margin-top: 30px; + transform: none !important; + top: 0 !important; + left: 0 !important; + bottom: 0 !important; + right: 0 !important; + float: left; + margin-right: 3.33%; + } +} + +/* +* Real Word Stories +*/ +.real-word-stories:before { + content: ''; + position: absolute; + display: block; + background-color: #fafafc; + top: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(-1deg); +} + +@media (max-width: 1199px) { + .real-word-stories:before { + display: none; + } +} + +.real-word-stories .owl-dots { + display: flex; + margin-top: 30px !important; + position: absolute; + left: 50%; + transform: translateX(-50%); +} + +.real-word-stories .owl-dots button { + border: 2px solid var(--dark) !important; + width: 15px; + height: 15px; + border-radius: 50%; + line-height: 15px !important; + text-align: center; + position: relative; + margin-right: 4px; +} + +.real-word-stories .owl-dots button:last-child { + margin-right: 0; +} + +.real-word-stories .owl-dots button span { + display: none !important; + margin: 0 auto !important; + width: 7px !important; + height: 7px !important; + background-color: var(--dark) !important; +} + +.real-word-stories .owl-dots button.active span { + display: block !important; +} + +.real-word-stories .custom-testimonial-container { + width: 72.5%; + padding-right: 150px; +} + +@media (max-width: 1199px) { + .real-word-stories .custom-testimonial-container { + padding-right: 200px; + } +} + +@media (max-width: 991px) { + .real-word-stories .custom-testimonial-container { + padding-right: 200px; + } +} + +@media (max-width: 767px) { + .real-word-stories .custom-testimonial-container { + padding-right: 120px; + } +} + +@media (max-width: 575px) { + .real-word-stories .custom-testimonial-container { + width: 100%; + padding-right: 40px; + } +} + +.real-word-stories .custom-testimonial-container .custom-testimonial { + padding: 45px 0 45px 40px; +} + +.real-word-stories .custom-testimonial-container .custom-testimonial blockquote p, .real-word-stories .custom-testimonial-container .custom-testimonial blockquote h4 { + font-family: Poppins; +} + +.real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author strong { + font-size: 18px; +} + +.real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author img { + max-width: 70px; + max-height: 70px; +} + +.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right { + width: 45%; + height: 210px; + right: 30px; + top: 65px; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); +} + +.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right img { + max-width: 130px; + height: auto; +} + +.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right .custom-button-testimonial-right { + width: 165px; + height: 50px; + line-height: 50px; + bottom: -25px; +} + +/* +* Are You Lookng For +*/ +.are-you-looking-for { + padding: 70px 0; +} + +.are-you-looking-for .are-you-looking-for-phone { + margin-right: 37px; +} + +.are-you-looking-for .are-you-looking-for-phone > span { + width: 48px; + height: 48px; + line-height: 46px; + background-color: #dde2ea; + border-radius: 50%; + text-align: center; + margin-right: 8px; +} + +/* +* Page Header +*/ +.custom-page-header { + padding: 75px 0; + margin: 0; + overflow: hidden; +} + +@media (max-width: 1199px) { + .custom-page-header { + padding: 35px 0; + } +} + +.custom-page-header:before { + content: ''; + position: absolute; + background-color: #fafafc; + top: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(-1deg); +} + +@media (max-width: 1199px) { + .custom-page-header:before { + display: none; + } +} + +.custom-page-header:after { + content: ''; + position: absolute; + background-color: #fafafc; + bottom: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(1deg); +} + +@media (max-width: 1199px) { + .custom-page-header:after { + display: none; + } +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + border: 0; + padding: 19.2px; + padding: 1.2rem; + box-shadow: none !important; + height: auto; + background: #fafafc !important; +} + +/* +* Footer +*/ +#footer { + font-size: 1em; +} + +#footer:before { + content: ''; + position: absolute; + display: block; + background-color: #fafafc; + top: -75px; + width: 200%; + z-index: 21; + height: 75px; + transform: rotate(-1deg); +} + +@media (max-width: 1199px) { + #footer:before { + display: none; + } +} + +@media (min-width: 1200px) and (max-width: 1240px) { + #footer .custom-container-info-socials { + justify-content: flex-end !important; + } +} + +#footer .footer-nav-phone { + font-size: 16px !important; + padding: 0 17px 0 0 !important; +} + +#footer .footer-nav-phone > span { + width: 34px; + height: 34px; + line-height: 31px; + background-color: #dde2ea; + border-radius: 50%; + text-align: center; + margin-right: 8px; +} + +#footer .footer-nav-email, +#footer .footer-nav-opening-hours { + font-size: 12px !important; + letter-spacing: -0.3px; +} + +#footer .footer-nav-email > span, +#footer .footer-nav-opening-hours > span { + width: 34px; + height: 34px; + line-height: 31px; + background-color: #dde2ea; + border-radius: 50%; + text-align: center; + margin-right: 6px; +} + +#footer .footer-nav-email { + margin-right: 15px; +} + +#footer .footer-nav-opening-hours { + margin-right: 20px; +} + +#footer .footer-copyright { + border-top: 1px solid #ced6e1; + padding: 60px 0; +} + +@media (max-width: 991px) { + #footer .footer-column-get-in-touch { + margin: 1rem 0; + } +} + +#footer .nav-footer > ul { + padding: 0; +} + +#footer .nav-footer > ul li { + list-style: none; +} + +#footer .nav-footer .dropdown-secondary a { + font-size: 14px; +} + +#footer .custom-row-footer { + padding-top: 150px !important; +} + +@media (max-width: 1199px) { + #footer .custom-row-footer { + padding-top: 60px !important; + } +} + +#footer .custom-row-footer .custom-footer-column-logo img { + margin-bottom: 35px; +} + +/* Skin */ +.bg-color-primary-darken-1 { + background-color: var(--primary-100) !important; +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a { + color: var(--secondary); + } + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover { + color: var(--primary) !important; + } +} diff --git a/resources/assets/css/demos/demo-business-consulting-3.css b/resources/assets/css/demos/demo-business-consulting-3.css new file mode 100644 index 0000000..f75c362 --- /dev/null +++ b/resources/assets/css/demos/demo-business-consulting-3.css @@ -0,0 +1,386 @@ +.custom-font-size-1 { + font-size: 0.6em; +} + +@media (min-width: 1200px) { + .custom-big-font-size-1 { + font-size: 6.9rem !important; + } +} + +@media (min-width: 1600px) { + .custom-big-font-size-1 { + font-size: 8.5rem !important; + } +} + +.custom-blockquote-style-1 { + border-left-width: 12px; + border-left-color: #f3f3f3; +} + +.custom-bg-color-grey-1 { + background-color: #5a6267; +} + +.custom-border-color-grey-1 { + border-color: #404040 !important; +} + +@media (max-width: 991px) { + .custom-ws-mobile-wrap { + white-space: normal !important; + } +} + +.custom-box-shadow-1 { + box-shadow: 0 0px 40px 0px rgba(187, 187, 187, 0.3); +} + +/* +* Text Background +*/ +@media (min-width: 992px) { + .custom-text-background { + background-repeat: no-repeat; + background-size: 100%; + background-position: 20% 30%; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } +} + +@media (max-width: 991px) { + .custom-text-background { + background-image: none !important; + } +} + +/* +* Text Highlight +*/ +.custom-highlight-text-1 { + position: relative; +} + +.custom-highlight-text-1:before { + content: ''; + position: absolute; + bottom: 5px; + left: 0; + width: 100%; + border-bottom: 7px solid #d20d0d; + opacity: 0.2; + z-index: 0; +} + +/* +* Buttons +*/ +.custom-btn-style-1 { + position: relative; + transition: ease transform 300ms; +} + +.custom-btn-style-1 > span { + position: relative; + z-index: 1; +} + +.custom-btn-style-1:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: inherit; + opacity: 0.7; + border-radius: inherit; + transform: translate3d(5px, 5px, 0); + transition: ease transform 300ms; + z-index: 0; +} + +.custom-btn-style-1:hover { + transform: translate3d(2.5px, 2.5px, 0); +} + +.custom-btn-style-1:hover:before { + transform: translate3d(0, 0, 0); +} + +/* +* Crooked Line +*/ +.custom-crooked-line { + display: inline-block; + width: 77px; + overflow: hidden; +} + +/* +* Custom Link Effects +*/ +@keyframes crookedLineAnim { + from { + transform: translate3d(0, 0, 0); + } + to { + transform: translate3d(-48%, 0, 0); + } +} + +.custom-link-hover-effects .custom-view-more svg { + transition: ease transform 300ms; +} + +.custom-link-hover-effects:hover .custom-crooked-line svg { + animation-name: crookedLineAnim; + animation-duration: 2s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +.custom-link-hover-effects:hover .custom-view-more svg { + transform: translate3d(7px, 0, 0); +} + +.custom-link-hover-effects:hover .custom-date-style-1 { + transform: translate3d(2.5px, 2.5px, 0); +} + +.custom-link-hover-effects:hover .custom-date-style-1:before { + transform: translate3d(0, 0, 0); +} + +/* +* Header +*/ +.custom-header-top-nav-background { + position: relative; +} + +.custom-header-top-nav-background:before { + content: ''; + position: absolute; + top: 0; + right: 0; + width: 100vw; + height: 100%; + background: var(--grey-500); + transform: skewX(-25deg); + z-index: 1; +} + +.custom-header-top-nav-background:after { + content: ''; + position: absolute; + top: 7px; + right: -7px; + width: 100vw; + height: 100%; + background: var(--grey-500); + transform: skewX(-25deg); + z-index: 0; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + padding: 0px 1.2rem !important; + font-size: 16px; + } +} + +/* +* Carousel +*/ +.custom-carousel-box-shadow-1 { + position: relative; +} + +.custom-carousel-box-shadow-1:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 65%; + height: 0px; + box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03); + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.custom-dots-style-1 .owl-dots, +.custom-dots-style-2 .owl-dots { + margin-top: 30px !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot > span, +.custom-dots-style-2 .owl-dots .owl-dot > span { + background: #9e9e9e !important; + transition: ease all 300ms; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active > span, +.custom-dots-style-2 .owl-dots .owl-dot.active > span { + background: #3e3e3e !important; + width: 18px; +} + +@media (max-width: 991px) { + .custom-dots-style-2 .owl-dots { + transform: translate3d(0, -50px, 0); + } +} + +.custom-carousel-vertical-center-items .owl-stage { + display: flex; + align-items: center; +} + +.custom-nav-style-1 .owl-nav { + left: 50%; + width: 105%; + transform: translate3d(-50%, -50%, 0); +} + +.owl-carousel.carousel-center-active-item .owl-item { + opacity: 0.4; +} + +/* +* Tabs +*/ +.custom-tabs-style-1 .nav-tabs { + border-bottom: 1px solid #f1f1f1 !important; + margin-bottom: 35px !important; +} + +.custom-tabs-style-1 .nav-tabs > li { + margin-bottom: 0 !important; +} + +.custom-tabs-style-1 .nav-tabs > li .nav-link { + border-bottom-width: 1px !important; +} + +.custom-tabs-style-1 .nav-tabs > li .nav-link.active { + border-bottom-width: 2px !important; +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .card-header + .collapse.show, +.custom-accordion-style-1 > .card .card-header + .collapsing { + border: 1px solid #efefef; + border-top: 0; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 17px; +} + +/* +* Read More +*/ +.custom-read-more-style-1 .readmore-overlay { + background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important; +} + +/* +* Blog Post Date +*/ +.custom-date-style-1 { + position: relative; + transition: ease transform 300ms; +} + +.custom-date-style-1:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: inherit; + opacity: 0.7; + transform: translate3d(5px, 5px, 0); + transition: ease transform 300ms; + z-index: 0; +} + +/* +* Footer +*/ +#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span { + color: #999; +} + +#footer .footer-copyright p { + color: #999; +} + +/* Skin */ +/* +* Text Highlight +*/ +.custom-highlight-text-1:before { + border-bottom-color: var(--primary); +} + +/* +* Header +*/ +.custom-header-top-nav-background { + position: relative; +} + +.custom-header-top-nav-background:before { + background: var(--primary); +} + +.custom-header-top-nav-background:after { + background: var(--primary--300); +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + background-color: var(--primary); + color: var(--primary-inverse) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-business-consulting-4.css b/resources/assets/css/demos/demo-business-consulting-4.css new file mode 100644 index 0000000..13df253 --- /dev/null +++ b/resources/assets/css/demos/demo-business-consulting-4.css @@ -0,0 +1,221 @@ +/* Custom Hero Row */ +.custom-hero-row { + min-height: calc(100vh - 100px); +} + +/* Custom Elements */ +.custom-element-wrapper { + position: absolute; +} + +.custom-element-wrapper.custom-element-1 { + top: 25%; + left: 45%; + width: 300px; + height: 300px; +} + +.custom-element-wrapper.custom-element-1 .custom-element { + background: transparent; + border: 3px solid var(--primary); + opacity: 0.05; + width: 100%; + height: 100%; + border-radius: 25px; +} + +.custom-element-wrapper.custom-element-2 { + top: 45%; + left: 62%; + width: 150px; + height: 150px; +} + +.custom-element-wrapper.custom-element-2 .custom-element { + background: var(--primary); + opacity: 0.05; + width: 100%; + height: 100%; + border-radius: 25px; +} + +.custom-element-wrapper.custom-element-3 { + top: 57%; + left: 70%; + width: 100px; + height: 100px; +} + +.custom-element-wrapper.custom-element-3 .custom-element { + background: transparent; + border: 3px solid var(--primary); + opacity: 0.05; + width: 100%; + height: 100%; + border-radius: 25px; +} + +.custom-element-wrapper.custom-element-4 { + top: 57%; + left: 44%; + width: 100px; + height: 100px; +} + +.custom-element-wrapper.custom-element-4 .custom-element { + background: var(--primary); + opacity: 0.03; + width: 100%; + height: 100%; + border-radius: 25px; +} + +.custom-element-wrapper.custom-element-5 { + top: 18%; + left: 7%; + width: 450px; + height: 450px; +} + +.custom-element-wrapper.custom-element-5 .custom-element { + background: var(--secondary); + width: 100%; + height: 100%; + border-radius: 25px; +} + +@media (min-width: 768px) { + .custom-element-wrapper.custom-element-5 { + top: 18%; + left: 15%; + } +} + +@media (min-width: 992px) { + .custom-element-wrapper.custom-element-5 { + top: 27%; + left: 22%; + } +} + +@media (min-width: 1200px) { + .custom-element-wrapper.custom-element-5 { + top: 22%; + left: 22%; + } +} + +@media (min-width: 1400px) { + .custom-element-wrapper.custom-element-5 { + top: 27%; + left: 78%; + } +} + +.custom-element-wrapper.custom-element-6 { + width: 160px; + height: 160px; + top: 22.2%; + right: -8%; +} + +.custom-element-wrapper.custom-element-7 { + width: 160px; + height: 160px; + top: 58.2%; + right: -38%; +} + +.custom-element-wrapper.custom-element-8 { + top: -5%; + left: -6%; + clip-path: polygon(0 0, 100% 0, 100% 100%, 77.2% 100%, 0 54%); +} + +@media (min-width: 768px) { + .custom-element-wrapper.custom-element-8 { + top: -5%; + left: 5%; + } +} + +@media (min-width: 992px) { + .custom-element-wrapper.custom-element-8 { + top: 5%; + left: 5%; + } +} + +@media (min-width: 1200px) { + .custom-element-wrapper.custom-element-8 { + top: 0%; + left: 10%; + } +} + +@media (min-width: 1400px) { + .custom-element-wrapper.custom-element-8 { + top: 5%; + left: 63%; + } +} + +.custom-element-wrapper.custom-element-9 { + width: 160px; + height: 160px; + top: 5%; + left: 7%; +} + +.custom-element-wrapper.custom-element-10 { + width: 160px; + height: 160px; + top: 65%; + right: 10%; +} + +.custom-element-wrapper.custom-element-11 { + display: inline-block; +} + +.custom-element-wrapper.custom-element-11 img { + border-radius: 25px; +} + +.custom-element-wrapper.custom-element-11:before { + display: block; + content: ""; + position: absolute; + top: 30px; + left: -30px; + background: var(--primary); + border-radius: 25px; + width: 100%; + height: 100%; + z-index: -1; +} + +/* Page Header */ +.page-header { + padding-top: 153px; + padding-bottom: 0; +} + +.page-header .container:before { + content: ""; + left: 0; + width: 100%; + height: 1px; + background: rgba(0, 0, 0, 0.06); + position: absolute; +} + +/* Breadcrumb */ +.breadcrumb li { + font-weight: 600; + letter-spacing: 1px; +} + +.breadcrumb > li + li:before { + padding: 0 7px 0 7px; +} diff --git a/resources/assets/css/demos/demo-business-consulting-5.css b/resources/assets/css/demos/demo-business-consulting-5.css new file mode 100644 index 0000000..3628ad5 --- /dev/null +++ b/resources/assets/css/demos/demo-business-consulting-5.css @@ -0,0 +1,189 @@ +@media (min-width: 1440px) { + .container { + max-width: 1440px !important; + } +} + +body { + font-size: 18px; +} + +.hero { + background-size: cover; + max-width: 1100px; + width: 100%; + max-height: 770px; + height: 100%; + position: absolute; + right: 0; + top: 0; +} + +@media (max-width: 1800px) { + .hero { + right: -13%; + } +} + +.custom-el-pos-1 { + left: 15%; + top: 17%; +} + +.custom-el-pos-2 { + right: 11%; + top: 17%; +} + +@media (min-width: 992px) { + .custom-el-pos-3 { + margin-top: -100px; + } +} + +@media (max-width: 991px) { + .custom-col-1 { + padding-top: 120px; + margin-bottom: 50px; + } +} + +@media (min-width: 992px) and (max-width: 1399px) { + .custom-col-1 { + padding-top: 500px; + margin-bottom: 50px; + } +} + +.custom-wrapper-1 > .container > .row { + min-height: 935px; +} + +h3 { + text-transform: none; + font-size: 2.4em; + font-weight: 600; + line-height: 1.1em; + margin-bottom: 20px; +} + +p { + line-height: 1.6em; +} + +@media (max-width: 991px) { + .max-width-custom-1 { + max-width: 485px !important; + } +} + +@keyframes btnDashEffect { + 0% { + transform: translateX(0); + } + 51% { + transform: translateX(20px); + opacity: 1; + } + 52% { + opacity: 0; + transform: translateX(-20px); + } + 53% { + opacity: 0; + } + 54% { + opacity: 1; + } + 100% { + transform: translateX(0); + } +} + +.btn-dash:before { + content: ""; + width: 20px; + height: 2px; + display: inline-block; + background: var(--light); + margin-right: 10px; + position: relative; + top: -3px; +} + +.btn-dash:hover:before { + animation: btnDashEffect ease-out .3s; +} + +.btn-dash.text-color-primary:before { + background: var(--primary); +} + +#header .header-container { + min-height: 100px; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 18px; + margin-left: 6px !important; + margin-right: 6px !important; + } + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content { + font-size: 20px; + } +} + +@media (max-width: 1480px) { + #header .header-nav-main nav > ul > li > a { + font-size: 16px; + margin-left: 0px !important; + margin-right: 0px !important; + } +} + +.tabs-navigation-custom .nav-tabs .nav-item { + position: relative; +} + +.tabs-navigation-custom .nav-tabs .nav-item .nav-link { + border: 0 !important; + font-size: 18px; + padding-left: 25px !important; +} + +.tabs-navigation-custom .nav-tabs .nav-item .nav-link:not(.active) { + color: var(--dark); +} + +.tabs-navigation-custom .nav-tabs .nav-item .nav-link:before { + content: ""; + width: 20px; + height: 2px; + display: inline-block; + background: var(--dark); + margin-right: 10px; + position: relative; + top: -3px; + left: 0; +} + +.tabs-navigation-custom .nav-tabs .nav-item .nav-link.active:before { + background: var(--primary); +} + +.custom-marquee { + bottom: -30%; +} + +.custom-marquee p { + font-size: 500px; + font-weight: 600; +} + +.custom-outline-text-style-1 { + text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; + letter-spacing: 0; + color: var(--light); + opacity: 0.08; +} diff --git a/resources/assets/css/demos/demo-business-consulting.css b/resources/assets/css/demos/demo-business-consulting.css new file mode 100644 index 0000000..b1e43f6 --- /dev/null +++ b/resources/assets/css/demos/demo-business-consulting.css @@ -0,0 +1,1117 @@ +h1, h2, h3, h4, h5, h6 { + font-family: "Playfair Display", serif; +} + +body { + font-family: "Sintony", sans-serif; +} + +h2 { + margin: 0 0 15px 0; +} + +@media (max-width: 991px) { + .custom-sm-margin-top { + margin-top: 20px; + } +} + +.custom-primary-font { + font-family: "Sintony", sans-serif; +} + +.custom-secondary-font { + font-family: "Playfair Display", serif; +} + +.custom-section-padding { + padding: 60px 0px; +} + +.custom-section-padding-2 { + padding-top: 60px; +} + +.custom-section-padding-3 { + padding-left: 110px !important; +} + +.custom-opacity-font { + opacity: 0.6; + transition: ease all 300ms; +} + +.custom-opacity-font:hover { + opacity: 1; +} + +.custom-border-radius { + border-radius: 35px !important; + padding: 11px 30px !important; +} + +.custom-border-radius.custom-border-radius-small { + padding: 7px 17px !important; + font-size: 12px; +} + +.btn-outline.custom-border-width { + border-width: 2px; +} + +@media (min-width: 991px) { + .custom-md-border-top { + border-top: 1px solid rgba(255, 255, 255, 0.12); + } +} + +.custom-position-1 { + position: relative; + margin-top: -177px; +} + +@media (max-width: 991px) { + .custom-position-1 { + margin-top: 0; + background: #101019; + } +} + +.custom-color-red { + color: #fa4141; +} + +.custom-nav-arrows-1 .owl-nav .owl-prev, +.custom-nav-arrows-1 .owl-nav .owl-next { + width: 45px !important; + height: 120px !important; + background: rgba(16, 16, 25, 0.5); +} + +.custom-nav-arrows-1 .owl-nav .owl-prev:hover, +.custom-nav-arrows-1 .owl-nav .owl-next:hover { + background: #101019; +} + +.custom-nav-arrows-1 .owl-nav .owl-prev:before, +.custom-nav-arrows-1 .owl-nav .owl-next:before { + content: '' !important; + position: absolute !important; + top: 50% !important; + left: 70% !important; + width: 30px; + height: 30px; + border-top: 1px solid #FFF; + border-left: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); +} + +.custom-nav-arrows-1 .owl-nav .owl-prev:after, +.custom-nav-arrows-1 .owl-nav .owl-next:after { + content: ''; + display: block; + position: absolute; + left: 106%; + top: 50%; + width: 70px; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.custom-nav-arrows-1 .owl-nav .owl-next { + right: 0 !important; +} + +.custom-nav-arrows-1 .owl-nav .owl-prev { + left: 0 !important; +} + +@media (max-width: 767px) { + .custom-nav-arrows-1 .owl-nav .owl-prev, + .custom-nav-arrows-1 .owl-nav .owl-next { + width: 30px; + height: 90px; + } + .custom-nav-arrows-1 .owl-nav .owl-prev:before, + .custom-nav-arrows-1 .owl-nav .owl-next:before { + width: 20px; + height: 20px; + } + .custom-nav-arrows-1 .owl-nav .owl-prev:after, + .custom-nav-arrows-1 .owl-nav .owl-next:after { + width: 50px; + } +} + +.custom-nav-arrows-1 .owl-nav .owl-next { + backface-visibility: hidden; + transform: rotate(180deg) !important; + transform-origin: 50% 28%; +} + +.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 { + width: 45px; + height: 120px; + background: rgba(16, 16, 25, 0.5); +} + +.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover { + background: #101019; +} + +.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before { + content: ''; + position: absolute; + top: 50%; + left: 70%; + width: 30px; + height: 30px; + border-top: 1px solid #FFF; + border-left: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); +} + +.tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after { + content: ''; + display: block; + position: absolute; + left: 106%; + top: 50%; + width: 70px; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 767px) { + .tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 { + width: 30px; + height: 90px; + } + .tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before { + width: 20px; + height: 20px; + } + .tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after { + width: 50px; + } +} + +.tp-rightarrow.custom-arrows-style-1 { + transform: rotate(180deg); +} + +.owl-carousel .owl-item > div { + width: calc(100% + 2px); +} + +.owl-carousel.custom-dots-position .owl-dots, .owl-carousel.custom-dots-position-2 .owl-dots { + position: absolute; + top: 0; + right: 0; + margin-top: -45px !important; + width: auto; +} + +.owl-carousel.custom-dots-position-2 .owl-dots { + width: 100%; + max-width: 1140px; + right: 50%; + margin: 0 15px; + text-align: right; + transform: translateX(50%); +} + +@media (min-width: 768px) { + .owl-carousel.custom-dots-position-2 .owl-dots { + max-width: 750px; + } +} + +@media (min-width: 992px) { + .owl-carousel.custom-dots-position-2 .owl-dots { + max-width: 970px; + } +} + +@media (min-width: 1200px) { + .owl-carousel.custom-dots-position-2 .owl-dots { + max-width: 1140px; + } +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next { + position: absolute; + width: 30px; + transition: ease all 300ms; +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:before { + content: ''; + display: block; + position: absolute; + top: 50%; + right: -2px; + left: auto; + width: 100%; + border-top: 1px solid #4dbb6d; + transform: translateY(-50%); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:after { + content: ''; + display: block; + position: absolute; + top: 50%; + right: 0; + width: 15px; + height: 15px; + border-top: 1px solid #4dbb6d; + border-right: 1px solid #4dbb6d; + transform: translateY(-50%) rotate(45deg); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:before { + border-top: 1px solid #646466; +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:after { + border-top: 1px solid #646466; + border-right: 1px solid #646466; +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev { + left: -95px; + transform: rotate(-180deg); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next { + right: 10px; +} + +.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav { + margin-top: -52px; +} + +.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active { + width: 30px; +} + +@media (max-width: 767px) { + .owl-carousel.custom-xs-arrows-style-2 .owl-nav { + display: block; + } + .owl-carousel.custom-xs-arrows-style-2 .owl-dots { + display: none; + } +} + +@media (min-width: 767px) { + .owl-carousel.custom-xs-arrows-style-2 .owl-nav { + display: none; + } +} + +/* +* Header +*/ +html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +html.sticky-header-active #header.header-effect-shrink .header-body { + box-shadow: none !important; +} + +/* +* Rev Slider +*/ +@media (min-width: 991px) { + .slider-container { + height: 100vh !important; + } + .slider-container .slider { + height: 100vh !important; + } +} + +@media (max-width: 767px) { + .slider-container .btn { + font-size: 12px !important; + } +} + +.custom-page-header { + padding: 120px 0 35px !important; +} + +.custom-page-header h1 { + font-size: 2em; +} + +/* +* Looking For +*/ +.looking-for .container { + padding: 30px; +} + +.looking-for .looking-for-box h2 { + color: var(--light); + line-height: 1.2; + margin-bottom: 0; +} + +@media (max-width: 991px) { + .looking-for .looking-for-box h2 { + font-size: 2em; + } +} + +.custom-call-to-action { + display: block; + border-left: 2px solid #4a8961; + padding-left: 10px; +} + +.custom-call-to-action span:nth-child(2) { + display: block; + font-size: 17.6px; + font-size: 1.1rem; +} + +.custom-call-to-action.white-border { + border-color: var(--light) !important; +} + +@media (max-width: 991px) { + .custom-call-to-action span:nth-child(2) { + font-size: 1rem; + } +} + +@media (max-width: 767px) { + .custom-call-to-action span:nth-child(2) { + font-size: 1.2rem; + } +} + +.custom-content-grid:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1); + transform: translate(-50%, -50%); +} + +.custom-content-grid .content-grid-item:before { + left: 0px; +} + +.custom-content-grid .content-grid-item:after { + z-index: 1; +} + +.custom-content-grid .counters .counter { + margin-left: 80px; + text-align: left; +} + +.custom-content-grid .counters .counter.margin-style-2 { + margin-left: 55px; +} + +.custom-content-grid .counters .counter .counter-icon { + float: left; + margin-left: -50px; + margin-top: 8px; +} + +.custom-content-grid .counters .counter label { + font-weight: normal; + letter-spacing: -1px; + color: #1e1e24; +} + +.custom-content-grid .counters strong { + font-size: 45px; +} + +@media (max-width: 991px) { + .custom-content-grid:before { + content: none; + } + .custom-content-grid .counters .counter.custom-sm-counter-style { + margin-left: 0; + text-align: center; + padding-left: 40px; + } + .custom-content-grid .counters .counter.custom-sm-counter-style.margin-style-2 { + margin-left: 0; + } + .custom-content-grid .counters .counter.custom-sm-counter-style .counter-icon { + float: none; + margin-left: 0; + position: absolute; + top: 50px; + left: 17%; + } +} + +.list.list-icons.list-icons-style-3 li > .fa:first-child, +.list.list-icons.list-icons-style-3 li > .icons:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + font-size: 0.7em; + padding: 10px; + padding-top: 8px; +} + +/* +* Expertise +*/ +.feature-box.custom-feature-box { + margin-bottom: 19.2px; + margin-bottom: 1.2rem; +} + +.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon { + box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5); +} + +.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img { + transform: translate3d(-50%, -50%, 0) scale(1.1); +} + +.feature-box.custom-feature-box .feature-box-icon { + flex: 0 0 auto; + background: transparent; + width: 100px; + position: relative; + height: 100px; + border: 6px solid #FFF; + border-radius: 100%; + padding: 5px; + margin-top: 0; + overflow: hidden; + z-index: 1; + transition: ease box-shadow 300ms; +} + +.feature-box.custom-feature-box .feature-box-icon img { + position: absolute; + width: 113%; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0) scale(1); + transition: ease transform 300ms; +} + +@media (max-width: 991px) { + .col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info { + padding-left: 115px; + } +} + +/* +* Our Strategy +*/ +.custom-step-item .step { + position: relative; + text-align: center; + clear: both; + position: absolute; + top: 0; + left: 0; + font-weight: 600; +} + +.custom-step-item .step:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: -20px; + height: 63px; + border-left: 1px solid #e4e4e4; +} + +.custom-step-item .step .step-number { + display: block; + font-size: 3em; + font-weight: 700; + letter-spacing: -4px; + line-height: 1; +} + +.custom-step-item .step-content { + margin-left: 80px; +} + +.owl-carousel.numbered-dots .owl-dots { + display: inline-block; + counter-reset: dots; + margin-left: 70px; +} + +.owl-carousel.numbered-dots button.owl-dot span { + width: 30px; + height: 30px; +} + +.owl-carousel.numbered-dots button.owl-dot span:before { + counter-increment: dots; + content: counter(dots); + color: #245432; + font-weight: bold; + line-height: 2.2; +} + +.owl-carousel.numbered-dots button.owl-dot.active span:before, .owl-carousel.numbered-dots button.owl-dot:hover span:before { + color: var(--light); +} + +.owl-carousel.numbered-dots button.owl-dot:hover { + opacity: 0.5; +} + +.owl-carousel.owl-theme button.owl-dot span { + background: #eef4f2; +} + +/* +* Frequently Asked Questions +*/ +.custom-accordion-style-1 .card { + position: relative; + margin-top: 0 !important; + border-right: 0; + border-bottom: 0; + border-top: 0; + box-shadow: none; + border-radius: 0 !important; +} + +.custom-accordion-style-1 .card:last-child { + border-bottom: 1px solid #e4e4e4; +} + +.custom-accordion-style-1 .card .card-header { + margin: 0; +} + +.custom-accordion-style-1 .card .card-title > a { + font-size: 14px !important; +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle { + color: #4dbb6d; + border-bottom: 1px solid #e4e4e4; +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle:before { + content: ''; + display: block; + position: absolute; + top: 0; + left: 0; + height: 100%; + border-left: 1px solid #4dbb6d; +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle .custom-accordion-plus:after { + border-top: 2px solid #4dbb6d; + transform: translate(-50%, -50%) rotate(0deg); +} + +.custom-accordion-style-1 .card .card-title > a.collapsed { + color: #1e1e24 !important; + border-bottom: 0; +} + +.custom-accordion-style-1 .card .card-title > a.collapsed:before { + content: none; +} + +.custom-accordion-style-1 .card .card-title > a.collapsed .custom-accordion-plus:after { + border-top: 2px solid #1e1e24; + transform: translate(-50%, -50%) rotate(90deg); +} + +.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus { + position: absolute; + top: 23px; + right: 15px; + width: 15px; +} + +.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:before, .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 100%; + border-top: 2px solid #1e1e24; + transform: translate(-50%, -50%); + transition: ease all 300ms; +} + +.custom-accordion-style-1 .card .card-body { + padding: 15px 15px 35px; +} + +/* +* Our Cases +*/ +.thumb-info.custom-thumb-info-style-1 { + border: none; +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption { + background: #4dbb6d !important; +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span { + color: var(--light) !important; +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow { + width: 55px; +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before { + border-top: 1px solid #FFF; +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after { + border-top: 1px solid #FFF; + border-right: 1px solid #FFF; +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption { + position: relative; + padding: 25px; + display: block; + transition: ease background 300ms, ease width 300ms; +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span { + color: var(--default); +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name { + display: block; +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow { + position: absolute; + top: 50%; + right: 25px; + width: 40px; + transform: translateY(-50%); + transition: ease all 300ms; +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before { + content: ''; + display: block; + position: absolute; + top: 50%; + right: -2px; + width: 100%; + border-top: 1px solid #1e1e24; + transform: translateY(-50%); +} + +.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after { + content: ''; + display: block; + position: absolute; + top: 50%; + right: 0; + width: 15px; + height: 15px; + border-top: 1px solid #1e1e24; + border-right: 1px solid #1e1e24; + transform: translateY(-50%) rotate(45deg); +} + +.owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after { + content: ''; + display: block; + position: absolute; + top: 0; + left: 0; + height: 100%; + box-shadow: 0px 0px 140px 220px rgba(255, 255, 255, 0.8); + z-index: 1; + transition: ease opacity 300ms; +} + +.owl-carousel.custom-both-sides-shadow .owl-stage-outer:after { + left: auto; + right: 0; +} + +.owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:after { + opacity: 0; +} + +.owl-carousel.custom-dots-style-1 .owl-dots { + margin-top: 30px; +} + +.owl-carousel.custom-dots-style-1 button.owl-dot span { + width: 12px; + height: 12px; + border: 2px solid black; + background: transparent !important; +} + +.owl-carousel.custom-dots-style-1 button.owl-dot.active span, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span { + position: relative; + border: 2px solid #4dbb6d; + background: transparent; +} + +.owl-carousel.custom-dots-style-1 button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 3px; + height: 3px; + border-radius: 100%; + background: #4dbb6d; + transform: translate3d(-50%, -50%, 0); +} + +.owl-carousel.custom-dots-style-1 button.owl-dot:hover { + opacity: 0.5; +} + +@media (max-width: 991px) { + .owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after { + box-shadow: none; + } +} + +/* +* Testimonials +*/ +.custom-rounded-image { + border-radius: 100%; +} + +.testimonial.custom-testimonial-style-1 blockquote { + background: transparent; + padding: 40px 20px 40px 0px; +} + +.testimonial.custom-testimonial-style-1 blockquote:before { + left: 0; + font-size: 60px; + color: #1e1e24; +} + +.testimonial.custom-testimonial-style-1 blockquote:after { + font-size: 60px; + color: #1e1e24; +} + +.testimonial.custom-testimonial-style-1 blockquote p { + color: var(--default); + font-family: "Sintony", sans-serif; + font-style: normal; + font-size: 1em; + line-height: 1.8; + padding: 0px; +} + +.testimonial.custom-testimonial-style-1 .testimonial-author p { + position: relative; + margin: 0; +} + +.testimonial.custom-testimonial-style-1 .testimonial-author p:before { + content: ''; + display: block; + position: absolute; + top: -10px; + left: 0; + width: 18px; + border-top: 2px solid #1e1e24; +} + +/* +* Our Team +*/ +.team-item { + padding: 0px 10px; +} + +.team-item:hover .image-wrapper img { + transform: scale(1.1); +} + +.team-item .image-wrapper { + display: block; + overflow: hidden; +} + +.team-item .image-wrapper img { + transition: ease transform 300ms; +} + +.team-item .team-infos { + position: relative; + background: var(--light); + padding: 25px; +} + +.team-item .team-infos .share { + position: absolute; + bottom: calc(100% - 22px); + right: 15px; + width: 42px; + overflow: hidden; + z-index: 1; + transition: ease height 300ms; +} + +.team-item .team-infos .share:hover .share-icons { + transform: translateY(0); +} + +.team-item .team-infos .share:hover i.fa-share-alt { + background: #4dbb6d; +} + +.team-item .team-infos .share:after { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + background: var(--light); + width: 100%; + height: 22px; +} + +.team-item .team-infos .share .share-icons { + text-align: center; + padding-bottom: 42px; + border-radius: 50px; + transform: translateY(100%); + transition: ease transform 300ms; +} + +.team-item .team-infos .share i { + display: block; + color: var(--light); + padding: 15px; + opacity: 0.5; + transition: ease opacity 300ms; +} + +.team-item .team-infos .share i.fa-share-alt { + position: absolute; + background: #58605a; + bottom: 0; + left: 0; + border-radius: 50px; + opacity: 1; + z-index: 1; +} + +.team-item .team-infos .share i.fa-facebook-f { + color: #4d70a8; +} + +.team-item .team-infos .share i.fa-instagram { + color: #964b00; +} + +.team-item .team-infos .share i.fa-linkedin-in { + color: #0077b5; +} + +.team-item .team-infos .share i:hover { + opacity: 1; +} + +.team-item .team-infos .team-member-desc { + display: block; + color: var(--default); +} + +/* +* Our Blog +*/ +article.blog-post .blog-post-image-wrapper img { + max-width: 95%; +} + +article.blog-post .blog-post-image-wrapper .blog-post-date { + position: absolute; + top: 65%; + right: 10px; + font-size: 3em; + text-align: center; + line-height: 1; + padding: 25px 15px; + transform: translateY(-50%); +} + +article.blog-post .blog-post-image-wrapper .blog-post-date .month-year { + display: block; + font-size: 0.4em; +} + +/* +* Contact Us +*/ +.custom-call-to-action-2 .info { + display: block; +} + +.custom-social-icons-style-1 li { + border: 2px solid #FFF; +} + +.custom-social-icons-style-1 li a { + background: transparent; + color: var(--light) !important; +} + +.custom-contact-form-style-1 .custom-input-box { + position: relative; +} + +.custom-contact-form-style-1 .custom-input-box .icons { + position: absolute; + top: 16px; + left: 16px; + font-size: 1.3em; +} + +.custom-contact-form-style-1 .custom-input-box .form-control { + border-radius: 2px; + height: 50px; + padding-left: 50px; +} + +.custom-contact-form-style-1 .custom-input-box textarea.form-control { + padding-top: 14px; + height: 0; + min-height: 130px; +} + +/* +* Footer +*/ +#footer { + background: #1A1E2A; + border-top: 1px solid #3c3e49; + margin-top: 0; + padding: 20px 0 0; +} + +#footer p { + color: #a8b1b8; + margin-bottom: 0; +} + +/* Skin */ +.dropdown-menu > li > a i { + color: var(--primary); +} + +html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before { + background: var(--quaternary); +} + +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-square nav > ul > li.active > a { + color: var(--primary) !important; + } + #header .header-nav-main.header-nav-main-square nav > ul > li.active > a.dropdown-toggle::after { + border-color: var(--primary) transparent transparent !important; + } + #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a { + color: var(--primary) !important; + } + #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a.dropdown-toggle::after { + border-color: var(--primary) transparent transparent !important; + } +} + +.btn-primary.active:not([disabled]):not(.disabled), +.btn-primary:active:not([disabled]):not(.disabled), +.show > .btn-primary.dropdown-toggle { + background-color: var(--primary); + border-color: var(--primary); + box-shadow: 0 0 0 0.2rem var(--primary-rgba-50); +} + +.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 { + background: var(--quaternary-rgba-50); +} + +.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover { + background: var(--quaternary-rgba-90); +} + +.custom-call-to-action { + border-color: var(--primary); +} + +@media (max-width: 991px) { + .custom-position-1 { + background-color: var(--quaternary); + } +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed) { + color: var(--primary); +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed):before { + border-color: var(--primary); +} + +.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed) .custom-accordion-plus:after { + border-color: var(--primary); +} + +.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after { + border-color: var(--primary); +} + +.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption { + background-color: var(--primary) !important; +} + +.owl-carousel.custom-dots-style-1 button.owl-dot.active span, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span { + border-color: var(--primary); +} + +.owl-carousel.custom-dots-style-1 button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span:before { + background-color: var(--primary); +} + +.team-item .team-infos .share:hover i.fa-share-alt { + background-color: var(--primary); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:before { + border-color: var(--primary); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:after { + border-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-church.css b/resources/assets/css/demos/demo-church.css new file mode 100644 index 0000000..850cce0 --- /dev/null +++ b/resources/assets/css/demos/demo-church.css @@ -0,0 +1,1210 @@ +/* +* RTL +*/ +/* +* CUSTOM ANIMATIONS +*/ +@keyframes customFadeInLeft { + 0% { + opacity: 0; + transform: translate3d(-100%, -50%, 0) rotate(45deg); + } + 100% { + opacity: 1; + transform: translate3d(0, -50%, 0) rotate(45deg); + } +} + +.customFadeInLeft { + animation-name: customFadeInLeft; +} + +@keyframes customFadeInLeftNoRotate { + 0% { + opacity: 0; + transform: translate3d(-100%, -50%, 0); + } + 100% { + opacity: 1; + transform: translate3d(0, -50%, 0); + } +} + +.customFadeInLeftNoRotate { + animation-name: customFadeInLeftNoRotate; +} + +@keyframes customFadeInRight { + 0% { + opacity: 0; + transform: translate3d(100%, -50%, 0) rotate(45deg); + } + 100% { + opacity: 1; + transform: translate3d(0, -50%, 0) rotate(45deg); + } +} + +.customFadeInRight { + animation-name: customFadeInRight; +} + +@keyframes customFadeInRightNoRotate { + 0% { + opacity: 0; + transform: translate3d(100%, -50%, 0); + } + 100% { + opacity: 1; + transform: translate3d(0, -50%, 0); + } +} + +.customFadeInRightNoRotate { + animation-name: customFadeInRightNoRotate; +} + +/* +* GENERAL DEMO CONFIG +*/ +h1, h2, h3, h4, h5, h6 { + font-family: "Playfair Display", serif; +} + +body { + font-family: "Sintony", sans-serif; +} + +h2 { + font-size: 1.9em; + margin: 0 0 17px 0; +} + +h4 { + font-size: 1.2em; +} + +p { + color: #50545F; +} + +.img-thumbnail { + transform: translate(0, 0); +} + +/* +* CUSTOM DEMO CLASSES +*/ +.custom-box-shadow { + box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5); +} + +.custom-box-shadow-2 { + box-shadow: 0px 0px 20px -2px rgba(139, 139, 139, 0.3); +} + +.custom-border-1 { + border: 8px solid #FFF; +} + +.custom-overflow-hidden { + overflow: hidden; +} + +.custom-primary-font { + font-family: "Sintony", sans-serif !important; +} + +.custom-secondary-font { + font-family: "Playfair Display", serif !important; +} + +.custom-font-italic { + font-style: italic !important; +} + +.custom-btn-style-1 { + padding: 12px 25px !important; + font-weight: 800; +} + +.custom-text-color-1 { + color: #544b40 !important; +} + +.custom-text-color-2 { + color: #beb7b9 !important; +} + +.custom-text-color-default { + color: var(--default) !important; +} + +.custom-hr-color-1 { + background: #3f3035 !important; +} + +.custom-position-relative { + position: relative; +} + +.custom-img-fluid-center { + margin: 0 auto; +} + +.custom-section-padding-1 { + padding: 70px 0 160px !important; +} + +.custom-section-padding-2 { + padding: 110px 0 !important; +} + +.custom-section-padding-3 { + padding: 60px 0 180px !important; +} + +@media (max-width: 767px) { + .custom-section-padding-3 { + padding: 60px 0 120px !important; + } +} + +.custom-section-padding-4 { + padding: 78px 0 !important; +} + +.custom-margin-1 { + margin-left: 95px; +} + +.custom-negative-margin-1 { + margin: -90px 0 60px !important; +} + +.custom-negative-margin-2 { + margin-top: -180px !important; +} + +@media (max-width: 767px) { + .custom-negative-margin-2 { + margin-top: -90px !important; + } +} + +@media (min-width: 992px) { + .custom-md-margin-bottom-1 { + margin-bottom: 30px !important; + } +} + +@media (max-width: 991px) { + .custom-sm-margin-bottom-1 { + margin-bottom: 30px !important; + } + .custom-sm-margin-bottom-2 { + margin-bottom: 25px !important; + } +} + +@media (max-width: 767px) { + .custom-xs-margin-bottom-1 { + margin-bottom: 30px !important; + } + .custom-xs-ml-0 { + margin-left: 0 !important; + } + .custom-xs-ml-1 { + margin-left: 60px !important; + } + .custom-xs-padding-1 { + padding-top: 0 !important; + padding-bottom: 20px; + } +} + +.custom-icon-size-1 { + font-size: 2em; +} + +.custom-line-height-1 { + line-height: 1.7 !important; +} + +.custom-left-cloud { + position: absolute; + top: 0; + left: 0; +} + +.custom-right-cloud { + position: absolute; + top: 0; + right: 0; +} + +.custom-cloud { + position: absolute; + top: 50%; + width: auto; + height: 80%; + transform: translateY(-50%); +} + +.custom-cloud.left-pos { + left: 0; +} + +.custom-cloud.left-pos-2 { + left: 90px; + top: 58%; +} + +.custom-cloud.right-pos { + right: 0; +} + +.custom-small-square { + position: absolute; + width: 192px; + height: 192px; + top: 50%; + border: 10px solid #FFF; + backface-visibility: hidden; + transform: translateY(-50%) rotate(45deg); +} + +.custom-small-square.left-pos { + left: 3vw; + top: 45%; +} + +.custom-small-square.left-pos-2 { + left: 250px; +} + +.custom-small-square.right-pos { + right: 3vw; + top: 66%; +} + +.custom-big-square { + position: absolute; + width: 312px; + height: 312px; + top: 43%; + border: 10px solid #FFF; + backface-visibility: hidden; + transform: translateY(-50%) rotate(45deg); +} + +.custom-big-square.left-pos { + left: -150px; +} + +.custom-big-square.left-pos-2 { + left: 35px; +} + +.custom-big-square.right-pos { + right: -150px; +} + +.custom-box-squares { + position: relative; + min-height: 300px; + margin-top: 38px; +} + +.custom-box-squares .custom-cloud { + height: 100%; +} + +.custom-box-squares .custom-big-square { + width: 250px; + height: 250px; +} + +.custom-box-squares .custom-small-square { + width: 155px; + height: 155px; +} + +@media (max-width: 991px) { + .custom-cloud { + height: 40%; + } + .custom-small-square { + width: 102px; + height: 102px; + border: 5px solid #FFF; + } + .custom-small-square.left-pos { + left: 4vw; + } + .custom-small-square.right-pos { + right: 4vw; + top: 54%; + } + .custom-big-square { + width: 232px; + height: 232px; + border: 5px solid #FFF; + } +} + +.custom-social-icons li { + box-shadow: none !important; +} + +.custom-social-icons li a { + background: transparent; + font-size: 17px; + color: var(--light) !important; +} + +.custom-social-icons li:hover a { + background: transparent !important; + color: #da7940 !important; +} + +.custom-social-icons-2 li, .custom-social-icons-big li { + box-shadow: none !important; + border: 1px solid #9D9D9D; +} + +.custom-social-icons-2 li a, .custom-social-icons-big li a { + line-height: 34px; + background: transparent; + color: #9D9D9D !important; +} + +.custom-social-icons-2 li:hover, .custom-social-icons-big li:hover { + border-color: var(--primary); +} + +.custom-social-icons-2 li:hover a, .custom-social-icons-big li:hover a { + background: transparent !important; + color: var(--primary) !important; +} + +.custom-social-icons-big { + margin-bottom: 20px; +} + +.custom-social-icons-big li { + border-width: 2px; + margin: 0; +} + +.custom-social-icons-big li:nth-child(2) { + margin: 0 20px; +} + +.custom-social-icons-big li a { + position: relative; + width: 60px; + height: 60px; + font-size: 23px; + line-height: 65px; + background: transparent !important; +} + +.custom-social-icons-big li .custom-icon-title { + position: absolute; + left: 50%; + bottom: -24px; + font-size: 12px; + line-height: 1; + letter-spacing: -1px; + transform: translateX(-50%); +} + +.custom-social-icons-3 li { + box-shadow: none; + border: 2px solid #8C8C8C; +} + +.custom-social-icons-3 li a { + color: #8C8C8C !important; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + padding: 0.6rem 1.5rem; + } +} + +#header .header-nav-features:before { + background: rgba(0, 0, 0, 0.23); +} + +.custom-carousel-arrows-style-1 .owl-nav .owl-next, +.custom-carousel-arrows-style-1 .owl-nav .owl-prev { + width: 45px !important; + height: 80px !important; + background: rgba(16, 16, 25, 0.5); +} + +.custom-carousel-arrows-style-1 .owl-nav .owl-next:hover, +.custom-carousel-arrows-style-1 .owl-nav .owl-prev:hover { + background: #101019; +} + +.custom-carousel-arrows-style-1 .owl-nav .owl-next:before, +.custom-carousel-arrows-style-1 .owl-nav .owl-prev:before { + content: '' !important; + position: absolute !important; + top: 50% !important; + left: 70% !important; + width: 30px; + height: 30px; + border-top: 1px solid #FFF; + border-left: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); +} + +.custom-carousel-arrows-style-1 .owl-nav .owl-next { + transform: rotate(180deg) !important; + transform-origin: 50% 25%; +} + +.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 { + width: 45px; + height: 80px; + background: rgba(16, 16, 25, 0.5); +} + +.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover { + background: #101019; +} + +.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before { + content: ''; + position: absolute; + top: 50%; + left: 70%; + width: 30px; + height: 30px; + border-top: 1px solid #FFF; + border-left: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); +} + +.tp-rightarrow.custom-arrows-style-1 { + transform: rotate(180deg); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next { + position: absolute; + width: 55px; + background: transparent !important; + transition: ease all 300ms; +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before { + content: ''; + display: block; + position: absolute; + top: 50%; + right: -2px; + left: auto; + width: 100%; + border-top: 1px solid #da7940; + transform: translateY(-50%); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after { + content: ''; + display: block; + position: absolute; + top: 50%; + right: 0; + width: 25px; + height: 25px; + border-top: 1px solid #da7940; + border-right: 1px solid #da7940; + transform: translateY(-50%) rotate(45deg); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev { + left: 10px; + transform: rotate(-180deg); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next { + right: 10px; +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"] { + width: 32px; + height: 55px; + background: var(--quaternary); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:before { + content: ''; + position: absolute; + top: 50%; + left: 70%; + width: 15px; + height: 15px; + border-top: 1px solid var(--light); + border-left: 1px solid var(--light); + transform: translate(-50%, -50%) rotate(-45deg); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:focus, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:focus { + background: var(--quaternary); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next { + right: -4px; + transform-origin: 50% 25%; + transform: rotate(180deg); +} + +.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev { + left: -4px; +} + +.owl-carousel.custom-nav-inside-center .owl-dots { + position: absolute; + left: 50%; + bottom: 10px; + transform: translateX(-50%); +} + +@media (max-width: 991px) { + .owl-carousel.custom-sm-nav-bottom .owl-nav { + top: 100%; + left: 50%; + margin-top: 0; + width: 45%; + transform: translateX(-50%); + } +} + +@media (max-width: 320px) { + .owl-carousel.custom-sm-nav-bottom .owl-nav { + width: 57%; + } +} + +/* +* Newcomers Class +*/ +.custom-newcomers-class { + position: relative; + display: inline-flex; + align-items: center; + background-color: var(--light); + padding: 0 30px; + font-size: 1.2em; + min-width: 445px; + white-space: nowrap; +} + +.custom-newcomers-class:before { + content: ''; + display: block; + position: absolute; + top: 5px; + right: 5px; + bottom: 5px; + left: 5px; + border: 1px solid #efece8; +} + +.custom-newcomers-class > span { + position: relative; + display: inline-flex; + justify-content: center; + padding: 25px 12px; + font-family: "Playfair Display", serif; + line-height: 1.1; +} + +.custom-newcomers-class > span:after { + content: ''; + display: block; + position: absolute; + top: 50%; + right: 0; + height: calc(100% - 10px); + border-right: 1px solid #efece8; + transform: translateY(-50%); +} + +.custom-newcomers-class > span:last-child { + padding-right: 0; +} + +.custom-newcomers-class > span:last-child:after { + content: none; +} + +.custom-newcomers-class > span > span { + font-size: 1.2em; + padding-right: 3px; +} + +.custom-newcomers-class.clock-one-events > span:last-child { + padding-right: 12px; +} + +.custom-newcomers-class.custom-newcomers-pos-2 { + position: absolute; + top: -31px; + left: 50%; + transform: translateX(-50%); +} + +@media (max-width: 767px) { + .custom-newcomers-class.custom-newcomers-pos-2 { + top: -30px; + } +} + +@media (max-width: 1199px) { + .custom-newcomers-class { + font-size: 1em; + } +} + +@media (max-width: 767px) { + .custom-newcomers-class { + flex-wrap: nowrap; + } + .custom-newcomers-class > span { + margin-bottom: 0; + } +} + +@media (max-width: 575px) { + .custom-newcomers-class { + padding: 25px 10px 15px 10px; + font-size: 1em; + flex-direction: column; + min-width: 100%; + } + .custom-newcomers-class > span { + justify-content: center; + margin-bottom: 0 !important; + padding: 15px 12px; + } + .custom-newcomers-class > span:after { + content: none; + } + .custom-newcomers-class > span:last-child { + padding-right: 12px; + } + .custom-newcomers-class.custom-newcomers-pos-2 { + min-width: 93%; + } + .custom-newcomers-class.custom-newcomers-pos-2 + img { + margin-top: 240px; + } +} + +/* +* About Us +*/ +.custom-thumb-info-3 { + border: none; + padding: 15px; +} + +.custom-thumb-info-3 .thumb-info-wrapper { + margin: 0 !important; +} + +.custom-thumb-info-3 .thumb-info-wrapper:after { + content: none; +} + +.custom-thumb-info-3 .thumb-info-caption { + display: block; + padding: 0; +} + +.custom-thumb-info-3 .thumb-info-caption .thumb-info-caption-text { + padding: 0; + margin: 0; +} + +.custom-thumb-info-3 .thumb-info-caption .thumb-info-caption-text p { + font-size: 1em; + padding: 0; +} + +.custom-location { + padding-left: 60px; +} + +.custom-location > img { + position: absolute; + left: 30px; + top: 7px; +} + +.custom-phone { + display: block; +} + +.custom-form-style-1 .form-control { + font-size: 0.9em; +} + +@media (max-width: 767px) { + .custom-form-style-1 .form-control.custom-xs-mb { + margin-bottom: 15px; + } +} + +.custom-thumb-carousel { + padding: 8px; +} + +.custom-thumb-carousel:after { + content: ''; + display: block; + clear: both; +} + +.custom-thumb-carousel .img-thumbnail { + padding: 0; + margin: 0; +} + +.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:before { + background: rgba(var(--quaternary), 0.65); +} + +.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:after { + content: "\e090"; + font-family: simple-line-icons; +} + +/* +* Event +*/ +.custom-thumb-info { + border: none; + overflow: visible; +} + +.custom-thumb-info .thumb-info-wrapper { + margin: 0 !important; +} + +.custom-thumb-info .thumb-info-wrapper:after { + content: none; +} + +.custom-thumb-info .thumb-info-caption { + display: block; + padding: 20px 40px; +} + +.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box { + float: left; + width: 100%; + margin: -57px 0 15px 0; +} + +.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text { + float: left; + width: 100%; +} + +.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p { + padding: 0; + font-size: 1em; + line-height: 2; +} + +.custom-thumb-info .thumb-info-caption p { + font-size: 0.9em; +} + +.custom-event-infos ul { + padding: 0; + margin: 0; +} + +.custom-event-infos ul li { + list-style: none; + display: inline-block; + margin-left: 15px; + font-size: 0.9em; +} + +.custom-event-infos ul li:first-child { + margin-left: 0; +} + +.custom-event-infos ul li i { + font-size: 1.2em; + color: #1f222b; + font-weight: bold; +} + +.custom-post-event { + position: relative; +} + +.custom-post-event .post-event-date { + position: absolute; + top: 0; + left: 0; + padding: 15px 20px; +} + +.custom-post-event .post-event-date span { + display: block; +} + +.custom-post-event .post-event-date span.day { + font-size: 1.9em; +} + +.custom-post-event .post-event-date span.year { + font-size: 0.9em; +} + +.custom-post-event .post-event-date.custom-xlg-space { + top: 30px; + left: 30px; +} + +.custom-post-event .post-event-content p { + font-size: 0.9em; +} + +/* +* Testimonial +*/ +.custom-testimonial-style .testimonial-quote { + display: inline-block; + padding: 20px; + border-radius: 100%; + line-height: 1; + margin: 5px 0 20px; + box-shadow: 0px 5px 20px 5px rgba(207, 207, 207, 0.9); +} + +.custom-testimonial-style blockquote p { + font-family: "Sintony", sans-serif; + font-style: normal; + font-size: 1em; + line-height: 1.7; +} + +.custom-testimonial-style .testimonial-author strong { + display: inline-block; +} + +.custom-testimonial-style .testimonial-author span { + display: inline-block; + font-size: 1em; +} + +/* +* Gallery +*/ +.custom-thumb-info-4 { + border: none; + padding-bottom: 30px; + overflow: visible; +} + +.custom-thumb-info-4:hover .thumb-info-wrapper:before { + background: rgba(0, 0, 0, 0.55); +} + +.custom-thumb-info-4:hover .thumb-info-wrapper:after { + top: 50%; + opacity: 1; +} + +.custom-thumb-info-4 a { + cursor: pointer; +} + +.custom-thumb-info-4 .thumb-info-wrapper:before { + transition: background 0.2s; + background: rgba(0, 0, 0, 0); + content: ""; + display: block; + position: absolute; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 2; +} + +.custom-thumb-info-4 .thumb-info-wrapper:after { + transition: top 0.2s, opacity 0.2s; + background: transparent; + color: var(--light); + content: "\e090"; + font-family: simple-line-icons; + font-size: 30px; + height: 30px; + position: absolute; + top: 30%; + margin-top: -15px; + display: block; + text-align: center; + width: 100%; + opacity: 0; + z-index: 3; +} + +.custom-thumb-info-4 .thumb-info-wrapper.active { + box-shadow: 0px 0px 60px -3px #8b8b8b; +} + +.custom-thumb-info-4 .thumb-info-caption { + position: relative; + display: block; + width: 80%; + margin: -37px auto 0; + padding: 15px; + background: var(--light); + z-index: 1; +} + +.custom-thumb-info-4 .thumb-info-caption .thumb-info-caption-text { + padding: 0; +} + +.custom-thumb-info-4 .thumb-info-caption h2 { + margin: 0; + line-height: 1.5; +} + +/* +* Blog +*/ +.custom-thumb-info-2 { + background: transparent; + border: none; + overflow: visible; +} + +.custom-thumb-info-2 .thumb-info-wrapper:after { + content: none; +} + +.custom-thumb-info-2 .thumb-info-caption { + position: relative; + display: block; + width: 80%; + margin: -80px auto 0; + background: var(--light); + padding: 30px 30px 20px 30px; + z-index: 1; +} + +.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info-2 .thumb-info-caption p { + padding: 0; + font-size: 1em; + line-height: 2; +} + +.custom-thumb-info-2 .thumb-info-caption p { + font-size: 0.9em; + margin-bottom: 45px; +} + +.custom-thumb-info-post-infos ul { + position: relative; + padding: 0; + margin: 0; +} + +.custom-thumb-info-post-infos ul:before { + content: ''; + display: block; + position: absolute; + top: -20px; + left: 50%; + width: calc(100% + 60px); + border-top: 1px solid #efece8; + transform: translateX(-50%); +} + +.custom-thumb-info-post-infos ul:after { + content: ''; + display: block; + clear: both; +} + +.custom-thumb-info-post-infos ul li { + float: left; + list-style: none; + width: 50%; + font-size: 0.9em; +} + +.custom-thumb-info-post-infos ul li i { + display: inline-block; + font-size: 1em; + color: #1f222b; + font-weight: bold; + margin-right: 8px; +} + +.custom-thumb-info-post-infos.custom-blog-info ul:before { + content: none; +} + +.custom-thumb-info-post-infos.custom-blog-info ul li { + margin-left: 2px; +} + +@media (max-width: 1199px) { + .custom-thumb-info-post-infos ul li { + font-size: 0.8em; + } +} + +.custom-thumb-style-1 { + border: none; +} + +.custom-thumb-style-1 img { + border-radius: 100% !important; + border: 5px solid #FFF; + box-shadow: 0px 0px 0px 2px #E0E0E0; +} + +ul.custom-comments-style li { + border-top: 1px solid #DDE5E7; +} + +@media (min-width: 768px) { + ul.custom-comments-style li { + padding: 35px 0 0 115px; + } +} + +ul.custom-comments-style > li:first-child { + border-top: 0; +} + +ul.custom-comments-style .comment-block { + background: none; + padding: 5px 0 20px; +} + +.custom-form-style-1 .form-group { + margin-bottom: 0; +} + +.custom-form-style-1 .form-group .form-control { + margin-bottom: 15px; +} + +/* +* Map +*/ +.custom-view-our-location { + position: relative; + bottom: 0; + left: 0; + background: #36252b; + width: 100%; + height: 96px; + overflow: hidden; + z-index: 1; + transition: ease all 300ms; +} + +.custom-view-our-location:hover { + opacity: 0.9; +} + +.custom-view-our-location > a { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + font-size: 1.6em; + text-decoration: none; + padding-top: 35px; +} + +.custom-view-our-location > img { + position: absolute; + top: -60px; + left: 50%; + width: 420px; + transform: translateX(-50%); +} + +#googlemaps { + height: 500px; +} + +/* +* Footer +*/ +#footer.custom-footer { + border-top: none; +} + +#footer.custom-footer .container .row > div { + margin-bottom: 0; +} + +#footer.custom-footer p { + margin: 0; + line-height: 1.6; +} + +/* Skin */ +.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 { + background: var(--quaternary-rgba-50); +} + +.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover { + background: var(--quaternary-rgba-90); +} + +.owl-carousel .owl-nav button[class*="owl-"] { + background: var(--quaternary) !important; +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before { + border-color: var(--primary); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after { + border-color: var(--primary); +} + +.custom-social-icons li:hover a { + color: var(--primary) !important; +} + +.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:before { + background: var(--quaternary-rgba-50) !important; +} + +.thumb-info.custom-thumb-info-4:hover .thumb-info-wrapper:before { + background: var(--quaternary-rgba-50); +} + +.custom-social-icons-2 li:hover, .custom-social-icons-big li:hover { + border-color: var(--primary); +} + +.custom-social-icons-2 li:hover a, .custom-social-icons-big li:hover a { + color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-cleaning-services.css b/resources/assets/css/demos/demo-cleaning-services.css new file mode 100644 index 0000000..2e180e0 --- /dev/null +++ b/resources/assets/css/demos/demo-cleaning-services.css @@ -0,0 +1,569 @@ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-width: 1200px) { + .container { + max-width: 1200px !important; + } +} + +[class*="text-color-hover-"] { + transition: ease all 300ms; +} + +[class*="bg-color-hover-"] { + transition: ease background 300ms; +} + +@media (min-width: 768px) { + .custom-max-width-1 { + max-width: 387px; + } +} + +.custom-font-secondary { + font-family: 'Roboto Slab', serif !important; +} + +.custom-font-size-1 { + font-size: 1.4em !important; +} + +.custom-font-size-2 { + font-size: 1.35em !important; +} + +.custom-font-size-3 { + font-size: 1.15em !important; +} + +.custom-font-size-4 { + font-size: 50% !important; +} + +.custom-text-color-1 { + color: #93bae4 !important; +} + +.box-shadow-1 .card-body { + z-index: 1; +} + +.custom-box-shadow-1 { + box-shadow: 0 0px 90px -55px rgba(0, 0, 0, 0.25) !important; +} + +.custom-border-radius-1 { + border-radius: 0.5rem !important; +} + +.custom-line { + display: inline-block; + width: 50px; + border-bottom: 3px solid var(--grey-500); +} + +.custom-card-style-1 { + border: 2px solid transparent; + transition: ease border 300ms; +} + +.custom-card-style-1 .custom-card-style-1-image-wrapper img { + transform: translate3d(5px, -5px, 0); + transition: ease transform 300ms; +} + +.custom-card-style-1 .custom-card-style-1-title, +.custom-card-style-1 .custom-card-style-1-link { + transition: ease color 300ms; +} + +.custom-card-style-1:hover .custom-card-style-1-image-wrapper img { + transform: translate3d(0, 0, 0); +} + +.owl-carousel { + display: block; + opacity: 0; +} + +.owl-carousel.owl-loaded { + opacity: 1; +} + +@media (min-width: 1200px) { + .custom-carousel-box-shadow-1 { + position: relative; + } + .custom-carousel-box-shadow-1:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 65%; + height: 0px; + box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.07); + transform: translate3d(-50%, -50%, 0); + z-index: 0; + } + .custom-carousel-box-shadow-2 { + position: relative; + } + .custom-carousel-box-shadow-2:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 57%; + height: 0px; + box-shadow: 0 0 160px 240px rgba(0, 0, 0, 0.07); + transform: translate3d(-50%, -50%, 0); + z-index: 0; + } +} + +@media (min-width: 992px) { + .custom-highlight-1 { + position: relative; + z-index: 1; + } + .custom-highlight-1:after { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 0%; + height: 100%; + background-color: var(--dark); + z-index: -1; + } +} + +.customHighlightAnim:after { + animation-name: customHighlightAnim; + animation-duration: 2s; + animation-fill-mode: forwards; +} + +.customHighlightAnimDelay:after { + animation-delay: 3s; +} + +@keyframes customHighlightAnim { + 0% { + width: 0; + opacity: 1; + } + 100% { + width: 100%; + opacity: 1; + } +} + +.clean-animation-1 svg g:nth-child(1) { + animation: cleanAnimation 3s; + animation-iteration-count: infinite; +} + +.clean-animation-1 svg g:nth-child(2) { + animation: cleanAnimation 3s; + animation-iteration-count: infinite; + animation-delay: 400ms; +} + +.clean-animation-1 svg g:nth-child(3) { + animation: cleanAnimation 3s; + animation-iteration-count: infinite; + animation-delay: 800ms; +} + +@keyframes cleanAnimation { + 0% { + opacity: 0; + transform: scale(0.8); + transform-origin: 50% 50%; + } + 85% { + opacity: 1; + transform: scale(1); + transform-origin: 50% 50%; + } + 100% { + opacity: 0; + transform: scale(1); + transform-origin: 50% 50%; + } +} + +.customLineAnimation { + animation-name: customLineAnimation; +} + +@keyframes customLineAnimation { + 0% { + width: 0px; + opacity: 1; + } + 100% { + width: 50px; + opacity: 1; + } +} + +@media (min-width: 2000px) { + .shape-divider svg { + width: 100%; + } +} + +.custom-col-half-section.col-half-section { + max-width: 727px; +} + +.fluid-col-lg-5 .fluid-col { + left: 50%; + width: 100vw; + transform: translate3d(-50%, 0, 0); +} + +@media (min-width: 992px) { + .fluid-col-lg-5 { + min-height: 0; + } + .fluid-col-lg-5 .fluid-col { + width: calc(44.2vw - 15px); + left: 15px; + transform: none; + } +} + +@media (max-width: 991px) { + .fluid-col-lg-5 { + min-height: 400px !important; + } +} + +/* +* Header +*/ +.custom-header-top-btn-style-1 { + position: relative; +} + +.custom-header-top-btn-style-1:after { + content: ''; + position: absolute; + top: 100%; + right: 0; + width: calc( 100% + 20px); + height: 10px; + z-index: 1; + background: var(--light); +} + +html.sticky-header-active #header .header-top { + padding: 0 !important; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 15px; + font-weight: 600; + padding: 0 0.8rem !important; + } +} + +@media (min-width: 1200px) { + #header .header-nav-main nav > ul > li > a { + padding: 0 1.3rem !important; + } +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100); + border-color: var(--grey-100); + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +.custom-svg-stars { + position: absolute; + top: 0; + right: 100%; + width: 300px; + opacity: 0.1; + z-index: 0; +} + +/* +* Home Why Choose Us Section - Custom Accordion Style +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: var(--light); + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 20px; +} + +/* +* Home Section Our Process - Custom Featured Icon +*/ +.custom-featured-icon-wrapper { + display: inline-flex; + align-items: center; + justify-content: center; + width: 110px; + height: 110px; + border-radius: 100%; +} + +.custom-featured-icon-wrapper .icon-featured { + margin: 0 !important; +} + +/* +* Home Section Happy Clients - Custom Testimonial +*/ +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote { + background: #FFF !important; + padding: 45px 40px 35px 40px; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before { + content: '\f10d'; + font-family: "Font Awesome 6 Free"; + font-weight: 900; + font-size: 19.2px; + font-size: 1.2rem; + top: 15px; + left: 15px; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author { + margin: 19px 0 0 0; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img { + max-width: 67px; +} + +/* +* Portfolio Detail +*/ +.custom-list-icons-icon-size li { + padding-left: 50px !important; +} + +.custom-list-icons-icon-size li > [class*="fa-"]:first-child, +.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child, +.custom-list-icons-icon-size li a:first-child > .icons:first-child { + display: flex; + align-items: center; + justify-content: center; + width: 40px !important; + height: 40px !important; + font-size: 14.4px !important; + font-size: 0.9rem !important; + top: 1px !important; +} + +/* +* Services Detail +*/ +.custom-nav-list-effect-1 > li > a { + position: relative; + transition: ease padding 300ms, ease color 300ms; +} + +.custom-nav-list-effect-1 > li > a:before { + content: ''; + position: absolute; + top: 50%; + left: 0; + width: 0; + height: 0; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-left: 6px solid var(--grey-500); + opacity: 0; + visibility: hidden; + transform: translate3d(0, -50%, 0); + transition: ease opacity 300ms; +} + +.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a { + padding-left: 15px; +} + +.custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before { + opacity: 1; + visibility: visible; +} + +/* +* Blog +*/ +.blog-sidebar .form-control.bg-color-grey { + background-color: var(--light) !important; +} + +/* +* Footer +*/ +#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p { + color: #a3b2c7; +} + +#footer .social-icons li a { + color: #a3b2c7 !important; +} + +#footer .social-icons li:hover a { + color: var(--light) !important; +} + +#footer a:not(.btn):not(.no-footer-css) { + color: #a3b2c7; +} + +/* Skin */ +.custom-svg-fill-color-tertiary { + fill: var(--tertiary); +} + +.custom-svg-fill-color-tertiary-darken { + fill: var(--tertiary-100); +} + +.custom-highlight-1.custom-highlight-1-primary:after { + background-color: var(--primary); +} + +.custom-line { + border-bottom-color: var(--primary); +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next { + color: var(--secondary); +} + +.custom-card-style-1:hover { + border-color: var(--primary); +} + +.custom-card-style-1:hover .custom-card-style-1-title { + color: var(--primary) !important; +} + +.custom-card-style-1:hover .custom-card-style-1-link { + color: var(--secondary) !important; +} + +.custom-accordion-style-1 > .card .card-header a { + background-color: var(--primary); +} + +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + color: var(--primary-inverse) !important; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed { + background-color: var(--primary-inverse); +} + +.custom-accordion-style-1 > .card:hover { + border-color: var(--primary) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} + +.custom-social-icons li a { + background: var(--secondary); +} + +.custom-social-icons li a i { + color: var(--secondary-inverse); +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before { + color: var(--tertiary); +} + +.custom-nav-list-effect-1 > li > a:before { + border-left-color: var(--primary); + border-right-color: var(--primary); +} + +.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a { + color: var(--primary) !important; +} + +.blog-sidebar button.bg-color-grey { + background-color: var(--primary) !important; + color: var(--primary-inverse) !important; +} diff --git a/resources/assets/css/demos/demo-coffee.css b/resources/assets/css/demos/demo-coffee.css new file mode 100644 index 0000000..1bb41e1 --- /dev/null +++ b/resources/assets/css/demos/demo-coffee.css @@ -0,0 +1,155 @@ +body { + font-family: 'Poppins', sans-serif; +} + +.custom-primary-font { + font-family: 'Poppins', sans-serif !important; +} + +.custom-secondary-font { + font-family: 'Poppins', sans-serif !important; +} + +.custom-tertiary-font { + font-family: 'Playfair Display', sans-serif !important; +} + +.custom-bg-color-1 { + background-color: #F6F3EF !important; +} + +.custom-h-1 { + height: 4px !important; +} + +@keyframes customFadeInRightShorter { + from { + opacity: 0; + transform: translate(-50px, -50%); + } + to { + opacity: 0.1; + transform: translate(0, -50%); + } +} + +.customFadeInRightShorter { + animation-name: customFadeInRightShorter; +} + +@keyframes customHeaderAnimOne { + from { + height: 100%; + } + to { + height: 0; + } +} + +.customHeaderAnimOne:before { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 0; + background: var(--light); + animation-name: customHeaderAnimOne; + animation-duration: inherit; + animation-fill-mode: inherit; +} + +.custom-menu-item .custom-menu-item-details { + display: flex; + justify-content: between; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-title, +.custom-menu-item .custom-menu-item-details .custom-menu-item-price { + white-space: nowrap; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong { + font-size: 20.8px; + font-size: 1.3rem; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span { + font-size: 0.6em; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-line { + width: 100%; + border-bottom: dashed 1px #777; +} + +#header .header-nav-main nav > ul > li > a { + font-family: 'Poppins', sans-serif; + font-size: 14.4px; + font-size: 0.9rem; + letter-spacing: 0; + font-weight: 600; +} + +@media (min-width: 992px) { + html.sticky-header-active .header-logo img { + width: 140px; + height: auto; + top: 16px !important; + } +} + +.custom-section-halfbar-bg { + position: absolute; + top: 50%; + right: 0; + width: 50vw; + height: 40%; + border-radius: 10px 0 0 10px; + background: var(--grey-500); + opacity: 0.1; + transform: translate3d(0, -50%, 0); +} + +@media (max-width: 991px) { + .custom-section-halfbar-bg { + height: 20%; + } +} + +.custom-column-bg { + position: relative; +} + +.custom-column-bg:before { + content: ''; + position: absolute; + top: 50%; + right: 0; + width: 50vw; + height: 100%; + border-radius: 0 10px 10px 0; + background: var(--dark); + opacity: 0.6; + transform: translate3d(0, -50%, 0); + z-index: -1; +} + +@media (max-width: 767px) { + .custom-column-bg:before { + width: 100%; + border-radius: 10px; + } +} + +@media (max-width: 575px) { + .custom-column-bg:before { + width: calc(100% - 30px); + margin-right: 15px; + } +} + +/* Skin */ +.custom-section-halfbar-bg { + background: var(--primary); +} diff --git a/resources/assets/css/demos/demo-construction-2.css b/resources/assets/css/demos/demo-construction-2.css new file mode 100644 index 0000000..a81167b --- /dev/null +++ b/resources/assets/css/demos/demo-construction-2.css @@ -0,0 +1,521 @@ +body { + font-family: "Poppins", sans-serif !important; +} + +/* +* Custom Col +*/ +@media (min-width: 1400px) { + .custom-col { + flex: 79% !important; + max-width: 79% !important; + } +} + +@media (min-width: 1900px) { + .custom-col { + flex: 74.5% !important; + max-width: 74.5% !important; + } +} + +/* +* Custom Btn White +*/ +.custom-btn-white { + border-color: var(--light) !important; + border-width: 3px !important; + color: var(--light) !important; +} + +.custom-btn-white:hover { + background-color: var(--light) !important; +} + +/* +* Custom Btn +*/ +.custom-btn { + border-width: 1px !important; + border-color: var(--grey-500) !important; +} + +/* +* Header +*/ +#header .dropdown-item { + text-transform: capitalize !important; + font-size: 15px !important; +} + +#header .simple-search .form-control { + border-radius: 1.3rem 0 0 1.3rem !important; +} + +#header .header-nav-features-light:before, #header .header-nav-features-light:after { + content: none !important; +} + +#header .header-container { + height: 113px; +} + +#header .header-top { + height: 60px; +} + +/* +* Carousel Slider Navigation +*/ +[data-carousel-navigate] { + cursor: pointer; +} + +[data-carousel-navigate] p { + line-height: 26px !important; +} + +@media (min-width: 992px) { + [data-carousel-navigate].active:before { + content: ""; + position: absolute; + display: block; + top: 0; + left: 0; + height: 3px; + width: 100%; + } +} + +/* +* Page Header +*/ +.custom-page-header.page-header-background-sm { + padding: 95px 0 !important; +} + +.custom-page-header .parallax-background { + height: 150% !important; +} + +/* +* Portfolio +*/ +.load-more-loader { + display: none; +} + +.portfolio-load-more-loader { + min-height: 61px; +} + +.load-more-btn-wrapper { + min-height: 53px; +} + +.custom-portfolio .nav-link { + font-weight: 600; + padding: 8px 23px; + font-size: 12.32px; + font-size: 0.77rem; +} + +.custom-portfolio .nav-item { + margin-right: 1px; +} + +.custom-portfolio .nav-item:hover .nav-link { + color: var(--light); +} + +.custom-thumb-info.thumb-info { + max-width: 80% !important; + border-radius: 100% !important; +} + +/* +* Custom Img +*/ +.custom-img { + box-shadow: 0 0 50px rgba(0, 0, 0, 0.07); + border-radius: 1%; +} + +/* +* Custom Line Height +*/ +.custom-line-height { + line-height: 12.8px !important; + line-height: 0.8rem !important; +} + +/* +* Featured Box +*/ +.custom-featured-box .icon-featured { + width: 100px !important; + height: 100px !important; + display: flex !important; + justify-content: center; + align-items: center; +} + +.custom-featured-box .icon-featured:before { + transform: scale(1) !important; +} + +.custom-featured-box:hover .icon-featured:before { + transform: scale(1.2) !important; +} + +.custom-featured-box i { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.custom-featured-box i::before { + opacity: 1 !important; +} + +/* +* Max Width +*/ +.max-w-90 { + max-width: 90%; +} + +/* +* Custom Img About +*/ +.custom-img-about { + right: 0; + top: 12%; +} + +@media (max-width: 991px) { + .custom-img-about { + max-width: 45%; + } +} + +/* +* Breadcrumb +*/ +.custom-breadcrumb li, .custom-breadcrumb a { + color: var(--default) 77 !important; +} + +.custom-breadcrumb > li + li:before { + content: "/" !important; + font-size: 17.6px; + font-size: 1.1rem; +} + +/* +* Cards +*/ +.custom-card:hover { + box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1); +} + +.custom-card:hover:before { + content: ""; + position: absolute; + display: block; + top: 0; + height: 3px; + width: 100%; +} + +.custom-card .icon-animated { + max-width: 80px; +} + +/* +* HR +*/ +.custom-hr { + background: var(--grey-500) !important; + width: 140%; + margin-left: -20%; +} + +/* +* Card +*/ +.custom-card-style-2 { + box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1); + border-left: 1px solid #e8e8e8; + border-bottom: 1px solid #e8e8e8; + border-right: 1px solid #e8e8e8; + margin-top: 16px; + margin-top: 1rem; +} + +.custom-card-style-2 h3, .custom-card-style-2 h4 { + letter-spacing: inherit; + font-weight: 600; +} + +.custom-card-style-2 hr { + background: rgba(0, 0, 0, 0.15) !important; +} + +.custom-card-style-2:before { + content: ""; + display: block; + top: 0; + left: 0; + height: 3px; + width: 100%; +} + +.custom-card-style-2.card-contact-us { + margin-top: 6.4px !important; + margin-top: 0.4rem !important; +} + +.custom-card-style-3 { + border: 1px solid var(--grey-500); +} + +.custom-card-style-3 h4 { + letter-spacing: inherit; + font-weight: 600; +} + +.custom-card-style-3:hover { + cursor: pointer; + box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1); +} + +/* +* Map +*/ +.custom-map { + margin: 0 !important; +} + +/* +* Tabs +*/ +.custom-tabs { + margin-bottom: 50px !important; +} + +.custom-tabs .nav-item.active .nav-link, .custom-tabs .nav-item:hover .nav-link { + color: var(--light) !important; +} + +.custom-tabs .nav-item .nav-link { + font-weight: 600; + border: none !important; + padding: 12px 24px !important; + padding: 0.75rem 1.5rem !important; +} + +.custom-tabs .nav-item .nav-link:before { + content: none !important; +} + +.custom-tabs .nav-item .nav-link:hover { + padding: 12px 24px !important; + padding: 0.75rem 1.5rem !important; + border: none !important; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + border: 0; + padding: 19.2px; + padding: 1.2rem; + box-shadow: none !important; + height: auto; +} + +/* +* Progress Bar +*/ +.custom-progress-bar.progress { + background-color: var(--grey-500) ccc; + border-radius: 25px !important; + height: 8px !important; + padding-left: 0; + margin-left: 10px; +} + +.custom-progress-bar .progress-bar { + border-radius: 25px !important; +} + +.custom-progress-bar .progress-bar-tooltip { + color: var(--default) !important; + background-color: transparent !important; + font-size: 14px; + right: -10px; +} + +.custom-progress-bar .progress-bar-tooltip::after { + content: none !important; +} + +/* +* Testimonial +*/ +.custom-testimonial blockquote { + background: transparent !important; + padding: 11.2px 28.8px; + padding: 0.7rem 1.8rem; +} + +.custom-testimonial blockquote:before, .custom-testimonial blockquote:after { + font-family: "Font Awesome 6 Free"; + font-weight: 900; +} + +.custom-testimonial blockquote:before { + content: "\f10d"; + font-size: 17px !important; + left: -12px !important; +} + +/* +* Owl Carousel - Custom Dots +*/ +.owl-carousel.custom-dots .owl-dots { + margin-top: 30px; +} + +.owl-carousel.custom-dots button.owl-dot span { + width: 14px; + height: 14px; + border: 2px solid; + background: transparent !important; +} + +.owl-carousel.custom-dots button.owl-dot.active span, .owl-carousel.custom-dots button.owl-dot:hover span { + position: relative; + border: 2px solid; + background: transparent; +} + +.owl-carousel.custom-dots button.owl-dot.active span:before, .owl-carousel.custom-dots button.owl-dot:hover span:before { + content: ""; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 5px; + height: 5px; + border-radius: 100%; + transform: translate3d(-50%, -50%, 0); +} + +.owl-carousel.custom-dots button.owl-dot:hover { + opacity: 0.7; +} + +/* +* Custom Angled +*/ +.custom-angled .section-angled-layer-bottom, +.custom-angled .section-angled-layer-top { + padding: 72px 0 !important; + padding: 4.5rem 0 !important; +} + +.custom-angled:not(.section-angled-reverse) .section-angled-layer-top { + transform: skewY(-3deg) translate3d(0, -50%, 0) !important; +} + +.custom-angled:not(.section-angled-reverse) .section-angled-layer-bottom { + transform: skewY(3deg) translate3d(0, 50%, 0) !important; +} + +.custom-angled.section-angled-reverse .section-angled-layer-top { + transform: skewY(3deg) translate3d(0, -50%, 0) !important; +} + +.custom-angled.section-angled-reverse .section-angled-layer-bottom { + transform: skewY(-3deg) translate3d(0, 50%, 0) !important; +} + +/* Skin */ +a.text-primary:hover { + color: var(--primary) !important; +} + +a.text-secondary:hover { + color: var(--secondary) !important; +} + +a.text-tertiary:hover { + color: var(--tertiary) !important; +} + +.custom-btn:hover { + border-color: var(--primary); +} + +.custom-button-white:hover { + color: var(--primary) !important; +} + +.custom-portfolio .nav-link { + color: var(--secondary); +} + +.custom-portfolio .nav-item:hover { + background-color: var(--primary); +} + +[data-carousel-navigate]:hover h4, [data-carousel-navigate].active h4 { + color: var(--primary) !important; +} + +[data-carousel-navigate]:hover:before, [data-carousel-navigate].active:before { + background-color: var(--primary); +} + +/* +* Cards +*/ +.custom-card:hover:before { + background-color: var(--primary); +} + +.custom-card-style-2:before { + background-color: var(--primary); +} + +/* +* Testimonial +*/ +.custom-testimonial blockquote:before { + color: var(--primary) !important; +} + +/* +* Tabs +*/ +.custom-tabs .nav-item.active, .custom-tabs .nav-item:hover { + background-color: var(--primary); +} + +.custom-tabs .nav-item .nav-link { + color: var(--secondary) !important; +} + +.owl-carousel.custom-dots button.owl-dot span { + border-color: var(--quaternary); +} + +.owl-carousel.custom-dots button.owl-dot.active span, .owl-carousel.custom-dots button.owl-dot:hover span { + border-color: var(--secondary); +} + +.owl-carousel.custom-dots button.owl-dot.active span:before, .owl-carousel.custom-dots button.owl-dot:hover span:before { + background: var(--secondary); +} diff --git a/resources/assets/css/demos/demo-construction.css b/resources/assets/css/demos/demo-construction.css new file mode 100644 index 0000000..14a28a6 --- /dev/null +++ b/resources/assets/css/demos/demo-construction.css @@ -0,0 +1,655 @@ +/* +* General +*/ +.custom-big-text-style-1 { + font-size: 137.6px; + font-size: 8.6rem; + letter-spacing: 5px; + line-height: 0.85; +} + +@media (max-width: 991px) { + .custom-big-text-style-1 { + font-size: 7.8rem; + } + .custom-big-text-style-1.custom-big-text-style-1-variation { + font-size: 5.8rem; + } +} + +@media (max-width: 767px) { + .custom-big-text-style-1 { + font-size: 5.6rem; + } + .custom-big-text-style-1.custom-big-text-style-1-variation { + font-size: 4rem; + } +} + +@media (max-width: 575px) { + .custom-big-text-style-1 { + font-size: 4.3rem; + } + .custom-big-text-style-1.custom-big-text-style-1-variation { + font-size: 2.7rem; + } +} + +.custom-outline-text-style-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-color: white; + -webkit-text-stroke-width: 0.3px; + letter-spacing: 5px; +} + +.custom-view-more svg { + transition: ease transform 300ms; +} + +.custom-view-more:hover svg { + transform: translate3d(7px, 0, 0); +} + +/* +* Spacement +*/ +.custom-margin-1 { + margin-top: 73.6px !important; + margin-top: 4.6rem !important; + margin-bottom: 73.6px !important; + margin-bottom: 4.6rem !important; +} + +/* +* Custom Square +*/ +.custom-square-1 { + width: 216px; + height: 216px; + background-color: var(--grey-500); + transform: rotate(48deg); + transform-origin: 0% 100%; +} + +.custom-square-1.custom-square-1-big { + width: 626px; + height: 626px; +} + +/* +* Custom SVG Position +*/ +.custom-svg-position-1 { + position: absolute; + top: -38px; + left: -90px; + max-height: none; + width: 50vw; +} + +.custom-svg-position-1 > svg { + height: 5.3vw; + min-height: 96px; +} + +@media (min-width: 1950px) { + .custom-svg-position-1 { + left: -121px; + width: 51vw; + top: -41px !important; + } + .custom-svg-position-1 > svg { + height: 110px; + width: 100%; + } +} + +/* +* Custom Navigation Buttons +*/ +.custom-navigation-buttons-1 > a { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + width: 30px; + height: 30px; +} + +.custom-navigation-buttons-1 > a:before { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(0, 0, 0, 0.5); + transform: rotate(45deg); + transition: ease background 300ms; + z-index: 0; +} + +.custom-navigation-buttons-1 > a:hover:before { + background: rgba(0, 0, 0, 0.8); +} + +/* +* Font Size +*/ +.custom-font-size-1 { + font-size: 0.6em; +} + +/* +* SVG Line Divider +*/ +@keyframes customLineDividerAnim { + from { + stroke-dasharray: 170; + stroke-dashoffset: 0; + } + to { + stroke-dasharray: 170; + stroke-dashoffset: -170; + } +} + +.customLineDividerAnim { + animation-name: customLineDividerAnim; +} + +/* +* Header +*/ +html #header .header-body { + transition: ease transform 300ms; +} + +html #header .header-logo.custom-header-logo { + position: relative; +} + +html #header .header-logo.custom-header-logo:before { + content: ''; + position: absolute; + bottom: -87px; + left: 40px; + width: 170px; + height: 350px; + background-color: var(--grey-500); + opacity: 1; + visibility: visible; + transform: rotate(45deg); + transition: ease opacity 300ms, ease transform 300ms; +} + +html #header .header-logo .logo { + transition: ease opacity 300ms, ease transform 300ms; +} + +html #header .header-logo .logo-sticky { + opacity: 0; + visibility: hidden; + transition: ease opacity 300ms, ease transform 300ms; +} + +html #header .header-container { + height: 120px; + transition: ease height 300ms; +} + +html #header .header-nav-main nav > ul > li > a { + font-size: 14px; +} + +@media (min-width: 1200px) { + html #header .header-nav-main nav > ul > li > a { + padding: 0 1.1rem !important; + } +} + +html #header .header-nav-features:before, +html #header .header-nav-features:after { + background: rgba(0, 0, 0, 0.04); + height: 25px; +} + +html.sticky-header-active #header .header-body { + background: rgba(255, 255, 255, 0.8); + transform: translate3d(0, 0, 0); +} + +html.sticky-header-active #header .header-logo.custom-header-logo { + position: relative; +} + +html.sticky-header-active #header .header-logo.custom-header-logo:before { + opacity: 0; + visibility: hidden; + transform: rotate(45deg) translate3d(0, -20px, 0); + transition: ease all 300ms; +} + +html.sticky-header-active #header .header-logo .logo { + opacity: 0; + visibility: hidden; + transform: translate3d(20px, -20px, 0); + transition: ease all 300ms; +} + +html.sticky-header-active #header .header-logo .logo-sticky { + opacity: 1; + visibility: visible; + transform: translate3d(-100%, 0, 0); + transition: ease all 300ms; +} + +html.sticky-header-active #header .header-container { + height: 90px; +} + +html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body { + background-color: var(--light) !important; +} + +@media (min-width: 992px) { + html:not(.sticky-header-active) #header .header-body { + transform: translate3d(0, 50px, 0); + } +} + +@media (min-width: 992px) { + html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-top: 0 !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + html #header .header-nav-main nav > ul > li > a { + padding: 0 0.5rem !important; + } +} + +@media (max-width: 991px) { + html #header .header-logo.custom-header-logo:before { + content: none; + } + html #header .header-logo .logo { + display: none; + } + html #header .header-logo .logo-sticky { + opacity: 1; + visibility: visible; + transform: translate3d(0, 0, 0) !important; + } + html #header .header-nav-main nav > ul > li > a { + text-transform: none; + font-weight: 500; + } +} + +/* +* Diamonds SVG Line +*/ +@keyframes customDiamondsLineAnim { + from { + stroke-dasharray: 1330; + stroke-dashoffset: 0; + } + to { + stroke-dasharray: 1330; + stroke-dashoffset: -1300; + } +} + +.customDiamondsLineAnim { + animation-name: customDiamondsLineAnim; +} + +/* +* Diamonds +*/ +.diamonds { + font-size: 0; + margin: 40px auto 85px; + position: relative; + text-align: center; + padding: 50px 0 0 57px; +} + +.diamonds > li { + display: inline-block; + font-size: 18px; + margin-right: 135px; +} + +.diamonds .diamond { + background: transparent; + display: block; + height: 243px; + overflow: hidden; + position: relative; + text-decoration: none; + width: 245px; + overflow: hidden; + transform: rotate(-45deg); +} + +.diamonds .diamond:after { + transition: all 0.2s ease; + content: " "; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background: #000; + opacity: 0; + transform: scale(0); + z-index: 100; +} + +.diamonds .diamond:before { + transition: all 0.2s ease; + color: var(--light); + content: "\e091"; + font-family: "simple-line-icons"; + font-size: 28px; + position: absolute; + left: 50%; + top: 50%; + opacity: 0; + z-index: 1000; + transform-origin: 50% 50%; + transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(2); +} + +.diamonds .diamond:hover:after { + opacity: 0.3; + transform: scale(1); +} + +.diamonds .diamond:hover:before { + opacity: 1; + transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1); +} + +.diamonds .content { + display: table-cell; + height: 255px; + padding: 0 8px 0 6px; + transform: rotate(45deg); + text-align: center; + vertical-align: middle; + width: 255px; + position: relative; +} + +.diamonds .content img { + max-width: 375px; + margin-left: -50%; +} + +.diamonds .diamond-sm { + height: 123px; + width: 123px; +} + +.diamonds .diamond-sm .content { + height: 123px; + width: 123px; +} + +.diamonds .diamond-sm .content:after { + left: 24%; + top: 48%; +} + +@media (min-width: 1199px) { + .diamonds > li:nth-child(3) { + margin-right: 0; + } + .diamonds > li:nth-child(4) { + right: 143px; + top: 9px; + position: absolute; + } + .diamonds > li:nth-child(5) { + margin-left: 516px; + margin-top: -70px; + } + .diamonds > li:nth-child(6) { + position: absolute; + margin: -8px 0 0 -27px; + right: -14px; + } + .diamonds > li:nth-child(7) { + position: absolute; + margin: 93px 0 0 -133px; + right: 90px; + } + .diamonds .diamond-sm { + height: 123px; + width: 123px; + } + .diamonds .diamond-sm .content { + height: 123px; + width: 123px; + } + .diamonds .diamond-sm .content img { + max-width: 195px; + } +} + +@media (max-width: 1198px) { + .diamonds { + text-align: center; + width: 748px; + margin: 0 auto; + padding: 75px 0 0 75px; + } + .diamonds::after { + clear: both; + content: ""; + display: block; + } + .diamonds > li { + margin: 0; + position: static; + float: left; + } + .diamonds > li:nth-child(2n+2) { + margin-bottom: -50px; + margin-left: 55px; + margin-top: 200px; + } + .diamonds > li:nth-child(2n+1) { + clear: both; + } + .diamonds > li:nth-child(4) { + float: left; + } + .diamonds > li:nth-child(5), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) { + float: right; + } + .diamonds > li:nth-child(7) { + margin-top: 40px; + } +} + +@media (max-width: 748px) { + .diamonds { + margin: 0 auto; + padding: 25px 0 0 0; + text-align: center; + width: 445px; + } + .diamonds > li { + float: none !important; + clear: both !important; + margin: 45px 0 115px 95px !important; + display: block; + } + .diamonds > li:nth-child(4), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) { + margin-left: 158px !important; + } +} + +@media (max-width: 575px) { + .diamonds-wrapper { + min-height: 2290px; + } + .diamonds-wrapper .diamonds { + margin: 0 auto; + padding: 25px 0 0; + text-align: center; + width: 445px; + position: absolute; + left: 50%; + margin-left: -222px; + } + .diamonds-wrapper .diamonds .diamond { + margin: 130px auto 0; + } + .diamonds-wrapper .diamonds > li { + text-align: center; + margin: 0 !important; + } + .diamonds-wrapper .diamonds > li:first-child .diamond { + margin-top: 60px; + } +} + +/* +* Testimonials +*/ +.testimonial.testimonial-with-quotes.custom-testimonial-quote-position-1 blockquote:before { + left: -28px; +} + +/* +* Tabs +*/ +.tabs.tabs-simple .nav-tabs > li .nav-link:not(.active) { + border-bottom: 0 !important; +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header { + margin: 0; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .card-header + .collapse.show, +.custom-accordion-style-1 > .card .card-header + .collapsing { + background: #f4f4f4; + border-top: 0; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 17px; +} + +/* +* Process +*/ +.custom-process-style-1.process.process-vertical .process-step-circle { + width: 80px; + height: 80px; + border-color: var(--grey-500); + flex: 0 0 auto; +} + +.custom-process-style-1.process.process-vertical .process-step:after { + width: 3px; + height: calc(100% - 110px); + top: 95px; + left: 39px; + background-color: #d4d4d4; +} + +/* +* Footer +*/ +#footer { + background: #f4f4f4; +} + +/* Skin */ +/* +* Header +*/ +html #header .header-logo.custom-header-logo:before { + background-color: var(--primary); +} + +/* +* Sticky Sidebar +*/ +#sidebar a.active { + color: var(--primary) !important; +} + +/* +* Thumb Gallery Wrapper +*/ +.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, +.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected { + border-color: var(--primary) !important; +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + background-color: var(--primary); + color: var(--primary-inverse) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} + +/* +* Process +*/ +.custom-process-style-1.process.process-vertical .process-step-circle .process-step-circle-content { + color: var(--primary); +} + +.custom-process-style-1.process.process-vertical .process-step:hover .process-step-circle { + border-color: var(--primary); +} + +.custom-process-style-1.process.process-vertical .process-step:hover .process-step-circle .process-step-circle-content { + color: var(--primary-inverse); +} diff --git a/resources/assets/css/demos/demo-creative-agency-1.css b/resources/assets/css/demos/demo-creative-agency-1.css new file mode 100644 index 0000000..d74cf04 --- /dev/null +++ b/resources/assets/css/demos/demo-creative-agency-1.css @@ -0,0 +1,1211 @@ +body { + font-size: 18px; +} + +.main { + transform: translateZ(0px); +} + +.row > *, +.custom-ws-initial { + white-space: initial !important; +} + +.vw-5 { + width: 5vw !important; +} + +.min-vw-5 { + min-width: 5vw !important; +} + +.max-vw-5 { + max-width: 5vw !important; +} + +.vw-10 { + width: 10vw !important; +} + +.min-vw-10 { + min-width: 10vw !important; +} + +.max-vw-10 { + max-width: 10vw !important; +} + +.vw-15 { + width: 15vw !important; +} + +.min-vw-15 { + min-width: 15vw !important; +} + +.max-vw-15 { + max-width: 15vw !important; +} + +.vw-20 { + width: 20vw !important; +} + +.min-vw-20 { + min-width: 20vw !important; +} + +.max-vw-20 { + max-width: 20vw !important; +} + +.vw-25 { + width: 25vw !important; +} + +.min-vw-25 { + min-width: 25vw !important; +} + +.max-vw-25 { + max-width: 25vw !important; +} + +.vw-30 { + width: 30vw !important; +} + +.min-vw-30 { + min-width: 30vw !important; +} + +.max-vw-30 { + max-width: 30vw !important; +} + +.vw-35 { + width: 35vw !important; +} + +.min-vw-35 { + min-width: 35vw !important; +} + +.max-vw-35 { + max-width: 35vw !important; +} + +.vw-40 { + width: 40vw !important; +} + +.min-vw-40 { + min-width: 40vw !important; +} + +.max-vw-40 { + max-width: 40vw !important; +} + +.vw-45 { + width: 45vw !important; +} + +.min-vw-45 { + min-width: 45vw !important; +} + +.max-vw-45 { + max-width: 45vw !important; +} + +.vw-50 { + width: 50vw !important; +} + +.min-vw-50 { + min-width: 50vw !important; +} + +.max-vw-50 { + max-width: 50vw !important; +} + +.vw-55 { + width: 55vw !important; +} + +.min-vw-55 { + min-width: 55vw !important; +} + +.max-vw-55 { + max-width: 55vw !important; +} + +.vw-60 { + width: 60vw !important; +} + +.min-vw-60 { + min-width: 60vw !important; +} + +.max-vw-60 { + max-width: 60vw !important; +} + +.vw-65 { + width: 65vw !important; +} + +.min-vw-65 { + min-width: 65vw !important; +} + +.max-vw-65 { + max-width: 65vw !important; +} + +.vw-70 { + width: 70vw !important; +} + +.min-vw-70 { + min-width: 70vw !important; +} + +.max-vw-70 { + max-width: 70vw !important; +} + +.vw-75 { + width: 75vw !important; +} + +.min-vw-75 { + min-width: 75vw !important; +} + +.max-vw-75 { + max-width: 75vw !important; +} + +.vw-80 { + width: 80vw !important; +} + +.min-vw-80 { + min-width: 80vw !important; +} + +.max-vw-80 { + max-width: 80vw !important; +} + +.vw-85 { + width: 85vw !important; +} + +.min-vw-85 { + min-width: 85vw !important; +} + +.max-vw-85 { + max-width: 85vw !important; +} + +.vw-90 { + width: 90vw !important; +} + +.min-vw-90 { + min-width: 90vw !important; +} + +.max-vw-90 { + max-width: 90vw !important; +} + +.vw-95 { + width: 95vw !important; +} + +.min-vw-95 { + min-width: 95vw !important; +} + +.max-vw-95 { + max-width: 95vw !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.max-vw-100 { + max-width: 100vw !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.vh-100 { + height: 100vh !important; +} + +@media (min-width: 576px) { + .vw-sm-5 { + width: 5vw !important; + } + .min-vw-sm-5 { + min-width: 5vw !important; + } + .max-vw-sm-5 { + max-width: 5vw !important; + } + .vw-sm-10 { + width: 10vw !important; + } + .min-vw-sm-10 { + min-width: 10vw !important; + } + .max-vw-sm-10 { + max-width: 10vw !important; + } + .vw-sm-15 { + width: 15vw !important; + } + .min-vw-sm-15 { + min-width: 15vw !important; + } + .max-vw-sm-15 { + max-width: 15vw !important; + } + .vw-sm-20 { + width: 20vw !important; + } + .min-vw-sm-20 { + min-width: 20vw !important; + } + .max-vw-sm-20 { + max-width: 20vw !important; + } + .vw-sm-25 { + width: 25vw !important; + } + .min-vw-sm-25 { + min-width: 25vw !important; + } + .max-vw-sm-25 { + max-width: 25vw !important; + } + .vw-sm-30 { + width: 30vw !important; + } + .min-vw-sm-30 { + min-width: 30vw !important; + } + .max-vw-sm-30 { + max-width: 30vw !important; + } + .vw-sm-35 { + width: 35vw !important; + } + .min-vw-sm-35 { + min-width: 35vw !important; + } + .max-vw-sm-35 { + max-width: 35vw !important; + } + .vw-sm-40 { + width: 40vw !important; + } + .min-vw-sm-40 { + min-width: 40vw !important; + } + .max-vw-sm-40 { + max-width: 40vw !important; + } + .vw-sm-45 { + width: 45vw !important; + } + .min-vw-sm-45 { + min-width: 45vw !important; + } + .max-vw-sm-45 { + max-width: 45vw !important; + } + .vw-sm-50 { + width: 50vw !important; + } + .min-vw-sm-50 { + min-width: 50vw !important; + } + .max-vw-sm-50 { + max-width: 50vw !important; + } + .vw-sm-55 { + width: 55vw !important; + } + .min-vw-sm-55 { + min-width: 55vw !important; + } + .max-vw-sm-55 { + max-width: 55vw !important; + } + .vw-sm-60 { + width: 60vw !important; + } + .min-vw-sm-60 { + min-width: 60vw !important; + } + .max-vw-sm-60 { + max-width: 60vw !important; + } + .vw-sm-65 { + width: 65vw !important; + } + .min-vw-sm-65 { + min-width: 65vw !important; + } + .max-vw-sm-65 { + max-width: 65vw !important; + } + .vw-sm-70 { + width: 70vw !important; + } + .min-vw-sm-70 { + min-width: 70vw !important; + } + .max-vw-sm-70 { + max-width: 70vw !important; + } + .vw-sm-75 { + width: 75vw !important; + } + .min-vw-sm-75 { + min-width: 75vw !important; + } + .max-vw-sm-75 { + max-width: 75vw !important; + } + .vw-sm-80 { + width: 80vw !important; + } + .min-vw-sm-80 { + min-width: 80vw !important; + } + .max-vw-sm-80 { + max-width: 80vw !important; + } + .vw-sm-85 { + width: 85vw !important; + } + .min-vw-sm-85 { + min-width: 85vw !important; + } + .max-vw-sm-85 { + max-width: 85vw !important; + } + .vw-sm-90 { + width: 90vw !important; + } + .min-vw-sm-90 { + min-width: 90vw !important; + } + .max-vw-sm-90 { + max-width: 90vw !important; + } + .vw-sm-95 { + width: 95vw !important; + } + .min-vw-sm-95 { + min-width: 95vw !important; + } + .max-vw-sm-95 { + max-width: 95vw !important; + } + .vw-sm-100 { + width: 100vw !important; + } + .min-vw-sm-100 { + min-width: 100vw !important; + } + .max-vw-sm-100 { + max-width: 100vw !important; + } + .min-vh-sm-100 { + min-height: 100vh !important; + } + .vh-sm-100 { + height: 100vh !important; + } +} + +@media (min-width: 768px) { + .vw-md-5 { + width: 5vw !important; + } + .min-vw-md-5 { + min-width: 5vw !important; + } + .max-vw-md-5 { + max-width: 5vw !important; + } + .vw-md-10 { + width: 10vw !important; + } + .min-vw-md-10 { + min-width: 10vw !important; + } + .max-vw-md-10 { + max-width: 10vw !important; + } + .vw-md-15 { + width: 15vw !important; + } + .min-vw-md-15 { + min-width: 15vw !important; + } + .max-vw-md-15 { + max-width: 15vw !important; + } + .vw-md-20 { + width: 20vw !important; + } + .min-vw-md-20 { + min-width: 20vw !important; + } + .max-vw-md-20 { + max-width: 20vw !important; + } + .vw-md-25 { + width: 25vw !important; + } + .min-vw-md-25 { + min-width: 25vw !important; + } + .max-vw-md-25 { + max-width: 25vw !important; + } + .vw-md-30 { + width: 30vw !important; + } + .min-vw-md-30 { + min-width: 30vw !important; + } + .max-vw-md-30 { + max-width: 30vw !important; + } + .vw-md-35 { + width: 35vw !important; + } + .min-vw-md-35 { + min-width: 35vw !important; + } + .max-vw-md-35 { + max-width: 35vw !important; + } + .vw-md-40 { + width: 40vw !important; + } + .min-vw-md-40 { + min-width: 40vw !important; + } + .max-vw-md-40 { + max-width: 40vw !important; + } + .vw-md-45 { + width: 45vw !important; + } + .min-vw-md-45 { + min-width: 45vw !important; + } + .max-vw-md-45 { + max-width: 45vw !important; + } + .vw-md-50 { + width: 50vw !important; + } + .min-vw-md-50 { + min-width: 50vw !important; + } + .max-vw-md-50 { + max-width: 50vw !important; + } + .vw-md-55 { + width: 55vw !important; + } + .min-vw-md-55 { + min-width: 55vw !important; + } + .max-vw-md-55 { + max-width: 55vw !important; + } + .vw-md-60 { + width: 60vw !important; + } + .min-vw-md-60 { + min-width: 60vw !important; + } + .max-vw-md-60 { + max-width: 60vw !important; + } + .vw-md-65 { + width: 65vw !important; + } + .min-vw-md-65 { + min-width: 65vw !important; + } + .max-vw-md-65 { + max-width: 65vw !important; + } + .vw-md-70 { + width: 70vw !important; + } + .min-vw-md-70 { + min-width: 70vw !important; + } + .max-vw-md-70 { + max-width: 70vw !important; + } + .vw-md-75 { + width: 75vw !important; + } + .min-vw-md-75 { + min-width: 75vw !important; + } + .max-vw-md-75 { + max-width: 75vw !important; + } + .vw-md-80 { + width: 80vw !important; + } + .min-vw-md-80 { + min-width: 80vw !important; + } + .max-vw-md-80 { + max-width: 80vw !important; + } + .vw-md-85 { + width: 85vw !important; + } + .min-vw-md-85 { + min-width: 85vw !important; + } + .max-vw-md-85 { + max-width: 85vw !important; + } + .vw-md-90 { + width: 90vw !important; + } + .min-vw-md-90 { + min-width: 90vw !important; + } + .max-vw-md-90 { + max-width: 90vw !important; + } + .vw-md-95 { + width: 95vw !important; + } + .min-vw-md-95 { + min-width: 95vw !important; + } + .max-vw-md-95 { + max-width: 95vw !important; + } + .vw-md-100 { + width: 100vw !important; + } + .min-vw-md-100 { + min-width: 100vw !important; + } + .max-vw-md-100 { + max-width: 100vw !important; + } + .min-vh-md-100 { + min-height: 100vh !important; + } + .vh-md-100 { + height: 100vh !important; + } +} + +@media (min-width: 992px) { + .vw-lg-5 { + width: 5vw !important; + } + .min-vw-lg-5 { + min-width: 5vw !important; + } + .max-vw-lg-5 { + max-width: 5vw !important; + } + .vw-lg-10 { + width: 10vw !important; + } + .min-vw-lg-10 { + min-width: 10vw !important; + } + .max-vw-lg-10 { + max-width: 10vw !important; + } + .vw-lg-15 { + width: 15vw !important; + } + .min-vw-lg-15 { + min-width: 15vw !important; + } + .max-vw-lg-15 { + max-width: 15vw !important; + } + .vw-lg-20 { + width: 20vw !important; + } + .min-vw-lg-20 { + min-width: 20vw !important; + } + .max-vw-lg-20 { + max-width: 20vw !important; + } + .vw-lg-25 { + width: 25vw !important; + } + .min-vw-lg-25 { + min-width: 25vw !important; + } + .max-vw-lg-25 { + max-width: 25vw !important; + } + .vw-lg-30 { + width: 30vw !important; + } + .min-vw-lg-30 { + min-width: 30vw !important; + } + .max-vw-lg-30 { + max-width: 30vw !important; + } + .vw-lg-35 { + width: 35vw !important; + } + .min-vw-lg-35 { + min-width: 35vw !important; + } + .max-vw-lg-35 { + max-width: 35vw !important; + } + .vw-lg-40 { + width: 40vw !important; + } + .min-vw-lg-40 { + min-width: 40vw !important; + } + .max-vw-lg-40 { + max-width: 40vw !important; + } + .vw-lg-45 { + width: 45vw !important; + } + .min-vw-lg-45 { + min-width: 45vw !important; + } + .max-vw-lg-45 { + max-width: 45vw !important; + } + .vw-lg-50 { + width: 50vw !important; + } + .min-vw-lg-50 { + min-width: 50vw !important; + } + .max-vw-lg-50 { + max-width: 50vw !important; + } + .vw-lg-55 { + width: 55vw !important; + } + .min-vw-lg-55 { + min-width: 55vw !important; + } + .max-vw-lg-55 { + max-width: 55vw !important; + } + .vw-lg-60 { + width: 60vw !important; + } + .min-vw-lg-60 { + min-width: 60vw !important; + } + .max-vw-lg-60 { + max-width: 60vw !important; + } + .vw-lg-65 { + width: 65vw !important; + } + .min-vw-lg-65 { + min-width: 65vw !important; + } + .max-vw-lg-65 { + max-width: 65vw !important; + } + .vw-lg-70 { + width: 70vw !important; + } + .min-vw-lg-70 { + min-width: 70vw !important; + } + .max-vw-lg-70 { + max-width: 70vw !important; + } + .vw-lg-75 { + width: 75vw !important; + } + .min-vw-lg-75 { + min-width: 75vw !important; + } + .max-vw-lg-75 { + max-width: 75vw !important; + } + .vw-lg-80 { + width: 80vw !important; + } + .min-vw-lg-80 { + min-width: 80vw !important; + } + .max-vw-lg-80 { + max-width: 80vw !important; + } + .vw-lg-85 { + width: 85vw !important; + } + .min-vw-lg-85 { + min-width: 85vw !important; + } + .max-vw-lg-85 { + max-width: 85vw !important; + } + .vw-lg-90 { + width: 90vw !important; + } + .min-vw-lg-90 { + min-width: 90vw !important; + } + .max-vw-lg-90 { + max-width: 90vw !important; + } + .vw-lg-95 { + width: 95vw !important; + } + .min-vw-lg-95 { + min-width: 95vw !important; + } + .max-vw-lg-95 { + max-width: 95vw !important; + } + .vw-lg-100 { + width: 100vw !important; + } + .min-vw-lg-100 { + min-width: 100vw !important; + } + .max-vw-lg-100 { + max-width: 100vw !important; + } + .min-vh-lg-100 { + min-height: 100vh !important; + } + .vh-lg-100 { + height: 100vh !important; + } +} + +@media (min-width: 1200px) { + .vw-xl-5 { + width: 5vw !important; + } + .min-vw-xl-5 { + min-width: 5vw !important; + } + .max-vw-xl-5 { + max-width: 5vw !important; + } + .vw-xl-10 { + width: 10vw !important; + } + .min-vw-xl-10 { + min-width: 10vw !important; + } + .max-vw-xl-10 { + max-width: 10vw !important; + } + .vw-xl-15 { + width: 15vw !important; + } + .min-vw-xl-15 { + min-width: 15vw !important; + } + .max-vw-xl-15 { + max-width: 15vw !important; + } + .vw-xl-20 { + width: 20vw !important; + } + .min-vw-xl-20 { + min-width: 20vw !important; + } + .max-vw-xl-20 { + max-width: 20vw !important; + } + .vw-xl-25 { + width: 25vw !important; + } + .min-vw-xl-25 { + min-width: 25vw !important; + } + .max-vw-xl-25 { + max-width: 25vw !important; + } + .vw-xl-30 { + width: 30vw !important; + } + .min-vw-xl-30 { + min-width: 30vw !important; + } + .max-vw-xl-30 { + max-width: 30vw !important; + } + .vw-xl-35 { + width: 35vw !important; + } + .min-vw-xl-35 { + min-width: 35vw !important; + } + .max-vw-xl-35 { + max-width: 35vw !important; + } + .vw-xl-40 { + width: 40vw !important; + } + .min-vw-xl-40 { + min-width: 40vw !important; + } + .max-vw-xl-40 { + max-width: 40vw !important; + } + .vw-xl-45 { + width: 45vw !important; + } + .min-vw-xl-45 { + min-width: 45vw !important; + } + .max-vw-xl-45 { + max-width: 45vw !important; + } + .vw-xl-50 { + width: 50vw !important; + } + .min-vw-xl-50 { + min-width: 50vw !important; + } + .max-vw-xl-50 { + max-width: 50vw !important; + } + .vw-xl-55 { + width: 55vw !important; + } + .min-vw-xl-55 { + min-width: 55vw !important; + } + .max-vw-xl-55 { + max-width: 55vw !important; + } + .vw-xl-60 { + width: 60vw !important; + } + .min-vw-xl-60 { + min-width: 60vw !important; + } + .max-vw-xl-60 { + max-width: 60vw !important; + } + .vw-xl-65 { + width: 65vw !important; + } + .min-vw-xl-65 { + min-width: 65vw !important; + } + .max-vw-xl-65 { + max-width: 65vw !important; + } + .vw-xl-70 { + width: 70vw !important; + } + .min-vw-xl-70 { + min-width: 70vw !important; + } + .max-vw-xl-70 { + max-width: 70vw !important; + } + .vw-xl-75 { + width: 75vw !important; + } + .min-vw-xl-75 { + min-width: 75vw !important; + } + .max-vw-xl-75 { + max-width: 75vw !important; + } + .vw-xl-80 { + width: 80vw !important; + } + .min-vw-xl-80 { + min-width: 80vw !important; + } + .max-vw-xl-80 { + max-width: 80vw !important; + } + .vw-xl-85 { + width: 85vw !important; + } + .min-vw-xl-85 { + min-width: 85vw !important; + } + .max-vw-xl-85 { + max-width: 85vw !important; + } + .vw-xl-90 { + width: 90vw !important; + } + .min-vw-xl-90 { + min-width: 90vw !important; + } + .max-vw-xl-90 { + max-width: 90vw !important; + } + .vw-xl-95 { + width: 95vw !important; + } + .min-vw-xl-95 { + min-width: 95vw !important; + } + .max-vw-xl-95 { + max-width: 95vw !important; + } + .vw-xl-100 { + width: 100vw !important; + } + .min-vw-xl-100 { + min-width: 100vw !important; + } + .max-vw-xl-100 { + max-width: 100vw !important; + } + .min-vh-xl-100 { + min-height: 100vh !important; + } + .vh-xl-100 { + height: 100vh !important; + } +} + +.custom-font-1 { + font-family: 'Cormorant', serif !important; +} + +h1, h2, h3 { + font-family: 'Cormorant', serif !important; + color: var(--secondary); + font-weight: bold; + line-height: 1; +} + +h2 { + font-size: 3em; + margin-bottom: 0.5em; +} + +h3 { + font-size: 2.5em; + margin-bottom: 0.4em; + text-transform: none; +} + +h5 { + color: var(--default); + letter-spacing: 2px; + text-transform: uppercase; + margin-bottom: 0.8em; + font-weight: 500; + font-size: 0.9em; +} + +.text-0-5 { + font-size: 12.8px; + font-size: 0.8rem; +} + +p { + line-height: 28.8px; + line-height: 1.8rem; +} + +p.lead { + font-size: 1.3em; + font-weight: 500; + line-height: 36.8px; + line-height: 2.3rem; + color: var(--tertiary); +} + +.custom-text-1 { + mix-blend-mode: difference; + font-weight: bold; + font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); +} + +.custom-link-1 { + display: inline-block; + position: relative; +} + +.custom-link-1:after { + bottom: 0; + content: ""; + display: block; + height: 1px; + left: 0; + position: absolute; + background: var(--primary); + transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms; + width: 100%; + transform: translateY(0px); +} + +.custom-link-1.custom-link-1-light:after { + background: var(--light); +} + +.custom-link-1:hover { + text-decoration: none !important; +} + +.custom-link-1:hover:after { + transform: translateY(3px); +} + +.custom-list-1 li { + padding: 4px 0; +} + +.custom-border-radius-1 { + border-radius: var(--border-radius2x) !important; +} + +@media (min-width: 1199px) { + .custom-border-left-1 { + border-left: 1px solid rgba(0, 0, 0, 0.12) !important; + } + .custom-border-right-1 { + border-right: 1px solid rgba(0, 0, 0, 0.12) !important; + } + .custom-border-top-1 { + border-top: 1px solid rgba(0, 0, 0, 0.12) !important; + } + .custom-border-bottom-1 { + border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; + } + .custom-border-bottom-2 { + background-image: linear-gradient(to right, #999 0 10%, rgba(255, 255, 255, 0) 10%); + background-position: bottom; + background-size: 8px 1px; + background-repeat: repeat-x; + } +} + +#header { + position: absolute; + width: 100vw; +} + +#header .header-body { + background: transparent; + border: 0; +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 1.5px; + -webkit-text-stroke-color: var(--light); + white-space: nowrap; +} + +.custom-hero-font-1 { + font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); +} + +.custom-hero-font-2 { + font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); +} + +.custom-el-1 { + margin-right: -30vw; + border-radius: 50%; + width: 30vw; + height: 30vw; +} + +.custom-el-2 { + width: 43vw; + height: 35vw; + margin-left: -2px; +} + +.custom-el-3 { + bottom: 30%; +} + +.custom-el-4 { + width: 2px; + background: var(--light); + height: 150px; + display: block; + margin-right: 14px; + float: left; +} + +.custom-el-5 { + top: -100px; + left: 14px; +} + +.custom-el-6 { + bottom: -100px; + right: 14px; +} + +@keyframes arrowMove { + 0% { + transform: translateY(5px); + } + 50% { + transform: translateY(10px); + } + 100% { + transform: translateY(5px); + } +} + +.custom-arrow-anim { + animation: arrowMove 600ms ease; + animation-iteration-count: infinite; +} diff --git a/resources/assets/css/demos/demo-creative-agency-2.css b/resources/assets/css/demos/demo-creative-agency-2.css new file mode 100644 index 0000000..47b3d9f --- /dev/null +++ b/resources/assets/css/demos/demo-creative-agency-2.css @@ -0,0 +1,395 @@ +/* Body */ +.body { + max-width: 100vw; + overflow-x: hidden; +} + +/* Container */ +@media (min-width: 1440px) { + .container { + max-width: 1440px !important; + } +} + +/* Header */ +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-weight: 500; + font-size: 16px; + padding-left: 1.3rem !important; + padding-right: 1.3rem !important; + } +} + +@media (max-width: 1280px) { + #header .header-nav-main nav > ul > li > a { + padding-left: 1rem !important; + padding-right: 1rem !important; + } +} + +/* Font Size */ +.custom-font-size-1 { + font-size: clamp(28px, 4px + 0.05 * 100vw, 64px); + line-height: 1.1; +} + +/* Hero */ +.custom-hero-bg { + position: absolute; + width: 100vw; + height: 100vh; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: 0; + transition: opacity 300ms; +} + +.custom-hero-bg svg { + width: 100vw; + height: 100vh; +} + +.custom-hero-bg:after { + content: ""; + width: 100%; + height: 100%; + top: 0; + left: 0; + right: 0; + bottom: 0; + position: absolute; + opacity: 0.8; + background-color: var(--dark); +} + +.custom-hero-bg.loaded { + opacity: 1; +} + +.custom-stop-color-1 { + stop-color: var(--primary); +} + +.custom-hero-font-1 { + font-size: clamp(28px, 0px + 0.0583333333 * 100vw, 70px); + line-height: 1.1; +} + +.custom-hero-heading { + position: absolute; + width: 100%; + bottom: 0; + text-align: center; + -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); + mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); +} + +@media (max-width: 991px) { + .custom-hero-heading { + bottom: 80px; + } +} + +.custom-hero-heading strong { + text-transform: uppercase; + font-size: 13cqw; + line-height: 13cqw; +} + +/* Page Header */ +.page-header .custom-hero-bg { + height: 500px; +} + +.page-header .custom-hero-bg svg { + height: 500px; +} + +@keyframes arrowMove { + 0% { + margin-top: 0; + } + 50% { + margin-top: -30px; + } + 100% { + margin-top: 0; + } +} + +/* Elements */ +.custom-el-1 { + opacity: 0.1; + align-items: center; + display: flex; + justify-content: center; + flex-direction: column; + animation: arrowMove 3000ms linear; + animation-iteration-count: infinite; +} + +.custom-el-1 img { + margin-bottom: -100px; +} + +.custom-el-pos-1 { + top: 55%; + left: -60px; +} + +.custom-el-2 { + opacity: 0.1; + align-items: center; + display: flex; + justify-content: center; + flex-direction: column; + animation: arrowMove 3000ms linear; + animation-iteration-count: infinite; +} + +.custom-el-2 img { + margin-bottom: -47px; +} + +.custom-el-pos-2 { + top: 80%; + right: -30px; +} + +.custom-el-3 { + width: 100%; + height: 100%; + max-width: 220px; + max-height: 220px; + min-height: 220px; + position: relative; + overflow: hidden; +} + +.custom-el-3 .custom-el-3-img { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.custom-el-3 .custom-el-3-img img { + transition: transform 2s; + will-change: transform; +} + +.custom-el-3-pos-1 { + top: 30%; + z-index: 1; +} + +.custom-el-3-pos-2 { + top: -30%; +} + +.custom-el-4-pos { + margin-top: -15px; +} + +.custom-el-pos-5 { + left: -60px; + top: 35%; +} + +/* Custom Marquee */ +.custom-marquee-1 .js-marquee-wrapper, +.custom-marquee-1 .js-marquee, +.custom-marquee-1 .js-marquee > span { + display: flex; +} + +/* Custom Avatar */ +.custom-avatar-1 { + width: 70px; + height: 70px; + position: relative; +} + +.custom-avatar-1-info { + position: absolute; + top: -30px; + text-align: center; + font-size: 12px; + white-space: nowrap; + letter-spacing: -0.5px; + font-weight: 600; + margin-left: -15px; + opacity: 0.5; +} + +.custom-avatar-1-info .animated-icon { + transform: rotate(120deg); + float: left; + margin-right: 5px; +} + +/* Custom Popover */ +.custom-popover-1 { + text-align: center; + font-size: 16px; + font-weight: 600; + letter-spacing: -1px; +} + +/* Custom Btn */ +.custom-btn-1 { + width: 200px; + height: 200px; + line-height: 190px; + border-radius: 100%; + white-space: nowrap; +} + +/* Custom Grid */ +.custom-grid-1 { + margin-top: -70px; + position: relative; +} + +.custom-grid-1 .container { + margin: 0 auto; +} + +.custom-grid-1 .container .row { + margin: 0; +} + +.custom-grid-1 .container .row > * { + padding: 0; + background-color: var(--light); + min-height: 220px; + align-items: center; + overflow: hidden; +} + +@media (max-width: 991px) { + .custom-grid-1 .container .row > * { + border: 1px solid var(--grey-100); + } +} + +@media (min-width: 992px) { + .custom-grid-1 .container .row > *:nth-child(1), + .custom-grid-1 .container .row > *:nth-child(3), + .custom-grid-1 .container .row > *:nth-child(6), + .custom-grid-1 .container .row > *:nth-child(8) { + background-color: var(--grey-100); + } +} + +.custom-grid-1 .custom-grid-1-item { + position: relative; +} + +.custom-grid-1 .custom-grid-1-item .custom-grid-1-img { + transition: opacity 300ms; + opacity: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.custom-grid-1 .custom-grid-1-item .custom-grid-1-img img { + transition: transform 2s; + will-change: transform; + transform: scale(0.75); +} + +.custom-grid-1 .custom-grid-1-item .custom-grid-1-img:after { + content: ""; + width: 100%; + height: 100%; + top: 0; + left: 0; + right: 0; + bottom: 0; + position: absolute; + opacity: 0.7; + background-color: var(--dark); +} + +.custom-grid-1 .custom-grid-1-item .custom-grid-1-text { + position: relative; + z-index: 1; +} + +.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img { + opacity: 1; +} + +.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img img { + transform: scale(1); +} + +.custom-grid-1 .custom-grid-1-item:hover h3 { + color: var(--light) !important; +} + +/* Custom Projects */ +@media (max-width: 991px) { + .custom-projects-1 .border-end { + border: 0 !important; + } +} + +/* Custom Border Radius */ +.custom-border-radius-1 { + border-radius: 0 100px 0 100px; +} + +.custom-border-radius-2 { + border-radius: 100px 0 0 0; +} + +.custom-border-radius-3 { + border-radius: 100px 100px 100px 0; +} + +.custom-border-radius-4 { + border-radius: 200px 10px 10px 10px; +} + +.custom-border-radius-5 { + border-radius: 0 0 100px 0; +} + +/* Custom Section */ +.custom-section-1 { + margin-top: -70px; + padding-top: 70px; +} + +/* Custom Carousel */ +@media (min-width: 1200px) { + .custom-carousel-1 > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 1400px ) / 2 )); + } +} + +/* Custom Content */ +.custom-page-content { + margin-top: -70px; +} + +/* Custom Padding */ +.custom-padding-top-1 { + padding-top: 70px; +} + +.custom-padding-bottom-1 { + padding-bottom: 70px; +} + +/* Footer */ +#footer { + margin-top: -70px; +} diff --git a/resources/assets/css/demos/demo-dentist.css b/resources/assets/css/demos/demo-dentist.css new file mode 100644 index 0000000..756cec3 --- /dev/null +++ b/resources/assets/css/demos/demo-dentist.css @@ -0,0 +1,106 @@ +.body { + background-color: var(--light); +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a { + color: var(--dark); + font-weight: 600; + } + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:before { + height: 1px !important; + } + #header .header-nav-features .header-nav-top-icon { + color: var(--dark); + } + #header .header-nav-features .header-nav-top-icon-img { + color: var(--dark); + } +} + +.custom-el-pos-1 { + bottom: -260px; + left: -15%; +} + +@media (min-width: 1600px) { + .custom-el-pos-1 { + left: -65px; + } +} + +.custom-el-pos-2 { + bottom: -155px; + right: -145px; +} + +.custom-min-height-1 { + min-height: 500px; +} + +html .btn-quaternary:hover { + background: #F0F2FC !important; +} + +.owl-carousel-light { + z-index: initial !important; +} + +.owl-carousel-light .owl-stage { + background: var(--light); +} + +.owl-carousel.custom-nav-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-1 .owl-nav .owl-next { + width: 50px; + height: 50px; + background: var(--quaternary) !important; +} + +.owl-carousel.custom-nav-1 .owl-nav .owl-prev:before, .owl-carousel.custom-nav-1 .owl-nav .owl-next:before { + color: var(--dark); + left: 0 !important; + top: 1px !important; + font-size: 16px !important; +} + +.owl-carousel.custom-nav-1-pos-1 .owl-nav { + z-index: 5; + top: 100%; + transform: none !important; +} + +.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-prev { + transform: none !important; + left: auto; + top: -62px; + right: 63px; +} + +.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next { + transform: none !important; + top: -62px; + right: 12px; +} + +.owl-carousel.custom-nav-1-pos-2 .owl-nav .owl-prev { + margin-left: -25px; +} + +.owl-carousel.custom-nav-1-pos-3 .owl-nav { + margin-top: -45px; +} + +.owl-carousel.custom-nav-1-pos-3 .owl-nav .owl-prev { + margin-left: -25px; +} + +.owl-carousel.custom-nav-1-pos-3 .owl-nav .owl-next { + margin-right: -25px; +} + +@media (max-width: 1199px) { + .owl-carousel.custom-nav-1-pos-4 .owl-nav { + bottom: 33px; + top: auto; + } +} diff --git a/resources/assets/css/demos/demo-digital-agency-2-dark.css b/resources/assets/css/demos/demo-digital-agency-2-dark.css new file mode 100644 index 0000000..ed0c07b --- /dev/null +++ b/resources/assets/css/demos/demo-digital-agency-2-dark.css @@ -0,0 +1,935 @@ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-height: 1200px) { + .body { + overflow-x: hidden; + } +} + +/* +* Font Tertiary +*/ +.custom-font-tertiary { + font-family: "Lora", serif !important; +} + +/* +* Font Icons +*/ +@font-face { + font-family: "Fontello"; + src: url("../../css/fonts/demos/digital-agency-2/fontello.woff2") format("woff2"), url("../../css/fonts/demos/digital-agency-2/fontello.woff") format("woff"), url("../../css/fonts/demos/digital-agency-2/fontello.ttf") format("ttf"), url("../../css/fonts/demos/digital-agency-2/fontello.eot") format("eot"); +} + +/* +* Container +*/ +@media (min-width: 1240px) { + .container { + max-width: 1240px !important; + } +} + +/* +* Custom Text +*/ +.custom-text-1 { + font-size: 12px !important; +} + +.custom-text-2 { + font-size: 14px !important; +} + +.custom-text-3 { + font-size: 15px !important; +} + +.custom-text-4 { + font-size: 16px !important; +} + +.custom-text-5 { + font-size: 18px !important; +} + +.custom-text-6 { + font-size: 20px !important; +} + +.custom-text-7 { + font-size: 22px !important; +} + +.custom-text-8 { + font-size: 26px !important; +} + +.custom-text-9 { + font-size: 32px !important; +} + +.custom-text-10 { + font-size: 40px !important; + line-height: 40px !important; +} + +.custom-text-11 { + font-size: 55px !important; + line-height: 72px !important; +} + +.custom-text-12 { + font-size: 60px !important; +} + +/* +* Buttons +*/ +.custom-btn-outline { + border-width: 3px; +} + +@keyframes arrowMove { + 0% { + position: relative; + left: -1px; + } + 50% { + position: relative; + left: 3px; + } + 100% { + position: relative; + left: -1px; + } +} + +.custom-btn-with-arrow:after { + content: '\E800'; + font-family: 'Fontello'; + font-size: 18px; + margin-left: 17px; +} + +.custom-btn-with-arrow:hover:after { + animation: arrowMove 600ms ease; + animation-iteration-count: infinite; +} + +/* +* Titles +*/ +.custom-title-with-icon:before { + content: '\E801'; + font-family: 'Fontello'; + font-size: 15px; + display: block; + line-height: 15px; + margin-bottom: 10px; +} + +.custom-title-with-icon-center:before { + text-align: center; +} + +.custom-title-with-icon-right:before { + text-align: right; +} + +/* +* Circles +*/ +.custom-circle { + position: absolute; + display: block; + border-radius: 50%; + display: block; + z-index: 100; + transform: translate(-50%, -50%); +} + +.custom-circle-blur { + filter: blur(3px); +} + +.custom-circle-1 { + width: 68px; + height: 67px; +} + +@media (max-width: 1799px) { + .custom-circle-1 { + display: none; + } +} + +.custom-circle-2 { + width: 33px; + height: 32px; +} + +@media (max-width: 1799px) { + .custom-circle-2 { + display: none; + } +} + +.custom-circle-3 { + width: 21px; + height: 20px; +} + +@media (max-width: 1799px) { + .custom-circle-3 { + display: none; + } +} + +.custom-circle-4 { + width: 14px; + height: 13px; +} + +@media (max-width: 1799px) { + .custom-circle-4 { + display: none; + } +} + +/* +* Header +*/ +#header.header-effect-shrink .header-container { + min-height: 120px; +} + +#header.header-effect-shrink .header-container .header-column-social-icons { + flex-grow: 0 !important; +} + +@media (min-width: 992px) { + #header.header-effect-shrink .header-container .header-nav nav ul li.dropdown:hover .dropdown-menu { + margin-top: -20px !important; + } +} + +html.mobile-menu-opened.sticky-header-active #header.header-transparent .header-body .header-nav-main:before { + background-color: transparent !important; +} + +/* +* Slider +*/ +.custom-circles-container .custom-circle-1:nth-child(1) { + top: 40%; + left: 5%; +} + +.custom-circles-container .custom-circle-2:nth-child(2) { + top: 20%; + left: 5%; +} + +.custom-circles-container .custom-circle-3:nth-child(3) { + top: 27%; + left: 12%; +} + +.custom-circles-container .custom-circle-1:nth-child(4) { + top: 50%; + right: 5%; +} + +.custom-circles-container .custom-circle-2:nth-child(5) { + top: 70%; + right: 5%; +} + +.custom-circles-container .custom-circle-3:nth-child(6) { + top: 60%; + right: 12%; +} + +/* +* Cards +*/ +.custom-cards { + margin-top: -345px; +} + +@media (max-width: 1199px) { + .custom-cards { + margin-top: 3rem; + } +} + +.custom-cards .col-custom-cards .card { + bottom: 0; + position: relative; +} + +@media (max-width: 1199px) { + .custom-cards .col-custom-cards .card { + position: static; + } +} + +.custom-cards .col-custom-cards:nth-child(2) { + transform: translateY(45px); +} + +.custom-cards .col-custom-cards:nth-child(3) { + transform: translateY(90px); +} + +/* +* Custom List +*/ +.custom-list li:before { + content: ''; + display: inline-block; + vertical-align: middle; + width: 30px; + height: 3px; + margin-right: 17px; +} + +/* +* Approach Img +*/ +.approach-img { + position: relative; + display: block; + background-image: url("../../img/demos/digital-agency-2/bg/bg-3.png"); + background-repeat: no-repeat; + border-radius: 50%; + min-width: 355px; + min-height: 360px; + max-width: 355px; + max-height: 360px; + margin: auto; + width: 100%; +} + +.approach-img .custom-circle-1 { + display: block; + width: 50%; + height: 50%; + background-color: white; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + border-radius: 113px; +} + +.approach-img .custom-circle-2 { + display: block; + width: 25%; + height: 25%; + border-radius: 50%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png); + background-position: center; + background-size: 500px; +} + +.approach-img .custom-circle-our-approach-deco-1 { + width: 33px; + height: 31px; + border-radius: 50%; + top: 30px; + left: 30px; +} + +.approach-img .custom-circle-our-approach-deco-2 { + width: 12px; + height: 12px; + border-radius: 50%; + top: 25%; + right: 2%; + transform: translateY(-50%); +} + +.approach-img .custom-circle-our-approach-deco-3 { + width: 12px; + height: 12px; + border-radius: 50%; + bottom: 0; + left: 20%; + transform: translateX(-50%); +} + +/* +* Section Our Work +*/ +.our-work .isotope-item { + position: static !important; + transition: .3s opacity; +} + +.our-work .custom-our-work img { + min-height: 280px; +} + +.our-work .custom-our-work .custom-our-work-text { + position: relative; +} + +.our-work .custom-our-work .custom-our-work-text h4, .our-work .custom-our-work .custom-our-work-text p, .our-work .custom-our-work .custom-our-work-text span { + position: relative; + left: 0; +} + +.our-work .custom-our-work .custom-our-work-text h4 { + transition: .2s left; +} + +.our-work .custom-our-work .custom-our-work-text p { + transition: .5s left; +} + +.our-work .custom-our-work .custom-our-work-text span { + transition: .9s left; +} + +.our-work .custom-our-work:hover:before { + opacity: 0.8 !important; +} + +.our-work .custom-our-work:hover .custom-our-work-text h4, .our-work .custom-our-work:hover .custom-our-work-text p, .our-work .custom-our-work:hover .custom-our-work-text span { + left: 20px; +} + +/* +* Side menu Our Work +*/ +.side-menu-our-work .sort-source li a:before { + content: ''; + width: 15px; + height: 3px; + background-color: var(--grey-500); + display: inline-block; + margin-right: 16px; + vertical-align: middle; + transition: .5s width; +} + +.side-menu-our-work .sort-source li a:hover:before { + width: 30px; +} + +.side-menu-our-work .sort-source li.active a { + color: var(--light) !important; +} + +.side-menu-our-work .sort-source.sort-source-light li.active a { + color: #000 !important; + font-weight: bold !important; +} + +/* +* Section Our Services +*/ +.our-services .custom-circle-2 { + top: 10%; + right: 7%; +} + +.our-services .service-card { + padding: 65px 0 65px 35px; +} + +.our-services .service-card:before { + content: ''; + display: inline-block; + vertical-align: middle; + width: 30px; + height: 3px; + margin-right: 10px; + transition: .5s width; +} + +.our-services .service-card:hover:before { + width: 45px; + background-color: white !important; +} + +.our-services .service-card.bg-color-dark:before, .our-services .service-card.active:before { + background-color: white !important; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img { + min-height: 377px; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img img { + max-width: 300px; + height: auto; + position: absolute; + top: 0; + left: 50%; + transform: translateX(-50%); +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 { + position: absolute; + top: 40%; + left: 0; + transform: translateY(-50%); + width: 253px; + height: 140px; + opacity: 0.5; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 { + position: absolute; + bottom: 0; + right: 0; + width: 253px; + height: 178px; + opacity: 0.5; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 { + border: 3px solid #000; + position: absolute; + top: 43%; + left: 45%; + transform: translate(-50%, -50%); + width: 299px; + height: 285px; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 { + position: absolute; + top: 70%; + left: -5%; + transform: translateY(-50%); + width: 26px; + height: 24px; + opacity: 0.5; + border-radius: 50%; +} + +/* +* Section Our Insights +*/ +.our-insights .custom-circle-2 { + top: 8%; + left: 5%; +} + +.our-insights .custom-circle-3 { + top: 18%; + left: 12%; +} + +/* +* About Us Featured Block +*/ +.about-us-featured-block { + position: absolute; + z-index: 1; + top: -50%; + transform: translate(-70px, -50%); +} + +@media (max-width: 1199px) { + .about-us-featured-block { + position: static; + transform: translate(0); + } +} + +/* +* Page Our Work Detail +*/ +.project-details { + border-bottom: 1px solid #e7e7e7; +} + +/* +* Page Our Services Detail +*/ +.custom-accordion .custom-card-default { + border-width: 20px !important; + border-top: 0 !important; + border-bottom: 0 !important; +} + +.custom-accordion .custom-card-body-collapse { + border-bottom: 20px solid; +} + +/* +* Section Contact Us - Where You Are +*/ +.where-you-are-postal-cards .custom-circle-2:nth-child(1) { + top: -10px; + left: 30px; +} + +.where-you-are-postal-cards .custom-circle-3:nth-child(2) { + top: -10px; + right: 30px; +} + +.where-you-are-postal-cards .custom-circle-3:nth-child(3) { + bottom: -40px; + right: 60px; +} + +.where-you-are-postal-cards .col-where-you-are-postal { + min-height: 380px; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal { + min-height: unset; + } +} + +.where-you-are-postal-cards .col-where-you-are-postal img { + position: absolute; + left: 0; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal img { + position: static; + } +} + +.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text { + height: 100%; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text { + height: auto; + } +} + +/* +* Section Get in Touch +*/ +.get-in-touch { + padding: 90px 0 150px; + background-repeat: no-repeat; + background-size: cover; +} + +@media (max-width: 1199px) { + .get-in-touch { + padding: 90px 0; + } +} + +.get-in-touch:after { + content: ''; + display: block; + width: 120%; + height: 100px; + position: absolute; + bottom: -48px; + left: -5%; + transform: rotate(2deg); + z-index: 3; +} + +@media (max-width: 1199px) { + .get-in-touch:after { + display: none; + } +} + +.get-in-touch .custom-circle-1 { + top: 20%; + right: 10%; +} + +.get-in-touch .custom-circle-2 { + top: 70%; + right: 5%; +} + +/* +* Page Header +*/ +.page-header.page-header-modern.page-header-background { + padding: 185px 0 245px; + margin-bottom: 0; + background-position: 0 100%; + background-size: cover; +} + +@media (max-width: 1199px) { + .page-header.page-header-modern.page-header-background { + padding: 100px 0; + } +} + +.page-header.page-header-modern.page-header-background:after { + content: ''; + display: block; + width: 100%; + height: 100px; + background-color: var(--light); + position: absolute; + bottom: -48px; + left: 0; + transform: rotate(2deg); + z-index: 100; +} + +@media (max-width: 1199px) { + .page-header.page-header-modern.page-header-background:after { + display: none; + } +} + +.page-header.page-header-modern.page-header-background .custom-circle-1:nth-child(1) { + top: 40%; + right: 5%; +} + +.page-header.page-header-modern.page-header-background .custom-circle-2:nth-child(2) { + top: 70%; + right: 5%; +} + +.page-header.page-header-modern.page-header-background .custom-circle-3:nth-child(3) { + top: 60%; + right: 12%; +} + +.page-header.page-header-modern.page-header-background .breadcrumb:before { + content: '\E801'; + font-family: 'Fontello'; + font-size: 15px; + display: block; + line-height: 15px; + margin-bottom: 10px; +} + +/* +* Footer +*/ +#footer { + border: 0; +} + +/* Skin */ +.overlay:before { + background-color: var(--secondary) !important; +} + +.custom-btn-with-arrow-primary:after { + color: var(--primary) !important; +} + +.custom-btn-with-arrow-secondary:after { + color: var(--secondary) !important; +} + +.custom-btn-with-arrow-tertiary:after { + color: var(--tertiary) !important; +} + +.custom-btn-with-arrow-quaternary:after { + color: var(--quaternary) !important; +} + +.custom-btn-with-arrow-dark:after { + color: var(--dark) !important; +} + +.custom-btn-with-arrow-light:after { + color: var(--light) !important; +} + +.custom-title-with-icon-primary:before { + color: var(--primary) !important; +} + +.custom-title-with-icon-secondary:before { + color: var(--secondary) !important; +} + +.custom-title-with-icon-tertiary:before { + color: var(--tertiary) !important; +} + +.custom-title-with-icon-quaternary:before { + color: var(--quaternary) !important; +} + +.custom-title-with-icon-dark:before { + color: var(--dark) !important; +} + +.custom-title-with-icon-light:before { + color: var(--light) !important; +} + +@media (max-width: 991px) { + #header .header-nav-main.header-nav-main-mobile-dark:before { + background-color: var(--secondary); + } +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links nav > ul li:hover > a { + color: var(--primary) !important; + } +} + +.our-services .service-card:before { + background-color: var(--secondary); +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 { + border-color: var(--secondary); +} + +.custom-list li:before { + background-color: var(--primary); +} + +.custom-accordion .custom-card-body-collapse { + border-bottom-color: var(--tertiary); +} + +.side-menu-our-work .sort-source li a:before { + background-color: var(--primary); +} + +#footer { + background-color: var(--secondary) !important; +} + +#footer .custom-newsletter { + border-bottom: 1px solid var(--quaternary); +} + +/* +* Text Color +*/ +body { + color: #999; +} + +p { + color: #999; +} + +/* +* BG Dark +*/ +html, +html.dark body, +html.dark .body { + background-color: #252525; +} + +html.dark .bg-color-darken { + background-color: #252525; +} + +/* +* Header +*/ +@media (min-width: 992px) { + html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a, html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a { + color: #FFF; + } + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu { + background: #252525; + } + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active > a { + background: #323232; + } +} + +@media (max-width: 991px) { + html.dark #header.header-transparent .header-body.bg-dark .header-nav-main:before, + html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before { + background-color: #252525; + } +} + +/* +* Slider +*/ +html.dark .slider-container:after { + background-color: #252525; +} + +/* +* Page Header +*/ +.page-header.page-header-modern.page-header-background:after { + background-color: #252525; +} + +/* +* Sort Source +*/ +html.dark .side-menu-our-work .sort-source.sort-source-light li.active a { + color: var(--light) !important; +} + +html.dark .side-menu-our-work .sort-source.sort-source-light li:hover a, html.dark .side-menu-our-work .sort-source.sort-source-light li:hover a:hover { + color: var(--light) !important; +} + +/* +* Project Details +*/ +html.dark .project-details { + border-color: #323232; +} + +/* +* Blog +*/ +html.dark ul.comments .comment-block { + background: #323232; +} + +html.dark ul.comments .comment-block .comment-arrow { + border-right-color: #323232; +} + +/* +* Accordion +*/ +html.dark .accordion .card-default { + border-color: #323232 !important; +} + +html.dark .accordion .card, +html.dark .accordion .card-header { + background-color: #323232 !important; +} + +html.dark .accordion .custom-card-body-collapse { + border-bottom-color: #323232 !important; +} + +html.dark .accordion .card-body { + background-color: #2a2a2a !important; +} + +html.dark .pagination > li > a, +html.dark .pagination > li > span { + background-color: #2d2d2d; + border-color: #323232; +} diff --git a/resources/assets/css/demos/demo-digital-agency-2.css b/resources/assets/css/demos/demo-digital-agency-2.css new file mode 100644 index 0000000..1fee779 --- /dev/null +++ b/resources/assets/css/demos/demo-digital-agency-2.css @@ -0,0 +1,820 @@ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-height: 1200px) { + .body { + overflow-x: hidden; + } +} + +/* +* Font Tertiary +*/ +.custom-font-tertiary { + font-family: "Lora", serif !important; +} + +/* +* Font Icons +*/ +@font-face { + font-family: "Fontello"; + src: url("../../css/fonts/demos/digital-agency-2/fontello.woff2") format("woff2"), url("../../css/fonts/demos/digital-agency-2/fontello.woff") format("woff"), url("../../css/fonts/demos/digital-agency-2/fontello.ttf") format("ttf"), url("../../css/fonts/demos/digital-agency-2/fontello.eot") format("eot"); +} + +/* +* Container +*/ +@media (min-width: 1240px) { + .container { + max-width: 1240px !important; + } +} + +/* +* Custom Text +*/ +.custom-text-1 { + font-size: 12px !important; +} + +.custom-text-2 { + font-size: 14px !important; +} + +.custom-text-3 { + font-size: 15px !important; +} + +.custom-text-4 { + font-size: 16px !important; +} + +.custom-text-5 { + font-size: 18px !important; +} + +.custom-text-6 { + font-size: 20px !important; +} + +.custom-text-7 { + font-size: 22px !important; +} + +.custom-text-8 { + font-size: 26px !important; +} + +.custom-text-9 { + font-size: 32px !important; +} + +.custom-text-10 { + font-size: 40px !important; + line-height: 40px !important; +} + +.custom-text-11 { + font-size: 55px !important; + line-height: 72px !important; +} + +.custom-text-12 { + font-size: 60px !important; +} + +/* +* Buttons +*/ +.custom-btn-outline { + border-width: 3px; +} + +@keyframes arrowMove { + 0% { + position: relative; + left: -1px; + } + 50% { + position: relative; + left: 3px; + } + 100% { + position: relative; + left: -1px; + } +} + +.custom-btn-with-arrow:after { + content: '\E800'; + font-family: 'Fontello'; + font-size: 18px; + margin-left: 17px; +} + +.custom-btn-with-arrow:hover:after { + animation: arrowMove 600ms ease; + animation-iteration-count: infinite; +} + +/* +* Titles +*/ +.custom-title-with-icon:before { + content: '\E801'; + font-family: 'Fontello'; + font-size: 15px; + display: block; + line-height: 15px; + margin-bottom: 10px; +} + +.custom-title-with-icon-center:before { + text-align: center; +} + +.custom-title-with-icon-right:before { + text-align: right; +} + +/* +* Circles +*/ +.custom-circle { + position: absolute; + display: block; + border-radius: 50%; + display: block; + z-index: 100; + transform: translate(-50%, -50%); +} + +.custom-circle-blur { + filter: blur(3px); +} + +.custom-circle-1 { + width: 68px; + height: 67px; +} + +@media (max-width: 1799px) { + .custom-circle-1 { + display: none; + } +} + +.custom-circle-2 { + width: 33px; + height: 32px; +} + +@media (max-width: 1799px) { + .custom-circle-2 { + display: none; + } +} + +.custom-circle-3 { + width: 21px; + height: 20px; +} + +@media (max-width: 1799px) { + .custom-circle-3 { + display: none; + } +} + +.custom-circle-4 { + width: 14px; + height: 13px; +} + +@media (max-width: 1799px) { + .custom-circle-4 { + display: none; + } +} + +/* +* Header +*/ +#header.header-effect-shrink .header-container { + min-height: 120px; +} + +#header.header-effect-shrink .header-container .header-column-social-icons { + flex-grow: 0 !important; +} + +@media (min-width: 992px) { + #header.header-effect-shrink .header-container .header-nav nav ul li.dropdown:hover .dropdown-menu { + margin-top: -20px !important; + } +} + +html.mobile-menu-opened.sticky-header-active #header.header-transparent .header-body .header-nav-main:before { + background-color: transparent !important; +} + +/* +* Slider +*/ +.custom-circles-container .custom-circle-1:nth-child(1) { + top: 40%; + left: 5%; +} + +.custom-circles-container .custom-circle-2:nth-child(2) { + top: 20%; + left: 5%; +} + +.custom-circles-container .custom-circle-3:nth-child(3) { + top: 27%; + left: 12%; +} + +.custom-circles-container .custom-circle-1:nth-child(4) { + top: 50%; + right: 5%; +} + +.custom-circles-container .custom-circle-2:nth-child(5) { + top: 70%; + right: 5%; +} + +.custom-circles-container .custom-circle-3:nth-child(6) { + top: 60%; + right: 12%; +} + +/* +* Cards +*/ +.custom-cards { + margin-top: -345px; +} + +@media (max-width: 1199px) { + .custom-cards { + margin-top: 3rem; + } +} + +.custom-cards .col-custom-cards .card { + bottom: 0; + position: relative; +} + +@media (max-width: 1199px) { + .custom-cards .col-custom-cards .card { + position: static; + } +} + +.custom-cards .col-custom-cards:nth-child(2) { + transform: translateY(45px); +} + +.custom-cards .col-custom-cards:nth-child(3) { + transform: translateY(90px); +} + +/* +* Custom List +*/ +.custom-list li:before { + content: ''; + display: inline-block; + vertical-align: middle; + width: 30px; + height: 3px; + margin-right: 17px; +} + +/* +* Approach Img +*/ +.approach-img { + position: relative; + display: block; + background-image: url("../../img/demos/digital-agency-2/bg/bg-3.png"); + background-repeat: no-repeat; + border-radius: 50%; + min-width: 355px; + min-height: 360px; + max-width: 355px; + max-height: 360px; + margin: auto; + width: 100%; +} + +.approach-img .custom-circle-1 { + display: block; + width: 50%; + height: 50%; + background-color: white; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + border-radius: 113px; +} + +.approach-img .custom-circle-2 { + display: block; + width: 25%; + height: 25%; + border-radius: 50%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png); + background-position: center; + background-size: 500px; +} + +.approach-img .custom-circle-our-approach-deco-1 { + width: 33px; + height: 31px; + border-radius: 50%; + top: 30px; + left: 30px; +} + +.approach-img .custom-circle-our-approach-deco-2 { + width: 12px; + height: 12px; + border-radius: 50%; + top: 25%; + right: 2%; + transform: translateY(-50%); +} + +.approach-img .custom-circle-our-approach-deco-3 { + width: 12px; + height: 12px; + border-radius: 50%; + bottom: 0; + left: 20%; + transform: translateX(-50%); +} + +/* +* Section Our Work +*/ +.our-work .isotope-item { + position: static !important; + transition: .3s opacity; +} + +.our-work .custom-our-work img { + min-height: 280px; +} + +.our-work .custom-our-work .custom-our-work-text { + position: relative; +} + +.our-work .custom-our-work .custom-our-work-text h4, .our-work .custom-our-work .custom-our-work-text p, .our-work .custom-our-work .custom-our-work-text span { + position: relative; + left: 0; +} + +.our-work .custom-our-work .custom-our-work-text h4 { + transition: .2s left; +} + +.our-work .custom-our-work .custom-our-work-text p { + transition: .5s left; +} + +.our-work .custom-our-work .custom-our-work-text span { + transition: .9s left; +} + +.our-work .custom-our-work:hover:before { + opacity: 0.8 !important; +} + +.our-work .custom-our-work:hover .custom-our-work-text h4, .our-work .custom-our-work:hover .custom-our-work-text p, .our-work .custom-our-work:hover .custom-our-work-text span { + left: 20px; +} + +/* +* Side menu Our Work +*/ +.side-menu-our-work .sort-source li a:before { + content: ''; + width: 15px; + height: 3px; + background-color: var(--grey-500); + display: inline-block; + margin-right: 16px; + vertical-align: middle; + transition: .5s width; +} + +.side-menu-our-work .sort-source li a:hover:before { + width: 30px; +} + +.side-menu-our-work .sort-source li.active a { + color: var(--light) !important; +} + +.side-menu-our-work .sort-source.sort-source-light li.active a { + color: #000 !important; + font-weight: bold !important; +} + +/* +* Section Our Services +*/ +.our-services .custom-circle-2 { + top: 10%; + right: 7%; +} + +.our-services .service-card { + padding: 65px 0 65px 35px; +} + +.our-services .service-card:before { + content: ''; + display: inline-block; + vertical-align: middle; + width: 30px; + height: 3px; + margin-right: 10px; + transition: .5s width; +} + +.our-services .service-card:hover:before { + width: 45px; + background-color: white !important; +} + +.our-services .service-card.bg-color-dark:before, .our-services .service-card.active:before { + background-color: white !important; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img { + min-height: 377px; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img img { + max-width: 300px; + height: auto; + position: absolute; + top: 0; + left: 50%; + transform: translateX(-50%); +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 { + position: absolute; + top: 40%; + left: 0; + transform: translateY(-50%); + width: 253px; + height: 140px; + opacity: 0.5; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 { + position: absolute; + bottom: 0; + right: 0; + width: 253px; + height: 178px; + opacity: 0.5; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 { + border: 3px solid #000; + position: absolute; + top: 43%; + left: 45%; + transform: translate(-50%, -50%); + width: 299px; + height: 285px; +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 { + position: absolute; + top: 70%; + left: -5%; + transform: translateY(-50%); + width: 26px; + height: 24px; + opacity: 0.5; + border-radius: 50%; +} + +/* +* Section Our Insights +*/ +.our-insights .custom-circle-2 { + top: 8%; + left: 5%; +} + +.our-insights .custom-circle-3 { + top: 18%; + left: 12%; +} + +/* +* About Us Featured Block +*/ +.about-us-featured-block { + position: absolute; + z-index: 1; + top: -50%; + transform: translate(-70px, -50%); +} + +@media (max-width: 1199px) { + .about-us-featured-block { + position: static; + transform: translate(0); + } +} + +/* +* Page Our Work Detail +*/ +.project-details { + border-bottom: 1px solid #e7e7e7; +} + +/* +* Page Our Services Detail +*/ +.custom-accordion .custom-card-default { + border-width: 20px !important; + border-top: 0 !important; + border-bottom: 0 !important; +} + +.custom-accordion .custom-card-body-collapse { + border-bottom: 20px solid; +} + +/* +* Section Contact Us - Where You Are +*/ +.where-you-are-postal-cards .custom-circle-2:nth-child(1) { + top: -10px; + left: 30px; +} + +.where-you-are-postal-cards .custom-circle-3:nth-child(2) { + top: -10px; + right: 30px; +} + +.where-you-are-postal-cards .custom-circle-3:nth-child(3) { + bottom: -40px; + right: 60px; +} + +.where-you-are-postal-cards .col-where-you-are-postal { + min-height: 380px; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal { + min-height: unset; + } +} + +.where-you-are-postal-cards .col-where-you-are-postal img { + position: absolute; + left: 0; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal img { + position: static; + } +} + +.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text { + height: 100%; +} + +@media (max-width: 991px) { + .where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text { + height: auto; + } +} + +/* +* Section Get in Touch +*/ +.get-in-touch { + padding: 90px 0 150px; + background-repeat: no-repeat; + background-size: cover; +} + +@media (max-width: 1199px) { + .get-in-touch { + padding: 90px 0; + } +} + +.get-in-touch:after { + content: ''; + display: block; + width: 120%; + height: 100px; + position: absolute; + bottom: -48px; + left: -5%; + transform: rotate(2deg); + z-index: 3; +} + +@media (max-width: 1199px) { + .get-in-touch:after { + display: none; + } +} + +.get-in-touch .custom-circle-1 { + top: 20%; + right: 10%; +} + +.get-in-touch .custom-circle-2 { + top: 70%; + right: 5%; +} + +/* +* Page Header +*/ +.page-header.page-header-modern.page-header-background { + padding: 185px 0 245px; + margin-bottom: 0; + background-position: 0 100%; + background-size: cover; +} + +@media (max-width: 1199px) { + .page-header.page-header-modern.page-header-background { + padding: 100px 0; + } +} + +.page-header.page-header-modern.page-header-background:after { + content: ''; + display: block; + width: 100%; + height: 100px; + background-color: var(--light); + position: absolute; + bottom: -48px; + left: 0; + transform: rotate(2deg); + z-index: 100; +} + +@media (max-width: 1199px) { + .page-header.page-header-modern.page-header-background:after { + display: none; + } +} + +.page-header.page-header-modern.page-header-background .custom-circle-1:nth-child(1) { + top: 40%; + right: 5%; +} + +.page-header.page-header-modern.page-header-background .custom-circle-2:nth-child(2) { + top: 70%; + right: 5%; +} + +.page-header.page-header-modern.page-header-background .custom-circle-3:nth-child(3) { + top: 60%; + right: 12%; +} + +.page-header.page-header-modern.page-header-background .breadcrumb:before { + content: '\E801'; + font-family: 'Fontello'; + font-size: 15px; + display: block; + line-height: 15px; + margin-bottom: 10px; +} + +/* +* Footer +*/ +#footer { + border: 0; +} + +/* Skin */ +.overlay:before { + background-color: var(--secondary) !important; +} + +.custom-btn-with-arrow-primary:after { + color: var(--primary) !important; +} + +.custom-btn-with-arrow-secondary:after { + color: var(--secondary) !important; +} + +.custom-btn-with-arrow-tertiary:after { + color: var(--tertiary) !important; +} + +.custom-btn-with-arrow-quaternary:after { + color: var(--quaternary) !important; +} + +.custom-btn-with-arrow-dark:after { + color: var(--dark) !important; +} + +.custom-btn-with-arrow-light:after { + color: var(--light) !important; +} + +.custom-title-with-icon-primary:before { + color: var(--primary) !important; +} + +.custom-title-with-icon-secondary:before { + color: var(--secondary) !important; +} + +.custom-title-with-icon-tertiary:before { + color: var(--tertiary) !important; +} + +.custom-title-with-icon-quaternary:before { + color: var(--quaternary) !important; +} + +.custom-title-with-icon-dark:before { + color: var(--dark) !important; +} + +.custom-title-with-icon-light:before { + color: var(--light) !important; +} + +@media (max-width: 991px) { + #header .header-nav-main.header-nav-main-mobile-dark:before { + background-color: var(--secondary); + } +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links nav > ul li:hover > a { + color: var(--primary) !important; + } +} + +.our-services .service-card:before { + background-color: var(--secondary); +} + +.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 { + border-color: var(--secondary); +} + +.custom-list li:before { + background-color: var(--primary); +} + +.custom-accordion .custom-card-body-collapse { + border-bottom-color: var(--tertiary); +} + +.side-menu-our-work .sort-source li a:before { + background-color: var(--primary); +} + +#footer { + background-color: var(--secondary) !important; +} + +#footer .custom-newsletter { + border-bottom: 1px solid var(--quaternary); +} diff --git a/resources/assets/css/demos/demo-digital-agency.css b/resources/assets/css/demos/demo-digital-agency.css new file mode 100644 index 0000000..5d3b3c8 --- /dev/null +++ b/resources/assets/css/demos/demo-digital-agency.css @@ -0,0 +1,346 @@ +.custom-big-text-1 { + font-size: 152px; + font-size: 9.5rem; +} + +@media (max-width: 575px) { + .custom-big-text-1 { + font-size: 5rem; + } +} + +.custom-big-text-2 { + font-size: 124.8px; + font-size: 7.8rem; + line-height: 112px; + line-height: 7rem; +} + +@media (max-width: 575px) { + .custom-big-text-2 { + font-size: 3.8rem; + line-height: 3.8rem; + } +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 0.5px; + -webkit-text-stroke-color: var(--light); + white-space: nowrap; +} + +.custom-svg-reverse > svg { + transform: rotateY(180deg); +} + +.custom-svg-style-1 { + width: 100%; +} + +@media (max-width: 1920px) { + .custom-svg-style-1 { + width: 1920px; + } +} + +@media (max-width: 767px) { + .custom-svg-style-1 { + width: 1920px; + left: 100% !important; + } + .custom-svg-style-1.custom-svg-style-1-variation { + left: 0% !important; + } +} + +/* +* Header +*/ +@media (min-width: 992px) { + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before { + background: #FFF !important; + height: 1px !important; + } + #header .header-nav.header-nav-line nav > ul li:hover > a:before { + background: #FFF !important; + height: 1px !important; + } + #header .header-nav-main nav > ul > li { + margin-left: 25px; + } + #header .header-nav-main nav > ul > li > a { + font-size: 16px; + font-weight: 500; + } +} + +.custom-read-more svg { + transition: ease transform 300ms; +} + +.custom-read-more:hover svg { + transform: translate3d(6px, 0, 0); +} + +/* +* Tabs +*/ +.custom-tabs-style-1.tabs .nav-tabs .nav-link { + border-bottom-width: 1px !important; +} + +.custom-tabs-style-1.tabs .nav-tabs .nav-link h4 { + color: var(--default); +} + +@media (max-width: 991px) { + .custom-tabs-style-1.tabs .nav-tabs .nav-item { + width: auto !important; + } +} + +/* +* Carousel +*/ +@media (min-width: 768px) { + .custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 960px ) / 2 )); + } +} + +@media (min-width: 992px) { + .custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 1300px ) / 2 )); + } +} + +@media (min-width: 1200px) { + .custom-half-carousel-style-1.carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 1600px ) / 2 )); + } +} + +.custom-dots-style-1 .owl-dots .owl-dot { + transition: ease transform 150ms; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover { + transform: scale(1.4); +} + +.custom-dots-style-1 .owl-dots .owl-dot span { + margin: 5px 6px; +} + +.custom-dots-style-1 .owl-dots .owl-dot:first-child span { + margin-left: 2px; +} + +.owl-carousel .owl-item .custom-bg-slider-left, +.owl-carousel .owl-item .custom-bg-slider-right { + position: absolute; + width: 130%; + max-width: initial; + right: 0; + bottom: 0; +} + +@media (min-width: 992px) { + .owl-carousel .owl-item .custom-bg-slider-left, + .owl-carousel .owl-item .custom-bg-slider-right { + width: 105%; + } +} + +@media (min-width: 1200px) { + .owl-carousel .owl-item .custom-bg-slider-left, + .owl-carousel .owl-item .custom-bg-slider-right { + width: 85%; + } +} + +@media (min-width: 1600px) { + .owl-carousel .owl-item .custom-bg-slider-left, + .owl-carousel .owl-item .custom-bg-slider-right { + width: 65%; + } +} + +.owl-carousel .owl-item .custom-bg-slider-left { + right: auto; + left: 0; +} + +/* +* Thumb Info +*/ +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after { + border-radius: 0 !important; +} + +/* +* Page Header +*/ +.custom-page-header.page-header-modern { + height: 400px; + position: relative; + overflow: hidden; +} + +.custom-page-header.page-header-modern .custom-big-text-1 { + font-size: 64px; + font-size: 4rem; + line-height: 64px; + line-height: 4rem; + text-transform: uppercase; +} + +.custom-page-header.page-header-modern .custom-big-text-2 { + font-size: 48px; + font-size: 3rem; + line-height: 48px; + line-height: 3rem; + text-transform: uppercase; +} + +@media (min-width: 992px) { + .custom-page-header.page-header-modern .custom-big-text-1 { + font-size: 6rem; + line-height: 6rem; + } + .custom-page-header.page-header-modern .custom-big-text-2 { + font-size: 5rem; + line-height: 4rem; + } +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header { + margin: 0; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .card-header + .collapse.show, +.custom-accordion-style-1 > .card .card-header + .collapsing { + background: #f4f4f4; + border-top: 0; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 17px; +} + +/* +* Custom Por +*/ +.custom-sort-source.sort-source.sort-source-style-3 { + border-bottom: 1px solid #EEE; +} + +.custom-sort-source.sort-source.sort-source-style-3 > li { + position: relative; + top: 1px; +} + +.custom-sort-source.sort-source.sort-source-style-3 > li > a { + border-bottom: 1px solid #EEE; + border-radius: 0; + padding: 20px 12px; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100); + border-color: var(--grey-100); + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* Skin */ +/* +* Tabs +*/ +.custom-tabs-style-1.tabs .nav-tabs .nav-link.active h4 { + color: var(--primary); +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + background-color: var(--primary); + color: var(--primary-inverse) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-education.css b/resources/assets/css/demos/demo-education.css new file mode 100644 index 0000000..6bd59b1 --- /dev/null +++ b/resources/assets/css/demos/demo-education.css @@ -0,0 +1,255 @@ +.custom-bg-color-grey-1 { + background-color: #f4f4f4 !important; +} + +.custom-font-1 { + font-family: Georgia, serif !important; +} + +/* Slider */ +.custom-slider-el-1 { + max-width: 30%; + right: 12%; +} + +.custom-slider-el-2 { + max-width: 30%; + left: 12%; +} + +.custom-slider-text-1 { + font-size: 100px; + text-transform: none; + letter-spacing: 0.01em; +} + +.custom-slider-text-1 em { + display: inline-block; + font-style: normal; + color: transparent; + font-size: 155px; + transform: rotate(-15deg); + position: relative; + top: 37px; + margin-right: 4px; +} + +@media (max-width: 991px) { + .custom-slider-text-1 { + font-size: 40px; + } + .custom-slider-text-1 em { + font-size: 45px; + top: 5px; + } +} + +/* Header Nav Main */ +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 0.9rem; + } +} + +/* Feature Boxes */ +.feature-box-steps .feature-box-step-number { + width: 60px; +} + +.feature-box-steps .feature-box-step-number em { + font-size: 44px; + font-style: normal; + display: block; + margin-top: 32px; + margin-right: 10px; + color: var(--light); + font-weight: bold; + transform: rotate(-15deg); +} + +/* Courses */ +.custom-card-courses { + border: 0 !important; +} + +.custom-card-courses .custom-card-courses-author { + position: absolute; + bottom: -30px; + right: 20px; +} + +.custom-card-courses .custom-card-courses-author img { + height: 60px; + width: 60px; + border-radius: 50% !important; +} + +/* Countdown */ +.countdown { + min-height: 88px; +} + +/* Custom Elements */ +.custom-element { + position: absolute; +} + +.custom-element.custom-element-pos-1 { + top: 30%; + left: -35%; +} + +.custom-element.custom-element-pos-2 { + bottom: -15%; + right: -35%; +} + +.custom-element.custom-element-pos-3 { + top: 30%; + left: -35%; +} + +.custom-element.custom-element-pos-4 { + top: -20%; + right: -20%; +} + +/* Section Bacgrkound */ +@media (max-width: 991px) { + .custom-section-background-1 { + padding-bottom: 35% !important; + } +} + +@media (max-width: 991px) { + .custom-section-background-2 { + padding-bottom: 35% !important; + } +} + +/* Breadcrumb */ +.breadcrumb > li { + font-size: 0.9em; + text-transform: none; +} + +/* Course Details */ +.custom-course-detail .custom-course-detail-avatar { + max-height: 80px; + max-width: 80px; + border-radius: 50% !important; +} + +@media (max-width: 767px) { + .custom-course-detail .border-right { + border: 0 !important; + } +} + +/* Course Details */ +@media (max-width: 767px) { + .custom-instructor-details .border-right { + border: 0 !important; + } +} + +/* Custom Accordion Style */ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: var(--light); + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 20px; +} + +/* Form */ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100) !important; + border-color: var(--grey-100) !important; + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* Skin */ +@media (min-width: 992px) { + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a { + color: var(--secondary); + } +} + +/* Slider */ +.custom-slider-text-1 em { + -webkit-text-stroke: 2px var(--primary); + text-stroke: 2px var(--primary); +} + +/* Feature Boxes */ +.feature-box-steps .feature-box-step-number em { + -webkit-text-stroke: 2px var(--primary); + text-stroke: 2px var(--primary); +} + +/* Custom Nav */ +.custom-nav-secondary.owl-carousel.nav-style-1 .owl-nav .owl-prev, +.custom-nav-secondary.owl-carousel.nav-style-1 .owl-nav .owl-next { + color: var(--secondary) !important; +} diff --git a/resources/assets/css/demos/demo-event.css b/resources/assets/css/demos/demo-event.css new file mode 100644 index 0000000..cd2bdaa --- /dev/null +++ b/resources/assets/css/demos/demo-event.css @@ -0,0 +1,292 @@ +h2 { + text-transform: uppercase; + color: var(--default); + font-weight: 700; + font-size: 16px; + line-height: 16px; + margin: 0 0 5px 0; + letter-spacing: 2px; +} + +h3 { + text-transform: none; + font-weight: 700; + font-size: 32px; + line-height: 32px; + margin: 0 0 5px 0; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + text-transform: none; + font-size: 16px; + } +} + +.custom-hero { + background-size: auto; + background-position: 100% 0; + width: 100%; + height: 100vh; +} + +.custom-hero-play { + position: relative; + top: -18px; +} + +.custom-hero-heading { + font-size: 4.2vw; + text-transform: uppercase; + color: var(--light); + font-weight: bold; + line-height: 4.2vw; + margin: 0; +} + +.custom-hero-heading em { + font-style: normal; + color: transparent; + -webkit-text-stroke: 1.2px #FFF; + text-stroke: 2px #FFF; +} + +@media (max-width: 1400px) { + .custom-hero-heading { + font-size: 6.5vw; + line-height: 6.5vw; + } +} + +@media (max-width: 991px) { + .custom-hero-heading { + font-size: 8.5vw; + line-height: 8.5vw; + } +} + +.custom-row-about .col-12 { + height: 520px; +} + +.custom-col-about-bg { + height: 520px; + background-size: auto; + background-position: 100% 0; +} + +@media (max-width: 991px) { + .custom-col-about-bg { + background-size: cover; + } +} + +@media (max-width: 991px) { + .custom-col-about-carousel { + height: auto !important; + } +} + +.custom-col-about-bg-text, +.custom-about-play-icon { + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.custom-about-play-icon { + left: 50%; + transform: translate(50%, -50%); + margin: 0 0 0 -62px; +} + +.custom-carousel-bg { + border: 0; + margin: 0; + position: relative; + width: 100%; + height: 100% !important; + top: 0; + left: 0; + overflow: hidden; +} + +@media (min-width: 992px) { + .custom-carousel-bg img { + width: auto !important; + min-height: 520px !important; + } +} + +section.custom-timeline { + margin-left: 0; +} + +@media (min-width: 768px) { + section.custom-timeline { + padding-left: 90px; + } +} + +section.custom-timeline:before { + left: 145px; +} + +@media (max-width: 767px) { + section.custom-timeline:before { + left: 55px; + top: 0; + } +} + +section.custom-timeline .timeline-date { + margin: 0 0 30px 0; + width: 115px; + height: 115px; + text-align: center; + line-height: 115px; + border-radius: 100%; + border: 0; + box-shadow: none; + padding: 0; + margin-left: -3px; +} + +section.custom-timeline .timeline-date h3 { + display: block; + font-size: 22px; + line-height: 22px; + position: absolute; + top: 50%; + width: 100%; + text-align: center; + transform: translateY(-50%); + text-shadow: none; +} + +section.custom-timeline .timeline-date h3 span { + font-size: 12px; + display: block; + opacity: 0.7; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0; +} + +section.custom-timeline .timeline-box { + min-height: 90px; + background: #f4f4f4; + border: 0; + box-shadow: none; +} + +section.custom-timeline .timeline-box.right { + margin-top: 0; + width: 80%; + max-width: 100%; +} + +@media (max-width: 1199px) { + section.custom-timeline .timeline-box.right { + width: 88%; + } +} + +@media (max-width: 991px) { + section.custom-timeline .timeline-box.right { + width: 70%; + } +} + +@media (max-width: 767px) { + section.custom-timeline .timeline-box.right { + width: 100%; + } +} + +section.custom-timeline .timeline-box.right:before { + left: 55px; +} + +section.custom-timeline .timeline-box.right .timeline-box-arrow { + background: #f4f4f4; + border: 0; + box-shadow: none; +} + +@media (max-width: 767px) { + section.custom-timeline .timeline-box.right .timeline-box-arrow { + display: none; + } +} + +@media (max-width: 767px) { + section.custom-timeline .timeline-box-time { + font-size: 14px; + padding-left: 10px; + } +} + +@media (min-width: 768px) { + section.custom-timeline .timeline-box-time { + position: absolute; + left: -20px; + margin-top: 22px; + font-size: 14px; + } +} + +section.custom-timeline .timeline-box-content { + padding: 10px; +} + +section.custom-timeline .timeline-box-content p { + line-height: 20px; +} + +section.custom-timeline .timeline-box-content-img { + float: left; + overflow: hidden; + width: 70px; + height: 70px; + overflow: hidden; + border-radius: 100%; + margin-right: 15px; +} + +section.custom-timeline .timeline-box-content-img img { + width: 115px; + max-width: initial; + position: relative; + left: -25%; +} + +.custom-venue-info { + border-radius: 10px; + background: var(--light); + height: 350px; + box-shadow: 0px 20px 100px 0 rgba(0, 0, 0, 0.1); + margin-bottom: -175px; + position: relative; + z-index: 1; + padding: 0; +} + +.custom-venue-info img { + border-radius: 10px 0 0 10px; + min-height: 350px; +} + +.custom-venue-info:after { + transform: rotate(45deg); + content: ''; + display: block; + background: var(--light); + height: 50px; + width: 50px; + z-index: 0; + position: absolute; + bottom: -25px; + left: 50%; + margin-left: -25px; +} diff --git a/resources/assets/css/demos/demo-finance.css b/resources/assets/css/demos/demo-finance.css new file mode 100644 index 0000000..2e6c504 --- /dev/null +++ b/resources/assets/css/demos/demo-finance.css @@ -0,0 +1,91 @@ +.custom-font-size-1 { + font-size: 12.8px; + font-size: 0.8rem; +} + +@media (max-width: 767px) { + .custom-mobile-remove-divider-left-border { + border-left: 0; + } +} + +/* Header */ +#header .header-nav-main nav > ul > li > a { + font-size: 16px; +} + +/* Parallax*/ +.custom-parallax-bg-pos-left { + background-position-x: 0% !important; +} + +.custom-parallax-medium-padding { + padding: 128px 0 !important; +} + +.custom-parallax-big-padding { + padding: 25vh 0 !important; +} + +/* Overlay */ +.custom-overlay-opacity-95:before { + opacity: 0.95 !important; +} + +/* Process */ +.process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg path, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg polyline, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg line { + stroke: #FFF !important; +} + +.process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] path, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] polyline, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] line { + stroke: inherit !important; + fill: #FFF !important; +} + +.process.custom-process .process-step .process-step-circle { + width: 115px; + height: 115px; +} + +@media (min-width: 992px) { + .process .process-step:before { + background-color: #d6dde5; + } +} + +/* Testimonial */ +.custom-testimonial-style-1.testimonial-style-2 .testimonial-author > img { + max-width: 120px; + max-height: none; + height: auto; + -o-object-fit: cover; + object-fit: cover; +} + +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before { + top: -15px; +} + +/* Progress Bars */ +.custom-progress-bars-style-1 .progress { + background-color: rgba(255, 255, 255, 0.3); +} + +/* Footer */ +#footer p, #footer span, #footer li, #footer a:not(.btn):not(.no-footer-css) { + color: #888888; +} + +#footer p:hover, #footer span:hover, #footer li:hover, #footer a:not(.btn):not(.no-footer-css):hover { + color: #212121; +} + +#footer .footer-copyright p { + color: #888888; +} + +/* Skin */ +/* Footer */ +#footer p:hover, #footer span:hover, #footer li:hover, #footer a:not(.btn):not(.no-footer-css):hover { + color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-gym.css b/resources/assets/css/demos/demo-gym.css new file mode 100644 index 0000000..1532f91 --- /dev/null +++ b/resources/assets/css/demos/demo-gym.css @@ -0,0 +1,694 @@ +body { + font-family: "Poppins", sans-serif; +} + +h2 { + margin: 0 0 17px 0; +} + +h4 { + font-size: 1.6em; + letter-spacing: -1px; +} + +.btn-join-now { + margin-left: 20px; + display: flex; + justify-content: center; + height: 100%; + flex-direction: column; + padding: 24px; + padding: 1.5rem; + margin-right: -24px; +} + +.col-5ths, +.col-sm-5ths, +.col-md-5ths, +.col-lg-5ths { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} + +.col-5ths { + width: 20%; + float: left; +} + +@media (min-width: 768px) { + .col-sm-5ths { + width: 20%; + float: left; + } +} + +@media (min-width: 992px) { + .col-md-5ths { + width: 20%; + float: left; + } +} + +@media (min-width: 1200px) { + .col-lg-5ths { + width: 20%; + float: left; + } +} + +.custom-font-weight-medium { + font-weight: 500 !important; +} + +.custom-text-color-1 { + color: #ebebeb !important; +} + +.custom-font-style-1 { + font-size: 2.7em; + letter-spacing: -1px; + margin: 40px 0px 20px; +} + +.custom-font-style-2 { + font-size: 1.3em; + letter-spacing: -1px; + margin-bottom: 50px; + display: block; +} + +.custom-btn-style-1 { + padding: 13px 25px; + margin-top: 15px; +} + +.custom-btn-style-2 { + width: 100%; + padding: 10px 25px; +} + +.custom-btn-style-3 { + padding: 10px 40px; +} + +.custom-btn-style-4 { + position: absolute !important; + bottom: 45px; + left: 45px; + padding: 10px 40px; + z-index: 1; +} + +.custom-position-style-1 { + position: absolute; + top: 86px; + z-index: 1; + right: 15px; +} + +.custom-title-position-1 { + position: absolute; + z-index: 10; + padding: 45px; +} + +@media (max-width: 991px) { + .custom-position-style-2 { + position: static; + } +} + +@media (max-width: 767px) { + .custom-position-style-1 { + position: static; + } +} + +@media (max-width: 991px) { + .custom-sm-margin-1 { + margin-top: 30px; + } + .custom-sm-margin-2 { + margin-top: 60px; + } + .custom-sm-mb-0 { + margin-bottom: 0 !important; + } +} + +@media (max-width: 767px) { + .custom-xs-margin-1 { + margin-top: 30px; + } + .custom-xs-margin-2 { + margin-top: 60px; + } + .custom-xs-margin-3 { + margin-bottom: 15px; + } +} + +.custom-padding-top-1 { + padding-top: 110px !important; +} + +.custom-squared-section { + height: 22vw; + min-height: 390px; +} + +.custom-wide-section { + height: 16.6vw; + min-height: 290px; +} + +@media (max-width: 991px) { + .custom-squared-section { + height: 44vw; + max-height: 350px; + } +} + +@media (max-width: 767px) { + .custom-squared-section { + height: 82vw; + max-height: 330px; + } +} + +.custom-small-section-padding { + padding: 45px; +} + +.custom-small-section-padding-2 { + padding: 8%; +} + +.custom-overlay-style-1 { + position: relative; + overflow: hidden; +} + +.custom-overlay-style-1:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 0; + box-shadow: 30px 0px 220px 220px rgba(244, 84, 76, 0.9); + transform: translateY(-50%); +} + +.custom-overlay-style-1:after { + content: ''; + display: block; + background: rgba(244, 84, 76, 0.4); + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +.custom-overlay-style-1 > * { + position: relative; + z-index: 1; +} + +.custom-overlay-style-2 { + overflow: hidden; +} + +.custom-overlay-style-2:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(17, 17, 19, 0.6); +} + +.custom-overlay-style-2 > * { + position: relative; + z-index: 1; +} + +#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a { + text-transform: none; + font-weight: 500; + font-size: 14px; +} + +#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a i { + margin-left: 5px; + font-size: 0.7em; +} + +#header.header-floating-bar-static-sticky .header-body { + position: fixed !important; + border-bottom: none !important; + width: 100% !important; + max-width: 100% !important; + top: 0 !important; +} + +.owl-carousel .owl-item > div { + width: calc(100% + 2px); +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span { + display: flex; + align-items: center; + justify-content: center; + width: 12px; + height: 12px; + background: transparent !important; + border: 2px solid #FFF; + opacity: 0.6; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span:before { + content: ''; + display: block; + width: 3px; + height: 3px; + background: var(--light); + border-radius: 100%; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span { + opacity: 1; +} + +.owl-carousel.custom-dots-style-2 .owl-dots button.owl-dot span { + width: 20px; + height: 12px; + background: #FFF !important; + border-radius: 25px; + margin: 2px; + transition: ease width 300ms, ease opacity 300ms; +} + +.owl-carousel.custom-dots-style-2 .owl-dots button.owl-dot.active span { + width: 30px; +} + +.owl-carousel.custom-dots-style-2 .owl-dots button.owl-dot:hover span { + opacity: 0.6; +} + +.owl-carousel.custom-dots-position-1 .owl-dots { + position: absolute; + top: 259px; + left: 82px; + margin-top: 0 !important; +} + +.owl-carousel.custom-dots-bottom-left-1 .owl-dots { + text-align: left; + padding-left: 40px; + margin-top: 0 !important; +} + +.owl-carousel.custom-dots-bottom-center-1 .owl-dots { + position: relative; + margin-top: -30px !important; + padding-bottom: 10px; + z-index: 10; +} + +.owl-carousel.custom-arrows-style-1 .owl-nav { + margin-top: -10px; +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next { + height: 80px; + top: 50%; + transform: translateY(-50%); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev::before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next::before { + font-family: simple-line-icons; + top: auto; + content: "\e605"; +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next::before { + content: "\e606"; +} + +/* +* Rev Slider +*/ +.custom-tp-bullets { + margin-left: 5px; +} + +.custom-tp-bullets .tp-bullet { + position: static; + display: inline-block; + width: 20px; + height: 12px; + border-radius: 25px; + margin-left: 4px; + transition: ease width 300ms; +} + +.custom-tp-bullets .tp-bullet.selected { + width: 30px; +} + +/* +* About Us +*/ +.custom-join-now-form form .form-control { + font-size: 12px; + border: none; +} + +.custom-thumb-info-1 { + border: 0; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper { + transform: none; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 20%; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.custom-thumb-info-1 .thumb-info-wrapper { + margin: 0 !important; +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 2px solid #F4544C; + transform: translate3d(-50%, -50%, 0); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +/* +* Packages / Classes / Facility / Working Hours +*/ +.custom-list-style-1 { + padding: 0; +} + +.custom-list-style-1 li { + list-style: none; + line-height: 36px; +} + +.custom-list-style-1 li .custom-list-item { + display: inline-block; + width: 210px; +} + +.custom-list-style-1 li .custom-list-item.custom-list-item-spacing-2 { + width: 100% !important; +} + +.custom-list-style-1 li .custom-list-item img.custom-icon { + width: auto; + margin-right: 15px; + vertical-align: middle; + display: inline-block; +} + +.custom-list-style-1 li .custom-list-item.custom-spacing-1 { + width: 130px; +} + +.custom-list-style-1.custom-space-1 { + margin-top: 55px; +} + +@media (max-width: 1360px) { + .custom-list-style-1 li .custom-list-item { + width: 140px; + } +} + +.custom-thumb-info-2 { + border: none; + overflow: visible; + margin-bottom: 25px; +} + +.custom-thumb-info-2 .thumb-info-caption { + display: block; +} + +.custom-thumb-info-2 .thumb-info-caption a.btn { + position: absolute; + bottom: -25px; + left: 50%; + transform: translateX(-50%); +} + +/* +* Classes Detail +*/ +.custom-item-detail-gallery li { + list-style: none; +} + +/* +* Pricing +*/ +.custom-pricing-list { + padding: 0; +} + +.custom-pricing-list li { + list-style: none; +} + +/* +* Testimonial +*/ +.custom-section-featured-image { + position: relative; + padding: 90px 0px !important; + margin: 50px 0px 0px 0px !important; +} + +.custom-section-featured-image .custom-image-container { + position: absolute; + top: 0; + left: 50%; + width: 100%; + height: 100%; + max-width: 1170px; + transform: translateX(-50%); +} + +.custom-section-featured-image .custom-image-container img { + position: absolute; + right: 30px; + height: 100%; + width: auto; +} + +.custom-testimonial-style-1 blockquote { + padding: 36px 20px !important; +} + +.custom-testimonial-style-1 blockquote:before, .custom-testimonial-style-1 blockquote:after { + color: var(--light) !important; +} + +.custom-testimonial-style-1 blockquote p { + font-family: "Poppins", sans-serif; + font-size: 17px; + font-weight: 300; + font-style: normal; + line-height: 1.8; + color: #c4c7ca !important; + text-align: left; +} + +.custom-testimonial-style-1 .testimonial-author p { + color: #c4c7ca; + font-size: 19px; + text-align: left !important; + padding-left: 60px !important; + line-height: 1.7; +} + +.custom-testimonial-style-1 .testimonial-author span { + font-size: 17px; +} + +/* +* Contact Us +*/ +.custom-location { + padding-left: 50px; +} + +.custom-location > img { + position: absolute; + top: 17px; + left: 0; +} + +.custom-form-style-1 .form-control { + font-size: 12px; + border: none; +} + +/* +* Resources / Instagram +*/ +.custom-resources-style .number { + position: absolute; + left: 1px; + width: 30px; + height: 30px; + border-radius: 100%; + text-align: center; + line-height: 33px; +} + +.custom-resources-style .content { + display: block; + padding-left: 40px; +} + +.custom-resources-style .content .title { + font-size: 1.5em; +} + +.custom-resources-style .content p { + color: #ebebeb; +} + +.instagram-button { + position: absolute; + top: 0; + left: 0; + background: #5081aa; + padding: 10px; + font-size: 24px; + z-index: 1; +} + +/* +* Map +*/ +.map-info-box .map-info-box-image { + position: absolute; + width: 100%; + height: 120%; + top: 50%; + right: -107%; + transform: translateY(-50%); +} + +.gm-style .gm-style-iw { + overflow: visible !important; +} + +/* +* Footer +*/ +#footer { + margin-top: 0; + padding: 50px 0px; + border-top: none; +} + +#footer p { + margin: 0; +} + +#footer .container .row > div { + margin-bottom: 0; +} + +.social-icons.custom-social-icons li { + box-shadow: none !important; +} + +.social-icons.custom-social-icons li a { + background: transparent !important; + font-size: 17px; + color: var(--light) !important; +} + +.social-icons.custom-social-icons li:hover a { + background: transparent !important; + opacity: 0.7; +} + +/* Skin */ +html #header.custom-header-style-1 .header-body .header-nav-main nav > ul > li > span .item-two { + color: var(--primary); +} + +@media (max-width: 991px) { + html #header.custom-header-style-1 .custom-sm-btn-header-style-1 > .btn:not(.header-btn-collapse-nav) { + color: var(--primary); + } + html #header.custom-header-style-1 .custom-sm-btn-header-style-1 > .btn:not(.header-btn-collapse-nav):hover { + color: var(--light); + } + html #header.custom-header-style-1 .header-body .header-nav-main nav > ul > li > a.item-original.active { + color: var(--primary); + } +} + +.custom-overlay-style-1:before { + box-shadow: 30px 0px 220px 220px var(--primary-rgba-90); +} + +.custom-overlay-style-1:after { + background: var(--primary-rgba-40); +} + +.custom-overlay-style-2:before { + background: var(--quaternary-rgba-60); +} + +.custom-thumb-info-1 .thumb-info-wrapper:after { + background: var(--quaternary-rgba-80); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"] { + background-color: var(--quaternary); +} + +.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:active:hover, .owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:active:focus { + background-color: var(--quaternary); +} diff --git a/resources/assets/css/demos/demo-hotel.css b/resources/assets/css/demos/demo-hotel.css new file mode 100644 index 0000000..8bfa0ae --- /dev/null +++ b/resources/assets/css/demos/demo-hotel.css @@ -0,0 +1,376 @@ +html.boxed { + background-image: url("../../img/demos/hotel/patterns/pattern.jpg") !important; +} + +h3 { + text-transform: none; + font-weight: 700; +} + +html.boxed .body { + border: 0 !important; + box-shadow: none; +} + +@media (min-width: 999px) { + html.boxed .body { + margin-top: 90px; + } +} + +#header .header-container { + min-height: 125px !important; + background: var(--light); +} + +@media (max-width: 1200px) { + #header .header-container { + padding: 0 .75rem !important; + max-width: 1200px !important; + width: 100% !important; + } +} + +@media (max-width: 1200px) { + #header .header-top .container { + padding: 0 .75rem !important; + max-width: 1200px !important; + width: 100% !important; + } +} + +#header .header-body { + border-bottom: 0; + background: transparent; +} + +@media (min-width: 992px) { + #header .header-body { + overflow: visible !important; + } +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 13px; + } +} + +@media (min-width: 992px) { + html.boxed #header { + top: -65px; + margin-bottom: -65px; + } + html.boxed #header .header-top { + position: relative; + top: -10px; + background: transparent !important; + } + html.boxed #header .header-top .container { + max-width: 1200px; + } +} + +html.boxed #header .header-container { + max-width: 100%; + padding: 0 42.4px; + padding: 0 2.65rem; +} + +@media (max-width: 1200px) { + html.boxed #header .header-container { + padding: 0 .75rem !important; + max-width: 1200px !important; + width: 100% !important; + } +} + +@media (min-width: 999px) { + html.sticky-header-active #header .header-body { + background: var(--light); + } +} + +html.boxed.sticky-header-active #header .header-container { + padding: 0 26.4px; + padding: 0 1.65rem; +} + +@media (min-width: 992px) { + #header .header-nav nav > ul > li.dropdown-mega-book-now { + position: relative !important; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .dropdown-menu { + right: 0 !important; + left: auto !important; + max-width: 365px; + width: 100%; + transform: translate3d(0, -53px, 0) !important; + margin: 0 !important; + min-width: 300px; + } + #header .header-nav nav > ul > li:hover.dropdown-mega-book-now .dropdown-menu, #header .header-nav nav > ul > li.open.dropdown-mega-book-now .dropdown-menu { + transform: translate3d(0, -44px, 0) !important; + } +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span, + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span { + color: var(--light); + } +} + +@media (max-width: 991px) { + #header .header-container { + min-height: 134px; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .form-control-custom .form-control { + color: var(--default); + margin-bottom: 5px; + border: 1px solid #DDD !important; + padding-left: 5px; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .form-control-custom .form-control::-webkit-input-placeholder { + color: #777; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .form-control-custom .form-control::-moz-placeholder { + color: #777; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .form-control-custom .form-control:-ms-input-placeholder { + color: #777; + } + #header .header-nav nav > ul > li.dropdown-mega-book-now .dropdown-mega-content { + padding: 10px 0; + color: var(--default); + margin-left: -20px; + } +} + +.rev_slider:after { + width: 100%; + height: 100%; + content: ""; + position: absolute; + left: 0; + top: 0; + pointer-events: none; + z-index: 99; + background: rgba(34, 37, 41, 0.3); +} + +.owl-carousel-mini-dots .owl-dots button.owl-dot span { + background: transparent; + border: 1px solid #FFF; +} + +.owl-carousel-mini-dots .owl-dots button.owl-dot.active span, +.owl-carousel-mini-dots .owl-dots button.owl-dot:hover span { + background: #FFF !important; +} + +.form-control-custom .form-control { + background: transparent; + border: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important; + box-shadow: none !important; + color: var(--light); + padding-left: 0; + height: auto; +} + +.form-control-custom .form-control::-webkit-input-placeholder { + color: #FFF; +} + +.form-control-custom .form-control::-moz-placeholder { + color: #FFF; +} + +.form-control-custom .form-control:-ms-input-placeholder { + color: #FFF; +} + +.form-control-custom .form-control option { + background: var(--light); + color: var(--default); +} + +.form-control-datepicker-custom { + position: relative; +} + +.form-control-datepicker-custom:before { + position: absolute; + font-family: simple-line-icons; + content: "\e075"; + font-size: 10px; + top: 3px; + font-size: 14px; + color: var(--light); + z-index: 1; + right: 3px; +} + +.form-control-datepicker-custom input { + position: relative; + z-index: 2; +} + +.form-control-custom-dark .form-control { + border-bottom: 1px solid var(--grey-500) !important; + color: var(--default); +} + +.form-control-custom-dark .form-control::-webkit-input-placeholder { + color: #777; +} + +.form-control-custom-dark .form-control::-moz-placeholder { + color: #777; +} + +.form-control-custom-dark .form-control:-ms-input-placeholder { + color: #777; +} + +.form-control-custom-dark .form-control option { + background: #DDD; + color: var(--default); +} + +.form-control-custom-dark.form-control-datepicker-custom:before { + color: var(--default); +} + +.datepicker .disabled, .datepicker .disabled:hover { + opacity: 0.5; +} + +.box-shadow-custom { + box-shadow: 10px 10px 100px -15px rgba(0, 0, 0, 0.15); +} + +.micro-map .micro-map-map { + float: left; + width: 40%; +} + +.micro-map .micro-map-info { + float: left; + width: 60%; + min-height: 260px; +} + +.micro-map .micro-map-info-detail { + clear: both; + padding: 25px; +} + +.custom-room-suite-info::after { + clear: both; + content: ""; + display: block; +} + +.custom-room-suite-info ul { + margin: 10px 0 30px; + padding: 0; + list-style: none; +} + +.custom-room-suite-info ul li { + border-bottom: 1px solid #e9e9e9; +} + +.custom-room-suite-info ul li label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin: 0; + opacity: 0.7; + padding: 0; + text-align: left; + text-transform: uppercase; + width: 50%; +} + +.custom-room-suite-info ul li span { + display: inline-block; + font-size: 12px; + font-weight: normal; + line-height: 14px; + margin: 0 -10px 0 -5px; + padding: 0; + width: 50%; + text-align: right; +} + +.custom-room-suite-info ul li strong { + display: inline-block; + font-size: 12px; + font-weight: normal; + line-height: 14px; + margin: 0 -10px 0 -5px; + padding: 0; + width: 50%; + text-align: right; + font-size: 14px; + font-weight: 700; + padding: 15px 0; +} + +.custom-room-suite-info ul li .room-suite-info-detail { + float: left; + font-size: 11px; + margin: 7px 0 0; + text-transform: uppercase; +} + +.custom-room-suite-info ul li .room-suite-info-book { + float: right; + font-size: 12px; + margin: 7px 0 0; + text-transform: uppercase; + font-weight: 700; +} + +.custom-room-suite-info ul li .room-suite-info-book-now { + float: right; + margin: 7px 0 50px; +} + +.custom-room-suite-info ul li:last-child { + border-bottom: 0; +} + +#footer { + border: 0 !important; + border-radius: 0 !important; + margin: 0 !important; +} + +#footer .feature-box .feature-box-icon { + min-width: auto; +} + +@media (min-width: 1200px) { + html.boxed .footer-copyright { + padding-top: 0; + } + html.boxed .footer-copyright .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) { + max-width: 1200px; + } +} + +/* Skin */ +@media (min-width: 992px) { + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span, + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span { + background: var(--primary); + } +} + +.custom-nav-sidebar > li > a.active { + color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-industry-factory.css b/resources/assets/css/demos/demo-industry-factory.css new file mode 100644 index 0000000..037b588 --- /dev/null +++ b/resources/assets/css/demos/demo-industry-factory.css @@ -0,0 +1,569 @@ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-width: 1200px) { + .container { + max-width: 1200px !important; + } +} + +[class*="text-color-hover-"] { + transition: ease all 300ms; +} + +[class*="bg-color-hover-"] { + transition: ease background 300ms; +} + +.bg-color-hover-primary:hover [class*="opacity-"] { + opacity: 1 !important; +} + +.custom-font-secondary { + font-family: 'Playfair Display', sans-serif !important; +} + +.custom-bg-lighten-grey-1 { + background: #4d4e50 !important; +} + +.custom-font-size-1 { + font-size: 1.4em !important; +} + +.custom-font-size-2 { + font-size: 1.35em !important; +} + +.custom-font-size-3 { + font-size: 1.15em !important; +} + +.custom-positive-ls-5px { + letter-spacing: 5px !important; +} + +.custom-svg-btn-style-1 { + position: relative; + padding: 19px 60px 19px 50px; + font-weight: 700; + font-size: 13.6px; + font-size: 0.85rem; + z-index: 1; +} + +.custom-svg-btn-style-1 .custom-svg-btn-background { + position: absolute; + top: 50%; + left: 50%; + z-index: 0; + width: 107%; + height: 120%; + transform: translate3d(-50%, -50%, 0); + z-index: -1; +} + +.custom-svg-btn-style-1 .custom-svg-btn-background polygon { + transition: ease all 300ms; +} + +.custom-svg-btn-style-1 .custom-svg-btn-arrow { + margin-left: 6px; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-small { + padding: 18px 31px 18px 25px; + font-size: 12.8px; + font-size: 0.8rem; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon { + fill: transparent; + stroke: #FFF; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon { + fill: #FFF; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background { + transition: ease opacity 300ms; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon { + fill: #FFF; +} + +.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background { + opacity: 0.95; +} + +.custom-read-more > svg { + transition: ease transform 300ms; +} + +.custom-read-more:hover > svg { + transform: translate3d(6px, 0, 0); +} + +.custom-container-absolute-centered-x { + position: absolute !important; + left: 50%; + transform: translate3d(-50%, 0, 0); +} + +.custom-min-height-1 { + min-height: 277px; +} + +.owl-carousel.custom-stage-outer-box-shadow .owl-stage-outer { + box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45); +} + +.custom-table-style-1 thead tr { + background: #4d4e50; +} + +.custom-table-style-1 thead th { + border-top: 0; + border-bottom: 0; + color: var(--light); + font-weight: 700; + font-size: 17.6px; + font-size: 1.1rem; +} + +.custom-table-style-1 th, .custom-table-style-1 td { + padding: 15px 20px; +} + +.custom-table-style-1 td:first-child { + font-weight: 600; +} + +@media (min-width: 2000px) { + .shape-divider svg { + width: 100%; + } +} + +.featured-box.custom-featured-box-with-video > .custom-featured-box-video { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: auto; + z-index: 1; + transition: ease all 300ms; +} + +.featured-box.custom-featured-box-with-video > .custom-featured-box-video.active { + z-index: 3; +} + +.featured-box.custom-featured-box-with-video .featured-box-background { + z-index: 2; +} + +.featured-box.custom-featured-box-with-video .featured-box-background.hide { + opacity: 0; +} + +.featured-box.custom-featured-box-with-video .box-content { + display: flex; + align-items: center; + justify-content: center; + height: 301px; + padding: 0; +} + +@media (max-width: 1199px) { + .featured-box.custom-featured-box-with-video .box-content { + height: 227px; + } +} + +@media (max-width: 991px) { + .featured-box.custom-featured-box-with-video .box-content { + height: 386px; + } +} + +@media (max-width: 767px) { + .featured-box.custom-featured-box-with-video .box-content { + height: 285px; + } +} + +@media (max-width: 575px) { + .featured-box.custom-featured-box-with-video .box-content { + height: 0; + padding-top: 28%; + padding-bottom: 28%; + } +} + +.featured-box.custom-featured-box-with-video .box-content.hide { + opacity: 0; + z-index: -1; +} + +/* +* Header +*/ +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 16px; + font-weight: 600; + padding: 0 1.3rem !important; + } +} + +#header.header-effect-shrink .header-container { + min-height: 110px; +} + +/* +* Home Section - Hero +*/ +.custom-hero-sub-images-style-1 { + position: absolute; + top: 65%; + left: 100%; + width: 100%; + min-height: 323px; + z-index: -1; +} + +.custom-hero-sub-images-style-1:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 339px; + height: 100%; + background: var(--grey-500); + opacity: 0.7; + z-index: 1; +} + +.custom-hero-sub-images-style-1:after { + content: ''; + position: absolute; + top: 0; + right: 100%; + width: 40vw; + height: 100%; + background: var(--grey-500); +} + +.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow { + position: absolute; + bottom: 0; + width: 0px; + height: 60%; + left: 0; + z-index: 1; +} + +.custom-hero-sub-images-style-1 img { + width: 640px; + max-width: none; +} + +/* +* Home Section - What We Do +*/ +.custom-thumb-info-style-1 .custom-thumb-info-icon { + display: flex; + justify-content: center; + padding: 40px 0; + padding: 2.5rem 0; + background: #4d4e50; + transition: ease background 300ms; +} + +.custom-thumb-info-style-1 .custom-thumb-info-icon > img { + width: auto; + transform: scale(1); +} + +.custom-thumb-info-style-1 .thumb-info-wrapper { + position: relative; +} + +.custom-thumb-info-style-1 .thumb-info-wrapper:after { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: #4d4e50; + opacity: 0.7; + transition: ease opacity 300ms; + z-index: 1; +} + +.custom-thumb-info-style-1 .thumb-info-wrapper > img { + filter: grayscale(1); + transform: scale(1) !important; +} + +.custom-thumb-info-style-1:hover .custom-thumb-info-icon > img, .custom-thumb-info-style-1.active .custom-thumb-info-icon > img { + animation: toRightFromLeftNoScale 0.3s forwards; +} + +.custom-thumb-info-style-1:hover .thumb-info-wrapper:after, .custom-thumb-info-style-1.active .thumb-info-wrapper:after { + opacity: 0; +} + +.custom-thumb-info-style-1:hover .thumb-info-wrapper > img, .custom-thumb-info-style-1.active .thumb-info-wrapper > img { + filter: grayscale(0); +} + +@keyframes toRightFromLeftNoScale { + 49% { + transform: translate(100%) scale(1); + } + 50% { + opacity: 0; + transform: translate(-100%) scale(1); + } + 51% { + opacity: 1; + } +} + +/* +* Home Section - Special Services +*/ +.custom-section-shape-background { + position: relative; + overflow: hidden; +} + +.custom-section-shape-background:before, .custom-section-shape-background:after { + content: ''; + position: absolute; + top: 0; + left: 47.5%; + width: 50vw; + height: 100%; + background: var(--light); + transform: skewX(21deg); + z-index: 0; +} + +.custom-section-shape-background:after { + left: 49.5%; + transform: skewX(-21deg); +} + +.custom-section-shape-background .custom-shape-divider { + position: relative; +} + +.custom-section-shape-background .custom-shape-divider:before { + content: ''; + position: absolute; + top: -150px; + left: 0; + width: 100%; + height: 150%; + background: var(--grey-100); + transform: skewY(-4deg); + z-index: 0; +} + +.custom-section-shape-background.custom-section-shape-background-reverse:before { + left: auto; + right: 49.5%; + transform: skewX(21deg) rotate(180deg); +} + +.custom-section-shape-background.custom-section-shape-background-reverse:after { + left: auto; + right: 50.5%; + transform: skewX(-21deg) rotate(180deg); +} + +@media (max-width: 991px) { + .custom-section-shape-background:before, .custom-section-shape-background:after { + width: 100vw; + } +} + +.custom-list-icons-icon-size li > [class*="fa-"]:first-child, +.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child, +.custom-list-icons-icon-size li a:first-child > .icons:first-child { + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; +} + +/* +* Home Section - How We Work +*/ +.custom-process-style-1 .process-step-circle { + width: 110px; + height: 110px; + border-color: #d4d4d4 !important; +} + +.custom-process-style-1 .process-step-circle-content { + font-size: 2.2em; +} + +/* +* Home Section - Testimonials +*/ +.custom-testimonial-style-1.testimonial.testimonial-style-3 blockquote { + background: transparent !important; + padding: 12px 40px; +} + +.custom-testimonial-style-1.testimonial.testimonial-style-3 blockquote:before { + content: '\f10d'; + font-family: "Font Awesome 6 Free"; + font-weight: 900; + font-size: 19.2px; + font-size: 1.2rem; +} + +.custom-testimonial-style-1.testimonial.testimonial-style-3 .testimonial-author { + margin-left: 40px; +} + +.custom-testimonial-style-1.testimonial.testimonial-style-3 .testimonial-author img { + max-width: 85px; +} + +/* +* Home Section - Contact Us / Send Message +*/ +.custom-form-style-1 { + opacity: 1 !important; +} + +.custom-form-style-1 .form-control { + height: calc(1.5em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100); + border-color: var(--grey-100); +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* +* Footer +*/ +#footer p, +#footer a:not(.btn), +#footer li, +#footer strong, +#footer .footer-copyright p, +#footer a:not(.btn):not(.no-footer-css) { + color: #b5b5b5; +} + +.custom-list-style-1 > li { + margin-bottom: 0; + padding-top: 10px; + padding-bottom: 10px; +} + +.custom-list-style-1 > li + li { + border-top: 1px solid #5c5d5f; +} + +.custom-list-style-1 > li:first-child { + padding-top: 0; +} + +.custom-list-style-1 > li:last-child { + padding-bottom: 0; +} + +.custom-footer-top-light-border { + border-top: 1px solid var(--light-rgba-10) !important; +} + +/* Skin */ +.featured-icon.rounded-circle { + border-radius: 100% !important; +} + +.custom-btn-style-1:after { + border-left-color: var(--primary); +} + +.custom-btn-style-1:hover:after, .custom-btn-style-1.hover:after { + border-left-color: var(--primary--200); +} + +.custom-btn-style-1:focus:after, .custom-btn-style-1.focus:after { + border-left-color: var(--primary-200); +} + +.custom-btn-style-1.disabled:after, .custom-btn-style-1:disabled:after { + border-left-color: var(--primary); +} + +.custom-btn-style-1:active:after, .custom-btn-style-1.active:after { + border-left-color: var(--primary-200) !important; +} + +.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light):hover .custom-svg-btn-background polygon { + stroke: var(--primary); +} + +.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid .custom-svg-btn-background polygon { + fill: var(--primary); + stroke: var(--primary); +} + +.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:hover .custom-svg-btn-background polygon, .custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:focus .custom-svg-btn-background polygon { + fill: var(--primary--200); + stroke: var(--primary--200); +} + +.btn-link > svg polygon { + stroke: var(--primary); + fill: var(--primary); +} + +/* +* Home Section - Hero +*/ +.custom-hero-sub-images-style-1:before, .custom-hero-sub-images-style-1:after { + background: var(--primary-200); +} + +.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow { + box-shadow: 0px 0px 80px 68px var(--primary-200); +} + +/* +* Home Section - What We Do +*/ +.custom-thumb-info-style-1:hover .custom-thumb-info-icon { + background: var(--primary) !important; +} + +/* +* Home Section - Testimonials +*/ +.custom-testimonial-style-1.testimonial.testimonial-style-3 blockquote:before { + color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-insurance.css b/resources/assets/css/demos/demo-insurance.css new file mode 100644 index 0000000..1b742a1 --- /dev/null +++ b/resources/assets/css/demos/demo-insurance.css @@ -0,0 +1,292 @@ +@media (max-width: 991px) { + .background-image-wrapper { + background-position: 0% !important; + background-repeat: no-repeat; + } +} + +.custom-big-text-1 { + font-size: 59.2px; + font-size: 3.7rem; + letter-spacing: 0.8px; + position: relative; + left: 0; +} + +@media (min-width: 576px) { + .custom-big-text-1 { + font-size: 5.5rem; + } +} + +@media (min-width: 768px) { + .custom-big-text-1 { + font-size: 7.3rem; + } +} + +@media (min-width: 992px) { + .custom-big-text-1 { + font-size: 9.7rem; + left: -214px; + } +} + +.custom-container-background { + position: relative; + margin-top: -100px; +} + +.custom-container-background:before { + content: ''; + position: absolute; + top: 0; + left: 50%; + transform: translate3d(-50%, 0, 0); + width: 125%; + height: 300px; + background: var(--light); +} + +.custom-form-control-group-style-1 .form-control { + height: 60px; + line-height: 1; + padding: 10px 30px; + border-width: 2px; + border-color: var(--grey-500); +} + +.custom-form-control-group-style-1 .form-control:first-child { + background-image: url("data:image/svg+xml,"); + border-radius: 35px 0 0 35px; + border-right: 0; + background-repeat: no-repeat; + background-size: 11px; + background-position: 92% center; +} + +.custom-form-control-group-style-1 .form-control:last-child { + border-radius: 0 35px 35px 0; +} + +.custom-divider { + height: 60px; + width: 0.5px; + border-left: 1px solid rgba(255, 255, 255, 0.1); +} + +.custom-view-more svg { + transition: ease transform 300ms; +} + +.custom-view-more:hover svg { + transform: translate3d(7px, 0, 0); +} + +.custom-z-index-1 { + z-index: 10; +} + +.custom-svg-position-1 { + position: absolute; + top: -190px; + left: -330px; +} + +.custom-svg-position-2 { + position: absolute; + top: 210px; + right: -47px; + opacity: 0.5; +} + +.custom-svg-position-3 { + position: absolute; + left: -30px; + top: -40px; +} + +.custom-svg-position-4 { + position: absolute; + top: -430px; + right: -100px; +} + +.page-header-svg-container { + transform: rotate(280deg); + position: relative; + z-index: 2; + left: 10%; +} + +.custom-svg-position-5 { + position: absolute; + top: 0; + right: -48%; + left: 33%; +} + +.breadcrumb > li { + text-transform: none; + font-weight: 600; +} + +@keyframes customLines1anim { + from { + stroke-dasharray: 1600; + stroke-dashoffset: 1600; + } + to { + stroke-dasharray: 1600; + stroke-dashoffset: 0; + } +} + +.customLines1anim { + animation-name: customLines1anim; +} + +/* +* Header +*/ +#header .header-nav-features:before, #header .header-nav-features:after { + background: rgba(0, 0, 0, 0.1); +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + padding: 0 1.5rem !important; + } + #header .header-nav-main nav > ul > li:first-child > a { + padding-left: 0 !important; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-radius: 4px !important; + margin-left: 5px !important; + } +} + +#header .header-nav-features-search .header-nav-features-dropdown { + margin-right: 0; +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: var(--light); + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .accordion-toggle { + background-color: #f4f4f4 !important; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 20px; +} + +/* +* Testimonial +*/ +.custom-testimonial-style-1 blockquote { + position: relative; + border: 0; +} + +.custom-testimonial-style-1 blockquote:before { + content: "\f10d"; + font-family: "Font Awesome 6 Free"; + font-weight: 900; + font-size: 18px; + color: #212121; + position: absolute; + top: 0; + left: 0; +} + +.custom-testimonial-style-1 blockquote p { + font-family: 'Playfair Display', sans-serif; + font-style: italic; +} + +/* +* Newsletter +*/ +.custom-form-control-newsletter-field { + border-radius: 35px 0 0 35px; +} + +.custom-form-control-newsletter-btn { + border-radius: 0 35px 35px 0; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: transparent; + border-width: 2px; + border-color: var(--grey-500); + border-radius: 35px; + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} diff --git a/resources/assets/css/demos/demo-it-services.css b/resources/assets/css/demos/demo-it-services.css new file mode 100644 index 0000000..ecaa755 --- /dev/null +++ b/resources/assets/css/demos/demo-it-services.css @@ -0,0 +1,564 @@ +.custom-font-secondary { + font-family: "Lora", sans-serif !important; +} + +body { + font-family: "Poppins", sans-serif; +} + +.body { + margin: 0; +} + +@media (min-width: 1440px) { + .body { + margin: 0 50px 50px; + } +} + +@media (min-width: 1440px) and (max-width: 1600px) { + .container-xl-custom { + padding: 0 80px; + } +} + +/* +* Custom Text Size +*/ +.custom-text-size-1 { + font-size: 1.1em !important; +} + +.custom-text-size-2 { + font-size: 1.35em !important; +} + +/* +* Custom Colors +*/ +.custom-text-color-light-1 { + color: #cbd5f1 !important; +} + +.custom-text-color-light-2 { + color: #e0e1e5 !important; +} + +.custom-text-color-light-3 { + color: #bfbfbf !important; +} + +.custom-text-color-grey-1 { + color: #acb4be !important; +} + +.custom-bg-color-grey-1 { + color: #f9f7f4 !important; +} + +/* +* Custom Position +*/ +.custom-position-center-x-y { + position: absolute; + top: 46%; + left: 45%; + max-width: 130%; + transform: translate3d(-50%, -50%, 0); +} + +/* +* Custom Box Shadow +*/ +.custom-box-shadow-1 { + box-shadow: 0px 0px 37px -4px rgba(0, 0, 0, 0.1) !important; +} + +/* +* "Remove" body left and right margins on sections +*/ +@media (min-width: 576px) { + .custom-section-full-width { + margin-left: -50px !important; + margin-right: -50px !important; + } +} + +/* +* Custom Heading Bar +*/ +.custom-heading-bar { + position: relative; +} + +.custom-heading-bar:before { + content: ''; + position: absolute; + top: 50%; + right: calc( 100% + 15px); + width: 50px; + border-top: 5px solid var(--grey-500); + transform: translate3d(0, -50%, 0); +} + +.custom-heading-bar.custom-heading-bar-right:before { + right: auto; + left: calc( 100% + 15px); +} + +.custom-heading-bar.custom-heading-bar-with-padding { + padding-left: 65px; +} + +.custom-heading-bar.custom-heading-bar-with-padding:before { + right: auto; + left: 0; +} + +/* +* Custom Icon +*/ +.custom-arrow-icon { + position: relative; + display: inline-block; + width: 17px; + height: 17px; +} + +.custom-arrow-icon:before { + content: ''; + position: absolute; + top: 50%; + left: 0; + width: 100%; + border-top: 1px solid var(--grey-500); + border-color: inherit; + transform: translate3d(0, -50%, 0); +} + +.custom-arrow-icon:after { + content: ''; + position: absolute; + top: 50%; + right: 0; + width: 50%; + height: 50%; + border-top: 1px solid var(--grey-500); + border-right: 1px solid var(--grey-500); + border-color: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); +} + +.custom-icon-wrapper { + max-height: 100px; +} + +/* +* Custom Link Effect +*/ +.custom-link-effect-1 > i { + transition: ease all 300ms; +} + +.custom-link-effect-1:hover > i { + transform: translate3d(10px, 0, 0); +} + +.custom-link-effect-1.btn { + transition: ease all 300ms; +} + +.custom-link-effect-1.btn:hover { + padding-right: 35px !important; +} + +/* +* Header +*/ +#header.header-effect-shrink .header-container { + min-height: 138px; +} + +#header .header-body { + left: 0; + border-bottom-color: transparent !important; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 13px; + letter-spacing: 0.3px; + } + #header .header-nav-main nav > ul > li > a.active { + color: #444 !important; + } + #header .header-nav-main nav > ul > li > a.active:before { + background-color: #444 !important; + } + #header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li:focus > a { + color: #444 !important; + } + #header .header-nav-main nav > ul > li.active > a:before, #header .header-nav-main nav > ul > li:hover > a:before, #header .header-nav-main nav > ul > li:focus > a:before { + background-color: #444 !important; + } + #header .header-nav-main nav > ul > li:first-child { + margin-left: 0; + } +} + +@media (min-width: 1440px) { + #header .header-nav-main nav > ul > li { + margin-left: 12px; + } +} + +/* +* Home - Intro +*/ +.custom-section-svg { + position: relative; +} + +.custom-section-svg > svg { + position: relative; + width: 100%; + top: 0; + left: 0; + height: 100%; +} + +.custom-section-svg > .container { + position: absolute; + top: 43%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (min-width: 992px) { + .custom-section-svg > svg { + background-attachment: fixed; + } +} + +@media (max-width: 767px) { + .custom-section-svg > svg { + width: 230%; + } +} + +/* +* Home - Who We Are +*/ +.custom-section-pull-top-1 { + margin-top: -111px !important; +} + +@media (max-width: 1199px) { + .custom-section-pull-top-1 { + margin-top: -70px !important; + } +} + +@media (max-width: 991px) { + .custom-section-pull-top-1 { + margin-top: -57px !important; + } +} + +@media (max-width: 767px) { + .custom-section-pull-top-1 { + margin-top: -105px !important; + } +} + +@media (max-width: 575px) { + .custom-section-pull-top-1 { + margin-top: -14vw !important; + } +} + +.custom-overlapping-cards { + display: flex; + position: relative; +} + +.custom-overlapping-cards > div { + z-index: 1; +} + +.custom-overlapping-cards > div:nth-child(1) { + max-width: 47%; +} + +.custom-overlapping-cards > div:nth-child(1) img { + transform: translate3d(-20px, -20px, 0); +} + +.custom-overlapping-cards > div:nth-child(2) { + z-index: 0; + transform: translate3d(-50px, 50px, 0); +} + +.custom-overlapping-cards > div:nth-child(2) img { + max-width: 89%; + transform: translate3d(70px, -20px, 0); +} + +.custom-overlapping-cards .custom-overlapping-cards-puzzle-background { + position: absolute; + top: -80px; + left: -158px; + z-index: -1; +} + +@media (max-width: 575px) { + .custom-overlapping-cards { + flex-wrap: wrap; + justify-content: center; + } + .custom-overlapping-cards > .card:nth-child(1) { + max-width: 80%; + } + .custom-overlapping-cards > .card:nth-child(2) { + margin-top: 50px; + max-width: 80%; + transform: none; + } + .custom-overlapping-cards > .card:nth-child(2) img { + max-width: 100%; + transform: translate3d(20px, -20px, 0); + } +} + +/* +* Home - We Provide +*/ +.featured-icon.custom-featured-icon-style-1 { + width: 115px; + height: 115px; + border-radius: 100% !important; +} + +.custom-section-half-background-color-light { + position: relative; +} + +.custom-section-half-background-color-light:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 30%; + background-color: var(--light); +} + +@media (max-width: 575px) { + .custom-section-half-background-color-light:after { + height: 60%; + } +} + +/* +* Testimonial +*/ +.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote { + padding-top: 25px; + padding-right: 0; +} + +.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote:before { + top: -5px; + left: -5px; + font-size: 90px; + font-family: "Poppins", sans-serif; +} + +.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author { + position: relative; + margin-left: 70px; +} + +.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author:before { + content: ''; + position: absolute; + top: 6px; + right: calc( 100% + 10px); + width: 30px; + border-top: 4px solid #000; +} + +/* +* Process +*/ +.process.custom-process-style-1 .process-step-circle { + border-color: #e2e5e8; + width: 110px; + height: 110px; +} + +.process.custom-process-style-1 .process-step-content { + padding-top: 32px; +} + +@media (min-width: 992px) { + .process.custom-process-style-1:before { + content: ''; + display: block; + position: absolute; + width: calc( 100vw - 120px); + height: 2px; + top: 53px; + left: 50%; + background-color: #EDEDED; + transform: translate3d(-50%, 0, 0); + } + .process.custom-process-style-1 .process-step .process-step-circle { + background-color: var(--light); + } + .process.custom-process-style-1 .process-step .process-step-circle:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: calc( 100% + 30px); + background-color: var(--light); + height: 100%; + transform: translate3d(-50%, -50%, 0); + z-index: -1; + } + .process.custom-process-style-1 .process-step:before { + content: none; + } + .process.custom-process-style-1 .process-step:nth-child(1) .process-step-circle, .process.custom-process-style-1 .process-step:nth-child(3) .process-step-circle { + margin-top: -75px; + } +} + +/* +* Nav +*/ +.custom-nav-style-1 > li { + margin-left: 20px; + margin-bottom: 20px; +} + +.custom-nav-style-1 > li:hover > a, .custom-nav-style-1 > li:focus > a { + border-color: var(--dark) !important; +} + +.custom-nav-style-1 > li:first-child { + margin-left: 0; +} + +@media (max-width: 991px) { + .custom-nav-style-1 > li { + margin-right: 20px; + margin-left: 0; + } + .custom-nav-style-1 > li:last-child { + margin-right: 0; + } +} + +@media (max-width: 767px) { + .custom-nav-style-1 > li { + margin-right: 10px; + margin-bottom: 10px; + } +} + +/* +* Blog +*/ +.custom-post-style-1:hover .overlay:before { + opacity: 0.2; +} + +/* +* Social Icons +*/ +.social-icons.custom-social-icons-icon-light li a { + color: #a3b6e7 !important; +} + +.social-icons.custom-social-icons-icon-light li:hover a { + color: var(--light) !important; +} + +/* +* Page Header - Internal Pages +*/ +@media (max-width: 767px) { + .page-header.custom-page-header-style-1 h1 { + font-size: 32px !important; + } +} + +.page-header.custom-page-header-style-1 .breadcrumb > li { + font-size: 1em; + font-weight: 600; + color: #acb4be; +} + +.page-header.custom-page-header-style-1 .breadcrumb > li > a { + color: #acb4be; +} + +.page-header.custom-page-header-style-1 .breadcrumb > li > a:hover { + color: var(--light); +} + +.page-header.custom-page-header-style-1 .breadcrumb > li + li:before { + content: "/"; +} + +/* +* Pagination +*/ +.custom-pagination-style-1 .page-item .page-link { + border: 2px solid #999999; + box-sizing: content-box; + color: #999999; + background: transparent; +} + +.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link { + color: var(--light); +} + +/* +* Footer +*/ +#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p { + color: #a3b6e7; + font-weight: 500; +} + +/* Skin */ +/* Buttons (force text color) */ +.btn-secondary:hover { + color: var(--secondary-inverse) !important; +} + +/* +* Custom Heading Bar +*/ +.custom-heading-bar:before { + border-color: var(--secondary); +} + +/* +* Testimonial +*/ +.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote:before { + color: var(--primary); +} + +/* +* Pagination +*/ +.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link { + border-color: var(--primary); + background-color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-landing.css b/resources/assets/css/demos/demo-landing.css new file mode 100644 index 0000000..c6715c6 --- /dev/null +++ b/resources/assets/css/demos/demo-landing.css @@ -0,0 +1,365 @@ +/* Grid */ +@media (min-width: 1236px) { + .container { + max-width: 1236px; + } +} + +@media (min-width: 576px) { + .container-fluid { + padding-left: 3%; + padding-right: 3%; + } +} + +p { + letter-spacing: -0.05em; + font-size: 16px; + font-size: 1rem; +} + +.custom-counter-1 h3 { + font-size: 3.571em; + line-height: 1; + font-weight: bold; +} + +.custom-counter-1 p { + font-size: 0.9286em; + margin: 5px 0 0; + font-weight: 600; + line-height: 19.2px; + line-height: 1.2rem; + color: var(--light); + opacity: 0.7; + letter-spacing: -0.02em; + text-transform: uppercase; +} + +.custom-counter-1 a { + font-size: 18px; + font-size: 1.125rem; + letter-spacing: -0.05em; + color: var(--dark); +} + +.custom-header-min-height-1 { + min-height: 68vh; +} + +.custom-header-max-width-1 { + max-width: 703px; +} + +.custom-banner-content-1 { + background: var(--light); + border-radius: var(--border-radius2x); + width: 100%; +} + +.custom-banner-content-item-1 { + cursor: pointer; + position: absolute; + top: 48.3% !important; + left: -9%; + z-index: 10; +} + +.custom-banner-content-item-2 { + border-radius: var(--border-radius); + position: absolute; + bottom: -6%; + left: -4%; + z-index: 10; +} + +.custom-banner-content-slider-1 { + position: relative; + margin: 0 10px 10px 10px; +} + +.section-concept p, +.custom-text-color-1 { + color: rgba(255, 255, 255, 0.6) !important; +} + +.color-inherit { + color: inherit !important; +} + +.custom-header-bar:before { + content: ''; + position: absolute; + top: 0; + bottom: 0; + right: 10px; + width: 50vw; + background-image: linear-gradient(150deg, var(--primary) 0%, var(--primary) 30%, var(--secondary) 70%, var(--secondary) 100%); + border-radius: var(--border-radius); + box-shadow: 0 0 60px rgba(0, 0, 0, 0.06); +} + +@media (max-width: 1200px) { + .custom-header-bar:before { + width: 110vw; + } +} + +.custom-font-size-1 { + font-size: 17.6px; + font-size: 1.1rem; + line-height: 28.8px; + line-height: 1.8rem; +} + +.custom-font-size-2 { + font-size: 18px; + font-size: 1.125rem; +} + +.custom-nav-link { + font-size: 13px; + font-size: .8125rem; + letter-spacing: -0.025em; + text-transform: uppercase; + font-weight: 700; + padding: 4px 0 !important; + padding: .25rem 0 !important; + margin: 0 20px; + margin: 0 1.25rem; + border-bottom: 4px solid transparent; +} + +.custom-nav-link:not(.active).nav-link { + color: var(--dark); +} + +.owl-carousel.carousel-center-active-item-2 .owl-item.active > div { + background-image: linear-gradient(150deg, var(--primary) 0%, var(--primary) 30%, var(--secondary) 70%, var(--secondary) 100%) !important; +} + +/* Landing Page Text Reasons */ +.text-reasons { + display: flex; + flex-direction: column; + align-items: center; + position: relative; + transform: rotate(-10deg); +} + +.text-reasons h3 { + padding: 12px 56px; + padding: .75rem 3.5rem; + text-transform: uppercase; + border-radius: var(--border-radius); + margin-bottom: 6.4px; + margin-bottom: .4rem; + font-weight: 800; +} + +.text-reasons h3:nth-child(2) { + background: rgba(25, 25, 25, 0.15); + margin-left: -10%; +} + +.text-reasons h3:nth-child(3) { + background: rgba(25, 25, 25, 0.57); + font-size: 28px; + font-size: 1.75rem; + line-height: 1.5; + padding-left: 80px; + padding-left: 5rem; + margin-left: 32px; + margin-left: 2rem; +} + +.text-reasons h3:nth-child(4) { + background: var(--dark); + font-size: 36px; + font-size: 2.25rem; + padding: 8px 20px; + padding: .5rem 1.25rem; + margin-left: 15%; +} + +.text-reasons label { + font-size: 200px; + font-size: 12.5rem; + line-height: .8; + font-weight: 800; + position: absolute; + left: 0; + top: 0; +} + +.text-reasons .highlighted-word { + letter-spacing: -.025em; +} + +.text-reasons .highlighted-word:after { + bottom: -0.33em; + left: 10%; + transform: scaleY(-1); +} + +/* Strong Shadow */ +.strong-shadow { + position: relative; + display: inline-block; +} + +.strong-shadow:before { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: #494b4e; + z-index: -1; +} + +.strong-shadow.strong-shadow-top-right:before { + top: -25px; + left: 25px; + right: -25px; + bottom: 25px; +} + +.strong-shadow.rounded:before { + border-radius: 5px; +} + +/* SVG Background */ +.background-svg-style-1 { + position: absolute; + top: 31px; + width: 100vw; +} + +.background-svg-style-1 .dots { + filter: url(#shadow); +} + +.background-svg-style-1 .dots.dots-animation { + filter: url(#shadow); +} + +/* Video Open Icon */ +.video-open-icon { + display: inline-block; + width: 64px; + width: 4rem; + height: 64px; + height: 4rem; + padding: 6px; + padding: .375rem; + transition: padding .2s; + border-radius: 2rem; + background: rgba(255, 255, 255, 0.07); + position: relative; + vertical-align: middle; + margin-right: 8px; + margin-right: .5rem; + box-shadow: 0 0 40px rgba(0, 0, 0, 0.04); +} + +.video-open-icon:before { + content: ''; + display: block; + width: 100%; + height: 100%; + border-radius: 2rem; + background: var(--light); +} + +.video-open-icon:after { + content: ''; + border-left: 12px solid #08c; + border-top: 7px solid transparent; + border-bottom: 7px solid transparent; + position: absolute; + top: 50%; + left: 50%; + margin: -6px 0 0 -5px; +} + +.video-open-icon:hover { + padding: 4px; + padding: .25rem; +} + +/* Filter */ +.filter-wrapper.sticky-active { + padding: 0 58px; + position: relative; +} + +.filter-wrapper.sticky-active:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 1px; + background: rgba(0, 0, 0, 0.06); +} + +.filter-wrapper .search-form { + position: relative; + border: 2px solid #e7e7e7; + border-radius: 3rem; + display: inline-block; + margin: -10px 0; +} + +.filter-wrapper .search-form input[type="search"]::-webkit-search-decoration, +.filter-wrapper .search-form input[type="search"]::-webkit-search-cancel-button, +.filter-wrapper .search-form input[type="search"]::-webkit-search-results-button, +.filter-wrapper .search-form input[type="search"]::-webkit-search-results-decoration { + display: none; +} + +.filter-wrapper .search-form input { + padding: 12.8px 48px 12.8px 19.2px; + padding: 0.8rem 3rem 0.8rem 1.2rem; + border: none; + background-color: transparent; + font-size: 16px; + font-size: 1rem; + font-weight: 500; + letter-spacing: -0.05em; + color: var(--dark); + outline: 0; +} + +.filter-wrapper .search-form .btn { + position: absolute; + top: 53%; + right: -11.2px; + right: -0.7rem; + font-size: 19.2px; + font-size: 1.2rem; + min-width: 80px; + min-width: 5rem; + transform: translateY(-50%); + padding: 0; + background: none; + transition: color 0.3s; +} + +/* List Icons */ +.custom-list-icons-1 .custom-list-icon { + width: 28px; + height: 28px; + border-radius: 2px; + margin-right: 3px; + display: inline-block; + text-align: center; + font-weight: bold; + line-height: 28px; +} + +.custom-letter-spacing-1 { + letter-spacing: 5px; +} diff --git a/resources/assets/css/demos/demo-law-firm-2.css b/resources/assets/css/demos/demo-law-firm-2.css new file mode 100644 index 0000000..cca9379 --- /dev/null +++ b/resources/assets/css/demos/demo-law-firm-2.css @@ -0,0 +1,543 @@ +body { + font-family: 'Poppins', sans-serif; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Lora', sans-serif; +} + +.custom-box-shadow-1 { + box-shadow: 0px 0px 31px -5px rgba(0, 0, 0, 0.14) !important; +} + +.custom-box-shadow-2 { + box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07) !important; +} + +.custom-container-position-1 { + position: relative; + transform: translate3d(-50%, 0, 0); + left: 50%; +} + +.custom-container-style-1 { + min-width: 85vw; +} + +@media (min-width: 576px) { + .custom-container-style-1 { + min-width: 540px; + } +} + +@media (min-width: 768px) { + .custom-container-style-1 { + min-width: 720px; + } +} + +@media (min-width: 992px) { + .custom-container-style-1 { + min-width: 960px; + } +} + +@media (min-width: 1200px) { + .custom-container-style-1 { + min-width: 1140px; + } +} + +@media (min-width: 1440px) { + .custom-container-style-1 { + min-width: 1440px; + } +} + +.custom-font-secondary { + font-family: 'Lora', sans-serif !important; +} + +.custom-font-size-1 { + font-size: 112px; + font-size: 7rem; + line-height: 0.4; +} + +.fluid-col-lg-5 .fluid-col { + left: 50%; + width: 100vw; + transform: translate3d(-50%, 0, 0); +} + +@media (min-width: 992px) { + .fluid-col-lg-5 { + min-height: 0; + } + .fluid-col-lg-5 .fluid-col { + width: calc(44.2vw - 15px); + left: 15px; + transform: none; + } +} + +@media (max-width: 991px) { + .fluid-col-lg-5 { + min-height: 400px !important; + } +} + +.custom-read-more-link svg { + transition: ease transform 300ms; +} + +.custom-read-more-link:hover svg { + transform: translate3d(7px, 0, 0); +} + +.custom-shape-1 { + position: absolute; + top: 25px; + left: -30px; + bottom: 25px; + right: 30px; + z-index: 0; +} + +.custom-stroke-width-1 svg path { + stroke-width: 1.5 !important; +} + +/* +* Header +*/ +@media (min-width: 992px) { + #header .header-top { + border-bottom-width: 1px; + } + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + font-weight: 600; + padding: 0 1.2rem !important; + } +} + +/* +* Cards +*/ +.custom-card-style-1 .custom-read-more svg, +.custom-card-style-2 .custom-read-more svg { + transition: ease transform 300ms; +} + +.custom-card-style-1:hover .custom-read-more svg, +.custom-card-style-2:hover .custom-read-more svg { + transform: translate3d(7px, 0, 0); +} + +.custom-card-style-1 { + transition: ease transform 300ms; +} + +.custom-card-style-1 .card-title { + transition: ease color 300ms; +} + +.custom-card-style-1:hover { + transform: scale(1.03); +} + +.custom-card-style-2 .card-img-top { + padding-left: 35px; +} + +.custom-card-style-2 .card-body { + position: relative; + background: var(--light); + margin-top: -70px; + max-width: 83%; +} + +/* +* Owl Carousel +*/ +.custom-dots-style-1 .owl-dots { + margin-top: 0 !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot span { + background: transparent; + border: 1px solid var(--grey-500); + width: 12px; + height: 12px; +} + +.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span { + background: var(--grey-500); +} + +.custom-dots-style-1.dots-dark .owl-dots .owl-dot span { + border-color: var(--dark); +} + +.custom-dots-style-1.dots-dark .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-dark .owl-dots .owl-dot.active span { + background: var(--dark) !important; +} + +.custom-dots-style-1.dots-light .owl-dots .owl-dot span { + border-color: var(--light); + background: transparent; +} + +.custom-dots-style-1.dots-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-light .owl-dots .owl-dot.active span { + background: #FFF !important; +} + +.custom-carousel-style-1 { + position: relative; + overflow: hidden; +} + +.custom-carousel-style-1:before, .custom-carousel-style-1:after { + content: ''; + position: absolute; + top: 0; + width: 0; + height: 30%; + box-shadow: -10px 0px 30px 50px white; + z-index: 1; +} + +.custom-carousel-style-1:before { + left: 0; +} + +.custom-carousel-style-1:after { + right: 0; +} + +.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper { + display: inline-flex; + align-items: center; + justify-content: center; + position: relative; + width: 120px; + height: 120px; + border: 3px solid var(--grey-500); + border-radius: 100%; +} + +.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before, .custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after { + content: ''; + position: absolute; + top: 50%; + width: 85%; + border-bottom: 2px solid var(--grey-500); + transform: translate3d(0, -50%, 0); +} + +.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before { + left: calc( 100% + 25px); +} + +.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after { + right: calc( 100% + 25px); +} + +.custom-carousel-style-2 .owl-item:not(.active) { + opacity: 0; + transition: ease opacity 300ms; +} + +.custom-carousel-style-2 .owl-item.active .custom-card-style-2 .card-body { + box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07); +} + +.custom-carousel-style-2.owl-grab .owl-item:not(.active) { + opacity: 1; +} + +/* +* Accordion +*/ +.custom-accordion-style-1 > .card { + border: 0 !important; +} + +.custom-accordion-style-1 > .card .card-header a { + position: relative; + font-family: 'Poppins', sans-serif; + padding: 23px 30px; + background-color: var(--light); + transition: ease background-color 300ms, ease color 300ms; +} + +.custom-accordion-style-1 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.custom-accordion-style-1 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.custom-accordion-style-1 > .card .card-header + .collapse.show, +.custom-accordion-style-1 > .card .card-header + .collapsing { + border-top: 0; +} + +.custom-accordion-style-1 > .card + .card { + margin-top: 17px; +} + +.custom-accordion-style-1.custom-accordion-style-1-grey > .card .card-header a { + background-color: #f4f4f4; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + height: calc(1.8em + 1.75rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; + background: var(--grey-100); + border-color: var(--grey-100); + line-height: 1.5 !important; +} + +.custom-form-style-1 .form-control:focus { + border-color: var(--grey-500); +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #a9a9a9; +} + +.custom-form-style-1 select { + color: #495057; +} + +.custom-form-style-1 select option { + color: #a9a9a9; +} + +.custom-form-style-1 select option[selected] { + color: #a9a9a9; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* +* Social Icons +*/ +.custom-social-icons-style-1 li a { + font-size: 22.4px; + font-size: 1.4rem; + width: auto; + height: auto; + line-height: 1.3; +} + +.custom-social-icons-style-1 li:hover.social-icons-instagram a { + background: none !important; +} + +.custom-social-icons-style-1 li:hover.social-icons-facebook a { + background: none !important; +} + +.custom-social-icons-style-1 li:hover.social-icons-x a { + background: none !important; +} + +/* +* List +*/ +.custom-list-style-1 > li { + margin-bottom: 17px; +} + +.custom-list-style-1 > li > a { + font-size: 1.1em; + transition: ease padding 300ms; +} + +.custom-list-style-1 > li.active > a, .custom-list-style-1 > li:hover > a { + position: relative; + padding-left: 15px; +} + +.custom-list-style-1 > li.active > a:before, .custom-list-style-1 > li:hover > a:before { + content: '\f054'; + position: absolute; + left: 0; + top: 50%; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + font-size: 0.7em; + transform: translate3d(0, -50%, 0); +} + +.custom-list-style-1 > li:last-child { + margin-bottom: 0; +} + +/* +* Process +*/ +@media (min-width: 768px) { + .custom-process-style-1.process-vertical .process-step:after { + width: 3px; + height: calc(100% - 110px); + top: 97px; + left: 41px; + } + .custom-process-style-1.process-vertical .process-step-circle { + flex: 0 0 auto; + width: 85px; + height: 85px; + } + .custom-process-style-1.process-vertical .process-step-circle-content { + font-size: 1.3em; + } +} + +@media (max-width: 767px) { + .custom-process-style-1.process-vertical .process-step:after { + top: 80px; + } +} + +@media (max-width: 575px) { + .custom-process-style-1.process-vertical .process-step:after { + top: 93px; + } +} + +/* +* Custom See More Overlay +*/ +.custom-seemore-overlay { + position: relative; + overflow: hidden; +} + +.custom-seemore-overlay .custom-seemore-overlay-button { + position: absolute; + bottom: 0; + left: 0; + text-align: center; + padding: 35px 0 5px; + width: 100%; + opacity: 1; + transition: ease opacity 300ms; + z-index: 1; +} + +.custom-seemore-overlay .custom-seemore-overlay-button:before { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + background: #020024; + background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #ad9263 100%); + transition: ease background 300ms; + z-index: 1; +} + +.custom-seemore-overlay.active .custom-seemore-overlay-button { + opacity: 0; +} + +/* +* Footer +*/ +#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) { + color: #999; +} + +#footer .footer-copyright p { + color: #999; +} + +/* Skin */ +/* +* Accordion +*/ +.custom-accordion-style-1 > .card .card-header a:not(.collapsed) { + color: var(--primary) !important; +} + +.custom-accordion-style-1 > .card .card-header a:not(.collapsed):after { + color: var(--primary); +} + +.custom-accordion-style-1 > .card:hover .card-header a { + color: var(--primary) !important; +} + +.custom-accordion-style-1 > .card:hover .card-header a:after { + color: var(--primary); +} + +/* +* Background +*/ +.bg-primary-darken { + background-color: var(--primary-300) !important; +} + +/* +* Buttons +*/ +.custom-btn-primary-darken { + color: var(--primary-inverse); + background-color: var(--primary-300); +} + +.custom-btn-primary-darken.active, .custom-btn-primary-darken:focus, .custom-btn-primary-darken:hover { + color: var(--primary-inverse); + background-color: var(--primary-300); +} + +/* +* Cards +*/ +.custom-card-style-1:hover .card-title { + color: var(--primary) !important; +} + +/* +* Social Icons +*/ +.social-icons.custom-social-icons-style-1 li a { + color: var(--primary) !important; +} + +/* +* Custom See More Overlay +*/ +.custom-seemore-overlay .custom-seemore-overlay-button:before { + background: var(--primary); + background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, var(--primary) 100%); +} diff --git a/resources/assets/css/demos/demo-law-firm.css b/resources/assets/css/demos/demo-law-firm.css new file mode 100644 index 0000000..3f5619a --- /dev/null +++ b/resources/assets/css/demos/demo-law-firm.css @@ -0,0 +1,158 @@ +.custom-font-primary { + font-family: 'Poppins', Arial, sans-serif !important; +} + +.custom-font-secondary { + font-family: 'Merriweather', serif !important; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Merriweather', serif !important; +} + +.bg-color-light-grey { + background-color: #F8F8F8 !important; +} + +@media (min-width: 992px) { + #header .header-nav-bar .header-nav-main { + left: -15px; + top: -2px; + position: relative; + } + #header .header-nav-bar .header-nav-main nav > ul > li > a { + text-transform: none !important; + font-size: 0.9rem; + font-weight: 600; + } + #header .header-nav-bar .header-nav-main nav > ul > li > a:before { + height: 2px !important; + } +} + +#header .header-nav-bar { + border-top: 1px solid #e6e6e6; + padding: 3px 0; +} + +#header .header-nav-bar .simple-search { + background: #f4f4f4; + padding: 3px 0; +} + +#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-decoration, +#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-cancel-button, +#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-results-button, +#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-results-decoration { + -webkit-appearance: none; +} + +#header .simple-search { + border-radius: 4px !important; +} + +#header .simple-search .form-control { + border-radius: 4px !important; +} + +.custom-font-slider-1 { + font-size: 46px; + line-height: 46px; +} + +@media (min-width: 992px) { + .custom-font-slider-1 { + font-size: 76px; + line-height: 76px; + } +} + +.custom-font-slider-2 { + font-size: 16px; + line-height: 20px; + letter-spacing: 2px; + font-weight: 600; + margin: 0 0 5px 0; +} + +.custom-dots-modern-1 .owl-dots { + margin: 30px 0 0 60px !important; +} + +.custom-sort-source.sort-source.sort-source-style-3 { + flex-direction: column; + padding-bottom: 30px; +} + +.custom-sort-source.sort-source.sort-source-style-3 li a, .custom-sort-source.sort-source.sort-source-style-3 li.active a { + border-bottom: 1px solid #E7E7E7 !important; + border-radius: 0 !important; + text-transform: none; + font-weight: 600; +} + +.custom-sort-source.sort-source.sort-source-style-3 li a:before, .custom-sort-source.sort-source.sort-source-style-3 li.active a:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f105"; + display: inline-block; + padding-right: 7px; + position: relative; + top: 1px; +} + +.custom-sort-source.sort-source.sort-source-style-3 li:last-child a, .custom-sort-source.sort-source.sort-source-style-3 li.active:last-child a { + border-bottom: 0 !important; +} + +#footer { + background: #222; + border: 0; +} + +#footer .custom-footer-label-1 { + display: block; + margin: 0; + color: #999; + font-size: 12px; + font-size: 0.75rem; + line-height: 1.2; +} + +#footer .custom-footer-strong-1 { + display: block; + margin: 0; + color: var(--dark--200); + font-size: 14.4px; + font-size: 0.9rem; + line-height: 1.3; +} + +#footer .custom-social-icons-style-1 li a { + font-size: 22.4px; + font-size: 1.4rem; + width: auto; + height: auto; + line-height: 1.3; +} + +#footer .custom-social-icons-style-1 li:hover a { + opacity: 0.8; +} + +#footer .custom-social-icons-style-1 li:hover.social-icons-instagram a { + background: none !important; +} + +#footer .custom-social-icons-style-1 li:hover.social-icons-facebook a { + background: none !important; +} + +#footer .custom-social-icons-style-1 li:hover.social-icons-x a { + background: none !important; +} + +#footer .footer-copyright.footer-copyright-style-2 { + background: #202020; + border: 0; +} diff --git a/resources/assets/css/demos/demo-marketing-1.css b/resources/assets/css/demos/demo-marketing-1.css new file mode 100644 index 0000000..a6e1ad9 --- /dev/null +++ b/resources/assets/css/demos/demo-marketing-1.css @@ -0,0 +1,506 @@ +body { + overflow: hidden; +} + +.cursor-outer { + display: none; +} + +.cursor-inner { + width: 16px; + height: 16px; + left: 13px; + top: 14px; + background-color: var(--primary) !important; + background-image: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important; + opacity: 0.3; +} + +@media (max-width: 991px) { + .cursor-inner { + display: none !important; + opacity: 0 !important; + } +} + +.btn-modern { + padding: 17.6px 35.2px; + padding: 1.1rem 2.2rem; +} + +p, +.custom-font-secondary { + font-family: "Poppins", sans-serif !important; +} + +p { + font-size: 16px; + font-size: 1rem; + line-height: 1.7; +} + +h1, h2, h3, h4, h5, h6 { + text-transform: none; +} + +.custom-font-1 { + font-size: clamp(28px, 6.6666666667px + 0.0444444444 * 100vw, 60px); + line-height: 1.1; + font-weight: 400; + text-transform: none; +} + +.custom-font-2 { + font-size: clamp(28px, 14.6666666667px + 0.0277777778 * 100vw, 48px); + line-height: 1.1; + font-weight: 400; + text-transform: none; +} + +/* Colors */ +.custom-bg-color-1 { + background: #f7f7FF !important; +} + +.custom-border-color-1 { + border-color: #e7e7e7 !important; +} + +/* Border Radius */ +.custom-border-radius-1 { + border-radius: 10px !important; +} + +/* Body */ +.body { + font-family: "Lexend", sans-serif !important; +} + +/* Container */ +@media (min-width: 1440px) { + .container { + max-width: 1440px !important; + } +} + +/* Mark */ +.mark.mark-color:before { + height: 25%; + width: 105%; + bottom: 5%; +} + +.appear-animation .mark.mark-color:before { + width: 0%; + transition: width 2s cubic-bezier(0.55, 0, 0.1, 1); +} + +.appear-animation.animated .mark.mark-color:before { + width: 105%; +} + +/* Skew */ +.custom-skewY-1, +section.section.section-angled.section-angled-reverse .section-angled-layer-bottom { + transform: skewY(-3deg) translate3d(0, 50%, 0); + transform-style: preserve-3d; +} + +/* Position */ +.custom-pos-1 { + margin: -48px -5% 0 -5%; + margin: -3rem -5% 0 -5%; + transform: perspective(1px) rotate(-3deg); +} + +.custom-pos-1 .marquee > div { + transform-style: preserve-3d !important; + will-change: transform; +} + +.custom-pos-2 { + margin-bottom: -13%; +} + +.custom-pos-3 { + top: -16px; + top: -1rem; + left: -16px; + left: -1rem; +} + +.custom-pos-4 { + top: 0; +} + +.custom-pos-5 { + top: -48px; + top: -3rem; + left: 16px; + left: 1rem; +} + +@media (min-width: 992px) { + .custom-pos-5 { + top: -6rem; + } +} + +.custom-pos-6 { + top: -2em; +} + +@media (min-width: 992px) { + .custom-pos-6 { + top: -4em; + } +} + +.custom-pos-7 { + top: 0; +} + +.custom-pos-8 { + top: 1em; + left: -1em; +} + +@media (min-width: 1400px) { + .custom-pos-8 { + left: -2em; + } +} + +.custom-pos-9 { + top: 0; +} + +.custom-pos-10 { + top: -11em; + left: 2em; +} + +.custom-pos-11 { + top: -10em; + left: -1em; +} + +@media (min-width: 1400px) { + .custom-pos-11 { + top: -11em; + left: -6em; + } +} + +.custom-pos-12 { + top: auto !important; + left: 0; +} + +.custom-pos-13 { + margin: -96px -5% 0 -5%; + margin: -6rem -5% 0 -5%; + transform: perspective(1px) rotate(3deg); +} + +.custom-pos-13 .marquee > div { + transform-style: preserve-3d !important; + will-change: transform; +} + +/* Custom Decoration */ +.custom-decoration-1 { + background: url(../../img/demos/marketing-1/svg/generic-1.svg) no-repeat 100% 0%; + padding-right: 4%; + background-size: 12%; +} + +.custom-decoration-2 { + background: url(../../img/demos/marketing-1/svg/generic-7.svg) no-repeat 100% 0%; + padding-right: 3%; + background-size: 10%; +} + +/* Hero */ +.hero { + background: url(../../img/demos/marketing-1/backgrounds/bg-1.jpg) no-repeat 100% 0% !important; + background-color: #F7F7FF !important; +} + +.custom-hero-font-1 { + font-size: clamp(42px, 23.3333333333px + 0.0388888889 * 100vw, 70px); + line-height: 1.1; + font-weight: 400; +} + +.custom-hero-font-1 strong { + font-weight: 600; +} + +/* Heading */ +.custom-heading-1 { + opacity: 0.07; + position: absolute; + width: 100%; + top: 15%; + text-align: center; + -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); + mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); +} + +.custom-heading-1 strong { + text-transform: uppercase; + font-size: 13cqw; + line-height: 13cqw; +} + +/* Gradient */ +.custom-bg-gradient-1 { + background-color: var(--tertiary) !important; + background-image: linear-gradient(to right, var(--tertiary) 0%, var(--quaternary) 100%) !important; +} + +/* Margins */ +.custom-margin-top-1 { + margin-top: 150px; +} + +@media (max-width: 991px) { + .custom-margin-top-1 { + margin-top: 75px; + } +} + +.custom-margin-bottom-1 { + margin-bottom: 150px; +} + +@media (max-width: 991px) { + .custom-margin-bottom-1 { + margin-bottom: 75px; + } +} + +/* Elements */ +.custom-el-1 { + animation-duration: 30s; + top: -17%; +} + +.custom-el-2 { + background: url(../../img/demos/marketing-1/svg/generic-6.svg); + background-size: 40%; + background-repeat: no-repeat; + background-position: 15% 40%; +} + +.custom-el-2 .row { + min-height: 600px; + align-items: center; +} + +/* Header */ +.sticky-header-active #header .header-body { + -webkit-backdrop-filter: blur(5px); + backdrop-filter: blur(5px); + background-color: rgba(247, 247, 255, 0.9) !important; +} + +@media (min-width: 992px) { + #header .header-body { + transition: all 0.5s ease-in-out; + } + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a { + font-size: 1rem; + font-weight: 500; + letter-spacing: -0.5px; + padding: 0 1.4rem !important; + } + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a.nav-link-custom-1 { + font-weight: 600; + font-size: 1.2rem; + } + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a.nav-link-custom-1 span { + display: inline-block; + border-bottom: 2px solid var(--dark); + transition: border-color .15s ease-in-out; + } + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a.nav-link-custom-1:hover span { + border-bottom-color: var(--primary); + } + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu li a { + padding: 10px 24px 10px 24px; + font-size: 0.9rem; + } +} + +/* Box */ +.custom-box-1 { + will-change: transform; + overflow: hidden; + box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); +} + +/* Custom Section */ +.custom-section-1 { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.custom-section-1 .custom-section-1-box { + position: relative; + margin-bottom: -80px; + min-height: 70vh; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.custom-section-1 .custom-section-1-box:before { + content: ""; + background-color: rgba(255, 255, 255, 0.1) !important; + border-radius: 10px; + width: calc(100% + 40px); + height: calc(100% + 40px); + position: absolute; + z-index: -1; +} + +/* Highlight */ +.custom-word-highlight-1 img { + width: auto; + max-width: 100%; + position: absolute; + left: 10%; + margin-top: 20%; +} + +.custom-highlight-text-1 { + display: block; + margin: 5% 0 -5% 0; + font-family: "Poppins", sans-serif !important; + color: var(--dark); + font-size: clamp(80px, 26.6666666667px + 0.1111111111 * 100vw, 160px) !important; + font-weight: 600; + line-height: 1em !important; + -webkit-text-stroke-width: 3px; + letter-spacing: -0.02em; + stroke-width: 3px; + -webkit-text-stroke-color: #00000000; + stroke: #00000000; + background-color: transparent; + background-image: linear-gradient(180deg, var(--secondary) 0%, var(--dark) 80%); + -webkit-background-clip: text; + background-clip: text; +} + +/* Lists */ +.custom-list-services-1 { + color: var(--dark); +} + +.custom-list-services-1 li { + padding: 1.5em 0; + font-size: 24px; + font-size: 1.5rem; +} + +/* Gsap Content */ +.gsap-content-images img { + position: absolute; + opacity: 0; + visibility: hidden; +} + +/* Project Item */ +.custom-project-list-item-1 { + padding: 3em 0 2em; + border-bottom: 2px solid var(--grey-200); + position: relative; +} + +.custom-project-list-item-1 .custom-project-list-item-num-1 { + font-size: 22.4px; + font-size: 1.4rem; + letter-spacing: -0.03em; + font-weight: 500; + transition: ease all 300ms; + opacity: 0; + display: inline-block; + transform: translate3d(0, 100%, 0); +} + +.custom-project-list-item-1 .custom-project-list-item-type-1 { + font-size: 22.4px; + font-size: 1.4rem; + letter-spacing: -0.03em; + font-weight: 500; + transition: ease all 300ms; + opacity: 0; + display: inline-block; + transform: translate3d(0, -100%, 0); +} + +.custom-project-list-item-1:hover .custom-project-list-item-num-1 { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.custom-project-list-item-1:hover .custom-project-list-item-type-1 { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.thumb-info-floating-element { + z-index: 1; +} + +/* Owl Carousel */ +.custom-owl-carousel-1 .owl-prev { + display: none !important; +} + +.custom-owl-carousel-1 .owl-next { + background-color: #FFF !important; + color: var(--dark) !important; + box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45); + border-color: #e7e7e7 !important; +} + +/* Footer */ +#footer a:not(.btn):not(.no-footer-css) { + color: #FFF; +} + +#footer .btn-social { + min-width: 190px; +} + +#footer .btn-social:not(:hover):not(:active) { + background-color: #000; +} + +@media (max-width: 991px) { + #footer .cascading-images-wrapper { + padding: 4rem 8rem 0 !important; + position: relative; + left: -10%; + } +} + +/* Overlay */ +.overlay-gradient-bottom-content:before { + opacity: 0.3 !important; +} + +/* Thumb Info */ +.custom-thumb-info.thumb-info.thumb-info-show-button-hover .thumb-info-title { + transform: translate3d(0, 50px, 0); +} + +.custom-thumb-info.thumb-info.thumb-info-show-button-hover:hover .thumb-info-title { + transform: translate3d(0, 0px, 0); +} diff --git a/resources/assets/css/demos/demo-medical-2.css b/resources/assets/css/demos/demo-medical-2.css new file mode 100644 index 0000000..735df08 --- /dev/null +++ b/resources/assets/css/demos/demo-medical-2.css @@ -0,0 +1,635 @@ +body { + font-family: "Poppins", sans-serif; +} + +/* +* Container +*/ +@media (min-width: 1240px) { + .container { + max-width: 1240px !important; + } +} + +/* +* Header +*/ +.header-top { + border-bottom: 1px solid var(--grey-100) !important; +} + +.header-top .header-top-phone { + font-size: 16px !important; + padding: 6px 40px 6px 0 !important; +} + +.header-top .header-top-phone img { + margin-right: 7px; +} + +.header-top .header-top-email, +.header-top .header-top-opening-hours { + font-size: 12px !important; + letter-spacing: -0.3px; +} + +.header-top .header-top-email i, +.header-top .header-top-opening-hours i { + margin-right: 6px !important; +} + +.header-top .header-top-email { + margin-right: 15px; +} + +@media (max-width: 1199px) { + .header-top .nav-item-header-top-socials { + width: 100%; + } +} + +.header-top .nav-item-header-top-socials .header-top-socials ul li { + margin-right: 30px; +} + +.header-top .nav-item-header-top-socials .header-top-socials ul li i { + font-size: 15px !important; +} + +.header-top .header-top-button-make-as-appoitment { + width: 195px; +} + +.header-top .header-top-button-make-as-appoitment a { + font-size: 12px; +} + +/* +* Header Container +*/ +.header-container .header-nav .nav li > a { + text-transform: none !important; + font-size: 14px !important; +} + +.header-container .header-nav .nav li .dropdown-menu a { + font-size: 0.8em !important; +} + +.header-container .header-nav .nav li:hover > a { + background: #fff !important; +} + +.header-container .header-nav .nav li:hover > a:before { + border-bottom: 0 !important; +} + +.header-container .header-nav .nav li:hover > a + ul.dropdown-menu { + border-top: 0 !important; + margin-top: -5px !important; +} + +/* +* Header Search +*/ +.header-column-search { + flex-grow: 0.14 !important; +} + +@media (max-width: 1199px) { + .header-column-search { + flex-grow: 0.3 !important; + } +} + +@media (max-width: 991px) { + .header-column-search { + order: 2; + flex-grow: 0.1 !important; + width: 100%; + padding-right: 15px; + } +} + +@media (max-width: 991px) { + .header-column-logo { + order: 1; + } +} + +@media (max-width: 991px) { + .header-column-nav-menu { + order: 3; + flex-grow: 0.1 !important; + } +} + +.header-nav-features { + padding: 0 !important; + margin: 0 !important; +} + +.header-nav-features:not(.header-nav-features-no-border):before { + display: none !important; +} + +/* +* Carousel Slider +*/ +.custom-dots-style-1 .owl-dots .owl-dot { + background: transparent; + border-radius: 100%; + width: 20px; + height: 20px; + display: inline-flex; + align-items: center; + justify-content: center; + border: 2px solid #212121; +} + +.custom-dots-style-1 .owl-dots .owl-dot > span { + background: transparent !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active > span { + background: #212121 !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot { + margin-left: 6px !important; +} + +/* +* Cards +*/ +.custom-cards { + position: relative; + min-height: 300px; +} + +@media (max-width: 1199px) { + .custom-cards { + height: auto; + } +} + +.custom-cards .cards-container { + position: absolute; + top: -70%; + left: 0; +} + +@media (max-width: 1199px) { + .custom-cards .cards-container { + position: static; + } +} + +.custom-cards .cards-container .card { + min-height: 420px; +} + +.custom-cards .cards-container .card .card-body { + padding: 50px; +} + +.custom-cards .cards-container .card .card-body img { + padding-bottom: 20px; +} + +.custom-cards .cards-container .card .card-body .card-title { + font-size: 24px; +} + +.custom-cards .cards-container .card .card-body .card-text, +.custom-cards .cards-container .card .card-body .card-title { + margin: 0; +} + +/* +* Custom List Icons +*/ +.custom-list-icons li { + line-height: 35px !important; + padding-left: 52px !important; +} + +.custom-list-icons li i { + border-color: var(--grey) !important; + width: 40px !important; + height: 40px !important; + line-height: 33px !important; + top: 0 !important; +} + +.custom-list-icons:first-child li { + padding-right: 60px !important; +} + +/* +* Custom Carousel +*/ +.custom-owl-carousel .owl-next:before { + content: "\f061" !important; + color: var(--dark) !important; + font-size: 20px !important; +} + +.custom-owl-carousel .owl-prev:before { + content: "\f060" !important; + color: var(--dark) !important; + font-size: 20px !important; +} + +.custom-owl-carousel .owl-carousel .owl-nav { + top: 40%; +} + +/* +* About Me +*/ +.more-about { + background-color: var(--light); + background-position-y: center; + background-repeat: no-repeat; + background-size: contain; + height: auto; + position: relative; + overflow: hidden; + margin-bottom: 70px; +} + +@media (max-width: 991px) { + .more-about { + padding-top: 70%; + position: static; + background-size: 100%; + background-position: 0 0; + background-color: var(--light); + margin-bottom: 0; + overflow: auto; + } +} + +@media (min-width: 992px) { + .more-about .col-cuttin-more-about:before { + content: ''; + position: absolute; + top: -35%; + right: -90%; + width: 100%; + height: 100%; + background: var(--light); + z-index: 0; + transform: rotate(75deg); + } + .more-about .col-cuttin-more-about:after { + content: ''; + position: absolute; + top: 35%; + right: -90%; + width: 100%; + height: 100%; + background: var(--light); + z-index: 0; + transform: rotate(-75deg); + } +} + +@media (min-width: 992px) and (max-width: 1200px) { + .more-about { + background-size: 130%; + } + .more-about .col-cuttin-more-about:before { + right: -127%; + top: -38%; + } + .more-about .col-cuttin-more-about:after { + right: -127%; + top: 38%; + } +} + +/* +* Patient Reviews +*/ +.patient-reviews { + background-position: right; + background-repeat: no-repeat; + background-color: var(--light); + background-size: contain; + height: auto; + position: relative; + overflow: hidden; +} + +@media (max-width: 1199px) { + .patient-reviews { + padding-top: 51%; + position: static; + background-size: 100%; + background-position: 0 0; + background-color: var(--light); + margin-bottom: 0; + overflow: auto; + } +} + +@media (min-width: 1200px) { + .patient-reviews .col-cutting-patient-reviews:before { + content: ''; + position: absolute; + top: -50%; + left: -68%; + width: 100%; + height: 100%; + background: var(--light); + z-index: 0; + transform: rotate(-70deg); + } + .patient-reviews .col-cutting-patient-reviews:after { + content: ''; + position: absolute; + top: 50%; + left: -68%; + width: 100%; + height: 100%; + background: var(--light); + z-index: 0; + transform: rotate(70deg); + } +} + +@media (max-width: 991px) { + .patient-reviews { + padding-top: 54%; + } +} + +.patient-reviews section.section { + padding: 90px 0 !important; +} + +@media (max-width: 1199px) { + .patient-reviews section.section { + padding: 30px 0 70px !important; + } +} + +.patient-reviews section.section .owl-carousel .owl-nav { + top: 19%; +} + +.patient-reviews section.section p.lead { + font-size: 14px; +} + +.patient-reviews section.section h4.review-signature { + font-size: 18px; +} + +.patient-reviews .owl-stage-outer .owl-item { + padding: 0 60px; +} + +.patient-reviews .owl-next { + transform: none !important; +} + +.patient-reviews .owl-next:before { + content: "\f060" !important; + color: var(--dark) !important; + font-family: 'Font Awesome 6 Free' !important; + font-weight: 900 !important; + font-size: 20px !important; + left: 1px !important; + top: -1px !important; + border: none !important; + position: static !important; + transform: none !important; +} + +.patient-reviews .owl-next:after { + display: none !important; +} + +.patient-reviews .owl-prev { + transform: none !important; +} + +.patient-reviews .owl-prev:before { + content: "\f060" !important; + color: var(--dark) !important; + font-family: 'Font Awesome 6 Free' !important; + font-weight: 900 !important; + font-size: 20px !important; + left: 1px !important; + top: -1px !important; + border: none !important; + position: static !important; + transform: none !important; +} + +.patient-reviews .owl-prev:after { + display: none !important; +} + +.patient-reviews .review-quotes { + left: 0; + width: 10%; +} + +.patient-reviews .review-quotes + .lead { + width: 90%; +} + +/* +* Medical Services +*/ +.medical-services { + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; +} + +.medical-services .cards-medical-services { + margin-bottom: 32px; +} + +.medical-services .cards-medical-services .card { + margin-bottom: 30px; +} + +.medical-services .section-funnel-layer-bottom { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + padding: 96px 0; + padding: 6rem 0; + transform: translate3d(0, 99%, 0); + z-index: 20; +} + +@media (max-width: 1199px) { + .medical-services .section-funnel-layer-bottom { + display: none; + } +} + +.medical-services .section-funnel-layer-bottom .section-funnel-layer:nth-child(1) { + transform: skewY(-4.7deg); + position: absolute; + top: 0; + left: -50%; + width: 100%; + height: 100%; + z-index: 6; +} + +.medical-services .section-funnel-layer-bottom .section-funnel-layer:nth-child(2) { + transform: skewY(-175.3deg); + position: absolute; + top: 0; + left: 50%; + width: 100%; + height: 100%; + z-index: 6; +} + +/* +* Google Maps +*/ +#googlemaps { + min-height: 480px; +} + +/* +* Contact Form +*/ +.custom-form-style-1 .form-control { + border: 0; + padding: 19.2px; + padding: 1.2rem; + box-shadow: none !important; + height: auto; + background: var(--grey-100) !important; +} + +/* +* Footer Top Info +*/ +.footer-top-info { + margin-bottom: -1px; +} + +.footer-top-info .footer-top-info-detail { + position: relative; + width: 100%; + padding-right: 190px; +} + +@media (max-width: 991px) { + .footer-top-info .footer-top-info-detail { + margin: 15px; + } +} + +@media (max-width: 575px) { + .footer-top-info .footer-top-info-detail { + margin: 0; + margin-left: -10px; + } +} + +.footer-top-info .footer-top-info-desc { + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} + +.footer-top-info .btn-footer-top-info { + width: 180px; + height: 55px; + line-height: 51px; + position: absolute; + right: 20px; +} + +.footer-top-info .btn-footer-top-info:hover { + border-color: var(--light) !important; +} + +@media (max-width: 991px) { + .footer-top-info .btn-footer-top-info { + margin-right: 15px; + } +} + +@media (max-width: 575px) { + .footer-top-info .btn-footer-top-info { + margin-right: -5px; + } +} + +/* +* Footer +*/ +#footer .custom-info .custom-info-block span { + display: block; + font-size: 14px; +} + +#footer .custom-info .custom-info-block span.title-custom-info-block { + letter-spacing: -0.35px; +} + +#footer .custom-info .custom-info-block span.text-custom-info-block { + letter-spacing: -0.35px; +} + +#footer .nav-footer > ul { + padding: 0; +} + +#footer .nav-footer > ul li { + list-style: none; +} + +#footer .social-icons li { + margin: -1px 13px 0 0; +} + +#footer .social-icons li a { + width: 38px; + height: 38px; + line-height: 41px; +} + +#footer .social-icons li:hover a { + color: var(--dark--200) !important; +} + +#footer .footer-copyright { + border-top: 1px solid rgba(225, 225, 225, 0.1); +} + +#footer .footer-column-opening-hours .custom-info { + padding: 15px 0; + border-bottom: 1px solid rgba(225, 225, 225, 0.1); +} + +/* Skin */ +.border-color-active-primary:active { + border-color: var(--primary) !important; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a { + color: var(--primary) !important; + } +} diff --git a/resources/assets/css/demos/demo-medical.css b/resources/assets/css/demos/demo-medical.css new file mode 100644 index 0000000..9eee449 --- /dev/null +++ b/resources/assets/css/demos/demo-medical.css @@ -0,0 +1,497 @@ +.box-shadow-custom { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33); +} + +.custom-button { + border-radius: 30px !important; + padding: 10px 30px; +} + +.custom-border-bottom-1 { + border-bottom: 1px solid #FFF; + padding-bottom: 3px; +} + +.rev_slider .slotholder:after { + width: 100%; + height: 100%; + content: ""; + position: absolute; + left: 0; + top: 0; + pointer-events: none; + background: rgba(0, 0, 0, 0.25); +} + +.custom-dots-style-1 .owl-dots .owl-dot { + background: rgba(255, 255, 255, 0.2); + border-radius: 100%; + width: 20px; + height: 20px; + display: flex; + align-items: center; + justify-content: center; + border: 2px solid rgba(255, 255, 255, 0.7); +} + +.custom-dots-style-1 .owl-dots .owl-dot > span { + background: transparent !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active > span { + background: #FFF !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot { + margin-top: 6px !important; +} + +.medical-schedules { + margin: -47px 0 0 0; +} + +.medical-schedules h4 { + line-height: 23px; + padding-top: 4px; +} + +.medical-schedules h4, .medical-schedules h5, .medical-schedules a, .medical-schedules i { + color: var(--light) !important; +} + +.medical-schedules h5 { + position: relative; + display: inline-block; +} + +.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four { + cursor: pointer; + height: 94px; + position: relative; + animation-duration: 0.6s; +} + +.medical-schedules .box-one { + z-index: 4; +} + +.medical-schedules .box-two { + z-index: 3; +} + +.medical-schedules .box-three { + z-index: 2; +} + +.medical-schedules .box-three:hover { + z-index: 10; +} + +.medical-schedules .box-four { + z-index: 1; +} + +.medical-schedules .box-one::after { + content: ''; + display: block; + position: absolute; + top: 0; + right: -40px; + width: 0; + height: 0; + border-top: 47px solid transparent; + border-bottom: 47px solid transparent; + border-left: 40px solid #008fe2; + z-index: 5; +} + +.medical-schedules .box-two, .medical-schedules .box-three { + padding: 38px 38px 38px 70px; +} + +.medical-schedules .box-two a, .medical-schedules .box-three a { + text-decoration: none; +} + +.medical-schedules .box-two:hover .expanded-info, .medical-schedules .box-three:hover .expanded-info { + opacity: 1; + z-index: 1; +} + +.medical-schedules .box-two:hover .expanded-info .info, .medical-schedules .box-three:hover .expanded-info .info { + opacity: 1; + transform: translateY(0%); +} + +.medical-schedules .box-two:hover i, .medical-schedules .box-three:hover i { + transition: all 0.3s ease; +} + +.medical-schedules .box-two .expanded-info, .medical-schedules .box-three .expanded-info { + opacity: 0; + position: absolute; + left: 0; + bottom: 99%; + width: 100%; + box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2); + z-index: -1; + transition: all 0.3s ease; +} + +.medical-schedules .box-two .expanded-info .info, .medical-schedules .box-three .expanded-info .info { + opacity: 0; + transform: translateY(-40%); +} + +.medical-schedules .box-two .expanded-info .info:nth-child(1), .medical-schedules .box-three .expanded-info .info:nth-child(1) { + transition: all 0.3s ease 0.4s; +} + +.medical-schedules .box-two .expanded-info .info:nth-child(2), .medical-schedules .box-three .expanded-info .info:nth-child(2) { + transition: all 0.3s ease 0.5s; +} + +.medical-schedules .box-two .expanded-info .info:nth-child(3), .medical-schedules .box-three .expanded-info .info:nth-child(3) { + transition: all 0.3s ease 0.6s; +} + +.medical-schedules .box-two i, .medical-schedules .box-three i { + position: absolute; + top: 50%; + right: -30px; + font-size: 1.44em; + transition: all 0.3s ease; +} + +.medical-schedules .box-two:hover i { + transform: translateY(-50%) translateX(50%); +} + +.medical-schedules .box-two i { + transform: translateY(-50%) translateX(0%); +} + +.medical-schedules .box-three:hover i { + transform: translateY(-50%) rotate(-90deg); +} + +.medical-schedules .box-three i { + transform: translateY(-50%) rotate(0deg); +} + +.medical-schedules .box-four label { + display: block; + margin: -3px 0 0; + opacity: 0.5; +} + +.medical-schedules .box-four strong { + font-size: 1.6em; +} + +.medical-schedules .box-four .feature-box { + padding: 23.7px; +} + +.medical-schedules .box-four .feature-box-icon { + margin-top: 5px; +} + +@media (max-width: 991px) { + .medical-schedules h4 { + margin-top: 10px !important; + } + .medical-schedules .box-one::after { + content: none; + } + .medical-schedules .box-two, .medical-schedules .box-three { + padding: 38px 38px 38px 38px; + } +} + +.custom-info span:nth-child(1) { + display: inline-block; + color: #90c9ea; + min-width: 68px; + margin-right: 10px; +} + +.custom-info span:nth-child(1)::after { + content: ':'; + display: block; + float: right; + color: var(--light); +} + +.custom-info span:nth-child(2) { + color: var(--light); +} + +.feature-box.feature-box-style-2 .feature-box-icon { + top: 3px; +} + +.team .thumb-info:hover .thumb-info-caption { + background: #008fe2; +} + +.team .thumb-info:hover .thumb-info-caption span, .team .thumb-info:hover .thumb-info-caption i { + color: var(--light) !important; +} + +.team .thumb-info .thumb-info-caption { + position: relative; + padding: 10px 0; + display: block; + background: var(--light); + transition: all 0.3s ease; +} + +.team .thumb-info .thumb-info-caption .custom-thumb-info-title span { + display: block; +} + +.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(1) { + color: #8e8e8e; +} + +.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(2) { + color: #28292d; +} + +.team .thumb-info .thumb-info-caption .custom-thumb-info-title i { + position: absolute; + top: 50%; + right: 20px; + font-size: 1.9em !important; + color: #28292d; + transform: translateY(-50%); +} + +.team .owl-carousel.nav-bottom .owl-nav { + position: absolute; + top: -60px; + right: 10px; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-prev, .team .owl-carousel.nav-bottom .owl-nav button.owl-next { + border: none !important; + font-size: 2em; + padding: 0; + width: auto; + height: auto; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-prev:active, .team .owl-carousel.nav-bottom .owl-nav button.owl-next:active { + background-color: none; + border-color: transparent; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-prev { + color: #0092e3; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-prev::before { + font-family: simple-line-icons; + content: "\e07a"; + font-size: 28.8px; + font-size: 1.8rem; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-next { + color: #2d529f; +} + +.team .owl-carousel.nav-bottom .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e079"; + font-size: 28.8px; + font-size: 1.8rem; +} + +.thumb-info-side-image-custom { + border: 0 none; + color: var(--default); + margin: 0 0 35px; + transition: all 0.3s ease; +} + +.thumb-info-side-image-custom .thumb-info-side-image-wrapper { + padding: 0; + margin-right: 30px; +} + +.thumb-info-side-image-custom .thumb-info-caption { + text-align: left; +} + +.thumb-info-side-image-custom .thumb-info-caption h4 { + margin: 30px 0 0; + padding: 0; +} + +.thumb-info-side-image-custom .thumb-info-caption p { + margin: 0; + padding: 0; + font-size: 15px; + line-height: 24px; +} + +.thumb-info-side-image-custom:hover { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important; +} + +.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper { + margin: 0 0 10px 0; + padding: 0; +} + +.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption { + padding: 0 10px; + display: block; + clear: both; +} + +.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 { + margin: 3px 0 0; + padding: 0; +} + +.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p { + margin: 0; + padding: 0; +} + +@media (max-width: 767px) { + .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper { + width: 100%; + } +} + +.content-grid .content-grid-item { + min-height: 150px; + border: 1px solid #e4e4e4; + border-left: none; +} + +.content-grid .content-grid-item:first-child { + border-left: 1px solid #e4e4e4; +} + +.content-grid .content-grid-item::before, .content-grid .content-grid-item::after { + content: none; +} + +@media (max-width: 991px) { + .content-grid .content-grid-item:nth-child(4) { + border-left: 1px solid #e4e4e4; + } + .content-grid .content-grid-item:nth-child(4), .content-grid .content-grid-item:nth-child(5), .content-grid .content-grid-item:nth-child(6) { + border-top: 0; + } +} + +@media (max-width: 767px) { + .content-grid .content-grid-item { + border-top: 0; + border-left: 1px solid #e4e4e4; + } + .content-grid .content-grid-item:first-child { + border-top: 1px solid #e4e4e4; + } +} + +.testimonial .testimonial-quote { + display: inline-block; + position: relative; + color: var(--light); + font-size: 50px; + line-height: 1; + font-family: Georgia, serif; +} + +.testimonial .testimonial-quote::before { + content: ''; + display: block; + position: absolute; + top: 25%; + left: 50%; + border: 1px solid #fff; + border-radius: 100%; + padding: 25px; + transform: translateX(-50%) translateY(-50%); +} + +.testimonial blockquote::before, .testimonial blockquote::after { + color: var(--light) !important; + font-size: 40px !important; +} + +.testimonial blockquote p { + color: var(--light) !important; + font-family: "Poppins", Arial, sans-serif; + font-size: 15px; + line-height: 1.6; +} + +.testimonial .testimonial-author p strong { + position: relative; + display: inline-block; + color: var(--light) !important; +} + +.testimonial .testimonial-author p strong::before { + content: ''; + display: block; + position: absolute; + width: 35%; + top: -21px; + left: 50%; + border-top: 2px solid #80c9f2; + transform: translateX(-50%) translateY(-50%); +} + +#footer { + background: #34383d; + border: none; +} + +#footer p, #footer a, #footer strong { + color: #95989c; +} + +#footer a strong { + display: block; + font-size: 30px; + line-height: 1; +} + +#footer a label { + color: var(--light) !important; +} + +#footer .custom-info span:nth-child(1) { + color: #95989c; +} + +#footer .footer-copyright { + background: #34383d; + border-top: 1px solid #53585e; +} + +#footer .footer-copyright p { + color: #95989c; +} + +.social-icons li { + border-radius: 0; + box-shadow: none; +} + +.social-icons li:hover a { + opacity: 0.8; +} + +.social-icons li a { + border-radius: 0; +} diff --git a/resources/assets/css/demos/demo-one-page-agency.css b/resources/assets/css/demos/demo-one-page-agency.css new file mode 100644 index 0000000..ceb1b64 --- /dev/null +++ b/resources/assets/css/demos/demo-one-page-agency.css @@ -0,0 +1,286 @@ +/* +* RTL +*/ +/* +* General +*/ +.custom-font-secondary { + font-family: "Lora", serif !important; +} + +.custom-highlight-text-1 { + position: absolute; + right: -64px; + bottom: -41px; + font-size: 36.8px; + font-size: 2.3rem; + transform: rotate(-15deg); +} + +.custom-border-radius-1 { + border-radius: 7px; +} + +.custom-container-style-3 { + min-width: 85vw; +} + +@media (min-width: 576px) { + .custom-container-style-3 { + min-width: 540px; + } +} + +@media (min-width: 768px) { + .custom-container-style-3 { + min-width: 720px; + } +} + +@media (min-width: 992px) { + .custom-container-style-3 { + min-width: 960px; + } +} + +@media (min-width: 1200px) { + .custom-container-style-3 { + min-width: 1140px; + } +} + +.custom-container-position-1 { + position: relative; + transform: translate3d(-50%, 0, 0); + left: 50%; +} + +/* +* Buttons +*/ +@keyframes toBottomFromTop { + 49% { + transform: translate3d(0, 100%, 0) scale(1); + } + 50% { + opacity: 0; + transform: translate3d(0, -100%, 0) scale(1); + } + 51% { + opacity: 1; + } +} + +.custom-btn-effect-1:hover > .animated-icon, +.custom-btn-effect-1:hover > img, +.custom-btn-effect-1:hover > i, +.custom-link-effect-1:hover > .animated-icon, +.custom-link-effect-1:hover > img, +.custom-link-effect-1:hover > i { + animation: toBottomFromTop 0.3s forwards; +} + +/* +* Main +*/ +.main { + margin-top: -78px; +} + +/* +* Header +*/ +#header { + position: relative; + width: 100%; + top: calc(100vh - 78px); + left: 0; + height: 78px; +} + +#header .header-btn-collapse-nav { + margin-top: 4px; +} + +#header .container { + width: 100%; +} + +#header .header-body { + background: transparent; + border-top: 0; + border-bottom: 0; + min-height: 0; +} + +#header .header-container { + min-height: 78px; +} + +#header .header-nav { + padding: 0; +} + +#header .header-nav-main:before { + content: none; +} + +#header .header-nav-main nav > ul > li > a { + position: relative; + background: transparent !important; + font-size: 13.6px; + font-size: 0.85rem; + font-weight: 600; + letter-spacing: 0; + color: var(--light) !important; + transition: ease color 300ms; +} + +@media (min-width: 992px) and (max-width: 1060px) { + #header .header-nav-main nav > ul > li > a { + padding: 27px 7px; + } +} + +@media (min-width: 1061px) and (max-width: 1199px) { + #header .header-nav-main nav > ul > li > a { + padding: 27px 10px; + } +} + +@media (min-width: 1200px) { + #header .header-nav-main nav > ul > li > a { + padding: 27px 16px; + } +} + +#header .header-nav-main nav > ul > li > a.active:before { + content: ''; + display: block; + position: absolute; + left: 0; + bottom: 0; + border-bottom: 3px solid var(--grey-500); + width: 100%; +} + +@media (max-width: 991px) { + #header .header-nav-main nav > ul > li > a.active:before { + bottom: 0; + border-width: 2px; + } +} + +#header .header-nav-main nav > ul li { + border-bottom: 0; +} + +html.sticky-header-active #header .header-body { + top: 0; + background: var(--quaternary); + border-bottom-color: var(--quaternary); +} + +@media (max-width: 991px) { + html:not(.sticky-header-active) #header .header-body { + background: var(--quaternary); + border-bottom-color: var(--quaternary); + } +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + height: 100%; + } + #header .header-nav-main nav > ul > li > a.active { + color: var(--grey-500) !important; + } + #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a { + color: var(--primary) !important; + } +} + +/* +* Owl Carousel +*/ +.custom-dots-style-1 .owl-dots { + bottom: 55px !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot { + transition: ease transform 300ms; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover { + transform: scale(1.3); +} + +.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot { + margin-left: 4px; +} + +/* +* Testimonials +*/ +.custom-testimonial-style-1 blockquote > p { + font-family: "Lora", sans-serif !important; +} + +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after { + font-family: "Lora", sans-serif; + font-weight: bold; + color: #212121; +} + +/* +* Sort +*/ +.sort-destination-loader.sort-destination-loader-showing { + max-height: none; +} + +/* Skin */ +/* +* Buttons +*/ +.btn.custom-btn-style-1 { + border: 1px solid var(--quaternary-rgba-20); +} + +.btn.custom-btn-style-1:hover { + background: var(--quaternary-rgba-10); +} + +.btn.custom-btn-style-1._color-2 { + border: 1px solid var(--secondary-rgba-50); +} + +.btn.custom-btn-style-1._color-2:hover { + background: var(--secondary-rgba-40); +} + +/* +* Header +*/ +#header .header-nav-main nav > ul > li > a.active { + color: var(--primary) !important; +} + +#header .header-nav-main nav > ul > li > a.active:before { + border-color: var(--primary); +} + +#header .header-nav-main nav > ul > li:hover > a.active, #header .header-nav-main nav > ul > li.open > a.active { + color: var(--primary) !important; +} + +#header .header-nav-main nav > ul > li:hover > a.active:before, #header .header-nav-main nav > ul > li.open > a.active:before { + border-color: var(--primary); +} + +/* +* Thumb Info +*/ +.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after { + background-color: var(--primary-rgba-80); +} diff --git a/resources/assets/css/demos/demo-personal-portfolio-1.css b/resources/assets/css/demos/demo-personal-portfolio-1.css new file mode 100644 index 0000000..208313d --- /dev/null +++ b/resources/assets/css/demos/demo-personal-portfolio-1.css @@ -0,0 +1,234 @@ +.custom-font-1 { + font-family: 'Cormorant', serif !important; +} + +h1 { + font-family: 'Cormorant', serif !important; +} + +h1 { + line-height: 100%; + letter-spacing: 0; +} + +h3 { + font-size: 1.1em; + font-weight: 500; + letter-spacing: 0; + color: var(--primary); + padding-left: 90px; + position: relative; +} + +h3:before { + content: ''; + position: absolute; + width: 80px; + height: 1px; + top: 50%; + left: 0; + display: block; + background-color: var(--primary); +} + +h3.short { + padding-left: 50px; +} + +h3.short:before { + width: 40px; +} + +@media (min-width: 1024px) { + h1 { + font-size: 4vw; + } +} + +@keyframes blinker { + 50% { + opacity: 0.4; + } +} + +.custom-list-1 li { + line-height: 32px; +} + +.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body { + background: var(--dark); +} + +html.side-header-overlay-full-screen #header { + background: var(--dark); +} + +.custom-available-bullet { + padding-left: 18px; + position: relative; +} + +.custom-available-bullet:before { + animation: blinker 1s linear infinite; + content: ''; + position: absolute; + width: 12px; + height: 12px; + top: 3px; + left: 0; + display: block; + border-radius: 100%; + background-color: #39b54a; +} + +.custom-circle-section-1 { + z-index: 100; + position: relative; +} + +.custom-curved-text-1 { + max-width: 130px; + left: 0 !important; + top: auto !important; + bottom: 0 !important; + background: var(--light); + border-radius: 50%; +} + +.custom-curved-text-1 svg { + position: relative; + left: 4px; + top: 1px; + margin: 2px; +} + +.custom-curved-text-2 { + max-width: 130px; + margin: 50px; + background: var(--dark--100); + border-radius: 50%; +} + +.custom-curved-text-2 svg { + position: relative; + left: 4px; + top: 1px; + margin: 2px; +} + +.horizontal-scroller-wrapper { + z-index: 100; + position: relative; +} + +@media (max-width: 992px) { + .horizontal-scroller-scroll { + height: 100vh; + } + .horizontal-scroller-scroll .horizontal-scroller-item { + height: auto; + } +} + +.horizontal-scroller-image { + max-height: 90vh; + padding-top: 0; +} + +.custom-date-1 { + padding-left: 50px; + position: relative; +} + +.custom-date-1:before { + content: ''; + position: absolute; + width: 40px; + height: 1px; + top: 50%; + left: 0; + display: block; + background-color: var(--dark); +} + +.spotlight-cursor-text { + position: relative; + height: 100vh; + width: 100vw; + overflow: hidden; +} + +.spotlight-cursor-text .shape { + will-change: transform; + position: absolute; + border-radius: 50%; +} + +.spotlight-cursor-text .shape.shape-1 { + background: #1EA6EA; + width: 650px; + height: 650px; + margin: -325px 0 0 -325px; +} + +.spotlight-cursor-text .shape.shape-2 { + background: #3CC4FF; + width: 440px; + height: 440px; + margin: -220px 0 0 -220px; +} + +.spotlight-cursor-text .shape.shape-3 { + background: #5AE2FF; + width: 270px; + height: 270px; + margin: -135px 0 0 -135px; +} + +.spotlight-cursor-text .content { + top: 0; + left: 0; + position: absolute; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + width: 100vw; + background: var(--light); + mix-blend-mode: screen; +} + +.spotlight-cursor-text .title { + font-size: 200px; + line-height: 200px; + letter-spacing: 0; + font-weight: bolder; + color: var(--dark); + margin: 0; + text-align: center; +} + +@media (max-width: 1200px) { + .spotlight-cursor-text .title { + font-size: 75px; + line-height: 75px; + } +} + +.spotlight-cursor-text .overlay:before { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; +} + +.spotlight-cursor-text .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; +} + +.contact-info { + padding-top: 100px; +} diff --git a/resources/assets/css/demos/demo-personal-portfolio-2.css b/resources/assets/css/demos/demo-personal-portfolio-2.css new file mode 100644 index 0000000..77a6267 --- /dev/null +++ b/resources/assets/css/demos/demo-personal-portfolio-2.css @@ -0,0 +1,110 @@ +.custom-perspective { + perspective: 1000px; +} + +.custom-available-bullet { + padding-left: 18px; + position: relative; +} + +.custom-available-bullet:before { + animation: blinker 1s linear infinite; + content: ''; + position: absolute; + width: 12px; + height: 12px; + top: 3px; + left: 0; + display: block; + border-radius: 100%; + background-color: #39b54a; +} + +@keyframes blinker { + 50% { + opacity: 0.4; + } +} + +.custom-hero-font-1 { + font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + text-transform: uppercase; +} + +.custom-border-bottom-1 { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +.custom-border-bottom-2 { + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +.custom-hero-text-1 { + padding: 0 0 0 15px; + display: block; + max-width: 430px; + font-size: 20.8px; + font-size: 1.3rem; + line-height: 1.7; + margin: 0; +} + +@media (max-width: 1200px) { + .custom-hero-text-1 { + font-size: 1rem; + } +} + +@media (max-width: 991px) { + .custom-hero-text-1 { + max-width: 95%; + } +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 1.5px; + -webkit-text-stroke-color: var(--dark); + white-space: nowrap; +} + +.custom-stroke-text-effect-2 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 1px; + -webkit-text-stroke-color: var(--light); + white-space: nowrap; +} + +.custom-hero-img-1 { + max-width: 100px; + max-height: 100px; + margin: 15px; +} + +.custom-footer-font-1 { + font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300))); + text-transform: uppercase; +} + +.custom-footer-font-1 em { + padding: 0 40px; + border-radius: 20px; + font-style: normal; + zoom: 0.52; + position: relative; + top: -40px; +} + +.custom-footer-img-1 { + max-width: 100px; + max-height: 100px; + margin: 15px; +} + +@media (max-width: 991px) { + .custom-disable-scroll-mobile-1 { + transform: none !important; + } +} diff --git a/resources/assets/css/demos/demo-personal-portfolio-3.css b/resources/assets/css/demos/demo-personal-portfolio-3.css new file mode 100644 index 0000000..f56fa79 --- /dev/null +++ b/resources/assets/css/demos/demo-personal-portfolio-3.css @@ -0,0 +1,152 @@ +h1, h2, h3, h4, h5, h6 { + color: var(--light); + text-transform: none; +} + +h4 { + text-transform: uppercase; + font-weight: 500; + letter-spacing: 3px; + opacity: 0.7; + font-size: 1.3em; +} + +.custom-hero-font-1 { + padding: 0; + line-height: 1; + font-size: clamp(16px, 8vw, 90px); + font-weight: 500; + letter-spacing: 12px; + text-transform: uppercase; + white-space: nowrap; +} + +.custom-perspective { + perspective: 1000px; +} + +.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body { + background: var(--dark); +} + +html.side-header-overlay-full-screen #header { + background: var(--dark); +} + +.custom-hero .custom-el-2:nth-child(1) { + opacity: 0.9; + transition: all 1s; +} + +.custom-hero .custom-el-2:nth-child(2) { + mix-blend-mode: hard-light; + opacity: 0; + transition: all 1s; +} + +.custom-hero:hover .custom-el-2:nth-child(1) { + opacity: 0; +} + +.custom-hero:hover .custom-el-2:nth-child(2) { + opacity: 0.9; +} + +.custom-el-1, +.custom-el-2, +.custom-el-2-wrapper { + width: 425px; + height: 500px; + border-radius: 10px; +} + +@media (max-width: 500px) { + .custom-el-1, + .custom-el-2, + .custom-el-2-wrapper { + width: 340px; + height: 400px; + } +} + +.custom-el-1 { + margin: -10px; +} + +.custom-el-2 { + margin: 10px; +} + +.custom-el-2 img { + opacity: 0; + transition: all 300ms; +} + +.custom-el-2 img.lazyloaded { + opacity: 1; +} + +.thumb-info-floating-element { + z-index: -1; +} + +.bg-color-changer { + transition: background-color 700ms cubic-bezier(0.25, 1, 0.5, 1); + bottom: 0; + left: 0; + min-height: 100vh; + min-width: 100vw; + pointer-events: none; + position: absolute; + right: 0; + top: 0; + z-index: -1; +} + +.custom-portfolio-item-1 .custom-portfolio-item-1-img { + border-radius: 4px 0px 0px 4px; +} + +@media (max-width: 991px) { + .custom-portfolio-item-1 .custom-portfolio-item-1-img { + border-radius: var(--border-radius); + } +} + +.custom-portfolio-item-1 .custom-portfolio-item-1-type { + padding: 10px; + width: 60px; + position: relative; + overflow: hidden; +} + +.custom-portfolio-item-1 .custom-portfolio-item-1-type span { + display: block; + white-space: nowrap; + transform-origin: 0 0; + transform: translate3d(32px, 10px, 0) rotate(90deg); + text-align: left; +} + +@media (max-width: 991px) { + .custom-portfolio-item-1 .custom-portfolio-item-1-type { + display: none; + } +} + +@keyframes arrowMove { + 0% { + transform: translateY(5px); + } + 50% { + transform: translateY(10px); + } + 100% { + transform: translateY(5px); + } +} + +.custom-arrow-anim { + animation: arrowMove 600ms ease; + animation-iteration-count: infinite; +} diff --git a/resources/assets/css/demos/demo-photography-2.css b/resources/assets/css/demos/demo-photography-2.css new file mode 100644 index 0000000..d5c71c0 --- /dev/null +++ b/resources/assets/css/demos/demo-photography-2.css @@ -0,0 +1,2814 @@ +@charset "UTF-8"; +.col-5ths, +.col-sm-5ths, +.col-md-5ths, +.col-lg-5ths, +.col-xl-5ths { + position: relative; + min-height: 1px; + width: 100%; + padding-right: 0; + padding-left: 0; +} + +.col-5ths { + flex: 0 0 20%; + max-width: 20%; +} + +@media (min-width: 576px) { + .col-sm-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 768px) { + .col-md-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 992px) { + .col-lg-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 1200px) { + .col-xl-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +.alternative-font { + font-family: "Poppins", Arial, sans-serif; + font-size: inherit; +} + +.default-font { + font-family: "Poppins", Arial, sans-serif; + font-size: inherit; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Poppins", Arial, sans-serif; +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.6em; +} + +h3 { + font-size: 1.2em; +} + +h4 { + font-size: 1em; +} + +h5 { + font-size: 0.9em; +} + +h6 { + font-size: 0.8em; +} + +.custom-font-size-1 { + font-size: 2em; + line-height: 1; +} + +.custom-font-size-2 { + font-size: 3.5em; + line-height: 1; +} + +.custom-border-radius { + border-radius: 30px !important; +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev, .custom-carousel-arrows-style .owl-nav button.owl-next { + height: 80px; + top: 50%; + border-radius: 0; + transform: translateY(-50%); +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev::before, .custom-carousel-arrows-style .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e605"; +} + +.custom-carousel-arrows-style .owl-nav button.owl-next::before { + content: "\e606"; +} + +.custom-carousel-dots-style { + margin: 30px 0; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot span { + background: transparent; + border: 2px solid #192830; + opacity: 0.5; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot.active span { + opacity: 1; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside { + position: relative; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots { + position: absolute; + bottom: 10px; + right: 10px; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"], +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover { + border-radius: 100% !important; +} + +.list.list-icons-style-2 li > .fa:first-child, +.list.list-icons-style-2 li a:first-child > .fa:first-child, +.list.list-icons-style-2 li > .icons:first-child, +.list.list-icons-style-2 li a:first-child > .icons:first-child { + border-width: 2px !important; +} + +.form .form-control { + border: 1px solid #dde4e6; + border-radius: 2px; + height: 45px; + padding: 10px 12px; +} + +.form .form-control::-webkit-input-placeholder { + text-transform: uppercase; +} + +.form .form-control::-moz-placeholder { + text-transform: uppercase; +} + +.form .form-control:-ms-input-placeholder { + text-transform: uppercase; +} + +.form .form-control:-moz-placeholder { + text-transform: uppercase; +} + +.form textarea.form-control { + height: auto; +} + +.form input[type="submit"] { + border-radius: 25px; + padding: 11px 21px; + border-width: 2px; + font-size: 1em; +} + +#header .header-body { + border-top: 0; +} + +#header .header-nav-main nav > ul > li:hover > a { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li a { + background: none !important; +} + +#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active { + background: transparent; + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + background-color: #182027; + border-top: none !important; + box-shadow: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a { + border-bottom: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + border-bottom: none; + color: var(--default); +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + background: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + float: right; +} + +#header .header-btn-collapse-nav { + border-radius: 50%; + height: 34px; + width: 34px; + padding: 0; +} + +html:not(.boxed) #header.header-full-width .header-container { + padding-right: 27px; + padding-left: 27px; +} + +html.sticky-header-active #header .header-body { + box-shadow: none; +} + +@media (min-width: 991px) { + #header .header-nav-main nav > ul > li > a { + background: transparent !important; + transition: color 0.3s ease; + } + #header .header-nav-main nav > ul > li.active > a { + background: transparent; + color: #adb3c2 !important; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + content: "\f105"; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + border: none; + margin: 0; + } + #header .header-nav-main nav > ul > li.dropdown:hover > a:before, #header .header-nav-main nav > ul > li.dropdown.open > a:before { + display: none !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + padding: 7px 17px !important; + margin-top: -2px !important; + border-radius: 0 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) { + display: block; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + padding: 6px 0px 6px 0px !important; + border-bottom: 0 !important; + color: #999 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + color: var(--light) !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + margin-top: 3px; + } +} + +@media (max-width: 767px) { + #header.header-narrow .header-logo img { + height: auto !important; + max-width: 160px; + } +} + +#main { + min-height: calc( 100vh - 167px); +} + +.slider-container { + background: transparent !important; +} + +.slider-container:hover .arrows-side-header-1.tp-leftarrow { + left: -0px !important; +} + +.slider-container:hover .arrows-side-header-1.tp-rightarrow { + left: 100% !important; +} + +.slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #242E39 inset; +} + +.slider-container .hermes .tp-bullet:after { + background-color: #242E39; + box-shadow: 0 0 1px #242E39; +} + +.tp-caption-photo-label { + color: var(--light); + font-family: "Poppins", Arial, sans-serif; + font-size: 1.8em; + font-weight: 300; + letter-spacing: -1px; + padding-bottom: 10px; + text-shadow: none; +} + +.arrows-portfolio-detail-1 { + width: 30px; + height: 80px; + border-radius: 0 !important; +} + +.arrows-portfolio-detail-1:before { + line-height: 80px; +} + +.arrows-transparent-header-photography-1 { + width: 30px; + height: 55px; + background: transparent; + opacity: 0.5; +} + +.arrows-transparent-header-photography-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-transparent-header-photography-1:hover { + background: transparent; + opacity: 1; +} + +.arrows-side-header-1 { + width: 30px; + height: 55px; + background: rgba(255, 255, 255, 0.3); + border-radius: 0 !important; +} + +.arrows-side-header-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-side-header-1:hover { + background: var(--light); +} + +.arrows-side-header-1:hover:before { + color: #000; +} + +.arrows-side-header-1.tp-leftarrow { + left: -30px !important; + transition: ease left 300ms; +} + +.arrows-side-header-1.tp-rightarrow { + left: 110% !important; + transition: ease left 300ms; +} + +.social-icons li { + box-shadow: none; + margin: 0 1px 0px 0; +} + +.social-icons li a { + border: 2px solid #333; + width: 34px; + height: 34px; + line-height: 31px; +} + +.thumb-info, +.thumb-info .thumb-info-wrapper, +.thumb-info .thumb-info-wrapper:after, +.thumb-info .thumb-info-wrapper > img, +.thumb-info .thumb-info-wrapper > .thumb-info-background { + border-radius: 0; +} + +.portfolio-stripes .owl-item .portfolio-item { + width: calc(100% + 2px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info { + border: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image { + transform: scale(1.1); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + background: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper { + height: calc(100vh - 81px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + z-index: 1; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image { + position: absolute; + top: 0; + left: 0; + background-size: cover; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + background: none; + bottom: 5.5%; + left: 5%; + padding: 0; + font-size: 2em; + line-height: 1; + text-shadow: none; +} + +.thumb-info-icons.position-style-1 { + position: absolute; + bottom: 5%; + right: 5%; + z-index: 2; +} + +.thumb-info-icons.position-style-2 { + position: absolute; + top: -15px; + left: 50%; + z-index: 3; + transform: translateX(-51%); +} + +.thumb-info-icons.position-style-3 { + position: absolute; + bottom: 7%; + right: 2%; +} + +.thumb-info-icons .thumb-info-icon { + display: inline-block; + padding: 5px 11px; + border-radius: 20px; + transition: ease all 0.3s; +} + +.thumb-info-icons .thumb-info-icon.love { + margin-left: 0.2em; +} + +.thumb-info-icons .thumb-info-icon i { + margin-left: 8px; +} + +#portfolioDetailLoadMoreWrapper li { + list-style: none; + max-height: 318px; + overflow: hidden; +} + +.portfolioDetail-load-more-loader, .portfolioInfiniteScroll-load-more-loader { + display: none; + min-height: 132px; +} + +.portfolio-detail-item { + position: relative; + display: inline-block; + text-align: center; + max-width: 360px; + width: 100%; + height: 283px; + min-height: 283px; + margin: 35px 15px 15px 15px; + cursor: pointer; + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); + transition: box-shadow 0.3s ease; + z-index: 0; +} + +.portfolio-detail-item:hover { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.7); +} + +.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon { + background-color: #ef4545 !important; +} + +.portfolio-detail-item a { + text-decoration: none !important; +} + +.portfolio-detail-item .owl-carousel { + margin-bottom: 0; + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .item-image-wrapper { + box-shadow: none; +} + +.portfolio-detail-item .owl-carousel .item-image { + margin-top: 0; +} + +.portfolio-detail-item .owl-carousel .owl-item { + width: 100%; + max-width: 360px; +} + +.portfolio-detail-item .owl-carousel .owl-item > div { + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next { + border: 0 none; + color: var(--light); + height: 50px; + line-height: 38px; + margin-top: -4px; + border-radius: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev:before, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-prev { + left: 0; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-next { + right: 0; +} + +.portfolio-detail-item .sub-item-description { + display: block; + left: 0; + top: 0; + padding: 0; + position: absolute; + width: 100%; + height: 100%; + z-index: 3; + overflow: hidden; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description:before { + content: ''; + display: block; + position: absolute; + bottom: -10%; + left: 0; + width: 100%; + box-shadow: 0 50px 130px 110px #182027; + z-index: 1; + opacity: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description h5 { + transition: all 0.3s ease; + color: var(--light); + position: absolute; + z-index: 2; + bottom: -100%; + width: 100%; + text-align: center; + left: 0; + padding-bottom: 25px; +} + +.portfolio-detail-item:hover .sub-item-description h5 { + bottom: 0; +} + +.portfolio-detail-item:hover .sub-item-description:before { + opacity: 1; +} + +.portfolio-detail-item .item-image-wrapper { + background: transparent; + width: 100%; + display: inline-block; + border: none; + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1); + transition: box-shadow 0.3s ease; +} + +.portfolio-detail-item .item-image-wrapper .fa-spin { + background: transparent none repeat scroll 0 0; + color: var(--grey-500); + font-size: 25px; + left: 50%; + margin: -13px; + position: absolute; + top: 50%; + z-index: -2; +} + +.portfolio-detail-item a:hover .item-image-wrapper { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4); +} + +.portfolio-detail-item .item-image { + min-height: 283px; + max-width: 360px; + width: 100%; + position: absolute; + top: 0; + left: 0; + background-size: cover; + z-index: -1; +} + +.portfolio-detail-item .item-description { + display: block; + padding: 15px 0; +} + +.portfolio-detail-item h5 { + padding: 0; + margin: 0; + font-size: 14px; +} + +.portfolio-detail-item p { + padding: 0; + margin: 0; + font-size: 12px; +} + +@media (max-width: 767px) { + .portfolio-detail-item { + margin-left: 0; + margin-right: 0; + } +} + +#portfolioDetailLoadMore { + margin: 50px 0px 30px 0px; + padding: 13px 30px; + outline: none; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #FFF inset; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after { + background-color: var(--light); + box-shadow: 0 0 1px #FFF; +} + +.portfolio-parallax { + height: 40vh; +} + +.portfolio-parallax:before { + content: ''; + display: block; + position: absolute; + background: rgba(10, 12, 36, 0); + top: 0; + right: 0; + bottom: 0; + left: 0; + transition: ease all 300ms; +} + +.portfolio-parallax:hover:before { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-parallax:hover .thumb-info-plus { + opacity: 1; + width: 8%; +} + +.portfolio-parallax:hover .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-parallax.hidden-plus:before { + content: none; +} + +.portfolio-parallax.hidden-plus .thumb-info-plus { + display: none; +} + +.portfolio-parallax h2 { + position: absolute; + bottom: 7%; + left: 1%; + padding: 0; + font-size: 2em; + line-height: 1; + margin: 0; +} + +.portfolio-parallax .thumb-info-plus { + opacity: 0; + position: absolute; + width: 2%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-parallax .thumb-info-plus::before, .portfolio-parallax .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-parallax .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + .portfolio-parallax { + height: 30vh; + } + .portfolio-parallax:hover .thumb-info-plus { + width: 20%; + } +} + +@media (max-width: 767px) { + .portfolio-parallax { + height: 25vh; + } +} + +#portfolioGrid { + margin: 0.5vw; +} + +#portfolioGrid li { + list-style: none; +} + +#portfolioGrid.portfolioGridFullNoMargins { + margin: 0; +} + +#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item { + padding: 0; +} + +.portfolio-grid-item { + padding: 0.5vw; +} + +.portfolio-grid-item .thumb-info { + border: none; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background { + transform: scale(1.1); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper { + background-size: cover; + width: 100%; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 33.5vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 16.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 12.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 19.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background { + position: absolute; + top: 0; + left: 0; + background-size: cover; + background-position: center; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0px); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 0; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0px); + transition: all 0.3s ease 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + #portfolioGrid { + margin: 1.5vw; + } + .portfolio-grid-item { + padding: 1.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 47.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 22.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 20.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 30.25vw; + } +} + +@media (max-width: 767px) { + #portfolioGrid:not(.portfolioGridFullNoMargins) { + margin: 0vw; + } + #portfolioGrid:not(.portfolioGridFullNoMargins) li:last-child .portfolio-grid-item { + padding: 4.5vw 4.5vw 4.5vw 4.5vw; + } + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 50vw; + } +} + +@media (max-width: 576px) { + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 70vw; + } +} + +#portfolioVertical { + margin: 0; + padding: 0; + margin-top: 25px; +} + +#portfolioVertical li { + list-style: none; + margin-bottom: 25px; +} + +@media (max-width: 767px) { + #portfolioVertical { + margin-top: 15px; + } + #portfolioVertical li { + margin-bottom: 15px; + } +} + +.portfolio-vertical-item, .horizontal-scroll-item, .portfolio-detail-image-item { + transition: ease box-shadow 300ms; +} + +.portfolio-vertical-item:hover, .horizontal-scroll-item:hover, .portfolio-detail-image-item:hover { + box-shadow: 0px 0px 59px -16px rgba(0, 0, 0, 0.4); +} + +.portfolio-vertical-item .thumb-info, .horizontal-scroll-item .thumb-info, .portfolio-detail-image-item .thumb-info { + border: none; + transform: none; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size { + width: 21%; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper, .horizontal-scroll-item .thumb-info .thumb-info-wrapper, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper { + transform: none; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 1; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0); + transition: all 0.3s ease 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox { + position: relative; + width: 100%; + height: calc( 100vh - 183px); + overflow-y: hidden; + overflow-x: scroll; +} + +#horizontalScrollBox::-webkit-scrollbar { + height: 10px; +} + +#horizontalScrollBox::-webkit-scrollbar-track { + background: #e2e2e2; + border-radius: 10px; + margin: 18px; +} + +#horizontalScrollBox::-webkit-scrollbar-thumb { + background: #888888; + border-radius: 10px; +} + +#horizontalScrollBox .content { + display: flex; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + overflow: hidden; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper { + display: inline-flex; + flex: 0 0 auto; + margin: 20px 0px 20px 20px; + width: auto; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 0px 20px 0px; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: auto; + height: calc( 100vh - 223px); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox .custom-portfolio-navigation { + position: fixed; + width: 100vw; + top: 47%; + z-index: 10; + transform: translateY(-50%); +} + +#horizontalScrollBox .custom-portfolio-navigation .prev, #horizontalScrollBox .custom-portfolio-navigation .next { + position: absolute; + width: 30px; + height: 80px; + top: -40px; + left: 0; + color: var(--light); + background-color: #242E39; + cursor: pointer; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev::before, #horizontalScrollBox .custom-portfolio-navigation .next::before { + position: relative; + content: "\e605"; + font-family: simple-line-icons; + top: 27px; + left: 5px; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev:hover, #horizontalScrollBox .custom-portfolio-navigation .next:hover { + background-color: #252f3a; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button, #horizontalScrollBox .custom-portfolio-navigation .next.disable-button { + opacity: 0.5; +} + +#horizontalScrollBox .custom-portfolio-navigation .next { + left: auto; + right: 0; +} + +#horizontalScrollBox .custom-portfolio-navigation .next::before { + content: "\e606"; + left: 9px; +} + +@media (max-width: 991px) { + #horizontalScrollBox { + height: auto !important; + overflow: visible !important; + } + #horizontalScrollBox::-webkit-scrollbar { + width: 0; + } + #horizontalScrollBox .content { + position: static; + width: 100% !important; + flex-direction: column; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:last-child { + margin: 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: 100%; + height: auto; + } + #horizontalScrollBox .custom-portfolio-navigation { + display: none; + } +} + +.portfolio-list .portfolio-item { + margin-bottom: 25px; +} + +.mfp-wrap.photography-portfolio-gallery { + opacity: 0; + transition: ease opacity 300ms; +} + +#photographyLightbox { + position: absolute; + width: 100vw; + height: 100vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .mfp-close { + background-color: #242E39; + color: var(--light); + top: 0; + right: 0; + opacity: 1; +} + +#photographyLightbox .mfp-close:hover { + opacity: 0.7; +} + +#photographyLightbox .thumb-gallery { + position: absolute; + width: 100vw; + height: 95vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item > div { + position: relative; + height: 95vh; +} + +#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + padding: 0; + border: none; + background: transparent; + text-align: center; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item img { + display: inline-block !important; + width: auto; + max-width: 95vw; + max-height: 90vh; + box-shadow: 0px 0px 40px -10px #000; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev, +#photographyLightbox .owl-carousel .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev:before, +#photographyLightbox .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#photographyLightbox #thumbGalleryThumbs { + width: 98%; + height: 13vh; + position: fixed; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} + +#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + overflow: hidden; + border: none; + box-shadow: none; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img { + width: auto; + height: 100%; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(-32%); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail { + border: none; + box-shadow: none; + overflow: visible; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img { + max-height: 20vh; + box-shadow: none; + height: auto; + width: 100%; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + opacity: 0; + transform: translateY(100%); + transition: ease all 300ms; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage { + margin: 0 auto; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + box-shadow: 0px 0px 50px -10px #000; + overflow: hidden; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item img { + width: 100%; + height: auto; + max-height: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 991px) { + #photographyLightbox .thumb-gallery { + transform: translate3d(-50%, -50%, 0); + } + #photographyLightbox .owl-carousel .owl-item img { + box-shadow: 0px 0px 20px #000; + max-width: 89vw; + } + #photographyLightbox #thumbGalleryThumbs .owl-item img { + box-shadow: none; + } + #photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + display: none; + } +} + +@media (max-width: 767px) { + #photographyLightbox .owl-carousel .owl-item img { + max-width: 80vw; + } +} + +#portfolioSliderWithThumbs { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail { + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev:before, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + background-size: cover !important; + width: 100%; + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 80px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + background-size: cover !important; + width: 100%; + height: 80px; +} + +@media (max-width: 1200px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 75px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 75px; + } +} + +@media (max-width: 991px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 65px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 65px; + } +} + +@media (max-width: 767px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 17vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 17vw; + } +} + +section.section-title { + padding: 60px 0; + margin: 0; +} + +section.photographers { + background: #ecf2f4; + border-top: none; + padding-bottom: 0; + margin-bottom: 0; +} + +section.photographers .owl-carousel { + padding: 0px; + margin: 0; +} + +section.photographers .owl-carousel .owl-nav { + margin: 0; +} + +.custom-thumb-info-photographers { + background: #ecf2f4; + border: none; + position: relative; +} + +.custom-thumb-info-photographers .thumb-info-wrapper { + transform: none; + margin: 0 !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper > a { + display: block; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + opacity: 0; + z-index: 1; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: rgba(24, 32, 39, 0.5) !important; +} + +.custom-thumb-info-photographers .thumb-info-action { + height: 100% !important; + margin: 0 !important; + top: 50% !important; + transform: translate3d(0, -50%, 0) !important; +} + +.custom-thumb-info-photographers .social-icons { + bottom: 0; + left: 0; + opacity: 1; + position: absolute; + width: 100%; + opacity: 0; + text-align: center; + z-index: 3; + transform: translateY(50px); + transition: all 0.3s ease 0.2s; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-facebook a { + background: #3b5a9a; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-x a { + background: #1aa9e1; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-instagram a { + background: #7c4a3a; +} + +.custom-thumb-info-photographers .social-icons li a { + background: transparent !important; + width: 40px; + height: 40px; + border-color: var(--light); + color: var(--light) !important; + line-height: 36px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i { + margin-left: -3px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i { + margin-left: -1px; +} + +.custom-thumb-info-photographers:hover .thumb-info-action { + display: block !important; +} + +.custom-thumb-info-photographers:hover .thumb-info-wrapper:before { + opacity: 1; +} + +.custom-thumb-info-photographers:hover .thumb-info-title { + background: none; +} + +.custom-thumb-info-photographers:hover .thumb-info-title > span { + opacity: 1; + transform: translateY(0); +} + +.custom-thumb-info-photographers:hover .social-icons { + opacity: 1; + transform: translateY(-15px); +} + +.custom-thumb-info-photographers .thumb-info-title { + background: none; + text-transform: none; + bottom: 50%; + left: 5%; + width: 90%; + font-weight: 400; + text-shadow: none; + font-size: 24px; + transform: translate3d(0, 50%, 0); +} + +.custom-thumb-info-photographers .thumb-info-title > span { + display: block; + font-weight: 100; + opacity: 0; + font-size: 16px; + padding-top: 2px; + transform: translateY(-35%); + transition: all 0.3s ease 0.1s; +} + +section.our-services { + background: var(--light); + border: none; + margin: 0; + padding: 60px 0; +} + +section.our-services .feature-box:after { + content: ''; + display: block; + position: absolute; + right: 0; + top: 0; + height: 100%; +} + +section.our-services .feature-box.hidden-vertical-line:after { + content: none; +} + +section.our-services .feature-box .feature-box-icon { + position: relative; + background: transparent; + min-width: 100px; + min-height: 100px; + border: 2px solid #000; + border-radius: 100%; + padding: 5px; + overflow: hidden; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon img { + position: absolute; + width: 113%; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +section.why-choose-us { + border: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-info { + padding: 0; +} + +section.why-choose-us .feature-box p { + color: #b8b5b1; +} + +section.our-clients { + background: var(--light); + border: 0; + margin: 0; + padding: 60px 0; +} + +section.our-clients .content-grid .content-grid-item { + padding: 0; +} + +section.our-clients .content-grid .content-grid-item:before, section.our-clients .content-grid .content-grid-item:after { + content: none; +} + +.award-item { + display: inline-table; + margin: 0 15px; +} + +.award-item img.border-rounded { + border-radius: 100%; +} + +.award-item p { + max-width: 100%; + margin: 15px auto 10px; +} + +.blog-bg { + background: #ecf2f4; +} + +section.our-blog { + padding: 60px 0; + margin: 0; +} + +#ourBlog { + margin-top: 60px; +} + +#ourBlog li { + list-style: none; +} + +.our-blog-item { + position: relative; + transition: ease box-shadow 300ms; +} + +.our-blog-item:hover:not(.blog-post) { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); +} + +.our-blog-item:hover:not(.blog-post) .image-wrapper img { + transform: scale(1.1); +} + +.our-blog-item.blog-post .post-infos { + padding: 75px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote { + background: transparent; + padding: 0px 0 10px 80px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:before { + color: var(--dark--200); + top: -13px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:after { + content: none; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote p { + font-family: "Poppins", Arial, sans-serif; + color: var(--default); + font-style: normal; + line-height: 1.5; + font-size: 1.1em; + font-weight: 100; +} + +.our-blog-item.blog-post .author-info { + padding: 75px; +} + +.our-blog-item.blog-post .author-info:after { + content: ''; + display: block; + clear: both; +} + +.our-blog-item.blog-post .author-info img.border-rounded { + border-radius: 100%; +} + +.our-blog-item.blog-post .author-info .designation { + color: #b1b6be; +} + +.our-blog-item.blog-post .author-info p { + color: #c3c7ce; +} + +.our-blog-item .image-wrapper { + display: block; + overflow: hidden; +} + +.our-blog-item .image-wrapper img { + transition: ease transform 300ms; +} + +.our-blog-item .category { + position: absolute; + top: 15px; + right: 15px; + color: var(--light); + padding: 5px 25px; + border-radius: 20px; +} + +.our-blog-item .post-infos { + position: relative; + background: var(--light); + padding: 25px; +} + +.our-blog-item .post-infos .share { + position: absolute; + bottom: calc(100% - 22px); + right: 15px; + border-radius: 50px; + width: 43px; + height: 43px; + overflow: hidden; + z-index: 1; + transition: ease height 300ms; +} + +.our-blog-item .post-infos .share:hover { + height: 176px; +} + +.our-blog-item .post-infos .share .share-icons { + position: absolute; + bottom: 0; + left: 0; + text-align: center; +} + +.our-blog-item .post-infos .share .share-icons i { + display: block; + color: var(--light); + padding: 15px; + opacity: 0.5; + transition: ease opacity 300ms; +} + +.our-blog-item .post-infos .share .share-icons i.fa-share-alt { + opacity: 1; +} + +.our-blog-item .post-infos .share .share-icons i:hover { + opacity: 1; +} + +.our-blog-item .post-infos .post-date { + color: #646974; +} + +.our-blog-item .post-infos h1 { + line-height: 1.2; + margin-bottom: 10px; +} + +@media (max-width: 991px) { + .our-blog-item.blog-post .author-info img { + display: block; + } +} + +@media (max-width: 767px) { + .our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info { + padding: 25px; + } +} + +.post-comments { + margin: 45px 0; +} + +.post-comments ul.comments li { + padding: 15px 0 15px 115px; + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li:first-child { + border-top: none; +} + +.post-comments ul.comments li ul li:first-child { + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li .img-thumbnail { + background: transparent; + width: 100px; + height: 100px; + border: 1px solid #000; + border-radius: 100%; + overflow: hidden; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail img { + position: absolute; + width: 100%; + height: auto; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +.post-comments ul.comments li a { + text-decoration: none; + border-radius: 25px; + padding: 3px 21px; + border-width: 2px; + font-weight: bold; + font-size: 0.9em; +} + +.post-comments ul.comments .comment-block { + background: none; +} + +.post-comments ul.comments .comment-block .comment-by { + text-transform: uppercase; + color: #313946; +} + +.post-comments ul.comments .comment-block p { + color: #262d3d; +} + +@media (max-width: 575px) { + .post-comments ul.comments li { + padding: 0 0 0 10px; + } +} + +.leave-comment { + padding: 60px 0; +} + +@media (max-width: 991px) { + .leave-comment input[type="email"] { + margin-top: 15px; + } +} + +#photographyPagination { + margin: 60px 0; +} + +#photographyPagination ul { + padding: 0; + text-align: center; +} + +#photographyPagination ul li { + display: inline-block; + list-style: none; +} + +#photographyPagination ul li a { + border-radius: 25px; + padding: 8px 13px; + border-width: 2px; + font-weight: bold; + text-transform: uppercase; + letter-spacing: -1px; + font-size: 0.9em; +} + +#photographyPagination ul li.prev a i { + margin-right: 5px; +} + +#photographyPagination ul li.next a i { + margin-left: 5px; +} + +@media (max-width: 767px) { + #ourBlog .isotope-item { + text-align: left; + } + #ourBlog .our-blog-item .post-infos .share { + width: 42px; + } +} + +section.contact-details { + border: none; + margin: 0; +} + +section.contact-details .feature-box { + padding: 20px 10px; + text-align: center; +} + +section.contact-details .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.contact-details .feature-box .feature-box-icon [class*="fa-"], section.contact-details .feature-box .feature-box-icon .icons { + color: var(--light); + opacity: 0.5; +} + +section.contact-details .feature-box .feature-box-info { + padding: 0; +} + +section.contact-details .feature-box p, section.contact-details .feature-box a { + color: #b8b5b1; +} + +#footer.light.narrow { + border: 0; + padding: 0; + margin: 0; +} + +#footer.light.narrow .footer-copyright { + border: 0; + margin: 0; + padding: 30px 0; + background: #E8EDF0; +} + +#footer.light.narrow .footer-copyright p { + color: var(--default); + font-family: "Poppins", Arial, sans-serif; + font-size: 13px; +} + +/* Skin */ +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after, .portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after, .portfolio-item .thumb-info .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-parallax:not(.portfolio-parallax-demo-2):hover:before { + background: var(--quaternary-rgba-50) !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-detail-item .sub-item-description:before { + box-shadow: 0 50px 130px 110px var(--quaternary); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.tparrows { + background: var(--quaternary-rgba-50) !important; +} + +.tparrows:hover { + background: var(--quaternary-rgba-90) !important; +} + +.tparrows.arrows-transparent-header-photography-1 { + background: transparent !important; +} + +.tparrows.arrows-transparent-header-photography-1:hover { + background: transparent !important; +} + +#photographyLightbox .mfp-close { + background: var(--quaternary) !important; +} + +html.photography-demo-2.sticky-header-enabled.sticky-header-active #header .header-body { + background: var(--primary); +} + +html.photography-demo-2 #header.solid-header .header-body { + background: var(--primary); +} + +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} + +html.photography-demo-2 .portfolio-parallax-demo-2:before { + background: transparent linear-gradient(to top, var(--quaternary) 0px, transparent 100%) repeat scroll 0 0; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +html.photography-demo-3 #main:hover .portfolio-parallax:before { + background: var(--quaternary-rgba-50) !important; +} + +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} + +/* +* Demo Photography 2 +*/ +@keyframes header-reveal { + 0% { + top: -150px; + } + 100% { + top: 0; + } +} + +html.photography-demo-2 h1, html.photography-demo-2 h2, html.photography-demo-2 h3, html.photography-demo-2 h4, html.photography-demo-2 h5, html.photography-demo-2 h6, html.photography-demo-2 a, html.photography-demo-2 p, html.photography-demo-2 span { + font-family: "Poppins", Arial, sans-serif; +} + +html.photography-demo-2.sticky-header-enabled #header .header-body { + top: 0; +} + +html.photography-demo-2.sticky-header-enabled.sticky-header-active #header .header-body { + top: 0; + background: #3A444E; + animation: header-reveal 0.4s ease-in; +} + +html.photography-demo-2 #header.transparent-header { + position: absolute; + width: 100%; + min-height: 0 !important; +} + +html.photography-demo-2 #header.transparent-header .header-body { + background: transparent; + border: none; +} + +html.photography-demo-2 #header.transparent-header .header-nav-main nav { + background: var(--light); +} + +html.photography-demo-2 #header.transparent-header .header-nav-main nav > ul > li a { + color: var(--default) !important; + font-weight: 400; + font-size: 11px; +} + +html.photography-demo-2 #header.solid-header .header-body { + background: #3A444E; + border: none; +} + +html.photography-demo-2 #header.solid-header .header-nav-main nav > ul > li a { + color: var(--light); + font-weight: 400; + font-size: 11px; +} + +html.photography-demo-2 #header .header-btn-collapse-nav { + background: #FFF !important; +} + +html.photography-demo-2 #header .header-btn-collapse-nav i { + color: #000; +} + +html.photography-demo-2 #header .header-social-icons li:hover a { + background: transparent; +} + +html.photography-demo-2 #header .header-social-icons li a { + width: 24px; + height: 24px; + border: none; + background: transparent !important; + color: var(--light) !important; +} + +html.photography-demo-2 #main.full-height { + height: 100vh; + min-height: 0; +} + +html.photography-demo-2 #main.calc-height { + height: calc(100vh - 71px); +} + +html.photography-demo-2 #main.initial-height { + height: auto !important; +} + +html.photography-demo-2 #main.calc-include-footer { + height: calc(100vh - 157px) !important; +} + +html.photography-demo-2 #photographyLightbox .mfp-close { + background-color: transparent !important; +} + +html.photography-demo-2 .tparrows.tp-rightarrow:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f054"; + font-size: 14px; +} + +html.photography-demo-2 .tparrows.tp-leftarrow:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f053"; + font-size: 14px; +} + +html.photography-demo-2 .tp-caption-photo-label { + font-size: 18px !important; + font-weight: 700 !important; + letter-spacing: -1px !important; + text-transform: uppercase !important; + padding-bottom: 0; + text-shadow: none; +} + +html.photography-demo-2 .tp-caption-main-custom { + text-transform: uppercase !important; + font-weight: 700 !important; + font-size: 36px !important; + letter-spacing: -2px !important; +} + +html.photography-demo-2 .tp-caption-sub-custom { + text-transform: uppercase !important; + font-weight: 300 !important; + font-size: 22px !important; + letter-spacing: -1px !important; + margin-top: -30px !important; + opacity: 0.5 !important; +} + +html.photography-demo-2 .owl-carousel .owl-nav button.owl-prev, html.photography-demo-2 .owl-carousel .owl-nav button.owl-next { + background: transparent !important; + width: 55px; +} + +html.photography-demo-2 .owl-carousel .owl-nav button.owl-prev:before { + font-family: "Font Awesome 6 Free" !important; + content: "" !important; + left: -1px !important; +} + +html.photography-demo-2 .owl-carousel .owl-nav button.owl-next:before { + font-family: "Font Awesome 6 Free" !important; + content: "" !important; + left: -1px !important; +} + +html.photography-demo-2 .custom-portfolio-navigation .prev, html.photography-demo-2 .custom-portfolio-navigation .next { + background: transparent !important; + width: 55px !important; +} + +html.photography-demo-2 .custom-portfolio-navigation .prev:before { + font-family: "Font Awesome 6 Free" !important; + content: "" !important; + left: 20px !important; + font-weight: 900 !important; +} + +html.photography-demo-2 .custom-portfolio-navigation .next:before { + font-family: "Font Awesome 6 Free" !important; + content: "" !important; + left: 24px !important; + font-weight: 900 !important; +} + +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + border-color: transparent; + background: transparent; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper:after { + opacity: 0; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper:before { + bottom: -41px; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + bottom: 25px; + left: 25px; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image { + transform: translate3d(0, 3%, 0) scale(1.3); +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper { + height: 100vh; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + bottom: -50%; + transition: ease bottom 300ms; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + left: 25px; + font-size: 18px; + text-transform: uppercase; + letter-spacing: -1px; + line-height: 1.3; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-subtitle { + display: block; + font-size: 14px; + text-transform: none; + letter-spacing: 0; +} + +html.photography-demo-2 .portfolio-stripes.portfolio-stripes-style-2 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image { + transform: translate3d(-2%, -2%, 0) scale(1.2); + transition: ease all 5s; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-2 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-2 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-2 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:after { + opacity: 0; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:before { + bottom: -41px; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + bottom: 25px; + left: 25px; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper img, html.photography-demo-2 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper img, html.photography-demo-2 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper img, html.photography-demo-2 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper img, html.photography-demo-2 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background { + transform: translate3d(0, 3%, 0) scale(1.3); +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + z-index: 1; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + bottom: -50%; + transition: ease bottom 300ms; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + display: none; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + left: 25px; + font-size: 18px; + text-transform: uppercase; + letter-spacing: -1px; + line-height: 1.3; + text-align: left !important; + text-shadow: none; + padding: 0; + opacity: 1; + font-weight: 700 !important; + transform: none; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title { + display: block; + zoom: 0; + opacity: 1; + font-size: 14px; + letter-spacing: 0; + transform: none; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper img, html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper img, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper img, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-background, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper img, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background { + transform: translate3d(-2%, -2%, 0) scale(1.2); + transition: ease all 5s; +} + +html.photography-demo-2 .portfolio-detail-item:hover .item-image { + transform: translate3d(0, 3%, 0) scale(1.3); +} + +html.photography-demo-2 .portfolio-detail-item .owl-carousel .owl-nav button.owl-prev, html.photography-demo-2 .portfolio-detail-item .owl-carousel .owl-nav button.owl-next { + background: transparent; +} + +html.photography-demo-2 .portfolio-detail-item .item-image-wrapper { + position: relative; + min-height: 283px; + max-width: 360px; + overflow: hidden; +} + +html.photography-demo-2 .portfolio-detail-item .item-image { + transform: translate3d(-2%, -2%, 0) scale(1.2); + transition: ease all 5s; +} + +html.photography-demo-2 .portfolio-detail-item .sub-item-description { + text-align: left; + padding-left: 20px; +} + +html.photography-demo-2 .portfolio-parallax-demo-2 { + overflow: hidden; +} + +html.photography-demo-2 .portfolio-parallax-demo-2:before { + content: ''; + display: block; + position: absolute; + background: none; + top: auto; + right: auto; + bottom: -50%; + left: 0; + width: 100%; + height: 130px; + background: transparent linear-gradient(to top, #182027 0px, transparent 100%) repeat scroll 0 0; + z-index: 0; + opacity: 0.7; + transition: ease bottom 300ms; +} + +html.photography-demo-2 .portfolio-parallax-demo-2:hover:before { + bottom: 0; + opacity: 0.7; +} + +html.photography-demo-2 .portfolio-parallax-demo-2:hover .thumb-info-title { + bottom: 25px; +} + +html.photography-demo-2 .portfolio-parallax-demo-2 .thumb-info-title { + font-size: 18px; + letter-spacing: 0; + line-height: 1.3; + left: 25px; + bottom: -50%; + text-transform: uppercase; + transition: ease bottom 300ms; +} + +html.photography-demo-2 .portfolio-parallax-demo-2 .thumb-info-title .thumb-info-sub-title { + display: block; + font-size: 14px; + letter-spacing: 0; + text-transform: none; +} + +html.photography-demo-2 .portfolio-parallax-title { + font-size: 28px !important; + font-weight: 700 !important; + letter-spacing: -1px !important; + text-transform: uppercase !important; + padding-bottom: 0; + text-shadow: none; +} + +html.photography-demo-2 .portfolio-parallax-title .thumb-info-sub-title { + display: block; + font-size: 14px; + letter-spacing: 0; + text-transform: none; +} + +html.photography-demo-2 #porfolioDetailsAjaxBox .rev_slider { + height: calc(100vh - 71px) !important; +} + +html.photography-demo-2 #horizontalScrollBox { + height: calc( 100vh - 174px); +} + +@media (min-width: 992px) { + html.photography-demo-2 #header.transparent-header .header-nav-main nav { + background: transparent; + padding: 0; + } + html.photography-demo-2 #header.transparent-header .header-nav-main nav > ul > li > a { + color: var(--light) !important; + } + html.photography-demo-2 #header.solid-header .header-nav-main nav > ul > li ul li a { + color: var(--default) !important; + } + html.photography-demo-2 #header .header-social-icons { + margin-top: -4px; + } + html.photography-demo-2 #header .header-nav-main { + margin-top: 0; + } + html.photography-demo-2 #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown:hover > .dropdown-menu { + border-radius: 0; + visibility: visible; + opacity: 1; + transform: translate3d(-50%, 0, 0); + transition: ease all 300ms; + } + html.photography-demo-2 #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown > .dropdown-menu { + top: 100%; + left: 50%; + opacity: 0; + visibility: hidden; + transform: translate3d(-50%, 3%, 0); + transition: ease all 300ms; + } + html.photography-demo-2 #header .header-nav-main.header-nav-main-photography-effect-1 nav ul li.dropdown > .dropdown-menu:before { + content: ''; + display: block; + position: absolute; + top: -5px; + left: 50%; + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid white; + transform: translateX(-50%); + } + html.photography-demo-2 #header .header-nav-main nav { + background: none; + padding: 0; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li { + display: inline-flex; + align-items: center; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li.dropdown:hover > a { + padding-bottom: 5px; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li.dropdown a:after { + content: none; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + content: ""; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + border: none; + margin: 0; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li:not(.dropdown) a:after { + content: ''; + display: block; + position: absolute; + bottom: 5px; + left: 50%; + width: 0; + border-bottom: 2px solid #FFF; + transform: translateX(-50%); + transition: ease width 300ms; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li:not(.dropdown) a:hover:after { + width: 100%; + border-color: var(--light); + } + html.photography-demo-2 #header .header-nav-main nav > ul > li:hover > a { + color: var(--light) !important; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li > a { + position: relative; + color: var(--light) !important; + font-weight: 100; + padding: 5px 0px; + margin: 0 .9rem; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li > a.active { + color: var(--light) !important; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li > a.active:before { + content: ''; + display: block; + position: absolute; + bottom: 5px; + left: 50%; + width: 100%; + border-bottom: 2px solid #FFF; + transform: translateX(-50%); + transition: ease width 300ms; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li a { + border-bottom: none !important; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li ul { + border-top: none !important; + background-color: var(--light) !important; + } + html.photography-demo-2 #header .header-nav-main nav > ul > li ul li:hover > a { + color: #c7c7c7 !important; + } +} + +@media (max-width: 991px) { + html.photography-demo-2 #header .header-nav-main { + padding: 0 30px; + } + html.photography-demo-2 #header .header-nav-main:before { + content: none; + } +} + +html.photography-demo-2 .form input[type="submit"] { + font-size: 12px; +} + +html.photography-demo-2 section.our-services .feature-box .feature-box-icon { + border: 0; +} + +html.photography-demo-2 section.our-services .feature-box .feature-box-icon:before { + display: none; +} + +html.photography-demo-2 .custom-thumb-info-photographers .social-icons li a { + border-color: transparent; +} + +html.photography-demo-2 .section-title h1 { + line-height: 1; + margin-top: 20px !important; + text-transform: uppercase !important; + font-weight: 700 !important; + font-size: 36px !important; + letter-spacing: -2px; +} diff --git a/resources/assets/css/demos/demo-photography-3.css b/resources/assets/css/demos/demo-photography-3.css new file mode 100644 index 0000000..65aca24 --- /dev/null +++ b/resources/assets/css/demos/demo-photography-3.css @@ -0,0 +1,2672 @@ +.col-5ths, +.col-sm-5ths, +.col-md-5ths, +.col-lg-5ths, +.col-xl-5ths { + position: relative; + min-height: 1px; + width: 100%; + padding-right: 0; + padding-left: 0; +} + +.col-5ths { + flex: 0 0 20%; + max-width: 20%; +} + +@media (min-width: 576px) { + .col-sm-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 768px) { + .col-md-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 992px) { + .col-lg-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 1200px) { + .col-xl-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +.alternative-font { + font-family: "PT Sans", sans-serif; + font-size: inherit; +} + +.default-font { + font-family: "Poppins", Arial, sans-serif; + font-size: inherit; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "PT Sans", sans-serif; +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.6em; +} + +h3 { + font-size: 1.2em; +} + +h4 { + font-size: 1em; +} + +h5 { + font-size: 0.9em; +} + +h6 { + font-size: 0.8em; +} + +.custom-font-size-1 { + font-size: 1.8em; + line-height: 1; +} + +.custom-font-size-2 { + font-size: 3em; + line-height: 1; +} + +.custom-border-radius { + border-radius: 30px !important; +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev, .custom-carousel-arrows-style .owl-nav button.owl-next { + height: 80px; + top: 50%; + border-radius: 0; + transform: translateY(-50%); +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev::before, .custom-carousel-arrows-style .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e605"; +} + +.custom-carousel-arrows-style .owl-nav button.owl-next::before { + content: "\e606"; +} + +.custom-carousel-dots-style { + margin: 30px 0; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot span { + background: transparent; + border: 2px solid #192830; + opacity: 0.5; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot.active span { + opacity: 1; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside { + position: relative; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots { + position: absolute; + bottom: 10px; + right: 10px; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"], +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover { + border-radius: 100% !important; +} + +.list.list-icons-style-2 li > .fa:first-child, +.list.list-icons-style-2 li a:first-child > .fa:first-child, +.list.list-icons-style-2 li > .icons:first-child, +.list.list-icons-style-2 li a:first-child > .icons:first-child { + border-width: 2px !important; +} + +.form .form-control { + border: 1px solid #dde4e6; + border-radius: 2px; + height: 45px; + padding: 10px 12px; +} + +.form .form-control::-webkit-input-placeholder { + text-transform: uppercase; +} + +.form .form-control::-moz-placeholder { + text-transform: uppercase; +} + +.form .form-control:-ms-input-placeholder { + text-transform: uppercase; +} + +.form .form-control:-moz-placeholder { + text-transform: uppercase; +} + +.form textarea.form-control { + height: auto; +} + +.form input[type="submit"] { + border-radius: 25px; + padding: 11px 21px; + border-width: 2px; + font-size: 1em; +} + +#header .header-body { + border-top: 0; +} + +#header .header-nav-main nav > ul > li:hover > a { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li a { + background: none !important; +} + +#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active { + background: transparent; + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + background-color: #182027; + border-top: none !important; + box-shadow: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a { + border-bottom: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + border-bottom: none; + color: var(--default); +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + background: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + float: right; +} + +#header .header-btn-collapse-nav { + border-radius: 50%; + height: 34px; + width: 34px; + padding: 0; +} + +html:not(.boxed) #header.header-full-width .header-container { + padding-right: 27px; + padding-left: 27px; +} + +html.sticky-header-active #header .header-body { + box-shadow: none; +} + +@media (min-width: 991px) { + #header .header-nav-main nav > ul > li > a { + background: transparent !important; + transition: color 0.3s ease; + } + #header .header-nav-main nav > ul > li.active > a { + background: transparent; + color: #adb3c2 !important; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + content: "\f105"; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + border: none; + margin: 0; + } + #header .header-nav-main nav > ul > li.dropdown:hover > a:before, #header .header-nav-main nav > ul > li.dropdown.open > a:before { + display: none !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + padding: 7px 17px !important; + margin-top: -2px !important; + border-radius: 0 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) { + display: block; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + padding: 6px 0px 6px 0px !important; + border-bottom: 0 !important; + color: #999 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + color: var(--light) !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + margin-top: 3px; + } +} + +@media (max-width: 767px) { + #header.header-narrow .header-logo img { + height: auto !important; + max-width: 160px; + } +} + +#main { + min-height: calc( 100vh - 167px); +} + +.slider-container { + background: transparent !important; +} + +.slider-container:hover .arrows-side-header-1.tp-leftarrow { + left: -0px !important; +} + +.slider-container:hover .arrows-side-header-1.tp-rightarrow { + left: 100% !important; +} + +.slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #242E39 inset; +} + +.slider-container .hermes .tp-bullet:after { + background-color: #242E39; + box-shadow: 0 0 1px #242E39; +} + +.tp-caption-photo-label { + color: var(--light); + font-family: "PT Sans", sans-serif; + font-size: 1.8em; + font-weight: 300; + letter-spacing: -1px; + padding-bottom: 10px; + text-shadow: none; +} + +.arrows-portfolio-detail-1 { + width: 30px; + height: 80px; + border-radius: 0 !important; +} + +.arrows-portfolio-detail-1:before { + line-height: 80px; +} + +.arrows-transparent-header-photography-1 { + width: 30px; + height: 55px; + background: transparent; + opacity: 0.5; +} + +.arrows-transparent-header-photography-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-transparent-header-photography-1:hover { + background: transparent; + opacity: 1; +} + +.arrows-side-header-1 { + width: 30px; + height: 55px; + background: rgba(255, 255, 255, 0.3); + border-radius: 0 !important; +} + +.arrows-side-header-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-side-header-1:hover { + background: var(--light); +} + +.arrows-side-header-1:hover:before { + color: #000; +} + +.arrows-side-header-1.tp-leftarrow { + left: -30px !important; + transition: ease left 300ms; +} + +.arrows-side-header-1.tp-rightarrow { + left: 110% !important; + transition: ease left 300ms; +} + +.social-icons li { + box-shadow: none; + margin: 0 1px 0px 0; +} + +.social-icons li a { + border: 2px solid #333; + width: 34px; + height: 34px; + line-height: 31px; +} + +.thumb-info, +.thumb-info .thumb-info-wrapper, +.thumb-info .thumb-info-wrapper:after, +.thumb-info .thumb-info-wrapper > img, +.thumb-info .thumb-info-wrapper > .thumb-info-background { + border-radius: 0; +} + +.portfolio-stripes .owl-item .portfolio-item { + width: calc(100% + 2px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info { + border: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image { + transform: scale(1.1); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + background: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper { + height: calc(100vh - 81px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + z-index: 1; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image { + position: absolute; + top: 0; + left: 0; + background-size: cover; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + background: none; + bottom: 5.5%; + left: 5%; + padding: 0; + font-size: 2em; + line-height: 1; + text-shadow: none; +} + +.thumb-info-icons.position-style-1 { + position: absolute; + bottom: 5%; + right: 5%; + z-index: 2; +} + +.thumb-info-icons.position-style-2 { + position: absolute; + top: -15px; + left: 50%; + z-index: 3; + transform: translateX(-51%); +} + +.thumb-info-icons.position-style-3 { + position: absolute; + bottom: 7%; + right: 2%; +} + +.thumb-info-icons .thumb-info-icon { + display: inline-block; + padding: 5px 11px; + border-radius: 20px; + transition: ease all 0.3s; +} + +.thumb-info-icons .thumb-info-icon.love { + margin-left: 0.2em; +} + +.thumb-info-icons .thumb-info-icon i { + margin-left: 8px; +} + +#portfolioDetailLoadMoreWrapper li { + list-style: none; + max-height: 318px; + overflow: hidden; +} + +.portfolioDetail-load-more-loader, .portfolioInfiniteScroll-load-more-loader { + display: none; + min-height: 132px; +} + +.portfolio-detail-item { + position: relative; + display: inline-block; + text-align: center; + max-width: 360px; + width: 100%; + height: 283px; + min-height: 283px; + margin: 35px 15px 15px 15px; + cursor: pointer; + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); + transition: box-shadow 0.3s ease; + z-index: 0; +} + +.portfolio-detail-item:hover { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.7); +} + +.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon { + background-color: #ef4545 !important; +} + +.portfolio-detail-item a { + text-decoration: none !important; +} + +.portfolio-detail-item .owl-carousel { + margin-bottom: 0; + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .item-image-wrapper { + box-shadow: none; +} + +.portfolio-detail-item .owl-carousel .item-image { + margin-top: 0; +} + +.portfolio-detail-item .owl-carousel .owl-item { + width: 100%; + max-width: 360px; +} + +.portfolio-detail-item .owl-carousel .owl-item > div { + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next { + border: 0 none; + color: var(--light); + height: 50px; + line-height: 38px; + margin-top: -4px; + border-radius: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev:before, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-prev { + left: 0; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-next { + right: 0; +} + +.portfolio-detail-item .sub-item-description { + display: block; + left: 0; + top: 0; + padding: 0; + position: absolute; + width: 100%; + height: 100%; + z-index: 3; + overflow: hidden; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description:before { + content: ''; + display: block; + position: absolute; + bottom: -10%; + left: 0; + width: 100%; + box-shadow: 0 50px 130px 110px #182027; + z-index: 1; + opacity: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description h5 { + transition: all 0.3s ease; + color: var(--light); + position: absolute; + z-index: 2; + bottom: -100%; + width: 100%; + text-align: center; + left: 0; + padding-bottom: 25px; +} + +.portfolio-detail-item:hover .sub-item-description h5 { + bottom: 0; +} + +.portfolio-detail-item:hover .sub-item-description:before { + opacity: 1; +} + +.portfolio-detail-item .item-image-wrapper { + background: transparent; + width: 100%; + display: inline-block; + border: none; + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1); + transition: box-shadow 0.3s ease; +} + +.portfolio-detail-item .item-image-wrapper .fa-spin { + background: transparent none repeat scroll 0 0; + color: var(--grey-500); + font-size: 25px; + left: 50%; + margin: -13px; + position: absolute; + top: 50%; + z-index: -2; +} + +.portfolio-detail-item a:hover .item-image-wrapper { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4); +} + +.portfolio-detail-item .item-image { + min-height: 283px; + max-width: 360px; + width: 100%; + position: absolute; + top: 0; + left: 0; + background-size: cover; + z-index: -1; +} + +.portfolio-detail-item .item-description { + display: block; + padding: 15px 0; +} + +.portfolio-detail-item h5 { + padding: 0; + margin: 0; + font-size: 14px; +} + +.portfolio-detail-item p { + padding: 0; + margin: 0; + font-size: 12px; +} + +@media (max-width: 767px) { + .portfolio-detail-item { + margin-left: 0; + margin-right: 0; + } +} + +#portfolioDetailLoadMore { + margin: 50px 0px 30px 0px; + padding: 13px 30px; + outline: none; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #FFF inset; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after { + background-color: var(--light); + box-shadow: 0 0 1px #FFF; +} + +.portfolio-parallax { + height: 40vh; +} + +.portfolio-parallax:before { + content: ''; + display: block; + position: absolute; + background: rgba(10, 12, 36, 0); + top: 0; + right: 0; + bottom: 0; + left: 0; + transition: ease all 300ms; +} + +.portfolio-parallax:hover:before { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-parallax:hover .thumb-info-plus { + opacity: 1; + width: 8%; +} + +.portfolio-parallax:hover .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-parallax.hidden-plus:before { + content: none; +} + +.portfolio-parallax.hidden-plus .thumb-info-plus { + display: none; +} + +.portfolio-parallax h2 { + position: absolute; + bottom: 7%; + left: 1%; + padding: 0; + font-size: 2em; + line-height: 1; + margin: 0; +} + +.portfolio-parallax .thumb-info-plus { + opacity: 0; + position: absolute; + width: 2%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-parallax .thumb-info-plus::before, .portfolio-parallax .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-parallax .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + .portfolio-parallax { + height: 30vh; + } + .portfolio-parallax:hover .thumb-info-plus { + width: 20%; + } +} + +@media (max-width: 767px) { + .portfolio-parallax { + height: 25vh; + } +} + +#portfolioGrid { + margin: 0.5vw; +} + +#portfolioGrid li { + list-style: none; +} + +#portfolioGrid.portfolioGridFullNoMargins { + margin: 0; +} + +#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item { + padding: 0; +} + +.portfolio-grid-item { + padding: 0.5vw; +} + +.portfolio-grid-item .thumb-info { + border: none; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background { + transform: scale(1.1); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper { + background-size: cover; + width: 100%; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 33.5vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 16.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 12.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 19.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background { + position: absolute; + top: 0; + left: 0; + background-size: cover; + background-position: center; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0px); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 0; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0px); + transition: all 0.3s ease 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + #portfolioGrid { + margin: 1.5vw; + } + .portfolio-grid-item { + padding: 1.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 47.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 22.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 20.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 30.25vw; + } +} + +@media (max-width: 767px) { + #portfolioGrid:not(.portfolioGridFullNoMargins) { + margin: 0vw; + } + #portfolioGrid:not(.portfolioGridFullNoMargins) li:last-child .portfolio-grid-item { + padding: 4.5vw 4.5vw 4.5vw 4.5vw; + } + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 50vw; + } +} + +@media (max-width: 576px) { + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 70vw; + } +} + +#portfolioVertical { + margin: 0; + padding: 0; + margin-top: 25px; +} + +#portfolioVertical li { + list-style: none; + margin-bottom: 25px; +} + +@media (max-width: 767px) { + #portfolioVertical { + margin-top: 15px; + } + #portfolioVertical li { + margin-bottom: 15px; + } +} + +.portfolio-vertical-item, .horizontal-scroll-item, .portfolio-detail-image-item { + transition: ease box-shadow 300ms; +} + +.portfolio-vertical-item:hover, .horizontal-scroll-item:hover, .portfolio-detail-image-item:hover { + box-shadow: 0px 0px 59px -16px rgba(0, 0, 0, 0.4); +} + +.portfolio-vertical-item .thumb-info, .horizontal-scroll-item .thumb-info, .portfolio-detail-image-item .thumb-info { + border: none; + transform: none; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size { + width: 21%; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper, .horizontal-scroll-item .thumb-info .thumb-info-wrapper, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper { + transform: none; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 1; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0); + transition: all 0.3s ease 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox { + position: relative; + width: 100%; + height: calc( 100vh - 183px); + overflow-y: hidden; + overflow-x: scroll; +} + +#horizontalScrollBox::-webkit-scrollbar { + height: 10px; +} + +#horizontalScrollBox::-webkit-scrollbar-track { + background: #e2e2e2; + border-radius: 10px; + margin: 18px; +} + +#horizontalScrollBox::-webkit-scrollbar-thumb { + background: #888888; + border-radius: 10px; +} + +#horizontalScrollBox .content { + display: flex; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + overflow: hidden; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper { + display: inline-flex; + flex: 0 0 auto; + margin: 20px 0px 20px 20px; + width: auto; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 0px 20px 0px; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: auto; + height: calc( 100vh - 223px); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox .custom-portfolio-navigation { + position: fixed; + width: 100vw; + top: 47%; + z-index: 10; + transform: translateY(-50%); +} + +#horizontalScrollBox .custom-portfolio-navigation .prev, #horizontalScrollBox .custom-portfolio-navigation .next { + position: absolute; + width: 30px; + height: 80px; + top: -40px; + left: 0; + color: var(--light); + background-color: #242E39; + cursor: pointer; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev::before, #horizontalScrollBox .custom-portfolio-navigation .next::before { + position: relative; + content: "\e605"; + font-family: simple-line-icons; + top: 27px; + left: 5px; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev:hover, #horizontalScrollBox .custom-portfolio-navigation .next:hover { + background-color: #252f3a; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button, #horizontalScrollBox .custom-portfolio-navigation .next.disable-button { + opacity: 0.5; +} + +#horizontalScrollBox .custom-portfolio-navigation .next { + left: auto; + right: 0; +} + +#horizontalScrollBox .custom-portfolio-navigation .next::before { + content: "\e606"; + left: 9px; +} + +@media (max-width: 991px) { + #horizontalScrollBox { + height: auto !important; + overflow: visible !important; + } + #horizontalScrollBox::-webkit-scrollbar { + width: 0; + } + #horizontalScrollBox .content { + position: static; + width: 100% !important; + flex-direction: column; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:last-child { + margin: 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: 100%; + height: auto; + } + #horizontalScrollBox .custom-portfolio-navigation { + display: none; + } +} + +.portfolio-list .portfolio-item { + margin-bottom: 25px; +} + +.mfp-wrap.photography-portfolio-gallery { + opacity: 0; + transition: ease opacity 300ms; +} + +#photographyLightbox { + position: absolute; + width: 100vw; + height: 100vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .mfp-close { + background-color: #242E39; + color: var(--light); + top: 0; + right: 0; + opacity: 1; +} + +#photographyLightbox .mfp-close:hover { + opacity: 0.7; +} + +#photographyLightbox .thumb-gallery { + position: absolute; + width: 100vw; + height: 95vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item > div { + position: relative; + height: 95vh; +} + +#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + padding: 0; + border: none; + background: transparent; + text-align: center; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item img { + display: inline-block !important; + width: auto; + max-width: 95vw; + max-height: 90vh; + box-shadow: 0px 0px 40px -10px #000; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev, +#photographyLightbox .owl-carousel .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev:before, +#photographyLightbox .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#photographyLightbox #thumbGalleryThumbs { + width: 98%; + height: 13vh; + position: fixed; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} + +#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + overflow: hidden; + border: none; + box-shadow: none; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img { + width: auto; + height: 100%; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(-32%); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail { + border: none; + box-shadow: none; + overflow: visible; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img { + max-height: 20vh; + box-shadow: none; + height: auto; + width: 100%; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + opacity: 0; + transform: translateY(100%); + transition: ease all 300ms; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage { + margin: 0 auto; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + box-shadow: 0px 0px 50px -10px #000; + overflow: hidden; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item img { + width: 100%; + height: auto; + max-height: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 991px) { + #photographyLightbox .thumb-gallery { + transform: translate3d(-50%, -50%, 0); + } + #photographyLightbox .owl-carousel .owl-item img { + box-shadow: 0px 0px 20px #000; + max-width: 89vw; + } + #photographyLightbox #thumbGalleryThumbs .owl-item img { + box-shadow: none; + } + #photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + display: none; + } +} + +@media (max-width: 767px) { + #photographyLightbox .owl-carousel .owl-item img { + max-width: 80vw; + } +} + +#portfolioSliderWithThumbs { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail { + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev:before, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + background-size: cover !important; + width: 100%; + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 80px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + background-size: cover !important; + width: 100%; + height: 80px; +} + +@media (max-width: 1200px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 75px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 75px; + } +} + +@media (max-width: 991px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 65px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 65px; + } +} + +@media (max-width: 767px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 17vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 17vw; + } +} + +section.section-title { + padding: 60px 0; + margin: 0; +} + +section.photographers { + background: #ecf2f4; + border-top: none; + padding-bottom: 0; + margin-bottom: 0; +} + +section.photographers .owl-carousel { + padding: 0px; + margin: 0; +} + +section.photographers .owl-carousel .owl-nav { + margin: 0; +} + +.custom-thumb-info-photographers { + background: #ecf2f4; + border: none; + position: relative; +} + +.custom-thumb-info-photographers .thumb-info-wrapper { + transform: none; + margin: 0 !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper > a { + display: block; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + opacity: 0; + z-index: 1; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: rgba(24, 32, 39, 0.5) !important; +} + +.custom-thumb-info-photographers .thumb-info-action { + height: 100% !important; + margin: 0 !important; + top: 50% !important; + transform: translate3d(0, -50%, 0) !important; +} + +.custom-thumb-info-photographers .social-icons { + bottom: 0; + left: 0; + opacity: 1; + position: absolute; + width: 100%; + opacity: 0; + text-align: center; + z-index: 3; + transform: translateY(50px); + transition: all 0.3s ease 0.2s; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-facebook a { + background: #3b5a9a; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-x a { + background: #1aa9e1; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-instagram a { + background: #7c4a3a; +} + +.custom-thumb-info-photographers .social-icons li a { + background: transparent !important; + width: 40px; + height: 40px; + border-color: var(--light); + color: var(--light) !important; + line-height: 36px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i { + margin-left: -3px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i { + margin-left: -1px; +} + +.custom-thumb-info-photographers:hover .thumb-info-action { + display: block !important; +} + +.custom-thumb-info-photographers:hover .thumb-info-wrapper:before { + opacity: 1; +} + +.custom-thumb-info-photographers:hover .thumb-info-title { + background: none; +} + +.custom-thumb-info-photographers:hover .thumb-info-title > span { + opacity: 1; + transform: translateY(0); +} + +.custom-thumb-info-photographers:hover .social-icons { + opacity: 1; + transform: translateY(-15px); +} + +.custom-thumb-info-photographers .thumb-info-title { + background: none; + text-transform: none; + bottom: 50%; + left: 5%; + width: 90%; + font-weight: 400; + text-shadow: none; + font-size: 24px; + transform: translate3d(0, 50%, 0); +} + +.custom-thumb-info-photographers .thumb-info-title > span { + display: block; + font-weight: 100; + opacity: 0; + font-size: 16px; + padding-top: 2px; + transform: translateY(-35%); + transition: all 0.3s ease 0.1s; +} + +section.our-services { + background: var(--light); + border: none; + margin: 0; + padding: 60px 0; +} + +section.our-services .feature-box:after { + content: ''; + display: block; + position: absolute; + right: 0; + top: 0; + height: 100%; +} + +section.our-services .feature-box.hidden-vertical-line:after { + content: none; +} + +section.our-services .feature-box .feature-box-icon { + position: relative; + background: transparent; + min-width: 100px; + min-height: 100px; + border: 2px solid #000; + border-radius: 100%; + padding: 5px; + overflow: hidden; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon img { + position: absolute; + width: 113%; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +section.why-choose-us { + border: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-info { + padding: 0; +} + +section.why-choose-us .feature-box p { + color: #b8b5b1; +} + +section.our-clients { + background: var(--light); + border: 0; + margin: 0; + padding: 60px 0; +} + +section.our-clients .content-grid .content-grid-item { + padding: 0; +} + +section.our-clients .content-grid .content-grid-item:before, section.our-clients .content-grid .content-grid-item:after { + content: none; +} + +.award-item { + display: inline-table; + margin: 0 15px; +} + +.award-item img.border-rounded { + border-radius: 100%; +} + +.award-item p { + max-width: 100%; + margin: 15px auto 10px; +} + +.blog-bg { + background: #ecf2f4; +} + +section.our-blog { + padding: 60px 0; + margin: 0; +} + +#ourBlog { + margin-top: 60px; +} + +#ourBlog li { + list-style: none; +} + +.our-blog-item { + position: relative; + transition: ease box-shadow 300ms; +} + +.our-blog-item:hover:not(.blog-post) { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); +} + +.our-blog-item:hover:not(.blog-post) .image-wrapper img { + transform: scale(1.1); +} + +.our-blog-item.blog-post .post-infos { + padding: 75px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote { + background: transparent; + padding: 0px 0 10px 80px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:before { + color: var(--dark--200); + top: -13px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:after { + content: none; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote p { + font-family: "PT Sans", sans-serif; + color: var(--default); + font-style: normal; + line-height: 1.5; + font-size: 1.1em; + font-weight: 100; +} + +.our-blog-item.blog-post .author-info { + padding: 75px; +} + +.our-blog-item.blog-post .author-info:after { + content: ''; + display: block; + clear: both; +} + +.our-blog-item.blog-post .author-info img.border-rounded { + border-radius: 100%; +} + +.our-blog-item.blog-post .author-info .designation { + color: #b1b6be; +} + +.our-blog-item.blog-post .author-info p { + color: #c3c7ce; +} + +.our-blog-item .image-wrapper { + display: block; + overflow: hidden; +} + +.our-blog-item .image-wrapper img { + transition: ease transform 300ms; +} + +.our-blog-item .category { + position: absolute; + top: 15px; + right: 15px; + color: var(--light); + padding: 5px 25px; + border-radius: 20px; +} + +.our-blog-item .post-infos { + position: relative; + background: var(--light); + padding: 25px; +} + +.our-blog-item .post-infos .share { + position: absolute; + bottom: calc(100% - 22px); + right: 15px; + border-radius: 50px; + width: 43px; + height: 43px; + overflow: hidden; + z-index: 1; + transition: ease height 300ms; +} + +.our-blog-item .post-infos .share:hover { + height: 176px; +} + +.our-blog-item .post-infos .share .share-icons { + position: absolute; + bottom: 0; + left: 0; + text-align: center; +} + +.our-blog-item .post-infos .share .share-icons i { + display: block; + color: var(--light); + padding: 15px; + opacity: 0.5; + transition: ease opacity 300ms; +} + +.our-blog-item .post-infos .share .share-icons i.fa-share-alt { + opacity: 1; +} + +.our-blog-item .post-infos .share .share-icons i:hover { + opacity: 1; +} + +.our-blog-item .post-infos .post-date { + color: #646974; +} + +.our-blog-item .post-infos h1 { + line-height: 1.2; + margin-bottom: 10px; +} + +@media (max-width: 991px) { + .our-blog-item.blog-post .author-info img { + display: block; + } +} + +@media (max-width: 767px) { + .our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info { + padding: 25px; + } +} + +.post-comments { + margin: 45px 0; +} + +.post-comments ul.comments li { + padding: 15px 0 15px 115px; + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li:first-child { + border-top: none; +} + +.post-comments ul.comments li ul li:first-child { + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li .img-thumbnail { + background: transparent; + width: 100px; + height: 100px; + border: 1px solid #000; + border-radius: 100%; + overflow: hidden; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail img { + position: absolute; + width: 100%; + height: auto; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +.post-comments ul.comments li a { + text-decoration: none; + border-radius: 25px; + padding: 3px 21px; + border-width: 2px; + font-weight: bold; + font-size: 0.9em; +} + +.post-comments ul.comments .comment-block { + background: none; +} + +.post-comments ul.comments .comment-block .comment-by { + text-transform: uppercase; + color: #313946; +} + +.post-comments ul.comments .comment-block p { + color: #262d3d; +} + +@media (max-width: 575px) { + .post-comments ul.comments li { + padding: 0 0 0 10px; + } +} + +.leave-comment { + padding: 60px 0; +} + +@media (max-width: 991px) { + .leave-comment input[type="email"] { + margin-top: 15px; + } +} + +#photographyPagination { + margin: 60px 0; +} + +#photographyPagination ul { + padding: 0; + text-align: center; +} + +#photographyPagination ul li { + display: inline-block; + list-style: none; +} + +#photographyPagination ul li a { + border-radius: 25px; + padding: 8px 13px; + border-width: 2px; + font-weight: bold; + text-transform: uppercase; + letter-spacing: -1px; + font-size: 0.9em; +} + +#photographyPagination ul li.prev a i { + margin-right: 5px; +} + +#photographyPagination ul li.next a i { + margin-left: 5px; +} + +@media (max-width: 767px) { + #ourBlog .isotope-item { + text-align: left; + } + #ourBlog .our-blog-item .post-infos .share { + width: 42px; + } +} + +section.contact-details { + border: none; + margin: 0; +} + +section.contact-details .feature-box { + padding: 20px 10px; + text-align: center; +} + +section.contact-details .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.contact-details .feature-box .feature-box-icon [class*="fa-"], section.contact-details .feature-box .feature-box-icon .icons { + color: var(--light); + opacity: 0.5; +} + +section.contact-details .feature-box .feature-box-info { + padding: 0; +} + +section.contact-details .feature-box p, section.contact-details .feature-box a { + color: #b8b5b1; +} + +#footer.light.narrow { + border: 0; + padding: 0; + margin: 0; +} + +#footer.light.narrow .footer-copyright { + border: 0; + margin: 0; + padding: 30px 0; + background: #E8EDF0; +} + +#footer.light.narrow .footer-copyright p { + color: var(--default); + font-family: "PT Sans", sans-serif; + font-size: 13px; +} + +/* Skin */ +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after, .portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after, .portfolio-item .thumb-info .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-parallax:not(.portfolio-parallax-demo-2):hover:before { + background: var(--quaternary-rgba-50) !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-detail-item .sub-item-description:before { + box-shadow: 0 50px 130px 110px var(--quaternary); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.tparrows { + background: var(--quaternary-rgba-50) !important; +} + +.tparrows:hover { + background: var(--quaternary-rgba-90) !important; +} + +.tparrows.arrows-transparent-header-photography-1 { + background: transparent !important; +} + +.tparrows.arrows-transparent-header-photography-1:hover { + background: transparent !important; +} + +#photographyLightbox .mfp-close { + background: var(--quaternary) !important; +} + +html.photography-demo-2.sticky-header-enabled.sticky-header-active #header .header-body { + background: var(--primary); +} + +html.photography-demo-2 #header.solid-header .header-body { + background: var(--primary); +} + +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} + +html.photography-demo-2 .portfolio-parallax-demo-2:before { + background: transparent linear-gradient(to top, var(--quaternary) 0px, transparent 100%) repeat scroll 0 0; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +html.photography-demo-3 #main:hover .portfolio-parallax:before { + background: var(--quaternary-rgba-50) !important; +} + +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} + +/* +* Demo Photography 3 +*/ +html.photography-demo-3.safari .body { + overflow: inherit; +} + +@media (min-width: 992px) { + html.photography-demo-3.side-header .main .container, + html.photography-demo-3.side-header #footer .container { + max-width: 1140px; + } +} + +html.photography-demo-3.side-header #main { + position: relative; + z-index: 999; +} + +@media (min-width: 992px) and (max-width: 1200px) { + html.photography-demo-3 .sticky-wrapper { + z-index: 1000 !important; + } + html.photography-demo-3.side-header #header.side-header { + z-index: 1000 !important; + } +} + +html.photography-demo-3 h1, html.photography-demo-3 h2, html.photography-demo-3 h3, html.photography-demo-3 h4, html.photography-demo-3 h5, html.photography-demo-3 h6, html.photography-demo-3 a, html.photography-demo-3 p, html.photography-demo-3 span { + font-family: "PT Sans", sans-serif; +} + +html.photography-demo-3 #main { + transition: ease opacity 300ms; +} + +@media (min-width: 992px) { + html.photography-demo-3 #main { + height: 100vh; + min-height: 100vh; + } +} + +html.photography-demo-3 #main.no-height { + height: auto; +} + +html.photography-demo-3 #main.calc-height { + height: calc(100vh - 86px); + min-height: 0; +} + +@media (max-width: 991px) { + html.photography-demo-3 #main.calc-height { + height: auto !important; + } +} + +@media (max-width: 767px) { + html.photography-demo-3 #main { + height: calc(100vh - 80px); + min-height: calc(100vh - 80px); + } +} + +html.photography-demo-3 .tp-caption-photo-label { + font-size: 18px !important; + text-transform: uppercase !important; + padding-bottom: 0; + text-shadow: none; +} + +html.photography-demo-3 .tp-caption-main-custom { + text-transform: uppercase !important; + font-size: 3em !important; +} + +html.photography-demo-3 .tp-caption-sub-custom { + text-transform: uppercase !important; + font-size: 22px !important; + margin-top: -30px !important; + opacity: 0.5 !important; +} + +html.photography-demo-3 .tparrows:hover { + background: #FFF !important; +} + +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + border-color: transparent; + background: transparent; +} + +html.photography-demo-3 .owl-carousel .owl-nav button.owl-prev, html.photography-demo-3 .owl-carousel .owl-nav button.owl-next { + height: 55px !important; + line-height: 25px !important; + opacity: 0.7; +} + +html.photography-demo-3 .owl-carousel .owl-nav button.owl-prev:before, html.photography-demo-3 .owl-carousel .owl-nav button.owl-next:before { + font-weight: bold; +} + +html.photography-demo-3 .owl-carousel .owl-nav button.owl-prev:hover, html.photography-demo-3 .owl-carousel .owl-nav button.owl-next:hover { + background-color: var(--light) !important; + color: #000 !important; + opacity: 1; +} + +html.photography-demo-3 .custom-portfolio-navigation .prev, html.photography-demo-3 .custom-portfolio-navigation .next { + height: 55px !important; + line-height: 25px !important; + opacity: 0.7; +} + +html.photography-demo-3 .custom-portfolio-navigation .prev:before, html.photography-demo-3 .custom-portfolio-navigation .next:before { + top: 16px !important; + font-weight: bold !important; + font-size: 11px; + left: 10px !important; +} + +html.photography-demo-3 .custom-portfolio-navigation .prev:hover, html.photography-demo-3 .custom-portfolio-navigation .next:hover { + background-color: var(--light) !important; + color: #000 !important; + opacity: 1; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-stage:hover .thumb-info .thumb-info-wrapper:after { + opacity: 1; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper:after { + opacity: 0; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + bottom: 0; + left: 0; + right: 0; + transform: translateY(0); +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper { + height: 100vh; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper:before { + content: none; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 100%; + max-width: 100%; + left: 0; + right: 0; + background: var(--light); + bottom: 0; + font-size: 19px; + padding: 20px; + letter-spacing: 0; + line-height: 1.3; + text-shadow: none; + text-transform: uppercase; + transform: translateY(100%); + transition: ease transform 300ms; +} + +html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-subtitle { + display: block; + text-transform: none; + font-size: 13px; + color: #9C9C9C; +} + +html.photography-demo-3 .portfolio-vertical-item:hover, html.photography-demo-3 .horizontal-scroll-item:hover, html.photography-demo-3 .portfolio-detail-image-item:hover, html.photography-demo-3 .portfolio-grid-item:hover { + box-shadow: none !important; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:after { + opacity: 0 !important; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:before { + bottom: -41px; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + bottom: 0; + left: 0; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper:after { + opacity: 0; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + display: none; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + font-size: 19px; + color: #1e1e1e; + background: var(--light); + left: 0; + bottom: -50%; + letter-spacing: 0; + line-height: 1.3; + text-align: left !important; + text-shadow: none; + padding: 20px; + text-transform: uppercase; + width: 100%; + max-width: none; + opacity: 1; + font-weight: 700 !important; + transform: none; +} + +html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title { + display: block; + opacity: 1; + color: #9C9C9C; + font-size: 13px; + text-transform: none; + transform: none; +} + +html.photography-demo-3 #portfolioVertical:hover li .thumb-info-wrapper:after, html.photography-demo-3 #horizontalScrollBox .content:hover li .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-list:hover li .thumb-info-wrapper:after, html.photography-demo-3 #portfolioGrid:hover li .thumb-info-wrapper:after { + opacity: 1; +} + +html.photography-demo-3 .portfolio-detail-item { + box-shadow: none !important; +} + +html.photography-demo-3 .portfolio-detail-item:hover .item-image-wrapper:after { + opacity: 0 !important; +} + +html.photography-demo-3 .portfolio-detail-item .item-image-wrapper { + position: relative; + min-height: 283px; + max-width: 360px; + overflow: hidden; + box-shadow: none; +} + +html.photography-demo-3 .portfolio-detail-item .item-image-wrapper:after { + content: ''; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(36, 46, 57, 0.5); + width: 100%; + height: 100%; + opacity: 0; + z-index: 2; + transition: ease opacity 300ms; +} + +html.photography-demo-3 .portfolio-detail-item .sub-item-description { + background: #fff none repeat scroll 0 0; + bottom: -100%; + height: auto; + padding: 25px 0 0; + text-align: left; + top: auto; +} + +html.photography-demo-3 .portfolio-detail-item .sub-item-description:before { + content: none; +} + +html.photography-demo-3 .portfolio-detail-item .sub-item-description h5 { + bottom: 0; + color: #1e1e1e; + font-size: 14px; + font-weight: 700 !important; + letter-spacing: 0; + position: relative; +} + +html.photography-demo-3 .portfolio-detail-item:hover .sub-item-description { + bottom: 0; +} + +html.photography-demo-3 .thumb-info-icons.position-style-2 { + z-index: 4; +} + +html.photography-demo-3 #portfolioDetailLoadMoreWrapper:hover li .item-image-wrapper:after { + opacity: 1; +} + +html.photography-demo-3 .portfolio-parallax-demo-3 { + overflow: hidden; +} + +html.photography-demo-3 .portfolio-parallax-demo-3:hover:before { + opacity: 0 !important; +} + +html.photography-demo-3 .portfolio-parallax-demo-3:hover .thumb-info-title { + bottom: 0; + left: 0; + right: 0; +} + +html.photography-demo-3 .portfolio-parallax-demo-3:before { + opacity: 0; + background: rgba(10, 12, 36, 0.5); +} + +html.photography-demo-3 .portfolio-parallax-demo-3 .thumb-info-title { + font-size: 19px; + color: #1e1e1e; + background: var(--light); + left: 0; + right: 0; + bottom: -80%; + letter-spacing: 0; + line-height: 1.3; + text-align: left !important; + text-shadow: none; + padding: 20px; + text-transform: uppercase; + width: 100%; + max-width: none; + opacity: 1; + transform: none; + transition: ease bottom 300ms; +} + +html.photography-demo-3 .portfolio-parallax-demo-3 .thumb-info-title .thumb-info-sub-title { + display: block; + opacity: 1; + color: #9C9C9C; + font-size: 13px; + text-transform: none; + transform: none; +} + +html.photography-demo-3 #main:hover .portfolio-parallax-demo-3:before { + opacity: 1; +} + +html.photography-demo-3 #horizontalScrollBox { + height: calc(100vh - 100px); +} + +html.photography-demo-3 #horizontalScrollBox .custom-portfolio-navigation { + width: calc(100vw - 255px); +} + +html.photography-demo-3 #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + height: calc(100vh - 146px); +} + +@media (max-width: 991px) { + html.photography-demo-3 #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + height: auto !important; + } +} + +html.photography-demo-3 .section-title h1 { + text-transform: uppercase !important; +} + +html.photography-demo-3 .form .form-control { + font-size: 13px; + height: 40px; +} + +html.photography-demo-3 .form textarea.form-control { + height: auto; +} + +html.photography-demo-3 .form input[type="submit"] { + border-radius: 25px; + border-width: 0; + font-size: 13px; + padding: 10px 20px; +} + +html.photography-demo-3 .blog-bg { + background: var(--light); +} + +html.photography-demo-3 .our-blog-item:hover:not(.blog-post) { + box-shadow: none; +} diff --git a/resources/assets/css/demos/demo-photography.css b/resources/assets/css/demos/demo-photography.css new file mode 100644 index 0000000..d72e680 --- /dev/null +++ b/resources/assets/css/demos/demo-photography.css @@ -0,0 +1,2274 @@ +.col-5ths, +.col-sm-5ths, +.col-md-5ths, +.col-lg-5ths, +.col-xl-5ths { + position: relative; + min-height: 1px; + width: 100%; + padding-right: 0; + padding-left: 0; +} + +.col-5ths { + flex: 0 0 20%; + max-width: 20%; +} + +@media (min-width: 576px) { + .col-sm-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 768px) { + .col-md-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 992px) { + .col-lg-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +@media (min-width: 1200px) { + .col-xl-5ths { + flex: 0 0 20%; + max-width: 20%; + } +} + +.alternative-font { + font-family: "Roboto Slab", serif; + font-size: inherit; +} + +.default-font { + font-family: "Poppins", Arial, sans-serif; + font-size: inherit; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Roboto Slab", serif; +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.6em; +} + +h3 { + font-size: 1.2em; +} + +h4 { + font-size: 1em; +} + +h5 { + font-size: 0.9em; +} + +h6 { + font-size: 0.8em; +} + +.custom-font-size-1 { + font-size: 2em; + line-height: 1; +} + +.custom-font-size-2 { + font-size: 3.5em; + line-height: 1; +} + +.custom-border-radius { + border-radius: 30px !important; +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev, .custom-carousel-arrows-style .owl-nav button.owl-next { + height: 80px; + top: 50%; + border-radius: 0; + transform: translateY(-50%); +} + +.custom-carousel-arrows-style .owl-nav button.owl-prev::before, .custom-carousel-arrows-style .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e605"; +} + +.custom-carousel-arrows-style .owl-nav button.owl-next::before { + content: "\e606"; +} + +.custom-carousel-dots-style { + margin: 30px 0; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot span { + background: transparent; + border: 2px solid #192830; + opacity: 0.5; +} + +.custom-carousel-dots-style .owl-dots button.owl-dot.active span { + opacity: 1; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside { + position: relative; +} + +.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots { + position: absolute; + bottom: 10px; + right: 10px; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"], +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover { + border-radius: 100% !important; +} + +.list.list-icons-style-2 li > .fa:first-child, +.list.list-icons-style-2 li a:first-child > .fa:first-child, +.list.list-icons-style-2 li > .icons:first-child, +.list.list-icons-style-2 li a:first-child > .icons:first-child { + border-width: 2px !important; +} + +.form .form-control { + border: 1px solid #dde4e6; + border-radius: 2px; + height: 45px; + padding: 10px 12px; +} + +.form .form-control::-webkit-input-placeholder { + text-transform: uppercase; +} + +.form .form-control::-moz-placeholder { + text-transform: uppercase; +} + +.form .form-control:-ms-input-placeholder { + text-transform: uppercase; +} + +.form .form-control:-moz-placeholder { + text-transform: uppercase; +} + +.form textarea.form-control { + height: auto; +} + +.form input[type="submit"] { + border-radius: 25px; + padding: 11px 21px; + border-width: 2px; + font-size: 1em; +} + +#header .header-body { + border-top: 0; +} + +#header .header-nav-main nav > ul > li:hover > a { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li a { + background: none !important; +} + +#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active { + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active { + background: transparent; + color: #adb3c2 !important; +} + +#header .header-nav-main nav > ul > li a.active.dropdown-toggle:after { + border-color: #adb3c2 transparent transparent transparent !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + background-color: #182027; + border-top: none !important; + box-shadow: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a { + border-bottom: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + border-bottom: none; + color: var(--default); +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + background: none !important; +} + +#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + float: right; +} + +#header .header-btn-collapse-nav { + border-radius: 50%; + height: 34px; + width: 34px; + padding: 0; +} + +html:not(.boxed) #header.header-full-width .header-container { + padding-right: 27px; + padding-left: 27px; +} + +html.sticky-header-active #header .header-body { + box-shadow: none; +} + +@media (min-width: 991px) { + #header .header-nav-main nav > ul > li > a { + background: transparent !important; + transition: color 0.3s ease; + } + #header .header-nav-main nav > ul > li.active > a { + background: transparent; + color: #adb3c2 !important; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + content: "\f105"; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + border: none; + margin: 0; + } + #header .header-nav-main nav > ul > li.dropdown:hover > a:before, #header .header-nav-main nav > ul > li.dropdown.open > a:before { + display: none !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 { + padding: 7px 17px !important; + margin-top: -2px !important; + border-radius: 0 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) { + display: block; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a { + padding: 6px 0px 6px 0px !important; + border-bottom: 0 !important; + color: #999 !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover { + color: var(--light) !important; + } + #header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i { + margin-top: 3px; + } +} + +@media (max-width: 767px) { + #header.header-narrow .header-logo img { + height: auto !important; + max-width: 160px; + } +} + +#main { + min-height: calc( 100vh - 167px); +} + +.slider-container { + background: transparent !important; +} + +.slider-container:hover .arrows-side-header-1.tp-leftarrow { + left: -0px !important; +} + +.slider-container:hover .arrows-side-header-1.tp-rightarrow { + left: 100% !important; +} + +.slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #242E39 inset; +} + +.slider-container .hermes .tp-bullet:after { + background-color: #242E39; + box-shadow: 0 0 1px #242E39; +} + +.tp-caption-photo-label { + color: var(--light); + font-family: "Roboto Slab", serif; + font-size: 1.8em; + font-weight: 300; + letter-spacing: -1px; + padding-bottom: 10px; + text-shadow: none; +} + +.arrows-portfolio-detail-1 { + width: 30px; + height: 80px; + border-radius: 0 !important; +} + +.arrows-portfolio-detail-1:before { + line-height: 80px; +} + +.arrows-transparent-header-photography-1 { + width: 30px; + height: 55px; + background: transparent; + opacity: 0.5; +} + +.arrows-transparent-header-photography-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-transparent-header-photography-1:hover { + background: transparent; + opacity: 1; +} + +.arrows-side-header-1 { + width: 30px; + height: 55px; + background: rgba(255, 255, 255, 0.3); + border-radius: 0 !important; +} + +.arrows-side-header-1:before { + line-height: 55px; + font-weight: bold; +} + +.arrows-side-header-1:hover { + background: var(--light); +} + +.arrows-side-header-1:hover:before { + color: #000; +} + +.arrows-side-header-1.tp-leftarrow { + left: -30px !important; + transition: ease left 300ms; +} + +.arrows-side-header-1.tp-rightarrow { + left: 110% !important; + transition: ease left 300ms; +} + +.social-icons li { + box-shadow: none; + margin: 0 1px 0px 0; +} + +.social-icons li a { + border: 2px solid #333; + width: 34px; + height: 34px; + line-height: 31px; +} + +.thumb-info, +.thumb-info .thumb-info-wrapper, +.thumb-info .thumb-info-wrapper:after, +.thumb-info .thumb-info-wrapper > img, +.thumb-info .thumb-info-wrapper > .thumb-info-background { + border-radius: 0; +} + +.portfolio-stripes .owl-item .portfolio-item { + width: calc(100% + 2px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info { + border: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image { + transform: scale(1.1); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + background: none; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper { + height: calc(100vh - 81px); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + z-index: 1; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image { + position: absolute; + top: 0; + left: 0; + background-size: cover; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title { + background: none; + bottom: 5.5%; + left: 5%; + padding: 0; + font-size: 2em; + line-height: 1; + text-shadow: none; +} + +.thumb-info-icons.position-style-1 { + position: absolute; + bottom: 5%; + right: 5%; + z-index: 2; +} + +.thumb-info-icons.position-style-2 { + position: absolute; + top: -15px; + left: 50%; + z-index: 3; + transform: translateX(-51%); +} + +.thumb-info-icons.position-style-3 { + position: absolute; + bottom: 7%; + right: 2%; +} + +.thumb-info-icons .thumb-info-icon { + display: inline-block; + padding: 5px 11px; + border-radius: 20px; + transition: ease all 0.3s; +} + +.thumb-info-icons .thumb-info-icon.love { + margin-left: 0.2em; +} + +.thumb-info-icons .thumb-info-icon i { + margin-left: 8px; +} + +#portfolioDetailLoadMoreWrapper li { + list-style: none; + max-height: 318px; + overflow: hidden; +} + +.portfolioDetail-load-more-loader, .portfolioInfiniteScroll-load-more-loader { + display: none; + min-height: 132px; +} + +.portfolio-detail-item { + position: relative; + display: inline-block; + text-align: center; + max-width: 360px; + width: 100%; + height: 283px; + min-height: 283px; + margin: 35px 15px 15px 15px; + cursor: pointer; + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); + transition: box-shadow 0.3s ease; + z-index: 0; +} + +.portfolio-detail-item:hover { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.7); +} + +.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon { + background-color: #ef4545 !important; +} + +.portfolio-detail-item a { + text-decoration: none !important; +} + +.portfolio-detail-item .owl-carousel { + margin-bottom: 0; + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .item-image-wrapper { + box-shadow: none; +} + +.portfolio-detail-item .owl-carousel .item-image { + margin-top: 0; +} + +.portfolio-detail-item .owl-carousel .owl-item { + width: 100%; + max-width: 360px; +} + +.portfolio-detail-item .owl-carousel .owl-item > div { + position: relative; + width: 100%; + max-width: 360px; + min-height: 283px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next { + border: 0 none; + color: var(--light); + height: 50px; + line-height: 38px; + margin-top: -4px; + border-radius: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev:before, +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +.portfolio-detail-item .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-prev { + left: 0; +} + +.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-next { + right: 0; +} + +.portfolio-detail-item .sub-item-description { + display: block; + left: 0; + top: 0; + padding: 0; + position: absolute; + width: 100%; + height: 100%; + z-index: 3; + overflow: hidden; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description:before { + content: ''; + display: block; + position: absolute; + bottom: -10%; + left: 0; + width: 100%; + box-shadow: 0 50px 130px 110px #182027; + z-index: 1; + opacity: 0; + transition: all 0.3s ease; +} + +.portfolio-detail-item .sub-item-description h5 { + transition: all 0.3s ease; + color: var(--light); + position: absolute; + z-index: 2; + bottom: -100%; + width: 100%; + text-align: center; + left: 0; + padding-bottom: 25px; +} + +.portfolio-detail-item:hover .sub-item-description h5 { + bottom: 0; +} + +.portfolio-detail-item:hover .sub-item-description:before { + opacity: 1; +} + +.portfolio-detail-item .item-image-wrapper { + background: transparent; + width: 100%; + display: inline-block; + border: none; + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1); + transition: box-shadow 0.3s ease; +} + +.portfolio-detail-item .item-image-wrapper .fa-spin { + background: transparent none repeat scroll 0 0; + color: var(--grey-500); + font-size: 25px; + left: 50%; + margin: -13px; + position: absolute; + top: 50%; + z-index: -2; +} + +.portfolio-detail-item a:hover .item-image-wrapper { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4); +} + +.portfolio-detail-item .item-image { + min-height: 283px; + max-width: 360px; + width: 100%; + position: absolute; + top: 0; + left: 0; + background-size: cover; + z-index: -1; +} + +.portfolio-detail-item .item-description { + display: block; + padding: 15px 0; +} + +.portfolio-detail-item h5 { + padding: 0; + margin: 0; + font-size: 14px; +} + +.portfolio-detail-item p { + padding: 0; + margin: 0; + font-size: 12px; +} + +@media (max-width: 767px) { + .portfolio-detail-item { + margin-left: 0; + margin-right: 0; + } +} + +#portfolioDetailLoadMore { + margin: 50px 0px 30px 0px; + padding: 13px 30px; + outline: none; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet { + box-shadow: 0 0 0 2px #FFF inset; +} + +#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after { + background-color: var(--light); + box-shadow: 0 0 1px #FFF; +} + +.portfolio-parallax { + height: 40vh; +} + +.portfolio-parallax:before { + content: ''; + display: block; + position: absolute; + background: rgba(10, 12, 36, 0); + top: 0; + right: 0; + bottom: 0; + left: 0; + transition: ease all 300ms; +} + +.portfolio-parallax:hover:before { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-parallax:hover .thumb-info-plus { + opacity: 1; + width: 8%; +} + +.portfolio-parallax:hover .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-parallax.hidden-plus:before { + content: none; +} + +.portfolio-parallax.hidden-plus .thumb-info-plus { + display: none; +} + +.portfolio-parallax h2 { + position: absolute; + bottom: 7%; + left: 1%; + padding: 0; + font-size: 2em; + line-height: 1; + margin: 0; +} + +.portfolio-parallax .thumb-info-plus { + opacity: 0; + position: absolute; + width: 2%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-parallax .thumb-info-plus::before, .portfolio-parallax .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-parallax .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + .portfolio-parallax { + height: 30vh; + } + .portfolio-parallax:hover .thumb-info-plus { + width: 20%; + } +} + +@media (max-width: 767px) { + .portfolio-parallax { + height: 25vh; + } +} + +#portfolioGrid { + margin: 0.5vw; +} + +#portfolioGrid li { + list-style: none; +} + +#portfolioGrid.portfolioGridFullNoMargins { + margin: 0; +} + +#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item { + padding: 0; +} + +.portfolio-grid-item { + padding: 0.5vw; +} + +.portfolio-grid-item .thumb-info { + border: none; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background { + transform: scale(1.1); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper { + background-size: cover; + width: 100%; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 33.5vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 16.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 12.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 19.25vw; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background { + position: absolute; + top: 0; + left: 0; + background-size: cover; + background-position: center; + width: 100%; + height: 100%; + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0px); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 0; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0px); + transition: all 0.3s ease 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +@media (max-width: 991px) { + #portfolioGrid { + margin: 1.5vw; + } + .portfolio-grid-item { + padding: 1.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 { + height: 47.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 { + height: 22.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 { + height: 20.25vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 30.25vw; + } +} + +@media (max-width: 767px) { + #portfolioGrid:not(.portfolioGridFullNoMargins) { + margin: 0vw; + } + #portfolioGrid:not(.portfolioGridFullNoMargins) li:last-child .portfolio-grid-item { + padding: 4.5vw 4.5vw 4.5vw 4.5vw; + } + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 50vw; + } +} + +@media (max-width: 576px) { + .portfolio-grid-item { + padding: 4.5vw 4.5vw 0vw 4.5vw; + } + .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 { + height: 70vw; + } +} + +#portfolioVertical { + margin: 0; + padding: 0; + margin-top: 25px; +} + +#portfolioVertical li { + list-style: none; + margin-bottom: 25px; +} + +@media (max-width: 767px) { + #portfolioVertical { + margin-top: 15px; + } + #portfolioVertical li { + margin-bottom: 15px; + } +} + +.portfolio-vertical-item, .horizontal-scroll-item, .portfolio-detail-image-item { + transition: ease box-shadow 300ms; +} + +.portfolio-vertical-item:hover, .horizontal-scroll-item:hover, .portfolio-detail-image-item:hover { + box-shadow: 0px 0px 59px -16px rgba(0, 0, 0, 0.4); +} + +.portfolio-vertical-item .thumb-info, .horizontal-scroll-item .thumb-info, .portfolio-detail-image-item .thumb-info { + border: none; + transform: none; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title { + opacity: 1; + transform: translate3d(-50%, 50%, 0px); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size { + width: 21%; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper, .horizontal-scroll-item .thumb-info .thumb-info-wrapper, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper { + transform: none; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after { + background: rgba(10, 12, 36, 0.5); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title { + width: 90%; + background: transparent; + bottom: 50%; + left: 50%; + right: auto; + opacity: 0; + text-transform: none; + margin: 0; + line-height: 1.4; + font-size: 30px; + font-weight: 300 !important; + text-shadow: none; + letter-spacing: -1px; + transition: all 0.3s ease; + transform: translate3d(-50%, 40%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title span { + display: block; + opacity: 1; + text-transform: none; + font-size: 16px; + transform: translate3d(0, -40%, 0); + transition: all 0.3s ease 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox { + position: relative; + width: 100%; + height: calc( 100vh - 183px); + overflow-y: hidden; + overflow-x: scroll; +} + +#horizontalScrollBox::-webkit-scrollbar { + height: 10px; +} + +#horizontalScrollBox::-webkit-scrollbar-track { + background: #e2e2e2; + border-radius: 10px; + margin: 18px; +} + +#horizontalScrollBox::-webkit-scrollbar-thumb { + background: #888888; + border-radius: 10px; +} + +#horizontalScrollBox .content { + display: flex; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + overflow: hidden; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper { + display: inline-flex; + flex: 0 0 auto; + margin: 20px 0px 20px 20px; + width: auto; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 0px 20px 0px; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(90deg); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: auto; + height: calc( 100vh - 223px); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate3d(-50%, -50%, 0); + transition: ease all 0.3s; +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); +} + +#horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after { + transform: translate3d(-50%, -50%, 0) rotate(0deg); +} + +#horizontalScrollBox .custom-portfolio-navigation { + position: fixed; + width: 100vw; + top: 47%; + z-index: 10; + transform: translateY(-50%); +} + +#horizontalScrollBox .custom-portfolio-navigation .prev, #horizontalScrollBox .custom-portfolio-navigation .next { + position: absolute; + width: 30px; + height: 80px; + top: -40px; + left: 0; + color: var(--light); + background-color: #242E39; + cursor: pointer; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev::before, #horizontalScrollBox .custom-portfolio-navigation .next::before { + position: relative; + content: "\e605"; + font-family: simple-line-icons; + top: 27px; + left: 5px; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev:hover, #horizontalScrollBox .custom-portfolio-navigation .next:hover { + background-color: #252f3a; +} + +#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button, #horizontalScrollBox .custom-portfolio-navigation .next.disable-button { + opacity: 0.5; +} + +#horizontalScrollBox .custom-portfolio-navigation .next { + left: auto; + right: 0; +} + +#horizontalScrollBox .custom-portfolio-navigation .next::before { + content: "\e606"; + left: 9px; +} + +@media (max-width: 991px) { + #horizontalScrollBox { + height: auto !important; + overflow: visible !important; + } + #horizontalScrollBox::-webkit-scrollbar { + width: 0; + } + #horizontalScrollBox .content { + position: static; + width: 100% !important; + flex-direction: column; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child { + margin: 20px 20px 0px 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper:last-child { + margin: 20px; + } + #horizontalScrollBox .content .horizontal-scroll-item-wrapper .horizontal-scroll-item .thumb-info .thumb-info-wrapper img { + width: 100%; + height: auto; + } + #horizontalScrollBox .custom-portfolio-navigation { + display: none; + } +} + +.portfolio-list .portfolio-item { + margin-bottom: 25px; +} + +.mfp-wrap.photography-portfolio-gallery { + opacity: 0; + transition: ease opacity 300ms; +} + +#photographyLightbox { + position: absolute; + width: 100vw; + height: 100vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .mfp-close { + background-color: #242E39; + color: var(--light); + top: 0; + right: 0; + opacity: 1; +} + +#photographyLightbox .mfp-close:hover { + opacity: 0.7; +} + +#photographyLightbox .thumb-gallery { + position: absolute; + width: 100vw; + height: 95vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item > div { + position: relative; + height: 95vh; +} + +#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + padding: 0; + border: none; + background: transparent; + text-align: center; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox .owl-carousel .owl-item img { + display: inline-block !important; + width: auto; + max-width: 95vw; + max-height: 90vh; + box-shadow: 0px 0px 40px -10px #000; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev, +#photographyLightbox .owl-carousel .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-prev:before, +#photographyLightbox .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#photographyLightbox .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#photographyLightbox #thumbGalleryThumbs { + width: 98%; + height: 13vh; + position: fixed; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} + +#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + overflow: hidden; + border: none; + box-shadow: none; +} + +#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img { + width: auto; + height: 100%; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(-32%); +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail { + border: none; + box-shadow: none; + overflow: visible; +} + +#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img { + max-height: 20vh; + box-shadow: none; + height: auto; + width: 100%; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + opacity: 0; + transform: translateY(100%); + transition: ease all 300ms; +} + +#photographyLightbox #thumbGalleryThumbs .owl-stage { + margin: 0 auto; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div { + height: 20vh; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + box-shadow: 0px 0px 50px -10px #000; + overflow: hidden; +} + +#photographyLightbox #thumbGalleryThumbs .owl-item img { + width: 100%; + height: auto; + max-height: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 991px) { + #photographyLightbox .thumb-gallery { + transform: translate3d(-50%, -50%, 0); + } + #photographyLightbox .owl-carousel .owl-item img { + box-shadow: 0px 0px 20px #000; + max-width: 89vw; + } + #photographyLightbox #thumbGalleryThumbs .owl-item img { + box-shadow: none; + } + #photographyLightbox #thumbGalleryThumbs .owl-stage-outer { + display: none; + } +} + +@media (max-width: 767px) { + #photographyLightbox .owl-carousel .owl-item img { + max-width: 80vw; + } +} + +#portfolioSliderWithThumbs { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail { + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav { + margin-top: 0; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev:before, +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + background-size: cover !important; + width: 100%; + height: 600px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 80px; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + background-size: cover !important; + width: 100%; + height: 80px; +} + +@media (max-width: 1200px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 520px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 75px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 75px; + } +} + +@media (max-width: 991px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 390px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 65px; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 65px; + } +} + +@media (max-width: 767px) { + #portfolioSliderWithThumbs #thumbGalleryDetail { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div { + height: 50vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs { + height: 17vw; + } + #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div { + height: 17vw; + } +} + +section.section-title { + padding: 60px 0; + margin: 0; +} + +section.photographers { + background: #ecf2f4; + border-top: none; + padding-bottom: 0; + margin-bottom: 0; +} + +section.photographers .owl-carousel { + padding: 0px; + margin: 0; +} + +section.photographers .owl-carousel .owl-nav { + margin: 0; +} + +.custom-thumb-info-photographers { + background: #ecf2f4; + border: none; + position: relative; +} + +.custom-thumb-info-photographers .thumb-info-wrapper { + transform: none; + margin: 0 !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper > a { + display: block; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + content: ''; + display: block; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + box-shadow: 0 50px 190px 110px #182027; + opacity: 0; + z-index: 1; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: rgba(24, 32, 39, 0.5) !important; +} + +.custom-thumb-info-photographers .thumb-info-action { + height: 100% !important; + margin: 0 !important; + top: 50% !important; + transform: translate3d(0, -50%, 0) !important; +} + +.custom-thumb-info-photographers .social-icons { + bottom: 0; + left: 0; + opacity: 1; + position: absolute; + width: 100%; + opacity: 0; + text-align: center; + z-index: 3; + transform: translateY(50px); + transition: all 0.3s ease 0.2s; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-facebook a { + background: #3b5a9a; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-x a { + background: #1aa9e1; +} + +.custom-thumb-info-photographers .social-icons li:hover.social-icons-instagram a { + background: #7c4a3a; +} + +.custom-thumb-info-photographers .social-icons li a { + background: transparent !important; + width: 40px; + height: 40px; + border-color: var(--light); + color: var(--light) !important; + line-height: 36px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i { + margin-left: -3px; +} + +.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i { + margin-left: -1px; +} + +.custom-thumb-info-photographers:hover .thumb-info-action { + display: block !important; +} + +.custom-thumb-info-photographers:hover .thumb-info-wrapper:before { + opacity: 1; +} + +.custom-thumb-info-photographers:hover .thumb-info-title { + background: none; +} + +.custom-thumb-info-photographers:hover .thumb-info-title > span { + opacity: 1; + transform: translateY(0); +} + +.custom-thumb-info-photographers:hover .social-icons { + opacity: 1; + transform: translateY(-15px); +} + +.custom-thumb-info-photographers .thumb-info-title { + background: none; + text-transform: none; + bottom: 50%; + left: 5%; + width: 90%; + font-weight: 400; + text-shadow: none; + font-size: 24px; + transform: translate3d(0, 50%, 0); +} + +.custom-thumb-info-photographers .thumb-info-title > span { + display: block; + font-weight: 100; + opacity: 0; + font-size: 16px; + padding-top: 2px; + transform: translateY(-35%); + transition: all 0.3s ease 0.1s; +} + +section.our-services { + background: var(--light); + border: none; + margin: 0; + padding: 60px 0; +} + +section.our-services .feature-box:after { + content: ''; + display: block; + position: absolute; + right: 0; + top: 0; + height: 100%; +} + +section.our-services .feature-box.hidden-vertical-line:after { + content: none; +} + +section.our-services .feature-box .feature-box-icon { + position: relative; + background: transparent; + min-width: 100px; + min-height: 100px; + border: 2px solid #000; + border-radius: 100%; + padding: 5px; + overflow: hidden; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +section.our-services .feature-box .feature-box-icon img { + position: absolute; + width: 113%; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +section.why-choose-us { + border: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.why-choose-us .feature-box .feature-box-info { + padding: 0; +} + +section.why-choose-us .feature-box p { + color: #b8b5b1; +} + +section.our-clients { + background: var(--light); + border: 0; + margin: 0; + padding: 60px 0; +} + +section.our-clients .content-grid .content-grid-item { + padding: 0; +} + +section.our-clients .content-grid .content-grid-item:before, section.our-clients .content-grid .content-grid-item:after { + content: none; +} + +.award-item { + display: inline-table; + margin: 0 15px; +} + +.award-item img.border-rounded { + border-radius: 100%; +} + +.award-item p { + max-width: 100%; + margin: 15px auto 10px; +} + +.blog-bg { + background: #ecf2f4; +} + +section.our-blog { + padding: 60px 0; + margin: 0; +} + +#ourBlog { + margin-top: 60px; +} + +#ourBlog li { + list-style: none; +} + +.our-blog-item { + position: relative; + transition: ease box-shadow 300ms; +} + +.our-blog-item:hover:not(.blog-post) { + box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3); +} + +.our-blog-item:hover:not(.blog-post) .image-wrapper img { + transform: scale(1.1); +} + +.our-blog-item.blog-post .post-infos { + padding: 75px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote { + background: transparent; + padding: 0px 0 10px 80px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:before { + color: var(--dark--200); + top: -13px; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote:after { + content: none; +} + +.our-blog-item.blog-post .post-infos .testimonial blockquote p { + font-family: "Roboto Slab", serif; + color: var(--default); + font-style: normal; + line-height: 1.5; + font-size: 1.1em; + font-weight: 100; +} + +.our-blog-item.blog-post .author-info { + padding: 75px; +} + +.our-blog-item.blog-post .author-info:after { + content: ''; + display: block; + clear: both; +} + +.our-blog-item.blog-post .author-info img.border-rounded { + border-radius: 100%; +} + +.our-blog-item.blog-post .author-info .designation { + color: #b1b6be; +} + +.our-blog-item.blog-post .author-info p { + color: #c3c7ce; +} + +.our-blog-item .image-wrapper { + display: block; + overflow: hidden; +} + +.our-blog-item .image-wrapper img { + transition: ease transform 300ms; +} + +.our-blog-item .category { + position: absolute; + top: 15px; + right: 15px; + color: var(--light); + padding: 5px 25px; + border-radius: 20px; +} + +.our-blog-item .post-infos { + position: relative; + background: var(--light); + padding: 25px; +} + +.our-blog-item .post-infos .share { + position: absolute; + bottom: calc(100% - 22px); + right: 15px; + border-radius: 50px; + width: 43px; + height: 43px; + overflow: hidden; + z-index: 1; + transition: ease height 300ms; +} + +.our-blog-item .post-infos .share:hover { + height: 176px; +} + +.our-blog-item .post-infos .share .share-icons { + position: absolute; + bottom: 0; + left: 0; + text-align: center; +} + +.our-blog-item .post-infos .share .share-icons i { + display: block; + color: var(--light); + padding: 15px; + opacity: 0.5; + transition: ease opacity 300ms; +} + +.our-blog-item .post-infos .share .share-icons i.fa-share-alt { + opacity: 1; +} + +.our-blog-item .post-infos .share .share-icons i:hover { + opacity: 1; +} + +.our-blog-item .post-infos .post-date { + color: #646974; +} + +.our-blog-item .post-infos h1 { + line-height: 1.2; + margin-bottom: 10px; +} + +@media (max-width: 991px) { + .our-blog-item.blog-post .author-info img { + display: block; + } +} + +@media (max-width: 767px) { + .our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info { + padding: 25px; + } +} + +.post-comments { + margin: 45px 0; +} + +.post-comments ul.comments li { + padding: 15px 0 15px 115px; + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li:first-child { + border-top: none; +} + +.post-comments ul.comments li ul li:first-child { + border-top: 1px solid #dde5e7; +} + +.post-comments ul.comments li .img-thumbnail { + background: transparent; + width: 100px; + height: 100px; + border: 1px solid #000; + border-radius: 100%; + overflow: hidden; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 6px solid #FFF; + border-radius: 100%; + z-index: 1; +} + +.post-comments ul.comments li .img-thumbnail img { + position: absolute; + width: 100%; + height: auto; + top: 50%; + left: 50%; + z-index: 0; + transform: translate3d(-50%, -50%, 0); +} + +.post-comments ul.comments li a { + text-decoration: none; + border-radius: 25px; + padding: 3px 21px; + border-width: 2px; + font-weight: bold; + font-size: 0.9em; +} + +.post-comments ul.comments .comment-block { + background: none; +} + +.post-comments ul.comments .comment-block .comment-by { + text-transform: uppercase; + color: #313946; +} + +.post-comments ul.comments .comment-block p { + color: #262d3d; +} + +@media (max-width: 575px) { + .post-comments ul.comments li { + padding: 0 0 0 10px; + } +} + +.leave-comment { + padding: 60px 0; +} + +@media (max-width: 991px) { + .leave-comment input[type="email"] { + margin-top: 15px; + } +} + +#photographyPagination { + margin: 60px 0; +} + +#photographyPagination ul { + padding: 0; + text-align: center; +} + +#photographyPagination ul li { + display: inline-block; + list-style: none; +} + +#photographyPagination ul li a { + border-radius: 25px; + padding: 8px 13px; + border-width: 2px; + font-weight: bold; + text-transform: uppercase; + letter-spacing: -1px; + font-size: 0.9em; +} + +#photographyPagination ul li.prev a i { + margin-right: 5px; +} + +#photographyPagination ul li.next a i { + margin-left: 5px; +} + +@media (max-width: 767px) { + #ourBlog .isotope-item { + text-align: left; + } + #ourBlog .our-blog-item .post-infos .share { + width: 42px; + } +} + +section.contact-details { + border: none; + margin: 0; +} + +section.contact-details .feature-box { + padding: 20px 10px; + text-align: center; +} + +section.contact-details .feature-box .feature-box-icon { + float: none; + margin: 0; +} + +section.contact-details .feature-box .feature-box-icon [class*="fa-"], section.contact-details .feature-box .feature-box-icon .icons { + color: var(--light); + opacity: 0.5; +} + +section.contact-details .feature-box .feature-box-info { + padding: 0; +} + +section.contact-details .feature-box p, section.contact-details .feature-box a { + color: #b8b5b1; +} + +#footer.light.narrow { + border: 0; + padding: 0; + margin: 0; +} + +#footer.light.narrow .footer-copyright { + border: 0; + margin: 0; + padding: 30px 0; + background: #E8EDF0; +} + +#footer.light.narrow .footer-copyright p { + color: var(--default); + font-family: "Roboto Slab", serif; + font-size: 13px; +} + +/* Skin */ +.portfolio-grid-item .thumb-info .thumb-info-wrapper:after, .portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after, .portfolio-item .thumb-info .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-parallax:not(.portfolio-parallax-demo-2):hover:before { + background: var(--quaternary-rgba-50) !important; +} + +.custom-thumb-info-photographers .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.custom-thumb-info-photographers .thumb-info-wrapper:after { + background: var(--quaternary-rgba-50) !important; +} + +.portfolio-detail-item .sub-item-description:before { + box-shadow: 0 50px 130px 110px var(--quaternary); +} + +.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +.tparrows { + background: var(--quaternary-rgba-50) !important; +} + +.tparrows:hover { + background: var(--quaternary-rgba-90) !important; +} + +.tparrows.arrows-transparent-header-photography-1 { + background: transparent !important; +} + +.tparrows.arrows-transparent-header-photography-1:hover { + background: transparent !important; +} + +#photographyLightbox .mfp-close { + background: var(--quaternary) !important; +} + +html.photography-demo-2.sticky-header-enabled.sticky-header-active #header .header-body { + background: var(--primary); +} + +html.photography-demo-2 #header.solid-header .header-body { + background: var(--primary); +} + +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} + +html.photography-demo-2 .portfolio-parallax-demo-2:before { + background: transparent linear-gradient(to top, var(--quaternary) 0px, transparent 100%) repeat scroll 0 0; +} + +html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before, html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before { + box-shadow: 0 50px 190px 110px var(--quaternary); +} + +html.photography-demo-3 #main:hover .portfolio-parallax:before { + background: var(--quaternary-rgba-50) !important; +} + +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child, +html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-product-landing.css b/resources/assets/css/demos/demo-product-landing.css new file mode 100644 index 0000000..cd3d181 --- /dev/null +++ b/resources/assets/css/demos/demo-product-landing.css @@ -0,0 +1,286 @@ +@charset "UTF-8"; +body { + font-family: "Poppins", sans-serif; +} + +@media (min-width: 1200px) { + .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) { + max-width: 1200px; + } +} + +.custom-absolute-y-center { + position: absolute; + top: 50%; + transform: translate3d(0, -50%, 0); +} + +.custom-border-color-1 { + border-color: #31363c !important; +} + +.custom-border-color-2 { + border-color: #44494e !important; +} + +.custom-border-color-3 { + border-color: #f4f4f4 !important; +} + +.custom-filter-grayscale-1 { + filter: grayscale(1); +} + +@media (min-width: 500px) { + .custom-ws-nowrap { + white-space: nowrap !important; + } +} + +@media (max-width: 991px) { + .custom-remove-left-divider { + border-left: 0 !important; + } +} + +.custom-bg-color-grey-1 { + background-color: #eff1f3 !important; +} + +.custom-font-size-1 { + font-size: 0.55em; +} + +.custom-font-size-2 { + font-size: 0.35em; +} + +.custom-letter-spacing-1 { + letter-spacing: 5px; +} + +.custom-letter-spacing-2 { + letter-spacing: 3px; +} + +@media (max-width: 575px) { + .custom-xs-margin-top-1 { + margin-top: -80px; + } +} + +@media (min-width: 1200px) { + .custom-xl-margin-top-1 { + margin-top: -70px; + } +} + +/* Header */ +#header { + top: 0; +} + +#header .header-nav-main nav > ul > li > a { + font-weight: 600; + font-size: 13.6px; + font-size: 0.85rem; + letter-spacing: 0; + text-transform: none; +} + +#header .list > li > a { + font-weight: 400; + font-size: 13.6px; + font-size: 0.85rem; + letter-spacing: 0.5px; + color: var(--dark); +} + +#header .header-nav.header-nav-line .header-nav-main nav > ul > li:hover.no-line-effect > a:before, #header .header-nav.header-nav-line .header-nav-main nav > ul > li.active.no-line-effect > a:before { + content: none; +} + +@media (min-width: 992px) and (max-width: 1199px) { + #header .header-nav-main nav > ul > li > a { + padding: 0 1rem !important; + } +} + +@media (min-width: 1200px) { + #header .header-nav-main nav > ul > li > a { + padding: 0 1.1rem !important; + } +} + +html:not(.sticky-header-active) #header .header-body.header-border-bottom { + border-bottom: 0; +} + +/* Custom Section Padding */ +@media (min-width: 992px) { + .custom-section-padding-1 { + padding: 10vw 0 !important; + } +} + +/* Custom Product Image Styles */ +@media (min-width: 1200px) { + .custom-product-image-style-1 { + position: absolute; + top: 81%; + left: 130px; + transform: translate3d(0, -50%, 0); + } + .custom-product-image-style-1 img { + max-width: calc(100% + 740px); + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-product-image-style-1 img { + margin-left: 140px; + max-width: 170%; + } +} + +@media (min-width: 992px) { + .custom-product-image-style-2 { + position: absolute; + top: 50%; + right: 0; + transform: translate3d(0, -50%, 0); + max-width: none; + width: 47vw; + } +} + +/* Custom Icons */ +.custom-icon-left-arrows, +.custom-icon-right-arrows { + position: relative; + width: 13px; + height: 13px; +} + +.custom-icon-left-arrows:before, +.custom-icon-right-arrows:before { + content: ''; + position: absolute; + left: -35%; + top: 50%; + width: 90%; + height: 90%; + border-top: 1px solid var(--dark); + border-left: 1px solid var(--dark); + opacity: 0.6; + transform: translate3d(0, -50%, 0) rotate(-45deg); +} + +.custom-icon-left-arrows:after, +.custom-icon-right-arrows:after { + content: ''; + position: absolute; + right: -35%; + top: 50%; + width: 100%; + height: 100%; + border-top: 1px solid var(--dark); + border-left: 1px solid var(--dark); + transform: translate3d(0, -50%, 0) rotate(-45deg); +} + +.custom-icon-right-arrows { + transform: rotateY(180deg); +} + +/* Custom Min Width */ +.custom-min-width { + display: inline-block; + min-width: 170px; +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-min-width { + min-width: 140px; + } +} + +/* Custom Play Button */ +.custom-play-button-1 { + display: inline-flex; + align-items: center; + justify-content: center; + width: 80px; + height: 80px; + border-radius: 100%; + background: var(--light); + color: var(--dark); + transition: ease transform 300ms; + font-size: 20.8px; + font-size: 1.3rem; +} + +.custom-play-button-1:hover { + transform: scale(1.1); +} + +/* Custom List Styles */ +.custom-list-style-1 > li { + margin: 0 !important; + padding-right: 16px; + padding-right: 1rem; + padding-left: 16px; + padding-left: 1rem; + border-right: 1px solid #414346; + line-height: 1; +} + +.custom-list-style-1 > li:last-child { + border-right: 0; +} + +/* Custom SVG Line Animation */ +@keyframes customSVGLineAnim { + from { + stroke-dasharray: 380; + stroke-dashoffset: 170; + } + to { + stroke-dasharray: 310; + stroke-dashoffset: 340; + } +} + +.customSVGLineAnim { + animation-name: customSVGLineAnim; +} + +@keyframes customSVGLineAnimTwo { + from { + stroke-dasharray: 820; + stroke-dashoffset: 500; + } + to { + stroke-dasharray: 1120; + stroke-dashoffset: 500; + } +} + +.customSVGLineAnimTwo { + animation-name: customSVGLineAnimTwo; +} + +/* 360º Product Viewer */ +.cd-product-viewer-handle .handle { + border: none; +} + +.cd-product-viewer-handle .fill { + background-color: #e8e9e9; +} + +/* Skin */ +/* Product Carousel Thumb Gallery */ +.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected { + border-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-real-estate.css b/resources/assets/css/demos/demo-real-estate.css new file mode 100644 index 0000000..3a9c6c2 --- /dev/null +++ b/resources/assets/css/demos/demo-real-estate.css @@ -0,0 +1,193 @@ +h2 { + text-transform: none; + font-weight: 600; + font-size: 2.2em; +} + +h3 { + text-transform: none; + font-weight: 600; + font-size: 1.6em; +} + +h4, h5, h6 { + text-transform: none; + font-weight: 600; +} + +#header .header-top { + border-bottom-width: 1px; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + text-transform: capitalize; + font-size: 1.1em; + } + #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a { + font-weight: 500; + color: var(--default); + } +} + +.custom-card-info { + background: transparent; + max-width: 100%; +} + +.custom-card-info.custom-card-info-shadow:before { + display: block; + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + opacity: 0; + content: ''; + box-shadow: 0 30px 110px #bbb; + border-radius: .25rem; + transition: opacity 0.2s ease-in-out; +} + +.custom-card-info .custom-card-info-arrow { + transition: all 0.2s ease-in-out; + right: 0 !important; +} + +.custom-card-info:hover.custom-card-info-shadow:before { + opacity: 0.5; +} + +.custom-card-info:hover .custom-card-info-arrow { + right: -7px !important; +} + +.custom-card-info .card-body { + padding: 0; + border-radius: .25rem; + background: var(--light); +} + +.custom-card-info .featured-tag { + color: var(--light); + text-transform: uppercase; + padding: 15px 102px; + position: absolute; + right: -24%; + top: 6%; + transform: rotate(45deg); + transition: none 0s ease 0s; + text-align: inherit; + line-height: 24px; + border-width: 0px; + margin: 0px; + letter-spacing: -0.5px; + font-weight: 600; + font-size: 14px; +} + +.custom-card-info .custom-card-info-header { + border-bottom: 1px solid #E7E7E7; + padding: 16px; + padding: 1rem; +} + +.custom-card-info .custom-card-info-content { + padding: 16px; + padding: 1rem; +} + +.custom-card-info-slider { + max-width: 390px; +} + +.custom-card-info-slider .custom-card-info-header { + padding: 32px; + padding: 2rem; +} + +.custom-card-info-slider .custom-card-info-content { + padding: 32px; + padding: 2rem; +} + +.custom-card-info-locations img { + transition: ease all 300ms; + filter: grayscale(100%); +} + +.custom-card-info-locations .card-body:before { + transition: ease all 300ms; +} + +.custom-card-info-locations:hover img { + filter: none; +} + +.custom-card-info-locations:hover .card-body:before { + opacity: 0.4 !important; +} + +.custom-card-info-locations .custom-card-info-desc { + top: 50%; + position: absolute; + transform: translateY(-50%); + width: 100%; + text-align: center; + display: block; + z-index: 10; +} + +.custom-card-info-special-offers .custom-card-info-desc { + top: 50%; + position: absolute; + transform: translateY(-50%); + width: 100%; + text-align: center; + display: block; + z-index: 10; +} + +.custom-view-more svg { + transition: ease transform 300ms; +} + +.custom-view-more:hover svg { + transform: translate3d(7px, 0, 0); +} + +.btn.custom-btn-search-page-header { + padding-top: 16px; + padding-top: 1rem; + padding-bottom: 16px; + padding-bottom: 1rem; + position: relative; + bottom: 5px; +} + +.page-header .form-style-3 { + margin-top: -30px; + position: relative; + z-index: 10; +} + +#footer { + border: 0; + background: #333; +} + +#footer .footer-copyright { + border-top: 1px solid #454545; + background: #333; +} + +#footer .footer-copyright p { + color: #999; +} + +/* Skin */ +@media (min-width: 992px) { + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + color: var(--primary); + } +} diff --git a/resources/assets/css/demos/demo-renewable-energy.css b/resources/assets/css/demos/demo-renewable-energy.css new file mode 100644 index 0000000..740bbdb --- /dev/null +++ b/resources/assets/css/demos/demo-renewable-energy.css @@ -0,0 +1,247 @@ +body { + font-size: 16px; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li { + margin: 0 20px; + } + #header .header-nav-main nav > ul > li:first-child { + margin-left: 0; + } + #header .header-nav-main nav > ul > li > a { + font-size: 18px; + padding: 0 !important; + } +} + +h1, h2, h3, h4, h5, h6 { + color: var(--dark); +} + +h3 { + text-transform: none; + font-weight: bold; + font-size: 2.3em; + line-height: 1.2em; +} + +p { + font-weight: 500; + font-size: 18px; + line-height: 30px; +} + +.custom-el-pos-1 { + margin-top: -100px; +} + +.custom-el-pos-2 { + top: 25px; + position: relative; +} + +@media (min-width: 992px) { + .custom-el-pos-2 { + top: 0; + } +} + +.custom-el-pos-3 { + bottom: -25px !important; +} + +@media (max-width: 1919px) { + .custom-shape-divider-1 { + min-width: 1920px; + } +} + +.custom-shape-divider-1.custom-shape-divider-1-flip-horizonal { + transform: rotateY(180deg); +} + +.hero { + height: 750px; +} + +.hero-el-1 { + width: 1400px; + height: 1400px; + position: absolute; + border-radius: 100%; + top: -62%; + left: -21%; +} + +.hero-el-2 { + width: 1400px; + height: 1400px; + position: absolute; + border-radius: 100%; + top: -65%; + left: -20.3%; + background: var(--primary-100); +} + +.custom-text-1 { + font-size: 200px; + position: relative; + top: 100px; +} + +.custom-text-1 em { + font-size: 0.7em; + font-style: normal; +} + +@media (min-width: 992px) { + .custom-text-1 { + font-size: 180px; + } +} + +@media (min-width: 1400px) { + .custom-text-1 { + font-size: 300px; + } +} + +.custom-svg-position-1 { + position: absolute; + top: -500px; + left: 100px; + opacity: 0.2; +} + +.custom-svg-position-2 { + position: absolute; + top: 300px; + left: -62%; + opacity: 0.2; + z-index: 0; + max-width: 2000px; +} + +.custom-svg-position-3 { + position: absolute; + top: 395px; + right: -60%; + opacity: 0.2; + z-index: 0; + max-width: 2000px; +} + +@keyframes customLines1anim { + from { + stroke-dasharray: 1600; + stroke-dashoffset: 1600; + } + to { + stroke-dasharray: 1600; + stroke-dashoffset: 0; + } +} + +.customLines1anim { + animation-name: customLines1anim; +} + +@media (min-width: 992px) { + .custom-highlight-1 { + position: relative; + z-index: 1; + } + .custom-highlight-1:after { + content: ''; + position: absolute; + top: 60%; + left: 50%; + width: 0%; + height: 25%; + background-color: var(--primary); + z-index: -1; + right: 0; + } + .custom-highlight-1-tertiary:after { + background-color: var(--tertiary); + } +} + +.custom-highlight-anim:after { + animation-name: customHighlightAnim; + animation-duration: 2s; + animation-fill-mode: forwards; +} + +.custom-highlight-anim-delay:after { + animation-delay: 1s; +} + +@keyframes customHighlightAnim { + 0% { + width: 0; + opacity: 1; + } + 100% { + width: 52%; + opacity: 1; + } +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer { + padding-top: 40px; + margin-bottom: 0; +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-nav { + position: absolute; + top: 0; + margin: 0; + padding: 0; + width: auto; + transform: none; + text-align: left; +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next { + position: static; + transform: none; +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev { + margin-right: 5px; +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next { + margin-left: 5px; +} + +.custom-block-1:after { + content: ''; + position: absolute; + width: 100%; + height: 40px; + background: var(--quaternary); + display: block; + top: -40px; + left: 0; +} + +.custom-block-1 h4 { + position: relative; + top: -20px; +} + +.custom-block-1.custom-block-1-bottom:after { + top: auto; + bottom: -40px; +} + +.custom-block-1.custom-block-1-bottom h4 { + top: 20px; +} + +.custom-min-width-1 { + min-width: 195px; +} diff --git a/resources/assets/css/demos/demo-restaurant.css b/resources/assets/css/demos/demo-restaurant.css new file mode 100644 index 0000000..107b977 --- /dev/null +++ b/resources/assets/css/demos/demo-restaurant.css @@ -0,0 +1,252 @@ +/* +* Typography +*/ +.custom-font-secondary { + font-family: "Lora", serif !important; +} + +h1, h2, h3 { + font-family: "Lora", serif; +} + +.custom-big-font-size-1 { + font-size: 56px; + font-size: 3.5rem; +} + +@media (min-width: 576px) { + .custom-big-font-size-1 { + font-size: 5.5rem; + } +} + +/* +* Spacement +*/ +@media (min-width: 992px) { + .custom-negative-margin-top-1 { + margin-top: -360px; + } +} + +@media (max-width: 575px) { + .pl-xs-1 { + padding-left: .25rem !important; + } +} + +/* +* Border +*/ +.custom-border-radius-1 { + border-radius: 7px !important; +} + +/* +* Buttons +*/ +.custom-btn-style-1 { + position: relative; + border-radius: 7px; + padding: 10px 20px; + transition: ease transform 300ms; +} + +.custom-btn-style-1 > span { + position: relative; + z-index: 1; +} + +.custom-btn-style-1:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: inherit; + opacity: 0.4; + border-radius: inherit; + transform: translate3d(5px, 5px, 0); + transition: ease transform 300ms; + z-index: 0; +} + +.custom-btn-style-1:hover { + transform: translate3d(2.5px, 2.5px, 0); +} + +.custom-btn-style-1:hover:before { + transform: translate3d(0, 0, 0); +} + +/* +* Overlay +*/ +.overlay:before { + background: #2C2C2C; +} + +/* +* Custom Line +*/ +.custom-line { + width: 50px; + border-bottom: 2px solid var(--grey-500); +} + +/* +* Custom Divider Size +*/ +.custom-divider-size-1 { + height: 3px; +} + +/* +* Header +*/ +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 16px; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + } +} + +/* +* Testimonials +*/ +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after { + font-family: "Lora", sans-serif; + font-weight: bold; + font-size: 40px; + font-size: 2.5rem; + color: #212121; + top: 10px; +} + +.custom-testimonial-style-1.testimonial-with-quotes.custom-testimonial-style-1-quote-big blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes.custom-testimonial-style-1-quote-big blockquote:after { + font-size: 64px; + font-size: 4rem; + top: -6px; +} + +/* +* Custom Menu Item +*/ +.custom-menu-item .custom-menu-item-details { + display: flex; + justify-content: space-between; + position: relative; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-title { + position: relative; + padding-bottom: 10px; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price { + position: relative; + top: -5px; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong { + font-size: 20.8px; + font-size: 1.3rem; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span { + font-size: 0.6em; +} + +.custom-menu-item .custom-menu-item-details .custom-menu-item-line { + position: absolute; + width: 100%; + bottom: 0; + border-bottom: dashed 1px #777; +} + +.custom-menu-item .custom-menu-item-desc { + position: relative; + margin-top: 5px; +} + +.custom-menu-item + .custom-menu-item { + margin-top: 25px; +} + +/* +* Blog Post Date +*/ +.custom-date-style-1 { + position: relative; + border-radius: 7px; + transition: ease transform 300ms; +} + +.custom-date-style-1:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: inherit; + background: inherit; + opacity: 0.7; + transform: translate3d(5px, 5px, 0); + transition: ease transform 300ms; + z-index: 0; +} + +.custom-date-style-1 > span > span { + font-size: 0.5em; + letter-spacing: 3px; +} + +/* +* Custom Link Effects +*/ +.custom-link-hover-effects:hover .custom-date-style-1 { + transform: translate3d(2.5px, 2.5px, 0); +} + +.custom-link-hover-effects:hover .custom-date-style-1:before { + transform: translate3d(0, 0, 0); +} + +/* +* Breadcrumb +*/ +.breadcrumb > li + li:before { + opacity: 0.8; + font-size: 0.8em; + padding: 0 13px 0 7px; +} + +/* +* Footer +*/ +#footer { + background: #2c2c2c; +} + +#footer p, #footer span, #footer li, #footer a:not(.btn):not(.no-footer-css) { + color: #969696; +} + +#footer .footer-copyright { + background: #2c2c2c; +} + +/* Skin */ +/* +* Custom Line +*/ +.custom-line { + border-bottom-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-resume-dark.css b/resources/assets/css/demos/demo-resume-dark.css new file mode 100644 index 0000000..66ff7a1 --- /dev/null +++ b/resources/assets/css/demos/demo-resume-dark.css @@ -0,0 +1,1346 @@ +/* +* DEMO GENERAL STYLES +*/ +body { + position: relative; + overflow-x: hidden; + font-family: "Poppins", sans-serif; +} + +.body { + background: transparent; +} + +h2 { + margin-bottom: 17px; + font-size: 1.8em; +} + +section.section { + padding: 60px 0px; +} + +@media (max-width: 767px) { + section.section { + padding: 30px 0px; + } +} + +/* +* DEMO CUSTOM STYLES +*/ +.custom-position-1 { + position: relative; +} + +.custom-font-size-1 { + font-size: 60px; + font-weight: 600; + line-height: 1; + margin: -15px 0 10px; + letter-spacing: -2px; +} + +.custom-font-size-2 { + font-size: 21px; + letter-spacing: -0.5px; + line-height: 1; +} + +.custom-text-color-1 { + color: #b7b7b7 !important; +} + +.custom-text-color-2 { + color: #727c93 !important; +} + +.parallax-no-overflow { + overflow: visible !important; +} + +.parallax-no-overflow .parallax-background { + z-index: -1; +} + +.custom-border { + border: 10px solid #FFF; +} + +@media (min-width: 991px) { + .custom-image-position-2 { + position: absolute; + max-width: 90%; + top: -60px; + z-index: 1; + } +} + +.custom-margin-bottom-1 { + margin-bottom: 30px !important; +} + +@media (min-width: 992px) { + .custom-section-padding-1 { + padding-top: 150px !important; + padding-bottom: 70px !important; + } + .custom-md-margin-top-1 { + margin-top: 58px; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-section-padding-1 { + padding-top: 150px !important; + padding-bottom: 2.3rem !important; + } +} + +@media (max-width: 991px) { + .custom-sm-margin-bottom-1 { + margin-bottom: 45px; + } +} + +@media (max-width: 767px) { + .custom-xs-margin-1 { + margin-left: 0 !important; + margin-top: 10px; + } +} + +.custom-btn-style-1 { + padding: 5px 18px; + border-radius: 35px !important; +} + +.custom-btn-style-2 { + color: var(--dark) !important; + padding: 10px 30px; + border-radius: 35px !important; +} + +.custom-btn-style-2.btn-outline { + border-color: #b5b5b5 !important; + border-width: 1px; +} + +.custom-box-shadow-1 { + box-shadow: 0px 30px 120px 0px #dde5ee; +} + +.custom-box-shadow-2 { + box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important; +} + +.custom-box-shadow-3 { + box-shadow: 0 30px 40px -15px #e5edf6; +} + +.custom-box-shadow-4 { + box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important; +} + +.custom-bg-color-1 { + background: #f4f9ff !important; +} + +@media (max-width: 767px) { + .custom-xs-bg-size-cover { + background-size: cover !important; + } +} + +.flag { + position: relative; + top: -1px; +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-image-pos-1 { + position: relative; + left: -60px; + max-width: 160%; + } +} + +/* +* Owl Carousel +*/ +.owl-carousel.custom-carousel-style-1 { + width: calc(100% + 120px); + left: 50%; + transform: translateX(-50%); +} + +.owl-carousel.custom-item-padding .owl-item { + padding: 20px 40px 40px; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span { + border-color: var(--dark) !important; + background-color: var(--dark) !important; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span { + position: relative; + width: 12px; + height: 12px; + margin: 5px 2px; + background: transparent !important; + border: 2px solid var(--dark); +} + +.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot:hover span { + border-color: var(--dark) !important; + background-color: var(--dark) !important; +} + +.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot span { + border: 2px solid var(--dark) !important; +} + +.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot:hover span { + border-color: var(--light) !important; + background-color: var(--light) !important; +} + +.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot span { + border: 2px solid #FFF !important; +} + +.owl-carousel.custom-dots-position-1 .owl-dots { + text-align: right; + padding-right: 68px; +} + +/* +* Header +*/ +#header.header-floating-icons .nav { + flex-direction: column; +} + +#header.header-floating-icons .header-nav-main nav > ul > li { + flex: 0 0 auto; + margin-left: 0; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active { + background: #FFF !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after { + background: var(--light); +} + +@media (min-width: 992px) { + #header.header-floating-icons { + background: transparent; + height: 0; + min-height: 0 !important; + } + #header.header-floating-icons .header-row { + display: block; + position: absolute; + top: 45px; + left: -40px; + } + #header.header-floating-icons .header-body { + position: fixed; + top: 0; + background: transparent; + min-height: 0; + padding: 0; + border: none; + } + #header.header-floating-icons .header-nav { + padding: 0 !important; + } + #header.header-floating-icons .header-nav-main { + margin: 0; + box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3); + } + #header.header-floating-icons .header-nav-main nav > ul > li:hover > a > span { + transform: rotateY(0deg); + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 25px; + padding: 17.1px; + perspective: 770px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 102%; + background: var(--primary); + z-index: -1; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + position: absolute; + top: 0; + left: 125.5%; + background: var(--light); + padding: 0 25px; + height: 100%; + line-height: 4.1; + white-space: nowrap; + font-size: 14px; + z-index: -2; + transition: ease transform 300ms; + transform-origin: -19% 0%; + transform: rotateY(88deg); + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: -4px; + padding: 10px; + background: var(--light); + z-index: -1; + transform: translate(0, -50%) rotate(45deg); + } +} + +@media (min-width: 992px) and (max-width: 1281px) { + #header.header-floating-icons .header-row { + left: -19px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + padding: 9.8px; + perspective: 450px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + line-height: 3; + } +} + +@media (max-width: 991px) { + #header.header-floating-icons { + position: absolute; + top: 60px; + right: 0px; + } + #header.header-floating-icons .header-body { + background: transparent; + border: none; + min-height: 0; + } + #header.header-floating-icons .header-btn-collapse-nav { + padding: 15px 20px; + margin: 0; + color: #1e1e1e; + } + #header.header-floating-icons .header-nav-main { + position: absolute; + right: 0px; + top: 77px; + max-width: 53px; + overflow: hidden; + } + #header.header-floating-icons .header-nav-main:before { + content: none; + } + #header.header-floating-icons .header-nav-main nav { + padding: 0; + max-height: none; + } + #header.header-floating-icons .header-nav-main nav > ul { + display: block; + padding: 0; + } + #header.header-floating-icons .header-nav-main nav > ul > li { + display: inline-block; + border: none; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 1.7em; + margin: 0; + padding: 15px; + color: #1e1e1e !important; + border-bottom: none; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + display: none; + } +} + +/* +* About Me +*/ +.about-me-more { + display: none; +} + +.about-me-more.about-me-more-visible { + display: block; +} + +.custom-about-me-infos span { + display: block; +} + +@media (max-width: 767px) { + .custom-about-me-infos span { + font-size: 0.9em; + } +} + +.custom-about-me-links { + position: relative; +} + +.custom-about-me-links:after { + content: ''; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 75vw; + border-bottom: 1px solid #e2e2e2; + z-index: 0; +} + +@media (max-width: 991px) { + .custom-about-me-links:after { + width: 100vw; + } +} + +@media (max-width: 767px) { + .custom-about-me-links > .container { + max-width: none; + } +} + +.custom-nav-button { + display: inline-block; + padding: 30px 10px; + font-size: 1.2em; + letter-spacing: -0.5px; + line-height: 1.3; + text-align: center; +} + +.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after { + content: ''; + display: block; + position: absolute; + top: 0; + left: -12px; + height: 100%; + border-left: 1px solid #e2e2e2; +} + +.custom-nav-button.custom-divisors:after { + left: auto; + right: -16px; +} + +.custom-nav-button i { + float: left; + font-size: 1.3em; + margin-right: 10px; + vertical-align: middle; +} + +@media (max-width: 991px) { + .custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after { + content: none; + } + .custom-xs-border-bottom { + border-bottom: 1px solid #e2e2e2; + } +} + +.custom-box-details { + padding: 35px; +} + +.custom-box-details h4 { + letter-spacing: -0.5px; +} + +@media (max-width: 767px) { + .custom-box-details { + float: none !important; + margin-left: 0 !important; + } +} + +.custom-list-style-1 { + padding: 0; +} + +.custom-list-style-1 li { + list-style: none; +} + +.custom-list-style-1 li span { + text-transform: uppercase; + font-weight: 600; + font-size: 0.9em; +} + +.custom-list-style-1 li span:nth-child(1) { + display: inline-block; + min-width: 100px; +} + +.custom-list-style-1 li span.custom-max-width-1 { + min-width: 130px; +} + +.custom-social-icons { + position: absolute; + top: 50%; + right: 0; + transform: translate(0, -50%); +} + +.custom-social-icons li { + display: block; + margin: 0; +} + +.custom-social-icons li a { + height: 40px; + line-height: 40px; + width: 40px; + border-radius: 0; + color: var(--light) !important; +} + +.custom-social-icons li:hover a { + opacity: 0.9; +} + +.custom-social-icons li.social-icons-facebook a { + background: #3b5a9a; +} + +.custom-social-icons li.social-icons-x a { + background: #1aa9e1; +} + +.custom-social-icons li.social-icons-youtube a { + background: #c3191e; +} + +@media (max-width: 1281px) { + .custom-social-icons { + display: none; + } +} + +/* +* Experience +*/ +section.custom-timeline { + width: calc(100% - 30px); + margin: 0 0 0 40px; + padding: 0; +} + +section.custom-timeline:after, section.custom-timeline:before { + content: none; +} + +section.custom-timeline .timeline-body:after { + content: ''; + display: block; + clear: both; +} + +section.custom-timeline .timeline-bar { + position: absolute; + background: var(--dark); + width: 3px; + left: -3.6%; + z-index: 0; +} + +section.custom-timeline .timeline-box { + position: relative; + border: 0 !important; + margin: 15px 0 !important; + width: 100%; + margin: 0; + padding: 0; +} + +section.custom-timeline .timeline-box.right { + max-width: 100%; +} + +section.custom-timeline .timeline-box.right:before { + top: 50%; + left: -3.8%; + background: var(--dark) !important; + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--dark) !important; + margin-top: 0; + transform: translateY(-50%); +} + +section.custom-timeline .timeline-box.right:after { + top: 50%; + left: -22px; + background: var(--primary); + border: none; + transform: translateY(-50%) rotate(45deg); +} + +section.custom-timeline .timeline-box .experience-info, section.custom-timeline .timeline-box .experience-description { + padding: 40px; +} + +section.custom-timeline .timeline-box .experience-info p { + opacity: 0.8; + text-transform: uppercase; + font-size: 11px; +} + +section.custom-timeline .timeline-box .experience-info .from, section.custom-timeline .timeline-box .experience-info .to { + display: inline-block; + width: 49%; + text-transform: uppercase; + font-size: 12px; + line-height: 1.3; +} + +section.custom-timeline .timeline-box .experience-info .from > span, section.custom-timeline .timeline-box .experience-info .to > span { + display: block; + text-transform: none; + font-size: 16px; +} + +section.custom-timeline .timeline-box .experience-info .company { + font-size: 18px; +} + +section.custom-timeline .timeline-box .experience-info .company > span { + display: block; + opacity: 0.8; + text-transform: uppercase; + font-size: 11px; +} + +@media (max-width: 1199px) { + section.custom-timeline { + width: calc(100% - 60px); + margin: 0 0 0 60px; + } + section.custom-timeline .timeline-bar { + left: -5.1%; + } + section.custom-timeline .timeline-box.right:before { + left: -5.5%; + } +} + +@media (max-width: 991px) { + section.custom-timeline { + width: calc(100% - 30px); + margin: 0 0 0 20px; + } + section.custom-timeline .timeline-bar { + left: -6.7%; + } + section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after { + display: block !important; + } + section.custom-timeline .timeline-box.right { + float: right; + } + section.custom-timeline .timeline-box.right:before { + left: -7%; + } +} + +@media (max-width: 767px) { + section.custom-timeline { + width: 100%; + margin: 0; + padding-left: 15px; + padding-right: 15px; + } + section.custom-timeline .timeline-bar { + display: none; + } + section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after { + display: none !important; + } +} + +@media (max-width: 575px) { + section.custom-timeline { + padding-left: 0; + padding-right: 0; + } +} + +/* +* Education +*/ +.custom-box-details-2 { + padding: 45px; + margin-top: 20px; + margin-bottom: 20px; +} + +.custom-box-details-2 h4 { + letter-spacing: -0.5px; +} + +.custom-box-details-2 > i { + font-size: 2em; +} + +/* +* Skills & Language +*/ +.custom-progress-bars:after { + content: ''; + display: block; + clear: both; +} + +.custom-progress-bars .progress-label { + float: left; + width: 30%; + clear: both; + margin-top: 10px; +} + +.custom-progress-bars .progress { + float: left; + width: 70%; + height: 3px; + margin-top: 20px; +} + +.custom-progress-bars .progress .progress-bar { + background-color: var(--dark); + overflow: visible !important; + height: auto; +} + +/* +* Portfolio +*/ +.custom-nav-sort.nav > li { + margin-right: 10px; +} + +.custom-nav-sort.nav > li > a { + background: transparent; + border-radius: 35px; + color: var(--dark); + text-transform: uppercase; + border: 1px solid #d0d3d6; + font-weight: 700; + padding: 7px 30px; + font-size: 0.9em; + transition: ease background 300ms; +} + +.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a { + background: var(--primary); + border-color: var(--primary); +} + +@media (max-width: 767px) { + .custom-nav-sort.nav > li { + margin-bottom: 10px; + } +} + +.custom-thumb-info-1 { + border: none; + backface-visibility: initial; + transform: none; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper:after { + opacity: 0.8; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after { + transform: translate(-50%, -50%) rotate(90deg); +} + +.custom-thumb-info-1 .thumb-info-wrapper { + margin: 0 !important; + backface-visibility: initial; + transform: none; +} + +.custom-thumb-info-1 .thumb-info-wrapper:after { + background: var(--primary); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate(-50%, -50%); + transition: ease all 0.3s; +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid var(--dark); + transform: translate(-50%, -50%); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + transform: translate(-50%, -50%) rotate(0deg); +} + +/* +* Testimonials +*/ +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after { + color: var(--dark); +} + +.custom-testimonial-style-1.testimonial-with-quotes blockquote p { + padding: 0 10px; +} + +.custom-testimonial-style-1 blockquote { + background: transparent !important; +} + +.custom-testimonial-style-1 blockquote p { + font-family: "Poppins", Arial, sans-serif; + font-size: 1em; + line-height: 1.8; +} + +.custom-testimonial-style-1 .testimonial-author { + position: relative; + margin: 19px 0 0 72px; +} + +.custom-testimonial-style-1 .testimonial-author:before { + content: ''; + display: block; + position: absolute; + top: -10px; + left: 10px; + width: 100px; + border-top: 1px solid rgba(0, 0, 0, 0.3); +} + +.custom-testimonial-style-1 .testimonial-author span { + font-size: 1em; +} + +.custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:before, .custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:after { + color: var(--light); +} + +.custom-testimonial-style-1.custom-testimonial-style-1-light .testimonial-author:before { + border-top: 1px solid rgba(255, 255, 255, 0.3); +} + +/* +* Blog +*/ +.custom-thumb-info-2 { + border: 0; +} + +.custom-thumb-info-2 .thumb-info-wrapper { + margin: 0 !important; +} + +.custom-thumb-info-2 .thumb-info-wrapper:after { + content: none; +} + +.custom-thumb-info-2 .thumb-info-caption { + display: block; + padding: 25px 45px 45px; +} + +.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text { + padding: 0; + min-height: 112px; +} + +.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text p { + font-size: 1em; + padding: 0; + line-height: 2; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: right; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul { + float: right; + margin-left: 8px; + padding: 0; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li { + display: inline-block; + list-style: none; + line-height: 1; + padding: 0 10px; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a { + line-height: 1; + transition: ease opacity 300ms; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a:hover { + opacity: 0.7; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-facebook { + color: #395b98; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-twitter { + color: #2baae1; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-google-plus { + color: #fc5956; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) { + border-left: 1px solid #bababa; + border-right: 1px solid #bababa; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:last-child { + padding-right: 0; +} + +@media (max-width: 1200px) { + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: left; + } +} + +@media (max-width: 1200px) { + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date { + display: block; + } +} + +@media (max-width: 767px) { + .custom-thumb-info-2 .thumb-info-caption { + padding: 25px 25px 45px; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: left; + } +} + +@media (max-width: 430px) { + .custom-thumb-info-2 .thumb-info-caption { + padding: 25px 25px 15px; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: none; + display: block; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul { + float: none; + margin-left: 0; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li { + padding-left: 0; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) { + border: none; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date { + float: none; + display: block; + } +} + +/* +* Say Hello +*/ +.col-half-section.col-half-section-left { + float: left; +} + +.custom-form-style .form-control-custom .form-control { + background: transparent !important; + border: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.3); + color: var(--dark); + font-size: 12px; + padding: 6px 0; + margin-bottom: 15px; + box-shadow: none; +} + +.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control::-moz-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control:-ms-input-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control:-moz-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom textarea.form-control { + height: 100px; + margin-bottom: 15px; +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control { + color: var(--light); + border-bottom: 1px solid rgba(255, 255, 255, 0.3); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control::-webkit-input-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control::-moz-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control:-ms-input-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control:-moz-placeholder { + color: var(--light); +} + +.custom-feature-box .custom-feature-box-icon { + border-radius: 100%; + line-height: 0.9; + padding: 10px; + transition: ease background 300ms; +} + +.custom-feature-box .custom-feature-box-icon i { + font-size: 1.4em; + transition: ease color 300ms; +} + +.custom-feature-box .feature-box-info { + padding-left: 25px; + flex: none; +} + +.custom-feature-box .feature-box-info > .custom-label { + display: block; + line-height: 1; + font-size: 0.8em; + color: #bdbdbd; + position: relative; +} + +.custom-feature-box .feature-box-info > strong { + font-size: 1.7em; + line-height: 1; +} + +.custom-feature-box .feature-box-info.custom-both-side-border { + border-right: 1px solid #52504d; + border-left: 1px solid #52504d; + line-height: 1; + padding: 0px 16px; + margin: 0 13px; +} + +@media (max-width: 767px) { + .custom-feature-box .feature-box-info > strong { + font-size: 1.4em; + } + .custom-feature-box-icon { + top: -1px; + } +} + +/* +* Footer +*/ +#footer { + border-top: none; +} + +#footer .footer-copyright { + border-top: none; + padding: 15px 0px 30px 0px; +} + +@media (max-width: 992px) { + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + right: auto; + } + #header .header-nav-main nav > ul > li.dropdown:hover .dropdown-menu li.dropdown-submenu > .dropdown-menu { + right: 100%; + } +} + +/* Skin */ +/* +* Text Color +*/ +.custom-text-color-3 { + color: var(--light) !important; +} + +/* +* Buttons +*/ +.custom-btn-style-2:not(.btn-dark):not(.btn-quaternary).active, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):hover, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):active, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):focus { + color: var(--primary-inverse) !important; + border-color: var(--primary) !important; +} + +/* +* Menu +*/ +#header.header-floating-icons .header-nav-main nav > ul > li > a:after { + background: var(--primary); +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a:not(.active) { + color: var(--primary-inverse) !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li.open > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li.active > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:hover > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:active > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:focus > a:not(.active):after { + background: var(--primary); +} + +/* +* Owl Carousel +*/ +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span { + border-color: var(--primary); +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span:before { + color: var(--primary); +} + +/* +* Timeline +*/ +section.custom-timeline .timeline-box.right:before { + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--dark) !important; +} + +section.custom-timeline .timeline-box.right:after { + background: var(--primary); +} + +/* +* Portfolio +*/ +.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a { + background: var(--primary); + border-color: var(--primary); + color: var(--primary-inverse); +} + +.custom-nav-sort.nav > li.active > a:hover, .custom-nav-sort.nav > li.active > a:focus, .custom-nav-sort.nav > li:hover > a:hover, .custom-nav-sort.nav > li:hover > a:focus { + color: var(--primary-inverse); +} + +.custom-thumb-info-1 .thumb-info-wrapper:after { + background: var(--primary); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + border-top-color: var(--primary-inverse); +} + +/* +* Say Hello +*/ +.custom-feature-box:hover .custom-feature-box-icon { + background: var(--primary); +} + +.custom-feature-box:hover .custom-feature-box-icon i { + color: var(--primary-inverse) !important; +} + +/* +* Dark +*/ +html.dark { + /* + * Thumb Info + */ +} + +html.dark section.custom-timeline .timeline-box.right:before { + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--light) !important; +} + +html.dark .thumb-info .thumb-info-wrapper:after { + background-color: var(--primary); +} + +/* +* Text Color +*/ +body { + color: #999; +} + +p { + color: #999; +} + +.custom-text-color-2 { + color: #999 !important; +} + +/* +* Buttons +*/ +.custom-btn-style-2 { + color: var(--light) !important; +} + +/* +* BG Dark +*/ +html, +html.dark body, +html.dark .body { + background-color: transparent; +} + +html.dark .bg-color-darken { + background-color: #171717; +} + +/* +* Border +*/ +.custom-border { + border: 10px solid #171717; +} + +/* +* Header +*/ +#header.header-floating-icons .header-nav-main nav > ul > li > a.active { + background: #1e1e1e !important; + color: var(--light) !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after { + background: #1e1e1e; +} + +/* +* About Me +*/ +.custom-about-me-links:after { + border-bottom-color: #353535; +} + +.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after { + border-left-color: #353535; +} + +@media (max-width: 991px) { + .custom-xs-border-bottom { + border-bottom-color: #353535; + } +} + +.custom-box-shadow-1 { + box-shadow: none; +} + +.custom-box-shadow-2 { + box-shadow: 0px 12px 90px -10px #191919 !important; +} + +.custom-box-shadow-3 { + box-shadow: 0 30px 40px -15px #191919; +} + +.custom-box-shadow-4 { + box-shadow: 0px 12px 90px -10px #191919 !important; +} + +/* +* Experience +*/ +section.custom-timeline .timeline-bar { + background: var(--light); +} + +section.custom-timeline .timeline-box.right:before { + background: #FFF !important; +} + +/* +* Skills & Language +*/ +.custom-progress-bars .progress .progress-bar { + background-color: var(--light); +} + +/* +* Thumb Info +*/ +html.dark .thumb-info { + background-color: #171717; +} + +/* +* Portfolio +*/ +.custom-nav-sort.nav > li > a { + color: var(--light); +} diff --git a/resources/assets/css/demos/demo-resume.css b/resources/assets/css/demos/demo-resume.css new file mode 100644 index 0000000..3c2cee2 --- /dev/null +++ b/resources/assets/css/demos/demo-resume.css @@ -0,0 +1,1227 @@ +/* +* DEMO GENERAL STYLES +*/ +body { + position: relative; + overflow-x: hidden; + font-family: "Poppins", sans-serif; +} + +.body { + background: transparent; +} + +h2 { + margin-bottom: 17px; + font-size: 1.8em; +} + +section.section { + padding: 60px 0px; +} + +@media (max-width: 767px) { + section.section { + padding: 30px 0px; + } +} + +/* +* DEMO CUSTOM STYLES +*/ +.custom-position-1 { + position: relative; +} + +.custom-font-size-1 { + font-size: 60px; + font-weight: 600; + line-height: 1; + margin: -15px 0 10px; + letter-spacing: -2px; +} + +.custom-font-size-2 { + font-size: 21px; + letter-spacing: -0.5px; + line-height: 1; +} + +.custom-text-color-1 { + color: #b7b7b7 !important; +} + +.custom-text-color-2 { + color: #727c93 !important; +} + +.parallax-no-overflow { + overflow: visible !important; +} + +.parallax-no-overflow .parallax-background { + z-index: -1; +} + +.custom-border { + border: 10px solid #FFF; +} + +@media (min-width: 991px) { + .custom-image-position-2 { + position: absolute; + max-width: 90%; + top: -60px; + z-index: 1; + } +} + +.custom-margin-bottom-1 { + margin-bottom: 30px !important; +} + +@media (min-width: 992px) { + .custom-section-padding-1 { + padding-top: 150px !important; + padding-bottom: 70px !important; + } + .custom-md-margin-top-1 { + margin-top: 58px; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-section-padding-1 { + padding-top: 150px !important; + padding-bottom: 2.3rem !important; + } +} + +@media (max-width: 991px) { + .custom-sm-margin-bottom-1 { + margin-bottom: 45px; + } +} + +@media (max-width: 767px) { + .custom-xs-margin-1 { + margin-left: 0 !important; + margin-top: 10px; + } +} + +.custom-btn-style-1 { + padding: 5px 18px; + border-radius: 35px !important; +} + +.custom-btn-style-2 { + color: var(--dark) !important; + padding: 10px 30px; + border-radius: 35px !important; +} + +.custom-btn-style-2.btn-outline { + border-color: #b5b5b5 !important; + border-width: 1px; +} + +.custom-box-shadow-1 { + box-shadow: 0px 30px 120px 0px #dde5ee; +} + +.custom-box-shadow-2 { + box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important; +} + +.custom-box-shadow-3 { + box-shadow: 0 30px 40px -15px #e5edf6; +} + +.custom-box-shadow-4 { + box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important; +} + +.custom-bg-color-1 { + background: #f4f9ff !important; +} + +@media (max-width: 767px) { + .custom-xs-bg-size-cover { + background-size: cover !important; + } +} + +.flag { + position: relative; + top: -1px; +} + +@media (min-width: 992px) and (max-width: 1199px) { + .custom-image-pos-1 { + position: relative; + left: -60px; + max-width: 160%; + } +} + +/* +* Owl Carousel +*/ +.owl-carousel.custom-carousel-style-1 { + width: calc(100% + 120px); + left: 50%; + transform: translateX(-50%); +} + +.owl-carousel.custom-item-padding .owl-item { + padding: 20px 40px 40px; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span { + border-color: var(--dark) !important; + background-color: var(--dark) !important; +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span { + position: relative; + width: 12px; + height: 12px; + margin: 5px 2px; + background: transparent !important; + border: 2px solid var(--dark); +} + +.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot:hover span { + border-color: var(--dark) !important; + background-color: var(--dark) !important; +} + +.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot span { + border: 2px solid var(--dark) !important; +} + +.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot:hover span { + border-color: var(--light) !important; + background-color: var(--light) !important; +} + +.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot span { + border: 2px solid #FFF !important; +} + +.owl-carousel.custom-dots-position-1 .owl-dots { + text-align: right; + padding-right: 68px; +} + +/* +* Header +*/ +#header.header-floating-icons .nav { + flex-direction: column; +} + +#header.header-floating-icons .header-nav-main nav > ul > li { + flex: 0 0 auto; + margin-left: 0; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active { + background: #FFF !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after { + background: var(--light); +} + +@media (min-width: 992px) { + #header.header-floating-icons { + background: transparent; + height: 0; + min-height: 0 !important; + } + #header.header-floating-icons .header-row { + display: block; + position: absolute; + top: 45px; + left: -40px; + } + #header.header-floating-icons .header-body { + position: fixed; + top: 0; + background: transparent; + min-height: 0; + padding: 0; + border: none; + } + #header.header-floating-icons .header-nav { + padding: 0 !important; + } + #header.header-floating-icons .header-nav-main { + margin: 0; + box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3); + } + #header.header-floating-icons .header-nav-main nav > ul > li:hover > a > span { + transform: rotateY(0deg); + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 25px; + padding: 17.1px; + perspective: 770px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 102%; + background: var(--primary); + z-index: -1; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + position: absolute; + top: 0; + left: 125.5%; + background: var(--light); + padding: 0 25px; + height: 100%; + line-height: 4.1; + white-space: nowrap; + font-size: 14px; + z-index: -2; + transition: ease transform 300ms; + transform-origin: -19% 0%; + transform: rotateY(88deg); + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: -4px; + padding: 10px; + background: var(--light); + z-index: -1; + transform: translate(0, -50%) rotate(45deg); + } +} + +@media (min-width: 992px) and (max-width: 1281px) { + #header.header-floating-icons .header-row { + left: -19px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + padding: 9.8px; + perspective: 450px; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + line-height: 3; + } +} + +@media (max-width: 991px) { + #header.header-floating-icons { + position: absolute; + top: 60px; + right: 0px; + } + #header.header-floating-icons .header-body { + background: transparent; + border: none; + min-height: 0; + } + #header.header-floating-icons .header-btn-collapse-nav { + padding: 15px 20px; + margin: 0; + color: #1e1e1e; + } + #header.header-floating-icons .header-nav-main { + position: absolute; + right: 0px; + top: 77px; + max-width: 53px; + overflow: hidden; + } + #header.header-floating-icons .header-nav-main:before { + content: none; + } + #header.header-floating-icons .header-nav-main nav { + padding: 0; + max-height: none; + } + #header.header-floating-icons .header-nav-main nav > ul { + display: block; + padding: 0; + } + #header.header-floating-icons .header-nav-main nav > ul > li { + display: inline-block; + border: none; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 1.7em; + margin: 0; + padding: 15px; + color: #1e1e1e !important; + border-bottom: none; + } + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + display: none; + } +} + +/* +* About Me +*/ +.about-me-more { + display: none; +} + +.about-me-more.about-me-more-visible { + display: block; +} + +.custom-about-me-infos span { + display: block; +} + +@media (max-width: 767px) { + .custom-about-me-infos span { + font-size: 0.9em; + } +} + +.custom-about-me-links { + position: relative; +} + +.custom-about-me-links:after { + content: ''; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 75vw; + border-bottom: 1px solid #e2e2e2; + z-index: 0; +} + +@media (max-width: 991px) { + .custom-about-me-links:after { + width: 100vw; + } +} + +@media (max-width: 767px) { + .custom-about-me-links > .container { + max-width: none; + } +} + +.custom-nav-button { + display: inline-block; + padding: 30px 10px; + font-size: 1.2em; + letter-spacing: -0.5px; + line-height: 1.3; + text-align: center; +} + +.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after { + content: ''; + display: block; + position: absolute; + top: 0; + left: -12px; + height: 100%; + border-left: 1px solid #e2e2e2; +} + +.custom-nav-button.custom-divisors:after { + left: auto; + right: -16px; +} + +.custom-nav-button i { + float: left; + font-size: 1.3em; + margin-right: 10px; + vertical-align: middle; +} + +@media (max-width: 991px) { + .custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after { + content: none; + } + .custom-xs-border-bottom { + border-bottom: 1px solid #e2e2e2; + } +} + +.custom-box-details { + padding: 35px; +} + +.custom-box-details h4 { + letter-spacing: -0.5px; +} + +@media (max-width: 767px) { + .custom-box-details { + float: none !important; + margin-left: 0 !important; + } +} + +.custom-list-style-1 { + padding: 0; +} + +.custom-list-style-1 li { + list-style: none; +} + +.custom-list-style-1 li span { + text-transform: uppercase; + font-weight: 600; + font-size: 0.9em; +} + +.custom-list-style-1 li span:nth-child(1) { + display: inline-block; + min-width: 100px; +} + +.custom-list-style-1 li span.custom-max-width-1 { + min-width: 130px; +} + +.custom-social-icons { + position: absolute; + top: 50%; + right: 0; + transform: translate(0, -50%); +} + +.custom-social-icons li { + display: block; + margin: 0; +} + +.custom-social-icons li a { + height: 40px; + line-height: 40px; + width: 40px; + border-radius: 0; + color: var(--light) !important; +} + +.custom-social-icons li:hover a { + opacity: 0.9; +} + +.custom-social-icons li.social-icons-facebook a { + background: #3b5a9a; +} + +.custom-social-icons li.social-icons-x a { + background: #1aa9e1; +} + +.custom-social-icons li.social-icons-youtube a { + background: #c3191e; +} + +@media (max-width: 1281px) { + .custom-social-icons { + display: none; + } +} + +/* +* Experience +*/ +section.custom-timeline { + width: calc(100% - 30px); + margin: 0 0 0 40px; + padding: 0; +} + +section.custom-timeline:after, section.custom-timeline:before { + content: none; +} + +section.custom-timeline .timeline-body:after { + content: ''; + display: block; + clear: both; +} + +section.custom-timeline .timeline-bar { + position: absolute; + background: var(--dark); + width: 3px; + left: -3.6%; + z-index: 0; +} + +section.custom-timeline .timeline-box { + position: relative; + border: 0 !important; + margin: 15px 0 !important; + width: 100%; + margin: 0; + padding: 0; +} + +section.custom-timeline .timeline-box.right { + max-width: 100%; +} + +section.custom-timeline .timeline-box.right:before { + top: 50%; + left: -3.8%; + background: var(--dark) !important; + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--dark) !important; + margin-top: 0; + transform: translateY(-50%); +} + +section.custom-timeline .timeline-box.right:after { + top: 50%; + left: -22px; + background: var(--primary); + border: none; + transform: translateY(-50%) rotate(45deg); +} + +section.custom-timeline .timeline-box .experience-info, section.custom-timeline .timeline-box .experience-description { + padding: 40px; +} + +section.custom-timeline .timeline-box .experience-info p { + opacity: 0.8; + text-transform: uppercase; + font-size: 11px; +} + +section.custom-timeline .timeline-box .experience-info .from, section.custom-timeline .timeline-box .experience-info .to { + display: inline-block; + width: 49%; + text-transform: uppercase; + font-size: 12px; + line-height: 1.3; +} + +section.custom-timeline .timeline-box .experience-info .from > span, section.custom-timeline .timeline-box .experience-info .to > span { + display: block; + text-transform: none; + font-size: 16px; +} + +section.custom-timeline .timeline-box .experience-info .company { + font-size: 18px; +} + +section.custom-timeline .timeline-box .experience-info .company > span { + display: block; + opacity: 0.8; + text-transform: uppercase; + font-size: 11px; +} + +@media (max-width: 1199px) { + section.custom-timeline { + width: calc(100% - 60px); + margin: 0 0 0 60px; + } + section.custom-timeline .timeline-bar { + left: -5.1%; + } + section.custom-timeline .timeline-box.right:before { + left: -5.5%; + } +} + +@media (max-width: 991px) { + section.custom-timeline { + width: calc(100% - 30px); + margin: 0 0 0 20px; + } + section.custom-timeline .timeline-bar { + left: -6.7%; + } + section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after { + display: block !important; + } + section.custom-timeline .timeline-box.right { + float: right; + } + section.custom-timeline .timeline-box.right:before { + left: -7%; + } +} + +@media (max-width: 767px) { + section.custom-timeline { + width: 100%; + margin: 0; + padding-left: 15px; + padding-right: 15px; + } + section.custom-timeline .timeline-bar { + display: none; + } + section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after { + display: none !important; + } +} + +@media (max-width: 575px) { + section.custom-timeline { + padding-left: 0; + padding-right: 0; + } +} + +/* +* Education +*/ +.custom-box-details-2 { + padding: 45px; + margin-top: 20px; + margin-bottom: 20px; +} + +.custom-box-details-2 h4 { + letter-spacing: -0.5px; +} + +.custom-box-details-2 > i { + font-size: 2em; +} + +/* +* Skills & Language +*/ +.custom-progress-bars:after { + content: ''; + display: block; + clear: both; +} + +.custom-progress-bars .progress-label { + float: left; + width: 30%; + clear: both; + margin-top: 10px; +} + +.custom-progress-bars .progress { + float: left; + width: 70%; + height: 3px; + margin-top: 20px; +} + +.custom-progress-bars .progress .progress-bar { + background-color: var(--dark); + overflow: visible !important; + height: auto; +} + +/* +* Portfolio +*/ +.custom-nav-sort.nav > li { + margin-right: 10px; +} + +.custom-nav-sort.nav > li > a { + background: transparent; + border-radius: 35px; + color: var(--dark); + text-transform: uppercase; + border: 1px solid #d0d3d6; + font-weight: 700; + padding: 7px 30px; + font-size: 0.9em; + transition: ease background 300ms; +} + +.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a { + background: var(--primary); + border-color: var(--primary); +} + +@media (max-width: 767px) { + .custom-nav-sort.nav > li { + margin-bottom: 10px; + } +} + +.custom-thumb-info-1 { + border: none; + backface-visibility: initial; + transform: none; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper:after { + opacity: 0.8; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus { + opacity: 1; + width: 30%; +} + +.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after { + transform: translate(-50%, -50%) rotate(90deg); +} + +.custom-thumb-info-1 .thumb-info-wrapper { + margin: 0 !important; + backface-visibility: initial; + transform: none; +} + +.custom-thumb-info-1 .thumb-info-wrapper:after { + background: var(--primary); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus { + opacity: 0; + position: absolute; + width: 10%; + top: 50%; + left: 50%; + z-index: 2; + transform: translate(-50%, -50%); + transition: ease all 0.3s; +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + content: ''; + display: block; + position: absolute; + width: 100%; + top: 50%; + left: 50%; + border-top: 1px solid var(--dark); + transform: translate(-50%, -50%); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + transform: translate(-50%, -50%) rotate(0deg); +} + +/* +* Testimonials +*/ +.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after { + color: var(--dark); +} + +.custom-testimonial-style-1.testimonial-with-quotes blockquote p { + padding: 0 10px; +} + +.custom-testimonial-style-1 blockquote { + background: transparent !important; +} + +.custom-testimonial-style-1 blockquote p { + font-family: "Poppins", Arial, sans-serif; + font-size: 1em; + line-height: 1.8; +} + +.custom-testimonial-style-1 .testimonial-author { + position: relative; + margin: 19px 0 0 72px; +} + +.custom-testimonial-style-1 .testimonial-author:before { + content: ''; + display: block; + position: absolute; + top: -10px; + left: 10px; + width: 100px; + border-top: 1px solid rgba(0, 0, 0, 0.3); +} + +.custom-testimonial-style-1 .testimonial-author span { + font-size: 1em; +} + +.custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:before, .custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:after { + color: var(--light); +} + +.custom-testimonial-style-1.custom-testimonial-style-1-light .testimonial-author:before { + border-top: 1px solid rgba(255, 255, 255, 0.3); +} + +/* +* Blog +*/ +.custom-thumb-info-2 { + border: 0; +} + +.custom-thumb-info-2 .thumb-info-wrapper { + margin: 0 !important; +} + +.custom-thumb-info-2 .thumb-info-wrapper:after { + content: none; +} + +.custom-thumb-info-2 .thumb-info-caption { + display: block; + padding: 25px 45px 45px; +} + +.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text { + padding: 0; + min-height: 112px; +} + +.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text p { + font-size: 1em; + padding: 0; + line-height: 2; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: right; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul { + float: right; + margin-left: 8px; + padding: 0; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li { + display: inline-block; + list-style: none; + line-height: 1; + padding: 0 10px; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a { + line-height: 1; + transition: ease opacity 300ms; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a:hover { + opacity: 0.7; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-facebook { + color: #395b98; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-twitter { + color: #2baae1; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-google-plus { + color: #fc5956; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) { + border-left: 1px solid #bababa; + border-right: 1px solid #bababa; +} + +.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:last-child { + padding-right: 0; +} + +@media (max-width: 1200px) { + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: left; + } +} + +@media (max-width: 1200px) { + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date { + display: block; + } +} + +@media (max-width: 767px) { + .custom-thumb-info-2 .thumb-info-caption { + padding: 25px 25px 45px; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: left; + } +} + +@media (max-width: 430px) { + .custom-thumb-info-2 .thumb-info-caption { + padding: 25px 25px 15px; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share { + float: none; + display: block; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul { + float: none; + margin-left: 0; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li { + padding-left: 0; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) { + border: none; + } + .custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date { + float: none; + display: block; + } +} + +/* +* Say Hello +*/ +.col-half-section.col-half-section-left { + float: left; +} + +.custom-form-style .form-control-custom .form-control { + background: transparent !important; + border: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.3); + color: var(--dark); + font-size: 12px; + padding: 6px 0; + margin-bottom: 15px; + box-shadow: none; +} + +.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control::-moz-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control:-ms-input-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom .form-control:-moz-placeholder { + color: var(--dark); + text-transform: uppercase; + font-weight: 600; +} + +.custom-form-style .form-control-custom textarea.form-control { + height: 100px; + margin-bottom: 15px; +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control { + color: var(--light); + border-bottom: 1px solid rgba(255, 255, 255, 0.3); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control::-webkit-input-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control::-moz-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control:-ms-input-placeholder { + color: var(--light); +} + +.custom-form-style .form-control-custom.form-control-custom-light .form-control:-moz-placeholder { + color: var(--light); +} + +.custom-feature-box .custom-feature-box-icon { + border-radius: 100%; + line-height: 0.9; + padding: 10px; + transition: ease background 300ms; +} + +.custom-feature-box .custom-feature-box-icon i { + font-size: 1.4em; + transition: ease color 300ms; +} + +.custom-feature-box .feature-box-info { + padding-left: 25px; + flex: none; +} + +.custom-feature-box .feature-box-info > .custom-label { + display: block; + line-height: 1; + font-size: 0.8em; + color: #bdbdbd; + position: relative; +} + +.custom-feature-box .feature-box-info > strong { + font-size: 1.7em; + line-height: 1; +} + +.custom-feature-box .feature-box-info.custom-both-side-border { + border-right: 1px solid #52504d; + border-left: 1px solid #52504d; + line-height: 1; + padding: 0px 16px; + margin: 0 13px; +} + +@media (max-width: 767px) { + .custom-feature-box .feature-box-info > strong { + font-size: 1.4em; + } + .custom-feature-box-icon { + top: -1px; + } +} + +/* +* Footer +*/ +#footer { + border-top: none; +} + +#footer .footer-copyright { + border-top: none; + padding: 15px 0px 30px 0px; +} + +@media (max-width: 992px) { + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + right: auto; + } + #header .header-nav-main nav > ul > li.dropdown:hover .dropdown-menu li.dropdown-submenu > .dropdown-menu { + right: 100%; + } +} + +/* Skin */ +/* +* Text Color +*/ +.custom-text-color-3 { + color: var(--light) !important; +} + +/* +* Buttons +*/ +.custom-btn-style-2:not(.btn-dark):not(.btn-quaternary).active, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):hover, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):active, .custom-btn-style-2:not(.btn-dark):not(.btn-quaternary):focus { + color: var(--primary-inverse) !important; + border-color: var(--primary) !important; +} + +/* +* Menu +*/ +#header.header-floating-icons .header-nav-main nav > ul > li > a:after { + background: var(--primary); +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a:not(.active) { + color: var(--primary-inverse) !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li.open > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li.active > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:hover > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:active > a:not(.active):after, #header.header-floating-icons .header-nav-main nav > ul > li:focus > a:not(.active):after { + background: var(--primary); +} + +/* +* Owl Carousel +*/ +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span { + border-color: var(--primary); +} + +.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span:before { + color: var(--primary); +} + +/* +* Timeline +*/ +section.custom-timeline .timeline-box.right:before { + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--dark) !important; +} + +section.custom-timeline .timeline-box.right:after { + background: var(--primary); +} + +/* +* Portfolio +*/ +.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a { + background: var(--primary); + border-color: var(--primary); + color: var(--primary-inverse); +} + +.custom-nav-sort.nav > li.active > a:hover, .custom-nav-sort.nav > li.active > a:focus, .custom-nav-sort.nav > li:hover > a:hover, .custom-nav-sort.nav > li:hover > a:focus { + color: var(--primary-inverse); +} + +.custom-thumb-info-1 .thumb-info-wrapper:after { + background: var(--primary); +} + +.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after { + border-top-color: var(--primary-inverse); +} + +/* +* Say Hello +*/ +.custom-feature-box:hover .custom-feature-box-icon { + background: var(--primary); +} + +.custom-feature-box:hover .custom-feature-box-icon i { + color: var(--primary-inverse) !important; +} + +/* +* Dark +*/ +html.dark { + /* + * Thumb Info + */ +} + +html.dark section.custom-timeline .timeline-box.right:before { + box-shadow: 0 0 0 3px var(--secondary), 0 0 0 6px var(--light) !important; +} + +html.dark .thumb-info .thumb-info-wrapper:after { + background-color: var(--primary); +} diff --git a/resources/assets/css/demos/demo-sass.css b/resources/assets/css/demos/demo-sass.css new file mode 100644 index 0000000..22da65e --- /dev/null +++ b/resources/assets/css/demos/demo-sass.css @@ -0,0 +1,230 @@ +body { + min-width: 100%; + width: 100vw; +} + +.custom-secondary-font { + font-family: "Poppins", sans-serif; +} + +.custom-box-shadow-1 { + box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.15); +} + +/* Header */ +@media (min-width: 992px) { + #header .header-nav-main nav > ul:not(:hover) > li > a.active { + color: var(--light) !important; + } + #header .header-nav-main nav > ul:not(:hover) > li > a.active:before { + background: #FFF !important; + } + #header .header-nav-main nav > ul > li:hover > a { + color: var(--light) !important; + } + #header .header-nav-main nav > ul > li:hover > a:before { + background: #FFF !important; + } + html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active { + color: var(--dark) !important; + } + html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active:before { + background: var(--dark) !important; + } + html.sticky-header-active #header .header-nav-main nav > ul > li > a { + color: var(--dark) !important; + } + html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a { + color: var(--dark) !important; + } + html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a:before { + background: var(--dark) !important; + } +} + +/* Header Social Icons */ +html.sticky-header-active #header .header-social-icons > li > a:hover > i { + color: var(--light) !important; +} + +html.sticky-header-active #header .header-social-icons > li > a > i { + color: var(--dark) !important; +} + +/* Animated Circles */ +.custom-animated-circles { + position: absolute; + left: 0; + bottom: 0; + width: 500px; + height: 500px; + transform: translate3d(-55%, 25%, 0); +} + +.custom-animated-circles .circle { + position: absolute; + top: 50%; + left: 50%; + width: 50%; + height: 50%; + border-radius: 100%; + border: 1px solid #FFF; + transform: translate3d(-50%, -50%, 0); + animation-name: customAnimatedCircles; + animation-iteration-count: infinite; + animation-fill-mode: both; + animation-timing-function: linear; + animation-duration: 2.5s; + animation-delay: 500ms; +} + +.custom-animated-circles .circle:nth-child(2) { + width: 70%; + height: 70%; + animation-delay: 1000ms; +} + +.custom-animated-circles .circle:nth-child(3) { + width: 90%; + height: 90%; + animation-delay: 1500ms; +} + +.custom-animated-circles .circle:nth-child(4) { + width: 110%; + height: 110%; + animation-delay: 2000ms; +} + +.custom-animated-circles.custom-animated-circles-pos-2 { + bottom: auto; + top: 0; + transform: translate3d(-55%, -25%, 0); +} + +.custom-animated-circles.custom-animated-circles-pos-3 { + bottom: auto; + left: auto; + right: 0; + transform: translate3d(65%, -50%, 0); + top: 0; +} + +@keyframes customAnimatedCircles { + 0% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(0.8); + } + 50% { + opacity: 0.5; + transform: translate3d(-50%, -50%, 0); + } + 100% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(1.1); + } +} + +/* Custom Screens */ +.custom-screens-carousel { + position: relative; + z-index: 30; + margin-top: -250px; +} + +@media (max-width: 991px) { + .custom-screens-carousel { + margin-top: -90px; + } +} + +/* Carousel Ipad */ +.carousel-ipad { + border-radius: 35px; + border: 1px solid #FFF; + padding: 50px; + background: #F9F9F9; + box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1); + position: relative; +} + +@media (max-width: 991px) { + .carousel-ipad { + padding: 25px; + border-radius: 17px; + } +} + +.carousel-ipad img { + border: 1px solid #FFF; +} + +.carousel-ipad .carousel-ipad-camera { + background: #3c3d3d; + width: 8px; + height: 8px; + position: absolute; + left: 0; + margin-left: 20px; + bottom: 50%; + margin-bottom: -5px; + border-radius: 100%; +} + +.carousel-ipad .carousel-ipad-home { + background: #F9F9F9; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12); + border-radius: 28px; + width: 40px; + height: 40px; + position: absolute; + right: 0; + margin-right: 5px; + bottom: 50%; + margin-bottom: -20px; +} + +.carousel-ipad .carousel-ipad-home:after { + width: 15px; + height: 15px; + margin-top: -8px; + margin-left: -8px; + border: 1px solid rgba(0, 0, 0, 0.12); + border-radius: var(--border-radius); + position: absolute; + display: block; + content: ''; + top: 50%; + left: 50%; +} + +@media (max-width: 991px) { + .carousel-ipad .carousel-ipad-camera, .carousel-ipad .carousel-ipad-home { + display: none; + } +} + +.carousel-ipad.carousel-ipad-sm { + padding: 40px; + border-radius: 25px; +} + +@media (max-width: 991px) { + .carousel-ipad.carousel-ipad-sm { + padding: 20px; + border-radius: 12px; + } +} + +/* Custom Form Style */ +.custom-form-style-1 .form-control { + padding: 20.8px; + padding: 1.3rem; + height: 45px; +} + +/* Skin */ +/* Animated Circles */ +.custom-animated-circles-primary .circle { + border-color: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-seo-2.css b/resources/assets/css/demos/demo-seo-2.css new file mode 100644 index 0000000..19fbf12 --- /dev/null +++ b/resources/assets/css/demos/demo-seo-2.css @@ -0,0 +1,897 @@ +.body { + max-width: 100vw; + overflow-x: hidden; +} + +/* +* Demo Fonts +*/ +body { + font-family: "Poppins", sans-serif; +} + +@media (min-width: 1240px) { + .container { + max-width: 1240px !important; + } +} + +/* +* Custom Animations +*/ +@keyframes expandInWithBlur { + from { + opacity: 0; + filter: blur(10px); + transform: scale(0.8); + } + to { + opacity: 1; + filter: blur(0px); + transform: scale(1); + } +} + +.expandInWithBlur { + animation-name: expandInWithBlur; +} + +/* +* Custom Text Colors +*/ +.custom-text-color-grey-1 { + color: var(--default) !important; +} + +.custom-text-color-grey-2 { + color: #c0c1cc !important; +} + +.custom-text-color-light-1 { + color: #e0e0e0 !important; +} + +/* +* Custom Background Colors +*/ +.custom-bg-color-light-1 { + background-color: #eff1f3 !important; +} + +.custom-bg-color-light-2 { + background-color: #eff1f3 !important; +} + +.custom-bg-color-grey-1 { + background-color: #b9b9b9 !important; +} + +.custom-bg-color-grey-2 { + background-color: #e4e4e4 !important; +} + +/* +* General Custom Styles +*/ +.custom-box-shadow-1 { + box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1); +} + +.custom-border-radius-1 { + border-radius: 10px; +} + +/* +* Custom Spacement Styles +*/ +@media (min-width: 768px) { + .custom-negative-margin-1 { + margin-top: -390px; + } +} + +/* +* Custom Sizes +*/ +.custom-font-size-1 { + font-size: 1.3em !important; +} + +.custom-height-1 { + height: calc(100% + 7px) !important; +} + +/* +* Curved Sections Top and Bottom +*/ +.custom-section-curved-top-1 { + position: absolute; + top: -590px; + left: 0; +} + +.custom-section-curved-top-2 { + position: absolute; + top: -255px; + left: 0; +} + +.custom-section-curved-top-3 { + position: absolute; + top: -210px; + left: 0; +} + +.custom-section-curved-top-4 { + position: absolute; + top: -260px; + left: 0; + transform: rotateY(180deg); +} + +.custom-section-curved-top-5 { + position: absolute; + top: -236px; + left: -60px; + width: 115%; +} + +.custom-section-curved-top-6 { + position: absolute; + top: -560px; + left: 0; + transform: rotateY(180deg); +} + +.custom-section-curved-top-7 { + position: absolute; + top: -269px; + left: 0; +} + +.custom-page-header-curved-top-1 { + position: absolute; + top: -575px; + left: 0; +} + +/* +* Header +*/ +#header.header-transparent .header-body:not(.header-border-bottom) { + border-bottom: 1px solid #e1e3e5 !important; +} + +#header .header-nav-features .header-nav-features-dropdown.show { + border-radius: 7px; +} + +@media (min-width: 992px) { + #header .header-top { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); + } + #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu { + border-top: 0; + border-radius: 7px !important; + padding: 5px; + } + #header .header-nav-main nav > ul > li { + margin-left: 22px; + } + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + font-weight: 600; + text-transform: capitalize; + } + #header .header-nav-main nav > ul > li:first-child { + margin-left: 0; + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { + padding: 6px 10px 6px 10px; + } +} + +@media (max-width: 991px) { + #header .header-nav-main nav > ul > li.dropdown a { + color: #707070; + } + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a { + color: #444 !important; + } + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active { + background: transparent !important; + } +} + +html.sticky-header-active #header.header-transparent .header-body:not(.header-border-bottom) { + border-bottom-color: rgba(234, 234, 234, 0.5) !important; +} + +/* +* Feature Box Icon +*/ +.feature-box .feature-box-icon.custom-feature-box-icon-size-1 { + width: 3em; + height: 3em; + font-size: 20.8px; + font-size: 1.3rem; +} + +/* +* Form +*/ +.custom-form-style-1 .form-control { + padding: 10px 20px; +} + +.custom-form-style-1 .form-control:not(textarea) { + height: 55px; +} + +.custom-form-style-1 .form-control::-webkit-input-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: var(--default); +} + +.custom-form-style-1 .form-control:-moz-placeholder { + color: var(--default); +} + +/* +* Progress Bars +*/ +.custom-progress-bars-style-1 .progress { + position: relative; + height: 7px; + background: var(--grey-500); +} + +.custom-progress-bars-style-1 .progress-bar-tooltip { + background-color: transparent; + color: var(--default); + font-size: 14px; + top: -30px; + right: 0; + opacity: 1; +} + +.custom-progress-bars-style-1 .progress-bar-tooltip:after { + border-color: transparent; +} + +/* +* Custom Circles & Counters +*/ +.custom-circles-group-1 { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 100%; +} + +.custom-circles-group-1 .circle-1 { + width: 250px; + height: 250px; + border-radius: 100%; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 96px; + margin-bottom: 6rem; +} + +.custom-circles-group-1 .circle-2, +.custom-circles-group-1 .circle-3 { + position: absolute; + display: flex; + align-items: center; + justify-content: center; + top: 50%; + left: 50%; + border-radius: 100%; + transform: translate3d(-50%, -50%, 0); +} + +.custom-circles-group-1 .circle-2 { + top: 56%; + left: 76%; + width: 190px; + height: 190px; +} + +.custom-circles-group-1 .circle-3 { + top: 75%; + left: 53%; + width: 170px; + height: 170px; +} + +@media (max-width: 767px) { + .custom-circles-group-1 .circle-2 { + left: 84%; + } + .custom-circles-group-1 .circle-3 { + left: 40%; + } +} + +.custom-circle { + position: absolute; + border-radius: 100%; +} + +.custom-circle.custom-circle-big { + width: 52px; + height: 52px; +} + +.custom-circle.custom-circle-medium { + width: 23px; + height: 23px; +} + +.custom-circle.custom-circle-small { + width: 15px; + height: 15px; +} + +.custom-circle.custom-circle-extra-small { + width: 10px; + height: 10px; +} + +.custom-circle.custom-circle-pos-1 { + top: 25%; + left: -13%; +} + +.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 { + top: 45%; +} + +.custom-circle.custom-circle-pos-2 { + top: 43%; + left: -4%; +} + +.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 { + top: 77%; + left: -1%; +} + +.custom-circle.custom-circle-pos-3 { + top: 9%; + left: 17%; +} + +.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 { + top: 35%; +} + +.custom-circle.custom-circle-pos-4 { + top: 53%; + left: 20%; +} + +.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 { + left: 107%; +} + +.custom-circle.custom-circle-pos-5 { + top: 61%; + left: 39%; +} + +.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 { + top: 21%; + left: 96%; +} + +.custom-circle.custom-circle-pos-6 { + top: 41%; + left: 46%; +} + +.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 { + top: 28%; + left: 119%; +} + +.custom-circle.custom-circle-pos-7 { + top: 30%; + left: 104%; +} + +.custom-circle.custom-circle-pos-8 { + top: 7%; + left: 114%; +} + +.custom-circle.custom-circle-pos-9 { + top: 76%; + left: 27%; +} + +.custom-circle.custom-circle-pos-10 { + top: 10%; + left: 114%; +} + +.custom-circle.custom-circle-pos-11 { + top: 6%; + left: 117%; +} + +.custom-circle.custom-circle-pos-12 { + top: 9%; + left: 119.3%; +} + +.custom-circle.custom-circle-pos-13 { + top: 6%; + left: 120%; +} + +.custom-circle.custom-circle-pos-14 { + left: 60%; + top: -15%; +} + +.custom-circle.custom-circle-pos-15 { + top: -11%; + left: 60.7%; +} + +.custom-circle.custom-circle-pos-16 { + top: -13.9%; + left: 62%; +} + +.custom-circle.custom-circle-pos-17 { + top: 6%; + left: 105%; +} + +.custom-circle.custom-circle-pos-18 { + top: 8%; + left: 106.9%; +} + +.custom-circle.custom-circle-pos-19 { + top: 9.5%; + left: 108.4%; +} + +.custom-circle.custom-circle-pos-20 { + bottom: 5.5%; + left: -7%; +} + +.custom-circle.custom-circle-pos-21 { + bottom: 4.5%; + left: -8.6%; +} + +.custom-circle.custom-circle-pos-22 { + bottom: 2.7%; + left: -6.8%; +} + +.custom-circle.custom-circle-pos-23 { + bottom: 2.5%; + left: -8.5%; +} + +.custom-circle.custom-circle-pos-24 { + top: 38%; + left: -14.5%; +} + +.custom-circle.custom-circle-pos-25 { + top: 12.5%; + left: -8.5%; +} + +.custom-circle.custom-circle-pos-26 { + top: 25.5%; + left: 0.5%; +} + +.custom-circle.custom-circle-pos-27 { + top: 46%; + left: 44.5%; +} + +.custom-circle.custom-circle-pos-28 { + top: 26%; + left: 107%; +} + +.custom-circle.custom-circle-pos-29 { + top: 6.5%; + left: 110%; +} + +.custom-circle.custom-circle-pos-30 { + top: 36.5%; + left: 119.5%; +} + +.custom-circle.custom-circle-pos-31 { + top: 66.5%; + left: 23.7%; +} + +.custom-circle.custom-circle-pos-32 { + top: 79%; + left: 20%; +} + +.custom-circle.custom-circle-pos-33 { + top: 82%; + left: 24.2%; +} + +.custom-circle.custom-circle-pos-34 { + top: 86%; + left: 20.2%; +} + +.custom-circle.custom-circle-pos-35 { + top: 84%; + left: 69.5%; +} + +.custom-circle.custom-circle-pos-36 { + top: 89.3%; + left: 74.3%; +} + +.custom-circle.custom-circle-pos-37 { + top: 13.1%; + left: 69.5%; +} + +.custom-circle.custom-circle-pos-38 { + top: 11.5%; + left: 80.7%; +} + +.custom-circle.custom-circle-pos-39 { + top: 5.4%; + left: 75.7%; +} + +.custom-circle.custom-circle-pos-40 { + top: 5.4%; + left: 82.7%; +} + +.custom-circle.custom-circle-pos-41 { + top: 86%; + left: 103%; +} + +.custom-circle.custom-circle-pos-42 { + top: 88.8%; + left: 104.6%; +} + +.custom-circle.custom-circle-pos-43 { + top: 91%; + left: 105.8%; +} + +.custom-circle.custom-circle-pos-44 { + left: 103%; + top: 10%; +} + +.custom-circle.custom-circle-pos-45 { + left: 104.7%; + top: 14.1%; +} + +.custom-circle.custom-circle-pos-46 { + left: 106.2%; + top: 10.4%; +} + +.custom-circle.custom-circle-pos-47 { + top: 86%; + left: -3%; +} + +.custom-circle.custom-circle-pos-48 { + top: 95%; + left: -2.5%; +} + +.custom-circle.custom-circle-pos-49 { + top: 93%; + left: -4.5%; +} + +.custom-circle.custom-circle-pos-50 { + top: 97%; + left: -4.3%; +} + +.custom-dots-rect-1 { + width: 103px; + height: 138px; + position: absolute; + bottom: 50px; + left: -104px; + z-index: 0; +} + +.custom-dots-rect-2 { + width: 79px; + height: 75px; + position: absolute; + bottom: -43px; + right: -39px; + z-index: 0; +} + +.custom-dots-rect-3 { + width: 99px; + height: 119px; + position: absolute; + top: -77px; + left: -71px; + z-index: 0; +} + +.custom-dots-rect-4 { + position: absolute; + top: -50px; + right: -388px; + width: 144px; + height: 100px; + transform: rotateX(180deg); +} + +.custom-dots-rect-5 { + position: absolute; + bottom: -80px; + left: -38px; + width: 144px; + height: 100px; + transform: rotateX(180deg); +} + +/* +* Testimonials +*/ +.testimonial.testimonial-style-3.custom-testimonial-style-1 { + padding: 20px 20px; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote { + padding: 39px 20px 27px 41px; + background: #FFF !important; + box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1); +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before { + top: 10px; + left: 12px; + font-size: 78px; + font-family: Poppins; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote p { + font-family: "Poppins", sans-serif; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author { + margin: 20px 0 0 0; +} + +.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img { + max-width: 70px; +} + +/* +* Carousel +*/ +.custom-carousel-style-1 { + margin-top: -20px; +} + +.custom-carousel-dots-style-1 .owl-dots { + display: flex; + justify-content: flex-start; + padding-left: 20.8px; + padding-left: 1.3rem; + margin-top: -7px !important; +} + +.custom-carousel-dots-style-1 .owl-dots .owl-dot { + display: flex; + align-items: center; + justify-content: center; + width: 10px; + height: 10px; + box-shadow: 0px 0px 0px 2px var(--grey-500); + border-radius: 100%; + border: 2px solid #FFF; + background: transparent; + margin-right: 8px; + margin-right: 0.5rem; +} + +.custom-carousel-dots-style-1 .owl-dots .owl-dot > span { + background: transparent !important; +} + +.custom-carousel-dots-style-1 .owl-dots .owl-dot:last-child { + margin-right: 0; +} + +.custom-carousel-dots-style-1 .owl-dots .owl-dot.active { + background: var(--grey-500); +} + +/* +* Pricing Table +*/ +.pricing-table.custom-pricing-table-style-1 .plan { + border-radius: 10px; +} + +.pricing-table.custom-pricing-table-style-1 .plan .plan-header { + border-radius: 10px; +} + +.pricing-table.custom-pricing-table-style-1 .plan .plan-features { + border: 0; +} + +.pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li { + font-size: 1em; +} + +.pricing-table.custom-pricing-table-style-1 .plan .plan-footer { + border: 0; +} + +.pricing-table.custom-pricing-table-style-1 .plan.plan-featured { + overflow: hidden; + transform: scale(1); +} + +.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-features ul li { + border-bottom-color: rgba(255, 255, 255, 0.2); +} + +.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag { + position: absolute; + line-height: 2.3; + top: 20px; + right: -55px; + background: var(--grey-500); + width: 55%; + transform: rotate(36deg); +} + +/* +* Blog Post +*/ +.custom-post-style-1 .custom-post-meta > a { + border-right: 1px solid #a5a7b5; + padding-right: 8px; + margin-right: 8px; + line-height: 1; +} + +.custom-post-style-1 .custom-post-meta > a:last-child { + border-right: 0; + margin-right: 0; + padding-right: 0; +} + +/* +* Pagination +*/ +.custom-pagination-style-1 .page-item .page-link { + border: 2px solid #999999; + box-sizing: content-box; + color: #999999; + background: transparent; +} + +.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link { + color: var(--light); +} + +/* +* Social Icons +*/ +.custom-social-icons-style-1 li a { + width: 38px; + height: 38px; + line-height: 38px; +} + +/* Skin */ +/* Custom Colors For SVG's */ +.custom-fill-color-primary, +.custom-fill-color-primary > svg path { + fill: var(--primary) !important; +} + +.custom-fill-color-secondary, +.custom-fill-color-secondary > svg path { + fill: var(--secondary) !important; +} + +.custom-fill-color-tertiary, +.custom-fill-color-tertiary > svg path { + fill: var(--tertiary) !important; +} + +.custom-fill-color-quaternary, +.custom-fill-color-quaternary > svg path { + fill: var(--quaternary) !important; +} + +/* Header */ +#header .header-btn-collapse-nav { + background: var(--tertiary); +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active { + color: var(--tertiary); + } + #header .header-nav.header-nav-links nav > ul li:hover > a { + color: var(--tertiary); + } + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-top-color: var(--tertiary); + } +} + +@media (max-width: 991px) { + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active { + color: var(--tertiary) !important; + } +} + +/* Testimonial blockquote */ +.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before { + color: var(--secondary); +} + +/* Pricing Table */ +.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag { + background: var(--secondary); +} + +/* Carousel */ +.custom-carousel-dots-style-1 .owl-dots .owl-dot { + box-shadow: 0px 0px 0px 2px var(--quaternary); +} + +.custom-carousel-dots-style-1 .owl-dots .owl-dot.active { + background: var(--quaternary); +} + +/* +* Pagination +*/ +.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link { + border-color: var(--secondary); + background-color: var(--secondary) !important; +} diff --git a/resources/assets/css/demos/demo-seo-3.css b/resources/assets/css/demos/demo-seo-3.css new file mode 100644 index 0000000..c354c3d --- /dev/null +++ b/resources/assets/css/demos/demo-seo-3.css @@ -0,0 +1,45 @@ +@media (min-width: 1440px) { + .container-xl-custom { + max-width: 1420px; + } +} + +#header .header-body { + background: transparent; +} + +#header .header-main { + background: var(--light); +} + +.sticky-header-active #header .header-main { + -webkit-backdrop-filter: blur(30px); + backdrop-filter: blur(30px); + background: linear-gradient(white 0%, rgba(255, 255, 255, 0.5) 100%); +} + +.mouse-hover-split { + min-height: 710px; +} + +.mouse-hover-split .side { + display: grid; + min-height: 710px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.mouse-hover-split .side .side-content { + margin: 0px; + width: 100vw; +} + +.mouse-hover-split .side-left { + width: 60%; + z-index: 1; +} + +section.section.section-angled .section-angled-layer-bottom { + transform: skewY(-0.7deg) translate3d(0, 50%, 0); +} diff --git a/resources/assets/css/demos/demo-seo.css b/resources/assets/css/demos/demo-seo.css new file mode 100644 index 0000000..f7ad8f9 --- /dev/null +++ b/resources/assets/css/demos/demo-seo.css @@ -0,0 +1,128 @@ +.custom-mw-1 { + max-width: 110px !important; +} + +.custom-fs-1 { + font-size: 19.2px !important; + font-size: 1.2rem !important; +} + +.custom-bg-color-1 { + background-color: #2c3b43 !important; +} + +.custom-image-position-1 { + position: absolute; + top: 0; + right: 100%; + min-width: 250px; + height: 100%; +} + +.custom-image-position-1 .featured-box { + height: 100% !important; +} + +/* SVG Style */ +.custom-svg-style-1 { + background-color: var(--light); + position: absolute; + top: 0; + width: 100vw; + height: 100%; + left: 50%; + transform: translate3d(-50%, 0, 0); +} + +/* Form Styles */ +.custom-form-style-1 .form-control { + border-radius: 0; + padding: 14.4px 24px; + padding: 0.9rem 1.5rem; + height: 47.2px; + height: 2.95rem; +} + +.custom-form-style-1 .form-control::-moz-placeholder { + color: #536f78; + font-weight: 600; +} + +.custom-form-style-1 .form-control::placeholder { + color: #536f78; + font-weight: 600; +} + +.custom-form-style-1 .form-control:-ms-input-placeholder { + color: #536f78; + font-weight: 600; +} + +.custom-form-style-1 .form-control::-ms-input-placeholder { + color: #536f78; + font-weight: 600; +} + +.custom-form-style-1.custom-form-style-1-rounded .form-control { + border-radius: 35px; + height: 52px; + height: 3.25rem; +} + +/* Pricing */ +.custom-plan-featured-style-1 .plan-header { + position: relative; + top: 1px; +} + +/* Thumb Info */ +.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date { + position: absolute; + top: 0; + left: 0; + font-size: 27.2px; + font-size: 1.7rem; + line-height: 1; + text-align: center; + padding: 11.2px 19.2px; + padding: 0.7rem 1.2rem; + z-index: 2; +} + +.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date > span { + display: block; + font-size: 0.4em; + line-height: 1.5; +} + +/* Carousel */ +.custom-carousel-nav-style-1 .owl-nav button[class*="owl-"] { + background: transparent !important; + border: 1px solid var(--grey-500); + border-radius: 0; + color: var(--grey-500); +} + +/* Footer */ +#footer { + background-color: #111c22; +} + +#footer li, #footer a:not(.btn), #footer p { + color: #96a1b1; +} + +#footer .footer-copyright { + background-color: #111c22 !important; +} + +/* Skin */ +/* Carousel */ +.custom-carousel-nav-style-1 .owl-nav button[class*="owl-"] { + border-color: var(--primary); + color: var(--primary); +} + +.custom-carousel-nav-style-1 .owl-nav button[class*="owl-"]:hover { + background: var(--primary) !important; +} diff --git a/resources/assets/css/demos/demo-startup-agency.css b/resources/assets/css/demos/demo-startup-agency.css new file mode 100644 index 0000000..8403102 --- /dev/null +++ b/resources/assets/css/demos/demo-startup-agency.css @@ -0,0 +1,404 @@ +body { + font-family: "Poppins", sans-serif; +} + +.body { + max-width: 100vw; + overflow-x: hidden; +} + +[class*="text-color-hover-"] { + transition: ease all 300ms; +} + +.custom-font-secondary { + font-family: 'Playfair Display', sans-serif !important; +} + +.custom-bg-color-1 { + background-color: #eff1f3 !important; +} + +.custom-font-size-1 { + font-size: 1.4em !important; +} + +.custom-font-size-2 { + font-size: 1.15em !important; +} + +@media (min-width: 1200px) { + .container { + max-width: 1200px !important; + } +} + +.custom-divider-1 { + padding: 0 10px; + margin: 0 10px; + border-right: 1px solid #777; + border-left: 1px solid #777; +} + +/* +* Custom SVG Wrappers +*/ +.custom-svg-wrapper-1 { + position: relative; +} + +.custom-svg-wrapper-1 > svg { + position: absolute; + top: 60%; + left: 43%; + width: 150%; + height: 170%; + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.custom-svg-wrapper-1 > img { + position: relative; + z-index: 1; +} + +.custom-svg-wrapper-2 { + position: relative; +} + +.custom-svg-wrapper-2 > svg { + position: absolute; + top: 60%; + left: 50%; + width: 144%; + height: 80%; + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.custom-svg-wrapper-2 > .owl-carousel { + position: relative; + z-index: 1; +} + +.custom-svg-wrapper-3 { + position: relative; +} + +.custom-svg-wrapper-3 > svg { + position: absolute; + top: 60%; + left: 50%; + width: 144%; + height: 80%; + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.custom-svg-wrapper-3 > .pricing-table { + position: relative; + z-index: 1; +} + +.custom-svg-wrapper-4 { + position: relative; +} + +.custom-svg-wrapper-4 > svg { + position: absolute; + top: 46%; + left: 50%; + width: 144%; + height: 112%; + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.custom-svg-wrapper-4 > .container { + position: relative; + z-index: 1; +} + +.custom-thumb-info-hover-1 { + transition: ease box-shadow 300ms; +} + +.custom-thumb-info-hover-1:hover { + box-shadow: 0px 0px 70px -10px #000; +} + +.custom-dots-style-1 .owl-dots { + display: flex; + justify-content: center; +} + +.custom-dots-style-1 .owl-dots .owl-dot > span { + width: 16px; + height: 16px; + border-radius: 100%; + border: 2px solid #c5c5c5; + background: transparent !important; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span { + display: flex; + align-items: center; + justify-content: center; + border-color: #36393d; +} + +.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before { + content: ''; + width: 6px; + height: 6px; + background: #36393d; + border-radius: 100%; +} + +.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span { + border: 2px solid #FFF; +} + +.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span { + border-color: var(--light); +} + +.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before { + background: var(--light); +} + +.custom-carousel-backward-shape { + position: relative; +} + +.custom-carousel-backward-shape:before { + content: ''; + position: absolute; + width: 100%; + max-width: 1200px; + top: 0px; + left: 50%; + right: auto; + bottom: 60px; + background-color: var(--grey-500); + opacity: 0.15; + transform: translate3d(-50%, 0, 0); +} + +.custom-carousel-backward-shape .owl-dots { + margin-top: 30px !important; +} + +@media (min-width: 2000px) { + .shape-divider svg { + width: 100%; + } +} + +/* +* Header +*/ +@media (min-width: 1200px) { + #header .header-nav-main nav > ul > li { + margin-left: 15px; + } +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + font-size: 14px; + padding: 0 1rem !important; + font-weight: 600; + } +} + +/* +* Home - Intro +*/ +.custom-section-svg { + position: relative; + background: #EFF1F3; +} + +.custom-section-svg .custom-section-svg-background { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.custom-section-svg > svg { + position: relative; + width: 100%; + top: 0; + left: 0; + height: 100%; +} + +.custom-section-svg > .container { + position: absolute; + top: 43%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 1400px) { + .custom-section-svg > svg { + left: 70px; + } +} + +@media (max-width: 991px) { + .custom-section-svg > svg { + width: 180%; + } +} + +/* +* Pricing Table +*/ +.custom-pricing-table-style-1 .plan { + box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3); +} + +.custom-pricing-table-style-1 .plan .plan-header { + background-color: #f1f3f7; + padding: 27.2px 16px; + padding: 1.7rem 1rem; +} + +.custom-pricing-table-style-1 .plan .plan-header h3 { + color: #999999; + font-size: 16px; + font-size: 1rem; + font-weight: 400; + letter-spacing: 4px; +} + +.custom-pricing-table-style-1 .plan .plan-price { + background: transparent; + padding-bottom: 3.2px; + padding-bottom: 0.2rem; +} + +.custom-pricing-table-style-1 .plan .plan-price .price { + font-size: 48px; + font-size: 3rem; + font-weight: 800; + align-items: flex-end; +} + +.custom-pricing-table-style-1 .plan .plan-price .price .price-unit { + font-weight: 400; +} + +.custom-pricing-table-style-1 .plan .plan-price .price-label { + text-transform: none; + font-size: 20.8px; + font-size: 1.3rem; + font-family: 'Playfair Display', sans-serif; + margin-top: 16px; + margin-top: 1rem; +} + +.custom-pricing-table-style-1 .plan .plan-features ul li { + font-size: 1em !important; + border-bottom: 0; +} + +.custom-pricing-table-style-1 .plan .plan-footer { + padding: 11.2px 12.8px 40px; + padding: 0.7rem 0.8rem 2.5rem; +} + +.custom-pricing-table-style-1 .plan .plan-price, +.custom-pricing-table-style-1 .plan .plan-features, +.custom-pricing-table-style-1 .plan .plan-footer { + border: 0; +} + +.custom-pricing-table-style-1 .plan.plan-featured { + transform: scale(1) translate3d(0, -11px, 0); +} + +.custom-pricing-table-style-1 .plan.plan-featured .plan-header { + padding: 36.8px 16px; + padding: 2.3rem 1rem; +} + +.custom-pricing-table-style-1 .plan.plan-featured .plan-header h3 { + color: var(--light); + font-size: 16px; + font-size: 1rem; + font-weight: 400; +} + +.custom-pricing-table-style-1 .plan.plan-featured .plan-price { + padding-top: 25.6px; + padding-top: 1.6rem; +} + +/* +* Footer +*/ +#footer { + font-size: inherit; +} + +.custom-form-style-1 { + opacity: 1 !important; +} + +.custom-form-style-1 .form-control { + height: calc(1.5em + 1.85rem + 2px); + padding: 15.6px 20px; + padding: 0.975rem 1.25rem; +} + +.custom-form-style-1 textarea.form-control { + height: auto; +} + +/* Skin */ +.custom-carousel-backward-shape .owl-stage-outer:before { + background-color: var(--primary--300); +} + +.custom-svg-linear-gradient stop:nth-child(1) { + stop-color: var(--secondary) !important; +} + +.custom-svg-linear-gradient stop:nth-child(2) { + stop-color: var(--primary) !important; +} + +path.custom-svg-fill-color-primary, +circle.custom-svg-fill-color-primary { + fill: var(--primary) !important; +} + +path.custom-svg-fill-color-secondary, +circle.custom-svg-fill-color-secondary { + fill: var(--secondary) !important; +} + +path.custom-svg-fill-color-tertiary, +circle.custom-svg-fill-color-tertiary { + fill: var(--tertiary) !important; +} + +path.custom-svg-fill-color-quaternary, +circle.custom-svg-fill-color-quaternary { + fill: var(--quaternary) !important; +} + +path.custom-svg-fill-color-dark, +circle.custom-svg-fill-color-dark { + fill: var(--dark) !important; +} + +path.custom-svg-fill-color-light, +circle.custom-svg-fill-color-light { + fill: var(--light) !important; +} diff --git a/resources/assets/css/demos/demo-transportation-logistic.css b/resources/assets/css/demos/demo-transportation-logistic.css new file mode 100644 index 0000000..5e6420b --- /dev/null +++ b/resources/assets/css/demos/demo-transportation-logistic.css @@ -0,0 +1,137 @@ +.custom-bg-color-grey-1 { + background-color: #f8f9fb; +} + +.overlay-tertiary:before { + background: var(--tertiary); +} + +.custom-font-size-1 { + font-size: 80px; +} + +p { + color: #999; +} + +.custom-heading-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 0.5px; + -webkit-text-stroke-color: var(--grey-500); + white-space: nowrap; + font-size: 80px; + font-weight: bold; + letter-spacing: 1px; +} + +@media (max-width: 991px) { + .custom-heading-1 { + font-size: 50px; + } +} + +.custom-stroke-text-effect-1 { + -webkit-text-fill-color: transparent; + -webkit-text-stroke-width: 1px; + -webkit-text-stroke-color: var(--light); + white-space: nowrap; +} + +.custom-text-pos-1 { + left: -80px; +} + +.custom-text-pos-2 { + right: -80px; +} + +.custom-text-pos-3 { + left: -10%; + top: 45%; +} + +.custom-el-pos-1 { + margin-top: -160px; +} + +.custom-el-pos-2 { + margin-top: -73px; +} + +.custom-el-pos-3 { + margin-top: -73px; +} + +.custom-drop-caps .custom-drop-caps-number { + font-weight: bold; + float: left; + font-size: 90px; + line-height: 90px; + padding: 0; + margin-right: 15px; + margin-top: 0; +} + +.custom-vr-1 { + width: 6px; + height: 70px; +} + +@media (max-width: 991px) { + #header .header-logo img { + max-width: 245px; + height: auto; + } +} + +.section-intro { + background: url(../../img/demos/transportation-logistic/generic/generic-1.png) no-repeat 12% 100%; + min-height: 400px; +} + +.custom-carousel-1-wrapper { + margin-top: -48px; + margin-bottom: -100px; + position: relative; + z-index: 1; + min-height: 300px; +} + +@media (min-width: 992px) { + .custom-carousel-1-wrapper { + margin-top: -143px; + } +} + +.custom-carousel-1 .owl-stage-outer .owl-item { + padding: 20px 2px 40px 18px; +} + +.custom-carousel-1 .owl-stage-outer .owl-item .card { + transition: all 0.1s ease-in-out; +} + +.custom-carousel-1 .owl-stage-outer .owl-item.active .card { + box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05); +} + +@media (max-width: 991px) { + .custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left { + position: relative; + top: 20px; + width: 100% !important; + padding-right: 20px; + } +} + +.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav { + position: absolute; + top: 73px; + left: -78px; +} + +@media (min-width: 1200px) { + .custom-parallax-1 .parallax-background { + background-size: 100% !important; + } +} diff --git a/resources/assets/css/demos/demo-wedding.css b/resources/assets/css/demos/demo-wedding.css new file mode 100644 index 0000000..7a806dc --- /dev/null +++ b/resources/assets/css/demos/demo-wedding.css @@ -0,0 +1,359 @@ +.custom-font-1 { + font-family: "Tangerine", cursive; + font-weight: bold; +} + +.custom-font-size-1 { + font-size: 70px !important; +} + +.custom-font-size-2 { + font-size: 50px !important; +} + +.custom-font-size-3 { + font-size: 40px !important; +} + +.custom-font-size-4 { + font-size: 0.6em !important; +} + +.custom-logo { + font-family: "Tangerine", cursive; + font-size: 50px; + font-weight: 700; + display: block; + padding: 10px 0; +} + +@media (min-width: 992px) { + #header .header-nav-bar .header-nav { + min-height: 80px; + } + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a { + letter-spacing: 3px; + font-weight: 400; + padding: 0 0.9rem !important; + margin: 0 0.9rem !important; + } + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before { + height: 1px; + transform: translateX(-2px); + } + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before { + height: 1px; + transform: translateX(-2px); + } +} + +@media (max-width: 991px) { + #header .header-logo { + top: 26px; + } + #header .header-btn-collapse-nav { + top: -23px; + } +} + +.slider .slotholder:after { + width: 100%; + height: 100%; + content: ""; + position: absolute; + top: 0; + left: 0; + pointer-events: none; + opacity: 0.4; + background: #333; + z-index: 1000; +} + +.tp-caption-custom-1 { + font-family: "Tangerine", cursive; + color: transparent; + -webkit-text-stroke: 1px #FFF; + text-stroke: 1px #FFF; + opacity: 0.3 !important; +} + +.tp-caption-custom-2 { + font-family: "Tangerine", cursive; + color: var(--light); +} + +.tp-caption-custom-3-el-1 { + color: var(--dark--200); + display: inline-block; + letter-spacing: 2.5px; + padding: 15px 80px; + background: url(../../img/demos/wedding/backgrounds/bg-1.svg) no-repeat 0 0; + background-size: cover; +} + +.custom-bg-1 { + position: absolute; + width: 1200px; + left: -800px; + top: -285px; + transform: rotate(45deg); +} + +.custom-bg-2 { + position: relative; + background: url(../../img/demos/wedding/backgrounds/bg-2.svg) no-repeat 0 0; + background-size: 100% 100%; +} + +.custom-bg-3 { + position: absolute; + width: 1200px; + right: -45%; + transform: rotate(40deg); +} + +.custom-bg-4 { + position: absolute; + width: 1200px; +} + +.custom-countdown-1 .days span, .custom-countdown-1 .hours span, .custom-countdown-1 .minutes span, .custom-countdown-1 .seconds span { + font-weight: bold; +} + +.custom-text-1 { + font-family: "Tangerine", cursive; + color: transparent; + -webkit-text-stroke: 1px #f4f0ed; + text-stroke: 1px #FFF; + font-size: 23vw; + white-space: nowrap; + position: absolute; + bottom: 3%; +} + +.custom-thumb-info-style-1:hover .thumb-info-wrapper:after { + opacity: 0.5 !important; +} + +.mfp-wrap.wedding-portfolio-gallery { + opacity: 0; + transition: ease opacity 300ms; +} + +#ourHistoryLightbox { + position: absolute; + width: 100vw; + height: 100vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#ourHistoryLightbox .mfp-close { + background-color: #60635c; + color: var(--light); + top: 0; + right: 0; + opacity: 1; +} + +#ourHistoryLightbox .mfp-close:hover { + opacity: 0.7; +} + +#ourHistoryLightbox .thumb-gallery { + position: absolute; + width: 100vw; + height: 95vh; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#ourHistoryLightbox .owl-carousel .owl-item > div { + position: relative; + height: 95vh; +} + +#ourHistoryLightbox .owl-carousel .owl-item > div .img-thumbnail { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + padding: 0; + border: none; + background: transparent; + text-align: center; + transform: translate3d(-50%, -50%, 0); +} + +#ourHistoryLightbox .owl-carousel .owl-item img { + display: inline-block !important; + width: auto; + max-width: 95vw; + max-height: 90vh; + box-shadow: 0px 0px 40px -10px #000; +} + +#ourHistoryLightbox .owl-carousel .owl-nav button.owl-prev, +#ourHistoryLightbox .owl-carousel .owl-nav button.owl-next { + border: 0 none; + border-radius: 0; + color: var(--light); + height: 80px; + line-height: 68px; + margin-top: -20px; + transition: all 0.3s ease; +} + +#ourHistoryLightbox .owl-carousel .owl-nav button.owl-prev:before, +#ourHistoryLightbox .owl-carousel .owl-nav button.owl-next:before { + font-family: simple-line-icons; + content: "\e605"; + font-size: 11px; +} + +#ourHistoryLightbox .owl-carousel .owl-nav button.owl-next::before { + font-family: simple-line-icons; + content: "\e606"; +} + +#ourHistoryLightbox #thumbGalleryThumbs { + width: 98%; + height: 13vh; + position: fixed; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} + +#ourHistoryLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #ourHistoryLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#ourHistoryLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(0); +} + +#ourHistoryLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div { + height: 20vh; +} + +#ourHistoryLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + overflow: hidden; + border: none; + box-shadow: none; +} + +#ourHistoryLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img { + width: auto; + height: 100%; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +#ourHistoryLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer { + opacity: 1; + transform: translateY(-32%); +} + +#ourHistoryLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#ourHistoryLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div { + height: 20vh; +} + +#ourHistoryLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail { + border: none; + box-shadow: none; + overflow: visible; +} + +#ourHistoryLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img { + max-height: 20vh; + box-shadow: none; + height: auto; + width: 100%; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-stage-outer { + opacity: 0; + transform: translateY(100%); + transition: ease all 300ms; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-stage { + margin: 0 auto; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-item.active-thumb { + opacity: 0.5; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-item > div { + height: 20vh; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail { + height: 5.3vw; + box-shadow: 0px 0px 50px -10px #000; + overflow: hidden; +} + +#ourHistoryLightbox #thumbGalleryThumbs .owl-item img { + width: 100%; + height: auto; + max-height: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +@media (max-width: 991px) { + #ourHistoryLightbox .thumb-gallery { + transform: translate3d(-50%, -50%, 0); + } + #ourHistoryLightbox .owl-carousel .owl-item img { + box-shadow: 0px 0px 20px #000; + max-width: 89vw; + } + #ourHistoryLightbox #thumbGalleryThumbs .owl-item img { + box-shadow: none; + } + #ourHistoryLightbox #thumbGalleryThumbs .owl-stage-outer { + display: none; + } +} + +@media (max-width: 767px) { + #ourHistoryLightbox .owl-carousel .owl-item img { + max-width: 80vw; + } +} + +/* Skin */ +@media (min-width: 992px) { + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a { + color: var(--primary); + } + #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a { + color: var(--primary--100); + } +} + +.slider .slotholder:after { + background-color: var(--primary); +} + +.custom-thumb-info-style-1 .thumb-info-wrapper:after { + background: var(--primary); +} diff --git a/resources/assets/css/examples/examples-mouse-hover-split.css b/resources/assets/css/examples/examples-mouse-hover-split.css new file mode 100644 index 0000000..84293e7 --- /dev/null +++ b/resources/assets/css/examples/examples-mouse-hover-split.css @@ -0,0 +1,29 @@ +/* +Name: Examples - Mouse Hover Split +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +.mouse-hover-split { + min-height: 300px; +} + +.mouse-hover-split .side { + display: grid; + min-height: 300px; + overflow: hidden; + place-items: center; + position: absolute; + width: 100%; + text-align: center; +} + +.mouse-hover-split .side h2 { + margin: 0px 10vw; + width: 80vw; + text-align: center; +} + +.mouse-hover-split .side-left { + width: 60%; + z-index: 2; +} diff --git a/resources/assets/css/examples/examples-spotlight-cursor-text.css b/resources/assets/css/examples/examples-spotlight-cursor-text.css new file mode 100644 index 0000000..7910d26 --- /dev/null +++ b/resources/assets/css/examples/examples-spotlight-cursor-text.css @@ -0,0 +1,68 @@ +/* +Name: Examples - Spotlight Cursor Text +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +.spotlight-cursor-text { + position: relative; + height: 100vh; + width: 100vw; + background: var(--primary); + overflow: hidden; +} + +.spotlight-cursor-text .shape { + will-change: transform; + position: absolute; + border-radius: 50%; +} + +.spotlight-cursor-text .shape.shape-1 { + background: #1EA6EA; + width: 650px; + height: 650px; + margin: -325px 0 0 -325px; +} + +.spotlight-cursor-text .shape.shape-2 { + background: #3CC4FF; + width: 440px; + height: 440px; + margin: -220px 0 0 -220px; +} + +.spotlight-cursor-text .shape.shape-3 { + background: #5AE2FF; + width: 270px; + height: 270px; + margin: -135px 0 0 -135px; +} + +.spotlight-cursor-text .content { + top: 0; + left: 0; + position: absolute; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + width: 100vw; + background: var(--light); + mix-blend-mode: screen; +} + +.spotlight-cursor-text .title { + font-size: 150px; + line-height: 150px; + font-weight: bolder; + color: #000; + margin: 0; + text-align: center; +} + +@media (max-width: 1200px) { + .spotlight-cursor-text .title { + font-size: 75px; + line-height: 75px; + } +} diff --git a/resources/assets/css/examples/examples-text-bg-clip-animation.css b/resources/assets/css/examples/examples-text-bg-clip-animation.css new file mode 100644 index 0000000..f11109e --- /dev/null +++ b/resources/assets/css/examples/examples-text-bg-clip-animation.css @@ -0,0 +1,38 @@ +/* +Name: Examples - Text Background Clip Animation +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +.text-bg-clip-animation { + font-size: 150px; + line-height: 200px; + font-weight: bolder; + color: #000; + margin: 0; + text-align: center; + background-size: 40%; + background-position: 50% 50%; + background-clip: text; + -webkit-background-clip: text; + color: rgba(0, 0, 0, 0.08); +} + +@media (max-width: 1200px) { + .text-bg-clip-animation { + font-size: 75px; + line-height: 100px; + } +} + +.text-bg-clip-animation.appear-animation-visible { + animation: textBgZoom 10s ease 500ms forwards; +} + +@keyframes textBgZoom { + from { + background-size: 40%; + } + to { + background-size: 10%; + } +} diff --git a/resources/assets/css/fonts/demos/digital-agency-2/fontello.eot b/resources/assets/css/fonts/demos/digital-agency-2/fontello.eot new file mode 100644 index 0000000..6b127ba Binary files /dev/null and b/resources/assets/css/fonts/demos/digital-agency-2/fontello.eot differ diff --git a/resources/assets/css/fonts/demos/digital-agency-2/fontello.svg b/resources/assets/css/fonts/demos/digital-agency-2/fontello.svg new file mode 100644 index 0000000..923726f --- /dev/null +++ b/resources/assets/css/fonts/demos/digital-agency-2/fontello.svg @@ -0,0 +1,14 @@ + + + +Copyright (C) 2020 by original authors @ fontello.com + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/css/fonts/demos/digital-agency-2/fontello.ttf b/resources/assets/css/fonts/demos/digital-agency-2/fontello.ttf new file mode 100644 index 0000000..438b3ec Binary files /dev/null and b/resources/assets/css/fonts/demos/digital-agency-2/fontello.ttf differ diff --git a/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff b/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff new file mode 100644 index 0000000..9e46d93 Binary files /dev/null and b/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff differ diff --git a/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff2 b/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff2 new file mode 100644 index 0000000..aabccf0 Binary files /dev/null and b/resources/assets/css/fonts/demos/digital-agency-2/fontello.woff2 differ diff --git a/resources/assets/css/fonts/minicart-font.eot b/resources/assets/css/fonts/minicart-font.eot new file mode 100644 index 0000000..183c1cf Binary files /dev/null and b/resources/assets/css/fonts/minicart-font.eot differ diff --git a/resources/assets/css/fonts/minicart-font.svg b/resources/assets/css/fonts/minicart-font.svg new file mode 100644 index 0000000..cbbcc7f --- /dev/null +++ b/resources/assets/css/fonts/minicart-font.svg @@ -0,0 +1,12 @@ + + + +Copyright (C) 2015 by original authors @ fontello.com + + + + + + + + \ No newline at end of file diff --git a/resources/assets/css/fonts/minicart-font.ttf b/resources/assets/css/fonts/minicart-font.ttf new file mode 100644 index 0000000..65544db Binary files /dev/null and b/resources/assets/css/fonts/minicart-font.ttf differ diff --git a/resources/assets/css/fonts/minicart-font.woff b/resources/assets/css/fonts/minicart-font.woff new file mode 100644 index 0000000..7bcb863 Binary files /dev/null and b/resources/assets/css/fonts/minicart-font.woff differ diff --git a/resources/assets/css/fonts/star.eot b/resources/assets/css/fonts/star.eot new file mode 100644 index 0000000..6cecb13 Binary files /dev/null and b/resources/assets/css/fonts/star.eot differ diff --git a/resources/assets/css/fonts/star.svg b/resources/assets/css/fonts/star.svg new file mode 100644 index 0000000..0f00f2e --- /dev/null +++ b/resources/assets/css/fonts/star.svg @@ -0,0 +1,19 @@ + + + + +This is a custom SVG font generated by IcoMoon. + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/css/fonts/star.ttf b/resources/assets/css/fonts/star.ttf new file mode 100644 index 0000000..afd54b3 Binary files /dev/null and b/resources/assets/css/fonts/star.ttf differ diff --git a/resources/assets/css/fonts/star.woff b/resources/assets/css/fonts/star.woff new file mode 100644 index 0000000..5bdf275 Binary files /dev/null and b/resources/assets/css/fonts/star.woff differ diff --git a/resources/assets/css/skins/default.css b/resources/assets/css/skins/default.css new file mode 100644 index 0000000..b9770bd --- /dev/null +++ b/resources/assets/css/skins/default.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2BAAB1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-accounting-1.css b/resources/assets/css/skins/skin-accounting-1.css new file mode 100644 index 0000000..f353a96 --- /dev/null +++ b/resources/assets/css/skins/skin-accounting-1.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 10px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #4be296; + --primary-100: #35de89; + --primary-200: #2add83; + --primary-300: #23d77c; + --primary--100: #61e6a3; + --primary--200: #6ce7a9; + --primary--300: #77e9b0; + --primary-rgba-0: rgba(75, 226, 150, 0); + --primary-rgba-10: rgba(75, 226, 150, 0.1); + --primary-rgba-20: rgba(75, 226, 150, 0.2); + --primary-rgba-30: rgba(75, 226, 150, 0.3); + --primary-rgba-40: rgba(75, 226, 150, 0.4); + --primary-rgba-50: rgba(75, 226, 150, 0.5); + --primary-rgba-60: rgba(75, 226, 150, 0.6); + --primary-rgba-70: rgba(75, 226, 150, 0.7); + --primary-rgba-80: rgba(75, 226, 150, 0.8); + --primary-rgba-90: rgba(75, 226, 150, 0.9); + --secondary: #2e895b; + --secondary-100: #28764e; + --secondary-200: #246c48; + --secondary-300: #216342; + --secondary--100: #349c68; + --secondary--200: #38a66e; + --secondary--300: #3baf74; + --secondary-rgba-0: rgba(46, 137, 91, 0); + --secondary-rgba-10: rgba(46, 137, 91, 0.1); + --secondary-rgba-20: rgba(46, 137, 91, 0.2); + --secondary-rgba-30: rgba(46, 137, 91, 0.3); + --secondary-rgba-40: rgba(46, 137, 91, 0.4); + --secondary-rgba-50: rgba(46, 137, 91, 0.5); + --secondary-rgba-60: rgba(46, 137, 91, 0.6); + --secondary-rgba-70: rgba(46, 137, 91, 0.7); + --secondary-rgba-80: rgba(46, 137, 91, 0.8); + --secondary-rgba-90: rgba(46, 137, 91, 0.9); + --tertiary: #1f2f28; + --tertiary-100: #15201b; + --tertiary-200: #101814; + --tertiary-300: #0b100e; + --tertiary--100: #293e35; + --tertiary--200: #2e463c; + --tertiary--300: #334e42; + --tertiary-rgba-0: rgba(31, 47, 40, 0); + --tertiary-rgba-10: rgba(31, 47, 40, 0.1); + --tertiary-rgba-20: rgba(31, 47, 40, 0.2); + --tertiary-rgba-30: rgba(31, 47, 40, 0.3); + --tertiary-rgba-40: rgba(31, 47, 40, 0.4); + --tertiary-rgba-50: rgba(31, 47, 40, 0.5); + --tertiary-rgba-60: rgba(31, 47, 40, 0.6); + --tertiary-rgba-70: rgba(31, 47, 40, 0.7); + --tertiary-rgba-80: rgba(31, 47, 40, 0.8); + --tertiary-rgba-90: rgba(31, 47, 40, 0.9); + --quaternary: #f7f0e7; + --quaternary-100: #f1e4d4; + --quaternary-200: #eddeca; + --quaternary-300: #ead8c1; + --quaternary--100: #fdfcfa; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(247, 240, 231, 0); + --quaternary-rgba-10: rgba(247, 240, 231, 0.1); + --quaternary-rgba-20: rgba(247, 240, 231, 0.2); + --quaternary-rgba-30: rgba(247, 240, 231, 0.3); + --quaternary-rgba-40: rgba(247, 240, 231, 0.4); + --quaternary-rgba-50: rgba(247, 240, 231, 0.5); + --quaternary-rgba-60: rgba(247, 240, 231, 0.6); + --quaternary-rgba-70: rgba(247, 240, 231, 0.7); + --quaternary-rgba-80: rgba(247, 240, 231, 0.8); + --quaternary-rgba-90: rgba(247, 240, 231, 0.9); + --dark: #111; + --dark-100: #040404; + --dark-200: #000000; + --dark-300: #000000; + --dark--100: #1e1e1e; + --dark--200: #242424; + --dark--300: #2b2b2b; + --dark-rgba-0: rgba(17, 17, 17, 0); + --dark-rgba-10: rgba(17, 17, 17, 0.1); + --dark-rgba-20: rgba(17, 17, 17, 0.2); + --dark-rgba-30: rgba(17, 17, 17, 0.3); + --dark-rgba-40: rgba(17, 17, 17, 0.4); + --dark-rgba-50: rgba(17, 17, 17, 0.5); + --dark-rgba-60: rgba(17, 17, 17, 0.6); + --dark-rgba-70: rgba(17, 17, 17, 0.7); + --dark-rgba-80: rgba(17, 17, 17, 0.8); + --dark-rgba-90: rgba(17, 17, 17, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #777; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-app-landing.css b/resources/assets/css/skins/skin-app-landing.css new file mode 100644 index 0000000..c77545b --- /dev/null +++ b/resources/assets/css/skins/skin-app-landing.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #4246fd; + --primary-100: #292dfd; + --primary-200: #1c21fd; + --primary-300: #1015fc; + --primary--100: #5b5ffd; + --primary--200: #686bfd; + --primary--300: #7477fe; + --primary-rgba-0: rgba(66, 70, 253, 0); + --primary-rgba-10: rgba(66, 70, 253, 0.1); + --primary-rgba-20: rgba(66, 70, 253, 0.2); + --primary-rgba-30: rgba(66, 70, 253, 0.3); + --primary-rgba-40: rgba(66, 70, 253, 0.4); + --primary-rgba-50: rgba(66, 70, 253, 0.5); + --primary-rgba-60: rgba(66, 70, 253, 0.6); + --primary-rgba-70: rgba(66, 70, 253, 0.7); + --primary-rgba-80: rgba(66, 70, 253, 0.8); + --primary-rgba-90: rgba(66, 70, 253, 0.9); + --secondary: #881cf9; + --secondary-100: #7b06f5; + --secondary-200: #7506e9; + --secondary-300: #6f06dc; + --secondary--100: #9535fa; + --secondary--200: #9c41fa; + --secondary--300: #a24efa; + --secondary-rgba-0: rgba(136, 28, 249, 0); + --secondary-rgba-10: rgba(136, 28, 249, 0.1); + --secondary-rgba-20: rgba(136, 28, 249, 0.2); + --secondary-rgba-30: rgba(136, 28, 249, 0.3); + --secondary-rgba-40: rgba(136, 28, 249, 0.4); + --secondary-rgba-50: rgba(136, 28, 249, 0.5); + --secondary-rgba-60: rgba(136, 28, 249, 0.6); + --secondary-rgba-70: rgba(136, 28, 249, 0.7); + --secondary-rgba-80: rgba(136, 28, 249, 0.8); + --secondary-rgba-90: rgba(136, 28, 249, 0.9); + --tertiary: #f5f3fb; + --tertiary-100: #e5e0f5; + --tertiary-200: #ddd6f1; + --tertiary-300: #d5cdee; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(245, 243, 251, 0); + --tertiary-rgba-10: rgba(245, 243, 251, 0.1); + --tertiary-rgba-20: rgba(245, 243, 251, 0.2); + --tertiary-rgba-30: rgba(245, 243, 251, 0.3); + --tertiary-rgba-40: rgba(245, 243, 251, 0.4); + --tertiary-rgba-50: rgba(245, 243, 251, 0.5); + --tertiary-rgba-60: rgba(245, 243, 251, 0.6); + --tertiary-rgba-70: rgba(245, 243, 251, 0.7); + --tertiary-rgba-80: rgba(245, 243, 251, 0.8); + --tertiary-rgba-90: rgba(245, 243, 251, 0.9); + --quaternary: #222529; + --quaternary-100: #16181b; + --quaternary-200: #111214; + --quaternary-300: #0b0c0d; + --quaternary--100: #2e3237; + --quaternary--200: #33383e; + --quaternary--300: #393e45; + --quaternary-rgba-0: rgba(34, 37, 41, 0); + --quaternary-rgba-10: rgba(34, 37, 41, 0.1); + --quaternary-rgba-20: rgba(34, 37, 41, 0.2); + --quaternary-rgba-30: rgba(34, 37, 41, 0.3); + --quaternary-rgba-40: rgba(34, 37, 41, 0.4); + --quaternary-rgba-50: rgba(34, 37, 41, 0.5); + --quaternary-rgba-60: rgba(34, 37, 41, 0.6); + --quaternary-rgba-70: rgba(34, 37, 41, 0.7); + --quaternary-rgba-80: rgba(34, 37, 41, 0.8); + --quaternary-rgba-90: rgba(34, 37, 41, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-architecture-2.css b/resources/assets/css/skins/skin-architecture-2.css new file mode 100644 index 0000000..d2255b9 --- /dev/null +++ b/resources/assets/css/skins/skin-architecture-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #2a2a2a; + --primary-100: #1d1d1d; + --primary-200: #171717; + --primary-300: #101010; + --primary--100: #373737; + --primary--200: #3d3d3d; + --primary--300: #444444; + --primary-rgba-0: rgba(42, 42, 42, 0); + --primary-rgba-10: rgba(42, 42, 42, 0.1); + --primary-rgba-20: rgba(42, 42, 42, 0.2); + --primary-rgba-30: rgba(42, 42, 42, 0.3); + --primary-rgba-40: rgba(42, 42, 42, 0.4); + --primary-rgba-50: rgba(42, 42, 42, 0.5); + --primary-rgba-60: rgba(42, 42, 42, 0.6); + --primary-rgba-70: rgba(42, 42, 42, 0.7); + --primary-rgba-80: rgba(42, 42, 42, 0.8); + --primary-rgba-90: rgba(42, 42, 42, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-architecture-interior.css b/resources/assets/css/skins/skin-architecture-interior.css new file mode 100644 index 0000000..fbf7363 --- /dev/null +++ b/resources/assets/css/skins/skin-architecture-interior.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #FEA45A; + --primary-100: #fe9641; + --primary-200: #fe8f34; + --primary-300: #fe8827; + --primary--100: #feb273; + --primary--200: #feb980; + --primary--300: #fec08d; + --primary-rgba-0: rgba(254, 164, 90, 0); + --primary-rgba-10: rgba(254, 164, 90, 0.1); + --primary-rgba-20: rgba(254, 164, 90, 0.2); + --primary-rgba-30: rgba(254, 164, 90, 0.3); + --primary-rgba-40: rgba(254, 164, 90, 0.4); + --primary-rgba-50: rgba(254, 164, 90, 0.5); + --primary-rgba-60: rgba(254, 164, 90, 0.6); + --primary-rgba-70: rgba(254, 164, 90, 0.7); + --primary-rgba-80: rgba(254, 164, 90, 0.8); + --primary-rgba-90: rgba(254, 164, 90, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #4D5154; + --quaternary-100: #414447; + --quaternary-200: #3b3e40; + --quaternary-300: #353739; + --quaternary--100: #595e61; + --quaternary--200: #5f6468; + --quaternary--300: #656b6f; + --quaternary-rgba-0: rgba(77, 81, 84, 0); + --quaternary-rgba-10: rgba(77, 81, 84, 0.1); + --quaternary-rgba-20: rgba(77, 81, 84, 0.2); + --quaternary-rgba-30: rgba(77, 81, 84, 0.3); + --quaternary-rgba-40: rgba(77, 81, 84, 0.4); + --quaternary-rgba-50: rgba(77, 81, 84, 0.5); + --quaternary-rgba-60: rgba(77, 81, 84, 0.6); + --quaternary-rgba-70: rgba(77, 81, 84, 0.7); + --quaternary-rgba-80: rgba(77, 81, 84, 0.8); + --quaternary-rgba-90: rgba(77, 81, 84, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #777; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-auto-services.css b/resources/assets/css/skins/skin-auto-services.css new file mode 100644 index 0000000..e42e2e0 --- /dev/null +++ b/resources/assets/css/skins/skin-auto-services.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #1c5fa8; + --primary-100: #185392; + --primary-200: #174c87; + --primary-300: #15467c; + --primary--100: #206bbe; + --primary--200: #2172c9; + --primary--300: #2378d4; + --primary-rgba-0: rgba(28, 95, 168, 0); + --primary-rgba-10: rgba(28, 95, 168, 0.1); + --primary-rgba-20: rgba(28, 95, 168, 0.2); + --primary-rgba-30: rgba(28, 95, 168, 0.3); + --primary-rgba-40: rgba(28, 95, 168, 0.4); + --primary-rgba-50: rgba(28, 95, 168, 0.5); + --primary-rgba-60: rgba(28, 95, 168, 0.6); + --primary-rgba-70: rgba(28, 95, 168, 0.7); + --primary-rgba-80: rgba(28, 95, 168, 0.8); + --primary-rgba-90: rgba(28, 95, 168, 0.9); + --secondary: #3073BC; + --secondary-100: #2b67a8; + --secondary-200: #28609e; + --secondary-300: #265a93; + --secondary--100: #3980cc; + --secondary--200: #4386cf; + --secondary--300: #4d8dd2; + --secondary-rgba-0: rgba(48, 115, 188, 0); + --secondary-rgba-10: rgba(48, 115, 188, 0.1); + --secondary-rgba-20: rgba(48, 115, 188, 0.2); + --secondary-rgba-30: rgba(48, 115, 188, 0.3); + --secondary-rgba-40: rgba(48, 115, 188, 0.4); + --secondary-rgba-50: rgba(48, 115, 188, 0.5); + --secondary-rgba-60: rgba(48, 115, 188, 0.6); + --secondary-rgba-70: rgba(48, 115, 188, 0.7); + --secondary-rgba-80: rgba(48, 115, 188, 0.8); + --secondary-rgba-90: rgba(48, 115, 188, 0.9); + --tertiary: #084B94; + --tertiary-100: #073f7c; + --tertiary-200: #063970; + --tertiary-300: #053264; + --tertiary--100: #0957ac; + --tertiary--200: #0a5db8; + --tertiary--300: #0b64c4; + --tertiary-rgba-0: rgba(8, 75, 148, 0); + --tertiary-rgba-10: rgba(8, 75, 148, 0.1); + --tertiary-rgba-20: rgba(8, 75, 148, 0.2); + --tertiary-rgba-30: rgba(8, 75, 148, 0.3); + --tertiary-rgba-40: rgba(8, 75, 148, 0.4); + --tertiary-rgba-50: rgba(8, 75, 148, 0.5); + --tertiary-rgba-60: rgba(8, 75, 148, 0.6); + --tertiary-rgba-70: rgba(8, 75, 148, 0.7); + --tertiary-rgba-80: rgba(8, 75, 148, 0.8); + --tertiary-rgba-90: rgba(8, 75, 148, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-band.css b/resources/assets/css/skins/skin-band.css new file mode 100644 index 0000000..ade83fe --- /dev/null +++ b/resources/assets/css/skins/skin-band.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #EA1C21; + --primary-100: #d81419; + --primary-200: #cd1317; + --primary-300: #c11216; + --primary--100: #ec3338; + --primary--200: #ed3f43; + --primary--300: #ee4b4f; + --primary-rgba-0: rgba(234, 28, 33, 0); + --primary-rgba-10: rgba(234, 28, 33, 0.1); + --primary-rgba-20: rgba(234, 28, 33, 0.2); + --primary-rgba-30: rgba(234, 28, 33, 0.3); + --primary-rgba-40: rgba(234, 28, 33, 0.4); + --primary-rgba-50: rgba(234, 28, 33, 0.5); + --primary-rgba-60: rgba(234, 28, 33, 0.6); + --primary-rgba-70: rgba(234, 28, 33, 0.7); + --primary-rgba-80: rgba(234, 28, 33, 0.8); + --primary-rgba-90: rgba(234, 28, 33, 0.9); + --secondary: #171B1F; + --secondary-100: #0c0e10; + --secondary-200: #070809; + --secondary-300: #010102; + --secondary--100: #22282e; + --secondary--200: #272e35; + --secondary--300: #2d343c; + --secondary-rgba-0: rgba(23, 27, 31, 0); + --secondary-rgba-10: rgba(23, 27, 31, 0.1); + --secondary-rgba-20: rgba(23, 27, 31, 0.2); + --secondary-rgba-30: rgba(23, 27, 31, 0.3); + --secondary-rgba-40: rgba(23, 27, 31, 0.4); + --secondary-rgba-50: rgba(23, 27, 31, 0.5); + --secondary-rgba-60: rgba(23, 27, 31, 0.6); + --secondary-rgba-70: rgba(23, 27, 31, 0.7); + --secondary-rgba-80: rgba(23, 27, 31, 0.8); + --secondary-rgba-90: rgba(23, 27, 31, 0.9); + --tertiary: #12161A; + --tertiary-100: #08090b; + --tertiary-200: #020303; + --tertiary-300: #000000; + --tertiary--100: #1c2329; + --tertiary--200: #222931; + --tertiary--300: #272f38; + --tertiary-rgba-0: rgba(18, 22, 26, 0); + --tertiary-rgba-10: rgba(18, 22, 26, 0.1); + --tertiary-rgba-20: rgba(18, 22, 26, 0.2); + --tertiary-rgba-30: rgba(18, 22, 26, 0.3); + --tertiary-rgba-40: rgba(18, 22, 26, 0.4); + --tertiary-rgba-50: rgba(18, 22, 26, 0.5); + --tertiary-rgba-60: rgba(18, 22, 26, 0.6); + --tertiary-rgba-70: rgba(18, 22, 26, 0.7); + --tertiary-rgba-80: rgba(18, 22, 26, 0.8); + --tertiary-rgba-90: rgba(18, 22, 26, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-barber.css b/resources/assets/css/skins/skin-barber.css new file mode 100644 index 0000000..607e267 --- /dev/null +++ b/resources/assets/css/skins/skin-barber.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #C29E75; + --primary-100: #ba9263; + --primary-200: #b68b5a; + --primary-300: #b28552; + --primary--100: #caaa87; + --primary--200: #ceb190; + --primary--300: #d2b798; + --primary-rgba-0: rgba(194, 158, 117, 0); + --primary-rgba-10: rgba(194, 158, 117, 0.1); + --primary-rgba-20: rgba(194, 158, 117, 0.2); + --primary-rgba-30: rgba(194, 158, 117, 0.3); + --primary-rgba-40: rgba(194, 158, 117, 0.4); + --primary-rgba-50: rgba(194, 158, 117, 0.5); + --primary-rgba-60: rgba(194, 158, 117, 0.6); + --primary-rgba-70: rgba(194, 158, 117, 0.7); + --primary-rgba-80: rgba(194, 158, 117, 0.8); + --primary-rgba-90: rgba(194, 158, 117, 0.9); + --secondary: #B38F66; + --secondary-100: #ab8355; + --secondary-200: #a27c51; + --secondary-300: #9a764c; + --secondary--100: #bb9b77; + --secondary--200: #c0a280; + --secondary--300: #c4a888; + --secondary-rgba-0: rgba(179, 143, 102, 0); + --secondary-rgba-10: rgba(179, 143, 102, 0.1); + --secondary-rgba-20: rgba(179, 143, 102, 0.2); + --secondary-rgba-30: rgba(179, 143, 102, 0.3); + --secondary-rgba-40: rgba(179, 143, 102, 0.4); + --secondary-rgba-50: rgba(179, 143, 102, 0.5); + --secondary-rgba-60: rgba(179, 143, 102, 0.6); + --secondary-rgba-70: rgba(179, 143, 102, 0.7); + --secondary-rgba-80: rgba(179, 143, 102, 0.8); + --secondary-rgba-90: rgba(179, 143, 102, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-beauty-salon.css b/resources/assets/css/skins/skin-beauty-salon.css new file mode 100644 index 0000000..810afa0 --- /dev/null +++ b/resources/assets/css/skins/skin-beauty-salon.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #222529; + --primary-100: #16181b; + --primary-200: #111214; + --primary-300: #0b0c0d; + --primary--100: #2e3237; + --primary--200: #33383e; + --primary--300: #393e45; + --primary-rgba-0: rgba(34, 37, 41, 0); + --primary-rgba-10: rgba(34, 37, 41, 0.1); + --primary-rgba-20: rgba(34, 37, 41, 0.2); + --primary-rgba-30: rgba(34, 37, 41, 0.3); + --primary-rgba-40: rgba(34, 37, 41, 0.4); + --primary-rgba-50: rgba(34, 37, 41, 0.5); + --primary-rgba-60: rgba(34, 37, 41, 0.6); + --primary-rgba-70: rgba(34, 37, 41, 0.7); + --primary-rgba-80: rgba(34, 37, 41, 0.8); + --primary-rgba-90: rgba(34, 37, 41, 0.9); + --secondary: #d7d6d6; + --secondary-100: #cac9c9; + --secondary-200: #c4c3c3; + --secondary-300: #bebcbc; + --secondary--100: #e4e3e3; + --secondary--200: #eae9e9; + --secondary--300: #f0f0f0; + --secondary-rgba-0: rgba(215, 214, 214, 0); + --secondary-rgba-10: rgba(215, 214, 214, 0.1); + --secondary-rgba-20: rgba(215, 214, 214, 0.2); + --secondary-rgba-30: rgba(215, 214, 214, 0.3); + --secondary-rgba-40: rgba(215, 214, 214, 0.4); + --secondary-rgba-50: rgba(215, 214, 214, 0.5); + --secondary-rgba-60: rgba(215, 214, 214, 0.6); + --secondary-rgba-70: rgba(215, 214, 214, 0.7); + --secondary-rgba-80: rgba(215, 214, 214, 0.8); + --secondary-rgba-90: rgba(215, 214, 214, 0.9); + --tertiary: #F4F4F4; + --tertiary-100: #e7e7e7; + --tertiary-200: #e1e1e1; + --tertiary-300: #dbdbdb; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 244, 244, 0); + --tertiary-rgba-10: rgba(244, 244, 244, 0.1); + --tertiary-rgba-20: rgba(244, 244, 244, 0.2); + --tertiary-rgba-30: rgba(244, 244, 244, 0.3); + --tertiary-rgba-40: rgba(244, 244, 244, 0.4); + --tertiary-rgba-50: rgba(244, 244, 244, 0.5); + --tertiary-rgba-60: rgba(244, 244, 244, 0.6); + --tertiary-rgba-70: rgba(244, 244, 244, 0.7); + --tertiary-rgba-80: rgba(244, 244, 244, 0.8); + --tertiary-rgba-90: rgba(244, 244, 244, 0.9); + --quaternary: #c3c2c2; + --quaternary-100: #b6b5b5; + --quaternary-200: #b0afaf; + --quaternary-300: #aaa8a8; + --quaternary--100: #d0cfcf; + --quaternary--200: #d6d5d5; + --quaternary--300: #dcdcdc; + --quaternary-rgba-0: rgba(195, 194, 194, 0); + --quaternary-rgba-10: rgba(195, 194, 194, 0.1); + --quaternary-rgba-20: rgba(195, 194, 194, 0.2); + --quaternary-rgba-30: rgba(195, 194, 194, 0.3); + --quaternary-rgba-40: rgba(195, 194, 194, 0.4); + --quaternary-rgba-50: rgba(195, 194, 194, 0.5); + --quaternary-rgba-60: rgba(195, 194, 194, 0.6); + --quaternary-rgba-70: rgba(195, 194, 194, 0.7); + --quaternary-rgba-80: rgba(195, 194, 194, 0.8); + --quaternary-rgba-90: rgba(195, 194, 194, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-business-consulting-2.css b/resources/assets/css/skins/skin-business-consulting-2.css new file mode 100644 index 0000000..538ab64 --- /dev/null +++ b/resources/assets/css/skins/skin-business-consulting-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #e8465f; + --primary-100: #e52f4b; + --primary-200: #e42442; + --primary-300: #df1c3a; + --primary--100: #eb5d73; + --primary--200: #ec687c; + --primary--300: #ee7386; + --primary-rgba-0: rgba(232, 70, 95, 0); + --primary-rgba-10: rgba(232, 70, 95, 0.1); + --primary-rgba-20: rgba(232, 70, 95, 0.2); + --primary-rgba-30: rgba(232, 70, 95, 0.3); + --primary-rgba-40: rgba(232, 70, 95, 0.4); + --primary-rgba-50: rgba(232, 70, 95, 0.5); + --primary-rgba-60: rgba(232, 70, 95, 0.6); + --primary-rgba-70: rgba(232, 70, 95, 0.7); + --primary-rgba-80: rgba(232, 70, 95, 0.8); + --primary-rgba-90: rgba(232, 70, 95, 0.9); + --secondary: #183f72; + --secondary-100: #14335d; + --secondary-200: #112e52; + --secondary-300: #0f2848; + --secondary--100: #1c4b87; + --secondary--200: #1f5092; + --secondary--300: #21569c; + --secondary-rgba-0: rgba(24, 63, 114, 0); + --secondary-rgba-10: rgba(24, 63, 114, 0.1); + --secondary-rgba-20: rgba(24, 63, 114, 0.2); + --secondary-rgba-30: rgba(24, 63, 114, 0.3); + --secondary-rgba-40: rgba(24, 63, 114, 0.4); + --secondary-rgba-50: rgba(24, 63, 114, 0.5); + --secondary-rgba-60: rgba(24, 63, 114, 0.6); + --secondary-rgba-70: rgba(24, 63, 114, 0.7); + --secondary-rgba-80: rgba(24, 63, 114, 0.8); + --secondary-rgba-90: rgba(24, 63, 114, 0.9); + --tertiary: #222529; + --tertiary-100: #16181b; + --tertiary-200: #111214; + --tertiary-300: #0b0c0d; + --tertiary--100: #2e3237; + --tertiary--200: #33383e; + --tertiary--300: #393e45; + --tertiary-rgba-0: rgba(34, 37, 41, 0); + --tertiary-rgba-10: rgba(34, 37, 41, 0.1); + --tertiary-rgba-20: rgba(34, 37, 41, 0.2); + --tertiary-rgba-30: rgba(34, 37, 41, 0.3); + --tertiary-rgba-40: rgba(34, 37, 41, 0.4); + --tertiary-rgba-50: rgba(34, 37, 41, 0.5); + --tertiary-rgba-60: rgba(34, 37, 41, 0.6); + --tertiary-rgba-70: rgba(34, 37, 41, 0.7); + --tertiary-rgba-80: rgba(34, 37, 41, 0.8); + --tertiary-rgba-90: rgba(34, 37, 41, 0.9); + --quaternary: #eef0f4; + --quaternary-100: #dfe2ea; + --quaternary-200: #d7dce5; + --quaternary-300: #cfd5e0; + --quaternary--100: #fdfefe; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(238, 240, 244, 0); + --quaternary-rgba-10: rgba(238, 240, 244, 0.1); + --quaternary-rgba-20: rgba(238, 240, 244, 0.2); + --quaternary-rgba-30: rgba(238, 240, 244, 0.3); + --quaternary-rgba-40: rgba(238, 240, 244, 0.4); + --quaternary-rgba-50: rgba(238, 240, 244, 0.5); + --quaternary-rgba-60: rgba(238, 240, 244, 0.6); + --quaternary-rgba-70: rgba(238, 240, 244, 0.7); + --quaternary-rgba-80: rgba(238, 240, 244, 0.8); + --quaternary-rgba-90: rgba(238, 240, 244, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-business-consulting-3.css b/resources/assets/css/skins/skin-business-consulting-3.css new file mode 100644 index 0000000..b83ca0f --- /dev/null +++ b/resources/assets/css/skins/skin-business-consulting-3.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #F04C23; + --primary-100: #ea3b10; + --primary-200: #de380f; + --primary-300: #d2350e; + --primary--100: #f25f3b; + --primary--200: #f26947; + --primary--300: #f37353; + --primary-rgba-0: rgba(240, 76, 35, 0); + --primary-rgba-10: rgba(240, 76, 35, 0.1); + --primary-rgba-20: rgba(240, 76, 35, 0.2); + --primary-rgba-30: rgba(240, 76, 35, 0.3); + --primary-rgba-40: rgba(240, 76, 35, 0.4); + --primary-rgba-50: rgba(240, 76, 35, 0.5); + --primary-rgba-60: rgba(240, 76, 35, 0.6); + --primary-rgba-70: rgba(240, 76, 35, 0.7); + --primary-rgba-80: rgba(240, 76, 35, 0.8); + --primary-rgba-90: rgba(240, 76, 35, 0.9); + --secondary: #FF6037; + --secondary-100: #ff4c1e; + --secondary-200: #ff4211; + --secondary-300: #ff3704; + --secondary--100: #ff7451; + --secondary--200: #ff7e5d; + --secondary--300: #ff896a; + --secondary-rgba-0: rgba(255, 96, 55, 0); + --secondary-rgba-10: rgba(255, 96, 55, 0.1); + --secondary-rgba-20: rgba(255, 96, 55, 0.2); + --secondary-rgba-30: rgba(255, 96, 55, 0.3); + --secondary-rgba-40: rgba(255, 96, 55, 0.4); + --secondary-rgba-50: rgba(255, 96, 55, 0.5); + --secondary-rgba-60: rgba(255, 96, 55, 0.6); + --secondary-rgba-70: rgba(255, 96, 55, 0.7); + --secondary-rgba-80: rgba(255, 96, 55, 0.8); + --secondary-rgba-90: rgba(255, 96, 55, 0.9); + --tertiary: #DC380F; + --tertiary-100: #c4320d; + --tertiary-200: #b82f0d; + --tertiary-300: #ac2c0c; + --tertiary--100: #ef4115; + --tertiary--200: #f04b21; + --tertiary--300: #f1542d; + --tertiary-rgba-0: rgba(220, 56, 15, 0); + --tertiary-rgba-10: rgba(220, 56, 15, 0.1); + --tertiary-rgba-20: rgba(220, 56, 15, 0.2); + --tertiary-rgba-30: rgba(220, 56, 15, 0.3); + --tertiary-rgba-40: rgba(220, 56, 15, 0.4); + --tertiary-rgba-50: rgba(220, 56, 15, 0.5); + --tertiary-rgba-60: rgba(220, 56, 15, 0.6); + --tertiary-rgba-70: rgba(220, 56, 15, 0.7); + --tertiary-rgba-80: rgba(220, 56, 15, 0.8); + --tertiary-rgba-90: rgba(220, 56, 15, 0.9); + --quaternary: #383F48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-business-consulting-4.css b/resources/assets/css/skins/skin-business-consulting-4.css new file mode 100644 index 0000000..eb4cbfa --- /dev/null +++ b/resources/assets/css/skins/skin-business-consulting-4.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0052CC; + --primary-100: #0048b3; + --primary-200: #0043a6; + --primary-300: #003d99; + --primary--100: #005ce6; + --primary--200: #0061f2; + --primary--300: #0066ff; + --primary-rgba-0: rgba(0, 82, 204, 0); + --primary-rgba-10: rgba(0, 82, 204, 0.1); + --primary-rgba-20: rgba(0, 82, 204, 0.2); + --primary-rgba-30: rgba(0, 82, 204, 0.3); + --primary-rgba-40: rgba(0, 82, 204, 0.4); + --primary-rgba-50: rgba(0, 82, 204, 0.5); + --primary-rgba-60: rgba(0, 82, 204, 0.6); + --primary-rgba-70: rgba(0, 82, 204, 0.7); + --primary-rgba-80: rgba(0, 82, 204, 0.8); + --primary-rgba-90: rgba(0, 82, 204, 0.9); + --secondary: #222529; + --secondary-100: #16181b; + --secondary-200: #111214; + --secondary-300: #0b0c0d; + --secondary--100: #2e3237; + --secondary--200: #33383e; + --secondary--300: #393e45; + --secondary-rgba-0: rgba(34, 37, 41, 0); + --secondary-rgba-10: rgba(34, 37, 41, 0.1); + --secondary-rgba-20: rgba(34, 37, 41, 0.2); + --secondary-rgba-30: rgba(34, 37, 41, 0.3); + --secondary-rgba-40: rgba(34, 37, 41, 0.4); + --secondary-rgba-50: rgba(34, 37, 41, 0.5); + --secondary-rgba-60: rgba(34, 37, 41, 0.6); + --secondary-rgba-70: rgba(34, 37, 41, 0.7); + --secondary-rgba-80: rgba(34, 37, 41, 0.8); + --secondary-rgba-90: rgba(34, 37, 41, 0.9); + --tertiary: #E1ECF9; + --tertiary-100: #ccdff5; + --tertiary-200: #c1d8f3; + --tertiary-300: #b6d1f1; + --tertiary--100: #f6f9fd; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(225, 236, 249, 0); + --tertiary-rgba-10: rgba(225, 236, 249, 0.1); + --tertiary-rgba-20: rgba(225, 236, 249, 0.2); + --tertiary-rgba-30: rgba(225, 236, 249, 0.3); + --tertiary-rgba-40: rgba(225, 236, 249, 0.4); + --tertiary-rgba-50: rgba(225, 236, 249, 0.5); + --tertiary-rgba-60: rgba(225, 236, 249, 0.6); + --tertiary-rgba-70: rgba(225, 236, 249, 0.7); + --tertiary-rgba-80: rgba(225, 236, 249, 0.8); + --tertiary-rgba-90: rgba(225, 236, 249, 0.9); + --quaternary: #F4F9FD; + --quaternary-100: #deedf9; + --quaternary-200: #d4e7f7; + --quaternary-300: #c9e1f5; + --quaternary--100: #ffffff; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(244, 249, 253, 0); + --quaternary-rgba-10: rgba(244, 249, 253, 0.1); + --quaternary-rgba-20: rgba(244, 249, 253, 0.2); + --quaternary-rgba-30: rgba(244, 249, 253, 0.3); + --quaternary-rgba-40: rgba(244, 249, 253, 0.4); + --quaternary-rgba-50: rgba(244, 249, 253, 0.5); + --quaternary-rgba-60: rgba(244, 249, 253, 0.6); + --quaternary-rgba-70: rgba(244, 249, 253, 0.7); + --quaternary-rgba-80: rgba(244, 249, 253, 0.8); + --quaternary-rgba-90: rgba(244, 249, 253, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-business-consulting-5.css b/resources/assets/css/skins/skin-business-consulting-5.css new file mode 100644 index 0000000..9ccb6c3 --- /dev/null +++ b/resources/assets/css/skins/skin-business-consulting-5.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #ff6716; + --primary-100: #fb5700; + --primary-200: #ef5300; + --primary-300: #e24f00; + --primary--100: #ff7830; + --primary--200: #ff803c; + --primary--300: #ff8849; + --primary-rgba-0: rgba(255, 103, 22, 0); + --primary-rgba-10: rgba(255, 103, 22, 0.1); + --primary-rgba-20: rgba(255, 103, 22, 0.2); + --primary-rgba-30: rgba(255, 103, 22, 0.3); + --primary-rgba-40: rgba(255, 103, 22, 0.4); + --primary-rgba-50: rgba(255, 103, 22, 0.5); + --primary-rgba-60: rgba(255, 103, 22, 0.6); + --primary-rgba-70: rgba(255, 103, 22, 0.7); + --primary-rgba-80: rgba(255, 103, 22, 0.8); + --primary-rgba-90: rgba(255, 103, 22, 0.9); + --secondary: #393159; + --secondary-100: #2e2849; + --secondary-200: #292340; + --secondary-300: #241f38; + --secondary--100: #443a69; + --secondary--200: #493f72; + --secondary--300: #4e437a; + --secondary-rgba-0: rgba(57, 49, 89, 0); + --secondary-rgba-10: rgba(57, 49, 89, 0.1); + --secondary-rgba-20: rgba(57, 49, 89, 0.2); + --secondary-rgba-30: rgba(57, 49, 89, 0.3); + --secondary-rgba-40: rgba(57, 49, 89, 0.4); + --secondary-rgba-50: rgba(57, 49, 89, 0.5); + --secondary-rgba-60: rgba(57, 49, 89, 0.6); + --secondary-rgba-70: rgba(57, 49, 89, 0.7); + --secondary-rgba-80: rgba(57, 49, 89, 0.8); + --secondary-rgba-90: rgba(57, 49, 89, 0.9); + --tertiary: #ffecdf; + --tertiary-100: #ffddc5; + --tertiary-200: #ffd5b9; + --tertiary-300: #ffceac; + --tertiary--100: #fffbf9; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(255, 236, 223, 0); + --tertiary-rgba-10: rgba(255, 236, 223, 0.1); + --tertiary-rgba-20: rgba(255, 236, 223, 0.2); + --tertiary-rgba-30: rgba(255, 236, 223, 0.3); + --tertiary-rgba-40: rgba(255, 236, 223, 0.4); + --tertiary-rgba-50: rgba(255, 236, 223, 0.5); + --tertiary-rgba-60: rgba(255, 236, 223, 0.6); + --tertiary-rgba-70: rgba(255, 236, 223, 0.7); + --tertiary-rgba-80: rgba(255, 236, 223, 0.8); + --tertiary-rgba-90: rgba(255, 236, 223, 0.9); + --quaternary: #f9f9f9; + --quaternary-100: #ececec; + --quaternary-200: #e6e6e6; + --quaternary-300: #e0e0e0; + --quaternary--100: #ffffff; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(249, 249, 249, 0); + --quaternary-rgba-10: rgba(249, 249, 249, 0.1); + --quaternary-rgba-20: rgba(249, 249, 249, 0.2); + --quaternary-rgba-30: rgba(249, 249, 249, 0.3); + --quaternary-rgba-40: rgba(249, 249, 249, 0.4); + --quaternary-rgba-50: rgba(249, 249, 249, 0.5); + --quaternary-rgba-60: rgba(249, 249, 249, 0.6); + --quaternary-rgba-70: rgba(249, 249, 249, 0.7); + --quaternary-rgba-80: rgba(249, 249, 249, 0.8); + --quaternary-rgba-90: rgba(249, 249, 249, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-business-consulting.css b/resources/assets/css/skins/skin-business-consulting.css new file mode 100644 index 0000000..080d288 --- /dev/null +++ b/resources/assets/css/skins/skin-business-consulting.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #4dbb6d; + --primary-100: #42ad61; + --primary-200: #3ea35c; + --primary-300: #3b9a57; + --primary--100: #5fc27c; + --primary--200: #69c684; + --primary--300: #72c98b; + --primary-rgba-0: rgba(77, 187, 109, 0); + --primary-rgba-10: rgba(77, 187, 109, 0.1); + --primary-rgba-20: rgba(77, 187, 109, 0.2); + --primary-rgba-30: rgba(77, 187, 109, 0.3); + --primary-rgba-40: rgba(77, 187, 109, 0.4); + --primary-rgba-50: rgba(77, 187, 109, 0.5); + --primary-rgba-60: rgba(77, 187, 109, 0.6); + --primary-rgba-70: rgba(77, 187, 109, 0.7); + --primary-rgba-80: rgba(77, 187, 109, 0.8); + --primary-rgba-90: rgba(77, 187, 109, 0.9); + --secondary: #eef4f2; + --secondary-100: #dfeae6; + --secondary-200: #d7e5e0; + --secondary-300: #cfe0da; + --secondary--100: #fdfefe; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(238, 244, 242, 0); + --secondary-rgba-10: rgba(238, 244, 242, 0.1); + --secondary-rgba-20: rgba(238, 244, 242, 0.2); + --secondary-rgba-30: rgba(238, 244, 242, 0.3); + --secondary-rgba-40: rgba(238, 244, 242, 0.4); + --secondary-rgba-50: rgba(238, 244, 242, 0.5); + --secondary-rgba-60: rgba(238, 244, 242, 0.6); + --secondary-rgba-70: rgba(238, 244, 242, 0.7); + --secondary-rgba-80: rgba(238, 244, 242, 0.8); + --secondary-rgba-90: rgba(238, 244, 242, 0.9); + --tertiary: #e2fdea; + --tertiary-100: #cafbd9; + --tertiary-200: #befbd0; + --tertiary-300: #b2fac7; + --tertiary--100: #fafffb; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(226, 253, 234, 0); + --tertiary-rgba-10: rgba(226, 253, 234, 0.1); + --tertiary-rgba-20: rgba(226, 253, 234, 0.2); + --tertiary-rgba-30: rgba(226, 253, 234, 0.3); + --tertiary-rgba-40: rgba(226, 253, 234, 0.4); + --tertiary-rgba-50: rgba(226, 253, 234, 0.5); + --tertiary-rgba-60: rgba(226, 253, 234, 0.6); + --tertiary-rgba-70: rgba(226, 253, 234, 0.7); + --tertiary-rgba-80: rgba(226, 253, 234, 0.8); + --tertiary-rgba-90: rgba(226, 253, 234, 0.9); + --quaternary: #101019; + --quaternary-100: #060609; + --quaternary-200: #010102; + --quaternary-300: #000000; + --quaternary--100: #1a1a29; + --quaternary--200: #1f1f30; + --quaternary--300: #242438; + --quaternary-rgba-0: rgba(16, 16, 25, 0); + --quaternary-rgba-10: rgba(16, 16, 25, 0.1); + --quaternary-rgba-20: rgba(16, 16, 25, 0.2); + --quaternary-rgba-30: rgba(16, 16, 25, 0.3); + --quaternary-rgba-40: rgba(16, 16, 25, 0.4); + --quaternary-rgba-50: rgba(16, 16, 25, 0.5); + --quaternary-rgba-60: rgba(16, 16, 25, 0.6); + --quaternary-rgba-70: rgba(16, 16, 25, 0.7); + --quaternary-rgba-80: rgba(16, 16, 25, 0.8); + --quaternary-rgba-90: rgba(16, 16, 25, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-church.css b/resources/assets/css/skins/skin-church.css new file mode 100644 index 0000000..7ab6d8b --- /dev/null +++ b/resources/assets/css/skins/skin-church.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #da7940; + --primary-100: #d66a2b; + --primary-200: #cc6428; + --primary-300: #c25f25; + --primary--100: #de8855; + --primary--200: #e08f60; + --primary--300: #e2976b; + --primary-rgba-0: rgba(218, 121, 64, 0); + --primary-rgba-10: rgba(218, 121, 64, 0.1); + --primary-rgba-20: rgba(218, 121, 64, 0.2); + --primary-rgba-30: rgba(218, 121, 64, 0.3); + --primary-rgba-40: rgba(218, 121, 64, 0.4); + --primary-rgba-50: rgba(218, 121, 64, 0.5); + --primary-rgba-60: rgba(218, 121, 64, 0.6); + --primary-rgba-70: rgba(218, 121, 64, 0.7); + --primary-rgba-80: rgba(218, 121, 64, 0.8); + --primary-rgba-90: rgba(218, 121, 64, 0.9); + --secondary: #312227; + --secondary-100: #22181b; + --secondary-200: #1a1215; + --secondary-300: #130d0f; + --secondary--100: #402c33; + --secondary--200: #483239; + --secondary--300: #4f373f; + --secondary-rgba-0: rgba(49, 34, 39, 0); + --secondary-rgba-10: rgba(49, 34, 39, 0.1); + --secondary-rgba-20: rgba(49, 34, 39, 0.2); + --secondary-rgba-30: rgba(49, 34, 39, 0.3); + --secondary-rgba-40: rgba(49, 34, 39, 0.4); + --secondary-rgba-50: rgba(49, 34, 39, 0.5); + --secondary-rgba-60: rgba(49, 34, 39, 0.6); + --secondary-rgba-70: rgba(49, 34, 39, 0.7); + --secondary-rgba-80: rgba(49, 34, 39, 0.8); + --secondary-rgba-90: rgba(49, 34, 39, 0.9); + --tertiary: #efece8; + --tertiary-100: #e5e0d9; + --tertiary-200: #dfd9d1; + --tertiary-300: #dad3ca; + --tertiary--100: #f9f8f7; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(239, 236, 232, 0); + --tertiary-rgba-10: rgba(239, 236, 232, 0.1); + --tertiary-rgba-20: rgba(239, 236, 232, 0.2); + --tertiary-rgba-30: rgba(239, 236, 232, 0.3); + --tertiary-rgba-40: rgba(239, 236, 232, 0.4); + --tertiary-rgba-50: rgba(239, 236, 232, 0.5); + --tertiary-rgba-60: rgba(239, 236, 232, 0.6); + --tertiary-rgba-70: rgba(239, 236, 232, 0.7); + --tertiary-rgba-80: rgba(239, 236, 232, 0.8); + --tertiary-rgba-90: rgba(239, 236, 232, 0.9); + --quaternary: #101019; + --quaternary-100: #060609; + --quaternary-200: #010102; + --quaternary-300: #000000; + --quaternary--100: #1a1a29; + --quaternary--200: #1f1f30; + --quaternary--300: #242438; + --quaternary-rgba-0: rgba(16, 16, 25, 0); + --quaternary-rgba-10: rgba(16, 16, 25, 0.1); + --quaternary-rgba-20: rgba(16, 16, 25, 0.2); + --quaternary-rgba-30: rgba(16, 16, 25, 0.3); + --quaternary-rgba-40: rgba(16, 16, 25, 0.4); + --quaternary-rgba-50: rgba(16, 16, 25, 0.5); + --quaternary-rgba-60: rgba(16, 16, 25, 0.6); + --quaternary-rgba-70: rgba(16, 16, 25, 0.7); + --quaternary-rgba-80: rgba(16, 16, 25, 0.8); + --quaternary-rgba-90: rgba(16, 16, 25, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-cleaning-services.css b/resources/assets/css/skins/skin-cleaning-services.css new file mode 100644 index 0000000..796489d --- /dev/null +++ b/resources/assets/css/skins/skin-cleaning-services.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #00a1cd; + --primary-100: #008db4; + --primary-200: #0083a7; + --primary-300: #00799a; + --primary--100: #00b5e7; + --primary--200: #00bff3; + --primary--300: #01c8ff; + --primary-rgba-0: rgba(0, 161, 205, 0); + --primary-rgba-10: rgba(0, 161, 205, 0.1); + --primary-rgba-20: rgba(0, 161, 205, 0.2); + --primary-rgba-30: rgba(0, 161, 205, 0.3); + --primary-rgba-40: rgba(0, 161, 205, 0.4); + --primary-rgba-50: rgba(0, 161, 205, 0.5); + --primary-rgba-60: rgba(0, 161, 205, 0.6); + --primary-rgba-70: rgba(0, 161, 205, 0.7); + --primary-rgba-80: rgba(0, 161, 205, 0.8); + --primary-rgba-90: rgba(0, 161, 205, 0.9); + --secondary: #183f72; + --secondary-100: #14335d; + --secondary-200: #112e52; + --secondary-300: #0f2848; + --secondary--100: #1c4b87; + --secondary--200: #1f5092; + --secondary--300: #21569c; + --secondary-rgba-0: rgba(24, 63, 114, 0); + --secondary-rgba-10: rgba(24, 63, 114, 0.1); + --secondary-rgba-20: rgba(24, 63, 114, 0.2); + --secondary-rgba-30: rgba(24, 63, 114, 0.3); + --secondary-rgba-40: rgba(24, 63, 114, 0.4); + --secondary-rgba-50: rgba(24, 63, 114, 0.5); + --secondary-rgba-60: rgba(24, 63, 114, 0.6); + --secondary-rgba-70: rgba(24, 63, 114, 0.7); + --secondary-rgba-80: rgba(24, 63, 114, 0.8); + --secondary-rgba-90: rgba(24, 63, 114, 0.9); + --tertiary: #0281d7; + --tertiary-100: #0272be; + --tertiary-200: #026ab1; + --tertiary-300: #0263a4; + --tertiary--100: #0290f0; + --tertiary--200: #0398fd; + --tertiary--300: #0f9dfd; + --tertiary-rgba-0: rgba(2, 129, 215, 0); + --tertiary-rgba-10: rgba(2, 129, 215, 0.1); + --tertiary-rgba-20: rgba(2, 129, 215, 0.2); + --tertiary-rgba-30: rgba(2, 129, 215, 0.3); + --tertiary-rgba-40: rgba(2, 129, 215, 0.4); + --tertiary-rgba-50: rgba(2, 129, 215, 0.5); + --tertiary-rgba-60: rgba(2, 129, 215, 0.6); + --tertiary-rgba-70: rgba(2, 129, 215, 0.7); + --tertiary-rgba-80: rgba(2, 129, 215, 0.8); + --tertiary-rgba-90: rgba(2, 129, 215, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-coffee.css b/resources/assets/css/skins/skin-coffee.css new file mode 100644 index 0000000..6bd9eb7 --- /dev/null +++ b/resources/assets/css/skins/skin-coffee.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #AB8B65; + --primary-100: #9f7e57; + --primary-200: #977853; + --primary-300: #8f714e; + --primary--100: #b49776; + --primary--200: #b99e7e; + --primary--300: #bda486; + --primary-rgba-0: rgba(171, 139, 101, 0); + --primary-rgba-10: rgba(171, 139, 101, 0.1); + --primary-rgba-20: rgba(171, 139, 101, 0.2); + --primary-rgba-30: rgba(171, 139, 101, 0.3); + --primary-rgba-40: rgba(171, 139, 101, 0.4); + --primary-rgba-50: rgba(171, 139, 101, 0.5); + --primary-rgba-60: rgba(171, 139, 101, 0.6); + --primary-rgba-70: rgba(171, 139, 101, 0.7); + --primary-rgba-80: rgba(171, 139, 101, 0.8); + --primary-rgba-90: rgba(171, 139, 101, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-construction-2.css b/resources/assets/css/skins/skin-construction-2.css new file mode 100644 index 0000000..3f1ae5b --- /dev/null +++ b/resources/assets/css/skins/skin-construction-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #ff3f00; + --primary-100: #e63900; + --primary-200: #d93600; + --primary-300: #cc3200; + --primary--100: #ff521a; + --primary--200: #ff5c26; + --primary--300: #ff6533; + --primary-rgba-0: rgba(255, 63, 0, 0); + --primary-rgba-10: rgba(255, 63, 0, 0.1); + --primary-rgba-20: rgba(255, 63, 0, 0.2); + --primary-rgba-30: rgba(255, 63, 0, 0.3); + --primary-rgba-40: rgba(255, 63, 0, 0.4); + --primary-rgba-50: rgba(255, 63, 0, 0.5); + --primary-rgba-60: rgba(255, 63, 0, 0.6); + --primary-rgba-70: rgba(255, 63, 0, 0.7); + --primary-rgba-80: rgba(255, 63, 0, 0.8); + --primary-rgba-90: rgba(255, 63, 0, 0.9); + --secondary: #220c3c; + --secondary-100: #160827; + --secondary-200: #10061c; + --secondary-300: #0a0411; + --secondary--100: #2e1051; + --secondary--200: #34125c; + --secondary--300: #3a1566; + --secondary-rgba-0: rgba(34, 12, 60, 0); + --secondary-rgba-10: rgba(34, 12, 60, 0.1); + --secondary-rgba-20: rgba(34, 12, 60, 0.2); + --secondary-rgba-30: rgba(34, 12, 60, 0.3); + --secondary-rgba-40: rgba(34, 12, 60, 0.4); + --secondary-rgba-50: rgba(34, 12, 60, 0.5); + --secondary-rgba-60: rgba(34, 12, 60, 0.6); + --secondary-rgba-70: rgba(34, 12, 60, 0.7); + --secondary-rgba-80: rgba(34, 12, 60, 0.8); + --secondary-rgba-90: rgba(34, 12, 60, 0.9); + --tertiary: #f4f4f4; + --tertiary-100: #e7e7e7; + --tertiary-200: #e1e1e1; + --tertiary-300: #dbdbdb; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 244, 244, 0); + --tertiary-rgba-10: rgba(244, 244, 244, 0.1); + --tertiary-rgba-20: rgba(244, 244, 244, 0.2); + --tertiary-rgba-30: rgba(244, 244, 244, 0.3); + --tertiary-rgba-40: rgba(244, 244, 244, 0.4); + --tertiary-rgba-50: rgba(244, 244, 244, 0.5); + --tertiary-rgba-60: rgba(244, 244, 244, 0.6); + --tertiary-rgba-70: rgba(244, 244, 244, 0.7); + --tertiary-rgba-80: rgba(244, 244, 244, 0.8); + --tertiary-rgba-90: rgba(244, 244, 244, 0.9); + --quaternary: #e7e7e7; + --quaternary-100: #dadada; + --quaternary-200: #d4d4d4; + --quaternary-300: #cecece; + --quaternary--100: #f4f4f4; + --quaternary--200: #fafafa; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(231, 231, 231, 0); + --quaternary-rgba-10: rgba(231, 231, 231, 0.1); + --quaternary-rgba-20: rgba(231, 231, 231, 0.2); + --quaternary-rgba-30: rgba(231, 231, 231, 0.3); + --quaternary-rgba-40: rgba(231, 231, 231, 0.4); + --quaternary-rgba-50: rgba(231, 231, 231, 0.5); + --quaternary-rgba-60: rgba(231, 231, 231, 0.6); + --quaternary-rgba-70: rgba(231, 231, 231, 0.7); + --quaternary-rgba-80: rgba(231, 231, 231, 0.8); + --quaternary-rgba-90: rgba(231, 231, 231, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-construction.css b/resources/assets/css/skins/skin-construction.css new file mode 100644 index 0000000..2a7f5c9 --- /dev/null +++ b/resources/assets/css/skins/skin-construction.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #E04622; + --primary-100: #cc3e1d; + --primary-200: #c13a1b; + --primary-300: #b63719; + --primary--100: #e35938; + --primary--200: #e56244; + --primary--300: #e66b4f; + --primary-rgba-0: rgba(224, 70, 34, 0); + --primary-rgba-10: rgba(224, 70, 34, 0.1); + --primary-rgba-20: rgba(224, 70, 34, 0.2); + --primary-rgba-30: rgba(224, 70, 34, 0.3); + --primary-rgba-40: rgba(224, 70, 34, 0.4); + --primary-rgba-50: rgba(224, 70, 34, 0.5); + --primary-rgba-60: rgba(224, 70, 34, 0.6); + --primary-rgba-70: rgba(224, 70, 34, 0.7); + --primary-rgba-80: rgba(224, 70, 34, 0.8); + --primary-rgba-90: rgba(224, 70, 34, 0.9); + --secondary: #EEAB26; + --secondary-100: #e8a112; + --secondary-200: #dc9811; + --secondary-300: #d19010; + --secondary--100: #f0b43e; + --secondary--200: #f1b949; + --secondary--300: #f2bd55; + --secondary-rgba-0: rgba(238, 171, 38, 0); + --secondary-rgba-10: rgba(238, 171, 38, 0.1); + --secondary-rgba-20: rgba(238, 171, 38, 0.2); + --secondary-rgba-30: rgba(238, 171, 38, 0.3); + --secondary-rgba-40: rgba(238, 171, 38, 0.4); + --secondary-rgba-50: rgba(238, 171, 38, 0.5); + --secondary-rgba-60: rgba(238, 171, 38, 0.6); + --secondary-rgba-70: rgba(238, 171, 38, 0.7); + --secondary-rgba-80: rgba(238, 171, 38, 0.8); + --secondary-rgba-90: rgba(238, 171, 38, 0.9); + --tertiary: #EAEFF3; + --tertiary-100: #dae3ea; + --tertiary-200: #d2dce5; + --tertiary-300: #cad6e0; + --tertiary--100: #fafbfc; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(234, 239, 243, 0); + --tertiary-rgba-10: rgba(234, 239, 243, 0.1); + --tertiary-rgba-20: rgba(234, 239, 243, 0.2); + --tertiary-rgba-30: rgba(234, 239, 243, 0.3); + --tertiary-rgba-40: rgba(234, 239, 243, 0.4); + --tertiary-rgba-50: rgba(234, 239, 243, 0.5); + --tertiary-rgba-60: rgba(234, 239, 243, 0.6); + --tertiary-rgba-70: rgba(234, 239, 243, 0.7); + --tertiary-rgba-80: rgba(234, 239, 243, 0.8); + --tertiary-rgba-90: rgba(234, 239, 243, 0.9); + --quaternary: #080808; + --quaternary-100: #000000; + --quaternary-200: #000000; + --quaternary-300: #000000; + --quaternary--100: #151515; + --quaternary--200: #1b1b1b; + --quaternary--300: #222222; + --quaternary-rgba-0: rgba(8, 8, 8, 0); + --quaternary-rgba-10: rgba(8, 8, 8, 0.1); + --quaternary-rgba-20: rgba(8, 8, 8, 0.2); + --quaternary-rgba-30: rgba(8, 8, 8, 0.3); + --quaternary-rgba-40: rgba(8, 8, 8, 0.4); + --quaternary-rgba-50: rgba(8, 8, 8, 0.5); + --quaternary-rgba-60: rgba(8, 8, 8, 0.6); + --quaternary-rgba-70: rgba(8, 8, 8, 0.7); + --quaternary-rgba-80: rgba(8, 8, 8, 0.8); + --quaternary-rgba-90: rgba(8, 8, 8, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-10.css b/resources/assets/css/skins/skin-corporate-10.css new file mode 100644 index 0000000..2424be1 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-10.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #00ADD2; + --primary-100: #0098b9; + --primary-200: #008dac; + --primary-300: #00839f; + --primary--100: #00c2eb; + --primary--200: #00cdf8; + --primary--300: #06d3ff; + --primary-rgba-0: rgba(0, 173, 210, 0); + --primary-rgba-10: rgba(0, 173, 210, 0.1); + --primary-rgba-20: rgba(0, 173, 210, 0.2); + --primary-rgba-30: rgba(0, 173, 210, 0.3); + --primary-rgba-40: rgba(0, 173, 210, 0.4); + --primary-rgba-50: rgba(0, 173, 210, 0.5); + --primary-rgba-60: rgba(0, 173, 210, 0.6); + --primary-rgba-70: rgba(0, 173, 210, 0.7); + --primary-rgba-80: rgba(0, 173, 210, 0.8); + --primary-rgba-90: rgba(0, 173, 210, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-11.css b/resources/assets/css/skins/skin-corporate-11.css new file mode 100644 index 0000000..8aa2144 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-11.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #2B4AFF; + --primary-100: #1234ff; + --primary-200: #0529ff; + --primary-300: #0024f7; + --primary--100: #4560ff; + --primary--200: #516bff; + --primary--300: #5e76ff; + --primary-rgba-0: rgba(43, 74, 255, 0); + --primary-rgba-10: rgba(43, 74, 255, 0.1); + --primary-rgba-20: rgba(43, 74, 255, 0.2); + --primary-rgba-30: rgba(43, 74, 255, 0.3); + --primary-rgba-40: rgba(43, 74, 255, 0.4); + --primary-rgba-50: rgba(43, 74, 255, 0.5); + --primary-rgba-60: rgba(43, 74, 255, 0.6); + --primary-rgba-70: rgba(43, 74, 255, 0.7); + --primary-rgba-80: rgba(43, 74, 255, 0.8); + --primary-rgba-90: rgba(43, 74, 255, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #6C6FF1; + --tertiary-100: #5558ef; + --tertiary-200: #494dee; + --tertiary-300: #3d41ed; + --tertiary--100: #8386f3; + --tertiary--200: #8f91f4; + --tertiary--300: #9b9df5; + --tertiary-rgba-0: rgba(108, 111, 241, 0); + --tertiary-rgba-10: rgba(108, 111, 241, 0.1); + --tertiary-rgba-20: rgba(108, 111, 241, 0.2); + --tertiary-rgba-30: rgba(108, 111, 241, 0.3); + --tertiary-rgba-40: rgba(108, 111, 241, 0.4); + --tertiary-rgba-50: rgba(108, 111, 241, 0.5); + --tertiary-rgba-60: rgba(108, 111, 241, 0.6); + --tertiary-rgba-70: rgba(108, 111, 241, 0.7); + --tertiary-rgba-80: rgba(108, 111, 241, 0.8); + --tertiary-rgba-90: rgba(108, 111, 241, 0.9); + --quaternary: #E2498D; + --quaternary-100: #de337f; + --quaternary-200: #dd2878; + --quaternary-300: #d62272; + --quaternary--100: #e65f9b; + --quaternary--200: #e76aa2; + --quaternary--300: #e975a9; + --quaternary-rgba-0: rgba(226, 73, 141, 0); + --quaternary-rgba-10: rgba(226, 73, 141, 0.1); + --quaternary-rgba-20: rgba(226, 73, 141, 0.2); + --quaternary-rgba-30: rgba(226, 73, 141, 0.3); + --quaternary-rgba-40: rgba(226, 73, 141, 0.4); + --quaternary-rgba-50: rgba(226, 73, 141, 0.5); + --quaternary-rgba-60: rgba(226, 73, 141, 0.6); + --quaternary-rgba-70: rgba(226, 73, 141, 0.7); + --quaternary-rgba-80: rgba(226, 73, 141, 0.8); + --quaternary-rgba-90: rgba(226, 73, 141, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-12.css b/resources/assets/css/skins/skin-corporate-12.css new file mode 100644 index 0000000..308dd21 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-12.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #62AC6E; + --primary-100: #55a061; + --primary-200: #50985c; + --primary-300: #4c8f57; + --primary--100: #73b57d; + --primary--200: #7bb985; + --primary--300: #83be8d; + --primary-rgba-0: rgba(98, 172, 110, 0); + --primary-rgba-10: rgba(98, 172, 110, 0.1); + --primary-rgba-20: rgba(98, 172, 110, 0.2); + --primary-rgba-30: rgba(98, 172, 110, 0.3); + --primary-rgba-40: rgba(98, 172, 110, 0.4); + --primary-rgba-50: rgba(98, 172, 110, 0.5); + --primary-rgba-60: rgba(98, 172, 110, 0.6); + --primary-rgba-70: rgba(98, 172, 110, 0.7); + --primary-rgba-80: rgba(98, 172, 110, 0.8); + --primary-rgba-90: rgba(98, 172, 110, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-13.css b/resources/assets/css/skins/skin-corporate-13.css new file mode 100644 index 0000000..1c8df8d --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-13.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #059886; + --primary-100: #047f70; + --primary-200: #047365; + --primary-300: #03675a; + --primary--100: #06b19c; + --primary--200: #06bda7; + --primary--300: #07c9b2; + --primary-rgba-0: rgba(5, 152, 134, 0); + --primary-rgba-10: rgba(5, 152, 134, 0.1); + --primary-rgba-20: rgba(5, 152, 134, 0.2); + --primary-rgba-30: rgba(5, 152, 134, 0.3); + --primary-rgba-40: rgba(5, 152, 134, 0.4); + --primary-rgba-50: rgba(5, 152, 134, 0.5); + --primary-rgba-60: rgba(5, 152, 134, 0.6); + --primary-rgba-70: rgba(5, 152, 134, 0.7); + --primary-rgba-80: rgba(5, 152, 134, 0.8); + --primary-rgba-90: rgba(5, 152, 134, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #00A98C; + --tertiary-100: #009077; + --tertiary-200: #00836c; + --tertiary-300: #007662; + --tertiary--100: #00c3a1; + --tertiary--200: #00cfac; + --tertiary--300: #00dcb6; + --tertiary-rgba-0: rgba(0, 169, 140, 0); + --tertiary-rgba-10: rgba(0, 169, 140, 0.1); + --tertiary-rgba-20: rgba(0, 169, 140, 0.2); + --tertiary-rgba-30: rgba(0, 169, 140, 0.3); + --tertiary-rgba-40: rgba(0, 169, 140, 0.4); + --tertiary-rgba-50: rgba(0, 169, 140, 0.5); + --tertiary-rgba-60: rgba(0, 169, 140, 0.6); + --tertiary-rgba-70: rgba(0, 169, 140, 0.7); + --tertiary-rgba-80: rgba(0, 169, 140, 0.8); + --tertiary-rgba-90: rgba(0, 169, 140, 0.9); + --quaternary: #0190A1; + --quaternary-100: #017988; + --quaternary-200: #016e7b; + --quaternary-300: #01636e; + --quaternary--100: #01a7ba; + --quaternary--200: #01b2c7; + --quaternary--300: #01bdd4; + --quaternary-rgba-0: rgba(1, 144, 161, 0); + --quaternary-rgba-10: rgba(1, 144, 161, 0.1); + --quaternary-rgba-20: rgba(1, 144, 161, 0.2); + --quaternary-rgba-30: rgba(1, 144, 161, 0.3); + --quaternary-rgba-40: rgba(1, 144, 161, 0.4); + --quaternary-rgba-50: rgba(1, 144, 161, 0.5); + --quaternary-rgba-60: rgba(1, 144, 161, 0.6); + --quaternary-rgba-70: rgba(1, 144, 161, 0.7); + --quaternary-rgba-80: rgba(1, 144, 161, 0.8); + --quaternary-rgba-90: rgba(1, 144, 161, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-14.css b/resources/assets/css/skins/skin-corporate-14.css new file mode 100644 index 0000000..ff30c15 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-14.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #00AACE; + --primary-100: #0095b5; + --primary-200: #008aa8; + --primary-300: #00809b; + --primary--100: #00bfe8; + --primary--200: #00caf4; + --primary--300: #02d3ff; + --primary-rgba-0: rgba(0, 170, 206, 0); + --primary-rgba-10: rgba(0, 170, 206, 0.1); + --primary-rgba-20: rgba(0, 170, 206, 0.2); + --primary-rgba-30: rgba(0, 170, 206, 0.3); + --primary-rgba-40: rgba(0, 170, 206, 0.4); + --primary-rgba-50: rgba(0, 170, 206, 0.5); + --primary-rgba-60: rgba(0, 170, 206, 0.6); + --primary-rgba-70: rgba(0, 170, 206, 0.7); + --primary-rgba-80: rgba(0, 170, 206, 0.8); + --primary-rgba-90: rgba(0, 170, 206, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-15.css b/resources/assets/css/skins/skin-corporate-15.css new file mode 100644 index 0000000..989cbf0 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-15.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #446084; + --primary-100: #3b5473; + --primary-200: #374e6b; + --primary-300: #334862; + --primary--100: #4d6c95; + --primary--200: #51729d; + --primary--300: #5578a6; + --primary-rgba-0: rgba(68, 96, 132, 0); + --primary-rgba-10: rgba(68, 96, 132, 0.1); + --primary-rgba-20: rgba(68, 96, 132, 0.2); + --primary-rgba-30: rgba(68, 96, 132, 0.3); + --primary-rgba-40: rgba(68, 96, 132, 0.4); + --primary-rgba-50: rgba(68, 96, 132, 0.5); + --primary-rgba-60: rgba(68, 96, 132, 0.6); + --primary-rgba-70: rgba(68, 96, 132, 0.7); + --primary-rgba-80: rgba(68, 96, 132, 0.8); + --primary-rgba-90: rgba(68, 96, 132, 0.9); + --secondary: #f7f7f7; + --secondary-100: #eaeaea; + --secondary-200: #e4e4e4; + --secondary-300: #dedede; + --secondary--100: #ffffff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(247, 247, 247, 0); + --secondary-rgba-10: rgba(247, 247, 247, 0.1); + --secondary-rgba-20: rgba(247, 247, 247, 0.2); + --secondary-rgba-30: rgba(247, 247, 247, 0.3); + --secondary-rgba-40: rgba(247, 247, 247, 0.4); + --secondary-rgba-50: rgba(247, 247, 247, 0.5); + --secondary-rgba-60: rgba(247, 247, 247, 0.6); + --secondary-rgba-70: rgba(247, 247, 247, 0.7); + --secondary-rgba-80: rgba(247, 247, 247, 0.8); + --secondary-rgba-90: rgba(247, 247, 247, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-16.css b/resources/assets/css/skins/skin-corporate-16.css new file mode 100644 index 0000000..70d98a7 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-16.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #C72125; + --primary-100: #b11d21; + --primary-200: #a61c1f; + --primary-300: #9b1a1d; + --primary--100: #db262b; + --primary--200: #dd3135; + --primary--300: #df3c40; + --primary-rgba-0: rgba(199, 33, 37, 0); + --primary-rgba-10: rgba(199, 33, 37, 0.1); + --primary-rgba-20: rgba(199, 33, 37, 0.2); + --primary-rgba-30: rgba(199, 33, 37, 0.3); + --primary-rgba-40: rgba(199, 33, 37, 0.4); + --primary-rgba-50: rgba(199, 33, 37, 0.5); + --primary-rgba-60: rgba(199, 33, 37, 0.6); + --primary-rgba-70: rgba(199, 33, 37, 0.7); + --primary-rgba-80: rgba(199, 33, 37, 0.8); + --primary-rgba-90: rgba(199, 33, 37, 0.9); + --secondary: #F7F7F7; + --secondary-100: #eaeaea; + --secondary-200: #e4e4e4; + --secondary-300: #dedede; + --secondary--100: #ffffff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(247, 247, 247, 0); + --secondary-rgba-10: rgba(247, 247, 247, 0.1); + --secondary-rgba-20: rgba(247, 247, 247, 0.2); + --secondary-rgba-30: rgba(247, 247, 247, 0.3); + --secondary-rgba-40: rgba(247, 247, 247, 0.4); + --secondary-rgba-50: rgba(247, 247, 247, 0.5); + --secondary-rgba-60: rgba(247, 247, 247, 0.6); + --secondary-rgba-70: rgba(247, 247, 247, 0.7); + --secondary-rgba-80: rgba(247, 247, 247, 0.8); + --secondary-rgba-90: rgba(247, 247, 247, 0.9); + --tertiary: #F4F5EC; + --tertiary-100: #eaecdb; + --tertiary-200: #e5e8d3; + --tertiary-300: #e1e3cb; + --tertiary--100: #fefefd; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 245, 236, 0); + --tertiary-rgba-10: rgba(244, 245, 236, 0.1); + --tertiary-rgba-20: rgba(244, 245, 236, 0.2); + --tertiary-rgba-30: rgba(244, 245, 236, 0.3); + --tertiary-rgba-40: rgba(244, 245, 236, 0.4); + --tertiary-rgba-50: rgba(244, 245, 236, 0.5); + --tertiary-rgba-60: rgba(244, 245, 236, 0.6); + --tertiary-rgba-70: rgba(244, 245, 236, 0.7); + --tertiary-rgba-80: rgba(244, 245, 236, 0.8); + --tertiary-rgba-90: rgba(244, 245, 236, 0.9); + --quaternary: #E3F5E2; + --quaternary-100: #d1eecf; + --quaternary-200: #c8ebc6; + --quaternary-300: #bee8bc; + --quaternary--100: #f5fcf5; + --quaternary--200: #fefffe; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(227, 245, 226, 0); + --quaternary-rgba-10: rgba(227, 245, 226, 0.1); + --quaternary-rgba-20: rgba(227, 245, 226, 0.2); + --quaternary-rgba-30: rgba(227, 245, 226, 0.3); + --quaternary-rgba-40: rgba(227, 245, 226, 0.4); + --quaternary-rgba-50: rgba(227, 245, 226, 0.5); + --quaternary-rgba-60: rgba(227, 245, 226, 0.6); + --quaternary-rgba-70: rgba(227, 245, 226, 0.7); + --quaternary-rgba-80: rgba(227, 245, 226, 0.8); + --quaternary-rgba-90: rgba(227, 245, 226, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-17.css b/resources/assets/css/skins/skin-corporate-17.css new file mode 100644 index 0000000..f815c24 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-17.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #3251FC; + --primary-100: #193cfc; + --primary-200: #0c31fb; + --primary-300: #0429f7; + --primary--100: #4b66fc; + --primary--200: #5871fd; + --primary--300: #647cfd; + --primary-rgba-0: rgba(50, 81, 252, 0); + --primary-rgba-10: rgba(50, 81, 252, 0.1); + --primary-rgba-20: rgba(50, 81, 252, 0.2); + --primary-rgba-30: rgba(50, 81, 252, 0.3); + --primary-rgba-40: rgba(50, 81, 252, 0.4); + --primary-rgba-50: rgba(50, 81, 252, 0.5); + --primary-rgba-60: rgba(50, 81, 252, 0.6); + --primary-rgba-70: rgba(50, 81, 252, 0.7); + --primary-rgba-80: rgba(50, 81, 252, 0.8); + --primary-rgba-90: rgba(50, 81, 252, 0.9); + --secondary: #F7F7F7; + --secondary-100: #eaeaea; + --secondary-200: #e4e4e4; + --secondary-300: #dedede; + --secondary--100: #ffffff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(247, 247, 247, 0); + --secondary-rgba-10: rgba(247, 247, 247, 0.1); + --secondary-rgba-20: rgba(247, 247, 247, 0.2); + --secondary-rgba-30: rgba(247, 247, 247, 0.3); + --secondary-rgba-40: rgba(247, 247, 247, 0.4); + --secondary-rgba-50: rgba(247, 247, 247, 0.5); + --secondary-rgba-60: rgba(247, 247, 247, 0.6); + --secondary-rgba-70: rgba(247, 247, 247, 0.7); + --secondary-rgba-80: rgba(247, 247, 247, 0.8); + --secondary-rgba-90: rgba(247, 247, 247, 0.9); + --tertiary: #F4F5EC; + --tertiary-100: #eaecdb; + --tertiary-200: #e5e8d3; + --tertiary-300: #e1e3cb; + --tertiary--100: #fefefd; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 245, 236, 0); + --tertiary-rgba-10: rgba(244, 245, 236, 0.1); + --tertiary-rgba-20: rgba(244, 245, 236, 0.2); + --tertiary-rgba-30: rgba(244, 245, 236, 0.3); + --tertiary-rgba-40: rgba(244, 245, 236, 0.4); + --tertiary-rgba-50: rgba(244, 245, 236, 0.5); + --tertiary-rgba-60: rgba(244, 245, 236, 0.6); + --tertiary-rgba-70: rgba(244, 245, 236, 0.7); + --tertiary-rgba-80: rgba(244, 245, 236, 0.8); + --tertiary-rgba-90: rgba(244, 245, 236, 0.9); + --quaternary: #E3F5E2; + --quaternary-100: #d1eecf; + --quaternary-200: #c8ebc6; + --quaternary-300: #bee8bc; + --quaternary--100: #f5fcf5; + --quaternary--200: #fefffe; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(227, 245, 226, 0); + --quaternary-rgba-10: rgba(227, 245, 226, 0.1); + --quaternary-rgba-20: rgba(227, 245, 226, 0.2); + --quaternary-rgba-30: rgba(227, 245, 226, 0.3); + --quaternary-rgba-40: rgba(227, 245, 226, 0.4); + --quaternary-rgba-50: rgba(227, 245, 226, 0.5); + --quaternary-rgba-60: rgba(227, 245, 226, 0.6); + --quaternary-rgba-70: rgba(227, 245, 226, 0.7); + --quaternary-rgba-80: rgba(227, 245, 226, 0.8); + --quaternary-rgba-90: rgba(227, 245, 226, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-18.css b/resources/assets/css/skins/skin-corporate-18.css new file mode 100644 index 0000000..4041dc0 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-18.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #1CC0E3; + --primary-100: #19adcc; + --primary-200: #18a3c1; + --primary-300: #169ab6; + --primary--100: #33c6e6; + --primary--200: #3ec9e7; + --primary--300: #49cde9; + --primary-rgba-0: rgba(28, 192, 227, 0); + --primary-rgba-10: rgba(28, 192, 227, 0.1); + --primary-rgba-20: rgba(28, 192, 227, 0.2); + --primary-rgba-30: rgba(28, 192, 227, 0.3); + --primary-rgba-40: rgba(28, 192, 227, 0.4); + --primary-rgba-50: rgba(28, 192, 227, 0.5); + --primary-rgba-60: rgba(28, 192, 227, 0.6); + --primary-rgba-70: rgba(28, 192, 227, 0.7); + --primary-rgba-80: rgba(28, 192, 227, 0.8); + --primary-rgba-90: rgba(28, 192, 227, 0.9); + --secondary: #31DBA8; + --secondary-100: #24ce9b; + --secondary-200: #22c493; + --secondary-300: #20b98b; + --secondary--100: #47dfb1; + --secondary--200: #52e1b6; + --secondary--300: #5ce3ba; + --secondary-rgba-0: rgba(49, 219, 168, 0); + --secondary-rgba-10: rgba(49, 219, 168, 0.1); + --secondary-rgba-20: rgba(49, 219, 168, 0.2); + --secondary-rgba-30: rgba(49, 219, 168, 0.3); + --secondary-rgba-40: rgba(49, 219, 168, 0.4); + --secondary-rgba-50: rgba(49, 219, 168, 0.5); + --secondary-rgba-60: rgba(49, 219, 168, 0.6); + --secondary-rgba-70: rgba(49, 219, 168, 0.7); + --secondary-rgba-80: rgba(49, 219, 168, 0.8); + --secondary-rgba-90: rgba(49, 219, 168, 0.9); + --tertiary: #1CC0E3; + --tertiary-100: #19adcc; + --tertiary-200: #18a3c1; + --tertiary-300: #169ab6; + --tertiary--100: #33c6e6; + --tertiary--200: #3ec9e7; + --tertiary--300: #49cde9; + --tertiary-rgba-0: rgba(28, 192, 227, 0); + --tertiary-rgba-10: rgba(28, 192, 227, 0.1); + --tertiary-rgba-20: rgba(28, 192, 227, 0.2); + --tertiary-rgba-30: rgba(28, 192, 227, 0.3); + --tertiary-rgba-40: rgba(28, 192, 227, 0.4); + --tertiary-rgba-50: rgba(28, 192, 227, 0.5); + --tertiary-rgba-60: rgba(28, 192, 227, 0.6); + --tertiary-rgba-70: rgba(28, 192, 227, 0.7); + --tertiary-rgba-80: rgba(28, 192, 227, 0.8); + --tertiary-rgba-90: rgba(28, 192, 227, 0.9); + --quaternary: #31DBA8; + --quaternary-100: #24ce9b; + --quaternary-200: #22c493; + --quaternary-300: #20b98b; + --quaternary--100: #47dfb1; + --quaternary--200: #52e1b6; + --quaternary--300: #5ce3ba; + --quaternary-rgba-0: rgba(49, 219, 168, 0); + --quaternary-rgba-10: rgba(49, 219, 168, 0.1); + --quaternary-rgba-20: rgba(49, 219, 168, 0.2); + --quaternary-rgba-30: rgba(49, 219, 168, 0.3); + --quaternary-rgba-40: rgba(49, 219, 168, 0.4); + --quaternary-rgba-50: rgba(49, 219, 168, 0.5); + --quaternary-rgba-60: rgba(49, 219, 168, 0.6); + --quaternary-rgba-70: rgba(49, 219, 168, 0.7); + --quaternary-rgba-80: rgba(49, 219, 168, 0.8); + --quaternary-rgba-90: rgba(49, 219, 168, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #777; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-19.css b/resources/assets/css/skins/skin-corporate-19.css new file mode 100644 index 0000000..f280b21 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-19.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #F7F7F7; + --secondary-100: #eaeaea; + --secondary-200: #e4e4e4; + --secondary-300: #dedede; + --secondary--100: #ffffff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(247, 247, 247, 0); + --secondary-rgba-10: rgba(247, 247, 247, 0.1); + --secondary-rgba-20: rgba(247, 247, 247, 0.2); + --secondary-rgba-30: rgba(247, 247, 247, 0.3); + --secondary-rgba-40: rgba(247, 247, 247, 0.4); + --secondary-rgba-50: rgba(247, 247, 247, 0.5); + --secondary-rgba-60: rgba(247, 247, 247, 0.6); + --secondary-rgba-70: rgba(247, 247, 247, 0.7); + --secondary-rgba-80: rgba(247, 247, 247, 0.8); + --secondary-rgba-90: rgba(247, 247, 247, 0.9); + --tertiary: #F4F5EC; + --tertiary-100: #eaecdb; + --tertiary-200: #e5e8d3; + --tertiary-300: #e1e3cb; + --tertiary--100: #fefefd; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 245, 236, 0); + --tertiary-rgba-10: rgba(244, 245, 236, 0.1); + --tertiary-rgba-20: rgba(244, 245, 236, 0.2); + --tertiary-rgba-30: rgba(244, 245, 236, 0.3); + --tertiary-rgba-40: rgba(244, 245, 236, 0.4); + --tertiary-rgba-50: rgba(244, 245, 236, 0.5); + --tertiary-rgba-60: rgba(244, 245, 236, 0.6); + --tertiary-rgba-70: rgba(244, 245, 236, 0.7); + --tertiary-rgba-80: rgba(244, 245, 236, 0.8); + --tertiary-rgba-90: rgba(244, 245, 236, 0.9); + --quaternary: #E3F5E2; + --quaternary-100: #d1eecf; + --quaternary-200: #c8ebc6; + --quaternary-300: #bee8bc; + --quaternary--100: #f5fcf5; + --quaternary--200: #fefffe; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(227, 245, 226, 0); + --quaternary-rgba-10: rgba(227, 245, 226, 0.1); + --quaternary-rgba-20: rgba(227, 245, 226, 0.2); + --quaternary-rgba-30: rgba(227, 245, 226, 0.3); + --quaternary-rgba-40: rgba(227, 245, 226, 0.4); + --quaternary-rgba-50: rgba(227, 245, 226, 0.5); + --quaternary-rgba-60: rgba(227, 245, 226, 0.6); + --quaternary-rgba-70: rgba(227, 245, 226, 0.7); + --quaternary-rgba-80: rgba(227, 245, 226, 0.8); + --quaternary-rgba-90: rgba(227, 245, 226, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-20.css b/resources/assets/css/skins/skin-corporate-20.css new file mode 100644 index 0000000..6a07b90 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-20.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #17BAF5; + --primary-100: #0aade8; + --primary-200: #09a4dc; + --primary-300: #099bd0; + --primary--100: #2fc1f6; + --primary--200: #3cc5f7; + --primary--300: #48c9f7; + --primary-rgba-0: rgba(23, 186, 245, 0); + --primary-rgba-10: rgba(23, 186, 245, 0.1); + --primary-rgba-20: rgba(23, 186, 245, 0.2); + --primary-rgba-30: rgba(23, 186, 245, 0.3); + --primary-rgba-40: rgba(23, 186, 245, 0.4); + --primary-rgba-50: rgba(23, 186, 245, 0.5); + --primary-rgba-60: rgba(23, 186, 245, 0.6); + --primary-rgba-70: rgba(23, 186, 245, 0.7); + --primary-rgba-80: rgba(23, 186, 245, 0.8); + --primary-rgba-90: rgba(23, 186, 245, 0.9); + --secondary: #17AEF5; + --secondary-100: #0aa1e8; + --secondary-200: #0999dc; + --secondary-300: #0990d0; + --secondary--100: #2fb7f6; + --secondary--200: #3cbbf7; + --secondary--300: #48bff7; + --secondary-rgba-0: rgba(23, 174, 245, 0); + --secondary-rgba-10: rgba(23, 174, 245, 0.1); + --secondary-rgba-20: rgba(23, 174, 245, 0.2); + --secondary-rgba-30: rgba(23, 174, 245, 0.3); + --secondary-rgba-40: rgba(23, 174, 245, 0.4); + --secondary-rgba-50: rgba(23, 174, 245, 0.5); + --secondary-rgba-60: rgba(23, 174, 245, 0.6); + --secondary-rgba-70: rgba(23, 174, 245, 0.7); + --secondary-rgba-80: rgba(23, 174, 245, 0.8); + --secondary-rgba-90: rgba(23, 174, 245, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-21.css b/resources/assets/css/skins/skin-corporate-21.css new file mode 100644 index 0000000..e612686 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-21.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0169fe; + --primary-100: #015ee5; + --primary-200: #0159d8; + --primary-300: #0154cb; + --primary--100: #1a78fe; + --primary--200: #277ffe; + --primary--300: #3487fe; + --primary-rgba-0: rgba(1, 105, 254, 0); + --primary-rgba-10: rgba(1, 105, 254, 0.1); + --primary-rgba-20: rgba(1, 105, 254, 0.2); + --primary-rgba-30: rgba(1, 105, 254, 0.3); + --primary-rgba-40: rgba(1, 105, 254, 0.4); + --primary-rgba-50: rgba(1, 105, 254, 0.5); + --primary-rgba-60: rgba(1, 105, 254, 0.6); + --primary-rgba-70: rgba(1, 105, 254, 0.7); + --primary-rgba-80: rgba(1, 105, 254, 0.8); + --primary-rgba-90: rgba(1, 105, 254, 0.9); + --secondary: #0088cc; + --secondary-100: #0077b3; + --secondary-200: #006ea6; + --secondary-300: #006699; + --secondary--100: #0099e6; + --secondary--200: #00a1f2; + --secondary--300: #00aaff; + --secondary-rgba-0: rgba(0, 136, 204, 0); + --secondary-rgba-10: rgba(0, 136, 204, 0.1); + --secondary-rgba-20: rgba(0, 136, 204, 0.2); + --secondary-rgba-30: rgba(0, 136, 204, 0.3); + --secondary-rgba-40: rgba(0, 136, 204, 0.4); + --secondary-rgba-50: rgba(0, 136, 204, 0.5); + --secondary-rgba-60: rgba(0, 136, 204, 0.6); + --secondary-rgba-70: rgba(0, 136, 204, 0.7); + --secondary-rgba-80: rgba(0, 136, 204, 0.8); + --secondary-rgba-90: rgba(0, 136, 204, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-3.css b/resources/assets/css/skins/skin-corporate-3.css new file mode 100644 index 0000000..31d9b07 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-3.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2BAAB1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-4.css b/resources/assets/css/skins/skin-corporate-4.css new file mode 100644 index 0000000..5990193 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-4.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0B71E1; + --primary-100: #0a65c9; + --primary-200: #095fbd; + --primary-300: #0959b0; + --primary--100: #127df3; + --primary--200: #1e84f4; + --primary--300: #2a8bf5; + --primary-rgba-0: rgba(11, 113, 225, 0); + --primary-rgba-10: rgba(11, 113, 225, 0.1); + --primary-rgba-20: rgba(11, 113, 225, 0.2); + --primary-rgba-30: rgba(11, 113, 225, 0.3); + --primary-rgba-40: rgba(11, 113, 225, 0.4); + --primary-rgba-50: rgba(11, 113, 225, 0.5); + --primary-rgba-60: rgba(11, 113, 225, 0.6); + --primary-rgba-70: rgba(11, 113, 225, 0.7); + --primary-rgba-80: rgba(11, 113, 225, 0.8); + --primary-rgba-90: rgba(11, 113, 225, 0.9); + --secondary: #0167D7; + --secondary-100: #015bbe; + --secondary-200: #0155b1; + --secondary-300: #014fa4; + --secondary--100: #0173f0; + --secondary--200: #0179fd; + --secondary--300: #0d80fe; + --secondary-rgba-0: rgba(1, 103, 215, 0); + --secondary-rgba-10: rgba(1, 103, 215, 0.1); + --secondary-rgba-20: rgba(1, 103, 215, 0.2); + --secondary-rgba-30: rgba(1, 103, 215, 0.3); + --secondary-rgba-40: rgba(1, 103, 215, 0.4); + --secondary-rgba-50: rgba(1, 103, 215, 0.5); + --secondary-rgba-60: rgba(1, 103, 215, 0.6); + --secondary-rgba-70: rgba(1, 103, 215, 0.7); + --secondary-rgba-80: rgba(1, 103, 215, 0.8); + --secondary-rgba-90: rgba(1, 103, 215, 0.9); + --tertiary: #EDEDED; + --tertiary-100: #e0e0e0; + --tertiary-200: #dadada; + --tertiary-300: #d4d4d4; + --tertiary--100: #fafafa; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(237, 237, 237, 0); + --tertiary-rgba-10: rgba(237, 237, 237, 0.1); + --tertiary-rgba-20: rgba(237, 237, 237, 0.2); + --tertiary-rgba-30: rgba(237, 237, 237, 0.3); + --tertiary-rgba-40: rgba(237, 237, 237, 0.4); + --tertiary-rgba-50: rgba(237, 237, 237, 0.5); + --tertiary-rgba-60: rgba(237, 237, 237, 0.6); + --tertiary-rgba-70: rgba(237, 237, 237, 0.7); + --tertiary-rgba-80: rgba(237, 237, 237, 0.8); + --tertiary-rgba-90: rgba(237, 237, 237, 0.9); + --quaternary: #395563; + --quaternary-100: #304753; + --quaternary-200: #2b404b; + --quaternary-300: #263943; + --quaternary--100: #426373; + --quaternary--200: #476a7b; + --quaternary--300: #4c7183; + --quaternary-rgba-0: rgba(57, 85, 99, 0); + --quaternary-rgba-10: rgba(57, 85, 99, 0.1); + --quaternary-rgba-20: rgba(57, 85, 99, 0.2); + --quaternary-rgba-30: rgba(57, 85, 99, 0.3); + --quaternary-rgba-40: rgba(57, 85, 99, 0.4); + --quaternary-rgba-50: rgba(57, 85, 99, 0.5); + --quaternary-rgba-60: rgba(57, 85, 99, 0.6); + --quaternary-rgba-70: rgba(57, 85, 99, 0.7); + --quaternary-rgba-80: rgba(57, 85, 99, 0.8); + --quaternary-rgba-90: rgba(57, 85, 99, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-5.css b/resources/assets/css/skins/skin-corporate-5.css new file mode 100644 index 0000000..167ab19 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-5.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #47648B; + --primary-100: #3e587a; + --primary-200: #3a5272; + --primary-300: #364c69; + --primary--100: #50709c; + --primary--200: #5476a4; + --primary--300: #5a7dab; + --primary-rgba-0: rgba(71, 100, 139, 0); + --primary-rgba-10: rgba(71, 100, 139, 0.1); + --primary-rgba-20: rgba(71, 100, 139, 0.2); + --primary-rgba-30: rgba(71, 100, 139, 0.3); + --primary-rgba-40: rgba(71, 100, 139, 0.4); + --primary-rgba-50: rgba(71, 100, 139, 0.5); + --primary-rgba-60: rgba(71, 100, 139, 0.6); + --primary-rgba-70: rgba(71, 100, 139, 0.7); + --primary-rgba-80: rgba(71, 100, 139, 0.8); + --primary-rgba-90: rgba(71, 100, 139, 0.9); + --secondary: #484A51; + --secondary-100: #3c3e44; + --secondary-200: #36383d; + --secondary-300: #303136; + --secondary--100: #54565e; + --secondary--200: #5a5d65; + --secondary--300: #60636c; + --secondary-rgba-0: rgba(72, 74, 81, 0); + --secondary-rgba-10: rgba(72, 74, 81, 0.1); + --secondary-rgba-20: rgba(72, 74, 81, 0.2); + --secondary-rgba-30: rgba(72, 74, 81, 0.3); + --secondary-rgba-40: rgba(72, 74, 81, 0.4); + --secondary-rgba-50: rgba(72, 74, 81, 0.5); + --secondary-rgba-60: rgba(72, 74, 81, 0.6); + --secondary-rgba-70: rgba(72, 74, 81, 0.7); + --secondary-rgba-80: rgba(72, 74, 81, 0.8); + --secondary-rgba-90: rgba(72, 74, 81, 0.9); + --tertiary: #2BAAB1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-6.css b/resources/assets/css/skins/skin-corporate-6.css new file mode 100644 index 0000000..973ec61 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-6.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #FE423D; + --primary-100: #fe2924; + --primary-200: #fe1d17; + --primary-300: #fe110a; + --primary--100: #fe5b56; + --primary--200: #fe6763; + --primary--300: #fe7370; + --primary-rgba-0: rgba(254, 66, 61, 0); + --primary-rgba-10: rgba(254, 66, 61, 0.1); + --primary-rgba-20: rgba(254, 66, 61, 0.2); + --primary-rgba-30: rgba(254, 66, 61, 0.3); + --primary-rgba-40: rgba(254, 66, 61, 0.4); + --primary-rgba-50: rgba(254, 66, 61, 0.5); + --primary-rgba-60: rgba(254, 66, 61, 0.6); + --primary-rgba-70: rgba(254, 66, 61, 0.7); + --primary-rgba-80: rgba(254, 66, 61, 0.8); + --primary-rgba-90: rgba(254, 66, 61, 0.9); + --secondary: #EDEDED; + --secondary-100: #e0e0e0; + --secondary-200: #dadada; + --secondary-300: #d4d4d4; + --secondary--100: #fafafa; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(237, 237, 237, 0); + --secondary-rgba-10: rgba(237, 237, 237, 0.1); + --secondary-rgba-20: rgba(237, 237, 237, 0.2); + --secondary-rgba-30: rgba(237, 237, 237, 0.3); + --secondary-rgba-40: rgba(237, 237, 237, 0.4); + --secondary-rgba-50: rgba(237, 237, 237, 0.5); + --secondary-rgba-60: rgba(237, 237, 237, 0.6); + --secondary-rgba-70: rgba(237, 237, 237, 0.7); + --secondary-rgba-80: rgba(237, 237, 237, 0.8); + --secondary-rgba-90: rgba(237, 237, 237, 0.9); + --tertiary: #F4F5EC; + --tertiary-100: #eaecdb; + --tertiary-200: #e5e8d3; + --tertiary-300: #e1e3cb; + --tertiary--100: #fefefd; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 245, 236, 0); + --tertiary-rgba-10: rgba(244, 245, 236, 0.1); + --tertiary-rgba-20: rgba(244, 245, 236, 0.2); + --tertiary-rgba-30: rgba(244, 245, 236, 0.3); + --tertiary-rgba-40: rgba(244, 245, 236, 0.4); + --tertiary-rgba-50: rgba(244, 245, 236, 0.5); + --tertiary-rgba-60: rgba(244, 245, 236, 0.6); + --tertiary-rgba-70: rgba(244, 245, 236, 0.7); + --tertiary-rgba-80: rgba(244, 245, 236, 0.8); + --tertiary-rgba-90: rgba(244, 245, 236, 0.9); + --quaternary: #E3F5E2; + --quaternary-100: #d1eecf; + --quaternary-200: #c8ebc6; + --quaternary-300: #bee8bc; + --quaternary--100: #f5fcf5; + --quaternary--200: #fefffe; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(227, 245, 226, 0); + --quaternary-rgba-10: rgba(227, 245, 226, 0.1); + --quaternary-rgba-20: rgba(227, 245, 226, 0.2); + --quaternary-rgba-30: rgba(227, 245, 226, 0.3); + --quaternary-rgba-40: rgba(227, 245, 226, 0.4); + --quaternary-rgba-50: rgba(227, 245, 226, 0.5); + --quaternary-rgba-60: rgba(227, 245, 226, 0.6); + --quaternary-rgba-70: rgba(227, 245, 226, 0.7); + --quaternary-rgba-80: rgba(227, 245, 226, 0.8); + --quaternary-rgba-90: rgba(227, 245, 226, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-7.css b/resources/assets/css/skins/skin-corporate-7.css new file mode 100644 index 0000000..5ec0aa4 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-7.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #e36159; + --primary-100: #df4c43; + --primary-200: #dd4238; + --primary-300: #dc372d; + --primary--100: #e7766f; + --primary--200: #e9807a; + --primary--300: #ea8b85; + --primary-rgba-0: rgba(227, 97, 89, 0); + --primary-rgba-10: rgba(227, 97, 89, 0.1); + --primary-rgba-20: rgba(227, 97, 89, 0.2); + --primary-rgba-30: rgba(227, 97, 89, 0.3); + --primary-rgba-40: rgba(227, 97, 89, 0.4); + --primary-rgba-50: rgba(227, 97, 89, 0.5); + --primary-rgba-60: rgba(227, 97, 89, 0.6); + --primary-rgba-70: rgba(227, 97, 89, 0.7); + --primary-rgba-80: rgba(227, 97, 89, 0.8); + --primary-rgba-90: rgba(227, 97, 89, 0.9); + --secondary: #212529; + --secondary-100: #16181b; + --secondary-200: #101214; + --secondary-300: #0a0c0d; + --secondary--100: #2c3237; + --secondary--200: #32383e; + --secondary--300: #383f45; + --secondary-rgba-0: rgba(33, 37, 41, 0); + --secondary-rgba-10: rgba(33, 37, 41, 0.1); + --secondary-rgba-20: rgba(33, 37, 41, 0.2); + --secondary-rgba-30: rgba(33, 37, 41, 0.3); + --secondary-rgba-40: rgba(33, 37, 41, 0.4); + --secondary-rgba-50: rgba(33, 37, 41, 0.5); + --secondary-rgba-60: rgba(33, 37, 41, 0.6); + --secondary-rgba-70: rgba(33, 37, 41, 0.7); + --secondary-rgba-80: rgba(33, 37, 41, 0.8); + --secondary-rgba-90: rgba(33, 37, 41, 0.9); + --tertiary: #EDEDED; + --tertiary-100: #e0e0e0; + --tertiary-200: #dadada; + --tertiary-300: #d4d4d4; + --tertiary--100: #fafafa; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(237, 237, 237, 0); + --tertiary-rgba-10: rgba(237, 237, 237, 0.1); + --tertiary-rgba-20: rgba(237, 237, 237, 0.2); + --tertiary-rgba-30: rgba(237, 237, 237, 0.3); + --tertiary-rgba-40: rgba(237, 237, 237, 0.4); + --tertiary-rgba-50: rgba(237, 237, 237, 0.5); + --tertiary-rgba-60: rgba(237, 237, 237, 0.6); + --tertiary-rgba-70: rgba(237, 237, 237, 0.7); + --tertiary-rgba-80: rgba(237, 237, 237, 0.8); + --tertiary-rgba-90: rgba(237, 237, 237, 0.9); + --quaternary: #BBB; + --quaternary-100: #aeaeae; + --quaternary-200: #a8a8a8; + --quaternary-300: #a2a2a2; + --quaternary--100: #c8c8c8; + --quaternary--200: #cecece; + --quaternary--300: #d4d4d4; + --quaternary-rgba-0: rgba(187, 187, 187, 0); + --quaternary-rgba-10: rgba(187, 187, 187, 0.1); + --quaternary-rgba-20: rgba(187, 187, 187, 0.2); + --quaternary-rgba-30: rgba(187, 187, 187, 0.3); + --quaternary-rgba-40: rgba(187, 187, 187, 0.4); + --quaternary-rgba-50: rgba(187, 187, 187, 0.5); + --quaternary-rgba-60: rgba(187, 187, 187, 0.6); + --quaternary-rgba-70: rgba(187, 187, 187, 0.7); + --quaternary-rgba-80: rgba(187, 187, 187, 0.8); + --quaternary-rgba-90: rgba(187, 187, 187, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-8.css b/resources/assets/css/skins/skin-corporate-8.css new file mode 100644 index 0000000..d10cf38 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-8.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #099CF4; + --primary-100: #088cdb; + --primary-200: #0884cf; + --primary-300: #077dc3; + --primary--100: #20a6f7; + --primary--200: #2cabf7; + --primary--300: #38b0f8; + --primary-rgba-0: rgba(9, 156, 244, 0); + --primary-rgba-10: rgba(9, 156, 244, 0.1); + --primary-rgba-20: rgba(9, 156, 244, 0.2); + --primary-rgba-30: rgba(9, 156, 244, 0.3); + --primary-rgba-40: rgba(9, 156, 244, 0.4); + --primary-rgba-50: rgba(9, 156, 244, 0.5); + --primary-rgba-60: rgba(9, 156, 244, 0.6); + --primary-rgba-70: rgba(9, 156, 244, 0.7); + --primary-rgba-80: rgba(9, 156, 244, 0.8); + --primary-rgba-90: rgba(9, 156, 244, 0.9); + --secondary: #0C61E0; + --secondary-100: #0b57c8; + --secondary-200: #0a51bc; + --secondary-300: #094cb0; + --secondary--100: #136df2; + --secondary--200: #1f74f3; + --secondary--300: #2b7cf4; + --secondary-rgba-0: rgba(12, 97, 224, 0); + --secondary-rgba-10: rgba(12, 97, 224, 0.1); + --secondary-rgba-20: rgba(12, 97, 224, 0.2); + --secondary-rgba-30: rgba(12, 97, 224, 0.3); + --secondary-rgba-40: rgba(12, 97, 224, 0.4); + --secondary-rgba-50: rgba(12, 97, 224, 0.5); + --secondary-rgba-60: rgba(12, 97, 224, 0.6); + --secondary-rgba-70: rgba(12, 97, 224, 0.7); + --secondary-rgba-80: rgba(12, 97, 224, 0.8); + --secondary-rgba-90: rgba(12, 97, 224, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-9.css b/resources/assets/css/skins/skin-corporate-9.css new file mode 100644 index 0000000..7e2b170 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-9.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #18B696; + --primary-100: #159f83; + --primary-200: #14947a; + --primary-300: #128971; + --primary--100: #1bcda9; + --primary--200: #1cd8b2; + --primary--300: #1fe2ba; + --primary-rgba-0: rgba(24, 182, 150, 0); + --primary-rgba-10: rgba(24, 182, 150, 0.1); + --primary-rgba-20: rgba(24, 182, 150, 0.2); + --primary-rgba-30: rgba(24, 182, 150, 0.3); + --primary-rgba-40: rgba(24, 182, 150, 0.4); + --primary-rgba-50: rgba(24, 182, 150, 0.5); + --primary-rgba-60: rgba(24, 182, 150, 0.6); + --primary-rgba-70: rgba(24, 182, 150, 0.7); + --primary-rgba-80: rgba(24, 182, 150, 0.8); + --primary-rgba-90: rgba(24, 182, 150, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-corporate-hosting.css b/resources/assets/css/skins/skin-corporate-hosting.css new file mode 100644 index 0000000..81f9bd6 --- /dev/null +++ b/resources/assets/css/skins/skin-corporate-hosting.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #67be63; + --primary-100: #55b651; + --primary-200: #4eb14a; + --primary-300: #4aa846; + --primary--100: #79c575; + --primary--200: #81c97e; + --primary--300: #8acd87; + --primary-rgba-0: rgba(103, 190, 99, 0); + --primary-rgba-10: rgba(103, 190, 99, 0.1); + --primary-rgba-20: rgba(103, 190, 99, 0.2); + --primary-rgba-30: rgba(103, 190, 99, 0.3); + --primary-rgba-40: rgba(103, 190, 99, 0.4); + --primary-rgba-50: rgba(103, 190, 99, 0.5); + --primary-rgba-60: rgba(103, 190, 99, 0.6); + --primary-rgba-70: rgba(103, 190, 99, 0.7); + --primary-rgba-80: rgba(103, 190, 99, 0.8); + --primary-rgba-90: rgba(103, 190, 99, 0.9); + --secondary: #b4deb1; + --secondary-100: #a3d69f; + --secondary-200: #9ad396; + --secondary-300: #92cf8d; + --secondary--100: #c5e6c3; + --secondary--200: #cee9cc; + --secondary--300: #d6edd5; + --secondary-rgba-0: rgba(180, 222, 177, 0); + --secondary-rgba-10: rgba(180, 222, 177, 0.1); + --secondary-rgba-20: rgba(180, 222, 177, 0.2); + --secondary-rgba-30: rgba(180, 222, 177, 0.3); + --secondary-rgba-40: rgba(180, 222, 177, 0.4); + --secondary-rgba-50: rgba(180, 222, 177, 0.5); + --secondary-rgba-60: rgba(180, 222, 177, 0.6); + --secondary-rgba-70: rgba(180, 222, 177, 0.7); + --secondary-rgba-80: rgba(180, 222, 177, 0.8); + --secondary-rgba-90: rgba(180, 222, 177, 0.9); + --tertiary: #1d7fbe; + --tertiary-100: #1a70a8; + --tertiary-200: #18699d; + --tertiary-300: #166192; + --tertiary--100: #208ed4; + --tertiary--200: #2495de; + --tertiary--300: #2f9adf; + --tertiary-rgba-0: rgba(29, 127, 190, 0); + --tertiary-rgba-10: rgba(29, 127, 190, 0.1); + --tertiary-rgba-20: rgba(29, 127, 190, 0.2); + --tertiary-rgba-30: rgba(29, 127, 190, 0.3); + --tertiary-rgba-40: rgba(29, 127, 190, 0.4); + --tertiary-rgba-50: rgba(29, 127, 190, 0.5); + --tertiary-rgba-60: rgba(29, 127, 190, 0.6); + --tertiary-rgba-70: rgba(29, 127, 190, 0.7); + --tertiary-rgba-80: rgba(29, 127, 190, 0.8); + --tertiary-rgba-90: rgba(29, 127, 190, 0.9); + --quaternary: #343434; + --quaternary-100: #272727; + --quaternary-200: #212121; + --quaternary-300: #1a1a1a; + --quaternary--100: #414141; + --quaternary--200: #474747; + --quaternary--300: #4e4e4e; + --quaternary-rgba-0: rgba(52, 52, 52, 0); + --quaternary-rgba-10: rgba(52, 52, 52, 0.1); + --quaternary-rgba-20: rgba(52, 52, 52, 0.2); + --quaternary-rgba-30: rgba(52, 52, 52, 0.3); + --quaternary-rgba-40: rgba(52, 52, 52, 0.4); + --quaternary-rgba-50: rgba(52, 52, 52, 0.5); + --quaternary-rgba-60: rgba(52, 52, 52, 0.6); + --quaternary-rgba-70: rgba(52, 52, 52, 0.7); + --quaternary-rgba-80: rgba(52, 52, 52, 0.8); + --quaternary-rgba-90: rgba(52, 52, 52, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-creative-agency-1.css b/resources/assets/css/skins/skin-creative-agency-1.css new file mode 100644 index 0000000..d334702 --- /dev/null +++ b/resources/assets/css/skins/skin-creative-agency-1.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #fa4f41; + --primary-100: #f93828; + --primary-200: #f92c1c; + --primary-300: #f9210f; + --primary--100: #fb665a; + --primary--200: #fb7266; + --primary--300: #fb7d73; + --primary-rgba-0: rgba(250, 79, 65, 0); + --primary-rgba-10: rgba(250, 79, 65, 0.1); + --primary-rgba-20: rgba(250, 79, 65, 0.2); + --primary-rgba-30: rgba(250, 79, 65, 0.3); + --primary-rgba-40: rgba(250, 79, 65, 0.4); + --primary-rgba-50: rgba(250, 79, 65, 0.5); + --primary-rgba-60: rgba(250, 79, 65, 0.6); + --primary-rgba-70: rgba(250, 79, 65, 0.7); + --primary-rgba-80: rgba(250, 79, 65, 0.8); + --primary-rgba-90: rgba(250, 79, 65, 0.9); + --secondary: #171717; + --secondary-100: #0a0a0a; + --secondary-200: #040404; + --secondary-300: #000000; + --secondary--100: #242424; + --secondary--200: #2a2a2a; + --secondary--300: #313131; + --secondary-rgba-0: rgba(23, 23, 23, 0); + --secondary-rgba-10: rgba(23, 23, 23, 0.1); + --secondary-rgba-20: rgba(23, 23, 23, 0.2); + --secondary-rgba-30: rgba(23, 23, 23, 0.3); + --secondary-rgba-40: rgba(23, 23, 23, 0.4); + --secondary-rgba-50: rgba(23, 23, 23, 0.5); + --secondary-rgba-60: rgba(23, 23, 23, 0.6); + --secondary-rgba-70: rgba(23, 23, 23, 0.7); + --secondary-rgba-80: rgba(23, 23, 23, 0.8); + --secondary-rgba-90: rgba(23, 23, 23, 0.9); + --tertiary: #232323; + --tertiary-100: #161616; + --tertiary-200: #101010; + --tertiary-300: #0a0a0a; + --tertiary--100: #303030; + --tertiary--200: #363636; + --tertiary--300: #3d3d3d; + --tertiary-rgba-0: rgba(35, 35, 35, 0); + --tertiary-rgba-10: rgba(35, 35, 35, 0.1); + --tertiary-rgba-20: rgba(35, 35, 35, 0.2); + --tertiary-rgba-30: rgba(35, 35, 35, 0.3); + --tertiary-rgba-40: rgba(35, 35, 35, 0.4); + --tertiary-rgba-50: rgba(35, 35, 35, 0.5); + --tertiary-rgba-60: rgba(35, 35, 35, 0.6); + --tertiary-rgba-70: rgba(35, 35, 35, 0.7); + --tertiary-rgba-80: rgba(35, 35, 35, 0.8); + --tertiary-rgba-90: rgba(35, 35, 35, 0.9); + --quaternary: #000000; + --quaternary-100: #000000; + --quaternary-200: #000000; + --quaternary-300: #000000; + --quaternary--100: #0d0d0d; + --quaternary--200: #131313; + --quaternary--300: #1a1a1a; + --quaternary-rgba-0: rgba(0, 0, 0, 0); + --quaternary-rgba-10: rgba(0, 0, 0, 0.1); + --quaternary-rgba-20: rgba(0, 0, 0, 0.2); + --quaternary-rgba-30: rgba(0, 0, 0, 0.3); + --quaternary-rgba-40: rgba(0, 0, 0, 0.4); + --quaternary-rgba-50: rgba(0, 0, 0, 0.5); + --quaternary-rgba-60: rgba(0, 0, 0, 0.6); + --quaternary-rgba-70: rgba(0, 0, 0, 0.7); + --quaternary-rgba-80: rgba(0, 0, 0, 0.8); + --quaternary-rgba-90: rgba(0, 0, 0, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-creative-agency-2.css b/resources/assets/css/skins/skin-creative-agency-2.css new file mode 100644 index 0000000..9622bb4 --- /dev/null +++ b/resources/assets/css/skins/skin-creative-agency-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #FBC105; + --primary-100: #e3ae04; + --primary-200: #d6a503; + --primary-300: #ca9b03; + --primary--100: #fbc71e; + --primary--200: #fcca2b; + --primary--300: #fccd37; + --primary-rgba-0: rgba(251, 193, 5, 0); + --primary-rgba-10: rgba(251, 193, 5, 0.1); + --primary-rgba-20: rgba(251, 193, 5, 0.2); + --primary-rgba-30: rgba(251, 193, 5, 0.3); + --primary-rgba-40: rgba(251, 193, 5, 0.4); + --primary-rgba-50: rgba(251, 193, 5, 0.5); + --primary-rgba-60: rgba(251, 193, 5, 0.6); + --primary-rgba-70: rgba(251, 193, 5, 0.7); + --primary-rgba-80: rgba(251, 193, 5, 0.8); + --primary-rgba-90: rgba(251, 193, 5, 0.9); + --secondary: #FFD519; + --secondary-100: #ffd000; + --secondary-200: #f2c600; + --secondary-300: #e5bb00; + --secondary--100: #ffda33; + --secondary--200: #ffdc3f; + --secondary--300: #ffde4c; + --secondary-rgba-0: rgba(255, 213, 25, 0); + --secondary-rgba-10: rgba(255, 213, 25, 0.1); + --secondary-rgba-20: rgba(255, 213, 25, 0.2); + --secondary-rgba-30: rgba(255, 213, 25, 0.3); + --secondary-rgba-40: rgba(255, 213, 25, 0.4); + --secondary-rgba-50: rgba(255, 213, 25, 0.5); + --secondary-rgba-60: rgba(255, 213, 25, 0.6); + --secondary-rgba-70: rgba(255, 213, 25, 0.7); + --secondary-rgba-80: rgba(255, 213, 25, 0.8); + --secondary-rgba-90: rgba(255, 213, 25, 0.9); + --tertiary: #F9F9F9; + --tertiary-100: #ececec; + --tertiary-200: #e6e6e6; + --tertiary-300: #e0e0e0; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(249, 249, 249, 0); + --tertiary-rgba-10: rgba(249, 249, 249, 0.1); + --tertiary-rgba-20: rgba(249, 249, 249, 0.2); + --tertiary-rgba-30: rgba(249, 249, 249, 0.3); + --tertiary-rgba-40: rgba(249, 249, 249, 0.4); + --tertiary-rgba-50: rgba(249, 249, 249, 0.5); + --tertiary-rgba-60: rgba(249, 249, 249, 0.6); + --tertiary-rgba-70: rgba(249, 249, 249, 0.7); + --tertiary-rgba-80: rgba(249, 249, 249, 0.8); + --tertiary-rgba-90: rgba(249, 249, 249, 0.9); + --quaternary: #121212; + --quaternary-100: #050505; + --quaternary-200: #000000; + --quaternary-300: #000000; + --quaternary--100: #1f1f1f; + --quaternary--200: #252525; + --quaternary--300: #2c2c2c; + --quaternary-rgba-0: rgba(18, 18, 18, 0); + --quaternary-rgba-10: rgba(18, 18, 18, 0.1); + --quaternary-rgba-20: rgba(18, 18, 18, 0.2); + --quaternary-rgba-30: rgba(18, 18, 18, 0.3); + --quaternary-rgba-40: rgba(18, 18, 18, 0.4); + --quaternary-rgba-50: rgba(18, 18, 18, 0.5); + --quaternary-rgba-60: rgba(18, 18, 18, 0.6); + --quaternary-rgba-70: rgba(18, 18, 18, 0.7); + --quaternary-rgba-80: rgba(18, 18, 18, 0.8); + --quaternary-rgba-90: rgba(18, 18, 18, 0.9); + --dark: #121212; + --dark-100: #050505; + --dark-200: #000000; + --dark-300: #000000; + --dark--100: #1f1f1f; + --dark--200: #252525; + --dark--300: #2c2c2c; + --dark-rgba-0: rgba(18, 18, 18, 0); + --dark-rgba-10: rgba(18, 18, 18, 0.1); + --dark-rgba-20: rgba(18, 18, 18, 0.2); + --dark-rgba-30: rgba(18, 18, 18, 0.3); + --dark-rgba-40: rgba(18, 18, 18, 0.4); + --dark-rgba-50: rgba(18, 18, 18, 0.5); + --dark-rgba-60: rgba(18, 18, 18, 0.6); + --dark-rgba-70: rgba(18, 18, 18, 0.7); + --dark-rgba-80: rgba(18, 18, 18, 0.8); + --dark-rgba-90: rgba(18, 18, 18, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #777; + --secondary-inverse: #777; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-dentist.css b/resources/assets/css/skins/skin-dentist.css new file mode 100644 index 0000000..8bd9c6f --- /dev/null +++ b/resources/assets/css/skins/skin-dentist.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #3d4eaf; + --primary-100: #36469c; + --primary-200: #334193; + --primary-300: #303d89; + --primary--100: #4759bf; + --primary--200: #5061c2; + --primary--300: #5a6ac5; + --primary-rgba-0: rgba(61, 78, 175, 0); + --primary-rgba-10: rgba(61, 78, 175, 0.1); + --primary-rgba-20: rgba(61, 78, 175, 0.2); + --primary-rgba-30: rgba(61, 78, 175, 0.3); + --primary-rgba-40: rgba(61, 78, 175, 0.4); + --primary-rgba-50: rgba(61, 78, 175, 0.5); + --primary-rgba-60: rgba(61, 78, 175, 0.6); + --primary-rgba-70: rgba(61, 78, 175, 0.7); + --primary-rgba-80: rgba(61, 78, 175, 0.8); + --primary-rgba-90: rgba(61, 78, 175, 0.9); + --secondary: #36459B; + --secondary-100: #2f3d88; + --secondary-200: #2c387f; + --secondary-300: #293475; + --secondary--100: #3d4dae; + --secondary--200: #4052b7; + --secondary--300: #4658be; + --secondary-rgba-0: rgba(54, 69, 155, 0); + --secondary-rgba-10: rgba(54, 69, 155, 0.1); + --secondary-rgba-20: rgba(54, 69, 155, 0.2); + --secondary-rgba-30: rgba(54, 69, 155, 0.3); + --secondary-rgba-40: rgba(54, 69, 155, 0.4); + --secondary-rgba-50: rgba(54, 69, 155, 0.5); + --secondary-rgba-60: rgba(54, 69, 155, 0.6); + --secondary-rgba-70: rgba(54, 69, 155, 0.7); + --secondary-rgba-80: rgba(54, 69, 155, 0.8); + --secondary-rgba-90: rgba(54, 69, 155, 0.9); + --tertiary: #00abc4; + --tertiary-100: #0095ab; + --tertiary-200: #008a9e; + --tertiary-300: #007f91; + --tertiary--100: #00c1de; + --tertiary--200: #00ccea; + --tertiary--300: #00d7f7; + --tertiary-rgba-0: rgba(0, 171, 196, 0); + --tertiary-rgba-10: rgba(0, 171, 196, 0.1); + --tertiary-rgba-20: rgba(0, 171, 196, 0.2); + --tertiary-rgba-30: rgba(0, 171, 196, 0.3); + --tertiary-rgba-40: rgba(0, 171, 196, 0.4); + --tertiary-rgba-50: rgba(0, 171, 196, 0.5); + --tertiary-rgba-60: rgba(0, 171, 196, 0.6); + --tertiary-rgba-70: rgba(0, 171, 196, 0.7); + --tertiary-rgba-80: rgba(0, 171, 196, 0.8); + --tertiary-rgba-90: rgba(0, 171, 196, 0.9); + --quaternary: #ebedf7; + --quaternary-100: #d9ddf0; + --quaternary-200: #d0d4ec; + --quaternary-300: #c7cce8; + --quaternary--100: #fdfdfe; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(235, 237, 247, 0); + --quaternary-rgba-10: rgba(235, 237, 247, 0.1); + --quaternary-rgba-20: rgba(235, 237, 247, 0.2); + --quaternary-rgba-30: rgba(235, 237, 247, 0.3); + --quaternary-rgba-40: rgba(235, 237, 247, 0.4); + --quaternary-rgba-50: rgba(235, 237, 247, 0.5); + --quaternary-rgba-60: rgba(235, 237, 247, 0.6); + --quaternary-rgba-70: rgba(235, 237, 247, 0.7); + --quaternary-rgba-80: rgba(235, 237, 247, 0.8); + --quaternary-rgba-90: rgba(235, 237, 247, 0.9); + --dark: #3E3E3E; + --dark-100: #313131; + --dark-200: #2b2b2b; + --dark-300: #252525; + --dark--100: #4b4b4b; + --dark--200: #515151; + --dark--300: #585858; + --dark-rgba-0: rgba(62, 62, 62, 0); + --dark-rgba-10: rgba(62, 62, 62, 0.1); + --dark-rgba-20: rgba(62, 62, 62, 0.2); + --dark-rgba-30: rgba(62, 62, 62, 0.3); + --dark-rgba-40: rgba(62, 62, 62, 0.4); + --dark-rgba-50: rgba(62, 62, 62, 0.5); + --dark-rgba-60: rgba(62, 62, 62, 0.6); + --dark-rgba-70: rgba(62, 62, 62, 0.7); + --dark-rgba-80: rgba(62, 62, 62, 0.8); + --dark-rgba-90: rgba(62, 62, 62, 0.9); + --light: #F5F6FB; + --light-100: #e3e6f4; + --light-200: #daddf0; + --light-300: #d1d5ec; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(245, 246, 251, 0); + --light-rgba-10: rgba(245, 246, 251, 0.1); + --light-rgba-20: rgba(245, 246, 251, 0.2); + --light-rgba-30: rgba(245, 246, 251, 0.3); + --light-rgba-40: rgba(245, 246, 251, 0.4); + --light-rgba-50: rgba(245, 246, 251, 0.5); + --light-rgba-60: rgba(245, 246, 251, 0.6); + --light-rgba-70: rgba(245, 246, 251, 0.7); + --light-rgba-80: rgba(245, 246, 251, 0.8); + --light-rgba-90: rgba(245, 246, 251, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-digital-agency-2-dark.css b/resources/assets/css/skins/skin-digital-agency-2-dark.css new file mode 100644 index 0000000..b6c554c --- /dev/null +++ b/resources/assets/css/skins/skin-digital-agency-2-dark.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #e41645; + --primary-100: #cd143e; + --primary-200: #c1133a; + --primary-300: #b51237; + --primary--100: #ea2955; + --primary--200: #eb355e; + --primary--300: #ed4068; + --primary-rgba-0: rgba(228, 22, 69, 0); + --primary-rgba-10: rgba(228, 22, 69, 0.1); + --primary-rgba-20: rgba(228, 22, 69, 0.2); + --primary-rgba-30: rgba(228, 22, 69, 0.3); + --primary-rgba-40: rgba(228, 22, 69, 0.4); + --primary-rgba-50: rgba(228, 22, 69, 0.5); + --primary-rgba-60: rgba(228, 22, 69, 0.6); + --primary-rgba-70: rgba(228, 22, 69, 0.7); + --primary-rgba-80: rgba(228, 22, 69, 0.8); + --primary-rgba-90: rgba(228, 22, 69, 0.9); + --secondary: #292929; + --secondary-100: #1c1c1c; + --secondary-200: #161616; + --secondary-300: #101010; + --secondary--100: #363636; + --secondary--200: #3c3c3c; + --secondary--300: #434343; + --secondary-rgba-0: rgba(41, 41, 41, 0); + --secondary-rgba-10: rgba(41, 41, 41, 0.1); + --secondary-rgba-20: rgba(41, 41, 41, 0.2); + --secondary-rgba-30: rgba(41, 41, 41, 0.3); + --secondary-rgba-40: rgba(41, 41, 41, 0.4); + --secondary-rgba-50: rgba(41, 41, 41, 0.5); + --secondary-rgba-60: rgba(41, 41, 41, 0.6); + --secondary-rgba-70: rgba(41, 41, 41, 0.7); + --secondary-rgba-80: rgba(41, 41, 41, 0.8); + --secondary-rgba-90: rgba(41, 41, 41, 0.9); + --tertiary: #e0e1e5; + --tertiary-100: #d2d4d9; + --tertiary-200: #cbcdd4; + --tertiary-300: #c4c6ce; + --tertiary--100: #eeeef1; + --tertiary--200: #f5f5f6; + --tertiary--300: #fcfcfc; + --tertiary-rgba-0: rgba(224, 225, 229, 0); + --tertiary-rgba-10: rgba(224, 225, 229, 0.1); + --tertiary-rgba-20: rgba(224, 225, 229, 0.2); + --tertiary-rgba-30: rgba(224, 225, 229, 0.3); + --tertiary-rgba-40: rgba(224, 225, 229, 0.4); + --tertiary-rgba-50: rgba(224, 225, 229, 0.5); + --tertiary-rgba-60: rgba(224, 225, 229, 0.6); + --tertiary-rgba-70: rgba(224, 225, 229, 0.7); + --tertiary-rgba-80: rgba(224, 225, 229, 0.8); + --tertiary-rgba-90: rgba(224, 225, 229, 0.9); + --quaternary: #777777; + --quaternary-100: #6a6a6a; + --quaternary-200: #646464; + --quaternary-300: #5e5e5e; + --quaternary--100: #848484; + --quaternary--200: #8a8a8a; + --quaternary--300: #919191; + --quaternary-rgba-0: rgba(119, 119, 119, 0); + --quaternary-rgba-10: rgba(119, 119, 119, 0.1); + --quaternary-rgba-20: rgba(119, 119, 119, 0.2); + --quaternary-rgba-30: rgba(119, 119, 119, 0.3); + --quaternary-rgba-40: rgba(119, 119, 119, 0.4); + --quaternary-rgba-50: rgba(119, 119, 119, 0.5); + --quaternary-rgba-60: rgba(119, 119, 119, 0.6); + --quaternary-rgba-70: rgba(119, 119, 119, 0.7); + --quaternary-rgba-80: rgba(119, 119, 119, 0.8); + --quaternary-rgba-90: rgba(119, 119, 119, 0.9); + --dark: #292929; + --dark-100: #1c1c1c; + --dark-200: #161616; + --dark-300: #101010; + --dark--100: #363636; + --dark--200: #3c3c3c; + --dark--300: #434343; + --dark-rgba-0: rgba(41, 41, 41, 0); + --dark-rgba-10: rgba(41, 41, 41, 0.1); + --dark-rgba-20: rgba(41, 41, 41, 0.2); + --dark-rgba-30: rgba(41, 41, 41, 0.3); + --dark-rgba-40: rgba(41, 41, 41, 0.4); + --dark-rgba-50: rgba(41, 41, 41, 0.5); + --dark-rgba-60: rgba(41, 41, 41, 0.6); + --dark-rgba-70: rgba(41, 41, 41, 0.7); + --dark-rgba-80: rgba(41, 41, 41, 0.8); + --dark-rgba-90: rgba(41, 41, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-digital-agency-2.css b/resources/assets/css/skins/skin-digital-agency-2.css new file mode 100644 index 0000000..b6c554c --- /dev/null +++ b/resources/assets/css/skins/skin-digital-agency-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #e41645; + --primary-100: #cd143e; + --primary-200: #c1133a; + --primary-300: #b51237; + --primary--100: #ea2955; + --primary--200: #eb355e; + --primary--300: #ed4068; + --primary-rgba-0: rgba(228, 22, 69, 0); + --primary-rgba-10: rgba(228, 22, 69, 0.1); + --primary-rgba-20: rgba(228, 22, 69, 0.2); + --primary-rgba-30: rgba(228, 22, 69, 0.3); + --primary-rgba-40: rgba(228, 22, 69, 0.4); + --primary-rgba-50: rgba(228, 22, 69, 0.5); + --primary-rgba-60: rgba(228, 22, 69, 0.6); + --primary-rgba-70: rgba(228, 22, 69, 0.7); + --primary-rgba-80: rgba(228, 22, 69, 0.8); + --primary-rgba-90: rgba(228, 22, 69, 0.9); + --secondary: #292929; + --secondary-100: #1c1c1c; + --secondary-200: #161616; + --secondary-300: #101010; + --secondary--100: #363636; + --secondary--200: #3c3c3c; + --secondary--300: #434343; + --secondary-rgba-0: rgba(41, 41, 41, 0); + --secondary-rgba-10: rgba(41, 41, 41, 0.1); + --secondary-rgba-20: rgba(41, 41, 41, 0.2); + --secondary-rgba-30: rgba(41, 41, 41, 0.3); + --secondary-rgba-40: rgba(41, 41, 41, 0.4); + --secondary-rgba-50: rgba(41, 41, 41, 0.5); + --secondary-rgba-60: rgba(41, 41, 41, 0.6); + --secondary-rgba-70: rgba(41, 41, 41, 0.7); + --secondary-rgba-80: rgba(41, 41, 41, 0.8); + --secondary-rgba-90: rgba(41, 41, 41, 0.9); + --tertiary: #e0e1e5; + --tertiary-100: #d2d4d9; + --tertiary-200: #cbcdd4; + --tertiary-300: #c4c6ce; + --tertiary--100: #eeeef1; + --tertiary--200: #f5f5f6; + --tertiary--300: #fcfcfc; + --tertiary-rgba-0: rgba(224, 225, 229, 0); + --tertiary-rgba-10: rgba(224, 225, 229, 0.1); + --tertiary-rgba-20: rgba(224, 225, 229, 0.2); + --tertiary-rgba-30: rgba(224, 225, 229, 0.3); + --tertiary-rgba-40: rgba(224, 225, 229, 0.4); + --tertiary-rgba-50: rgba(224, 225, 229, 0.5); + --tertiary-rgba-60: rgba(224, 225, 229, 0.6); + --tertiary-rgba-70: rgba(224, 225, 229, 0.7); + --tertiary-rgba-80: rgba(224, 225, 229, 0.8); + --tertiary-rgba-90: rgba(224, 225, 229, 0.9); + --quaternary: #777777; + --quaternary-100: #6a6a6a; + --quaternary-200: #646464; + --quaternary-300: #5e5e5e; + --quaternary--100: #848484; + --quaternary--200: #8a8a8a; + --quaternary--300: #919191; + --quaternary-rgba-0: rgba(119, 119, 119, 0); + --quaternary-rgba-10: rgba(119, 119, 119, 0.1); + --quaternary-rgba-20: rgba(119, 119, 119, 0.2); + --quaternary-rgba-30: rgba(119, 119, 119, 0.3); + --quaternary-rgba-40: rgba(119, 119, 119, 0.4); + --quaternary-rgba-50: rgba(119, 119, 119, 0.5); + --quaternary-rgba-60: rgba(119, 119, 119, 0.6); + --quaternary-rgba-70: rgba(119, 119, 119, 0.7); + --quaternary-rgba-80: rgba(119, 119, 119, 0.8); + --quaternary-rgba-90: rgba(119, 119, 119, 0.9); + --dark: #292929; + --dark-100: #1c1c1c; + --dark-200: #161616; + --dark-300: #101010; + --dark--100: #363636; + --dark--200: #3c3c3c; + --dark--300: #434343; + --dark-rgba-0: rgba(41, 41, 41, 0); + --dark-rgba-10: rgba(41, 41, 41, 0.1); + --dark-rgba-20: rgba(41, 41, 41, 0.2); + --dark-rgba-30: rgba(41, 41, 41, 0.3); + --dark-rgba-40: rgba(41, 41, 41, 0.4); + --dark-rgba-50: rgba(41, 41, 41, 0.5); + --dark-rgba-60: rgba(41, 41, 41, 0.6); + --dark-rgba-70: rgba(41, 41, 41, 0.7); + --dark-rgba-80: rgba(41, 41, 41, 0.8); + --dark-rgba-90: rgba(41, 41, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-digital-agency.css b/resources/assets/css/skins/skin-digital-agency.css new file mode 100644 index 0000000..bc7b55d --- /dev/null +++ b/resources/assets/css/skins/skin-digital-agency.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #30C57A; + --primary-100: #2bb06d; + --primary-200: #29a667; + --primary-300: #269c61; + --primary--100: #3ed087; + --primary--200: #49d38d; + --primary--300: #53d594; + --primary-rgba-0: rgba(48, 197, 122, 0); + --primary-rgba-10: rgba(48, 197, 122, 0.1); + --primary-rgba-20: rgba(48, 197, 122, 0.2); + --primary-rgba-30: rgba(48, 197, 122, 0.3); + --primary-rgba-40: rgba(48, 197, 122, 0.4); + --primary-rgba-50: rgba(48, 197, 122, 0.5); + --primary-rgba-60: rgba(48, 197, 122, 0.6); + --primary-rgba-70: rgba(48, 197, 122, 0.7); + --primary-rgba-80: rgba(48, 197, 122, 0.8); + --primary-rgba-90: rgba(48, 197, 122, 0.9); + --secondary: #2ec08a; + --secondary-100: #29ab7b; + --secondary-200: #27a174; + --secondary-300: #24976c; + --secondary--100: #38cf97; + --secondary--200: #42d29d; + --secondary--300: #4dd4a2; + --secondary-rgba-0: rgba(46, 192, 138, 0); + --secondary-rgba-10: rgba(46, 192, 138, 0.1); + --secondary-rgba-20: rgba(46, 192, 138, 0.2); + --secondary-rgba-30: rgba(46, 192, 138, 0.3); + --secondary-rgba-40: rgba(46, 192, 138, 0.4); + --secondary-rgba-50: rgba(46, 192, 138, 0.5); + --secondary-rgba-60: rgba(46, 192, 138, 0.6); + --secondary-rgba-70: rgba(46, 192, 138, 0.7); + --secondary-rgba-80: rgba(46, 192, 138, 0.8); + --secondary-rgba-90: rgba(46, 192, 138, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-education.css b/resources/assets/css/skins/skin-education.css new file mode 100644 index 0000000..2ad53f8 --- /dev/null +++ b/resources/assets/css/skins/skin-education.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #ec4f4f; + --primary-100: #ea3838; + --primary-200: #e82c2c; + --primary-300: #e72121; + --primary--100: #ee6666; + --primary--200: #f07272; + --primary--300: #f17d7d; + --primary-rgba-0: rgba(236, 79, 79, 0); + --primary-rgba-10: rgba(236, 79, 79, 0.1); + --primary-rgba-20: rgba(236, 79, 79, 0.2); + --primary-rgba-30: rgba(236, 79, 79, 0.3); + --primary-rgba-40: rgba(236, 79, 79, 0.4); + --primary-rgba-50: rgba(236, 79, 79, 0.5); + --primary-rgba-60: rgba(236, 79, 79, 0.6); + --primary-rgba-70: rgba(236, 79, 79, 0.7); + --primary-rgba-80: rgba(236, 79, 79, 0.8); + --primary-rgba-90: rgba(236, 79, 79, 0.9); + --secondary: #332859; + --secondary-100: #292047; + --secondary-200: #241c3f; + --secondary-300: #1f1836; + --secondary--100: #3d306b; + --secondary--200: #423473; + --secondary--300: #47387c; + --secondary-rgba-0: rgba(51, 40, 89, 0); + --secondary-rgba-10: rgba(51, 40, 89, 0.1); + --secondary-rgba-20: rgba(51, 40, 89, 0.2); + --secondary-rgba-30: rgba(51, 40, 89, 0.3); + --secondary-rgba-40: rgba(51, 40, 89, 0.4); + --secondary-rgba-50: rgba(51, 40, 89, 0.5); + --secondary-rgba-60: rgba(51, 40, 89, 0.6); + --secondary-rgba-70: rgba(51, 40, 89, 0.7); + --secondary-rgba-80: rgba(51, 40, 89, 0.8); + --secondary-rgba-90: rgba(51, 40, 89, 0.9); + --tertiary: #e1e2e5; + --tertiary-100: #d3d5d9; + --tertiary-200: #cdced3; + --tertiary-300: #c6c8cd; + --tertiary--100: #efeff1; + --tertiary--200: #f5f6f7; + --tertiary--300: #fcfcfd; + --tertiary-rgba-0: rgba(225, 226, 229, 0); + --tertiary-rgba-10: rgba(225, 226, 229, 0.1); + --tertiary-rgba-20: rgba(225, 226, 229, 0.2); + --tertiary-rgba-30: rgba(225, 226, 229, 0.3); + --tertiary-rgba-40: rgba(225, 226, 229, 0.4); + --tertiary-rgba-50: rgba(225, 226, 229, 0.5); + --tertiary-rgba-60: rgba(225, 226, 229, 0.6); + --tertiary-rgba-70: rgba(225, 226, 229, 0.7); + --tertiary-rgba-80: rgba(225, 226, 229, 0.8); + --tertiary-rgba-90: rgba(225, 226, 229, 0.9); + --quaternary: #f3dbdb; + --quaternary-100: #edc8c8; + --quaternary-200: #e9bebe; + --quaternary-300: #e6b5b5; + --quaternary--100: #f9eeee; + --quaternary--200: #fdf8f8; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(243, 219, 219, 0); + --quaternary-rgba-10: rgba(243, 219, 219, 0.1); + --quaternary-rgba-20: rgba(243, 219, 219, 0.2); + --quaternary-rgba-30: rgba(243, 219, 219, 0.3); + --quaternary-rgba-40: rgba(243, 219, 219, 0.4); + --quaternary-rgba-50: rgba(243, 219, 219, 0.5); + --quaternary-rgba-60: rgba(243, 219, 219, 0.6); + --quaternary-rgba-70: rgba(243, 219, 219, 0.7); + --quaternary-rgba-80: rgba(243, 219, 219, 0.8); + --quaternary-rgba-90: rgba(243, 219, 219, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-event.css b/resources/assets/css/skins/skin-event.css new file mode 100644 index 0000000..a927eab --- /dev/null +++ b/resources/assets/css/skins/skin-event.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #43a6a3; + --primary-100: #3c9491; + --primary-200: #388b88; + --primary-300: #34827f; + --primary--100: #4cb7b3; + --primary--200: #55bab7; + --primary--300: #5ebebb; + --primary-rgba-0: rgba(67, 166, 163, 0); + --primary-rgba-10: rgba(67, 166, 163, 0.1); + --primary-rgba-20: rgba(67, 166, 163, 0.2); + --primary-rgba-30: rgba(67, 166, 163, 0.3); + --primary-rgba-40: rgba(67, 166, 163, 0.4); + --primary-rgba-50: rgba(67, 166, 163, 0.5); + --primary-rgba-60: rgba(67, 166, 163, 0.6); + --primary-rgba-70: rgba(67, 166, 163, 0.7); + --primary-rgba-80: rgba(67, 166, 163, 0.8); + --primary-rgba-90: rgba(67, 166, 163, 0.9); + --secondary: #1f252a; + --secondary-100: #14181b; + --secondary-200: #0f1214; + --secondary-300: #090b0d; + --secondary--100: #2a3239; + --secondary--200: #2f3840; + --secondary--300: #353f47; + --secondary-rgba-0: rgba(31, 37, 42, 0); + --secondary-rgba-10: rgba(31, 37, 42, 0.1); + --secondary-rgba-20: rgba(31, 37, 42, 0.2); + --secondary-rgba-30: rgba(31, 37, 42, 0.3); + --secondary-rgba-40: rgba(31, 37, 42, 0.4); + --secondary-rgba-50: rgba(31, 37, 42, 0.5); + --secondary-rgba-60: rgba(31, 37, 42, 0.6); + --secondary-rgba-70: rgba(31, 37, 42, 0.7); + --secondary-rgba-80: rgba(31, 37, 42, 0.8); + --secondary-rgba-90: rgba(31, 37, 42, 0.9); + --tertiary: #f4f4f4; + --tertiary-100: #e7e7e7; + --tertiary-200: #e1e1e1; + --tertiary-300: #dbdbdb; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(244, 244, 244, 0); + --tertiary-rgba-10: rgba(244, 244, 244, 0.1); + --tertiary-rgba-20: rgba(244, 244, 244, 0.2); + --tertiary-rgba-30: rgba(244, 244, 244, 0.3); + --tertiary-rgba-40: rgba(244, 244, 244, 0.4); + --tertiary-rgba-50: rgba(244, 244, 244, 0.5); + --tertiary-rgba-60: rgba(244, 244, 244, 0.6); + --tertiary-rgba-70: rgba(244, 244, 244, 0.7); + --tertiary-rgba-80: rgba(244, 244, 244, 0.8); + --tertiary-rgba-90: rgba(244, 244, 244, 0.9); + --quaternary: #333; + --quaternary-100: #262626; + --quaternary-200: #202020; + --quaternary-300: #1a1a1a; + --quaternary--100: #404040; + --quaternary--200: #464646; + --quaternary--300: #4d4d4d; + --quaternary-rgba-0: rgba(51, 51, 51, 0); + --quaternary-rgba-10: rgba(51, 51, 51, 0.1); + --quaternary-rgba-20: rgba(51, 51, 51, 0.2); + --quaternary-rgba-30: rgba(51, 51, 51, 0.3); + --quaternary-rgba-40: rgba(51, 51, 51, 0.4); + --quaternary-rgba-50: rgba(51, 51, 51, 0.5); + --quaternary-rgba-60: rgba(51, 51, 51, 0.6); + --quaternary-rgba-70: rgba(51, 51, 51, 0.7); + --quaternary-rgba-80: rgba(51, 51, 51, 0.8); + --quaternary-rgba-90: rgba(51, 51, 51, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-finance.css b/resources/assets/css/skins/skin-finance.css new file mode 100644 index 0000000..99cc628 --- /dev/null +++ b/resources/assets/css/skins/skin-finance.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #013160; + --primary-100: #012447; + --primary-200: #011e3a; + --primary-300: #00172e; + --primary--100: #013e79; + --primary--200: #014486; + --primary--300: #024b92; + --primary-rgba-0: rgba(1, 49, 96, 0); + --primary-rgba-10: rgba(1, 49, 96, 0.1); + --primary-rgba-20: rgba(1, 49, 96, 0.2); + --primary-rgba-30: rgba(1, 49, 96, 0.3); + --primary-rgba-40: rgba(1, 49, 96, 0.4); + --primary-rgba-50: rgba(1, 49, 96, 0.5); + --primary-rgba-60: rgba(1, 49, 96, 0.6); + --primary-rgba-70: rgba(1, 49, 96, 0.7); + --primary-rgba-80: rgba(1, 49, 96, 0.8); + --primary-rgba-90: rgba(1, 49, 96, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-gym.css b/resources/assets/css/skins/skin-gym.css new file mode 100644 index 0000000..0ec41af --- /dev/null +++ b/resources/assets/css/skins/skin-gym.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #f4544c; + --primary-100: #f33d34; + --primary-200: #f23228; + --primary-300: #f1261c; + --primary--100: #f56b64; + --primary--200: #f67670; + --primary--300: #f7827c; + --primary-rgba-0: rgba(244, 84, 76, 0); + --primary-rgba-10: rgba(244, 84, 76, 0.1); + --primary-rgba-20: rgba(244, 84, 76, 0.2); + --primary-rgba-30: rgba(244, 84, 76, 0.3); + --primary-rgba-40: rgba(244, 84, 76, 0.4); + --primary-rgba-50: rgba(244, 84, 76, 0.5); + --primary-rgba-60: rgba(244, 84, 76, 0.6); + --primary-rgba-70: rgba(244, 84, 76, 0.7); + --primary-rgba-80: rgba(244, 84, 76, 0.8); + --primary-rgba-90: rgba(244, 84, 76, 0.9); + --secondary: #111113; + --secondary-100: #050506; + --secondary-200: #000000; + --secondary-300: #000000; + --secondary--100: #1d1d20; + --secondary--200: #232327; + --secondary--300: #29292e; + --secondary-rgba-0: rgba(17, 17, 19, 0); + --secondary-rgba-10: rgba(17, 17, 19, 0.1); + --secondary-rgba-20: rgba(17, 17, 19, 0.2); + --secondary-rgba-30: rgba(17, 17, 19, 0.3); + --secondary-rgba-40: rgba(17, 17, 19, 0.4); + --secondary-rgba-50: rgba(17, 17, 19, 0.5); + --secondary-rgba-60: rgba(17, 17, 19, 0.6); + --secondary-rgba-70: rgba(17, 17, 19, 0.7); + --secondary-rgba-80: rgba(17, 17, 19, 0.8); + --secondary-rgba-90: rgba(17, 17, 19, 0.9); + --tertiary: #D1E7E7; + --tertiary-100: #c0dede; + --tertiary-200: #b8dada; + --tertiary-300: #afd6d6; + --tertiary--100: #e2f0f0; + --tertiary--200: #eaf4f4; + --tertiary--300: #f3f8f8; + --tertiary-rgba-0: rgba(209, 231, 231, 0); + --tertiary-rgba-10: rgba(209, 231, 231, 0.1); + --tertiary-rgba-20: rgba(209, 231, 231, 0.2); + --tertiary-rgba-30: rgba(209, 231, 231, 0.3); + --tertiary-rgba-40: rgba(209, 231, 231, 0.4); + --tertiary-rgba-50: rgba(209, 231, 231, 0.5); + --tertiary-rgba-60: rgba(209, 231, 231, 0.6); + --tertiary-rgba-70: rgba(209, 231, 231, 0.7); + --tertiary-rgba-80: rgba(209, 231, 231, 0.8); + --tertiary-rgba-90: rgba(209, 231, 231, 0.9); + --quaternary: #0a0a0a; + --quaternary-100: #000000; + --quaternary-200: #000000; + --quaternary-300: #000000; + --quaternary--100: #171717; + --quaternary--200: #1d1d1d; + --quaternary--300: #242424; + --quaternary-rgba-0: rgba(10, 10, 10, 0); + --quaternary-rgba-10: rgba(10, 10, 10, 0.1); + --quaternary-rgba-20: rgba(10, 10, 10, 0.2); + --quaternary-rgba-30: rgba(10, 10, 10, 0.3); + --quaternary-rgba-40: rgba(10, 10, 10, 0.4); + --quaternary-rgba-50: rgba(10, 10, 10, 0.5); + --quaternary-rgba-60: rgba(10, 10, 10, 0.6); + --quaternary-rgba-70: rgba(10, 10, 10, 0.7); + --quaternary-rgba-80: rgba(10, 10, 10, 0.8); + --quaternary-rgba-90: rgba(10, 10, 10, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-hotel.css b/resources/assets/css/skins/skin-hotel.css new file mode 100644 index 0000000..1dcb038 --- /dev/null +++ b/resources/assets/css/skins/skin-hotel.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #bd966f; + --primary-100: #b5895e; + --primary-200: #b18355; + --primary-300: #ab7d4e; + --primary--100: #c5a380; + --primary--200: #c9a989; + --primary--300: #cdb092; + --primary-rgba-0: rgba(189, 150, 111, 0); + --primary-rgba-10: rgba(189, 150, 111, 0.1); + --primary-rgba-20: rgba(189, 150, 111, 0.2); + --primary-rgba-30: rgba(189, 150, 111, 0.3); + --primary-rgba-40: rgba(189, 150, 111, 0.4); + --primary-rgba-50: rgba(189, 150, 111, 0.5); + --primary-rgba-60: rgba(189, 150, 111, 0.6); + --primary-rgba-70: rgba(189, 150, 111, 0.7); + --primary-rgba-80: rgba(189, 150, 111, 0.8); + --primary-rgba-90: rgba(189, 150, 111, 0.9); + --secondary: #C7A079; + --secondary-100: #bf9367; + --secondary-200: #bc8d5e; + --secondary-300: #b88755; + --secondary--100: #cfad8b; + --secondary--200: #d2b394; + --secondary--300: #d6ba9d; + --secondary-rgba-0: rgba(199, 160, 121, 0); + --secondary-rgba-10: rgba(199, 160, 121, 0.1); + --secondary-rgba-20: rgba(199, 160, 121, 0.2); + --secondary-rgba-30: rgba(199, 160, 121, 0.3); + --secondary-rgba-40: rgba(199, 160, 121, 0.4); + --secondary-rgba-50: rgba(199, 160, 121, 0.5); + --secondary-rgba-60: rgba(199, 160, 121, 0.6); + --secondary-rgba-70: rgba(199, 160, 121, 0.7); + --secondary-rgba-80: rgba(199, 160, 121, 0.8); + --secondary-rgba-90: rgba(199, 160, 121, 0.9); + --tertiary: #262a32; + --tertiary-100: #1b1e24; + --tertiary-200: #15181c; + --tertiary-300: #101215; + --tertiary--100: #313640; + --tertiary--200: #373c48; + --tertiary--300: #3c424f; + --tertiary-rgba-0: rgba(38, 42, 50, 0); + --tertiary-rgba-10: rgba(38, 42, 50, 0.1); + --tertiary-rgba-20: rgba(38, 42, 50, 0.2); + --tertiary-rgba-30: rgba(38, 42, 50, 0.3); + --tertiary-rgba-40: rgba(38, 42, 50, 0.4); + --tertiary-rgba-50: rgba(38, 42, 50, 0.5); + --tertiary-rgba-60: rgba(38, 42, 50, 0.6); + --tertiary-rgba-70: rgba(38, 42, 50, 0.7); + --tertiary-rgba-80: rgba(38, 42, 50, 0.8); + --tertiary-rgba-90: rgba(38, 42, 50, 0.9); + --quaternary: #F5EFE5; + --quaternary-100: #eee4d3; + --quaternary-200: #eadec9; + --quaternary-300: #e7d8c0; + --quaternary--100: #fcfaf7; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(245, 239, 229, 0); + --quaternary-rgba-10: rgba(245, 239, 229, 0.1); + --quaternary-rgba-20: rgba(245, 239, 229, 0.2); + --quaternary-rgba-30: rgba(245, 239, 229, 0.3); + --quaternary-rgba-40: rgba(245, 239, 229, 0.4); + --quaternary-rgba-50: rgba(245, 239, 229, 0.5); + --quaternary-rgba-60: rgba(245, 239, 229, 0.6); + --quaternary-rgba-70: rgba(245, 239, 229, 0.7); + --quaternary-rgba-80: rgba(245, 239, 229, 0.8); + --quaternary-rgba-90: rgba(245, 239, 229, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-industry-factory.css b/resources/assets/css/skins/skin-industry-factory.css new file mode 100644 index 0000000..e41934e --- /dev/null +++ b/resources/assets/css/skins/skin-industry-factory.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #d80d07; + --primary-100: #bf0c06; + --primary-200: #b30b06; + --primary-300: #a70a05; + --primary--100: #f10e08; + --primary--200: #f7150e; + --primary--300: #f8211a; + --primary-rgba-0: rgba(216, 13, 7, 0); + --primary-rgba-10: rgba(216, 13, 7, 0.1); + --primary-rgba-20: rgba(216, 13, 7, 0.2); + --primary-rgba-30: rgba(216, 13, 7, 0.3); + --primary-rgba-40: rgba(216, 13, 7, 0.4); + --primary-rgba-50: rgba(216, 13, 7, 0.5); + --primary-rgba-60: rgba(216, 13, 7, 0.6); + --primary-rgba-70: rgba(216, 13, 7, 0.7); + --primary-rgba-80: rgba(216, 13, 7, 0.8); + --primary-rgba-90: rgba(216, 13, 7, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-insurance.css b/resources/assets/css/skins/skin-insurance.css new file mode 100644 index 0000000..2a12fe2 --- /dev/null +++ b/resources/assets/css/skins/skin-insurance.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0047bb; + --primary-100: #003da2; + --primary-200: #003895; + --primary-300: #003488; + --primary--100: #0051d4; + --primary--200: #0056e1; + --primary--300: #005aee; + --primary-rgba-0: rgba(0, 71, 187, 0); + --primary-rgba-10: rgba(0, 71, 187, 0.1); + --primary-rgba-20: rgba(0, 71, 187, 0.2); + --primary-rgba-30: rgba(0, 71, 187, 0.3); + --primary-rgba-40: rgba(0, 71, 187, 0.4); + --primary-rgba-50: rgba(0, 71, 187, 0.5); + --primary-rgba-60: rgba(0, 71, 187, 0.6); + --primary-rgba-70: rgba(0, 71, 187, 0.7); + --primary-rgba-80: rgba(0, 71, 187, 0.8); + --primary-rgba-90: rgba(0, 71, 187, 0.9); + --secondary: #3bb452; + --secondary-100: #35a149; + --secondary-200: #329745; + --secondary-300: #2e8e41; + --secondary--100: #46c25e; + --secondary--200: #50c666; + --secondary--300: #59c96e; + --secondary-rgba-0: rgba(59, 180, 82, 0); + --secondary-rgba-10: rgba(59, 180, 82, 0.1); + --secondary-rgba-20: rgba(59, 180, 82, 0.2); + --secondary-rgba-30: rgba(59, 180, 82, 0.3); + --secondary-rgba-40: rgba(59, 180, 82, 0.4); + --secondary-rgba-50: rgba(59, 180, 82, 0.5); + --secondary-rgba-60: rgba(59, 180, 82, 0.6); + --secondary-rgba-70: rgba(59, 180, 82, 0.7); + --secondary-rgba-80: rgba(59, 180, 82, 0.8); + --secondary-rgba-90: rgba(59, 180, 82, 0.9); + --tertiary: #0a83df; + --tertiary-100: #0975c7; + --tertiary-200: #086dba; + --tertiary-300: #0866ae; + --tertiary--100: #0e91f4; + --tertiary--200: #1a96f5; + --tertiary--300: #279cf5; + --tertiary-rgba-0: rgba(10, 131, 223, 0); + --tertiary-rgba-10: rgba(10, 131, 223, 0.1); + --tertiary-rgba-20: rgba(10, 131, 223, 0.2); + --tertiary-rgba-30: rgba(10, 131, 223, 0.3); + --tertiary-rgba-40: rgba(10, 131, 223, 0.4); + --tertiary-rgba-50: rgba(10, 131, 223, 0.5); + --tertiary-rgba-60: rgba(10, 131, 223, 0.6); + --tertiary-rgba-70: rgba(10, 131, 223, 0.7); + --tertiary-rgba-80: rgba(10, 131, 223, 0.8); + --tertiary-rgba-90: rgba(10, 131, 223, 0.9); + --quaternary: #e8eef3; + --quaternary-100: #d7e2ea; + --quaternary-200: #cfdbe6; + --quaternary-300: #c6d5e2; + --quaternary--100: #f9fafc; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(232, 238, 243, 0); + --quaternary-rgba-10: rgba(232, 238, 243, 0.1); + --quaternary-rgba-20: rgba(232, 238, 243, 0.2); + --quaternary-rgba-30: rgba(232, 238, 243, 0.3); + --quaternary-rgba-40: rgba(232, 238, 243, 0.4); + --quaternary-rgba-50: rgba(232, 238, 243, 0.5); + --quaternary-rgba-60: rgba(232, 238, 243, 0.6); + --quaternary-rgba-70: rgba(232, 238, 243, 0.7); + --quaternary-rgba-80: rgba(232, 238, 243, 0.8); + --quaternary-rgba-90: rgba(232, 238, 243, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-it-services.css b/resources/assets/css/skins/skin-it-services.css new file mode 100644 index 0000000..4a6e159 --- /dev/null +++ b/resources/assets/css/skins/skin-it-services.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0053ce; + --primary-100: #0049b5; + --primary-200: #0044a8; + --primary-300: #003e9b; + --primary--100: #005de8; + --primary--200: #0062f4; + --primary--300: #0268ff; + --primary-rgba-0: rgba(0, 83, 206, 0); + --primary-rgba-10: rgba(0, 83, 206, 0.1); + --primary-rgba-20: rgba(0, 83, 206, 0.2); + --primary-rgba-30: rgba(0, 83, 206, 0.3); + --primary-rgba-40: rgba(0, 83, 206, 0.4); + --primary-rgba-50: rgba(0, 83, 206, 0.5); + --primary-rgba-60: rgba(0, 83, 206, 0.6); + --primary-rgba-70: rgba(0, 83, 206, 0.7); + --primary-rgba-80: rgba(0, 83, 206, 0.8); + --primary-rgba-90: rgba(0, 83, 206, 0.9); + --secondary: #fbe91b; + --secondary-100: #f8e504; + --secondary-200: #ecd904; + --secondary-300: #dfcd04; + --secondary--100: #fbeb34; + --secondary--200: #fced41; + --secondary--300: #fcee4d; + --secondary-rgba-0: rgba(251, 233, 27, 0); + --secondary-rgba-10: rgba(251, 233, 27, 0.1); + --secondary-rgba-20: rgba(251, 233, 27, 0.2); + --secondary-rgba-30: rgba(251, 233, 27, 0.3); + --secondary-rgba-40: rgba(251, 233, 27, 0.4); + --secondary-rgba-50: rgba(251, 233, 27, 0.5); + --secondary-rgba-60: rgba(251, 233, 27, 0.6); + --secondary-rgba-70: rgba(251, 233, 27, 0.7); + --secondary-rgba-80: rgba(251, 233, 27, 0.8); + --secondary-rgba-90: rgba(251, 233, 27, 0.9); + --tertiary: #777; + --tertiary-100: #6a6a6a; + --tertiary-200: #646464; + --tertiary-300: #5e5e5e; + --tertiary--100: #848484; + --tertiary--200: #8a8a8a; + --tertiary--300: #919191; + --tertiary-rgba-0: rgba(119, 119, 119, 0); + --tertiary-rgba-10: rgba(119, 119, 119, 0.1); + --tertiary-rgba-20: rgba(119, 119, 119, 0.2); + --tertiary-rgba-30: rgba(119, 119, 119, 0.3); + --tertiary-rgba-40: rgba(119, 119, 119, 0.4); + --tertiary-rgba-50: rgba(119, 119, 119, 0.5); + --tertiary-rgba-60: rgba(119, 119, 119, 0.6); + --tertiary-rgba-70: rgba(119, 119, 119, 0.7); + --tertiary-rgba-80: rgba(119, 119, 119, 0.8); + --tertiary-rgba-90: rgba(119, 119, 119, 0.9); + --quaternary: #333; + --quaternary-100: #262626; + --quaternary-200: #202020; + --quaternary-300: #1a1a1a; + --quaternary--100: #404040; + --quaternary--200: #464646; + --quaternary--300: #4d4d4d; + --quaternary-rgba-0: rgba(51, 51, 51, 0); + --quaternary-rgba-10: rgba(51, 51, 51, 0.1); + --quaternary-rgba-20: rgba(51, 51, 51, 0.2); + --quaternary-rgba-30: rgba(51, 51, 51, 0.3); + --quaternary-rgba-40: rgba(51, 51, 51, 0.4); + --quaternary-rgba-50: rgba(51, 51, 51, 0.5); + --quaternary-rgba-60: rgba(51, 51, 51, 0.6); + --quaternary-rgba-70: rgba(51, 51, 51, 0.7); + --quaternary-rgba-80: rgba(51, 51, 51, 0.8); + --quaternary-rgba-90: rgba(51, 51, 51, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-landing.css b/resources/assets/css/skins/skin-landing.css new file mode 100644 index 0000000..c43e19b --- /dev/null +++ b/resources/assets/css/skins/skin-landing.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #0169fe; + --secondary-100: #015ee5; + --secondary-200: #0159d8; + --secondary-300: #0154cb; + --secondary--100: #1a78fe; + --secondary--200: #277ffe; + --secondary--300: #3487fe; + --secondary-rgba-0: rgba(1, 105, 254, 0); + --secondary-rgba-10: rgba(1, 105, 254, 0.1); + --secondary-rgba-20: rgba(1, 105, 254, 0.2); + --secondary-rgba-30: rgba(1, 105, 254, 0.3); + --secondary-rgba-40: rgba(1, 105, 254, 0.4); + --secondary-rgba-50: rgba(1, 105, 254, 0.5); + --secondary-rgba-60: rgba(1, 105, 254, 0.6); + --secondary-rgba-70: rgba(1, 105, 254, 0.7); + --secondary-rgba-80: rgba(1, 105, 254, 0.8); + --secondary-rgba-90: rgba(1, 105, 254, 0.9); + --tertiary: #005AEF; + --tertiary-100: #0050d6; + --tertiary-200: #004cc9; + --tertiary-300: #0047bc; + --tertiary--100: #0a66ff; + --tertiary--200: #166eff; + --tertiary--300: #2376ff; + --tertiary-rgba-0: rgba(0, 90, 239, 0); + --tertiary-rgba-10: rgba(0, 90, 239, 0.1); + --tertiary-rgba-20: rgba(0, 90, 239, 0.2); + --tertiary-rgba-30: rgba(0, 90, 239, 0.3); + --tertiary-rgba-40: rgba(0, 90, 239, 0.4); + --tertiary-rgba-50: rgba(0, 90, 239, 0.5); + --tertiary-rgba-60: rgba(0, 90, 239, 0.6); + --tertiary-rgba-70: rgba(0, 90, 239, 0.7); + --tertiary-rgba-80: rgba(0, 90, 239, 0.8); + --tertiary-rgba-90: rgba(0, 90, 239, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-law-firm-2.css b/resources/assets/css/skins/skin-law-firm-2.css new file mode 100644 index 0000000..b64ed6e --- /dev/null +++ b/resources/assets/css/skins/skin-law-firm-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #ad9263; + --primary-100: #a28655; + --primary-200: #997f51; + --primary-300: #91784c; + --primary--100: #b69e74; + --primary--200: #baa47c; + --primary--300: #bfa984; + --primary-rgba-0: rgba(173, 146, 99, 0); + --primary-rgba-10: rgba(173, 146, 99, 0.1); + --primary-rgba-20: rgba(173, 146, 99, 0.2); + --primary-rgba-30: rgba(173, 146, 99, 0.3); + --primary-rgba-40: rgba(173, 146, 99, 0.4); + --primary-rgba-50: rgba(173, 146, 99, 0.5); + --primary-rgba-60: rgba(173, 146, 99, 0.6); + --primary-rgba-70: rgba(173, 146, 99, 0.7); + --primary-rgba-80: rgba(173, 146, 99, 0.8); + --primary-rgba-90: rgba(173, 146, 99, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-law-firm.css b/resources/assets/css/skins/skin-law-firm.css new file mode 100644 index 0000000..ec6ece8 --- /dev/null +++ b/resources/assets/css/skins/skin-law-firm.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #c69d66; + --primary-100: #bf9153; + --primary-200: #bc8b4a; + --primary-300: #b58544; + --primary--100: #cda979; + --primary--200: #d0af82; + --primary--300: #d4b58b; + --primary-rgba-0: rgba(198, 157, 102, 0); + --primary-rgba-10: rgba(198, 157, 102, 0.1); + --primary-rgba-20: rgba(198, 157, 102, 0.2); + --primary-rgba-30: rgba(198, 157, 102, 0.3); + --primary-rgba-40: rgba(198, 157, 102, 0.4); + --primary-rgba-50: rgba(198, 157, 102, 0.5); + --primary-rgba-60: rgba(198, 157, 102, 0.6); + --primary-rgba-70: rgba(198, 157, 102, 0.7); + --primary-rgba-80: rgba(198, 157, 102, 0.8); + --primary-rgba-90: rgba(198, 157, 102, 0.9); + --secondary: #D9B372; + --secondary-100: #d4a85e; + --secondary-200: #d1a354; + --secondary-300: #ce9d4a; + --secondary--100: #debe86; + --secondary--200: #e1c390; + --secondary--300: #e4c99a; + --secondary-rgba-0: rgba(217, 179, 114, 0); + --secondary-rgba-10: rgba(217, 179, 114, 0.1); + --secondary-rgba-20: rgba(217, 179, 114, 0.2); + --secondary-rgba-30: rgba(217, 179, 114, 0.3); + --secondary-rgba-40: rgba(217, 179, 114, 0.4); + --secondary-rgba-50: rgba(217, 179, 114, 0.5); + --secondary-rgba-60: rgba(217, 179, 114, 0.6); + --secondary-rgba-70: rgba(217, 179, 114, 0.7); + --secondary-rgba-80: rgba(217, 179, 114, 0.8); + --secondary-rgba-90: rgba(217, 179, 114, 0.9); + --tertiary: #C59F5E; + --tertiary-100: #be944b; + --tertiary-200: #ba8e43; + --tertiary-300: #b08740; + --tertiary--100: #ccaa71; + --tertiary--200: #cfb07a; + --tertiary--300: #d3b583; + --tertiary-rgba-0: rgba(197, 159, 94, 0); + --tertiary-rgba-10: rgba(197, 159, 94, 0.1); + --tertiary-rgba-20: rgba(197, 159, 94, 0.2); + --tertiary-rgba-30: rgba(197, 159, 94, 0.3); + --tertiary-rgba-40: rgba(197, 159, 94, 0.4); + --tertiary-rgba-50: rgba(197, 159, 94, 0.5); + --tertiary-rgba-60: rgba(197, 159, 94, 0.6); + --tertiary-rgba-70: rgba(197, 159, 94, 0.7); + --tertiary-rgba-80: rgba(197, 159, 94, 0.8); + --tertiary-rgba-90: rgba(197, 159, 94, 0.9); + --quaternary: #cccccc; + --quaternary-100: #bfbfbf; + --quaternary-200: #b9b9b9; + --quaternary-300: #b3b3b3; + --quaternary--100: #d9d9d9; + --quaternary--200: #dfdfdf; + --quaternary--300: #e6e6e6; + --quaternary-rgba-0: rgba(204, 204, 204, 0); + --quaternary-rgba-10: rgba(204, 204, 204, 0.1); + --quaternary-rgba-20: rgba(204, 204, 204, 0.2); + --quaternary-rgba-30: rgba(204, 204, 204, 0.3); + --quaternary-rgba-40: rgba(204, 204, 204, 0.4); + --quaternary-rgba-50: rgba(204, 204, 204, 0.5); + --quaternary-rgba-60: rgba(204, 204, 204, 0.6); + --quaternary-rgba-70: rgba(204, 204, 204, 0.7); + --quaternary-rgba-80: rgba(204, 204, 204, 0.8); + --quaternary-rgba-90: rgba(204, 204, 204, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-marketing-1.css b/resources/assets/css/skins/skin-marketing-1.css new file mode 100644 index 0000000..39cd37b --- /dev/null +++ b/resources/assets/css/skins/skin-marketing-1.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #6b39f4; + --primary-100: #5921f3; + --primary-200: #5015f2; + --primary-300: #490ded; + --primary--100: #7d51f5; + --primary--200: #865df6; + --primary--300: #8f69f7; + --primary-rgba-0: rgba(107, 57, 244, 0); + --primary-rgba-10: rgba(107, 57, 244, 0.1); + --primary-rgba-20: rgba(107, 57, 244, 0.2); + --primary-rgba-30: rgba(107, 57, 244, 0.3); + --primary-rgba-40: rgba(107, 57, 244, 0.4); + --primary-rgba-50: rgba(107, 57, 244, 0.5); + --primary-rgba-60: rgba(107, 57, 244, 0.6); + --primary-rgba-70: rgba(107, 57, 244, 0.7); + --primary-rgba-80: rgba(107, 57, 244, 0.8); + --primary-rgba-90: rgba(107, 57, 244, 0.9); + --secondary: #9e17f1; + --secondary-100: #900ee1; + --secondary-200: #890dd5; + --secondary-300: #810cc9; + --secondary--100: #a82ff2; + --secondary--200: #ad3bf3; + --secondary--300: #b247f4; + --secondary-rgba-0: rgba(158, 23, 241, 0); + --secondary-rgba-10: rgba(158, 23, 241, 0.1); + --secondary-rgba-20: rgba(158, 23, 241, 0.2); + --secondary-rgba-30: rgba(158, 23, 241, 0.3); + --secondary-rgba-40: rgba(158, 23, 241, 0.4); + --secondary-rgba-50: rgba(158, 23, 241, 0.5); + --secondary-rgba-60: rgba(158, 23, 241, 0.6); + --secondary-rgba-70: rgba(158, 23, 241, 0.7); + --secondary-rgba-80: rgba(158, 23, 241, 0.8); + --secondary-rgba-90: rgba(158, 23, 241, 0.9); + --tertiary: #c5d4fb; + --tertiary-100: #adc2f9; + --tertiary-200: #a1b9f9; + --tertiary-300: #95b1f8; + --tertiary--100: #dde6fd; + --tertiary--200: #e9effd; + --tertiary--300: #f5f7fe; + --tertiary-rgba-0: rgba(197, 212, 251, 0); + --tertiary-rgba-10: rgba(197, 212, 251, 0.1); + --tertiary-rgba-20: rgba(197, 212, 251, 0.2); + --tertiary-rgba-30: rgba(197, 212, 251, 0.3); + --tertiary-rgba-40: rgba(197, 212, 251, 0.4); + --tertiary-rgba-50: rgba(197, 212, 251, 0.5); + --tertiary-rgba-60: rgba(197, 212, 251, 0.6); + --tertiary-rgba-70: rgba(197, 212, 251, 0.7); + --tertiary-rgba-80: rgba(197, 212, 251, 0.8); + --tertiary-rgba-90: rgba(197, 212, 251, 0.9); + --quaternary: #d6efe8; + --quaternary-100: #c4e8de; + --quaternary-200: #bae4d9; + --quaternary-300: #b1e1d3; + --quaternary--100: #e8f6f2; + --quaternary--200: #f2faf7; + --quaternary--300: #fbfdfd; + --quaternary-rgba-0: rgba(214, 239, 232, 0); + --quaternary-rgba-10: rgba(214, 239, 232, 0.1); + --quaternary-rgba-20: rgba(214, 239, 232, 0.2); + --quaternary-rgba-30: rgba(214, 239, 232, 0.3); + --quaternary-rgba-40: rgba(214, 239, 232, 0.4); + --quaternary-rgba-50: rgba(214, 239, 232, 0.5); + --quaternary-rgba-60: rgba(214, 239, 232, 0.6); + --quaternary-rgba-70: rgba(214, 239, 232, 0.7); + --quaternary-rgba-80: rgba(214, 239, 232, 0.8); + --quaternary-rgba-90: rgba(214, 239, 232, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-medical-2.css b/resources/assets/css/skins/skin-medical-2.css new file mode 100644 index 0000000..e9aae34 --- /dev/null +++ b/resources/assets/css/skins/skin-medical-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #3467ef; + --primary-100: #1c55ed; + --primary-200: #124dea; + --primary-300: #1249de; + --primary--100: #4c79f1; + --primary--200: #5782f2; + --primary--300: #638af3; + --primary-rgba-0: rgba(52, 103, 239, 0); + --primary-rgba-10: rgba(52, 103, 239, 0.1); + --primary-rgba-20: rgba(52, 103, 239, 0.2); + --primary-rgba-30: rgba(52, 103, 239, 0.3); + --primary-rgba-40: rgba(52, 103, 239, 0.4); + --primary-rgba-50: rgba(52, 103, 239, 0.5); + --primary-rgba-60: rgba(52, 103, 239, 0.6); + --primary-rgba-70: rgba(52, 103, 239, 0.7); + --primary-rgba-80: rgba(52, 103, 239, 0.8); + --primary-rgba-90: rgba(52, 103, 239, 0.9); + --secondary: #0e152f; + --secondary-100: #080c1b; + --secondary-200: #050812; + --secondary-300: #020308; + --secondary--100: #141e43; + --secondary--200: #17224c; + --secondary--300: #1a2756; + --secondary-rgba-0: rgba(14, 21, 47, 0); + --secondary-rgba-10: rgba(14, 21, 47, 0.1); + --secondary-rgba-20: rgba(14, 21, 47, 0.2); + --secondary-rgba-30: rgba(14, 21, 47, 0.3); + --secondary-rgba-40: rgba(14, 21, 47, 0.4); + --secondary-rgba-50: rgba(14, 21, 47, 0.5); + --secondary-rgba-60: rgba(14, 21, 47, 0.6); + --secondary-rgba-70: rgba(14, 21, 47, 0.7); + --secondary-rgba-80: rgba(14, 21, 47, 0.8); + --secondary-rgba-90: rgba(14, 21, 47, 0.9); + --tertiary: #060c23; + --tertiary-100: #02050d; + --tertiary-200: #000102; + --tertiary-300: #000000; + --tertiary--100: #0a1339; + --tertiary--200: #0c1744; + --tertiary--300: #0d1b4f; + --tertiary-rgba-0: rgba(6, 12, 35, 0); + --tertiary-rgba-10: rgba(6, 12, 35, 0.1); + --tertiary-rgba-20: rgba(6, 12, 35, 0.2); + --tertiary-rgba-30: rgba(6, 12, 35, 0.3); + --tertiary-rgba-40: rgba(6, 12, 35, 0.4); + --tertiary-rgba-50: rgba(6, 12, 35, 0.5); + --tertiary-rgba-60: rgba(6, 12, 35, 0.6); + --tertiary-rgba-70: rgba(6, 12, 35, 0.7); + --tertiary-rgba-80: rgba(6, 12, 35, 0.8); + --tertiary-rgba-90: rgba(6, 12, 35, 0.9); + --quaternary: #222529; + --quaternary-100: #16181b; + --quaternary-200: #111214; + --quaternary-300: #0b0c0d; + --quaternary--100: #2e3237; + --quaternary--200: #33383e; + --quaternary--300: #393e45; + --quaternary-rgba-0: rgba(34, 37, 41, 0); + --quaternary-rgba-10: rgba(34, 37, 41, 0.1); + --quaternary-rgba-20: rgba(34, 37, 41, 0.2); + --quaternary-rgba-30: rgba(34, 37, 41, 0.3); + --quaternary-rgba-40: rgba(34, 37, 41, 0.4); + --quaternary-rgba-50: rgba(34, 37, 41, 0.5); + --quaternary-rgba-60: rgba(34, 37, 41, 0.6); + --quaternary-rgba-70: rgba(34, 37, 41, 0.7); + --quaternary-rgba-80: rgba(34, 37, 41, 0.8); + --quaternary-rgba-90: rgba(34, 37, 41, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-medical.css b/resources/assets/css/skins/skin-medical.css new file mode 100644 index 0000000..e86396a --- /dev/null +++ b/resources/assets/css/skins/skin-medical.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #008fe2; + --primary-100: #007fc9; + --primary-200: #0077bc; + --primary-300: #006faf; + --primary--100: #009ffb; + --primary--200: #09a5ff; + --primary--300: #16a9ff; + --primary-rgba-0: rgba(0, 143, 226, 0); + --primary-rgba-10: rgba(0, 143, 226, 0.1); + --primary-rgba-20: rgba(0, 143, 226, 0.2); + --primary-rgba-30: rgba(0, 143, 226, 0.3); + --primary-rgba-40: rgba(0, 143, 226, 0.4); + --primary-rgba-50: rgba(0, 143, 226, 0.5); + --primary-rgba-60: rgba(0, 143, 226, 0.6); + --primary-rgba-70: rgba(0, 143, 226, 0.7); + --primary-rgba-80: rgba(0, 143, 226, 0.8); + --primary-rgba-90: rgba(0, 143, 226, 0.9); + --secondary: #2d529f; + --secondary-100: #27488b; + --secondary-200: #254381; + --secondary-300: #223e77; + --secondary--100: #335cb3; + --secondary--200: #3561bd; + --secondary--300: #3867c7; + --secondary-rgba-0: rgba(45, 82, 159, 0); + --secondary-rgba-10: rgba(45, 82, 159, 0.1); + --secondary-rgba-20: rgba(45, 82, 159, 0.2); + --secondary-rgba-30: rgba(45, 82, 159, 0.3); + --secondary-rgba-40: rgba(45, 82, 159, 0.4); + --secondary-rgba-50: rgba(45, 82, 159, 0.5); + --secondary-rgba-60: rgba(45, 82, 159, 0.6); + --secondary-rgba-70: rgba(45, 82, 159, 0.7); + --secondary-rgba-80: rgba(45, 82, 159, 0.8); + --secondary-rgba-90: rgba(45, 82, 159, 0.9); + --tertiary: #3aabdd; + --tertiary-100: #25a1d8; + --tertiary-200: #2399cd; + --tertiary-300: #2291c2; + --tertiary--100: #50b4e1; + --tertiary--200: #5bb9e3; + --tertiary--300: #65bee5; + --tertiary-rgba-0: rgba(58, 171, 221, 0); + --tertiary-rgba-10: rgba(58, 171, 221, 0.1); + --tertiary-rgba-20: rgba(58, 171, 221, 0.2); + --tertiary-rgba-30: rgba(58, 171, 221, 0.3); + --tertiary-rgba-40: rgba(58, 171, 221, 0.4); + --tertiary-rgba-50: rgba(58, 171, 221, 0.5); + --tertiary-rgba-60: rgba(58, 171, 221, 0.6); + --tertiary-rgba-70: rgba(58, 171, 221, 0.7); + --tertiary-rgba-80: rgba(58, 171, 221, 0.8); + --tertiary-rgba-90: rgba(58, 171, 221, 0.9); + --quaternary: #242424; + --quaternary-100: #171717; + --quaternary-200: #111111; + --quaternary-300: #0a0a0a; + --quaternary--100: #313131; + --quaternary--200: #373737; + --quaternary--300: #3e3e3e; + --quaternary-rgba-0: rgba(36, 36, 36, 0); + --quaternary-rgba-10: rgba(36, 36, 36, 0.1); + --quaternary-rgba-20: rgba(36, 36, 36, 0.2); + --quaternary-rgba-30: rgba(36, 36, 36, 0.3); + --quaternary-rgba-40: rgba(36, 36, 36, 0.4); + --quaternary-rgba-50: rgba(36, 36, 36, 0.5); + --quaternary-rgba-60: rgba(36, 36, 36, 0.6); + --quaternary-rgba-70: rgba(36, 36, 36, 0.7); + --quaternary-rgba-80: rgba(36, 36, 36, 0.8); + --quaternary-rgba-90: rgba(36, 36, 36, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-one-page-agency.css b/resources/assets/css/skins/skin-one-page-agency.css new file mode 100644 index 0000000..a587a21 --- /dev/null +++ b/resources/assets/css/skins/skin-one-page-agency.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #0169fe; + --secondary-100: #015ee5; + --secondary-200: #0159d8; + --secondary-300: #0154cb; + --secondary--100: #1a78fe; + --secondary--200: #277ffe; + --secondary--300: #3487fe; + --secondary-rgba-0: rgba(1, 105, 254, 0); + --secondary-rgba-10: rgba(1, 105, 254, 0.1); + --secondary-rgba-20: rgba(1, 105, 254, 0.2); + --secondary-rgba-30: rgba(1, 105, 254, 0.3); + --secondary-rgba-40: rgba(1, 105, 254, 0.4); + --secondary-rgba-50: rgba(1, 105, 254, 0.5); + --secondary-rgba-60: rgba(1, 105, 254, 0.6); + --secondary-rgba-70: rgba(1, 105, 254, 0.7); + --secondary-rgba-80: rgba(1, 105, 254, 0.8); + --secondary-rgba-90: rgba(1, 105, 254, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-personal-portfolio-1.css b/resources/assets/css/skins/skin-personal-portfolio-1.css new file mode 100644 index 0000000..062ad29 --- /dev/null +++ b/resources/assets/css/skins/skin-personal-portfolio-1.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #1c1c1c; + --secondary-100: #0f0f0f; + --secondary-200: #090909; + --secondary-300: #020202; + --secondary--100: #292929; + --secondary--200: #2f2f2f; + --secondary--300: #363636; + --secondary-rgba-0: rgba(28, 28, 28, 0); + --secondary-rgba-10: rgba(28, 28, 28, 0.1); + --secondary-rgba-20: rgba(28, 28, 28, 0.2); + --secondary-rgba-30: rgba(28, 28, 28, 0.3); + --secondary-rgba-40: rgba(28, 28, 28, 0.4); + --secondary-rgba-50: rgba(28, 28, 28, 0.5); + --secondary-rgba-60: rgba(28, 28, 28, 0.6); + --secondary-rgba-70: rgba(28, 28, 28, 0.7); + --secondary-rgba-80: rgba(28, 28, 28, 0.8); + --secondary-rgba-90: rgba(28, 28, 28, 0.9); + --tertiary: #333333; + --tertiary-100: #262626; + --tertiary-200: #202020; + --tertiary-300: #1a1a1a; + --tertiary--100: #404040; + --tertiary--200: #464646; + --tertiary--300: #4d4d4d; + --tertiary-rgba-0: rgba(51, 51, 51, 0); + --tertiary-rgba-10: rgba(51, 51, 51, 0.1); + --tertiary-rgba-20: rgba(51, 51, 51, 0.2); + --tertiary-rgba-30: rgba(51, 51, 51, 0.3); + --tertiary-rgba-40: rgba(51, 51, 51, 0.4); + --tertiary-rgba-50: rgba(51, 51, 51, 0.5); + --tertiary-rgba-60: rgba(51, 51, 51, 0.6); + --tertiary-rgba-70: rgba(51, 51, 51, 0.7); + --tertiary-rgba-80: rgba(51, 51, 51, 0.8); + --tertiary-rgba-90: rgba(51, 51, 51, 0.9); + --quaternary: #161616; + --quaternary-100: #090909; + --quaternary-200: #030303; + --quaternary-300: #000000; + --quaternary--100: #232323; + --quaternary--200: #292929; + --quaternary--300: #303030; + --quaternary-rgba-0: rgba(22, 22, 22, 0); + --quaternary-rgba-10: rgba(22, 22, 22, 0.1); + --quaternary-rgba-20: rgba(22, 22, 22, 0.2); + --quaternary-rgba-30: rgba(22, 22, 22, 0.3); + --quaternary-rgba-40: rgba(22, 22, 22, 0.4); + --quaternary-rgba-50: rgba(22, 22, 22, 0.5); + --quaternary-rgba-60: rgba(22, 22, 22, 0.6); + --quaternary-rgba-70: rgba(22, 22, 22, 0.7); + --quaternary-rgba-80: rgba(22, 22, 22, 0.8); + --quaternary-rgba-90: rgba(22, 22, 22, 0.9); + --dark: #1c1c1c; + --dark-100: #0f0f0f; + --dark-200: #090909; + --dark-300: #020202; + --dark--100: #292929; + --dark--200: #2f2f2f; + --dark--300: #363636; + --dark-rgba-0: rgba(28, 28, 28, 0); + --dark-rgba-10: rgba(28, 28, 28, 0.1); + --dark-rgba-20: rgba(28, 28, 28, 0.2); + --dark-rgba-30: rgba(28, 28, 28, 0.3); + --dark-rgba-40: rgba(28, 28, 28, 0.4); + --dark-rgba-50: rgba(28, 28, 28, 0.5); + --dark-rgba-60: rgba(28, 28, 28, 0.6); + --dark-rgba-70: rgba(28, 28, 28, 0.7); + --dark-rgba-80: rgba(28, 28, 28, 0.8); + --dark-rgba-90: rgba(28, 28, 28, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-personal-portfolio-2.css b/resources/assets/css/skins/skin-personal-portfolio-2.css new file mode 100644 index 0000000..a79dd7b --- /dev/null +++ b/resources/assets/css/skins/skin-personal-portfolio-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #f0edec; + --secondary-100: #e5e0de; + --secondary-200: #dfd9d7; + --secondary-300: #dad2d0; + --secondary--100: #fbfbfa; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(240, 237, 236, 0); + --secondary-rgba-10: rgba(240, 237, 236, 0.1); + --secondary-rgba-20: rgba(240, 237, 236, 0.2); + --secondary-rgba-30: rgba(240, 237, 236, 0.3); + --secondary-rgba-40: rgba(240, 237, 236, 0.4); + --secondary-rgba-50: rgba(240, 237, 236, 0.5); + --secondary-rgba-60: rgba(240, 237, 236, 0.6); + --secondary-rgba-70: rgba(240, 237, 236, 0.7); + --secondary-rgba-80: rgba(240, 237, 236, 0.8); + --secondary-rgba-90: rgba(240, 237, 236, 0.9); + --tertiary: #333333; + --tertiary-100: #262626; + --tertiary-200: #202020; + --tertiary-300: #1a1a1a; + --tertiary--100: #404040; + --tertiary--200: #464646; + --tertiary--300: #4d4d4d; + --tertiary-rgba-0: rgba(51, 51, 51, 0); + --tertiary-rgba-10: rgba(51, 51, 51, 0.1); + --tertiary-rgba-20: rgba(51, 51, 51, 0.2); + --tertiary-rgba-30: rgba(51, 51, 51, 0.3); + --tertiary-rgba-40: rgba(51, 51, 51, 0.4); + --tertiary-rgba-50: rgba(51, 51, 51, 0.5); + --tertiary-rgba-60: rgba(51, 51, 51, 0.6); + --tertiary-rgba-70: rgba(51, 51, 51, 0.7); + --tertiary-rgba-80: rgba(51, 51, 51, 0.8); + --tertiary-rgba-90: rgba(51, 51, 51, 0.9); + --quaternary: #161616; + --quaternary-100: #090909; + --quaternary-200: #030303; + --quaternary-300: #000000; + --quaternary--100: #232323; + --quaternary--200: #292929; + --quaternary--300: #303030; + --quaternary-rgba-0: rgba(22, 22, 22, 0); + --quaternary-rgba-10: rgba(22, 22, 22, 0.1); + --quaternary-rgba-20: rgba(22, 22, 22, 0.2); + --quaternary-rgba-30: rgba(22, 22, 22, 0.3); + --quaternary-rgba-40: rgba(22, 22, 22, 0.4); + --quaternary-rgba-50: rgba(22, 22, 22, 0.5); + --quaternary-rgba-60: rgba(22, 22, 22, 0.6); + --quaternary-rgba-70: rgba(22, 22, 22, 0.7); + --quaternary-rgba-80: rgba(22, 22, 22, 0.8); + --quaternary-rgba-90: rgba(22, 22, 22, 0.9); + --dark: #1c1c1c; + --dark-100: #0f0f0f; + --dark-200: #090909; + --dark-300: #020202; + --dark--100: #292929; + --dark--200: #2f2f2f; + --dark--300: #363636; + --dark-rgba-0: rgba(28, 28, 28, 0); + --dark-rgba-10: rgba(28, 28, 28, 0.1); + --dark-rgba-20: rgba(28, 28, 28, 0.2); + --dark-rgba-30: rgba(28, 28, 28, 0.3); + --dark-rgba-40: rgba(28, 28, 28, 0.4); + --dark-rgba-50: rgba(28, 28, 28, 0.5); + --dark-rgba-60: rgba(28, 28, 28, 0.6); + --dark-rgba-70: rgba(28, 28, 28, 0.7); + --dark-rgba-80: rgba(28, 28, 28, 0.8); + --dark-rgba-90: rgba(28, 28, 28, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-personal-portfolio-3.css b/resources/assets/css/skins/skin-personal-portfolio-3.css new file mode 100644 index 0000000..ecdfc66 --- /dev/null +++ b/resources/assets/css/skins/skin-personal-portfolio-3.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #fe4640; + --secondary-100: #fe2d27; + --secondary-200: #fe211a; + --secondary-300: #fe150d; + --secondary--100: #fe5f59; + --secondary--200: #fe6b66; + --secondary--300: #fe7773; + --secondary-rgba-0: rgba(254, 70, 64, 0); + --secondary-rgba-10: rgba(254, 70, 64, 0.1); + --secondary-rgba-20: rgba(254, 70, 64, 0.2); + --secondary-rgba-30: rgba(254, 70, 64, 0.3); + --secondary-rgba-40: rgba(254, 70, 64, 0.4); + --secondary-rgba-50: rgba(254, 70, 64, 0.5); + --secondary-rgba-60: rgba(254, 70, 64, 0.6); + --secondary-rgba-70: rgba(254, 70, 64, 0.7); + --secondary-rgba-80: rgba(254, 70, 64, 0.8); + --secondary-rgba-90: rgba(254, 70, 64, 0.9); + --tertiary: #1c1c1c; + --tertiary-100: #0f0f0f; + --tertiary-200: #090909; + --tertiary-300: #020202; + --tertiary--100: #292929; + --tertiary--200: #2f2f2f; + --tertiary--300: #363636; + --tertiary-rgba-0: rgba(28, 28, 28, 0); + --tertiary-rgba-10: rgba(28, 28, 28, 0.1); + --tertiary-rgba-20: rgba(28, 28, 28, 0.2); + --tertiary-rgba-30: rgba(28, 28, 28, 0.3); + --tertiary-rgba-40: rgba(28, 28, 28, 0.4); + --tertiary-rgba-50: rgba(28, 28, 28, 0.5); + --tertiary-rgba-60: rgba(28, 28, 28, 0.6); + --tertiary-rgba-70: rgba(28, 28, 28, 0.7); + --tertiary-rgba-80: rgba(28, 28, 28, 0.8); + --tertiary-rgba-90: rgba(28, 28, 28, 0.9); + --quaternary: #000000; + --quaternary-100: #000000; + --quaternary-200: #000000; + --quaternary-300: #000000; + --quaternary--100: #0d0d0d; + --quaternary--200: #131313; + --quaternary--300: #1a1a1a; + --quaternary-rgba-0: rgba(0, 0, 0, 0); + --quaternary-rgba-10: rgba(0, 0, 0, 0.1); + --quaternary-rgba-20: rgba(0, 0, 0, 0.2); + --quaternary-rgba-30: rgba(0, 0, 0, 0.3); + --quaternary-rgba-40: rgba(0, 0, 0, 0.4); + --quaternary-rgba-50: rgba(0, 0, 0, 0.5); + --quaternary-rgba-60: rgba(0, 0, 0, 0.6); + --quaternary-rgba-70: rgba(0, 0, 0, 0.7); + --quaternary-rgba-80: rgba(0, 0, 0, 0.8); + --quaternary-rgba-90: rgba(0, 0, 0, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-photography.css b/resources/assets/css/skins/skin-photography.css new file mode 100644 index 0000000..9c2dc17 --- /dev/null +++ b/resources/assets/css/skins/skin-photography.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #242E39; + --primary-100: #1a2129; + --primary-200: #151b22; + --primary-300: #10151a; + --primary--100: #2e3b49; + --primary--200: #334150; + --primary--300: #384758; + --primary-rgba-0: rgba(36, 46, 57, 0); + --primary-rgba-10: rgba(36, 46, 57, 0.1); + --primary-rgba-20: rgba(36, 46, 57, 0.2); + --primary-rgba-30: rgba(36, 46, 57, 0.3); + --primary-rgba-40: rgba(36, 46, 57, 0.4); + --primary-rgba-50: rgba(36, 46, 57, 0.5); + --primary-rgba-60: rgba(36, 46, 57, 0.6); + --primary-rgba-70: rgba(36, 46, 57, 0.7); + --primary-rgba-80: rgba(36, 46, 57, 0.8); + --primary-rgba-90: rgba(36, 46, 57, 0.9); + --secondary: #45586d; + --secondary-100: #3b4b5d; + --secondary-200: #364556; + --secondary-300: #313f4e; + --secondary--100: #4f657d; + --secondary--200: #546b84; + --secondary--300: #59718c; + --secondary-rgba-0: rgba(69, 88, 109, 0); + --secondary-rgba-10: rgba(69, 88, 109, 0.1); + --secondary-rgba-20: rgba(69, 88, 109, 0.2); + --secondary-rgba-30: rgba(69, 88, 109, 0.3); + --secondary-rgba-40: rgba(69, 88, 109, 0.4); + --secondary-rgba-50: rgba(69, 88, 109, 0.5); + --secondary-rgba-60: rgba(69, 88, 109, 0.6); + --secondary-rgba-70: rgba(69, 88, 109, 0.7); + --secondary-rgba-80: rgba(69, 88, 109, 0.8); + --secondary-rgba-90: rgba(69, 88, 109, 0.9); + --tertiary: #EF4343; + --tertiary-100: #ed2b2b; + --tertiary-200: #ec2020; + --tertiary-300: #eb1414; + --tertiary--100: #f15b5b; + --tertiary--200: #f26666; + --tertiary--300: #f37272; + --tertiary-rgba-0: rgba(239, 67, 67, 0); + --tertiary-rgba-10: rgba(239, 67, 67, 0.1); + --tertiary-rgba-20: rgba(239, 67, 67, 0.2); + --tertiary-rgba-30: rgba(239, 67, 67, 0.3); + --tertiary-rgba-40: rgba(239, 67, 67, 0.4); + --tertiary-rgba-50: rgba(239, 67, 67, 0.5); + --tertiary-rgba-60: rgba(239, 67, 67, 0.6); + --tertiary-rgba-70: rgba(239, 67, 67, 0.7); + --tertiary-rgba-80: rgba(239, 67, 67, 0.8); + --tertiary-rgba-90: rgba(239, 67, 67, 0.9); + --quaternary: #182027; + --quaternary-100: #0e1317; + --quaternary-200: #090d0f; + --quaternary-300: #050607; + --quaternary--100: #222d37; + --quaternary--200: #27333f; + --quaternary--300: #2b3a47; + --quaternary-rgba-0: rgba(24, 32, 39, 0); + --quaternary-rgba-10: rgba(24, 32, 39, 0.1); + --quaternary-rgba-20: rgba(24, 32, 39, 0.2); + --quaternary-rgba-30: rgba(24, 32, 39, 0.3); + --quaternary-rgba-40: rgba(24, 32, 39, 0.4); + --quaternary-rgba-50: rgba(24, 32, 39, 0.5); + --quaternary-rgba-60: rgba(24, 32, 39, 0.6); + --quaternary-rgba-70: rgba(24, 32, 39, 0.7); + --quaternary-rgba-80: rgba(24, 32, 39, 0.8); + --quaternary-rgba-90: rgba(24, 32, 39, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-product-landing.css b/resources/assets/css/skins/skin-product-landing.css new file mode 100644 index 0000000..dca9d29 --- /dev/null +++ b/resources/assets/css/skins/skin-product-landing.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4; + --border-radius2x: 8; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #ef524e; + --primary-100: #ed3b37; + --primary-200: #ec302b; + --primary-300: #eb241f; + --primary--100: #f16965; + --primary--200: #f27471; + --primary--300: #f3807d; + --primary-rgba-0: rgba(239, 82, 78, 0); + --primary-rgba-10: rgba(239, 82, 78, 0.1); + --primary-rgba-20: rgba(239, 82, 78, 0.2); + --primary-rgba-30: rgba(239, 82, 78, 0.3); + --primary-rgba-40: rgba(239, 82, 78, 0.4); + --primary-rgba-50: rgba(239, 82, 78, 0.5); + --primary-rgba-60: rgba(239, 82, 78, 0.6); + --primary-rgba-70: rgba(239, 82, 78, 0.7); + --primary-rgba-80: rgba(239, 82, 78, 0.8); + --primary-rgba-90: rgba(239, 82, 78, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-real-estate.css b/resources/assets/css/skins/skin-real-estate.css new file mode 100644 index 0000000..ae5bf8b --- /dev/null +++ b/resources/assets/css/skins/skin-real-estate.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #1c5fa8; + --primary-100: #185392; + --primary-200: #174c87; + --primary-300: #15467c; + --primary--100: #206bbe; + --primary--200: #2172c9; + --primary--300: #2378d4; + --primary-rgba-0: rgba(28, 95, 168, 0); + --primary-rgba-10: rgba(28, 95, 168, 0.1); + --primary-rgba-20: rgba(28, 95, 168, 0.2); + --primary-rgba-30: rgba(28, 95, 168, 0.3); + --primary-rgba-40: rgba(28, 95, 168, 0.4); + --primary-rgba-50: rgba(28, 95, 168, 0.5); + --primary-rgba-60: rgba(28, 95, 168, 0.6); + --primary-rgba-70: rgba(28, 95, 168, 0.7); + --primary-rgba-80: rgba(28, 95, 168, 0.8); + --primary-rgba-90: rgba(28, 95, 168, 0.9); + --secondary: #00a4f2; + --secondary-100: #0093d9; + --secondary-200: #008acc; + --secondary-300: #0081bf; + --secondary--100: #0db1ff; + --secondary--200: #19b5ff; + --secondary--300: #26b9ff; + --secondary-rgba-0: rgba(0, 164, 242, 0); + --secondary-rgba-10: rgba(0, 164, 242, 0.1); + --secondary-rgba-20: rgba(0, 164, 242, 0.2); + --secondary-rgba-30: rgba(0, 164, 242, 0.3); + --secondary-rgba-40: rgba(0, 164, 242, 0.4); + --secondary-rgba-50: rgba(0, 164, 242, 0.5); + --secondary-rgba-60: rgba(0, 164, 242, 0.6); + --secondary-rgba-70: rgba(0, 164, 242, 0.7); + --secondary-rgba-80: rgba(0, 164, 242, 0.8); + --secondary-rgba-90: rgba(0, 164, 242, 0.9); + --tertiary: #43cb83; + --tertiary-100: #35c076; + --tertiary-200: #32b670; + --tertiary-300: #2fac6a; + --tertiary--100: #57d190; + --tertiary--200: #61d397; + --tertiary--300: #6bd69d; + --tertiary-rgba-0: rgba(67, 203, 131, 0); + --tertiary-rgba-10: rgba(67, 203, 131, 0.1); + --tertiary-rgba-20: rgba(67, 203, 131, 0.2); + --tertiary-rgba-30: rgba(67, 203, 131, 0.3); + --tertiary-rgba-40: rgba(67, 203, 131, 0.4); + --tertiary-rgba-50: rgba(67, 203, 131, 0.5); + --tertiary-rgba-60: rgba(67, 203, 131, 0.6); + --tertiary-rgba-70: rgba(67, 203, 131, 0.7); + --tertiary-rgba-80: rgba(67, 203, 131, 0.8); + --tertiary-rgba-90: rgba(67, 203, 131, 0.9); + --quaternary: #f4f4f4; + --quaternary-100: #e7e7e7; + --quaternary-200: #e1e1e1; + --quaternary-300: #dbdbdb; + --quaternary--100: #ffffff; + --quaternary--200: #ffffff; + --quaternary--300: #ffffff; + --quaternary-rgba-0: rgba(244, 244, 244, 0); + --quaternary-rgba-10: rgba(244, 244, 244, 0.1); + --quaternary-rgba-20: rgba(244, 244, 244, 0.2); + --quaternary-rgba-30: rgba(244, 244, 244, 0.3); + --quaternary-rgba-40: rgba(244, 244, 244, 0.4); + --quaternary-rgba-50: rgba(244, 244, 244, 0.5); + --quaternary-rgba-60: rgba(244, 244, 244, 0.6); + --quaternary-rgba-70: rgba(244, 244, 244, 0.7); + --quaternary-rgba-80: rgba(244, 244, 244, 0.8); + --quaternary-rgba-90: rgba(244, 244, 244, 0.9); + --dark: #333; + --dark-100: #262626; + --dark-200: #202020; + --dark-300: #1a1a1a; + --dark--100: #404040; + --dark--200: #464646; + --dark--300: #4d4d4d; + --dark-rgba-0: rgba(51, 51, 51, 0); + --dark-rgba-10: rgba(51, 51, 51, 0.1); + --dark-rgba-20: rgba(51, 51, 51, 0.2); + --dark-rgba-30: rgba(51, 51, 51, 0.3); + --dark-rgba-40: rgba(51, 51, 51, 0.4); + --dark-rgba-50: rgba(51, 51, 51, 0.5); + --dark-rgba-60: rgba(51, 51, 51, 0.6); + --dark-rgba-70: rgba(51, 51, 51, 0.7); + --dark-rgba-80: rgba(51, 51, 51, 0.8); + --dark-rgba-90: rgba(51, 51, 51, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #777; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-renewable-energy.css b/resources/assets/css/skins/skin-renewable-energy.css new file mode 100644 index 0000000..a449b82 --- /dev/null +++ b/resources/assets/css/skins/skin-renewable-energy.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #00a335; + --primary-100: #008a2d; + --primary-200: #007d29; + --primary-300: #007024; + --primary--100: #00bc3d; + --primary--200: #00c941; + --primary--300: #00d646; + --primary-rgba-0: rgba(0, 163, 53, 0); + --primary-rgba-10: rgba(0, 163, 53, 0.1); + --primary-rgba-20: rgba(0, 163, 53, 0.2); + --primary-rgba-30: rgba(0, 163, 53, 0.3); + --primary-rgba-40: rgba(0, 163, 53, 0.4); + --primary-rgba-50: rgba(0, 163, 53, 0.5); + --primary-rgba-60: rgba(0, 163, 53, 0.6); + --primary-rgba-70: rgba(0, 163, 53, 0.7); + --primary-rgba-80: rgba(0, 163, 53, 0.8); + --primary-rgba-90: rgba(0, 163, 53, 0.9); + --secondary: #088d33; + --secondary-100: #07752a; + --secondary-200: #066926; + --secondary-300: #055d22; + --secondary--100: #09a53c; + --secondary--200: #0ab140; + --secondary--300: #0bbd44; + --secondary-rgba-0: rgba(8, 141, 51, 0); + --secondary-rgba-10: rgba(8, 141, 51, 0.1); + --secondary-rgba-20: rgba(8, 141, 51, 0.2); + --secondary-rgba-30: rgba(8, 141, 51, 0.3); + --secondary-rgba-40: rgba(8, 141, 51, 0.4); + --secondary-rgba-50: rgba(8, 141, 51, 0.5); + --secondary-rgba-60: rgba(8, 141, 51, 0.6); + --secondary-rgba-70: rgba(8, 141, 51, 0.7); + --secondary-rgba-80: rgba(8, 141, 51, 0.8); + --secondary-rgba-90: rgba(8, 141, 51, 0.9); + --tertiary: #5f6c77; + --tertiary-100: #545f69; + --tertiary-200: #4e5962; + --tertiary-300: #48525b; + --tertiary--100: #6a7985; + --tertiary--200: #707f8c; + --tertiary--300: #778692; + --tertiary-rgba-0: rgba(95, 108, 119, 0); + --tertiary-rgba-10: rgba(95, 108, 119, 0.1); + --tertiary-rgba-20: rgba(95, 108, 119, 0.2); + --tertiary-rgba-30: rgba(95, 108, 119, 0.3); + --tertiary-rgba-40: rgba(95, 108, 119, 0.4); + --tertiary-rgba-50: rgba(95, 108, 119, 0.5); + --tertiary-rgba-60: rgba(95, 108, 119, 0.6); + --tertiary-rgba-70: rgba(95, 108, 119, 0.7); + --tertiary-rgba-80: rgba(95, 108, 119, 0.8); + --tertiary-rgba-90: rgba(95, 108, 119, 0.9); + --quaternary: #272e32; + --quaternary-100: #1c2124; + --quaternary-200: #161a1d; + --quaternary-300: #111415; + --quaternary--100: #323b40; + --quaternary--200: #384247; + --quaternary--300: #3d484f; + --quaternary-rgba-0: rgba(39, 46, 50, 0); + --quaternary-rgba-10: rgba(39, 46, 50, 0.1); + --quaternary-rgba-20: rgba(39, 46, 50, 0.2); + --quaternary-rgba-30: rgba(39, 46, 50, 0.3); + --quaternary-rgba-40: rgba(39, 46, 50, 0.4); + --quaternary-rgba-50: rgba(39, 46, 50, 0.5); + --quaternary-rgba-60: rgba(39, 46, 50, 0.6); + --quaternary-rgba-70: rgba(39, 46, 50, 0.7); + --quaternary-rgba-80: rgba(39, 46, 50, 0.8); + --quaternary-rgba-90: rgba(39, 46, 50, 0.9); + --dark: #3e3e3e; + --dark-100: #313131; + --dark-200: #2b2b2b; + --dark-300: #252525; + --dark--100: #4b4b4b; + --dark--200: #515151; + --dark--300: #585858; + --dark-rgba-0: rgba(62, 62, 62, 0); + --dark-rgba-10: rgba(62, 62, 62, 0.1); + --dark-rgba-20: rgba(62, 62, 62, 0.2); + --dark-rgba-30: rgba(62, 62, 62, 0.3); + --dark-rgba-40: rgba(62, 62, 62, 0.4); + --dark-rgba-50: rgba(62, 62, 62, 0.5); + --dark-rgba-60: rgba(62, 62, 62, 0.6); + --dark-rgba-70: rgba(62, 62, 62, 0.7); + --dark-rgba-80: rgba(62, 62, 62, 0.8); + --dark-rgba-90: rgba(62, 62, 62, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-restaurant.css b/resources/assets/css/skins/skin-restaurant.css new file mode 100644 index 0000000..508011a --- /dev/null +++ b/resources/assets/css/skins/skin-restaurant.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #c19655; + --primary-100: #b98a43; + --primary-200: #b08340; + --primary-300: #a67c3d; + --primary--100: #c8a268; + --primary--200: #cba771; + --primary--300: #cfad7a; + --primary-rgba-0: rgba(193, 150, 85, 0); + --primary-rgba-10: rgba(193, 150, 85, 0.1); + --primary-rgba-20: rgba(193, 150, 85, 0.2); + --primary-rgba-30: rgba(193, 150, 85, 0.3); + --primary-rgba-40: rgba(193, 150, 85, 0.4); + --primary-rgba-50: rgba(193, 150, 85, 0.5); + --primary-rgba-60: rgba(193, 150, 85, 0.6); + --primary-rgba-70: rgba(193, 150, 85, 0.7); + --primary-rgba-80: rgba(193, 150, 85, 0.8); + --primary-rgba-90: rgba(193, 150, 85, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2BAAB1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-resume-blue.css b/resources/assets/css/skins/skin-resume-blue.css new file mode 100644 index 0000000..392c0c4 --- /dev/null +++ b/resources/assets/css/skins/skin-resume-blue.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #ecf1f7; + --secondary-100: #dae4ef; + --secondary-200: #d1ddec; + --secondary-300: #c8d7e8; + --secondary--100: #fefeff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(236, 241, 247, 0); + --secondary-rgba-10: rgba(236, 241, 247, 0.1); + --secondary-rgba-20: rgba(236, 241, 247, 0.2); + --secondary-rgba-30: rgba(236, 241, 247, 0.3); + --secondary-rgba-40: rgba(236, 241, 247, 0.4); + --secondary-rgba-50: rgba(236, 241, 247, 0.5); + --secondary-rgba-60: rgba(236, 241, 247, 0.6); + --secondary-rgba-70: rgba(236, 241, 247, 0.7); + --secondary-rgba-80: rgba(236, 241, 247, 0.8); + --secondary-rgba-90: rgba(236, 241, 247, 0.9); + --tertiary: #403f3d; + --tertiary-100: #333231; + --tertiary-200: #2c2c2a; + --tertiary-300: #262524; + --tertiary--100: #4d4c49; + --tertiary--200: #545250; + --tertiary--300: #5a5956; + --tertiary-rgba-0: rgba(64, 63, 61, 0); + --tertiary-rgba-10: rgba(64, 63, 61, 0.1); + --tertiary-rgba-20: rgba(64, 63, 61, 0.2); + --tertiary-rgba-30: rgba(64, 63, 61, 0.3); + --tertiary-rgba-40: rgba(64, 63, 61, 0.4); + --tertiary-rgba-50: rgba(64, 63, 61, 0.5); + --tertiary-rgba-60: rgba(64, 63, 61, 0.6); + --tertiary-rgba-70: rgba(64, 63, 61, 0.7); + --tertiary-rgba-80: rgba(64, 63, 61, 0.8); + --tertiary-rgba-90: rgba(64, 63, 61, 0.9); + --quaternary: #1f1e1c; + --quaternary-100: #121110; + --quaternary-200: #0b0b0a; + --quaternary-300: #040404; + --quaternary--100: #2c2b28; + --quaternary--200: #33312e; + --quaternary--300: #3a3834; + --quaternary-rgba-0: rgba(31, 30, 28, 0); + --quaternary-rgba-10: rgba(31, 30, 28, 0.1); + --quaternary-rgba-20: rgba(31, 30, 28, 0.2); + --quaternary-rgba-30: rgba(31, 30, 28, 0.3); + --quaternary-rgba-40: rgba(31, 30, 28, 0.4); + --quaternary-rgba-50: rgba(31, 30, 28, 0.5); + --quaternary-rgba-60: rgba(31, 30, 28, 0.6); + --quaternary-rgba-70: rgba(31, 30, 28, 0.7); + --quaternary-rgba-80: rgba(31, 30, 28, 0.8); + --quaternary-rgba-90: rgba(31, 30, 28, 0.9); + --dark: #1e1e1e; + --dark-100: #111111; + --dark-200: #0b0b0b; + --dark-300: #040404; + --dark--100: #2b2b2b; + --dark--200: #313131; + --dark--300: #383838; + --dark-rgba-0: rgba(30, 30, 30, 0); + --dark-rgba-10: rgba(30, 30, 30, 0.1); + --dark-rgba-20: rgba(30, 30, 30, 0.2); + --dark-rgba-30: rgba(30, 30, 30, 0.3); + --dark-rgba-40: rgba(30, 30, 30, 0.4); + --dark-rgba-50: rgba(30, 30, 30, 0.5); + --dark-rgba-60: rgba(30, 30, 30, 0.6); + --dark-rgba-70: rgba(30, 30, 30, 0.7); + --dark-rgba-80: rgba(30, 30, 30, 0.8); + --dark-rgba-90: rgba(30, 30, 30, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-resume-dark.css b/resources/assets/css/skins/skin-resume-dark.css new file mode 100644 index 0000000..0ebd0d2 --- /dev/null +++ b/resources/assets/css/skins/skin-resume-dark.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #171717; + --secondary-100: #0a0a0a; + --secondary-200: #040404; + --secondary-300: #000000; + --secondary--100: #242424; + --secondary--200: #2a2a2a; + --secondary--300: #313131; + --secondary-rgba-0: rgba(23, 23, 23, 0); + --secondary-rgba-10: rgba(23, 23, 23, 0.1); + --secondary-rgba-20: rgba(23, 23, 23, 0.2); + --secondary-rgba-30: rgba(23, 23, 23, 0.3); + --secondary-rgba-40: rgba(23, 23, 23, 0.4); + --secondary-rgba-50: rgba(23, 23, 23, 0.5); + --secondary-rgba-60: rgba(23, 23, 23, 0.6); + --secondary-rgba-70: rgba(23, 23, 23, 0.7); + --secondary-rgba-80: rgba(23, 23, 23, 0.8); + --secondary-rgba-90: rgba(23, 23, 23, 0.9); + --tertiary: #403f3d; + --tertiary-100: #333231; + --tertiary-200: #2c2c2a; + --tertiary-300: #262524; + --tertiary--100: #4d4c49; + --tertiary--200: #545250; + --tertiary--300: #5a5956; + --tertiary-rgba-0: rgba(64, 63, 61, 0); + --tertiary-rgba-10: rgba(64, 63, 61, 0.1); + --tertiary-rgba-20: rgba(64, 63, 61, 0.2); + --tertiary-rgba-30: rgba(64, 63, 61, 0.3); + --tertiary-rgba-40: rgba(64, 63, 61, 0.4); + --tertiary-rgba-50: rgba(64, 63, 61, 0.5); + --tertiary-rgba-60: rgba(64, 63, 61, 0.6); + --tertiary-rgba-70: rgba(64, 63, 61, 0.7); + --tertiary-rgba-80: rgba(64, 63, 61, 0.8); + --tertiary-rgba-90: rgba(64, 63, 61, 0.9); + --quaternary: #1f1e1c; + --quaternary-100: #121110; + --quaternary-200: #0b0b0a; + --quaternary-300: #040404; + --quaternary--100: #2c2b28; + --quaternary--200: #33312e; + --quaternary--300: #3a3834; + --quaternary-rgba-0: rgba(31, 30, 28, 0); + --quaternary-rgba-10: rgba(31, 30, 28, 0.1); + --quaternary-rgba-20: rgba(31, 30, 28, 0.2); + --quaternary-rgba-30: rgba(31, 30, 28, 0.3); + --quaternary-rgba-40: rgba(31, 30, 28, 0.4); + --quaternary-rgba-50: rgba(31, 30, 28, 0.5); + --quaternary-rgba-60: rgba(31, 30, 28, 0.6); + --quaternary-rgba-70: rgba(31, 30, 28, 0.7); + --quaternary-rgba-80: rgba(31, 30, 28, 0.8); + --quaternary-rgba-90: rgba(31, 30, 28, 0.9); + --dark: #1e1e1e; + --dark-100: #111111; + --dark-200: #0b0b0b; + --dark-300: #040404; + --dark--100: #2b2b2b; + --dark--200: #313131; + --dark--300: #383838; + --dark-rgba-0: rgba(30, 30, 30, 0); + --dark-rgba-10: rgba(30, 30, 30, 0.1); + --dark-rgba-20: rgba(30, 30, 30, 0.2); + --dark-rgba-30: rgba(30, 30, 30, 0.3); + --dark-rgba-40: rgba(30, 30, 30, 0.4); + --dark-rgba-50: rgba(30, 30, 30, 0.5); + --dark-rgba-60: rgba(30, 30, 30, 0.6); + --dark-rgba-70: rgba(30, 30, 30, 0.7); + --dark-rgba-80: rgba(30, 30, 30, 0.8); + --dark-rgba-90: rgba(30, 30, 30, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-resume-green.css b/resources/assets/css/skins/skin-resume-green.css new file mode 100644 index 0000000..6340523 --- /dev/null +++ b/resources/assets/css/skins/skin-resume-green.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #319935; + --primary-100: #2b862e; + --primary-200: #287c2b; + --primary-300: #257228; + --primary--100: #37ac3c; + --primary--200: #3ab63f; + --primary--300: #3dc042; + --primary-rgba-0: rgba(49, 153, 53, 0); + --primary-rgba-10: rgba(49, 153, 53, 0.1); + --primary-rgba-20: rgba(49, 153, 53, 0.2); + --primary-rgba-30: rgba(49, 153, 53, 0.3); + --primary-rgba-40: rgba(49, 153, 53, 0.4); + --primary-rgba-50: rgba(49, 153, 53, 0.5); + --primary-rgba-60: rgba(49, 153, 53, 0.6); + --primary-rgba-70: rgba(49, 153, 53, 0.7); + --primary-rgba-80: rgba(49, 153, 53, 0.8); + --primary-rgba-90: rgba(49, 153, 53, 0.9); + --secondary: #ecf1f7; + --secondary-100: #dae4ef; + --secondary-200: #d1ddec; + --secondary-300: #c8d7e8; + --secondary--100: #fefeff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(236, 241, 247, 0); + --secondary-rgba-10: rgba(236, 241, 247, 0.1); + --secondary-rgba-20: rgba(236, 241, 247, 0.2); + --secondary-rgba-30: rgba(236, 241, 247, 0.3); + --secondary-rgba-40: rgba(236, 241, 247, 0.4); + --secondary-rgba-50: rgba(236, 241, 247, 0.5); + --secondary-rgba-60: rgba(236, 241, 247, 0.6); + --secondary-rgba-70: rgba(236, 241, 247, 0.7); + --secondary-rgba-80: rgba(236, 241, 247, 0.8); + --secondary-rgba-90: rgba(236, 241, 247, 0.9); + --tertiary: #403f3d; + --tertiary-100: #333231; + --tertiary-200: #2c2c2a; + --tertiary-300: #262524; + --tertiary--100: #4d4c49; + --tertiary--200: #545250; + --tertiary--300: #5a5956; + --tertiary-rgba-0: rgba(64, 63, 61, 0); + --tertiary-rgba-10: rgba(64, 63, 61, 0.1); + --tertiary-rgba-20: rgba(64, 63, 61, 0.2); + --tertiary-rgba-30: rgba(64, 63, 61, 0.3); + --tertiary-rgba-40: rgba(64, 63, 61, 0.4); + --tertiary-rgba-50: rgba(64, 63, 61, 0.5); + --tertiary-rgba-60: rgba(64, 63, 61, 0.6); + --tertiary-rgba-70: rgba(64, 63, 61, 0.7); + --tertiary-rgba-80: rgba(64, 63, 61, 0.8); + --tertiary-rgba-90: rgba(64, 63, 61, 0.9); + --quaternary: #1f1e1c; + --quaternary-100: #121110; + --quaternary-200: #0b0b0a; + --quaternary-300: #040404; + --quaternary--100: #2c2b28; + --quaternary--200: #33312e; + --quaternary--300: #3a3834; + --quaternary-rgba-0: rgba(31, 30, 28, 0); + --quaternary-rgba-10: rgba(31, 30, 28, 0.1); + --quaternary-rgba-20: rgba(31, 30, 28, 0.2); + --quaternary-rgba-30: rgba(31, 30, 28, 0.3); + --quaternary-rgba-40: rgba(31, 30, 28, 0.4); + --quaternary-rgba-50: rgba(31, 30, 28, 0.5); + --quaternary-rgba-60: rgba(31, 30, 28, 0.6); + --quaternary-rgba-70: rgba(31, 30, 28, 0.7); + --quaternary-rgba-80: rgba(31, 30, 28, 0.8); + --quaternary-rgba-90: rgba(31, 30, 28, 0.9); + --dark: #1e1e1e; + --dark-100: #111111; + --dark-200: #0b0b0b; + --dark-300: #040404; + --dark--100: #2b2b2b; + --dark--200: #313131; + --dark--300: #383838; + --dark-rgba-0: rgba(30, 30, 30, 0); + --dark-rgba-10: rgba(30, 30, 30, 0.1); + --dark-rgba-20: rgba(30, 30, 30, 0.2); + --dark-rgba-30: rgba(30, 30, 30, 0.3); + --dark-rgba-40: rgba(30, 30, 30, 0.4); + --dark-rgba-50: rgba(30, 30, 30, 0.5); + --dark-rgba-60: rgba(30, 30, 30, 0.6); + --dark-rgba-70: rgba(30, 30, 30, 0.7); + --dark-rgba-80: rgba(30, 30, 30, 0.8); + --dark-rgba-90: rgba(30, 30, 30, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-resume-red.css b/resources/assets/css/skins/skin-resume-red.css new file mode 100644 index 0000000..64d615a --- /dev/null +++ b/resources/assets/css/skins/skin-resume-red.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #db253b; + --primary-100: #c62135; + --primary-200: #bb1f32; + --primary-300: #b01d2f; + --primary--100: #df3b4f; + --primary--200: #e04659; + --primary--300: #e25162; + --primary-rgba-0: rgba(219, 37, 59, 0); + --primary-rgba-10: rgba(219, 37, 59, 0.1); + --primary-rgba-20: rgba(219, 37, 59, 0.2); + --primary-rgba-30: rgba(219, 37, 59, 0.3); + --primary-rgba-40: rgba(219, 37, 59, 0.4); + --primary-rgba-50: rgba(219, 37, 59, 0.5); + --primary-rgba-60: rgba(219, 37, 59, 0.6); + --primary-rgba-70: rgba(219, 37, 59, 0.7); + --primary-rgba-80: rgba(219, 37, 59, 0.8); + --primary-rgba-90: rgba(219, 37, 59, 0.9); + --secondary: #ecf1f7; + --secondary-100: #dae4ef; + --secondary-200: #d1ddec; + --secondary-300: #c8d7e8; + --secondary--100: #fefeff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(236, 241, 247, 0); + --secondary-rgba-10: rgba(236, 241, 247, 0.1); + --secondary-rgba-20: rgba(236, 241, 247, 0.2); + --secondary-rgba-30: rgba(236, 241, 247, 0.3); + --secondary-rgba-40: rgba(236, 241, 247, 0.4); + --secondary-rgba-50: rgba(236, 241, 247, 0.5); + --secondary-rgba-60: rgba(236, 241, 247, 0.6); + --secondary-rgba-70: rgba(236, 241, 247, 0.7); + --secondary-rgba-80: rgba(236, 241, 247, 0.8); + --secondary-rgba-90: rgba(236, 241, 247, 0.9); + --tertiary: #403f3d; + --tertiary-100: #333231; + --tertiary-200: #2c2c2a; + --tertiary-300: #262524; + --tertiary--100: #4d4c49; + --tertiary--200: #545250; + --tertiary--300: #5a5956; + --tertiary-rgba-0: rgba(64, 63, 61, 0); + --tertiary-rgba-10: rgba(64, 63, 61, 0.1); + --tertiary-rgba-20: rgba(64, 63, 61, 0.2); + --tertiary-rgba-30: rgba(64, 63, 61, 0.3); + --tertiary-rgba-40: rgba(64, 63, 61, 0.4); + --tertiary-rgba-50: rgba(64, 63, 61, 0.5); + --tertiary-rgba-60: rgba(64, 63, 61, 0.6); + --tertiary-rgba-70: rgba(64, 63, 61, 0.7); + --tertiary-rgba-80: rgba(64, 63, 61, 0.8); + --tertiary-rgba-90: rgba(64, 63, 61, 0.9); + --quaternary: #1f1e1c; + --quaternary-100: #121110; + --quaternary-200: #0b0b0a; + --quaternary-300: #040404; + --quaternary--100: #2c2b28; + --quaternary--200: #33312e; + --quaternary--300: #3a3834; + --quaternary-rgba-0: rgba(31, 30, 28, 0); + --quaternary-rgba-10: rgba(31, 30, 28, 0.1); + --quaternary-rgba-20: rgba(31, 30, 28, 0.2); + --quaternary-rgba-30: rgba(31, 30, 28, 0.3); + --quaternary-rgba-40: rgba(31, 30, 28, 0.4); + --quaternary-rgba-50: rgba(31, 30, 28, 0.5); + --quaternary-rgba-60: rgba(31, 30, 28, 0.6); + --quaternary-rgba-70: rgba(31, 30, 28, 0.7); + --quaternary-rgba-80: rgba(31, 30, 28, 0.8); + --quaternary-rgba-90: rgba(31, 30, 28, 0.9); + --dark: #1e1e1e; + --dark-100: #111111; + --dark-200: #0b0b0b; + --dark-300: #040404; + --dark--100: #2b2b2b; + --dark--200: #313131; + --dark--300: #383838; + --dark-rgba-0: rgba(30, 30, 30, 0); + --dark-rgba-10: rgba(30, 30, 30, 0.1); + --dark-rgba-20: rgba(30, 30, 30, 0.2); + --dark-rgba-30: rgba(30, 30, 30, 0.3); + --dark-rgba-40: rgba(30, 30, 30, 0.4); + --dark-rgba-50: rgba(30, 30, 30, 0.5); + --dark-rgba-60: rgba(30, 30, 30, 0.6); + --dark-rgba-70: rgba(30, 30, 30, 0.7); + --dark-rgba-80: rgba(30, 30, 30, 0.8); + --dark-rgba-90: rgba(30, 30, 30, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-resume.css b/resources/assets/css/skins/skin-resume.css new file mode 100644 index 0000000..3202c9d --- /dev/null +++ b/resources/assets/css/skins/skin-resume.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #FDD55C; + --primary-100: #fdcf43; + --primary-200: #fdcb36; + --primary-300: #fcc82a; + --primary--100: #fddb75; + --primary--200: #fddf82; + --primary--300: #fee28e; + --primary-rgba-0: rgba(253, 213, 92, 0); + --primary-rgba-10: rgba(253, 213, 92, 0.1); + --primary-rgba-20: rgba(253, 213, 92, 0.2); + --primary-rgba-30: rgba(253, 213, 92, 0.3); + --primary-rgba-40: rgba(253, 213, 92, 0.4); + --primary-rgba-50: rgba(253, 213, 92, 0.5); + --primary-rgba-60: rgba(253, 213, 92, 0.6); + --primary-rgba-70: rgba(253, 213, 92, 0.7); + --primary-rgba-80: rgba(253, 213, 92, 0.8); + --primary-rgba-90: rgba(253, 213, 92, 0.9); + --secondary: #ecf1f7; + --secondary-100: #dae4ef; + --secondary-200: #d1ddec; + --secondary-300: #c8d7e8; + --secondary--100: #fefeff; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(236, 241, 247, 0); + --secondary-rgba-10: rgba(236, 241, 247, 0.1); + --secondary-rgba-20: rgba(236, 241, 247, 0.2); + --secondary-rgba-30: rgba(236, 241, 247, 0.3); + --secondary-rgba-40: rgba(236, 241, 247, 0.4); + --secondary-rgba-50: rgba(236, 241, 247, 0.5); + --secondary-rgba-60: rgba(236, 241, 247, 0.6); + --secondary-rgba-70: rgba(236, 241, 247, 0.7); + --secondary-rgba-80: rgba(236, 241, 247, 0.8); + --secondary-rgba-90: rgba(236, 241, 247, 0.9); + --tertiary: #403f3d; + --tertiary-100: #333231; + --tertiary-200: #2c2c2a; + --tertiary-300: #262524; + --tertiary--100: #4d4c49; + --tertiary--200: #545250; + --tertiary--300: #5a5956; + --tertiary-rgba-0: rgba(64, 63, 61, 0); + --tertiary-rgba-10: rgba(64, 63, 61, 0.1); + --tertiary-rgba-20: rgba(64, 63, 61, 0.2); + --tertiary-rgba-30: rgba(64, 63, 61, 0.3); + --tertiary-rgba-40: rgba(64, 63, 61, 0.4); + --tertiary-rgba-50: rgba(64, 63, 61, 0.5); + --tertiary-rgba-60: rgba(64, 63, 61, 0.6); + --tertiary-rgba-70: rgba(64, 63, 61, 0.7); + --tertiary-rgba-80: rgba(64, 63, 61, 0.8); + --tertiary-rgba-90: rgba(64, 63, 61, 0.9); + --quaternary: #1f1e1c; + --quaternary-100: #121110; + --quaternary-200: #0b0b0a; + --quaternary-300: #040404; + --quaternary--100: #2c2b28; + --quaternary--200: #33312e; + --quaternary--300: #3a3834; + --quaternary-rgba-0: rgba(31, 30, 28, 0); + --quaternary-rgba-10: rgba(31, 30, 28, 0.1); + --quaternary-rgba-20: rgba(31, 30, 28, 0.2); + --quaternary-rgba-30: rgba(31, 30, 28, 0.3); + --quaternary-rgba-40: rgba(31, 30, 28, 0.4); + --quaternary-rgba-50: rgba(31, 30, 28, 0.5); + --quaternary-rgba-60: rgba(31, 30, 28, 0.6); + --quaternary-rgba-70: rgba(31, 30, 28, 0.7); + --quaternary-rgba-80: rgba(31, 30, 28, 0.8); + --quaternary-rgba-90: rgba(31, 30, 28, 0.9); + --dark: #1e1e1e; + --dark-100: #111111; + --dark-200: #0b0b0b; + --dark-300: #040404; + --dark--100: #2b2b2b; + --dark--200: #313131; + --dark--300: #383838; + --dark-rgba-0: rgba(30, 30, 30, 0); + --dark-rgba-10: rgba(30, 30, 30, 0.1); + --dark-rgba-20: rgba(30, 30, 30, 0.2); + --dark-rgba-30: rgba(30, 30, 30, 0.3); + --dark-rgba-40: rgba(30, 30, 30, 0.4); + --dark-rgba-50: rgba(30, 30, 30, 0.5); + --dark-rgba-60: rgba(30, 30, 30, 0.6); + --dark-rgba-70: rgba(30, 30, 30, 0.7); + --dark-rgba-80: rgba(30, 30, 30, 0.8); + --dark-rgba-90: rgba(30, 30, 30, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #1e1e1e; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-sass.css b/resources/assets/css/skins/skin-sass.css new file mode 100644 index 0000000..b9770bd --- /dev/null +++ b/resources/assets/css/skins/skin-sass.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088CC; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #e36159; + --secondary-100: #df4c43; + --secondary-200: #dd4238; + --secondary-300: #dc372d; + --secondary--100: #e7766f; + --secondary--200: #e9807a; + --secondary--300: #ea8b85; + --secondary-rgba-0: rgba(227, 97, 89, 0); + --secondary-rgba-10: rgba(227, 97, 89, 0.1); + --secondary-rgba-20: rgba(227, 97, 89, 0.2); + --secondary-rgba-30: rgba(227, 97, 89, 0.3); + --secondary-rgba-40: rgba(227, 97, 89, 0.4); + --secondary-rgba-50: rgba(227, 97, 89, 0.5); + --secondary-rgba-60: rgba(227, 97, 89, 0.6); + --secondary-rgba-70: rgba(227, 97, 89, 0.7); + --secondary-rgba-80: rgba(227, 97, 89, 0.8); + --secondary-rgba-90: rgba(227, 97, 89, 0.9); + --tertiary: #2BAAB1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-seo-2.css b/resources/assets/css/skins/skin-seo-2.css new file mode 100644 index 0000000..cdb3206 --- /dev/null +++ b/resources/assets/css/skins/skin-seo-2.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #e23c8e; + --primary-100: #df2681; + --primary-200: #d8207b; + --primary-300: #cd1e74; + --primary--100: #e5529b; + --primary--200: #e75da1; + --primary--300: #e968a8; + --primary-rgba-0: rgba(226, 60, 142, 0); + --primary-rgba-10: rgba(226, 60, 142, 0.1); + --primary-rgba-20: rgba(226, 60, 142, 0.2); + --primary-rgba-30: rgba(226, 60, 142, 0.3); + --primary-rgba-40: rgba(226, 60, 142, 0.4); + --primary-rgba-50: rgba(226, 60, 142, 0.5); + --primary-rgba-60: rgba(226, 60, 142, 0.6); + --primary-rgba-70: rgba(226, 60, 142, 0.7); + --primary-rgba-80: rgba(226, 60, 142, 0.8); + --primary-rgba-90: rgba(226, 60, 142, 0.9); + --secondary: #a33188; + --secondary-100: #8f2b78; + --secondary-200: #86286f; + --secondary-300: #7c2567; + --secondary--100: #b73798; + --secondary--200: #c03aa1; + --secondary--300: #c641a6; + --secondary-rgba-0: rgba(163, 49, 136, 0); + --secondary-rgba-10: rgba(163, 49, 136, 0.1); + --secondary-rgba-20: rgba(163, 49, 136, 0.2); + --secondary-rgba-30: rgba(163, 49, 136, 0.3); + --secondary-rgba-40: rgba(163, 49, 136, 0.4); + --secondary-rgba-50: rgba(163, 49, 136, 0.5); + --secondary-rgba-60: rgba(163, 49, 136, 0.6); + --secondary-rgba-70: rgba(163, 49, 136, 0.7); + --secondary-rgba-80: rgba(163, 49, 136, 0.8); + --secondary-rgba-90: rgba(163, 49, 136, 0.9); + --tertiary: #4046b3; + --tertiary-100: #393fa0; + --tertiary-200: #363b97; + --tertiary-300: #33378d; + --tertiary--100: #4d53bf; + --tertiary--200: #565cc3; + --tertiary--300: #6065c6; + --tertiary-rgba-0: rgba(64, 70, 179, 0); + --tertiary-rgba-10: rgba(64, 70, 179, 0.1); + --tertiary-rgba-20: rgba(64, 70, 179, 0.2); + --tertiary-rgba-30: rgba(64, 70, 179, 0.3); + --tertiary-rgba-40: rgba(64, 70, 179, 0.4); + --tertiary-rgba-50: rgba(64, 70, 179, 0.5); + --tertiary-rgba-60: rgba(64, 70, 179, 0.6); + --tertiary-rgba-70: rgba(64, 70, 179, 0.7); + --tertiary-rgba-80: rgba(64, 70, 179, 0.8); + --tertiary-rgba-90: rgba(64, 70, 179, 0.9); + --quaternary: #171940; + --quaternary-100: #10122d; + --quaternary-200: #0d0e24; + --quaternary-300: #0a0a1a; + --quaternary--100: #1e2053; + --quaternary--200: #21245c; + --quaternary--300: #242866; + --quaternary-rgba-0: rgba(23, 25, 64, 0); + --quaternary-rgba-10: rgba(23, 25, 64, 0.1); + --quaternary-rgba-20: rgba(23, 25, 64, 0.2); + --quaternary-rgba-30: rgba(23, 25, 64, 0.3); + --quaternary-rgba-40: rgba(23, 25, 64, 0.4); + --quaternary-rgba-50: rgba(23, 25, 64, 0.5); + --quaternary-rgba-60: rgba(23, 25, 64, 0.6); + --quaternary-rgba-70: rgba(23, 25, 64, 0.7); + --quaternary-rgba-80: rgba(23, 25, 64, 0.8); + --quaternary-rgba-90: rgba(23, 25, 64, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-seo-3.css b/resources/assets/css/skins/skin-seo-3.css new file mode 100644 index 0000000..602b924 --- /dev/null +++ b/resources/assets/css/skins/skin-seo-3.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #6b6ff1; + --primary-100: #5458ef; + --primary-200: #484dee; + --primary-300: #3c42ed; + --primary--100: #8286f3; + --primary--200: #8e91f4; + --primary--300: #9a9cf5; + --primary-rgba-0: rgba(107, 111, 241, 0); + --primary-rgba-10: rgba(107, 111, 241, 0.1); + --primary-rgba-20: rgba(107, 111, 241, 0.2); + --primary-rgba-30: rgba(107, 111, 241, 0.3); + --primary-rgba-40: rgba(107, 111, 241, 0.4); + --primary-rgba-50: rgba(107, 111, 241, 0.5); + --primary-rgba-60: rgba(107, 111, 241, 0.6); + --primary-rgba-70: rgba(107, 111, 241, 0.7); + --primary-rgba-80: rgba(107, 111, 241, 0.8); + --primary-rgba-90: rgba(107, 111, 241, 0.9); + --secondary: #f08d02; + --secondary-100: #d77e02; + --secondary-200: #ca7702; + --secondary-300: #bd6f02; + --secondary--100: #fd9a0f; + --secondary--200: #fd9f1b; + --secondary--300: #fda428; + --secondary-rgba-0: rgba(240, 141, 2, 0); + --secondary-rgba-10: rgba(240, 141, 2, 0.1); + --secondary-rgba-20: rgba(240, 141, 2, 0.2); + --secondary-rgba-30: rgba(240, 141, 2, 0.3); + --secondary-rgba-40: rgba(240, 141, 2, 0.4); + --secondary-rgba-50: rgba(240, 141, 2, 0.5); + --secondary-rgba-60: rgba(240, 141, 2, 0.6); + --secondary-rgba-70: rgba(240, 141, 2, 0.7); + --secondary-rgba-80: rgba(240, 141, 2, 0.8); + --secondary-rgba-90: rgba(240, 141, 2, 0.9); + --tertiary: #efecfd; + --tertiary-100: #dcd5fb; + --tertiary-200: #d2c9f9; + --tertiary-300: #c8bef8; + --tertiary--100: #ffffff; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(239, 236, 253, 0); + --tertiary-rgba-10: rgba(239, 236, 253, 0.1); + --tertiary-rgba-20: rgba(239, 236, 253, 0.2); + --tertiary-rgba-30: rgba(239, 236, 253, 0.3); + --tertiary-rgba-40: rgba(239, 236, 253, 0.4); + --tertiary-rgba-50: rgba(239, 236, 253, 0.5); + --tertiary-rgba-60: rgba(239, 236, 253, 0.6); + --tertiary-rgba-70: rgba(239, 236, 253, 0.7); + --tertiary-rgba-80: rgba(239, 236, 253, 0.8); + --tertiary-rgba-90: rgba(239, 236, 253, 0.9); + --quaternary: #222529; + --quaternary-100: #16181b; + --quaternary-200: #111214; + --quaternary-300: #0b0c0d; + --quaternary--100: #2e3237; + --quaternary--200: #33383e; + --quaternary--300: #393e45; + --quaternary-rgba-0: rgba(34, 37, 41, 0); + --quaternary-rgba-10: rgba(34, 37, 41, 0.1); + --quaternary-rgba-20: rgba(34, 37, 41, 0.2); + --quaternary-rgba-30: rgba(34, 37, 41, 0.3); + --quaternary-rgba-40: rgba(34, 37, 41, 0.4); + --quaternary-rgba-50: rgba(34, 37, 41, 0.5); + --quaternary-rgba-60: rgba(34, 37, 41, 0.6); + --quaternary-rgba-70: rgba(34, 37, 41, 0.7); + --quaternary-rgba-80: rgba(34, 37, 41, 0.8); + --quaternary-rgba-90: rgba(34, 37, 41, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-seo.css b/resources/assets/css/skins/skin-seo.css new file mode 100644 index 0000000..1116a4e --- /dev/null +++ b/resources/assets/css/skins/skin-seo.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #e5f6fb; + --secondary-100: #cfeef8; + --secondary-200: #c4ebf6; + --secondary-300: #b9e7f4; + --secondary--100: #fbfefe; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(229, 246, 251, 0); + --secondary-rgba-10: rgba(229, 246, 251, 0.1); + --secondary-rgba-20: rgba(229, 246, 251, 0.2); + --secondary-rgba-30: rgba(229, 246, 251, 0.3); + --secondary-rgba-40: rgba(229, 246, 251, 0.4); + --secondary-rgba-50: rgba(229, 246, 251, 0.5); + --secondary-rgba-60: rgba(229, 246, 251, 0.6); + --secondary-rgba-70: rgba(229, 246, 251, 0.7); + --secondary-rgba-80: rgba(229, 246, 251, 0.8); + --secondary-rgba-90: rgba(229, 246, 251, 0.9); + --tertiary: #2baab1; + --tertiary-100: #26969c; + --tertiary-200: #248c92; + --tertiary-300: #218388; + --tertiary--100: #30bec6; + --tertiary--200: #34c6ce; + --tertiary--300: #3fc9d0; + --tertiary-rgba-0: rgba(43, 170, 177, 0); + --tertiary-rgba-10: rgba(43, 170, 177, 0.1); + --tertiary-rgba-20: rgba(43, 170, 177, 0.2); + --tertiary-rgba-30: rgba(43, 170, 177, 0.3); + --tertiary-rgba-40: rgba(43, 170, 177, 0.4); + --tertiary-rgba-50: rgba(43, 170, 177, 0.5); + --tertiary-rgba-60: rgba(43, 170, 177, 0.6); + --tertiary-rgba-70: rgba(43, 170, 177, 0.7); + --tertiary-rgba-80: rgba(43, 170, 177, 0.8); + --tertiary-rgba-90: rgba(43, 170, 177, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-startup-agency.css b/resources/assets/css/skins/skin-startup-agency.css new file mode 100644 index 0000000..8955f3e --- /dev/null +++ b/resources/assets/css/skins/skin-startup-agency.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 4px; + --border-radius2x: 8px; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #0088cc; + --primary-100: #0077b3; + --primary-200: #006ea6; + --primary-300: #006699; + --primary--100: #0099e6; + --primary--200: #00a1f2; + --primary--300: #00aaff; + --primary-rgba-0: rgba(0, 136, 204, 0); + --primary-rgba-10: rgba(0, 136, 204, 0.1); + --primary-rgba-20: rgba(0, 136, 204, 0.2); + --primary-rgba-30: rgba(0, 136, 204, 0.3); + --primary-rgba-40: rgba(0, 136, 204, 0.4); + --primary-rgba-50: rgba(0, 136, 204, 0.5); + --primary-rgba-60: rgba(0, 136, 204, 0.6); + --primary-rgba-70: rgba(0, 136, 204, 0.7); + --primary-rgba-80: rgba(0, 136, 204, 0.8); + --primary-rgba-90: rgba(0, 136, 204, 0.9); + --secondary: #504bfd; + --secondary-100: #3732fd; + --secondary-200: #2b25fd; + --secondary-300: #1f19fc; + --secondary--100: #6964fd; + --secondary--200: #7571fd; + --secondary--300: #817dfe; + --secondary-rgba-0: rgba(80, 75, 253, 0); + --secondary-rgba-10: rgba(80, 75, 253, 0.1); + --secondary-rgba-20: rgba(80, 75, 253, 0.2); + --secondary-rgba-30: rgba(80, 75, 253, 0.3); + --secondary-rgba-40: rgba(80, 75, 253, 0.4); + --secondary-rgba-50: rgba(80, 75, 253, 0.5); + --secondary-rgba-60: rgba(80, 75, 253, 0.6); + --secondary-rgba-70: rgba(80, 75, 253, 0.7); + --secondary-rgba-80: rgba(80, 75, 253, 0.8); + --secondary-rgba-90: rgba(80, 75, 253, 0.9); + --tertiary: #eff1f3; + --tertiary-100: #e0e4e8; + --tertiary-200: #d9dee3; + --tertiary-300: #d2d8dd; + --tertiary--100: #fefefe; + --tertiary--200: #ffffff; + --tertiary--300: #ffffff; + --tertiary-rgba-0: rgba(239, 241, 243, 0); + --tertiary-rgba-10: rgba(239, 241, 243, 0.1); + --tertiary-rgba-20: rgba(239, 241, 243, 0.2); + --tertiary-rgba-30: rgba(239, 241, 243, 0.3); + --tertiary-rgba-40: rgba(239, 241, 243, 0.4); + --tertiary-rgba-50: rgba(239, 241, 243, 0.5); + --tertiary-rgba-60: rgba(239, 241, 243, 0.6); + --tertiary-rgba-70: rgba(239, 241, 243, 0.7); + --tertiary-rgba-80: rgba(239, 241, 243, 0.8); + --tertiary-rgba-90: rgba(239, 241, 243, 0.9); + --quaternary: #383f48; + --quaternary-100: #2d323a; + --quaternary-200: #272c32; + --quaternary-300: #22262b; + --quaternary--100: #434c56; + --quaternary--200: #49525e; + --quaternary--300: #4e5865; + --quaternary-rgba-0: rgba(56, 63, 72, 0); + --quaternary-rgba-10: rgba(56, 63, 72, 0.1); + --quaternary-rgba-20: rgba(56, 63, 72, 0.2); + --quaternary-rgba-30: rgba(56, 63, 72, 0.3); + --quaternary-rgba-40: rgba(56, 63, 72, 0.4); + --quaternary-rgba-50: rgba(56, 63, 72, 0.5); + --quaternary-rgba-60: rgba(56, 63, 72, 0.6); + --quaternary-rgba-70: rgba(56, 63, 72, 0.7); + --quaternary-rgba-80: rgba(56, 63, 72, 0.8); + --quaternary-rgba-90: rgba(56, 63, 72, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #777; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-transportation-logistic.css b/resources/assets/css/skins/skin-transportation-logistic.css new file mode 100644 index 0000000..53b8440 --- /dev/null +++ b/resources/assets/css/skins/skin-transportation-logistic.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #099fdc; + --primary-100: #088dc4; + --primary-200: #0784b7; + --primary-300: #077cab; + --primary--100: #0ab1f4; + --primary--200: #16b5f5; + --primary--300: #22b9f6; + --primary-rgba-0: rgba(9, 159, 220, 0); + --primary-rgba-10: rgba(9, 159, 220, 0.1); + --primary-rgba-20: rgba(9, 159, 220, 0.2); + --primary-rgba-30: rgba(9, 159, 220, 0.3); + --primary-rgba-40: rgba(9, 159, 220, 0.4); + --primary-rgba-50: rgba(9, 159, 220, 0.5); + --primary-rgba-60: rgba(9, 159, 220, 0.6); + --primary-rgba-70: rgba(9, 159, 220, 0.7); + --primary-rgba-80: rgba(9, 159, 220, 0.8); + --primary-rgba-90: rgba(9, 159, 220, 0.9); + --secondary: #0b6afb; + --secondary-100: #045ee9; + --secondary-200: #0459dc; + --secondary-300: #0354d0; + --secondary--100: #2479fb; + --secondary--200: #3181fc; + --secondary--300: #3d89fc; + --secondary-rgba-0: rgba(11, 106, 251, 0); + --secondary-rgba-10: rgba(11, 106, 251, 0.1); + --secondary-rgba-20: rgba(11, 106, 251, 0.2); + --secondary-rgba-30: rgba(11, 106, 251, 0.3); + --secondary-rgba-40: rgba(11, 106, 251, 0.4); + --secondary-rgba-50: rgba(11, 106, 251, 0.5); + --secondary-rgba-60: rgba(11, 106, 251, 0.6); + --secondary-rgba-70: rgba(11, 106, 251, 0.7); + --secondary-rgba-80: rgba(11, 106, 251, 0.8); + --secondary-rgba-90: rgba(11, 106, 251, 0.9); + --tertiary: #262c36; + --tertiary-100: #1b2027; + --tertiary-200: #161a20; + --tertiary-300: #111418; + --tertiary--100: #313845; + --tertiary--200: #363e4c; + --tertiary--300: #3b4454; + --tertiary-rgba-0: rgba(38, 44, 54, 0); + --tertiary-rgba-10: rgba(38, 44, 54, 0.1); + --tertiary-rgba-20: rgba(38, 44, 54, 0.2); + --tertiary-rgba-30: rgba(38, 44, 54, 0.3); + --tertiary-rgba-40: rgba(38, 44, 54, 0.4); + --tertiary-rgba-50: rgba(38, 44, 54, 0.5); + --tertiary-rgba-60: rgba(38, 44, 54, 0.6); + --tertiary-rgba-70: rgba(38, 44, 54, 0.7); + --tertiary-rgba-80: rgba(38, 44, 54, 0.8); + --tertiary-rgba-90: rgba(38, 44, 54, 0.9); + --quaternary: #343c4a; + --quaternary-100: #29303b; + --quaternary-200: #242a34; + --quaternary-300: #1f242c; + --quaternary--100: #3f4859; + --quaternary--200: #444e60; + --quaternary--300: #495468; + --quaternary-rgba-0: rgba(52, 60, 74, 0); + --quaternary-rgba-10: rgba(52, 60, 74, 0.1); + --quaternary-rgba-20: rgba(52, 60, 74, 0.2); + --quaternary-rgba-30: rgba(52, 60, 74, 0.3); + --quaternary-rgba-40: rgba(52, 60, 74, 0.4); + --quaternary-rgba-50: rgba(52, 60, 74, 0.5); + --quaternary-rgba-60: rgba(52, 60, 74, 0.6); + --quaternary-rgba-70: rgba(52, 60, 74, 0.7); + --quaternary-rgba-80: rgba(52, 60, 74, 0.8); + --quaternary-rgba-90: rgba(52, 60, 74, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #FFF; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/skins/skin-wedding.css b/resources/assets/css/skins/skin-wedding.css new file mode 100644 index 0000000..2277df1 --- /dev/null +++ b/resources/assets/css/skins/skin-wedding.css @@ -0,0 +1,134 @@ +/* General */ +:root { + --border-radius: 0; + --border-radius2x: 0; + --default: #777; +} +/* Skin Colors */ +:root { + --primary: #60635c; + --primary-100: #535650; + --primary-200: #4d4f4a; + --primary-300: #464943; + --primary--100: #6d7068; + --primary--200: #73776e; + --primary--300: #7a7d75; + --primary-rgba-0: rgba(96, 99, 92, 0); + --primary-rgba-10: rgba(96, 99, 92, 0.1); + --primary-rgba-20: rgba(96, 99, 92, 0.2); + --primary-rgba-30: rgba(96, 99, 92, 0.3); + --primary-rgba-40: rgba(96, 99, 92, 0.4); + --primary-rgba-50: rgba(96, 99, 92, 0.5); + --primary-rgba-60: rgba(96, 99, 92, 0.6); + --primary-rgba-70: rgba(96, 99, 92, 0.7); + --primary-rgba-80: rgba(96, 99, 92, 0.8); + --primary-rgba-90: rgba(96, 99, 92, 0.9); + --secondary: #f4f0ed; + --secondary-100: #eae3dd; + --secondary-200: #e5dcd5; + --secondary-300: #e1d6cd; + --secondary--100: #fefdfd; + --secondary--200: #ffffff; + --secondary--300: #ffffff; + --secondary-rgba-0: rgba(244, 240, 237, 0); + --secondary-rgba-10: rgba(244, 240, 237, 0.1); + --secondary-rgba-20: rgba(244, 240, 237, 0.2); + --secondary-rgba-30: rgba(244, 240, 237, 0.3); + --secondary-rgba-40: rgba(244, 240, 237, 0.4); + --secondary-rgba-50: rgba(244, 240, 237, 0.5); + --secondary-rgba-60: rgba(244, 240, 237, 0.6); + --secondary-rgba-70: rgba(244, 240, 237, 0.7); + --secondary-rgba-80: rgba(244, 240, 237, 0.8); + --secondary-rgba-90: rgba(244, 240, 237, 0.9); + --tertiary: #333; + --tertiary-100: #262626; + --tertiary-200: #202020; + --tertiary-300: #1a1a1a; + --tertiary--100: #404040; + --tertiary--200: #464646; + --tertiary--300: #4d4d4d; + --tertiary-rgba-0: rgba(51, 51, 51, 0); + --tertiary-rgba-10: rgba(51, 51, 51, 0.1); + --tertiary-rgba-20: rgba(51, 51, 51, 0.2); + --tertiary-rgba-30: rgba(51, 51, 51, 0.3); + --tertiary-rgba-40: rgba(51, 51, 51, 0.4); + --tertiary-rgba-50: rgba(51, 51, 51, 0.5); + --tertiary-rgba-60: rgba(51, 51, 51, 0.6); + --tertiary-rgba-70: rgba(51, 51, 51, 0.7); + --tertiary-rgba-80: rgba(51, 51, 51, 0.8); + --tertiary-rgba-90: rgba(51, 51, 51, 0.9); + --quaternary: #999; + --quaternary-100: #8c8c8c; + --quaternary-200: #868686; + --quaternary-300: #808080; + --quaternary--100: #a6a6a6; + --quaternary--200: #acacac; + --quaternary--300: #b3b3b3; + --quaternary-rgba-0: rgba(153, 153, 153, 0); + --quaternary-rgba-10: rgba(153, 153, 153, 0.1); + --quaternary-rgba-20: rgba(153, 153, 153, 0.2); + --quaternary-rgba-30: rgba(153, 153, 153, 0.3); + --quaternary-rgba-40: rgba(153, 153, 153, 0.4); + --quaternary-rgba-50: rgba(153, 153, 153, 0.5); + --quaternary-rgba-60: rgba(153, 153, 153, 0.6); + --quaternary-rgba-70: rgba(153, 153, 153, 0.7); + --quaternary-rgba-80: rgba(153, 153, 153, 0.8); + --quaternary-rgba-90: rgba(153, 153, 153, 0.9); + --dark: #212529; + --dark-100: #16181b; + --dark-200: #101214; + --dark-300: #0a0c0d; + --dark--100: #2c3237; + --dark--200: #32383e; + --dark--300: #383f45; + --dark-rgba-0: rgba(33, 37, 41, 0); + --dark-rgba-10: rgba(33, 37, 41, 0.1); + --dark-rgba-20: rgba(33, 37, 41, 0.2); + --dark-rgba-30: rgba(33, 37, 41, 0.3); + --dark-rgba-40: rgba(33, 37, 41, 0.4); + --dark-rgba-50: rgba(33, 37, 41, 0.5); + --dark-rgba-60: rgba(33, 37, 41, 0.6); + --dark-rgba-70: rgba(33, 37, 41, 0.7); + --dark-rgba-80: rgba(33, 37, 41, 0.8); + --dark-rgba-90: rgba(33, 37, 41, 0.9); + --light: #FFF; + --light-100: #f2f2f2; + --light-200: #ececec; + --light-300: #e6e6e6; + --light--100: #ffffff; + --light--200: #ffffff; + --light--300: #ffffff; + --light-rgba-0: rgba(255, 255, 255, 0); + --light-rgba-10: rgba(255, 255, 255, 0.1); + --light-rgba-20: rgba(255, 255, 255, 0.2); + --light-rgba-30: rgba(255, 255, 255, 0.3); + --light-rgba-40: rgba(255, 255, 255, 0.4); + --light-rgba-50: rgba(255, 255, 255, 0.5); + --light-rgba-60: rgba(255, 255, 255, 0.6); + --light-rgba-70: rgba(255, 255, 255, 0.7); + --light-rgba-80: rgba(255, 255, 255, 0.8); + --light-rgba-90: rgba(255, 255, 255, 0.9); +} +/* Skin Colors - Inverse */ +:root { + --primary-inverse: #FFF; + --secondary-inverse: #777; + --tertiary-inverse: #FFF; + --quaternary-inverse: #FFF; + --dark-inverse: #FFF; + --light-inverse: #777; +} +/* Grey Colors */ +:root { + --grey: #969696; + --grey-100: #f4f4f4; + --grey-200: #eaeaea; + --grey-300: #e5e5e5; + --grey-400: #e0e0e0; + --grey-500: #dbdbdb; + --grey-600: #cecece; + --grey-700: #c1c1c1; + --grey-800: #a8a8a8; + --grey-900: #8e8e8e; + --grey-1000: #757575; +} diff --git a/resources/assets/css/theme-blog.css b/resources/assets/css/theme-blog.css new file mode 100644 index 0000000..8469fc4 --- /dev/null +++ b/resources/assets/css/theme-blog.css @@ -0,0 +1,381 @@ +/* +Name: theme-blog.css +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +/* Posts */ +.blog-posts:not(.blog-posts-no-margins) article { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); + margin-bottom: 50px; + padding-bottom: 20px; +} + +.blog-posts:not(.blog-posts-no-margins) .pagination { + margin: -10px 0 20px; +} + +.blog-posts.blog-posts-no-margins .pagination { + margin-top: 28.8px; + margin-top: 1.8rem; +} + +/* Post */ +article.post h2 a { + text-decoration: none; +} + +article.post .post-meta { + font-size: 0.9em; + margin-bottom: 7px; +} + +article.post .post-meta > span { + display: inline-block; + padding-right: 8px; +} + +article.post .post-meta i { + margin-right: 3px; +} + +article.post .post-date { + float: left; + margin-right: 10px; + text-align: center; +} + +article.post .post-date .month { + display: block; + background: var(--grey-500); + border-radius: 0 0 2px 2px; + color: var(--light); + font-size: 0.8em; + line-height: 1.8; + padding: 1px 10px; + text-transform: uppercase; +} + +article.post .post-date .day { + background: var(--grey-100); + border-radius: 2px 2px 0 0; + color: var(--grey-500); + display: block; + font-size: 18px; + font-weight: 900; + padding: 10px; +} + +article.post .post-image .owl-carousel { + width: 100.1%; +} + +article .post-video { + transition: all 0.2s ease-in-out; + padding: 0; + background-color: var(--light); + border: 1px solid rgba(0, 0, 0, 0.06); + border-radius: var(--border-radius2x); + display: block; + height: auto; + position: relative; + margin: 0 0 30px 0; + padding-bottom: 61%; +} + +article .post-video iframe { + bottom: 0; + height: auto; + left: 0; + margin: 0; + min-height: 100%; + min-width: 100%; + padding: 4px; + position: absolute; + right: 0; + top: 0; + width: auto; +} + +article .post-audio { + transition: all 0.2s ease-in-out; + padding: 0; + background-color: var(--light); + border: 1px solid rgba(0, 0, 0, 0.06); + border-radius: var(--border-radius2x); + display: block; + height: auto; + position: relative; + margin: 0 0 30px 0; + padding-bottom: 35%; + min-height: 160px; +} + +article .post-audio iframe { + bottom: 0; + height: auto; + left: 0; + margin: 0; + min-height: 100%; + min-width: 100%; + padding: 4px; + position: absolute; + right: 0; + top: 0; + width: auto; +} + +article.post-medium .post-image .owl-carousel { + width: 100.2%; +} + +article.post-large { + margin-left: 60px; +} + +article.post-large h2 { + margin-bottom: 5px; +} + +article.post-large .post-image, article.post-large .post-date { + margin-left: -60px; +} + +article.post-large .post-image { + margin-bottom: 25px; +} + +article.post-large .post-image.single { + margin-bottom: 30px; +} + +article.post-large .post-video { + margin-left: -60px; +} + +article.post-large .post-audio { + margin-left: -60px; +} + +/* Single Post */ +.single-post article { + border-bottom: 0; + margin-bottom: 0; +} + +article.blog-single-post .post-meta { + margin-bottom: 20px; +} + +/* Post Block */ +.post-block h3 { + font-size: 1.8em; + font-weight: 200; + margin: 0 0 20px; + text-transform: none; +} + +.post-block h3 i { + margin-right: 7px; +} + +/* Post Author */ +.post-author img { + max-height: 80px; + max-width: 80px; +} + +.post-author p { + font-size: 0.9em; + line-height: 22px; + margin: 0; + padding: 0; +} + +.post-author p .name { + font-size: 1.1em; +} + +.post-author .img-thumbnail { + display: inline-block; + float: left; + margin-right: 20px; +} + +/* Post Comments */ +ul.comments { + list-style: none; + margin: 0; + padding: 0; +} + +ul.comments li { + clear: both; + padding: 10px 0 0 70px; +} + +ul.comments li img.avatar { + height: 48px; + width: 48px; +} + +ul.comments li ul.reply { + margin: 0; +} + +ul.comments li a { + text-decoration: none; +} + +ul.comments li .img-thumbnail { + margin-left: -70px; + position: absolute; +} + +ul.comments li .comment { + margin-bottom: 10px; +} + +ul.comments .comment-arrow { + border-bottom: 12px solid transparent; + border-right: 12px solid var(--grey-100); + border-top: 12px solid transparent; + height: 0; + left: -12px; + position: absolute; + top: 12px; + width: 0; +} + +ul.comments .comment-block { + background: var(--grey-100); + border-radius: 5px; + padding: 20px 20px 30px; + position: relative; +} + +ul.comments .comment-block p { + font-size: 0.9em; + line-height: 21px; + margin: 0; + padding: 0; +} + +ul.comments .comment-block .comment-by { + display: block; + font-size: 1em; + line-height: 21px; + margin: 0; + padding: 0 0 5px 0; +} + +ul.comments .comment-block .date { + color: var(--grey-900); + font-size: 0.9em; +} + +/* Leave a Comment */ +.post-leave-comment h3 { + margin: 0 0 40px; +} + +/* Recent Posts */ +.recent-posts h4 { + margin-bottom: 7px; +} + +.recent-posts article.recent-post h4 { + margin: 0 0 3px 0; +} + +.recent-posts article.recent-post h4 a { + display: block; +} + +.recent-posts .date { + margin-right: 10px; + text-align: center; +} + +.recent-posts .date .month { + background: var(--grey-500); + color: var(--light); + font-size: 0.9em; + padding: 3px 10px; + position: relative; + top: -2px; +} + +.recent-posts .date .day { + background: var(--grey-100); + color: var(--grey-500); + display: block; + font-size: 18px; + font-weight: 500; + font-weight: bold; + padding: 8px; +} + +section.section .recent-posts .date .day { + background: var(--light); +} + +/* Simple Post List */ +ul.simple-post-list { + list-style: none; + margin: 0; + padding: 0; +} + +ul.simple-post-list li { + border-bottom: 1px dotted #E2E2E2; + padding: 15px 0; +} + +ul.simple-post-list li::after { + clear: both; + content: ""; + display: block; +} + +ul.simple-post-list li:last-child { + border-bottom: 0; +} + +ul.simple-post-list .post-image { + float: left; + margin-right: 12px; +} + +ul.simple-post-list .post-meta { + color: var(--grey-900); + font-size: 0.8em; +} + +ul.simple-post-list .post-info { + line-height: 20px; +} + +@media (max-width: 575px) { + ul.comments li { + border-left: 8px solid rgba(0, 0, 0, 0.06); + clear: both; + padding: 0 0 0 10px; + } + + ul.comments li .img-thumbnail { + display: none; + } + + ul.comments .comment-arrow { + display: none; + } +} + +/* Blog - Skin */ +.recent-posts .date .month, article.post .post-date .month { + background-color: var(--primary); +} + +.recent-posts .date .day, article.post .post-date .day { + color: var(--primary); +} diff --git a/resources/assets/css/theme-elements.css b/resources/assets/css/theme-elements.css new file mode 100644 index 0000000..ae1b448 --- /dev/null +++ b/resources/assets/css/theme-elements.css @@ -0,0 +1,22625 @@ +@charset "UTF-8"; +/* +Name: theme-elements.css +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +/* Accordion */ +.accordion .card { + margin-top: 5px; +} + +.accordion .card:first-child { + margin-top: 0; +} + +.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type { + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: .25rem; +} + +.accordion .card:not(:first-of-type) .card-header:first-child { + border-radius: .25rem; +} + +.accordion .card-title { + font-size: 16px; +} + +.accordion .card-header { + padding: 0; + border-radius: .25rem; + border-bottom: 0; + margin: -1px; +} + +.accordion .card-header a { + cursor: pointer; + display: block; + padding: 10px 20px; +} + +.accordion .card-header a:hover, .accordion .card-header a:focus { + text-decoration: none; +} + +.accordion .card-header a [class^="icon-"] { + margin-right: 4px; + position: relative; + top: 1px; +} + +.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons { + display: inline-block; + margin-right: 5px; + position: relative; + top: -1px; +} + +.accordion .card-header a .icons { + top: 1px; +} + +.accordion.accordion-sm .card-header a { + padding: 5px 15px; + font-size: 0.85em; +} + +.accordion.accordion-sm .card-body { + font-size: 0.9em; +} + +.accordion.accordion-lg .card-header a { + padding: 15px 15px; + font-size: 1em; + font-weight: 600; +} + +.accordion.without-bg .card-default { + background: transparent !important; +} + +.accordion.without-bg .card-default > .card-header { + background: transparent !important; +} + +.accordion.without-bg .card-body { + padding-top: 0; +} + +.accordion.without-borders .card { + border: 0 !important; + box-shadow: none; + border-radius: 0; +} + +.accordion.without-borders .card-header a { + padding-left: 0; + padding-right: 0; +} + +.accordion.without-borders .card-body { + padding: 0; +} + +.accordion.accordion-modern .card:first-of-type, .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), .accordion.accordion-modern .card:last-of-type { + border: 4px solid var(--grey-100); +} + +.accordion.accordion-modern .card .card-header { + background-color: var(--grey-100); + border-radius: 0; +} + +.accordion.accordion-modern-2 > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.accordion.accordion-modern-2 > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; + border-radius: var(--border-radius); +} + +.accordion.accordion-modern-2 > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: inherit; + font-weight: inherit; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.accordion.accordion-modern-2 > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.accordion.accordion-modern-2 > .card .card-header + .collapse.show, +.accordion.accordion-modern-2 > .card .card-header + .collapsing { + border: 1px solid transparent; + border-top: 0; +} + +.accordion.accordion-modern-2 > .card + .card { + margin-top: 17px; +} + +.accordion.accordion-modern-status > .card { + border: 1px solid transparent !important; + transition: ease border-color 300ms; +} + +.accordion.accordion-modern-status > .card .card-header a { + position: relative; + padding: 23px 30px; + background-color: #f4f4f4; + transition: ease background-color 300ms, ease color 300ms; +} + +.accordion.accordion-modern-status > .card .card-header a:after { + content: '+'; + position: absolute; + top: 50%; + right: 25px; + font-size: 24px; + font-weight: 500; + transform: translate3d(0, -50%, 0) rotate(45deg); + transform-origin: 50% 50%; + transition: ease transform 300ms; +} + +.accordion.accordion-modern-status > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.accordion.accordion-modern-status > .card .card-header + .collapse.show, +.accordion.accordion-modern-status > .card .card-header + .collapsing { + border: 0; +} + +.accordion.accordion-modern-status > .card + .card { + margin-top: 17px; +} + +.accordion.accordion-modern-status.accordion-modern-status-borders > .card { + border: 1px solid rgba(0, 0, 0, 0.085) !important; +} + +.accordion.accordion-modern-status.accordion-modern-status-borders > .card .card-header { + background: transparent !important; +} + +.accordion.accordion-modern-status.accordion-modern-status-borders > .card .card-header a { + background: transparent !important; +} + +.accordion.accordion-modern-status.accordion-modern-status-arrow > .card .card-header a:after { + transform: translate3d(0, -50%, 0) rotate(180deg); + font-family: 'Font Awesome 6 Free'; + content: "\f107"; + font-weight: 900; + font-size: inherit; +} + +.accordion.accordion-modern-status.accordion-modern-status-arrow > .card .card-header a.collapsed:after { + transform: translate3d(0, -50%, 0) rotate(0deg); +} + +.accordion.accordion-modern-status.accordion-modern-status-arrow-dark > .card .card-header a:after { + border-radius: 50%; + background: var(--dark); + width: 30px; + text-align: center; + height: 30px; + line-height: 30px; + color: #FFF; +} + +.accordion.accordion-modern-grey-scale-1 .card:first-of-type, .accordion.accordion-modern-grey-scale-1 .card:not(:first-of-type):not(:last-of-type), .accordion.accordion-modern-grey-scale-1 .card:last-of-type { + border-color: #EDEDED; +} + +.accordion.accordion-modern-grey-scale-1 .card .card-header { + background-color: #EDEDED; +} + +/* Accordion - Skin */ +.accordion .card-header a { + color: var(--primary); +} + +.accordion.accordion-primary .card-header { + background-color: var(--primary) !important; +} + +.accordion.accordion-primary .card-header a { + color: var(--primary-inverse); +} + +.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--primary) !important; + color: var(--primary-inverse) !important; +} + +.accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--primary) !important; +} + +.accordion.accordion-secondary .card-header { + background-color: var(--secondary) !important; +} + +.accordion.accordion-secondary .card-header a { + color: var(--secondary-inverse); +} + +.accordion-modern-status-secondary.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--secondary) !important; + color: var(--secondary-inverse) !important; +} + +.accordion-modern-status-secondary.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--secondary) !important; +} + +.accordion.accordion-tertiary .card-header { + background-color: var(--tertiary) !important; +} + +.accordion.accordion-tertiary .card-header a { + color: var(--tertiary-inverse); +} + +.accordion-modern-status-tertiary.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--tertiary) !important; + color: var(--tertiary-inverse) !important; +} + +.accordion-modern-status-tertiary.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--tertiary) !important; +} + +.accordion.accordion-quaternary .card-header { + background-color: var(--quaternary) !important; +} + +.accordion.accordion-quaternary .card-header a { + color: var(--quaternary-inverse); +} + +.accordion-modern-status-quaternary.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--quaternary) !important; + color: var(--quaternary-inverse) !important; +} + +.accordion-modern-status-quaternary.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--quaternary) !important; +} + +.accordion.accordion-dark .card-header { + background-color: var(--dark) !important; +} + +.accordion.accordion-dark .card-header a { + color: var(--dark-inverse); +} + +.accordion-modern-status-dark.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--dark) !important; + color: var(--dark-inverse) !important; +} + +.accordion-modern-status-dark.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--dark) !important; +} + +.accordion.accordion-light .card-header { + background-color: var(--light) !important; +} + +.accordion.accordion-light .card-header a { + color: var(--light-inverse); +} + +.accordion-modern-status-light.accordion-modern-status > .card .card-header a:not(.collapsed) { + background-color: var(--light) !important; + color: var(--light-inverse) !important; +} + +.accordion-modern-status-light.accordion-modern-status > .card:hover .card-header a.collapsed { + color: var(--light) !important; +} + +/* Animations */ +.appear-animation { + opacity: 0; +} + +.appear-animation-visible { + opacity: 1; +} + +.block-appear-animation { + opacity: 1; + overflow: hidden; + position: relative; +} + +.block-appear-animation .block-appear-animation-wrapper { + animation-duration: 1s; + animation-duration: var(--animate-duration); + animation-fill-mode: both; + animation-delay: 300ms; + opacity: 0; +} + +.block-appear-animation.appear-animation-visible .block-appear-animation-wrapper { + animation-name: fadeIn; +} + +/* Transitions */ +.transition-2ms { + transition: all 0.2s ease-in-out; +} + +.transition-3ms { + transition: all 0.3s ease-in-out; +} + +.transition-4ms { + transition: all 0.4s ease-in-out; +} + +.transition-5ms { + transition: all 0.5s ease-in-out; +} + +.transition-1s { + transition: all 1s ease-in-out; +} + +/* Transition Magnetic */ +.transition-magnetic { + transition: transform 0.5s cubic-bezier(0.25, 1, 0.2, 1); +} + +/* Translate Animations */ +.anim-hover-translate-top-0px:hover { + transform: translateY(0px) !important; +} + +.anim-hover-translate-bottom-0px:hover { + transform: translateY(0px) !important; +} + +.anim-hover-translate-left-0px:hover { + transform: translateX(0px) !important; +} + +.anim-hover-translate-right-0px:hover { + transform: translateX(0px) !important; +} + +.anim-hover-translate-top-5px:hover { + transform: translateY(-5px) !important; +} + +.anim-hover-translate-bottom-5px:hover { + transform: translateY(5px) !important; +} + +.anim-hover-translate-left-5px:hover { + transform: translateX(-5px) !important; +} + +.anim-hover-translate-right-5px:hover { + transform: translateX(5px) !important; +} + +.anim-hover-translate-top-10px:hover { + transform: translateY(-10px) !important; +} + +.anim-hover-translate-bottom-10px:hover { + transform: translateY(10px) !important; +} + +.anim-hover-translate-left-10px:hover { + transform: translateX(-10px) !important; +} + +.anim-hover-translate-right-10px:hover { + transform: translateX(10px) !important; +} + +.anim-hover-translate-top-20px:hover { + transform: translateY(-20px) !important; +} + +.anim-hover-translate-bottom-20px:hover { + transform: translateY(20px) !important; +} + +.anim-hover-translate-left-20px:hover { + transform: translateX(-20px) !important; +} + +.anim-hover-translate-right-20px:hover { + transform: translateX(20px) !important; +} + +.anim-hover-translate-top-30px:hover { + transform: translateY(-30px) !important; +} + +.anim-hover-translate-bottom-30px:hover { + transform: translateY(30px) !important; +} + +.anim-hover-translate-left-30px:hover { + transform: translateX(-30px) !important; +} + +.anim-hover-translate-right-30px:hover { + transform: translateX(30px) !important; +} + +.anim-hover-translate-top-40px:hover { + transform: translateY(-40px) !important; +} + +.anim-hover-translate-bottom-40px:hover { + transform: translateY(40px) !important; +} + +.anim-hover-translate-left-40px:hover { + transform: translateX(-40px) !important; +} + +.anim-hover-translate-right-40px:hover { + transform: translateX(40px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-0px { + transform: translateY(0px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-0px { + transform: translateY(0px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-0px { + transform: translateX(0px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-0px { + transform: translateX(0px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-5px { + transform: translateY(-5px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-5px { + transform: translateY(5px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-5px { + transform: translateX(-5px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-5px { + transform: translateX(5px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-10px { + transform: translateY(-10px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-10px { + transform: translateY(10px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-10px { + transform: translateX(-10px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-10px { + transform: translateX(10px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-20px { + transform: translateY(-20px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-20px { + transform: translateY(20px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-20px { + transform: translateX(-20px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-20px { + transform: translateX(20px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-30px { + transform: translateY(-30px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-30px { + transform: translateY(30px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-30px { + transform: translateX(-30px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-30px { + transform: translateX(30px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-40px { + transform: translateY(-40px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-40px { + transform: translateY(40px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-40px { + transform: translateX(-40px) !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-40px { + transform: translateX(40px) !important; +} + +.anim-hover-scale-1-1:hover { + transform: scale(1.1); +} + +.anim-hover-scale-1-2:hover { + transform: scale(1.2); +} + +/* Opacity Animations */ +.anim-hover-opacity-0:hover { + opacity: 0 !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-opacity-0 { + opacity: 0 !important; +} + +.anim-hover-opacity-10:hover { + opacity: 1 !important; +} + +.anim-hover-inner-wrapper:hover .anim-hover-inner-opacity-10 { + opacity: 1 !important; +} + +/* Side Header Arrow Animations */ +@keyframes sideMenuArrow { + 0% { + left: 5px; + } + + 50% { + left: 10px; + } + + 100% { + left: 5px; + } +} + +@keyframes sideMenuArrowBack { + 0% { + right: 5px; + } + + 50% { + right: 10px; + } + + 100% { + right: 5px; + } +} + +/* Mask Up */ +@keyframes maskUp { + from { + transform: translate(0, 100%); + } + + to { + transform: translate(0, 0); + } +} + +/* Mask Right */ +@keyframes maskRight { + from { + transform: translate(-100%, 0); + } + + to { + transform: translate(0, 0); + } +} + +/* Mask Down */ +@keyframes maskDown { + from { + transform: translate(0, -100%); + } + + to { + transform: translate(0, 0); + } +} + +/* Mask Left */ +@keyframes maskLeft { + from { + transform: translate(100%, 0); + } + + to { + transform: translate(0, 0); + } +} + +.maskUp { + animation-name: maskUp; +} + +.maskRight { + animation-name: maskRight; +} + +.maskDown { + animation-name: maskDown; +} + +.maskLeft { + animation-name: maskLeft; +} + +/* Text Entrance */ +@keyframes textEntrance { + from { + opacity: 0; + transform: translateY(100%) rotateX(-80deg); + } + + to { + transform: none; + opacity: 1; + } +} + +.textEntrance { + transform-origin: center top; + transform-style: preserve-3d; + transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); + transition-duration: 0.8s; + animation-name: textEntrance; +} + +@keyframes headerReveal { + from { + top: -150px; + } + + to { + top: 0; + } +} + +/* Fade In Up Shorter */ +@keyframes fadeInUpShorter { + from { + opacity: 0; + transform: translate(0, 50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInUpShorter { + animation-name: fadeInUpShorter; +} + +/* Fade In Up Shorter Plus */ +@keyframes fadeInUpShorterPlus { + from { + opacity: 0; + transform: translate(0, 15px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInUpShorterPlus { + animation-name: fadeInUpShorterPlus; +} + +/* Fade In Left Shorter */ +@keyframes fadeInLeftShorter { + from { + opacity: 0; + transform: translate(50px, 0); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInLeftShorter { + animation-name: fadeInLeftShorter; +} + +/* Fade In Left Shorter Plus */ +@keyframes fadeInLeftShorterPlus { + from { + opacity: 0; + transform: translate(15px, 0); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInLeftShorterPlus { + animation-name: fadeInLeftShorterPlus; +} + +/* Fade In Right Shorter */ +@keyframes fadeInRightShorter { + from { + opacity: 0; + transform: translate(-50px, 0); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInRightShorter { + animation-name: fadeInRightShorter; +} + +/* Fade In Right Shorter Plus */ +@keyframes fadeInRightShorterPlus { + from { + opacity: 0; + transform: translate(-15px, 0); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInRightShorterPlus { + animation-name: fadeInRightShorterPlus; +} + +/* Fade In Right Shorter With Opacity */ +@keyframes fadeInRightShorterOpacity { + from { + opacity: 0; + transform: translate(-50px, 0); + } + + to { + opacity: 0.7; + transform: none; + } +} + +.fadeInRightShorterOpacity { + animation-name: fadeInRightShorterOpacity; +} + +/* Fade In Down Shorter */ +@keyframes fadeInDownShorter { + from { + opacity: 0; + transform: translate(0, -50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInDownShorter { + animation-name: fadeInDownShorter; +} + +/* Fade In Down Shorter Plus */ +@keyframes fadeInDownShorterPlus { + from { + opacity: 0; + transform: translate(0, -15px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInDownShorterPlus { + animation-name: fadeInDownShorterPlus; +} + +/* Fade In Right and Down Shorter */ +@keyframes fadeInRightDownShorter { + from { + opacity: 0; + transform: translate(-50px, -50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInRightDownShorter { + animation-name: fadeInRightDownShorter; +} + +/* Fade In Right and Up Shorter */ +@keyframes fadeInRightUpShorter { + from { + opacity: 0; + transform: translate(-50px, 50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInRightUpShorter { + animation-name: fadeInRightUpShorter; +} + +/* Fade In Left and Down Shorter */ +@keyframes fadeInLeftDownShorter { + from { + opacity: 0; + transform: translate(50px, -50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInLeftDownShorter { + animation-name: fadeInLeftDownShorter; +} + +/* Fade In Left and Up Shorter */ +@keyframes fadeInLeftUpShorter { + from { + opacity: 0; + transform: translate(50px, 50px); + } + + to { + opacity: 1; + transform: none; + } +} + +.fadeInLeftUpShorter { + animation-name: fadeInLeftUpShorter; +} + +/* Expand In */ +@keyframes expandIn { + from { + opacity: 0; + transform: scale(0.8); + } + + to { + opacity: 1; + transform: scale(1); + } +} + +.expandIn { + animation-name: expandIn; +} + +/* Gradient Transition */ +@keyframes gradientTransition { + 0% { + background-position: 0% 50%; + } + + 50% { + background-position: 100% 50%; + } + + 100% { + background-position: 0% 50%; + } +} + +/* Slider Scroll Button Animation */ +@keyframes sliderScrollButton { + 0% { + opacity: 1; + transform: translate3d(-50%, 0, 0); + } + + 70% { + opacity: 1; + transform: translate3d(-50%, 10px, 0); + } + + 100% { + opacity: 0; + transform: translate3d(-50%, 10px, 0); + } +} + +/* Arrow Left Right */ +@keyframes arrowLeftRight { + 0% { + transform: translate3d(-1px, 0, 0); + } + + 50% { + transform: translate3d(1px, 0, 0); + } + + 100% { + transform: translate3d(-1px, 0, 0); + } +} + +/* Nav Item Arrow */ +@keyframes navItemArrow { + 0% { + position: relative; + left: -1px; + } + + 50% { + position: relative; + left: 3px; + } + + 100% { + position: relative; + left: -1px; + } +} + +/* Hover 3d Effect */ +.hover-in { + transition: .1s ease-out !important; +} + +.hover-out { + transition: .1s ease-in !important; +} + +.hover-3d { + transition: none; +} + +@keyframes upDownInfinite { + 0% { + transform: translateY(5px); + } + + 50% { + transform: translateY(10px); + } + + 100% { + transform: translateY(5px); + } +} + +.anim-up-down-infinite { + animation: upDownInfinite 600ms ease; + animation-iteration-count: infinite; +} + +@keyframes leftRightInfinite { + 0% { + transform: translateX(5px); + } + + 50% { + transform: translateX(10px); + } + + 100% { + transform: translateX(5px); + } +} + +.anim-left-right-infinite { + animation: leftRightInfinite 600ms ease; + animation-iteration-count: infinite; +} + +/* Hotspot */ +@keyframes hotspot-pulsate { + 0% { + transform: scale(1); + opacity: 0.8; + } + + 45% { + transform: scale(1.75); + opacity: 0; + } +} + +@keyframes stop-hotspot-pulsate { + from { + opacity: 0.4; + } + + to { + transform: scale(2); + opacity: 0; + } +} + +/* Dot Pulse */ +@keyframes dotPulse { + from { + opacity: 1; + transform: scale(0.2); + } + + to { + opacity: 0; + transform: scale(1); + } +} + +.dotPulse { + animation-name: dotPulse; + animation-iteration-count: infinite; + animation-duration: 4s; +} + +/* Blur In */ +@keyframes blurIn { + from { + opacity: 0; + filter: blur(20px); + transform: scale(1.3); + } + + to { + opacity: 1; + filter: blur(0.1px); + transform: none; + } +} + +.blurIn { + animation-name: blurIn; +} + +/* Ken Burns To Right */ +@keyframes kenBurnsToRight { + from { + transform: scale(1.2); + } + + to { + transform: scale(1); + } +} + +.kenBurnsToRight { + animation-name: kenBurnsToRight; + animation-timing-function: linear; + transform-origin: right; +} + +/* Ken Burns To Left and Top */ +.kenBurnsToRightTop { + animation-name: kenBurnsToRight; + animation-timing-function: linear; + transform-origin: right top; +} + +/* Ken Burns To Left */ +@keyframes kenBurnsToLeft { + from { + transform: scale(1.2); + } + + to { + transform: scale(1); + } +} + +.kenBurnsToLeft { + animation-name: kenBurnsToLeft; + animation-timing-function: linear; + transform-origin: left; +} + +/* Ken Burns To Left and Top */ +.kenBurnsToLeftTop { + animation-name: kenBurnsToLeft; + animation-timing-function: linear; + transform-origin: left top; +} + +/* Moving From Top to Bottom */ +@keyframes bgPositionBottomToTop { + from { + background-position: bottom; + } + + to { + background-position: top; + } +} + +.bgPositionBottomToTop { + animation-name: bgPositionBottomToTop; + animation-timing-function: linear; + transform-origin: right; +} + +/* Pulse */ +@keyframes pulseAnim { + from { + transform: scale(1); + opacity: 1; + } + + to { + transform: scale(1.4); + opacity: 0; + } +} + +.pulseAnim:not(:hover):after { + animation-name: pulseAnim; +} + +.pulseAnim:after { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-color: inherit; + border-radius: inherit; + z-index: -1; +} + +.pulseAnim.pulseAnimAnimated:after { + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-delay: 1s; +} + +.pulseAnim:not(i):after { + z-index: 0; +} + +.pulseAnim:not(i) * { + position: relative; + z-index: 1; +} + +/* Basic Rotation */ +@keyframes basicRotation { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(360deg); + } +} + +.basicRotation { + animation-name: basicRotation; +} + +/* Block Slide */ +@keyframes blockSlideToRight { + from { + transform: translate(-110%, 0); + } + + to { + transform: translate(110%, 0); + } +} + +@keyframes blockSlideToLeft { + from { + transform: translate(110%, 0); + } + + to { + transform: translate(-110%, 0); + } +} + +@keyframes blockSlideToTop { + from { + transform: translate(0, 110%); + } + + to { + transform: translate(0, -110%); + } +} + +@keyframes blockSlideToBottom { + from { + transform: translate(0, -110%); + } + + to { + transform: translate(0, 110%); + } +} + +.blockSlide:after { + content: ""; + width: 100%; + height: 100%; + top: 0; + left: 0; + background: var(--dark); + position: absolute; + z-index: 1000; + animation-duration: 1s; + animation-duration: var(--animate-duration); + animation-fill-mode: both; + animation-name: blockSlideToRight; +} + +.blockSlideLight:after { + background: var(--grey-100); +} + +.blockSlideToLeft:after { + animation-name: blockSlideToLeft; +} + +.blockSlideToTop:after { + animation-name: blockSlideToTop; +} + +.blockSlideToBottom:after { + animation-name: blockSlideToBottom; +} + +/* SVG Animation Effect 1 */ +@keyframes svgAnimationEffect1 { + from { + stroke-dasharray: 1000; + stroke-dashoffset: -500; + } + + to { + stroke-dasharray: 1000; + stroke-dashoffset: 0; + } +} + +.svg-animation-effect-1-hover svg { + transform: scale(1); + transition: ease transform 300ms; +} + +.svg-animation-effect-1-hover svg path, .svg-animation-effect-1-hover svg polygon, .svg-animation-effect-1-hover svg polyline, .svg-animation-effect-1-hover svg rect { + transition: ease fill-opacity 300ms; +} + +.svg-animation-effect-1-hover:hover svg { + transform: scale(1.1); +} + +.svg-animation-effect-1-hover:hover svg path, .svg-animation-effect-1-hover:hover svg polygon, .svg-animation-effect-1-hover:hover svg polyline, .svg-animation-effect-1-hover:hover svg rect { + animation-name: svgAnimationEffect1; + animation-duration: 1s; + animation-fill-mode: forwards; + fill-opacity: 0; + stroke-width: 0.4px; +} + +[data-plugin-animated-words] { + opacity: 0; +} + +[data-plugin-animated-words].initialized { + opacity: 1; +} + +.animated-words-wrapper { + display: inline-block; +} + +.animated-words-item { + display: inline-block; +} + +.animated-letters-wrapper { + display: inline-block; +} + +.animated-letters-item { + display: inline-block; +} + +.rotate-animation { + animation: rotate-animation 10s infinite linear; +} + +@keyframes rotate-animation { + 0% { + transform: rotate(0deg); + } + + 50% { + transform: rotate(180deg); + } + + 100% { + transform: rotate(360deg); + } +} + +.rotate-animation-inverse { + animation: rotate-animation-inverse 10s infinite linear; +} + +@keyframes rotate-animation-inverse { + 0% { + transform: rotate(0deg); + } + + 50% { + transform: rotate(-180deg); + } + + 100% { + transform: rotate(-360deg); + } +} + +.scroll-rotate { + position: relative; + transform: translatex(-50%) translatey(-50%); +} + +.highlight-scribble-1 { + position: absolute; + left: 0; + top: 0; + z-index: -1; + width: 100%; + height: 45%; + top: auto; + bottom: -25%; +} + +.highlight-scribble-1 path { + stroke-dasharray: 1; + stroke-dashoffset: 1; + stroke-linecap: round; +} + +@media (max-width: 991px) { + .highlight-scribble-1 path { + stroke-dasharray: none; + } +} + +@keyframes highlightScribble1 { + 0% { + stroke-dashoffset: 1; + opacity: 0; + } + + 1% { + opacity: 1; + } + + 100% { + stroke-dashoffset: 0; + } +} + +.highlightScribble1 path { + animation: highlightScribble1 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; +} + +/* Highlighted Word */ +@keyframes pencilAnimation { + from { + width: 0; + } + + to { + width: 74px; + } +} + +@keyframes pencilAnimation2 { + from { + width: 0; + } + + to { + width: 115px; + } +} + +.highlighted-word { + font-family: "Shadows Into Light", cursive; + font-weight: 500; +} + +.highlighted-word.highlighted-word-animation-1 { + position: relative; +} + +.highlighted-word.highlighted-word-animation-1:after { + content: ''; + position: absolute; + right: calc(100% - 74px); + bottom: -6px; + background: url(../img/pencil-blue-line.png); + width: 0; + height: 15px; + animation-name: pencilAnimation; + animation-duration: 500ms; + animation-delay: 1s; + animation-fill-mode: forwards; + overflow: hidden; + transform: rotate(180deg); +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-end:after { + right: 0 !important; +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-light:after { + filter: brightness(0) invert(1); +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-dark:after { + background: url(../img/pencil-blue-line-dark.png); +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate:after { + transform: rotate(0); +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-animate:after { + animation-duration: 0ms; + animation-delay: 0ms; +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2:after { + animation-name: pencilAnimation2; + right: calc(100% - 115px); + background: url(../img/pencil-blue-line-2.png); + background-repeat: no-repeat; +} + +.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2-dark:after { + background-image: url(../img/pencil-blue-line-2-dark.png); +} + +.highlighted-word.highlighted-word-rotate { + transform: rotate(-15deg); + transform-origin: 0 0; +} + +/* Animated Letters */ +[data-plugin-animated-letters] { + opacity: 0; + visibility: hidden; +} + +[data-plugin-animated-letters].initialized { + opacity: 1; + visibility: visible; +} + +/* Animated Letters - Type Writer Effect */ +@keyframes typeWriterFlash { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.letters-wrapper + .typeWriter:last-child { + position: relative; + padding-right: 4px; + opacity: 0.7; +} + +.letters-wrapper + .typeWriter:last-child:after { + content: ''; + position: absolute; + top: 0; + right: 0; + height: 100%; + width: 1px; + background: #212121; + animation-name: typeWriterFlash; + animation-iteration-count: infinite; + animation-duration: 600ms; +} + +/* Arrows */ +.arrow { + background: transparent url(../img/arrows.png) no-repeat 0 0; + width: 47px; + height: 120px; + display: inline-block; + position: relative; +} + +.arrow.arrow-light { + background-image: url(../img/arrows-dark.png); +} + +.arrow.vtl { + background-position: 0 0; + width: 47px; + height: 96px; +} + +.arrow.vtr { + background-position: -101px 0; + width: 47px; + height: 96px; +} + +.arrow.vbl { + background-position: 0 -144px; + width: 47px; + height: 96px; +} + +.arrow.vbr { + background-position: -101px -144px; + width: 47px; + height: 96px; +} + +.arrow.hlt { + background-position: -209px 0; + width: 120px; + height: 47px; +} + +.arrow.hlb { + background-position: -209px -101px; + width: 120px; + height: 47px; +} + +.arrow.hrt { + background-position: -353px 0; + width: 120px; + height: 47px; +} + +.arrow.hrb { + background-position: -353px -101px; + width: 120px; + height: 47px; +} + +@media (max-width: 575px) { + .arrow { + display: none; + } +} + +/* Badges */ +.badge.badge-xs { + padding: 0.3em 0.5em; +} + +.badge.badge-sm { + padding: 0.6em 1em 0.5em; + line-height: 1.3; +} + +.badge.badge-md { + padding: 1em 1.6em; + font-size: 85%; +} + +.badge.badge-lg { + padding: 1.5em 2em; + font-size: 90%; +} + +.badge.badge-xl { + padding: 2em 2.5em; + font-size: 100%; +} + +.badge-ecommerce { + font-size: 9.6px; + font-size: 0.6rem; + font-weight: 600; + border-radius: 0; + padding: 6.4px 8px; + padding: 0.4rem 0.5rem; +} + +.badge-comments-count { + min-width: 24px; + min-height: 24px; + line-height: 24px; +} + +/* Badges - Skin */ +.badge-primary { + background-color: var(--primary); +} + +.badge-secondary { + background-color: var(--secondary); +} + +.badge-tertiary { + background-color: var(--tertiary); +} + +.badge-quaternary { + background-color: var(--quaternary); +} + +.badge-dark { + background-color: var(--dark); +} + +.badge-light { + background-color: var(--light); +} + +/* Circular Bars */ +.circular-bar { + text-align: center; + margin-bottom: 25px; +} + +.circular-bar .circular-bar-chart { + position: relative; +} + +.circular-bar strong { + display: block; + font-weight: 600; + font-size: 18px; + line-height: 30px; + position: absolute; + top: 35%; + width: 80%; + left: 10%; + text-align: center; +} + +.circular-bar label { + display: block; + font-weight: 100; + font-size: 17px; + line-height: 20px; + position: absolute; + top: 50%; + width: 80%; + left: 10%; + text-align: center; +} + +.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons { + display: block; + font-size: 38px; + line-height: 30px; + position: absolute; + top: 40%; + width: 80%; + left: 10%; + text-align: center; +} + +.circular-bar.single-line strong { + top: 40%; +} + +.circular-bar.circular-bar-sm label { + font-size: 14px; + top: 36%; +} + +.circular-bar.circular-bar-lg strong { + font-size: 20px; + top: 40%; +} + +/* Circular Bar - Skin */ +.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons { + color: var(--primary); +} + +/* Progress */ +.progress { + border-radius: 25px; + height: 20px; + background: #FAFAFA; + overflow: visible; +} + +.progress.progress-border-radius { + border-radius: 3px; +} + +.progress.progress-border-radius .progress-bar { + border-radius: 3px; +} + +.progress.progress-no-border-radius { + border-radius: 0; +} + +.progress.progress-no-border-radius .progress-bar { + border-radius: 0; +} + +.progress.progress-xs { + height: 5px; +} + +.progress.progress-xs .progress-bar { + line-height: 5px; + height: auto; +} + +.progress.progress-sm { + height: 10px; +} + +.progress.progress-sm .progress-bar { + line-height: 10px; + height: auto; +} + +.progress.progress-lg { + height: 35px; +} + +.progress.progress-lg .progress-bar { + font-size: 13px; + line-height: 35px; + height: auto; +} + +.progress.progress-dark { + background: #333333; +} + +.progress.progress-right-side-value { + position: relative; + margin-right: 40px; +} + +.progress.progress-right-side-value .progress-bar-value { + position: absolute; + top: 50%; + right: 0; + transform: translate3d(40px, -50%, 0); +} + +.progress-bar { + background-color: var(--grey-500); + box-shadow: none; + position: relative; + border-radius: 25px; + overflow: visible; +} + +.progress-bar-tooltip { + position: absolute; + padding: 4px 8px; + background-color: var(--dark--200); + color: var(--light); + line-height: 15px; + font-size: 11px; + display: block; + position: absolute; + top: -28px; + right: 5px; + border-radius: 3px; + opacity: 0; +} + +.progress-bar-tooltip:after { + border-color: var(--dark--200) transparent; + border-style: solid; + border-width: 5px 5px 0; + bottom: -5px; + content: ""; + display: block; + left: 13px; + position: absolute; + width: 0; +} + +/* Progress Bar - Skin */ +.progress-bar-primary { + background-color: var(--primary); +} + +.progress-bar-secondary { + background-color: var(--secondary); +} + +.progress-bar-tertiary { + background-color: var(--tertiary); +} + +.progress-bar-quaternary { + background-color: var(--quaternary); +} + +.progress-bar-dark { + background-color: var(--dark); +} + +.progress-bar-light { + background-color: var(--light); +} + +/* Breadcrumb */ +.breadcrumb { + background: none; + margin: 0; + padding: 0; + position: relative; + z-index: 1; +} + +.breadcrumb > li { + display: inline-block; + font-size: 0.8em; + text-transform: uppercase; + text-shadow: none; +} + +.breadcrumb > li + li:before { + color: inherit; + opacity: 0.5; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f105"; + padding: 0 7px 0 5px; +} + +.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before { + opacity: 1; +} + +.breadcrumb.breadcrumb-style-2 > li + li:before { + content: "/"; +} + +.breadcrumb.breadcrumb-block { + background: var(--dark); + display: inline-block !important; + padding: 7.2px 19.2px; + padding: .45rem 1.2rem; + border-radius: var(--border-radius); + box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); +} + +.breadcrumb.breadcrumb-light { + color: var(--light); +} + +.breadcrumb.breadcrumb-light a { + color: var(--light); +} + +.breadcrumb.breadcrumb-light .active { + opacity: 0.7; +} + +/* Buttons */ +.btn { + font-size: 12.8px; + font-size: 0.8rem; + padding: 8.528px 14.928px; + padding: 0.533rem 0.933rem; + cursor: pointer; + font-weight: 600; +} + +.btn.btn-xs { + font-size: 11.2px; + font-size: 0.7rem; + padding: 3.2px 8px; + padding: 0.2rem 0.5rem; +} + +.btn.btn-sm { + font-size: 12.8px; + font-size: 0.8rem; + padding: 4.8px 10.4px; + padding: 0.3rem 0.65rem; +} + +.btn.btn-lg { + font-size: 16px; + font-size: 1rem; + padding: 8px 16px; + padding: 0.5rem 1rem; +} + +.btn.btn-xl { + font-size: 16px; + font-size: 1rem; + padding: 12.8px 32px; + padding: 0.8rem 2rem; +} + +.btn.btn-px-1 { + padding-left: 5.6px; + padding-left: .35rem; + padding-right: 5.6px; + padding-right: .35rem; +} + +.btn.btn-px-2 { + padding-left: 12px; + padding-left: .75rem; + padding-right: 12px; + padding-right: .75rem; +} + +.btn.btn-px-3 { + padding-left: 20px; + padding-left: 1.25rem; + padding-right: 20px; + padding-right: 1.25rem; +} + +.btn.btn-px-4 { + padding-left: 28px; + padding-left: 1.75rem; + padding-right: 28px; + padding-right: 1.75rem; +} + +.btn.btn-px-5 { + padding-left: 38.4px; + padding-left: 2.4rem; + padding-right: 38.4px; + padding-right: 2.4rem; +} + +.btn.btn-py-1 { + padding-top: 5.6px; + padding-top: .35rem; + padding-bottom: 5.6px; + padding-bottom: .35rem; +} + +.btn.btn-py-2 { + padding-top: 12px; + padding-top: .75rem; + padding-bottom: 12px; + padding-bottom: .75rem; +} + +.btn.btn-py-3 { + padding-top: 20px; + padding-top: 1.25rem; + padding-bottom: 20px; + padding-bottom: 1.25rem; +} + +.btn.btn-py-4 { + padding-top: 28px; + padding-top: 1.75rem; + padding-bottom: 28px; + padding-bottom: 1.75rem; +} + +.btn.btn-py-5 { + padding-top: 32px; + padding-top: 2rem; + padding-bottom: 32px; + padding-bottom: 2rem; +} + +html body .btn.focus, +html body .btn:focus, +html body .btn.active, +html body .btn:active, html body.body .btn.focus, +html body.body .btn:focus, +html body.body .btn.active, +html body.body .btn:active { + box-shadow: none !important; +} + +/* Dropdown Buttons */ +.btn + .dropdown-menu .dropdown-item { + font-size: 12.8px; + font-size: 0.8rem; +} + +/* Default */ +.btn-default { + color: var(--dark--200); + background-color: var(--light); + border-color: var(--grey-500); + box-shadow: none !important; +} + +.btn-default:hover, .btn-default:active, .btn-default:focus { + color: var(--dark--200); + background-color: #e6e6e6; + border-color: #adadad; +} + +/* Outline */ +.btn-outline { + border-width: 2px; + padding: 7.728px 14.928px; + padding: 0.483rem 0.933rem; +} + +.btn-outline.btn-xs { + padding: 2.4px 8px; + padding: 0.15rem 0.5rem; +} + +.btn-outline.btn-sm { + padding: 4px 10.4px; + padding: 0.25rem 0.65rem; +} + +.btn-outline.btn-lg { + padding: 7.2px 16px; + padding: 0.45rem 1rem; +} + +.btn-outline.btn-xl { + padding: 12px 32px; + padding: 0.75rem 2rem; +} + +.btn-outline.btn-outline-thin { + border-width: 1px; +} + +/* Modern */ +.btn-modern { + text-transform: uppercase; + font-size: .8em; + padding: 12.8px 24px; + padding: 0.8rem 1.5rem; + font-weight: 600; +} + +/* Rounded */ +.btn-rounded { + border-radius: 35px; +} + +/* Rounded */ +.btn-rounded-icon { + border-radius: 50px; + padding: 0; + width: 50px; + height: 50px; + display: inline-flex; + justify-content: center; + align-items: center; +} + +.btn-rounded-icon[data-hash] > i { + pointer-events: none; +} + +/* 3d */ +.btn-3d { + border-bottom-width: 3px; +} + +/* Arrow */ +.btn-with-arrow, +.btn-with-arrow-solid { + position: relative; + padding-right: 40px; + font-weight: 600; +} + +.btn-with-arrow:not(.btn-with-arrow-solid), +.btn-with-arrow-solid:not(.btn-with-arrow-solid) { + background-color: transparent; +} + +.btn-with-arrow span, +.btn-with-arrow-solid span { + background-color: var(--grey-500); + display: flex; + align-items: center; + justify-content: center; + position: absolute; + height: 25px; + width: 25px; + border-radius: 50%; + transform: translateY(-50%); + right: 8px; + top: 50%; + transition: all 0.1s linear; +} + +.btn-with-arrow i, +.btn-with-arrow-solid i { + color: var(--light); + font-size: 0.8em; +} + +.btn-with-arrow.btn-lg, +.btn-with-arrow-solid.btn-lg { + padding-right: 50px; +} + +.btn-with-arrow.btn-lg span, +.btn-with-arrow-solid.btn-lg span { + height: 35px; + width: 35px; + right: 8px; +} + +.btn-with-arrow.btn-lg i, +.btn-with-arrow-solid.btn-lg i { + font-size: 0.9em; +} + +.btn-with-arrow.btn-xl, +.btn-with-arrow-solid.btn-xl { + padding-right: 70px; +} + +.btn-with-arrow.btn-xl span, +.btn-with-arrow-solid.btn-xl span { + height: 50px; + width: 50px; + right: 10px; +} + +.btn-with-arrow.btn-xl.btn-with-arrow-sm span, +.btn-with-arrow-solid.btn-xl.btn-with-arrow-sm span { + height: 35px; + width: 35px; + right: 15px; +} + +.btn-with-arrow.btn-xl i, +.btn-with-arrow-solid.btn-xl i { + font-size: 1em; +} + +/* Swap */ +.btn-swap-1 { + position: relative; +} + +.btn-swap-1 > * { + transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms; + white-space: nowrap; +} + +.btn-swap-1 > :nth-child(1) { + max-width: 100%; + text-align: center; + top: calc(50% - 10px); + left: 50%; + top: 50%; + margin: 0; + transform: translate(-50%, -50%); + position: absolute; +} + +.btn-swap-1 > :nth-child(2) { + display: inline-block; + transform: translateY(120%); + opacity: 0; +} + +.btn-swap-1:hover > :nth-child(1) { + transform: translate(-50%, -120%); + opacity: 0; +} + +.btn-swap-1:hover > :nth-child(2) { + transform: none; + opacity: 1; +} + +@keyframes btnArrowEffect1 { + 0% { + transform: translateX(0); + } + + 51% { + transform: translateX(20px); + opacity: 1; + } + + 52% { + opacity: 0; + transform: translateX(-20px); + } + + 53% { + opacity: 0; + } + + 54% { + opacity: 1; + } + + 100% { + transform: translateX(0); + } +} + +.btn-arrow-effect-1:hover > :nth-child(1) { + animation: btnArrowEffect1 ease-out .3s; +} + +/* Link Effect */ +.btn-link-underline-1:before { + height: 1px !important; +} + +.btn-link-effect-1 { + position: relative; +} + +.btn-link-effect-1:before { + content: ""; + position: absolute; + left: 0; + bottom: -2px; + width: 0; + height: 2px; + background: var(--dark); + transition: width 0.25s ease-out; +} + +.btn-link-effect-1:hover:before, .btn-link-effect-1:active:before { + width: 100%; +} + +.btn-link-effect-2 { + position: relative; +} + +.btn-link-effect-2:before { + content: ""; + position: absolute; + right: 0; + bottom: -2px; + width: 0; + height: 2px; + background: var(--dark); + transition: width 0.25s ease-out; +} + +.btn-link-effect-2:hover:before, .btn-link-effect-2:active:before { + width: 100%; +} + +.btn-link-effect-3 { + position: relative; +} + +.btn-link-effect-3:before { + content: ""; + position: absolute; + left: 50%; + bottom: -2px; + width: 0; + height: 2px; + background: var(--dark); + transition: width 0.3s ease 0s, left 0.3s ease 0s; +} + +.btn-link-effect-3:hover:before, .btn-link-effect-3:active:before { + width: 100%; + left: 0; +} + +.btn-link-effect-4 { + position: relative; +} + +.btn-link-effect-4:before { + content: ""; + position: absolute; + left: 0; + bottom: -2px; + width: 100%; + height: 2px; + background: var(--dark); + transform: scaleX(0); + transform-origin: bottom right; + transition: transform .3s; +} + +.btn-link-effect-4:hover:before, .btn-link-effect-4:active:before { + transform-origin: bottom left; + transform: scaleX(1); +} + +.btn-link-effect-5 { + position: relative; +} + +.btn-link-effect-5:before { + content: ""; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + height: 0; + background: var(--dark); + transition: height 0.2s ease; +} + +.btn-link-effect-5:hover:before, .btn-link-effect-5:active:before { + height: 100%; +} + +/* Icons */ +.btn-icon i { + margin-right: 10px; +} + +.btn-icon-right i { + margin-right: 0; + margin-left: 10px; +} + +/* Dropdown Button */ +.btn.dropdown-toggle:after { + margin-left: .155em; + vertical-align: .155em; +} + +/* Button Light */ +html body .btn-light, +html body .btn-outline.btn-light { + border-color: #d9d9d9 #d9d9d9 #bfbfbf; + color: var(--default); +} + +html body .btn-light.btn-outline-light-opacity-2, +html body .btn-outline.btn-light.btn-outline-light-opacity-2 { + border-color: rgba(255, 255, 255, 0.2); +} + +html body .btn-light:hover, html body .btn-light.hover, +html body .btn-outline.btn-light:hover, +html body .btn-outline.btn-light.hover { + background-color: #f2f2f2; + border-color: #e6e5e5 #e6e5e5 #cccccc; + color: var(--default); +} + +html body .btn-light:focus, html body .btn-light.focus, +html body .btn-outline.btn-light:focus, +html body .btn-outline.btn-light.focus { + box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5); +} + +html body .btn-light.disabled, html body .btn-light:disabled, +html body .btn-outline.btn-light.disabled, +html body .btn-outline.btn-light:disabled { + border-color: #bfbfbf #bfbfbf #bfbfbf; +} + +html body .btn-light:active, html body .btn-light.active, +.show > html body .btn-light.dropdown-toggle, +html body .btn-outline.btn-light:active, +html body .btn-outline.btn-light.active, +.show > +html body .btn-outline.btn-light.dropdown-toggle { + border-color: #bfbfbf #bfbfbf #bfbfbf; +} + +html body .btn-light-2, +html body .btn-outline.btn-light-2 { + border-color: var(--light); + color: var(--light); +} + +html body .btn-light-2:hover, html body .btn-light-2.hover, +html body .btn-outline.btn-light-2:hover, +html body .btn-outline.btn-light-2.hover { + background-color: var(--light); + border-color: var(--light); + color: #0e0e0e; +} + +html body .btn-light-2:focus, html body .btn-light-2.focus, +html body .btn-outline.btn-light-2:focus, +html body .btn-outline.btn-light-2.focus { + box-shadow: 0 0 0 3px rgba(179, 178, 178, 0.5); +} + +html body .btn-light-2.disabled, html body .btn-light-2:disabled, +html body .btn-outline.btn-light-2.disabled, +html body .btn-outline.btn-light-2:disabled { + border-color: #b3b2b2 #b3b2b2 #b3b2b2; +} + +html body .btn-light-2:active, html body .btn-light-2.active, +.show > html body .btn-light-2.dropdown-toggle, +html body .btn-outline.btn-light-2:active, +html body .btn-outline.btn-light-2.active, +.show > +html body .btn-outline.btn-light-2.dropdown-toggle { + border-color: var(--light); +} + +html[dir="rtl"] .input-group .form-control:not(:first-child), +html[dir="rtl"] .input-group-addon:not(:first-child), +html[dir="rtl"] .input-group-btn:not(:first-child) > .btn, +html[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn, +html[dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle, +html[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, +html[dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +/* Hamburguer */ +.hamburguer-btn { + background: transparent; + outline: 0 !important; + border: none; + width: 30px; + height: 30px; + padding: 0; + margin: 15px; + display: inline-block; + position: relative; + cursor: pointer; +} + +.hamburguer-btn.hamburguer-btn-side-header { + position: absolute; + top: 15px; + right: 8px; +} + +.hamburguer-btn.hamburguer-btn-side-header-overlay { + right: 30px; + z-index: 9999; +} + +.hamburguer-btn .hamburguer { + pointer-events: none; +} + +.hamburguer-btn .hamburguer span { + position: absolute; + top: 50%; + left: 0; + width: 100%; + height: 1px; + transition: ease width 300ms; + transform: translateY(-50%); + background: #333; +} + +.hamburguer-btn .hamburguer span:nth-child(1) { + top: 30%; +} + +.hamburguer-btn .hamburguer span:nth-child(2) { + transition-delay: 100ms; +} + +.hamburguer-btn .hamburguer span:nth-child(3) { + top: 70%; + transition-delay: 200ms; +} + +.hamburguer-btn .close { + opacity: 0; + pointer-events: none; + transition: ease all 300ms; +} + +.hamburguer-btn .close span { + position: absolute; + top: 50%; + left: 50%; + width: 0; + height: 1px; + background: #333; + transition: ease all 300ms; + transform-origin: 50% 0; +} + +.hamburguer-btn .close span:nth-child(1) { + transform: translateX(-50%) rotate(45deg); +} + +.hamburguer-btn .close span:nth-child(2) { + transform: translateX(-50%) rotate(-45deg); +} + +.hamburguer-btn.active .hamburguer { + opacity: 0; +} + +.hamburguer-btn.active .hamburguer span { + width: 0; +} + +.hamburguer-btn.active .close { + opacity: 1; + transition: ease all 300ms; +} + +.hamburguer-btn.active .close span { + width: 80%; + transition: ease all 300ms; +} + +.hamburguer-btn.active .close span:nth-child(2) { + transition-delay: 300ms; +} + +.hamburguer-btn.hamburguer-btn-light .hamburguer span, +.hamburguer-btn.hamburguer-btn-light .close span { + background: var(--light); +} + +html.overflow-hidden .hamburguer-btn.hamburguer-btn-side-header-overlay { + right: 13px; +} + +/* Hamburguer Sticky Colors */ +html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span, +html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-light .close span, +.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span, +.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-light .close span, +.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span, +.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-light .close span { + background: var(--light); +} + +html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, +html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span, +.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, +.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .close span, +.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, +.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span { + background: var(--dark); +} + +/* Badge */ +.btn-badge { + position: relative; +} + +.btn-badge .badge { + top: -8px; + top: -0.5rem; + right: -8px; + right: -0.5rem; + position: absolute; +} + +/* Gradient */ +.btn-gradient:not(.btn-outline) { + border: 0; +} + +.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover { + border: 0; +} + +.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus { + border: 0; +} + +.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled { + border: 0; +} + +.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active { + border: 0; +} + +.btn-gradient.btn-outline { + border: 2px solid transparent; + background: transparent; + border-image-slice: 1 !important; +} + +.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover { + border: 2px solid transparent; +} + +.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled { + border: 2px solid transparent; +} + +.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active { + border: 2px solid transparent; +} + +/* Play Button Size */ +.play-button-sm { + width: 35px; + height: 35px; +} + +.play-button-md { + width: 60px; + height: 60px; +} + +.play-button-lg { + width: 90px; + height: 90px; +} + +/* Curcle Buttons */ +.btn-circle { + width: 30px; + height: 30px; + text-align: center; + padding: 6px 0; + font-size: 12px; + line-height: 1.428571429; + border-radius: 15px !important; +} + +.btn-circle.btn-lg { + width: 50px; + height: 50px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.6; + border-radius: 25px !important; +} + +.btn-circle.btn-xl { + width: 70px; + height: 70px; + padding: 10px 16px; + font-size: 24px; + line-height: 2; + border-radius: 35px !important; +} + +/* Buttons - Skin */ +.btn-link { + color: var(--primary); +} + +.btn-link:hover { + color: var(--primary--100); +} + +.btn-link:active { + color: var(--primary-100); +} + +.btn-primary { + --hover: var(--primary--200); + background-color: var(--primary); + border-color: var(--primary) var(--primary) var(--primary-300); + color: var(--primary-inverse); +} + +.btn-primary:hover, .btn-primary.hover { + border-color: var(--primary--200) var(--primary--200) var(--primary); + color: var(--primary-inverse); +} + +.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) { + background-color: var(--primary--200); +} + +.btn-primary:focus, .btn-primary.focus { + border-color: var(--primary-300) var(--primary-300) var(--primary-300); + color: var(--primary-inverse); + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) { + background-color: var(--primary-200); +} + +.btn-primary.disabled, .btn-primary:disabled { + border-color: var(--primary) var(--primary) var(--primary-300); +} + +.btn-primary.disabled:not(.bg-transparent), .btn-primary:disabled:not(.bg-transparent) { + background-color: var(--primary); +} + +.btn-primary:active, .btn-primary.active { + border-color: var(--primary-300) var(--primary-300) var(--primary-300) !important; +} + +.btn-primary:active:not(.bg-transparent), .btn-primary.active:not(.bg-transparent) { + background-color: var(--primary-200) !important; + background-image: none !important; +} + +.show > .btn-primary.dropdown-toggle { + background-color: var(--primary-200) !important; + background-image: none !important; + border-color: var(--primary-300) var(--primary-300) var(--primary-300) !important; +} + +.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-check:focus + .btn-primary { + background-color: var(--primary-100); + border-color: var(--primary) var(--primary) var(--primary-100); + color: var(--primary-inverse); +} + +.btn-secondary { + --hover: var(--secondary--200); + background-color: var(--secondary); + border-color: var(--secondary) var(--secondary) var(--secondary-300); + color: var(--secondary-inverse); +} + +.btn-secondary:hover, .btn-secondary.hover { + border-color: var(--secondary--200) var(--secondary--200) var(--secondary); + color: var(--secondary-inverse); +} + +.btn-secondary:hover:not(.bg-transparent), .btn-secondary.hover:not(.bg-transparent) { + background-color: var(--secondary--200); +} + +.btn-secondary:focus, .btn-secondary.focus { + border-color: var(--secondary-300) var(--secondary-300) var(--secondary-300); + color: var(--secondary-inverse); + box-shadow: 0 0 0 3px var(--secondary-rgba-50); +} + +.btn-secondary:focus:not(.bg-transparent), .btn-secondary.focus:not(.bg-transparent) { + background-color: var(--secondary-200); +} + +.btn-secondary.disabled, .btn-secondary:disabled { + border-color: var(--secondary) var(--secondary) var(--secondary-300); +} + +.btn-secondary.disabled:not(.bg-transparent), .btn-secondary:disabled:not(.bg-transparent) { + background-color: var(--secondary); +} + +.btn-secondary:active, .btn-secondary.active { + border-color: var(--secondary-300) var(--secondary-300) var(--secondary-300) !important; +} + +.btn-secondary:active:not(.bg-transparent), .btn-secondary.active:not(.bg-transparent) { + background-color: var(--secondary-200) !important; + background-image: none !important; +} + +.show > .btn-secondary.dropdown-toggle { + background-color: var(--secondary-200) !important; + background-image: none !important; + border-color: var(--secondary-300) var(--secondary-300) var(--secondary-300) !important; +} + +.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-check:focus + .btn-secondary { + background-color: var(--secondary-100); + border-color: var(--secondary) var(--secondary) var(--secondary-100); + color: var(--secondary-inverse); +} + +.btn-tertiary { + --hover: var(--tertiary--200); + background-color: var(--tertiary); + border-color: var(--tertiary) var(--tertiary) var(--tertiary-300); + color: var(--tertiary-inverse); +} + +.btn-tertiary:hover, .btn-tertiary.hover { + border-color: var(--tertiary--200) var(--tertiary--200) var(--tertiary); + color: var(--tertiary-inverse); +} + +.btn-tertiary:hover:not(.bg-transparent), .btn-tertiary.hover:not(.bg-transparent) { + background-color: var(--tertiary--200); +} + +.btn-tertiary:focus, .btn-tertiary.focus { + border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300); + color: var(--tertiary-inverse); + box-shadow: 0 0 0 3px var(--tertiary-rgba-50); +} + +.btn-tertiary:focus:not(.bg-transparent), .btn-tertiary.focus:not(.bg-transparent) { + background-color: var(--tertiary-200); +} + +.btn-tertiary.disabled, .btn-tertiary:disabled { + border-color: var(--tertiary) var(--tertiary) var(--tertiary-300); +} + +.btn-tertiary.disabled:not(.bg-transparent), .btn-tertiary:disabled:not(.bg-transparent) { + background-color: var(--tertiary); +} + +.btn-tertiary:active, .btn-tertiary.active { + border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300) !important; +} + +.btn-tertiary:active:not(.bg-transparent), .btn-tertiary.active:not(.bg-transparent) { + background-color: var(--tertiary-200) !important; + background-image: none !important; +} + +.show > .btn-tertiary.dropdown-toggle { + background-color: var(--tertiary-200) !important; + background-image: none !important; + border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300) !important; +} + +.btn-check:active + .btn-tertiary, .btn-check:checked + .btn-tertiary, .btn-check:focus + .btn-tertiary { + background-color: var(--tertiary-100); + border-color: var(--tertiary) var(--tertiary) var(--tertiary-100); + color: var(--tertiary-inverse); +} + +.btn-quaternary { + --hover: var(--quaternary--200); + background-color: var(--quaternary); + border-color: var(--quaternary) var(--quaternary) var(--quaternary-300); + color: var(--quaternary-inverse); +} + +.btn-quaternary:hover, .btn-quaternary.hover { + border-color: var(--quaternary--200) var(--quaternary--200) var(--quaternary); + color: var(--quaternary-inverse); +} + +.btn-quaternary:hover:not(.bg-transparent), .btn-quaternary.hover:not(.bg-transparent) { + background-color: var(--quaternary--200); +} + +.btn-quaternary:focus, .btn-quaternary.focus { + border-color: var(--quaternary-300) var(--quaternary-300) var(--quaternary-300); + color: var(--quaternary-inverse); + box-shadow: 0 0 0 3px var(--quaternary-rgba-50); +} + +.btn-quaternary:focus:not(.bg-transparent), .btn-quaternary.focus:not(.bg-transparent) { + background-color: var(--quaternary-200); +} + +.btn-quaternary.disabled, .btn-quaternary:disabled { + border-color: var(--quaternary) var(--quaternary) var(--quaternary-300); +} + +.btn-quaternary.disabled:not(.bg-transparent), .btn-quaternary:disabled:not(.bg-transparent) { + background-color: var(--quaternary); +} + +.btn-quaternary:active, .btn-quaternary.active { + border-color: var(--quaternary-300) var(--quaternary-300) var(--quaternary-300) !important; +} + +.btn-quaternary:active:not(.bg-transparent), .btn-quaternary.active:not(.bg-transparent) { + background-color: var(--quaternary-200) !important; + background-image: none !important; +} + +.show > .btn-quaternary.dropdown-toggle { + background-color: var(--quaternary-200) !important; + background-image: none !important; + border-color: var(--quaternary-300) var(--quaternary-300) var(--quaternary-300) !important; +} + +.btn-check:active + .btn-quaternary, .btn-check:checked + .btn-quaternary, .btn-check:focus + .btn-quaternary { + background-color: var(--quaternary-100); + border-color: var(--quaternary) var(--quaternary) var(--quaternary-100); + color: var(--quaternary-inverse); +} + +.btn-dark { + --hover: var(--dark--200); + background-color: var(--dark); + border-color: var(--dark) var(--dark) var(--dark-300); + color: var(--dark-inverse); +} + +.btn-dark:hover, .btn-dark.hover { + border-color: var(--dark--200) var(--dark--200) var(--dark); + color: var(--dark-inverse); +} + +.btn-dark:hover:not(.bg-transparent), .btn-dark.hover:not(.bg-transparent) { + background-color: var(--dark--200); +} + +.btn-dark:focus, .btn-dark.focus { + border-color: var(--dark-300) var(--dark-300) var(--dark-300); + color: var(--dark-inverse); + box-shadow: 0 0 0 3px var(--dark-rgba-50); +} + +.btn-dark:focus:not(.bg-transparent), .btn-dark.focus:not(.bg-transparent) { + background-color: var(--dark-200); +} + +.btn-dark.disabled, .btn-dark:disabled { + border-color: var(--dark) var(--dark) var(--dark-300); +} + +.btn-dark.disabled:not(.bg-transparent), .btn-dark:disabled:not(.bg-transparent) { + background-color: var(--dark); +} + +.btn-dark:active, .btn-dark.active { + border-color: var(--dark-300) var(--dark-300) var(--dark-300) !important; +} + +.btn-dark:active:not(.bg-transparent), .btn-dark.active:not(.bg-transparent) { + background-color: var(--dark-200) !important; + background-image: none !important; +} + +.show > .btn-dark.dropdown-toggle { + background-color: var(--dark-200) !important; + background-image: none !important; + border-color: var(--dark-300) var(--dark-300) var(--dark-300) !important; +} + +.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-check:focus + .btn-dark { + background-color: var(--dark-100); + border-color: var(--dark) var(--dark) var(--dark-100); + color: var(--dark-inverse); +} + +.btn-light { + --hover: var(--light--200); + background-color: var(--light); + border-color: var(--light) var(--light) var(--light-300); + color: var(--light-inverse); +} + +.btn-light:hover, .btn-light.hover { + border-color: var(--light--200) var(--light--200) var(--light); + color: var(--light-inverse); +} + +.btn-light:hover:not(.bg-transparent), .btn-light.hover:not(.bg-transparent) { + background-color: var(--light--200); +} + +.btn-light:focus, .btn-light.focus { + border-color: var(--light-300) var(--light-300) var(--light-300); + color: var(--light-inverse); + box-shadow: 0 0 0 3px var(--light-rgba-50); +} + +.btn-light:focus:not(.bg-transparent), .btn-light.focus:not(.bg-transparent) { + background-color: var(--light-200); +} + +.btn-light.disabled, .btn-light:disabled { + border-color: var(--light) var(--light) var(--light-300); +} + +.btn-light.disabled:not(.bg-transparent), .btn-light:disabled:not(.bg-transparent) { + background-color: var(--light); +} + +.btn-light:active, .btn-light.active { + border-color: var(--light-300) var(--light-300) var(--light-300) !important; +} + +.btn-light:active:not(.bg-transparent), .btn-light.active:not(.bg-transparent) { + background-color: var(--light-200) !important; + background-image: none !important; +} + +.show > .btn-light.dropdown-toggle { + background-color: var(--light-200) !important; + background-image: none !important; + border-color: var(--light-300) var(--light-300) var(--light-300) !important; +} + +.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-check:focus + .btn-light { + background-color: var(--light-100); + border-color: var(--light) var(--light) var(--light-100); + color: var(--light-inverse); +} + +.btn-outline.btn-primary { + color: var(--primary); + background-color: transparent; + background-image: none; + border-color: var(--primary); +} + +.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover { + color: var(--primary-inverse); + background-color: var(--primary); + border-color: var(--primary); +} + +.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus { + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled { + color: var(--primary); + background-color: transparent; +} + +.btn-outline.btn-primary:active, .btn-outline.btn-primary.active { + color: var(--primary-inverse) !important; + background-color: var(--primary) !important; + border-color: var(--primary) !important; +} + +.show > .btn-outline.btn-primary.dropdown-toggle { + color: var(--primary-inverse) !important; + background-color: var(--primary) !important; + border-color: var(--primary) !important; +} + +.btn-outline.btn-secondary { + color: var(--secondary); + background-color: transparent; + background-image: none; + border-color: var(--secondary); +} + +.btn-outline.btn-secondary:hover, .btn-outline.btn-secondary.hover { + color: var(--secondary-inverse); + background-color: var(--secondary); + border-color: var(--secondary); +} + +.btn-outline.btn-secondary:focus, .btn-outline.btn-secondary.focus { + box-shadow: 0 0 0 3px var(--secondary-rgba-50); +} + +.btn-outline.btn-secondary.disabled, .btn-outline.btn-secondary:disabled { + color: var(--secondary); + background-color: transparent; +} + +.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active { + color: var(--secondary-inverse) !important; + background-color: var(--secondary) !important; + border-color: var(--secondary) !important; +} + +.show > .btn-outline.btn-secondary.dropdown-toggle { + color: var(--secondary-inverse) !important; + background-color: var(--secondary) !important; + border-color: var(--secondary) !important; +} + +.btn-outline.btn-tertiary { + color: var(--tertiary); + background-color: transparent; + background-image: none; + border-color: var(--tertiary); +} + +.btn-outline.btn-tertiary:hover, .btn-outline.btn-tertiary.hover { + color: var(--tertiary-inverse); + background-color: var(--tertiary); + border-color: var(--tertiary); +} + +.btn-outline.btn-tertiary:focus, .btn-outline.btn-tertiary.focus { + box-shadow: 0 0 0 3px var(--tertiary-rgba-50); +} + +.btn-outline.btn-tertiary.disabled, .btn-outline.btn-tertiary:disabled { + color: var(--tertiary); + background-color: transparent; +} + +.btn-outline.btn-tertiary:active, .btn-outline.btn-tertiary.active { + color: var(--tertiary-inverse) !important; + background-color: var(--tertiary) !important; + border-color: var(--tertiary) !important; +} + +.show > .btn-outline.btn-tertiary.dropdown-toggle { + color: var(--tertiary-inverse) !important; + background-color: var(--tertiary) !important; + border-color: var(--tertiary) !important; +} + +.btn-outline.btn-quaternary { + color: var(--quaternary); + background-color: transparent; + background-image: none; + border-color: var(--quaternary); +} + +.btn-outline.btn-quaternary:hover, .btn-outline.btn-quaternary.hover { + color: var(--quaternary-inverse); + background-color: var(--quaternary); + border-color: var(--quaternary); +} + +.btn-outline.btn-quaternary:focus, .btn-outline.btn-quaternary.focus { + box-shadow: 0 0 0 3px var(--quaternary-rgba-50); +} + +.btn-outline.btn-quaternary.disabled, .btn-outline.btn-quaternary:disabled { + color: var(--quaternary); + background-color: transparent; +} + +.btn-outline.btn-quaternary:active, .btn-outline.btn-quaternary.active { + color: var(--quaternary-inverse) !important; + background-color: var(--quaternary) !important; + border-color: var(--quaternary) !important; +} + +.show > .btn-outline.btn-quaternary.dropdown-toggle { + color: var(--quaternary-inverse) !important; + background-color: var(--quaternary) !important; + border-color: var(--quaternary) !important; +} + +.btn-outline.btn-dark { + color: var(--dark); + background-color: transparent; + background-image: none; + border-color: var(--dark); +} + +.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover { + color: var(--dark-inverse); + background-color: var(--dark); + border-color: var(--dark); +} + +.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus { + box-shadow: 0 0 0 3px var(--dark-rgba-50); +} + +.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled { + color: var(--dark); + background-color: transparent; +} + +.btn-outline.btn-dark:active, .btn-outline.btn-dark.active { + color: var(--dark-inverse) !important; + background-color: var(--dark) !important; + border-color: var(--dark) !important; +} + +.show > .btn-outline.btn-dark.dropdown-toggle { + color: var(--dark-inverse) !important; + background-color: var(--dark) !important; + border-color: var(--dark) !important; +} + +.btn-outline.btn-light { + color: var(--light); + background-color: transparent; + background-image: none; + border-color: var(--light); +} + +.btn-outline.btn-light:hover, .btn-outline.btn-light.hover { + color: var(--light-inverse); + background-color: var(--light); + border-color: var(--light); +} + +.btn-outline.btn-light:focus, .btn-outline.btn-light.focus { + box-shadow: 0 0 0 3px var(--light-rgba-50); +} + +.btn-outline.btn-light.disabled, .btn-outline.btn-light:disabled { + color: var(--light); + background-color: transparent; +} + +.btn-outline.btn-light:active, .btn-outline.btn-light.active { + color: var(--light-inverse) !important; + background-color: var(--light) !important; + border-color: var(--light) !important; +} + +.show > .btn-outline.btn-light.dropdown-toggle { + color: var(--light-inverse) !important; + background-color: var(--light) !important; + border-color: var(--light) !important; +} + +.btn-with-arrow.btn-primary { + background-color: transparent; + border-color: transparent; + color: var(--primary); +} + +.btn-with-arrow.btn-primary:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--primary) !important; +} + +.btn-with-arrow.btn-primary span { + background-color: var(--primary); + box-shadow: 2px 3px 18px -3px var(--primary); +} + +.btn-with-arrow.btn-primary.btn-outline { + border-color: var(--primary) !important; +} + +.btn-with-arrow.btn-primary.btn-outline:hover span { + background-color: var(--primary--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-primary span { + background-color: var(--primary-100); +} + +.btn-with-arrow.btn-secondary { + background-color: transparent; + border-color: transparent; + color: var(--secondary); +} + +.btn-with-arrow.btn-secondary:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--secondary) !important; +} + +.btn-with-arrow.btn-secondary span { + background-color: var(--secondary); + box-shadow: 2px 3px 18px -3px var(--secondary); +} + +.btn-with-arrow.btn-secondary.btn-outline { + border-color: var(--secondary) !important; +} + +.btn-with-arrow.btn-secondary.btn-outline:hover span { + background-color: var(--secondary--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-secondary span { + background-color: var(--secondary-100); +} + +.btn-with-arrow.btn-tertiary { + background-color: transparent; + border-color: transparent; + color: var(--tertiary); +} + +.btn-with-arrow.btn-tertiary:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--tertiary) !important; +} + +.btn-with-arrow.btn-tertiary span { + background-color: var(--tertiary); + box-shadow: 2px 3px 18px -3px var(--tertiary); +} + +.btn-with-arrow.btn-tertiary.btn-outline { + border-color: var(--tertiary) !important; +} + +.btn-with-arrow.btn-tertiary.btn-outline:hover span { + background-color: var(--tertiary--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-tertiary span { + background-color: var(--tertiary-100); +} + +.btn-with-arrow.btn-quaternary { + background-color: transparent; + border-color: transparent; + color: var(--quaternary); +} + +.btn-with-arrow.btn-quaternary:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--quaternary) !important; +} + +.btn-with-arrow.btn-quaternary span { + background-color: var(--quaternary); + box-shadow: 2px 3px 18px -3px var(--quaternary); +} + +.btn-with-arrow.btn-quaternary.btn-outline { + border-color: var(--quaternary) !important; +} + +.btn-with-arrow.btn-quaternary.btn-outline:hover span { + background-color: var(--quaternary--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-quaternary span { + background-color: var(--quaternary-100); +} + +.btn-with-arrow.btn-dark { + background-color: transparent; + border-color: transparent; + color: var(--dark); +} + +.btn-with-arrow.btn-dark:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--dark) !important; +} + +.btn-with-arrow.btn-dark span { + background-color: var(--dark); + box-shadow: 2px 3px 18px -3px var(--dark); +} + +.btn-with-arrow.btn-dark.btn-outline { + border-color: var(--dark) !important; +} + +.btn-with-arrow.btn-dark.btn-outline:hover span { + background-color: var(--dark--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-dark span { + background-color: var(--dark-100); +} + +.btn-with-arrow.btn-light { + background-color: transparent; + border-color: transparent; + color: var(--light); +} + +.btn-with-arrow.btn-light:active { + background-color: transparent !important; + border-color: transparent !important; + color: var(--light) !important; +} + +.btn-with-arrow.btn-light span { + background-color: var(--light); + box-shadow: 2px 3px 18px -3px var(--light); +} + +.btn-with-arrow.btn-light.btn-outline { + border-color: var(--light) !important; +} + +.btn-with-arrow.btn-light.btn-outline:hover span { + background-color: var(--light--100) !important; + box-shadow: none; +} + +.btn-with-arrow:not(.btn-with-arrow-solid) { + background: transparent !important; + border-color: transparent !important; +} + +.btn-with-arrow-solid.btn-light span { + background-color: var(--light-100); +} + +.btn-gradient:not(.btn-outline) { + background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%) !important; + color: var(--primary-inverse); +} + +.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover { + background: linear-gradient(135deg, var(--primary--200) 0%, var(--secondary--200) 80%) !important; + color: var(--primary-inverse); +} + +.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus { + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled { + background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%) !important; +} + +.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active { + background: linear-gradient(135deg, var(--primary-200) 0%, var(--secondary-200) 80%) !important; + color: var(--primary-inverse) !important; +} + +.btn-gradient.btn-outline { + -o-border-image: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); + border-image: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); + color: var(--primary); +} + +.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover { + -o-border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--secondary--200) 80%); + border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--secondary--200) 80%); + color: var(--primary--200); +} + +.btn-gradient.btn-outline:focus, .btn-gradient.btn-outline.focus { + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled { + -o-border-image: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); + border-image: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); +} + +.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active { + -o-border-image: linear-gradient(135deg, var(--primary-200) 0%, var(--secondary-200) 80%); + border-image: linear-gradient(135deg, var(--primary-200) 0%, var(--secondary-200) 80%); + color: var(--primary-200); +} + +.btn-gradient-primary:not(.btn-outline) { + background: linear-gradient(135deg, var(--primary--200) 0%, var(--primary-100) 80%) !important; + color: var(--primary-inverse); +} + +.btn-gradient-primary:not(.btn-outline):hover, .btn-gradient-primary:not(.btn-outline).hover { + background: linear-gradient(135deg, var(--primary--100) 0%, var(--primary--200) 80%) !important; + color: var(--primary-inverse); +} + +.btn-gradient-primary:not(.btn-outline):focus, .btn-gradient-primary:not(.btn-outline).focus { + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-gradient-primary:not(.btn-outline).disabled, .btn-gradient-primary:not(.btn-outline):disabled { + background: linear-gradient(135deg, var(--primary--200) 80%, var(--primary-100) 0%) !important; +} + +.btn-gradient-primary:not(.btn-outline):active, .btn-gradient-primary:not(.btn-outline).active { + background: linear-gradient(135deg, var(--primary--100) 0%, var(--primary--200) 80%) !important; + color: var(--primary-inverse) !important; +} + +.btn-gradient-primary.btn-outline { + -o-border-image: linear-gradient(135deg, var(--primary) 0%, var(--primary--200) 80%); + border-image: linear-gradient(135deg, var(--primary) 0%, var(--primary--200) 80%); + color: var(--primary); +} + +.btn-gradient-primary.btn-outline:hover, .btn-gradient-primary.btn-outline.hover { + -o-border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--primary--200) 80%); + border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--primary--200) 80%); + color: var(--primary--200); +} + +.btn-gradient-primary.btn-outline:focus, .btn-gradient-primary.btn-outline.focus { + box-shadow: 0 0 0 3px var(--primary-rgba-50); +} + +.btn-gradient-primary.btn-outline.disabled, .btn-gradient-primary.btn-outline:disabled { + -o-border-image: linear-gradient(135deg, var(--primary) 0%, var(--primary--200) 80%); + border-image: linear-gradient(135deg, var(--primary) 0%, var(--primary--200) 80%); +} + +.btn-gradient-primary.btn-outline:active, .btn-gradient-primary.btn-outline.active { + -o-border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--primary--200) 80%); + border-image: linear-gradient(135deg, var(--primary--200) 0%, var(--primary--200) 80%); + color: var(--primary--200); +} + +/* Effect */ +.btn.btn-effect-1 { + transition: 0.25s; +} + +.btn.btn-effect-1:hover, .btn.btn-effect-1:focus { + box-shadow: inset 0 0 0 2em var(--hover); +} + +.btn.btn-effect-2 { + transition: 0.25s; +} + +.btn.btn-effect-2:hover, .btn.btn-effect-2:focus { + animation: btn-pulse 1s; + box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); +} + +.btn.btn-effect-3 { + transition: 0.25s; +} + +.btn.btn-effect-3:hover, .btn.btn-effect-3:focus { + box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover); +} + +.btn.btn-effect-4 { + transition: 0.25s; +} + +.btn.btn-effect-4:hover, .btn.btn-effect-4:focus { + box-shadow: 0 0.5em 0.5em -0.4em var(--hover); + transform: translateY(-0.25em); +} + +.btn.btn-effect-5 { + transition: 0.25s; +} + +.btn.btn-effect-5:hover, .btn.btn-effect-5:focus { + box-shadow: inset 0 -3.25em 0 0 var(--hover); +} + +.btn.btn-effect-6 { + transition: 0.25s; +} + +.btn.btn-effect-6:hover, .btn.btn-effect-6:focus { + box-shadow: inset 6.5em 0 0 0 var(--hover); +} + +.btn.btn-effect-7 { + position: relative; +} + +.btn.btn-effect-7:before { + background: var(--hover); + content: ""; + display: block; + width: 100%; + height: 100%; + margin: auto; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 0; + transition: transform 0.2s cubic-bezier(0.4, 0.3, 0.35, 0.9) 0s; + transform: scaleX(0); + transform-origin: right center; +} + +.btn.btn-effect-7:hover:before, .btn.btn-effect-7:focus:before { + transform: scale(1); + transform-origin: left center; +} + +.btn.btn-effect-7 span { + position: relative; + z-index: 1; +} + +@keyframes btn-pulse { + 0% { + box-shadow: 0 0 0 0 var(--hover); + } +} + +/* Close */ +.btn-close:focus { + box-shadow: none; +} + +/* Pagination */ +.pagination { + position: relative; + z-index: 1; +} + +.pagination > li > a, +.pagination > li > span, +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: var(--grey-500); + box-shadow: none !important; +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + background-color: var(--grey-500); + border-color: var(--grey-500); + box-shadow: none !important; +} + +.pagination.pagination-rounded .page-item { + margin-right: 8px; + margin-right: .5rem; +} + +.pagination.pagination-rounded .page-item:last-child { + margin-right: 0; +} + +.pagination.pagination-rounded .page-link { + border-radius: 50% !important; + padding: 0; + width: 30px; + text-align: center; + height: 30px; + line-height: 30px; +} + +.pagination.pagination-rounded.pagination-md .page-link { + padding: 0; + width: 40px; + text-align: center; + height: 40px; + line-height: 40px; + font-size: 16px; + font-size: 1rem; +} + +.pagination.pagination-rounded.pagination-lg .page-link { + padding: 0; + width: 60px; + text-align: center; + height: 60px; + line-height: 60px; +} + +/* Pagination - Skin */ +.pagination > a, +.pagination > a:hover, +.pagination > a:focus, +.pagination > li > a, +.pagination > li > span, +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: var(--primary); +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus, +.pagination .page-item.active .page-link { + background-color: var(--primary); + border-color: var(--primary); + color: var(--primary-inverse); +} + +body.dark .pagination > li > a, +body.dark .pagination > li > span, +body.dark .pagination > li > a:hover, +body.dark .pagination > li > span:hover, +body.dark .pagination > li > a:focus, +body.dark .pagination > li > span:focus { + color: var(--primary); +} + +body.dark .pagination > .active > a, +body.dark .pagination > .active > span, +body.dark .pagination > .active > a:hover, +body.dark .pagination > .active > span:hover, +body.dark .pagination > .active > a:focus, +body.dark .pagination > .active > span:focus { + background-color: var(--primary); + border-color: var(--primary); +} + +.pagination > .active > a, +body.dark .pagination > .active > a { + border-color: var(--primary) var(--primary) var(--primary-300); +} + +/* Read More */ +.read-more, +.learn-more { + display: inline-block; + white-space: nowrap; +} + +.learn-more-hover-animate-icon > i { + transition: ease transform 300ms; +} + +.learn-more-hover-animate-icon:hover > i { + transform: translate3d(5px, 0, 0); +} + +/* Call to Action */ +.call-to-action { + display: flex; + flex-wrap: wrap; + position: relative; + padding: 32px 55px; + clear: both; +} + +.call-to-action::after { + clear: both; + content: ""; + display: block; +} + +@media (max-width: 767px) { + .call-to-action { + padding: 10px 10px; + } +} + +.call-to-action h3 { + text-transform: none; + color: var(--dark); + padding: 0; + margin: 0 0 9px; +} + +.call-to-action p { + font-size: 1.2em; +} + +.call-to-action > [class*="col-"] { + display: flex; + align-items: center; +} + +.call-to-action > [class*="col-"]:nth-child(2) { + justify-content: flex-end; + text-align: center; +} + +@media (max-width: 767px) { + .call-to-action > [class*="col-"]:nth-child(2) { + justify-content: center; + } +} + +.call-to-action .container > .row, .call-to-action .container-fluid > .row { + display: flex; + flex-wrap: wrap; +} + +.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] { + display: flex; + align-items: center; +} + +.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) { + justify-content: flex-end; + text-align: center; +} + +@media (max-width: 767px) { + .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) { + justify-content: center; + } +} + +@media (max-width: 767px) { + .call-to-action > [class*="col-"]:not([class*="col-xs"]) { + width: 100%; + } + + .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) { + width: 100%; + } +} + +.call-to-action .call-to-action-content { + text-align: center; +} + +.call-to-action.call-to-action-big { + padding: 63px 55px; +} + +@media (max-width: 575px) { + .call-to-action.call-to-action-big { + padding: 63px 0; + } +} + +.call-to-action.call-to-action-front { + z-index: 1; +} + +.call-to-action.call-to-action-default { + background: var(--grey-100); +} + +.call-to-action.call-to-action-strong-grey { + background: #EDEDED; +} + +.call-to-action.call-to-action-dark { + background: var(--dark--200); +} + +.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p { + color: var(--light); +} + +.call-to-action.with-borders { + border-top: 1px solid #DFDFDF; + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-right: 1px solid #ECECEC; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); +} + +.call-to-action.with-full-borders { + border: 2px solid var(--grey-500); + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); +} + +.call-to-action.featured { + background: var(--light); + margin: 0; + border-top: 3px solid var(--grey-500); + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-right: 1px solid #ECECEC; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); +} + +.call-to-action.with-button-arrow .call-to-action-btn { + position: relative; +} + +@media (min-width: 992px) { + .call-to-action.with-button-arrow .call-to-action-btn { + left: -80px; + } +} + +.call-to-action.with-button-arrow .call-to-action-btn .arrow { + position: absolute; +} + +@media (max-width: 991px) { + .call-to-action.with-button-arrow .call-to-action-btn .arrow { + display: none; + } +} + +.call-to-action.with-button-arrow .call-to-action-btn.no-left { + left: 0; +} + +@media (max-width: 991px) { + .call-to-action.with-button-arrow .call-to-action-btn.no-left { + margin-top: -25px !important; + } +} + +.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span { + position: relative; +} + +.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow { + right: 50% !important; +} + +.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn { + width: 100%; + text-align: center; +} + +.call-to-action.button-centered .call-to-action-content { + text-align: center; + width: 100%; + padding: 35px 0 0; + margin: 0; +} + +.call-to-action.button-centered .call-to-action-btn { + text-align: center; + position: static; + margin: 20px auto 25px; + width: auto; +} + +.call-to-action.call-to-action-in-footer { + padding-top: 70px; + padding-bottom: 70px; + margin-top: 30px; + margin-bottom: -50px !important; +} + +.call-to-action.call-to-action-in-footer:before { + content: ""; + display: block; + position: absolute; + border-left: 20px solid transparent; + border-right: 20px solid transparent; + border-top: 20px solid #FFF; + height: 20px; + width: 20px; + top: -5px; + left: 50%; + margin-left: -20px; +} + +.call-to-action.no-top-arrow:before { + display: none; +} + +.call-to-action.call-to-action-in-footer-margin-top { + margin-top: 60px; +} + +.container .call-to-action { + border-radius: var(--border-radius2x); +} + +@media (max-width: 767px) { + .call-to-action .call-to-action-content, + .call-to-action .call-to-action-btn { + margin: 0; + padding: 20px; + position: static; + width: auto; + } +} + +/* Call to Action - Skin */ +.call-to-action.featured.featured-primary { + border-top-color: var(--primary); +} + +.call-to-action.call-to-action-primary { + background: var(--primary); +} + +.call-to-action.with-full-borders-primary { + border-color: var(--primary); +} + +.call-to-action.call-to-action-primary { + background: var(--primary); +} + +.call-to-action.call-to-action-primary h3, .call-to-action.call-to-action-primary p { + color: var(--primary-inverse); +} + +.call-to-action.featured.featured-secondary { + border-top-color: var(--secondary); +} + +.call-to-action.call-to-action-secondary { + background: var(--secondary); +} + +.call-to-action.with-full-borders-secondary { + border-color: var(--secondary); +} + +.call-to-action.call-to-action-secondary { + background: var(--secondary); +} + +.call-to-action.call-to-action-secondary h3, .call-to-action.call-to-action-secondary p { + color: var(--secondary-inverse); +} + +.call-to-action.featured.featured-tertiary { + border-top-color: var(--tertiary); +} + +.call-to-action.call-to-action-tertiary { + background: var(--tertiary); +} + +.call-to-action.with-full-borders-tertiary { + border-color: var(--tertiary); +} + +.call-to-action.call-to-action-tertiary { + background: var(--tertiary); +} + +.call-to-action.call-to-action-tertiary h3, .call-to-action.call-to-action-tertiary p { + color: var(--tertiary-inverse); +} + +.call-to-action.featured.featured-quaternary { + border-top-color: var(--quaternary); +} + +.call-to-action.call-to-action-quaternary { + background: var(--quaternary); +} + +.call-to-action.with-full-borders-quaternary { + border-color: var(--quaternary); +} + +.call-to-action.call-to-action-quaternary { + background: var(--quaternary); +} + +.call-to-action.call-to-action-quaternary h3, .call-to-action.call-to-action-quaternary p { + color: var(--quaternary-inverse); +} + +.call-to-action.featured.featured-dark { + border-top-color: var(--dark); +} + +.call-to-action.call-to-action-dark { + background: var(--dark); +} + +.call-to-action.with-full-borders-dark { + border-color: var(--dark); +} + +.call-to-action.call-to-action-dark { + background: var(--dark); +} + +.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p { + color: var(--dark-inverse); +} + +.call-to-action.featured.featured-light { + border-top-color: var(--light); +} + +.call-to-action.call-to-action-light { + background: var(--light); +} + +.call-to-action.with-full-borders-light { + border-color: var(--light); +} + +.call-to-action.call-to-action-light { + background: var(--light); +} + +.call-to-action.call-to-action-light h3, .call-to-action.call-to-action-light p { + color: var(--light-inverse); +} + +/* Cards */ +.card { + position: relative; + border: 1px solid rgba(0, 0, 0, 0.06); +} + +.card-header { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); +} + +.card-footer { + border-top: 1px solid rgba(0, 0, 0, 0.06); +} + +.card-body { + padding: 32px; + padding: 2rem; + position: relative; + z-index: 1; +} + +.card-text-color-hover-light:hover * { + color: var(--light) !important; +} + +.card-background-image-hover { + background-size: cover; + background-position: center; +} + +.card-background-image-hover .card-body { + background: var(--light-rgba-90); + margin: 16px; + margin: 1rem; + padding: 16px; + padding: 1rem; +} + +/* Border */ +.card-border { + overflow: hidden; +} + +.card-border:after { + content: ""; + transition: .2s all ease; + backface-visibility: hidden; + position: absolute; + left: 50%; + height: 5px; + width: 100%; + transform: translateX(-50%); + background-color: var(--primary); +} + +.card-border.card-border-top:after { + top: 0; +} + +.card-border.card-border-bottom:after { + bottom: 0; +} + +.card-border.card-border-hover:after { + width: 0; +} + +.card-border.card-border-hover:hover:after { + width: 100%; +} + +/* Flip Card */ +.flip-card { + position: relative; + border: none; + perspective: 1000px; +} + +.flip-card .flip-front, +.flip-card .flip-back { + padding: 32px; + padding: 2rem; + backface-visibility: hidden; + background: var(--light); + box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15); + transform-style: preserve-3d; + transition: ease transform 500ms; +} + +.flip-card .flip-front .flip-content, +.flip-card .flip-back .flip-content { + transform: translate3d(0, 0, 1px); + backface-visibility: hidden; +} + +.flip-card .flip-front.overlay:before, +.flip-card .flip-back.overlay:before { + transform: translate3d(0, 0, 0px); + backface-visibility: hidden; +} + +.flip-card .flip-front { + transform: translate3d(0, 0, 1px) rotateY(0deg); +} + +.flip-card .flip-back { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + transform: translate3d(0, 0, -1px) rotateY(180deg); +} + +.flip-card:hover .flip-front { + transform: translate3d(0, 0, -1px) rotateY(-180deg); +} + +.flip-card:hover .flip-back { + transform: translate3d(0, 0, 1px) rotateY(0deg); +} + +.flip-card.flip-card-vertical .flip-front { + transform: translate3d(0, 0, 1px) rotateX(0deg); +} + +.flip-card.flip-card-vertical .flip-back { + transform: translate3d(0, 0, -1px) rotateX(180deg); +} + +.flip-card.flip-card-vertical:hover .flip-front { + transform: translate3d(0, 0, -1px) rotateX(-180deg); +} + +.flip-card.flip-card-vertical:hover .flip-back { + transform: translate3d(0, 0, 1px) rotateX(0deg); +} + +.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content { + perspective: inherit; + transform: translate3d(0, 0, 60px); +} + +/* Owl Carousel */ +.owl-carousel { + display: block; + margin-bottom: 20px; + opacity: 0; +} + +.owl-carousel.owl-loaded { + opacity: 1; +} + +.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span { + display: none; +} + +.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child { + display: block; +} + +.owl-carousel .owl-item img { + transform-style: unset; +} + +.owl-carousel .owl-item img[data-icon] { + display: inline; +} + +.owl-carousel .thumbnail { + margin-right: 1px; +} + +.owl-carousel .item-video { + height: 300px; +} + +.owl-carousel .owl-nav { + top: 50%; + position: absolute; + width: 100%; + margin-top: 0; + transform: translate3d(0, -50%, 0); +} + +.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { + display: inline-block; + position: absolute; + top: 50%; + width: 30px; + height: 30px; + outline: 0; + margin: 0; + transform: translate3d(0, -50%, 0); +} + +.owl-carousel .owl-nav button.owl-prev { + left: 0; +} + +.owl-carousel .owl-nav button.owl-prev:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + font-size: 11.2px; + font-size: 0.7rem; + content: "\f053"; + position: relative; + left: -1px; + top: -1px; +} + +.owl-carousel .owl-nav button.owl-next { + right: 0; +} + +.owl-carousel .owl-nav button.owl-next:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + font-size: 11.2px; + font-size: 0.7rem; + content: "\f054"; + position: relative; + left: 1px; + top: -1px; +} + +.owl-carousel.stage-margin .owl-stage-outer { + margin-left: 40px !important; + margin-right: 40px !important; +} + +.owl-carousel.stage-margin .owl-stage-outer .owl-stage { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.owl-carousel.stage-margin.stage-margin-sm .owl-stage-outer { + margin-left: 50px !important; + margin-right: 50px !important; +} + +.owl-carousel.stage-margin.stage-margin-md .owl-stage-outer { + margin-left: 75px !important; + margin-right: 75px !important; +} + +.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer { + margin-left: 100px !important; + margin-right: 100px !important; +} + +.owl-carousel.top-border { + border-top: 1px solid #eaeaea; + padding-top: 18px; +} + +.owl-carousel.nav-remove-prev .owl-nav .owl-prev { + display: none; +} + +.owl-carousel.nav-remove-next .owl-nav .owl-next { + display: none; +} + +.owl-carousel.nav-full-height .owl-stage-outer { + z-index: 1; +} + +.owl-carousel.nav-full-height .owl-nav { + height: 100%; +} + +.owl-carousel.nav-full-height .owl-nav .owl-next, +.owl-carousel.nav-full-height .owl-nav .owl-prev { + height: 100% !important; +} + +.owl-carousel.show-nav-hover .owl-nav { + opacity: 0; + transition: all 0.2s ease-in-out; +} + +.owl-carousel.show-nav-hover .owl-nav button.owl-prev { + left: 0; + transition: all 0.2s ease-in-out; +} + +.owl-carousel.show-nav-hover .owl-nav button.owl-next { + right: 0; + transition: all 0.2s ease-in-out; +} + +.owl-carousel.show-nav-hover:hover .owl-nav { + opacity: 1; +} + +.owl-carousel.show-nav-hover:hover .owl-nav button.owl-prev { + left: -40px; +} + +.owl-carousel.show-nav-hover:hover .owl-nav button.owl-next { + right: -40px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-2:hover .owl-nav button.owl-prev { + left: -15px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-2:hover .owl-nav button.owl-next { + right: -15px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-2.nav-md:hover .owl-nav button.owl-prev { + left: -20px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-2.nav-md:hover .owl-nav button.owl-next { + right: -20px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-3:hover .owl-nav button.owl-prev { + left: 10px; +} + +.owl-carousel.show-nav-hover.show-nav-hover-pos-3:hover .owl-nav button.owl-next { + right: 10px; +} + +.owl-carousel.show-nav-title .owl-nav { + top: 0; + right: 0; + margin-top: -25px; + width: auto; +} + +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active { + font-size: 18px; + background: transparent !important; + width: 18px; +} + +.owl-carousel.show-nav-title .owl-nav button.owl-prev { + left: -40px; +} + +.owl-carousel.show-nav-title .owl-nav button.owl-prev:before, .owl-carousel.show-nav-title .owl-nav button.owl-prev:after, .owl-carousel.show-nav-title .owl-nav button.owl-next:before, .owl-carousel.show-nav-title .owl-nav button.owl-next:after { + font-size: inherit; +} + +.owl-carousel.show-nav-title.show-nav-title-both-sides .owl-nav { + width: 100%; +} + +.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev { + left: 0; +} + +.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next { + right: 0; +} + +.owl-carousel.show-nav-title.show-nav-title-both-sides-style-2 .owl-nav { + margin-top: 15px; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] { + padding: 3px 7px; + border-radius: 50%; + background: transparent; + border: 1px solid #999; + color: #999; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover { + background: transparent; + border: 1px solid #a1a1a1; + color: #a1a1a1; +} + +.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].active { + background: transparent; + border: 1px solid #666; + color: #666; +} + +.owl-carousel.nav-bottom .owl-stage-outer { + margin-bottom: 10px; +} + +.owl-carousel.nav-bottom .owl-nav { + position: static; + margin: 0; + padding: 0; + width: auto; + transform: none; +} + +.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next { + position: static; + transform: none; +} + +.owl-carousel.nav-bottom .owl-nav button.owl-prev { + margin-right: 5px; +} + +.owl-carousel.nav-bottom .owl-nav button.owl-next { + margin-left: 5px; +} + +.owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav { + text-align: left; +} + +.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav { + text-align: right; +} + +.owl-carousel.nav-bottom-inside .owl-nav { + position: relative; + margin: -68.8px 0 0 0; + margin: -4.3rem 0 0 0; + padding: 0; + width: auto; +} + +.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev, .owl-carousel.nav-bottom-inside .owl-nav button.owl-next { + position: static; +} + +.owl-carousel.nav-inside .owl-nav button.owl-prev { + left: 15px; +} + +.owl-carousel.nav-inside .owl-nav button.owl-next { + right: 15px; + left: auto; +} + +.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev { + left: 0; +} + +.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next { + right: 0; + left: auto; +} + +.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev { + left: 30px; +} + +.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next { + right: 30px; + left: auto; +} + +.owl-carousel.nav-inside.nav-bottom .owl-nav { + position: absolute; + top: auto; + bottom: 40px; + width: 100%; +} + +.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next { + position: relative; +} + +.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev { + left: 0; +} + +.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next { + right: 0; +} + +.owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-next { + position: relative; +} + +.owl-carousel.nav-inside.nav-inside-half-section .owl-nav { + top: auto; + bottom: 60px; +} + +.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next { + transform: none; + width: 60px !important; + height: 60px !important; +} + +.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev:before, .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next:before { + font-size: 12.8px; + font-size: 0.8rem; + left: 0; + top: 0; +} + +.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev { + left: -60px; + top: -61px; +} + +.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next { + left: -60px; +} + +@media (max-width: 991px) { + .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev { + left: 0; + } + + .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next { + left: 0; + } +} + +.owl-carousel.nav-outside .owl-nav button.owl-prev { + left: 0; +} + +.owl-carousel.nav-outside .owl-nav button.owl-next { + right: 0; +} + +@media (min-width: 992px) { + .owl-carousel.nav-outside .owl-nav button.owl-prev { + left: -50px; + } + + .owl-carousel.nav-outside .owl-nav button.owl-next { + right: -50px; + } +} + +.owl-carousel.nav-position-1 .owl-nav button.owl-prev { + left: 20px; +} + +.owl-carousel.nav-position-1 .owl-nav button.owl-next { + right: 20px; +} + +.owl-carousel.nav-icon-1 .owl-nav .owl-next:before { + content: "\f061"; +} + +.owl-carousel.nav-icon-1 .owl-nav .owl-prev:before { + content: "\f060"; +} + +.owl-carousel.nav-size-md .owl-nav .owl-next { + width: 40px; + height: 40px; +} + +.owl-carousel.nav-size-md .owl-nav .owl-next:before { + top: 0; + font-size: 12px; + font-size: 0.75rem; +} + +.owl-carousel.nav-size-md .owl-nav .owl-prev { + width: 40px; + height: 40px; +} + +.owl-carousel.nav-size-md .owl-nav .owl-prev:before { + top: 0; + font-size: 12px; + font-size: 0.75rem; +} + +.owl-carousel.nav-style-1 .owl-nav .owl-next, +.owl-carousel.nav-style-1 .owl-nav .owl-prev { + width: 20px; + background: transparent !important; + color: #000; +} + +.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active, +.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover, +.owl-carousel.nav-style-1 .owl-nav .owl-prev:active { + color: var(--grey-500); +} + +.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after, +.owl-carousel.nav-style-1 .owl-nav .owl-prev:before, +.owl-carousel.nav-style-1 .owl-nav .owl-prev:after { + font-size: inherit; +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next, +.owl-carousel.nav-style-2 .owl-nav .owl-prev { + background: transparent !important; +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next:before, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 1px; + width: 1.3em; + height: 1.3em; + border-top: 2px solid var(--grey-500); + border-left: 2px solid var(--grey-500); + font-size: inherit; + transform: translate3d(0, -50%, 0) rotate(-45deg); +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next:after, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:after { + content: ''; + display: block; + border-top: 3px solid var(--grey-500); + width: 2.5em; + position: absolute; + top: 50%; + font-size: inherit; + transform: translate3d(0, -50%, 0); +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next { + transform: rotate(180deg) !important; + transform-origin: 15px 8px; +} + +.owl-carousel.nav-style-2.nav-bottom.nav-inside .owl-nav .owl-next { + transform-origin: 15px; +} + +.owl-carousel.nav-style-3 .owl-nav { + top: 25%; +} + +.owl-carousel.nav-style-3 .owl-nav .owl-next, +.owl-carousel.nav-style-3 .owl-nav .owl-prev { + width: 30px; + background: transparent !important; + color: var(--grey-500); +} + +.owl-carousel.nav-style-3 .owl-nav .owl-next:hover, .owl-carousel.nav-style-3 .owl-nav .owl-next:active, +.owl-carousel.nav-style-3 .owl-nav .owl-prev:hover, +.owl-carousel.nav-style-3 .owl-nav .owl-prev:active { + color: var(--grey-500); +} + +.owl-carousel.nav-style-3 .owl-nav .owl-next:before, .owl-carousel.nav-style-3 .owl-nav .owl-next:after, +.owl-carousel.nav-style-3 .owl-nav .owl-prev:before, +.owl-carousel.nav-style-3 .owl-nav .owl-prev:after { + font-size: 1.5em; +} + +.owl-carousel.nav-style-4 .owl-nav .owl-prev { + left: 75px; +} + +@media (max-width: 991px) { + .owl-carousel.nav-style-4 .owl-nav .owl-prev { + left: 40px; + } +} + +@media (max-width: 767px) { + .owl-carousel.nav-style-4 .owl-nav .owl-prev { + left: 13px; + } +} + +.owl-carousel.nav-style-4 .owl-nav .owl-next { + right: 75px; +} + +@media (max-width: 991px) { + .owl-carousel.nav-style-4 .owl-nav .owl-next { + right: 40px; + } +} + +@media (max-width: 767px) { + .owl-carousel.nav-style-4 .owl-nav .owl-next { + right: 13px; + } +} + +.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next { + background: var(--light); + font-size: 11.2px; + font-size: 0.7rem; + width: 40px; + height: 40px; + color: #000; + border-radius: 100%; + box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3); +} + +.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover { + color: var(--light); +} + +.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-prev { + left: 0px; +} + +.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-next { + right: 0px; +} + +.owl-carousel.nav-style-diamond .owl-nav .owl-prev, .owl-carousel.nav-style-diamond .owl-nav .owl-next { + transform: rotate(45deg); + transform-origin: 100% 0%; +} + +.owl-carousel.nav-style-diamond .owl-nav .owl-prev:before, .owl-carousel.nav-style-diamond .owl-nav .owl-next:before { + display: block; + transform: rotate(-45deg); + transform-origin: 60% 50%; +} + +.owl-carousel.nav-style-diamond .owl-nav .owl-next:before { + transform-origin: 50%; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next { + width: 35px; + height: 35px; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev:before, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next:before { + content: none; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg { + width: 2em; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon { + fill: #FFF; + stroke: #FFF; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg { + transform: rotate(180deg); +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next { + width: 35px; + height: 35px; + font-size: 19.2px; + font-size: 1.2rem; + background: transparent; +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-next:before { + content: '\f061'; + font-size: inherit; +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-prev:before { + content: '\f060'; + font-size: inherit; +} + +.owl-carousel.nav-arrows-2 .owl-nav .owl-prev, .owl-carousel.nav-arrows-2 .owl-nav .owl-next { + width: 35px; + height: 35px; + font-size: 19.2px; + font-size: 1.2rem; + background: transparent; +} + +.owl-carousel.nav-arrows-2 .owl-nav .owl-next:before { + content: '\f101'; + font-size: inherit; +} + +.owl-carousel.nav-arrows-2 .owl-nav .owl-prev:before { + content: '\f100'; + font-size: inherit; +} + +.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before, .owl-carousel.nav-arrows-thin .owl-nav .owl-next:before { + font-family: simple-line-icons; + speak: none; + font-style: normal; + font-weight: 700; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; +} + +.owl-carousel.nav-arrows-thin .owl-nav .owl-next:before { + content: "\e606"; + font-size: inherit; +} + +.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before { + content: "\e605"; + font-size: inherit; +} + +.owl-carousel.nav-center-images-only .owl-nav { + top: 37%; +} + +.owl-carousel.nav-center-outside .owl-nav { + width: calc(100% + 90px); + left: 49.9%; + transform: translate3d(-50%, 0, 0); +} + +.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover { + height: auto; + padding: 20px 0 !important; +} + +.owl-carousel.full-width .owl-nav button.owl-prev, .owl-carousel.big-nav .owl-nav button.owl-prev { + border-radius: 0 4px 4px 0; +} + +.owl-carousel.full-width .owl-nav button.owl-next, .owl-carousel.big-nav .owl-nav button.owl-next { + border-radius: 4px 0 0 4px; +} + +.owl-carousel.nav-squared .owl-nav button[class*="owl-"] { + border-radius: 0; +} + +.owl-carousel.nav-rounded .owl-nav button[class*="owl-"] { + border-radius: 50%; +} + +.owl-carousel.nav-sm .owl-nav button.owl-prev, +.owl-carousel.nav-sm .owl-nav button.owl-next { + width: 30px !important; + height: 30px !important; +} + +.owl-carousel.nav-md .owl-nav button.owl-prev, +.owl-carousel.nav-md .owl-nav button.owl-next { + width: 40px; + height: 40px; +} + +.owl-carousel.nav-lg .owl-nav button.owl-prev, +.owl-carousel.nav-lg .owl-nav button.owl-next { + width: 45px; + height: 60px; +} + +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev, +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next { + width: 55px; + height: 55px; +} + +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev:before, +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next:before { + font-size: 14.4px; + font-size: 0.9rem; +} + +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev:before { + top: -1px; + left: -1px; +} + +.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next:before { + top: -1px; + left: 1px; +} + +.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev, +.owl-carousel.nav-font-size-sm .owl-nav button.owl-next { + font-size: 10px; +} + +.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev:before, +.owl-carousel.nav-font-size-sm .owl-nav button.owl-next:before { + font-size: inherit; +} + +.owl-carousel.nav-font-size-md .owl-nav button.owl-prev, +.owl-carousel.nav-font-size-md .owl-nav button.owl-next { + font-size: 14px; +} + +.owl-carousel.nav-font-size-md .owl-nav button.owl-prev:before, +.owl-carousel.nav-font-size-md .owl-nav button.owl-next:before { + font-size: inherit; +} + +.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev, +.owl-carousel.nav-font-size-lg .owl-nav button.owl-next { + font-size: 19px; +} + +.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev:before, +.owl-carousel.nav-font-size-lg .owl-nav button.owl-next:before { + font-size: inherit; + left: 2px; +} + +.owl-carousel.nav-font-size-xl .owl-nav button.owl-prev, +.owl-carousel.nav-font-size-xl .owl-nav button.owl-next { + font-size: 25px; +} + +.owl-carousel.nav-font-size-xl .owl-nav button.owl-prev:before, +.owl-carousel.nav-font-size-xl .owl-nav button.owl-next:before { + font-size: inherit; + left: 2px; +} + +.owl-carousel.nav-transparent .owl-nav button[class*="owl-"] { + background-color: transparent !important; + color: var(--dark) !important; +} + +.owl-carousel.nav-transparent .owl-nav button[class*="owl-"]:hover { + background-color: transparent !important; + border-color: transparent !important; +} + +.owl-carousel.nav-transparent .owl-nav button[class*="owl-"]:active { + background-color: transparent !important; + border-color: transparent !important; +} + +.owl-carousel.nav-borders .owl-nav button[class*="owl-"] { + border-color: var(--dark-rgba-10) !important; +} + +.owl-carousel.nav-borders .owl-nav button[class*="owl-"]:hover { + border-color: var(--dark-rgba-10) !important; +} + +.owl-carousel.nav-borders .owl-nav button[class*="owl-"]:active { + border-color: var(--dark-rgba-30) !important; +} + +.owl-carousel.nav-borders-light .owl-nav button[class*="owl-"] { + border-color: var(--light-rgba-20) !important; +} + +.owl-carousel.nav-borders-light .owl-nav button[class*="owl-"]:hover { + border-color: var(--light-rgba-20) !important; +} + +.owl-carousel.nav-borders-light .owl-nav button[class*="owl-"]:active { + border-color: var(--light-rgba-30) !important; +} + +.owl-carousel.nav-arrow-light .owl-nav .owl-next:before, .owl-carousel.nav-arrow-light .owl-nav .owl-next:after, +.owl-carousel.nav-arrow-light .owl-nav .owl-prev:before, +.owl-carousel.nav-arrow-light .owl-nav .owl-prev:after { + color: var(--light) !important; +} + +.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] { + background-color: var(--grey-100) !important; + border-color: var(--grey-100) !important; + color: var(--dark) !important; +} + +.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:hover { + background-color: var(--light) !important; + border-color: var(--light) !important; +} + +.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:active { + background-color: var(--grey-200) !important; + border-color: var(--grey-200) !important; +} + +.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav button[class*="owl-"] { + width: 35px; + height: 45px; + background-color: var(--dark-rgba-10) !important; + border-color: transparent !important; +} + +.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav button[class*="owl-"] svg polygon { + fill: var(--dark) !important; + stroke: var(--dark) !important; +} + +.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next, +.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev { + color: var(--light) !important; +} + +.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:after, +.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:before, +.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:after { + border-color: var(--light) !important; +} + +.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-next, +.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-prev { + color: var(--light) !important; +} + +.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-next svg polygon, +.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon { + fill: #FFF !important; + stroke: #FFF !important; +} + +.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-next, +.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-prev { + color: var(--light) !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev { + background-color: var(--dark--100) !important; + border-color: var(--dark--100) var(--dark--100) var(--dark--100) !important; + color: var(--light) !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:hover { + background-color: var(--dark--100) !important; + border-color: var(--dark--100) !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:active, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:active { + background-color: var(--dark) !important; + border-color: var(--dark) !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev { + width: 35px; + height: 45px; + background-color: rgba(var(--dark--100), 0.4) !important; + border-color: transparent !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev:hover { + background-color: rgba(var(--dark--100), 1) !important; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency.nav-style-diamond .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency.nav-style-diamond .owl-nav .owl-prev { + width: 40px; + height: 40px; +} + +.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-next svg polygon, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-prev svg polygon { + fill: #FFF !important; + stroke: #FFF !important; +} + +.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next, +.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev { + color: var(--dark) !important; +} + +.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:after, +.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:before, +.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:after { + border-color: var(--dark) !important; +} + +.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-next, +.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-prev { + color: var(--dark) !important; +} + +.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-next svg polygon, +.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon { + fill: var(--dark) !important; + stroke: var(--dark) !important; +} + +.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-next, +.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-prev { + color: var(--dark) !important; +} + +.owl-carousel .owl-dots .owl-dot { + outline: 0; +} + +.owl-carousel .owl-dots .owl-dot span { + width: 8px; + height: 8px; + margin: 5px 4px; +} + +.owl-carousel.dots-inside .owl-dots { + position: absolute; + bottom: 2px; + right: 10px; + margin-top: 0; +} + +.owl-carousel.dots-title .owl-dots { + position: absolute; + margin-top: 0 !important; + top: -51px; + left: 155px; +} + +.owl-carousel.dots-title .owl-dots .owl-dot span { + width: 8px; + height: 8px; + margin: 5px 4px; +} + +.owl-carousel.dots-title.dots-title-pos-2 .owl-dots { + left: 235px; +} + +.owl-carousel.dots-light .owl-dots .owl-dot span { + background: rgba(255, 255, 255, 0.6); +} + +.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span { + background: #FFF !important; +} + +.owl-carousel.dots-dark .owl-dots .owl-dot span { + background: rgba(33, 33, 33, 0.6); +} + +.owl-carousel.dots-dark .owl-dots .owl-dot.active span, .owl-carousel.dots-dark .owl-dots .owl-dot:hover span { + background: #212121 !important; +} + +.owl-carousel.dots-morphing .owl-dots .owl-dot span { + width: 20px; + height: 6px; + transition: ease width 300ms; +} + +.owl-carousel.dots-morphing .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span { + width: 40px; +} + +.owl-carousel.dots-modern .owl-dots { + display: flex; + align-items: center; + justify-content: center; +} + +.owl-carousel.dots-modern .owl-dots .owl-dot { + display: flex; + align-items: center; + justify-content: center; + margin: 0 2px; +} + +.owl-carousel.dots-modern .owl-dots .owl-dot span { + width: 4px; + height: 4px; + transition: ease all 300ms 300ms; +} + +.owl-carousel.dots-modern .owl-dots .owl-dot.active span { + transition: ease all 300ms; + transform: scale(2); +} + +.owl-carousel.dots-modern.dots-modern-lg .owl-dots .owl-dot { + margin: 0 3px; +} + +.owl-carousel.dots-modern.dots-modern-lg .owl-dots .owl-dot span { + width: 6px; + height: 6px; +} + +.owl-carousel.dots-orientation-portrait .owl-dots { + display: flex; + flex-direction: column; + margin-left: 15px !important; + margin-right: 15px !important; +} + +.owl-carousel.dots-align-left .owl-dots { + text-align: left; + justify-content: flex-start; +} + +.owl-carousel.dots-align-right .owl-dots { + text-align: left; +} + +.owl-carousel.dots-horizontal-center .owl-dots { + left: 0; + right: 0; + width: 100%; +} + +.owl-carousel.dots-vertical-center .owl-dots { + top: 50%; + bottom: auto; + margin: 0; + transform: translate3d(0, -50%, 0); +} + +@media (max-width: 575px) { + .owl-carousel.show-dots-xs .owl-dots { + opacity: 1 !important; + visibility: visible !important; + } +} + +@media (min-width: 576px) and (max-width: 767px) { + .owl-carousel.show-dots-sm .owl-dots { + opacity: 1 !important; + visibility: visible !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .owl-carousel.show-dots-md .owl-dots { + opacity: 1 !important; + visibility: visible !important; + } +} + +.owl-carousel.show-dots-hover .owl-dots { + opacity: 0; + visibility: hidden; + transition: ease opacity 300ms; +} + +.owl-carousel.show-dots-hover:hover .owl-dots { + opacity: 1; + visibility: visible; +} + +.owl-carousel.carousel-shadow-1 { + position: relative; +} + +.owl-carousel.carousel-shadow-1:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 65%; + height: 0px; + box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.04); + transform: translate3d(-50%, -50%, 0); + z-index: 0; +} + +.owl-carousel.carousel-shadow-1.carousel-shadow-1-bold:before { + box-shadow: 0 0 110px 230px rgba(0, 0, 0, 0.04); +} + +.owl-carousel .img-thumbnail.img-thumbnail-hover-icon { + display: block; +} + +.owl-carousel.carousel-right-side-nav { + width: calc( 100% - 55px); +} + +.owl-carousel.carousel-right-side-nav .owl-nav .owl-next { + width: 55px; + transform: translate3d(100%, -50%, 0); +} + +.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + height: 35%; + width: 100%; + background-image: linear-gradient(360deg, var(--grey-500) 0%, transparent 100%); +} + +.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]) { + transition: ease opacity 300ms; +} + +.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]):hover { + opacity: 1 !important; +} + +@media (min-width: 576px) { + .owl-carousel.carousel-sync-style-1 { + position: absolute; + top: 50%; + left: -30px; + max-width: 355px; + transform: translate3d(0, -50%, 0); + } +} + +.owl-carousel-spaced { + margin-left: -5px; +} + +.owl-carousel-spaced .owl-item > div { + margin: 5px; +} + +.owl-carousel.testimonials img { + display: inline-block; + height: 70px; + width: 70px; +} + +@media (max-width: 575px) { + .owl-carousel-spaced { + margin-left: 0; + } +} + +.carousel-half-full-width-wrapper > .owl-carousel { + width: 100%; +} + +@media (min-width: 576px) { + .carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 540px ) / 2 )); + } +} + +@media (min-width: 768px) { + .carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 720px ) / 2 )); + } +} + +@media (min-width: 992px) { + .carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 960px ) / 2 )); + } +} + +@media (min-width: 1200px) { + .carousel-half-full-width-wrapper > .owl-carousel { + width: calc( 100vw - ( ( 100vw - 1140px ) / 2 )); + } +} + +.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer { + margin-bottom: 20px; +} + +.carousel-half-full-width-wrapper.carousel-half-full-width-left { + direction: rtl; +} + +.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav { + display: flex; +} + +.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-prev { + order: 2; +} + +.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-next { + order: 1; +} + +.carousel-areas { + background: #f2f2f2; + background: linear-gradient(to bottom, #f2f2f2 0%, rgba(33, 37, 41, 0.5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='var(--dark)', GradientType=0 ); + margin-bottom: -10px; + padding: 8px 8px 0 8px; + border-radius: 6px 6px 0 0; + box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07); +} + +.carousel-areas .owl-carousel { + box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); +} + +.carousel-areas .owl-carousel .owl-nav button.owl-prev { + left: -55px; +} + +.carousel-areas .owl-carousel .owl-nav button.owl-next { + right: -55px; +} + +.carousel-areas .owl-carousel:first-child img { + border-radius: 6px 6px 0 0; +} + +@media (max-width: 991px) { + .carousel-areas .owl-carousel .owl-nav { + display: none; + } +} + +.owl-carousel.carousel-center-active-item .owl-item { + opacity: 0.2; + transition: ease opacity 300ms; +} + +.owl-carousel.carousel-center-active-item .owl-item.current { + opacity: 1 !important; +} + +.owl-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .owl-item { + opacity: 0.7; +} + +.owl-carousel.carousel-center-active-item-2 .owl-stage-outer { + overflow: visible; +} + +.owl-carousel.carousel-center-active-item-2 .owl-item > div { + width: 66.6666%; + margin-left: auto; + padding: 48px; + padding: 3rem; + background: var(--light); + border-radius: 7px; + box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2); +} + +.owl-carousel.carousel-center-active-item-2 .owl-item.active > div { + margin-right: auto; +} + +.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * { + color: var(--light) !important; +} + +.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div { + margin-right: auto; + margin-left: 0; +} + +.owl-carousel.carousel-center-active-item-3 .owl-stage-outer { + overflow: visible; +} + +.owl-carousel.carousel-center-active-item-3 .owl-item > div { + width: 100%; + margin-left: auto; + transition: ease opacity 300ms; +} + +.owl-carousel.carousel-center-active-item-3 .owl-item.active > div { + margin-right: auto; +} + +.owl-carousel.carousel-center-active-item-3 .owl-item.active + .owl-item > div { + margin-right: auto; + margin-left: 0; +} + +.owl-carousel-light.owl-carousel-light-init-fadeIn { + transition: ease opacity 300ms; +} + +.owl-carousel-light .owl-stage-outer, +.owl-carousel-light .owl-stage { + height: 100%; +} + +.owl-carousel-light .owl-item { + display: none; + visibility: hidden; + opacity: 0; + position: absolute !important; + width: 100%; + height: 100%; + top: 0; + transition: ease opacity 300ms; +} + +.owl-carousel-light .owl-item.active { + display: block; + visibility: visible; + opacity: 1; +} + +.owl-carousel-light .owl-dots .owl-dot span { + margin: 5px 2px; +} + +.horizontal-scroller { + padding: 32px 0; + padding: 2rem 0; + height: 100vh; + position: relative; +} + +.horizontal-scroller-scroll { + position: relative; + overflow: hidden; + padding: 32px; + padding: 2rem; +} + +.horizontal-scroller-images { + height: 100%; + display: flex; + align-items: center; +} + +.horizontal-scroller-item { + height: 100%; + display: flex; + justify-content: center; + flex: 0 0 auto; + padding: 0 32px; + padding: 0 2rem; +} + +.horizontal-scroller-image { + -o-object-fit: fill; + object-fit: fill; + margin: 0 auto; + max-height: 80vh; + padding-top: 10vh; +} + +/* Carousel - Skin */ +.owl-carousel .owl-dots .owl-dot.active span, +.owl-carousel .owl-dots .owl-dot:hover span { + background-color: var(--primary-100); +} + +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover { + color: var(--primary); +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] { + background-color: var(--primary); + border-color: var(--primary) var(--primary) var(--primary-300); + color: var(--primary-inverse); +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover { + background-color: var(--primary--100); + border-color: var(--primary--300) var(--primary--300) var(--primary); +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active { + background-color: var(--primary-300); + background-image: none; + border-color: var(--primary-300) var(--primary-300) var(--primary-300); +} + +.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] { + background-color: var(--primary-rgba-35); +} + +.owl-carousel.nav-style-1 .owl-nav .owl-next, +.owl-carousel.nav-style-1 .owl-nav .owl-prev { + color: var(--primary) !important; +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-style-2 .owl-nav .owl-next:after, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:before, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:after { + border-color: var(--primary); +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon { + fill: var(--primary); + stroke: var(--primary); +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next { + color: var(--primary); +} + +/* Carousel Center Active Item 2 - Skin */ +.owl-carousel.carousel-center-active-item-2 .owl-item.active > div { + background: var(--primary); +} + +/* Bottom Inside Shadow - Skin */ +.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after { + background-image: linear-gradient(360deg, var(--primary) 0%, transparent 100%); +} + +/* Cascading Images */ +.cascading-images-wrapper { + display: inline-block; + padding: 12% 20%; +} + +.cascading-images-wrapper .cascading-images { + transform: translate3d(0, -35%, 0); +} + +.cascading-images-wrapper .cascading-images img { + max-width: 100%; +} + +/* Countdown */ +.countdown { + display: flex; + text-align: center; +} + +.countdown > span { + flex-basis: 25%; + max-width: 25%; + width: 25%; + font-size: 16px; + font-size: 1rem; + line-height: 1.5; + color: var(--default); +} + +.countdown > span > span { + display: block; + font-size: 48px; + font-size: 3rem; + line-height: 1; + color: var(--dark); +} + +.countdown.countdown-light > span { + color: rgba(255, 255, 255, 0.6); +} + +.countdown.countdown-light > span > span { + color: var(--light); +} + +.countdown.countdown-light.countdown-borders > span { + border-color: var(--light); +} + +.countdown.countdown-borders { + margin-right: -15px; + margin-left: -15px; +} + +.countdown.countdown-borders > span { + border-width: 2px; + border-style: solid; + border-color: var(--dark); + margin-right: 15px; + margin-left: 15px; + padding: 24px; + padding: 1.5rem; +} + +@media (max-width: 767px) { + .countdown { + flex-wrap: wrap; + } + + .countdown > span { + flex-basis: calc(50% - 15px); + max-width: calc(50% - 15px); + width: calc(50% - 15px); + margin-bottom: 30px; + } + + .countdown > span:nth-child(3), .countdown > span:nth-child(4) { + margin-bottom: 0; + } + + .countdown.countdown-borders { + justify-content: space-between; + margin-right: 0; + margin-left: 0; + } + + .countdown.countdown-borders > span { + margin-right: 0; + margin-left: 0; + } +} + +@media (max-width: 576px) { + .countdown > span { + flex-basis: 100%; + max-width: 100%; + width: 100%; + margin-bottom: 50px; + } + + .countdown > span:nth-child(3) { + margin-bottom: 50px; + } + + .countdown.countdown-borders > span { + margin-bottom: 30px; + } + + .countdown.countdown-borders > span:nth-child(3) { + margin-bottom: 30px; + } +} + +/* Countdown - Skin */ +.countdown.countdown-primary > span > span { + color: var(--primary); +} + +.countdown.countdown-secondary > span > span { + color: var(--secondary); +} + +.countdown.countdown-tertiary > span > span { + color: var(--tertiary); +} + +.countdown.countdown-quaternary > span > span { + color: var(--quaternary); +} + +.countdown.countdown-dark > span > span { + color: var(--dark); +} + +.countdown.countdown-light > span > span { + color: var(--light); +} + +/* Counters */ +.counters .counter { + text-align: center; +} + +.counters [class*="fa-"], .counters .icons { + display: block; + font-size: 35px; + line-height: 35px; + margin-bottom: 5px; +} + +.counters strong { + display: block; + font-weight: bold; + font-size: 50px; + line-height: 50px; +} + +.counters label { + display: block; + font-weight: 100; + font-size: 20px; + line-height: 20px; +} + +.counters .counter-side-icon [class*="fa-"], .counters .counter-side-icon .icons, .counters .counter-side-icon strong { + display: inline-block; +} + +.counters .counter-with-unit strong { + display: inline-block; +} + +.counters .counter-with-unit.counter-unit-on-top { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: flex-start; +} + +.counters .counter-with-unit.counter-unit-on-top .unit { + font-size: 32px; + font-size: 2rem; + line-height: 43.2px; + line-height: 2.7rem; + margin-left: 4.8px; + margin-left: 0.3rem; +} + +.counters .counter-with-unit.counter-unit-on-top label { + width: 100%; + margin-top: 11.2px; + margin-top: 0.7rem; +} + +.counters .counter-with-unit.counter-unit-on-bottom { + align-items: flex-end; +} + +.counters.with-borders .counter { + border-radius: 6px; + border-top: 1px solid #DFDFDF; + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-right: 1px solid #ECECEC; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); + padding: 25px; +} + +.counters.counters-sm [class*="fa-"], .counters.counters-sm .icons { + font-size: 25px; + line-height: 25px; +} + +.counters.counters-sm strong { + font-size: 35px; + line-height: 35px; +} + +.counters.counters-sm label { + font-size: 15px; + line-height: 15px; +} + +.counters.counters-lg [class*="fa-"] { + font-size: 45px; + line-height: 45px; +} + +.counters.counters-lg strong { + font-size: 60px; + line-height: 60px; +} + +.counters.counters-lg label { + font-size: 25px; + line-height: 25px; +} + +.counters.counters-text-light .counter { + color: var(--light) !important; +} + +.counters.counters-text-light .counter [class*="fa-"], .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label { + color: var(--light) !important; +} + +.counters.counters-text-dark .counter { + color: var(--dark--200) !important; +} + +.counters.counters-text-dark .counter [class*="fa-"], .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label { + color: var(--dark--200) !important; +} + +/* Counters - Skin */ +.counters .counter-primary [class*="fa-"], .counters .counter-primary .icons, .counters .counter-primary strong { + color: var(--primary); +} + +.counters .counter-secondary [class*="fa-"], .counters .counter-secondary .icons, .counters .counter-secondary strong { + color: var(--secondary); +} + +.counters .counter-tertiary [class*="fa-"], .counters .counter-tertiary .icons, .counters .counter-tertiary strong { + color: var(--tertiary); +} + +.counters .counter-quaternary [class*="fa-"], .counters .counter-quaternary .icons, .counters .counter-quaternary strong { + color: var(--quaternary); +} + +.counters .counter-dark [class*="fa-"], .counters .counter-dark .icons, .counters .counter-dark strong { + color: var(--dark); +} + +.counters .counter-light [class*="fa-"], .counters .counter-light .icons, .counters .counter-light strong { + color: var(--light); +} + +/* Dividers */ +hr { + background: rgba(0, 0, 0, 0.06); + border: 0; + height: 1px; + margin: 22px 0; + opacity: 1; +} + +hr.short { + margin: 11px 0; +} + +hr.tall { + margin: 44px 0; +} + +hr.taller { + margin: 66px 0; +} + +hr.gratient { + background: none; + background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06), transparent); +} + +hr.gradient-to-right { + background: none; + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.06), transparent); +} + +hr.gradient-to-left { + background: none; + background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06)); +} + +hr.solid { + background: rgba(0, 0, 0, 0.06); +} + +hr.light { + background: rgba(255, 255, 255, 0.15); +} + +hr.invisible { + background: none; +} + +.divider { + border: 0; + height: 1px; + margin: 44px auto; + background: rgba(0, 0, 0, 0.06); + text-align: center; + position: relative; + clear: both; +} + +.divider.taller { + margin: 66px auto; +} + +.divider [class*="fa-"], .divider .icons { + text-align: center; + background: var(--light); + border-radius: 50px; + color: #a9a9a9; + display: inline-block; + height: 50px; + line-height: 50px; + position: absolute; + text-align: center; + width: 50px; + font-size: 20px; + margin: 0 auto 0 -25px; + top: -25px; + left: 50%; + z-index: 1; +} + +.divider.divider-solid { + background: rgba(0, 0, 0, 0.06); +} + +.divider.divider-icon-sm [class*="fa-"], .divider.divider-icon-sm .icons { + width: 30px; + height: 30px; + line-height: 30px; + top: -15px; + font-size: 15px; + margin-left: -16px; +} + +.divider.divider-icon-lg { + margin: 86px 0; +} + +.divider.divider-icon-lg [class*="fa-"], .divider.divider-icon-lg .icons { + width: 60px; + height: 60px; + line-height: 60px; + top: -30px; + font-size: 30px; + margin-left: -30px; +} + +.divider.divider-icon-lg.taller { + margin: 100px auto; +} + +.divider.divider-xs { + width: 35%; +} + +.divider.divider-sm { + width: 67%; +} + +.divider.divider-left [class*="fa-"], .divider.divider-left .icons { + left: 0; + margin-left: 0; + margin-right: 0; + right: auto; +} + +.divider.divider-right [class*="fa-"], .divider.divider-right .icons { + left: auto; + margin-left: 0; + margin-right: 0; + right: 0; +} + +.divider.divider-style-2 [class*="fa-"], .divider.divider-style-2 .icons { + background: var(--grey-100); + color: #a9a9a9; +} + +.divider.divider-style-3 [class*="fa-"], .divider.divider-style-3 .icons { + border: 1px solid #CECECE; +} + +.divider.divider-style-4 [class*="fa-"], .divider.divider-style-4 .icons { + border: 1px solid #CECECE; +} + +.divider.divider-style-4 [class*="fa-"]:after, .divider.divider-style-4 .icons:after { + border: 3px solid var(--grey-100); + border-radius: 50%; + box-sizing: content-box; + content: ""; + display: block; + height: 100%; + left: -4px; + padding: 1px; + position: absolute; + top: -4px; + width: 100%; +} + +.divider.divider-small { + margin: 22px auto; + background: transparent; +} + +.divider.divider-small hr { + width: 50px; + height: 3px; + background: #555; +} + +.divider.divider-small.divider-small-center { + text-align: center; +} + +.divider.divider-small.divider-small-center hr { + margin-left: auto; + margin-right: auto; +} + +.divider.divider-small.divider-small-right { + text-align: right; +} + +.divider.divider-small.divider-small-right hr { + margin-left: auto; +} + +.divider.divider-small.divider-light hr { + background: #DDD; +} + +.divider.divider-small.divider-small-sm hr { + height: 1px; +} + +.divider.divider-small.divider-small-lg hr { + height: 6px; +} + +.divider.divider-small.tall { + margin: 34px 0; +} + +.divider.divider-small.taller { + margin: 46px 0; +} + +.divider .divider-small-text { + background: var(--light); + color: #999; + display: inline-block; + text-align: center; + font-size: 0.8em; + height: 30px; + line-height: 30px; + padding: 0 30px; + text-transform: uppercase; + margin: 0; + position: relative; + top: -15px; +} + +hr.dashed, .divider.dashed { + background: none; + position: relative; +} + +hr.dashed:after, .divider.dashed:after { + border-top: 1px dashed rgba(0, 0, 0, 0.06); + content: ""; + display: block; + height: 0; + position: absolute; + top: 50%; + margin-top: -1px; + width: 100%; +} + +hr.pattern, .divider.pattern { + background: none; + position: relative; +} + +hr.pattern:after, .divider.pattern:after { + background: transparent url(../img/patterns/worn_dots.png) repeat 0 0; + content: ""; + display: block; + height: 15px; + position: absolute; + top: 50%; + margin-top: -7px; + width: 100%; +} + +hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after { + background-image: url(../img/patterns/az_subtle.png); +} + +@keyframes dividerProgress25 { + from { + width: 0; + } + + to { + width: 25%; + } +} + +.dividerProgress25 { + animation-name: dividerProgress25; +} + +/* Divider Borders */ +.divider-top-border { + border-top: 1px solid rgba(0, 0, 0, 0.06); +} + +.divider-bottom-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); +} + +.divider-left-border { + border-left: 1px solid rgba(0, 0, 0, 0.06); +} + +.divider-right-border { + border-right: 1px solid rgba(0, 0, 0, 0.06); +} + +/* Dividers - Skin */ +.divider.divider-primary [class*="fa-"], .divider.divider-primary .icons { + color: var(--primary); +} + +.divider.divider-primary.divider-small hr { + background: var(--primary); +} + +.divider.divider-secondary [class*="fa-"], .divider.divider-secondary .icons { + color: var(--secondary); +} + +.divider.divider-secondary.divider-small hr { + background: var(--secondary); +} + +.divider.divider-tertiary [class*="fa-"], .divider.divider-tertiary .icons { + color: var(--tertiary); +} + +.divider.divider-tertiary.divider-small hr { + background: var(--tertiary); +} + +.divider.divider-quaternary [class*="fa-"], .divider.divider-quaternary .icons { + color: var(--quaternary); +} + +.divider.divider-quaternary.divider-small hr { + background: var(--quaternary); +} + +.divider.divider-dark [class*="fa-"], .divider.divider-dark .icons { + color: var(--dark); +} + +.divider.divider-dark.divider-small hr { + background: var(--dark); +} + +.divider.divider-light [class*="fa-"], .divider.divider-light .icons { + color: var(--light); +} + +.divider.divider-light.divider-small hr { + background: var(--light); +} + +.divider.divider-style-2.divider-primary [class*="fa-"], .divider.divider-style-2.divider-primary .icons { + background: var(--primary); + color: var(--primary-inverse); +} + +.divider.divider-style-2.divider-secondary [class*="fa-"], .divider.divider-style-2.divider-secondary .icons { + background: var(--secondary); + color: var(--secondary-inverse); +} + +.divider.divider-style-2.divider-tertiary [class*="fa-"], .divider.divider-style-2.divider-tertiary .icons { + background: var(--tertiary); + color: var(--tertiary-inverse); +} + +.divider.divider-style-2.divider-quaternary [class*="fa-"], .divider.divider-style-2.divider-quaternary .icons { + background: var(--quaternary); + color: var(--quaternary-inverse); +} + +.divider.divider-style-2.divider-dark [class*="fa-"], .divider.divider-style-2.divider-dark .icons { + background: var(--dark); + color: var(--dark-inverse); +} + +.divider.divider-style-2.divider-light [class*="fa-"], .divider.divider-style-2.divider-light .icons { + background: var(--light); + color: var(--light-inverse); +} + +.divider.divider-style-3.divider-primary [class*="fa-"], .divider.divider-style-3.divider-primary .icons { + border-color: var(--primary); +} + +.divider.divider-style-3.divider-secondary [class*="fa-"], .divider.divider-style-3.divider-secondary .icons { + border-color: var(--secondary); +} + +.divider.divider-style-3.divider-tertiary [class*="fa-"], .divider.divider-style-3.divider-tertiary .icons { + border-color: var(--tertiary); +} + +.divider.divider-style-3.divider-quaternary [class*="fa-"], .divider.divider-style-3.divider-quaternary .icons { + border-color: var(--quaternary); +} + +.divider.divider-style-3.divider-dark [class*="fa-"], .divider.divider-style-3.divider-dark .icons { + border-color: var(--dark); +} + +.divider.divider-style-3.divider-light [class*="fa-"], .divider.divider-style-3.divider-light .icons { + border-color: var(--light); +} + +/* Dropdowns */ +.dropdown.dropdown-style-1 .dropdown-toggle { + display: flex; + align-items: center; + padding: 16px 17.6px; + padding: 1rem 1.1rem; + background: var(--light); + border-radius: 0; + border-right: 1px solid #ededed; + min-width: 280px; + font-weight: bold; + text-decoration: none; +} + +.dropdown.dropdown-style-1 .dropdown-toggle:after { + content: '\f107'; + position: absolute; + right: 17.6px; + right: 1.1rem; + top: 50%; + font-family: 'Font Awesome 6 Free'; + font-weight: bold; + transform: translate3d(0, -50%, 0); + border: 0; + margin: 0; + width: 10px; + height: 10px; + line-height: 10px; +} + +.dropdown.dropdown-style-1 .dropdown-toggle > i { + display: none; +} + +.dropdown.dropdown-style-1 .dropdown-menu { + width: 100%; + border-radius: 0; + margin-top: -1px; + border-color: #ededed; +} + +.dropdown.dropdown-style-1 .dropdown-menu .dropdown-item { + font-size: 14px; + padding-right: 17.6px; + padding-right: 1.1rem; + padding-left: 17.6px; + padding-left: 1.1rem; +} + +.dropdown.dropdown-corner-left-fix .dropdown-menu { + margin-left: -5px; +} + +.dropdown-menu.dropdown-menu-arrow-centered:before { + right: auto; + left: 50%; + transform: translate3d(-50%, -6px, 0); +} + +.dropdown-menu.dropdown-menu-arrow-centered-style-2 { + border: 0; + margin-top: -2px; + margin-left: -2px; + padding: 0; + box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05); + background: var(--light); + padding: 3px; + min-width: 180px; + z-index: 10000; + margin-right: 0; + margin-top: 1px; + transition: opacity .2s ease-out; + border-radius: 0; +} + +.dropdown-item:not(.btn):hover { + text-decoration: none; +} + +/* Dropdown - Skin */ +.dropdown-menu.dropdown-menu-arrow-centered a:focus, .dropdown-menu.dropdown-menu-arrow-centered a:active { + background-color: var(--primary); +} + +/* Icon Featured */ +.icon-featured { + display: inline-block; + font-size: 0; + margin: 15px; + width: 110px; + height: 110px; + border-radius: 50%; + text-align: center; + position: relative; + z-index: 1; + color: var(--light); + font-size: 2.3em; + line-height: 110px; +} + +.icon-featured:after { + pointer-events: none; + position: absolute; + width: 100%; + height: 100%; + border-radius: 50%; + content: ''; + box-sizing: content-box; +} + +.icon-featured.icon-featured-lg { + width: 180px !important; + height: 180px !important; + line-height: 180px !important; +} + +/* Featured Box */ +.featured-box { + background: var(--light); + box-sizing: border-box; + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-radius: var(--border-radius2x); + border-right: 1px solid #ECECEC; + box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05); + margin-bottom: 20px; + margin-left: auto; + margin-right: auto; + margin-top: 20px; + min-height: 100px; + position: relative; + text-align: center; + z-index: 1; +} + +.featured-box h4 { + font-size: 1.3em; + font-weight: 400; + letter-spacing: -0.7px; + margin-top: 5px; + margin-bottom: 5px; +} + +.featured-box .box-content { + border-radius: var(--border-radius2x); + border-top: 1px solid rgba(0, 0, 0, 0.06); + border-top-width: 4px; + padding: 28.8px; + padding: 1.8rem; + position: relative; +} + +.featured-box .box-content:not(.box-content-border-0) { + top: -1px; + border-top-width: 4px; +} + +.featured-box .box-content.box-content-border-0 { + border-top: 1px solid rgba(0, 0, 0, 0.06) !important; + border-bottom: 0 !important; +} + +.featured-box .box-content.box-content-border-bottom { + top: 1px; +} + +.featured-box .box-content-border-bottom { + border-top: 1px solid rgba(0, 0, 0, 0.06) !important; + border-bottom: 4px solid rgba(0, 0, 0, 0.06); +} + +.featured-box.border-radius { + border-radius: var(--border-radius2x) !important; +} + +.featured-box.border-radius.box-shadow-1:before { + border-radius: var(--border-radius2x) !important; +} + +/* Featured Box Left */ +.featured-box-text-left { + text-align: left; +} + +/* Featured Boxes - Flat */ +.featured-boxes-flat .featured-box { + box-shadow: none; + margin: 10px 0; +} + +.featured-boxes-flat .featured-box .box-content { + background: var(--light); + margin-top: 65px; +} + +.featured-boxes-flat .featured-box .icon-featured { + display: inline-block; + font-size: 2em; + height: 90px; + line-height: 90px; + padding: 0; + width: 90px; + margin: -100px 0 -15px; + position: relative; + top: -40px; +} + +/* Featured Boxes - Style 2 */ +.featured-boxes-style-2 .featured-box { + background: none; + border: 0; + margin: 10px 0; + box-shadow: none; +} + +.featured-boxes-style-2 .featured-box .box-content { + border: 0; + padding-top: 0; + padding-bottom: 0; +} + +.featured-boxes-style-2 .featured-box .icon-featured { + display: inline-block; + font-size: 1.8em; + height: 75px; + line-height: 75px; + padding: 0; + width: 75px; + margin-top: 0; +} + +/* Featured Boxes - Style 3 */ +.featured-boxes-style-3 .featured-box { + margin: 10px 0; +} + +.featured-boxes-style-3 .featured-box .icon-featured { + display: inline-block; + font-size: 1.8em; + height: 75px; + line-height: 75px; + padding: 0; + width: 75px; + margin-top: -37px; + top: -37px; + background: var(--light); + border: 2px solid rgba(0, 0, 0, 0.06); + color: rgba(0, 0, 0, 0.06); +} + +.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box { + background: none; + border: 0; + box-shadow: none; +} + +.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content { + border: 0; + padding-top: 0; + padding-bottom: 0; +} + +/* Featured Boxes - Style 4 */ +.featured-boxes-style-4 .featured-box { + background: none; + border: 0; + margin: 10px 0; + box-shadow: none; +} + +.featured-boxes-style-4 .featured-box .box-content { + border: 0; + padding-top: 0; + padding-bottom: 0; +} + +.featured-boxes-style-4 .featured-box .icon-featured { + display: inline-block; + font-size: 35px; + height: 45px; + line-height: 45px; + padding: 0; + width: 45px; + margin-top: 0; + margin-bottom: 10px; + background: transparent; + color: rgba(0, 0, 0, 0.06); + border-radius: 0; +} + +/* Featured Boxes - Style 5, 6, 7 and 9 */ +.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box, .featured-boxes-style-9 .featured-box { + background: none; + border: 0; + box-shadow: none; + margin: 10px 0; +} + +.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content, .featured-boxes-style-9 .featured-box .box-content { + border: 0; + padding-top: 0; + padding-bottom: 0; +} + +.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4, .featured-boxes-style-9 .featured-box .box-content h4 { + color: var(--dark--200); +} + +.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured, .featured-boxes-style-9 .featured-box .icon-featured { + display: inline-block; + font-size: 2em; + height: 75px; + padding: 0; + width: 75px; + margin-top: 0; + margin-bottom: 10px; + background: var(--light); + border: 1px solid #dfdfdf; + color: var(--default); + line-height: 73px; +} + +/* Featured Boxes - Style 6 */ +.featured-boxes-style-6 .featured-box .icon-featured { + border: 1px solid #cecece; + color: var(--default); +} + +.featured-boxes-style-6 .featured-box .icon-featured:after { + border: 5px solid var(--grey-100); + border-radius: 50%; + box-sizing: content-box; + content: ""; + display: block; + height: 100%; + left: -6px; + padding: 1px; + position: absolute; + top: -6px; + width: 100%; +} + +/* Featured Boxes - Style 7 */ +.featured-boxes-style-7 .featured-box .icon-featured { + border: 1px solid #dfdfdf; + color: var(--default); +} + +/* Featured Boxes - Style 8 */ +.featured-boxes-style-8 .featured-box .icon-featured { + display: inline-block; + font-size: 2em; + height: 75px; + padding: 0; + width: 75px; + margin: -15px -15px 0 0; + background: var(--light); + line-height: 75px; + border: 0; + color: var(--default); +} + +.featured-boxes-style-8 .featured-box .icon-featured:after { + display: none; +} + +/* Featured Boxes - Style 9 */ +.featured-boxes-style-9 .featured-box .icon-featured { + background: var(--light); + box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1); + border: 0; + width: 100px; + height: 100px; + line-height: 100px; + transition-duration: .4s; +} + +/* Featured Boxes Modern */ +.featured-boxes-modern-style-1 .featured-box { + position: relative; + overflow: hidden; + border-radius: 0; + height: auto !important; + margin: 0 !important; +} + +.featured-boxes-modern-style-1 .featured-box .featured-box-background { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s; + transform: scale(1); +} + +.featured-boxes-modern-style-1 .featured-box .box-content { + padding: 64px; + padding: 4rem; + border: none; + z-index: 3; +} + +.featured-boxes-modern-style-1 .featured-box .box-content .icon-featured { + color: var(--light); + background: transparent; + width: auto; + height: auto; + line-height: 1.4; + font-size: 46.4px; + font-size: 2.9rem; + margin: 0 0 16px; + margin: 0 0 1rem; +} + +.featured-boxes-modern-style-1 .featured-box .box-content h2 { + color: var(--light); + font-weight: 600; + font-size: 19.2px; + font-size: 1.2rem; + line-height: 1.3; + margin-bottom: 11.2px; + margin-bottom: 0.7rem; +} + +.featured-boxes-modern-style-1 .featured-box .box-content p { + color: #999; + margin-bottom: 25.6px; + margin-bottom: 1.6rem; +} + +.featured-boxes-modern-style-1 .featured-box:hover .featured-box-background { + transform: scale(1.1); +} + +@media (max-width: 575px) { + .featured-boxes-modern-style-1 .featured-box .box-content { + padding: 2rem 1.5rem; + } +} + +.featured-boxes-modern-style-2 .featured-box { + position: relative; + background: #6c6ef1; + background: linear-gradient(135deg, #6c6ef1 0%, #e2498e 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 ); + border-radius: 0; + margin: 0 !important; + overflow: hidden; +} + +.featured-boxes-modern-style-2 .featured-box:before { + content: ''; + position: absolute; + top: 8px; + right: 8px; + bottom: 8px; + left: 8px; + background: var(--light); +} + +.featured-boxes-modern-style-2 .featured-box .box-content { + padding: 64px; + padding: 4rem; + border: none; +} + +.featured-boxes-modern-style-2 .featured-box .box-content .icon-featured { + color: var(--light); + background: transparent; + width: auto; + height: auto; + line-height: 1.4; + font-size: 46.4px; + font-size: 2.9rem; + margin: 0 0 16px; + margin: 0 0 1rem; +} + +.featured-boxes-modern-style-2 .featured-box .box-content h2 { + color: var(--dark); + font-weight: 700; + font-size: 19.2px; + font-size: 1.2rem; + line-height: 1.3; + margin-bottom: 11.2px; + margin-bottom: 0.7rem; +} + +.featured-boxes-modern-style-2 .featured-box .box-content p { + color: #999; + margin-bottom: 25.6px; + margin-bottom: 1.6rem; +} + +@media (max-width: 575px) { + .featured-boxes-modern-style-2 .featured-box .box-content { + padding: 2rem 1.5rem; + } +} + +.featured-boxes-modern-style-2-hover-only .featured-box:before { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms; +} + +.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box { + background: rgba(0, 0, 0, 0.06) !important; + box-shadow: none; + border: 0; +} + +.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-no-borders { + background: none !important; +} + +.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-box-shadow { + box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1); +} + +.featured-boxes-modern-style-2-hover-only:hover .featured-box:before { + top: 8px; + right: 8px; + bottom: 8px; + left: 8px; +} + +/* Featured Boxes */ +.featured-boxes .featured-box { + margin-bottom: 24px; + margin-bottom: 1.5rem; + margin-top: 24px; + margin-top: 1.5rem; +} + +/* Effects */ +.featured-box-effect-1 .icon-featured:after { + top: -7px; + left: -7px; + padding: 7px; + box-shadow: 0 0 0 3px #FFF; + transition: transform 0.2s, opacity 0.2s; + transform: scale(1); + opacity: 0; +} + +.featured-box-effect-1:hover .icon-featured:after { + transform: scale(0.8); + opacity: 1; +} + +.featured-box-effect-2 .icon-featured:after { + top: -7px; + left: -7px; + padding: 7px; + box-shadow: 0 0 0 3px #FFF; + transition: transform 0.2s, opacity 0.2s; + transform: scale(0.8); + opacity: 0; +} + +.featured-box-effect-2:hover .icon-featured:after { + transform: scale(0.95); + opacity: 1; +} + +.featured-box-effect-3 .icon-featured:after { + top: 0; + left: 0; + box-shadow: 0 0 0 10px #FFF; + transition: transform 0.2s, opacity 0.2s; + transform: scale(0.9); + opacity: 0; +} + +.featured-box-effect-3:hover .icon-featured { + color: var(--light) !important; +} + +.featured-box-effect-3:hover .icon-featured:after { + transform: scale(1); + opacity: 0.8; +} + +.featured-box-effect-4 .icon-featured { + transition: transform 0.2s, transform 0.2s; + transform: scale(1); +} + +.featured-box-effect-4:hover .icon-featured { + transform: scale(1.15); +} + +.featured-box-effect-5 .icon-featured { + overflow: hidden; + transition: all 0.3s; +} + +.featured-box-effect-5:hover .icon-featured { + animation: toRightFromLeft 0.3s forwards; +} + +@keyframes toRightFromLeft { + 49% { + transform: translate(100%); + } + + 50% { + opacity: 0; + transform: translate(-100%); + } + + 51% { + opacity: 1; + } +} + +.featured-box-effect-6 .icon-featured:after { + transition: all 0.2s, transform 0.2s; +} + +.featured-box-effect-6:hover .box-content .icon-featured:after { + transform: scale(1.1); +} + +.featured-box-effect-7 .icon-featured:after { + opacity: 0; + box-shadow: 3px 3px #d5d5d5; + transform: rotate(-90deg); + transition: opacity 0.2s, transform 0.2s; + left: 0; + top: -1px; +} + +.featured-box-effect-7:hover .icon-featured:after { + opacity: 1; + transform: rotate(0deg); +} + +.featured-box-effect-7 .icon-featured:before { + transform: scale(0.8); + opacity: 0.7; + transition: transform 0.2s, opacity 0.2s; +} + +.featured-box-effect-7:hover .icon-featured:before { + transform: scale(1); + opacity: 1; +} + +/* Feature Box */ +.feature-box { + display: flex; +} + +.feature-box .feature-box-icon { + display: inline-flex; + align-items: center; + justify-content: center; + flex: 1 0 auto; + background: rgba(0, 0, 0, 0.06); + border-radius: 100%; + color: var(--light); + font-size: 16px; + font-size: 1rem; + position: relative; + top: 7px; + text-align: center; + padding: 0.8em; + height: 1px; + width: 2.7em; + height: 2.7em; +} + +.feature-box .feature-box-info { + flex: 1 1 100%; + padding-left: 15px; +} + +.feature-box.align-items-center .feature-box-icon { + top: 0; +} + +/* Style 2 */ +.feature-box.feature-box-style-2 h4 { + color: var(--dark); +} + +.feature-box.feature-box-style-2 .feature-box-icon { + background: transparent; + top: -3px; +} + +.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons { + font-size: 1.7em; +} + +.feature-box.feature-box-style-2.align-items-center .feature-box-icon { + top: 0; +} + +/* Style 3 */ +.feature-box.feature-box-style-3 h4 { + color: var(--dark); +} + +.feature-box.feature-box-style-3 .feature-box-icon { + border: 1px solid rgba(0, 0, 0, 0.06); + background: transparent; + line-height: 32px; +} + +.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons { + color: rgba(0, 0, 0, 0.06); +} + +/* Style 4 */ +.feature-box.feature-box-style-4 { + flex-wrap: wrap; +} + +.feature-box.feature-box-style-4 h4 { + color: var(--dark); +} + +.feature-box.feature-box-style-4 .feature-box-icon { + flex-basis: 100%; + justify-content: flex-start; + background: transparent; + padding: 0 0 19.2px 0; + padding: 0 0 1.2rem 0; +} + +.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons { + font-size: 2.35em; + width: auto; + height: auto; +} + +.feature-box.feature-box-style-4 .feature-box-info { + clear: both; + padding-left: 0; +} + +/* Style 5 */ +.feature-box.feature-box-style-5 h4 { + color: var(--dark); +} + +.feature-box.feature-box-style-5 .feature-box-icon { + background: transparent; + top: 0; + padding: 1em 1.4em; + min-width: 5em; +} + +.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons { + font-size: 2.75em; +} + +.feature-box.feature-box-style-5.align-items-center .feature-box-icon { + top: 0; +} + +/* Style 6 */ +.feature-box.feature-box-style-6 h4 { + color: var(--dark); +} + +.feature-box.feature-box-style-6 .feature-box-icon { + border: 1px solid #cecece; + background: transparent; + line-height: 32px; +} + +.feature-box.feature-box-style-6 .feature-box-icon:after { + border: 3px solid var(--grey-100); + border-radius: 50%; + box-sizing: content-box; + content: ""; + display: block; + height: 100%; + left: -4px; + padding: 1px; + position: absolute; + top: -4px; + width: 100%; +} + +.feature-box.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-6 .feature-box-icon .icons { + color: #a9a9a9; +} + +/* Feature Box Icon Size */ +.feature-box .feature-box-icon.feature-box-icon-lg { + width: 3.7em; + height: 3.7em; +} + +.feature-box .feature-box-icon.feature-box-icon-xl { + width: 4.5em; + height: 4.5em; +} + +/* Reverse All Resolutions */ +.feature-box.reverse-allres { + text-align: right; + flex-direction: row-reverse; +} + +.feature-box.reverse-allres .feature-box-info { + padding-right: 15px; + padding-left: 0; +} + +.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon { + justify-content: flex-end; +} + +.feature-box.reverse-allres.feature-box-style-4 .feature-box-info { + padding-right: 0; +} + +/* Reverse */ +@media (min-width: 992px) { + .feature-box.reverse { + text-align: right; + flex-direction: row-reverse; + } + + .feature-box.reverse .feature-box-info { + padding-right: 15px; + padding-left: 0; + } + + .feature-box.reverse.feature-box-style-4 .feature-box-icon { + justify-content: flex-end; + } + + .feature-box.reverse.feature-box-style-4 .feature-box-info { + padding-right: 0; + } +} + +/* Full Width */ +.featured-boxes-full .featured-box-full { + text-align: center; + padding: 55px; +} + +.featured-boxes-full .featured-box-full [class*="fa-"], .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a { + padding: 0; + margin: 0; +} + +.featured-boxes-full .featured-box-full:not(.featured-box-full-light) [class*="fa-"], .featured-boxes-full .featured-box-full:not(.featured-box-full-light) .icons, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h1, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h2, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h3, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h4, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h5, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h6, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) p, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) a { + color: var(--light); +} + +.featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full [class*="fa-"] { + font-size: 3.9em; + margin-bottom: 15px; +} + +.featured-boxes-full .featured-box-full p { + padding-top: 12px; + opacity: 0.8; +} + +.featured-boxes-full .featured-box-full.featured-box-full-light { + border: 1px solid rgba(0, 0, 0, 0.06); +} + +.featured-boxes-full .featured-box-full.featured-box-full-light:not(:last-child) { + border-right: 0; +} + +.featured-boxes-full .featured-box-full.featured-box-full-light:first-child { + border-left: 0; +} + +/* Icons - Skin */ +.icon-featured { + background-color: var(--primary); +} + +/* Featured Box - - Skin */ +.featured-box-primary .icon-featured { + background-color: var(--primary); +} + +.featured-box-primary h4 { + color: var(--primary); +} + +.featured-box-primary .box-content { + border-top-color: var(--primary); +} + +.featured-box-primary .box-content-border-bottom { + border-bottom-color: var(--primary); +} + +.featured-box-secondary .icon-featured { + background-color: var(--secondary); +} + +.featured-box-secondary h4 { + color: var(--secondary); +} + +.featured-box-secondary .box-content { + border-top-color: var(--secondary); +} + +.featured-box-secondary .box-content-border-bottom { + border-bottom-color: var(--secondary); +} + +.featured-box-tertiary .icon-featured { + background-color: var(--tertiary); +} + +.featured-box-tertiary h4 { + color: var(--tertiary); +} + +.featured-box-tertiary .box-content { + border-top-color: var(--tertiary); +} + +.featured-box-tertiary .box-content-border-bottom { + border-bottom-color: var(--tertiary); +} + +.featured-box-quaternary .icon-featured { + background-color: var(--quaternary); +} + +.featured-box-quaternary h4 { + color: var(--quaternary); +} + +.featured-box-quaternary .box-content { + border-top-color: var(--quaternary); +} + +.featured-box-quaternary .box-content-border-bottom { + border-bottom-color: var(--quaternary); +} + +.featured-box-dark .icon-featured { + background-color: var(--dark); +} + +.featured-box-dark h4 { + color: var(--dark); +} + +.featured-box-dark .box-content { + border-top-color: var(--dark); +} + +.featured-box-dark .box-content-border-bottom { + border-bottom-color: var(--dark); +} + +.featured-box-light .icon-featured { + background-color: var(--light); +} + +.featured-box-light h4 { + color: var(--light); +} + +.featured-box-light .box-content { + border-top-color: var(--light); +} + +.featured-box-light .box-content-border-bottom { + border-bottom-color: var(--light); +} + +.featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured { + border-color: var(--primary); + color: var(--primary); +} + +.featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured { + border-color: var(--secondary); + color: var(--secondary); +} + +.featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured { + border-color: var(--tertiary); + color: var(--tertiary); +} + +.featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured { + border-color: var(--quaternary); + color: var(--quaternary); +} + +.featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured { + border-color: var(--dark); + color: var(--dark); +} + +.featured-boxes-style-3 .featured-box.featured-box-light .icon-featured { + border-color: var(--light); + color: var(--light); +} + +.featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured { + border-color: var(--primary); + color: var(--primary); +} + +.featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured { + border-color: var(--secondary); + color: var(--secondary); +} + +.featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured { + border-color: var(--tertiary); + color: var(--tertiary); +} + +.featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured { + border-color: var(--quaternary); + color: var(--quaternary); +} + +.featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured { + border-color: var(--dark); + color: var(--dark); +} + +.featured-boxes-style-4 .featured-box.featured-box-light .icon-featured { + border-color: var(--light); + color: var(--light); +} + +.featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured { + color: var(--primary); +} + +.featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured { + color: var(--secondary); +} + +.featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured { + color: var(--tertiary); +} + +.featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured { + color: var(--quaternary); +} + +.featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured { + color: var(--dark); +} + +.featured-boxes-style-5 .featured-box.featured-box-light .icon-featured { + color: var(--light); +} + +.featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured { + color: var(--primary); +} + +.featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured { + color: var(--secondary); +} + +.featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured { + color: var(--tertiary); +} + +.featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured { + color: var(--quaternary); +} + +.featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured { + color: var(--dark); +} + +.featured-boxes-style-6 .featured-box.featured-box-light .icon-featured { + color: var(--light); +} + +.featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured { + color: var(--primary); +} + +.featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured { + color: var(--secondary); +} + +.featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured { + color: var(--tertiary); +} + +.featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured { + color: var(--quaternary); +} + +.featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured { + color: var(--dark); +} + +.featured-boxes-style-8 .featured-box.featured-box-light .icon-featured { + color: var(--light); +} + +/* Featured Box Modern - Gradient - Skin */ +.featured-boxes-modern-style-primary .featured-box { + background: var(--primary); + background: linear-gradient(135deg, var(--primary) 0%, var(--quaternary) 100%); +} + +.featured-boxes-modern-style-secondary .featured-box { + background: var(--secondary); + background: linear-gradient(135deg, var(--secondary) 0%, var(--quaternary) 100%); +} + +.featured-boxes-modern-style-tertiary .featured-box { + background: var(--tertiary); + background: linear-gradient(135deg, var(--tertiary) 0%, var(--quaternary) 100%); +} + +/* Featured Box - Effects - Skin */ +.featured-box-effect-2.featured-box-primary .icon-featured:after { + box-shadow: 0 0 0 3px var(--primary); +} + +.featured-box-effect-2.featured-box-secondary .icon-featured:after { + box-shadow: 0 0 0 3px var(--secondary); +} + +.featured-box-effect-2.featured-box-tertiary .icon-featured:after { + box-shadow: 0 0 0 3px var(--tertiary); +} + +.featured-box-effect-2.featured-box-quaternary .icon-featured:after { + box-shadow: 0 0 0 3px var(--quaternary); +} + +.featured-box-effect-2.featured-box-dark .icon-featured:after { + box-shadow: 0 0 0 3px var(--dark); +} + +.featured-box-effect-2.featured-box-light .icon-featured:after { + box-shadow: 0 0 0 3px var(--light); +} + +.featured-box-effect-3.featured-box-primary .icon-featured:after { + box-shadow: 0 0 0 10px var(--primary); +} + +.featured-box-effect-3.featured-box-primary:hover .icon-featured { + background: var(--primary) !important; +} + +.featured-box-effect-3.featured-box-secondary .icon-featured:after { + box-shadow: 0 0 0 10px var(--secondary); +} + +.featured-box-effect-3.featured-box-secondary:hover .icon-featured { + background: var(--secondary) !important; +} + +.featured-box-effect-3.featured-box-tertiary .icon-featured:after { + box-shadow: 0 0 0 10px var(--tertiary); +} + +.featured-box-effect-3.featured-box-tertiary:hover .icon-featured { + background: var(--tertiary) !important; +} + +.featured-box-effect-3.featured-box-quaternary .icon-featured:after { + box-shadow: 0 0 0 10px var(--quaternary); +} + +.featured-box-effect-3.featured-box-quaternary:hover .icon-featured { + background: var(--quaternary) !important; +} + +.featured-box-effect-3.featured-box-dark .icon-featured:after { + box-shadow: 0 0 0 10px var(--dark); +} + +.featured-box-effect-3.featured-box-dark:hover .icon-featured { + background: var(--dark) !important; +} + +.featured-box-effect-3.featured-box-light .icon-featured:after { + box-shadow: 0 0 0 10px var(--light); +} + +.featured-box-effect-3.featured-box-light:hover .icon-featured { + background: var(--light) !important; +} + +/* Feature Box - Skin */ +.feature-box .feature-box-icon { + background-color: var(--primary); +} + +.feature-box-primary .feature-box-icon { + background-color: var(--primary); +} + +.feature-box-secondary .feature-box-icon { + background-color: var(--secondary); +} + +.feature-box-tertiary .feature-box-icon { + background-color: var(--tertiary); +} + +.feature-box-quaternary .feature-box-icon { + background-color: var(--quaternary); +} + +.feature-box-dark .feature-box-icon { + background-color: var(--dark); +} + +.feature-box-light .feature-box-icon { + background-color: var(--light); +} + +.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-primary.feature-box-style-2 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons { + color: var(--secondary); +} + +.feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons { + color: var(--tertiary); +} + +.feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons { + color: var(--quaternary); +} + +.feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-dark.feature-box-style-2 .feature-box-icon .icons { + color: var(--dark); +} + +.feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box-light.feature-box-style-2 .feature-box-icon .icons { + color: var(--light); +} + +.feature-box.feature-box-style-3 .feature-box-icon { + border-color: var(--primary); +} + +.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-primary.feature-box-style-3 .feature-box-icon { + border-color: var(--primary); +} + +.feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-primary.feature-box-style-3 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-secondary.feature-box-style-3 .feature-box-icon { + border-color: var(--secondary); +} + +.feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons { + color: var(--secondary); +} + +.feature-box-tertiary.feature-box-style-3 .feature-box-icon { + border-color: var(--tertiary); +} + +.feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons { + color: var(--tertiary); +} + +.feature-box-quaternary.feature-box-style-3 .feature-box-icon { + border-color: var(--quaternary); +} + +.feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons { + color: var(--quaternary); +} + +.feature-box-dark.feature-box-style-3 .feature-box-icon { + border-color: var(--dark); +} + +.feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-dark.feature-box-style-3 .feature-box-icon .icons { + color: var(--dark); +} + +.feature-box-light.feature-box-style-3 .feature-box-icon { + border-color: var(--light); +} + +.feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box-light.feature-box-style-3 .feature-box-icon .icons { + color: var(--light); +} + +.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-primary.feature-box-style-4 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons { + color: var(--secondary); +} + +.feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons { + color: var(--tertiary); +} + +.feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons { + color: var(--quaternary); +} + +.feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-dark.feature-box-style-4 .feature-box-icon .icons { + color: var(--dark); +} + +.feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box-light.feature-box-style-4 .feature-box-icon .icons { + color: var(--light); +} + +.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-primary.feature-box-style-5 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons { + color: var(--secondary); +} + +.feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons { + color: var(--tertiary); +} + +.feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons { + color: var(--quaternary); +} + +.feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-dark.feature-box-style-5 .feature-box-icon .icons { + color: var(--dark); +} + +.feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box-light.feature-box-style-5 .feature-box-icon .icons { + color: var(--light); +} + +.feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-primary.feature-box-style-6 .feature-box-icon .icons { + color: var(--primary); +} + +.feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons { + color: var(--secondary); +} + +.feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons { + color: var(--tertiary); +} + +.feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons { + color: var(--quaternary); +} + +.feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-dark.feature-box-style-6 .feature-box-icon .icons { + color: var(--dark); +} + +.feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box-light.feature-box-style-6 .feature-box-icon .icons { + color: var(--light); +} + +.featured-boxes-full .featured-box-full-primary { + background-color: var(--primary); + color: var(--primary-inverse); +} + +.featured-boxes-full .featured-box-full-secondary { + background-color: var(--secondary); + color: var(--secondary-inverse); +} + +.featured-boxes-full .featured-box-full-tertiary { + background-color: var(--tertiary); + color: var(--tertiary-inverse); +} + +.featured-boxes-full .featured-box-full-quaternary { + background-color: var(--quaternary); + color: var(--quaternary-inverse); +} + +.featured-boxes-full .featured-box-full-dark { + background-color: var(--dark); + color: var(--dark-inverse); +} + +.featured-boxes-full .featured-box-full-light { + background-color: var(--light); + color: var(--light-inverse); +} + +.flag { + width: 16px; + height: 11px; + background: url(../img/flags.png) no-repeat; +} + +.flag.flag-ad { + background-position: -16px 0; +} + +.flag.flag-ae { + background-position: -32px 0; +} + +.flag.flag-af { + background-position: -48px 0; +} + +.flag.flag-ag { + background-position: -64px 0; +} + +.flag.flag-ai { + background-position: -80px 0; +} + +.flag.flag-al { + background-position: -96px 0; +} + +.flag.flag-am { + background-position: -112px 0; +} + +.flag.flag-an { + background-position: -128px 0; +} + +.flag.flag-ao { + background-position: -144px 0; +} + +.flag.flag-ar { + background-position: -160px 0; +} + +.flag.flag-as { + background-position: -176px 0; +} + +.flag.flag-at { + background-position: -192px 0; +} + +.flag.flag-au { + background-position: -208px 0; +} + +.flag.flag-aw { + background-position: -224px 0; +} + +.flag.flag-az { + background-position: -240px 0; +} + +.flag.flag-ba { + background-position: 0 -11px; +} + +.flag.flag-bb { + background-position: -16px -11px; +} + +.flag.flag-bd { + background-position: -32px -11px; +} + +.flag.flag-be { + background-position: -48px -11px; +} + +.flag.flag-bf { + background-position: -64px -11px; +} + +.flag.flag-bg { + background-position: -80px -11px; +} + +.flag.flag-bh { + background-position: -96px -11px; +} + +.flag.flag-bi { + background-position: -112px -11px; +} + +.flag.flag-bj { + background-position: -128px -11px; +} + +.flag.flag-bm { + background-position: -144px -11px; +} + +.flag.flag-bn { + background-position: -160px -11px; +} + +.flag.flag-bo { + background-position: -176px -11px; +} + +.flag.flag-br { + background-position: -192px -11px; +} + +.flag.flag-bs { + background-position: -208px -11px; +} + +.flag.flag-bt { + background-position: -224px -11px; +} + +.flag.flag-bv { + background-position: -240px -11px; +} + +.flag.flag-bw { + background-position: 0 -22px; +} + +.flag.flag-by { + background-position: -16px -22px; +} + +.flag.flag-bz { + background-position: -32px -22px; +} + +.flag.flag-ca { + background-position: -48px -22px; +} + +.flag.flag-catalonia { + background-position: -64px -22px; +} + +.flag.flag-cd { + background-position: -80px -22px; +} + +.flag.flag-cf { + background-position: -96px -22px; +} + +.flag.flag-cg { + background-position: -112px -22px; +} + +.flag.flag-ch { + background-position: -128px -22px; +} + +.flag.flag-ci { + background-position: -144px -22px; +} + +.flag.flag-ck { + background-position: -160px -22px; +} + +.flag.flag-cl { + background-position: -176px -22px; +} + +.flag.flag-cm { + background-position: -192px -22px; +} + +.flag.flag-cn { + background-position: -208px -22px; +} + +.flag.flag-co { + background-position: -224px -22px; +} + +.flag.flag-cr { + background-position: -240px -22px; +} + +.flag.flag-cu { + background-position: 0 -33px; +} + +.flag.flag-cv { + background-position: -16px -33px; +} + +.flag.flag-cw { + background-position: -32px -33px; +} + +.flag.flag-cy { + background-position: -48px -33px; +} + +.flag.flag-cz { + background-position: -64px -33px; +} + +.flag.flag-de { + background-position: -80px -33px; +} + +.flag.flag-dj { + background-position: -96px -33px; +} + +.flag.flag-dk { + background-position: -112px -33px; +} + +.flag.flag-dm { + background-position: -128px -33px; +} + +.flag.flag-do { + background-position: -144px -33px; +} + +.flag.flag-dz { + background-position: -160px -33px; +} + +.flag.flag-ec { + background-position: -176px -33px; +} + +.flag.flag-ee { + background-position: -192px -33px; +} + +.flag.flag-eg { + background-position: -208px -33px; +} + +.flag.flag-eh { + background-position: -224px -33px; +} + +.flag.flag-england { + background-position: -240px -33px; +} + +.flag.flag-er { + background-position: 0 -44px; +} + +.flag.flag-es { + background-position: -16px -44px; +} + +.flag.flag-et { + background-position: -32px -44px; +} + +.flag.flag-eu { + background-position: -48px -44px; +} + +.flag.flag-fi { + background-position: -64px -44px; +} + +.flag.flag-fj { + background-position: -80px -44px; +} + +.flag.flag-fk { + background-position: -96px -44px; +} + +.flag.flag-fm { + background-position: -112px -44px; +} + +.flag.flag-fo { + background-position: -128px -44px; +} + +.flag.flag-fr { + background-position: -144px -44px; +} + +.flag.flag-ga { + background-position: -160px -44px; +} + +.flag.flag-gb { + background-position: -176px -44px; +} + +.flag.flag-gd { + background-position: -192px -44px; +} + +.flag.flag-ge { + background-position: -208px -44px; +} + +.flag.flag-gf { + background-position: -224px -44px; +} + +.flag.flag-gg { + background-position: -240px -44px; +} + +.flag.flag-gh { + background-position: 0 -55px; +} + +.flag.flag-gi { + background-position: -16px -55px; +} + +.flag.flag-gl { + background-position: -32px -55px; +} + +.flag.flag-gm { + background-position: -48px -55px; +} + +.flag.flag-gn { + background-position: -64px -55px; +} + +.flag.flag-gp { + background-position: -80px -55px; +} + +.flag.flag-gq { + background-position: -96px -55px; +} + +.flag.flag-gr { + background-position: -112px -55px; +} + +.flag.flag-gs { + background-position: -128px -55px; +} + +.flag.flag-gt { + background-position: -144px -55px; +} + +.flag.flag-gu { + background-position: -160px -55px; +} + +.flag.flag-gw { + background-position: -176px -55px; +} + +.flag.flag-gy { + background-position: -192px -55px; +} + +.flag.flag-hk { + background-position: -208px -55px; +} + +.flag.flag-hm { + background-position: -224px -55px; +} + +.flag.flag-hn { + background-position: -240px -55px; +} + +.flag.flag-hr { + background-position: 0 -66px; +} + +.flag.flag-ht { + background-position: -16px -66px; +} + +.flag.flag-hu { + background-position: -32px -66px; +} + +.flag.flag-ic { + background-position: -48px -66px; +} + +.flag.flag-id { + background-position: -64px -66px; +} + +.flag.flag-ie { + background-position: -80px -66px; +} + +.flag.flag-il { + background-position: -96px -66px; +} + +.flag.flag-im { + background-position: -112px -66px; +} + +.flag.flag-in { + background-position: -128px -66px; +} + +.flag.flag-io { + background-position: -144px -66px; +} + +.flag.flag-iq { + background-position: -160px -66px; +} + +.flag.flag-ir { + background-position: -176px -66px; +} + +.flag.flag-is { + background-position: -192px -66px; +} + +.flag.flag-it { + background-position: -208px -66px; +} + +.flag.flag-je { + background-position: -224px -66px; +} + +.flag.flag-jm { + background-position: -240px -66px; +} + +.flag.flag-jo { + background-position: 0 -77px; +} + +.flag.flag-jp { + background-position: -16px -77px; +} + +.flag.flag-ke { + background-position: -32px -77px; +} + +.flag.flag-kg { + background-position: -48px -77px; +} + +.flag.flag-kh { + background-position: -64px -77px; +} + +.flag.flag-ki { + background-position: -80px -77px; +} + +.flag.flag-km { + background-position: -96px -77px; +} + +.flag.flag-kn { + background-position: -112px -77px; +} + +.flag.flag-kp { + background-position: -128px -77px; +} + +.flag.flag-kr { + background-position: -144px -77px; +} + +.flag.flag-kurdistan { + background-position: -160px -77px; +} + +.flag.flag-kw { + background-position: -176px -77px; +} + +.flag.flag-ky { + background-position: -192px -77px; +} + +.flag.flag-kz { + background-position: -208px -77px; +} + +.flag.flag-la { + background-position: -224px -77px; +} + +.flag.flag-lb { + background-position: -240px -77px; +} + +.flag.flag-lc { + background-position: 0 -88px; +} + +.flag.flag-li { + background-position: -16px -88px; +} + +.flag.flag-lk { + background-position: -32px -88px; +} + +.flag.flag-lr { + background-position: -48px -88px; +} + +.flag.flag-ls { + background-position: -64px -88px; +} + +.flag.flag-lt { + background-position: -80px -88px; +} + +.flag.flag-lu { + background-position: -96px -88px; +} + +.flag.flag-lv { + background-position: -112px -88px; +} + +.flag.flag-ly { + background-position: -128px -88px; +} + +.flag.flag-ma { + background-position: -144px -88px; +} + +.flag.flag-mc { + background-position: -160px -88px; +} + +.flag.flag-md { + background-position: -176px -88px; +} + +.flag.flag-me { + background-position: -192px -88px; +} + +.flag.flag-mg { + background-position: -208px -88px; +} + +.flag.flag-mh { + background-position: -224px -88px; +} + +.flag.flag-mk { + background-position: -240px -88px; +} + +.flag.flag-ml { + background-position: 0 -99px; +} + +.flag.flag-mm { + background-position: -16px -99px; +} + +.flag.flag-mn { + background-position: -32px -99px; +} + +.flag.flag-mo { + background-position: -48px -99px; +} + +.flag.flag-mp { + background-position: -64px -99px; +} + +.flag.flag-mq { + background-position: -80px -99px; +} + +.flag.flag-mr { + background-position: -96px -99px; +} + +.flag.flag-ms { + background-position: -112px -99px; +} + +.flag.flag-mt { + background-position: -128px -99px; +} + +.flag.flag-mu { + background-position: -144px -99px; +} + +.flag.flag-mv { + background-position: -160px -99px; +} + +.flag.flag-mw { + background-position: -176px -99px; +} + +.flag.flag-mx { + background-position: -192px -99px; +} + +.flag.flag-my { + background-position: -208px -99px; +} + +.flag.flag-mz { + background-position: -224px -99px; +} + +.flag.flag-na { + background-position: -240px -99px; +} + +.flag.flag-nc { + background-position: 0 -110px; +} + +.flag.flag-ne { + background-position: -16px -110px; +} + +.flag.flag-nf { + background-position: -32px -110px; +} + +.flag.flag-ng { + background-position: -48px -110px; +} + +.flag.flag-ni { + background-position: -64px -110px; +} + +.flag.flag-nl { + background-position: -80px -110px; +} + +.flag.flag-no { + background-position: -96px -110px; +} + +.flag.flag-np { + background-position: -112px -110px; +} + +.flag.flag-nr { + background-position: -128px -110px; +} + +.flag.flag-nu { + background-position: -144px -110px; +} + +.flag.flag-nz { + background-position: -160px -110px; +} + +.flag.flag-om { + background-position: -176px -110px; +} + +.flag.flag-pa { + background-position: -192px -110px; +} + +.flag.flag-pe { + background-position: -208px -110px; +} + +.flag.flag-pf { + background-position: -224px -110px; +} + +.flag.flag-pg { + background-position: -240px -110px; +} + +.flag.flag-ph { + background-position: 0 -121px; +} + +.flag.flag-pk { + background-position: -16px -121px; +} + +.flag.flag-pl { + background-position: -32px -121px; +} + +.flag.flag-pm { + background-position: -48px -121px; +} + +.flag.flag-pn { + background-position: -64px -121px; +} + +.flag.flag-pr { + background-position: -80px -121px; +} + +.flag.flag-ps { + background-position: -96px -121px; +} + +.flag.flag-pt { + background-position: -112px -121px; +} + +.flag.flag-pw { + background-position: -128px -121px; +} + +.flag.flag-py { + background-position: -144px -121px; +} + +.flag.flag-qa { + background-position: -160px -121px; +} + +.flag.flag-re { + background-position: -176px -121px; +} + +.flag.flag-ro { + background-position: -192px -121px; +} + +.flag.flag-rs { + background-position: -208px -121px; +} + +.flag.flag-ru { + background-position: -224px -121px; +} + +.flag.flag-rw { + background-position: -240px -121px; +} + +.flag.flag-sa { + background-position: 0 -132px; +} + +.flag.flag-sb { + background-position: -16px -132px; +} + +.flag.flag-sc { + background-position: -32px -132px; +} + +.flag.flag-scotland { + background-position: -48px -132px; +} + +.flag.flag-sd { + background-position: -64px -132px; +} + +.flag.flag-se { + background-position: -80px -132px; +} + +.flag.flag-sg { + background-position: -96px -132px; +} + +.flag.flag-sh { + background-position: -112px -132px; +} + +.flag.flag-si { + background-position: -128px -132px; +} + +.flag.flag-sk { + background-position: -144px -132px; +} + +.flag.flag-sl { + background-position: -160px -132px; +} + +.flag.flag-sm { + background-position: -176px -132px; +} + +.flag.flag-sn { + background-position: -192px -132px; +} + +.flag.flag-so { + background-position: -208px -132px; +} + +.flag.flag-somaliland { + background-position: -224px -132px; +} + +.flag.flag-sr { + background-position: -240px -132px; +} + +.flag.flag-ss { + background-position: 0 -143px; +} + +.flag.flag-st { + background-position: -16px -143px; +} + +.flag.flag-sv { + background-position: -32px -143px; +} + +.flag.flag-sx { + background-position: -48px -143px; +} + +.flag.flag-sy { + background-position: -64px -143px; +} + +.flag.flag-sz { + background-position: -80px -143px; +} + +.flag.flag-tc { + background-position: -96px -143px; +} + +.flag.flag-td { + background-position: -112px -143px; +} + +.flag.flag-tf { + background-position: -128px -143px; +} + +.flag.flag-tg { + background-position: -144px -143px; +} + +.flag.flag-th { + background-position: -160px -143px; +} + +.flag.flag-tibet { + background-position: -176px -143px; +} + +.flag.flag-tj { + background-position: -192px -143px; +} + +.flag.flag-tk { + background-position: -208px -143px; +} + +.flag.flag-tl { + background-position: -224px -143px; +} + +.flag.flag-tm { + background-position: -240px -143px; +} + +.flag.flag-tn { + background-position: 0 -154px; +} + +.flag.flag-to { + background-position: -16px -154px; +} + +.flag.flag-tr { + background-position: -32px -154px; +} + +.flag.flag-tt { + background-position: -48px -154px; +} + +.flag.flag-tv { + background-position: -64px -154px; +} + +.flag.flag-tw { + background-position: -80px -154px; +} + +.flag.flag-tz { + background-position: -96px -154px; +} + +.flag.flag-ua { + background-position: -112px -154px; +} + +.flag.flag-ug { + background-position: -128px -154px; +} + +.flag.flag-um { + background-position: -144px -154px; +} + +.flag.flag-us { + background-position: -160px -154px; +} + +.flag.flag-uy { + background-position: -176px -154px; +} + +.flag.flag-uz { + background-position: -192px -154px; +} + +.flag.flag-va { + background-position: -208px -154px; +} + +.flag.flag-vc { + background-position: -224px -154px; +} + +.flag.flag-ve { + background-position: -240px -154px; +} + +.flag.flag-vg { + background-position: 0 -165px; +} + +.flag.flag-vi { + background-position: -16px -165px; +} + +.flag.flag-vn { + background-position: -32px -165px; +} + +.flag.flag-vu { + background-position: -48px -165px; +} + +.flag.flag-wales { + background-position: -64px -165px; +} + +.flag.flag-wf { + background-position: -80px -165px; +} + +.flag.flag-ws { + background-position: -96px -165px; +} + +.flag.flag-xk { + background-position: -112px -165px; +} + +.flag.flag-ye { + background-position: -128px -165px; +} + +.flag.flag-yt { + background-position: -144px -165px; +} + +.flag.flag-za { + background-position: -160px -165px; +} + +.flag.flag-zanzibar { + background-position: -176px -165px; +} + +.flag.flag-zm { + background-position: -192px -165px; +} + +.flag.flag-zw { + background-position: -208px -165px; +} + +/* Forms */ +form label { + font-weight: normal; +} + +textarea { + resize: vertical; +} + +select { + border: 1px solid #E5E7E9; + border-radius: 6px; + outline: none; +} + +.label { + font-weight: normal; +} + +label.required:after { + content: "*"; + font-size: 0.8em; + margin: 0.3em; + position: relative; + top: -2px; +} + +.form-group { + margin-bottom: 16px; + margin-bottom: 1rem; +} + +.form-group:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +.form-control { + border-color: rgba(0, 0, 0, 0.09); +} + +.form-control:not(.form-control-lg) { + font-size: 12px; + font-size: 0.75rem; + line-height: 1.3; +} + +.form-control:not(.form-control-sm):not(.form-control-lg) { + font-size: 13.6px; + font-size: 0.85rem; + line-height: 1.85; +} + +.form-control.form-control-focused { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; + border-color: var(--grey-500); +} + +.form-control:focus { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; + border-color: var(--grey-500); +} + +.form-control.error { + border-color: #a94442; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.form-control.error:focus { + border-color: #843534; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; +} + +.form-control-icon.is-invalid, +.was-validated .form-control-icon:invalid, +.form-control.is-valid:focus, +.was-validated .form-control:valid:focus { + background-image: none !important; +} + +.form-select.form-select-icon-light { + background-image: url("data:image/svg+xml,"); +} + +.form-switch.form-switch-sm { + margin-bottom: 8px; + margin-bottom: 0.5rem; +} + +.form-switch.form-switch-sm .form-check-input { + height: 16px; + height: 1rem; + width: calc(1rem + 0.75rem); + border-radius: 2rem; +} + +.form-switch.form-switch-md { + margin-bottom: 16px; + margin-bottom: 1rem; +} + +.form-switch.form-switch-md .form-check-input { + height: 24px; + height: 1.5rem; + width: calc(2rem + 0.75rem); + border-radius: 3rem; +} + +.form-switch.form-switch-lg { + margin-bottom: 24px; + margin-bottom: 1.5rem; +} + +.form-switch.form-switch-lg .form-check-input { + height: 32px; + height: 2rem; + width: calc(3rem + 0.75rem); + border-radius: 4rem; +} + +.form-switch.form-switch-xl { + margin-bottom: 32px; + margin-bottom: 2rem; +} + +.form-switch.form-switch-xl .form-check-input { + height: 40px; + height: 2.5rem; + width: calc(4rem + 0.75rem); + border-radius: 5rem; +} + +.form-switch .form-check-input { + box-shadow: none !important; +} + +.form-switch .form-check-input:focus { + border: 1px solid rgba(0, 0, 0, 0.25); + background-image: url("data:image/svg+xml,") !important; +} + +.form-switch .form-check-input:checked { + background-image: url("data:image/svg+xml,") !important; +} + +.page-link { + border-color: rgba(0, 0, 0, 0.06); +} + +.input-group .form-control { + height: auto; +} + +.input-group-rounded .form-control { + border-radius: 2rem 0rem 0rem 2rem; + border: 0; + padding-left: 16px; + padding-left: 1rem; +} + +.input-group-rounded .btn { + border-color: rgba(0, 0, 0, 0.09); + border-radius: 0rem 2rem 2rem 0rem; + font-size: 11.2px; + font-size: 0.7rem; + padding: 13.92px; + padding: 0.87rem; + border-top: 0; + border-bottom: 0; + border-right: 0; + z-index: 3; +} + +/* Form - iOS Override */ +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +textarea { + -webkit-appearance: none; +} + +.form-control::-webkit-input-placeholder, +input[type="text"]::-webkit-input-placeholder, +input[type="password"]::-webkit-input-placeholder, +input[type="datetime"]::-webkit-input-placeholder, +input[type="datetime-local"]::-webkit-input-placeholder, +input[type="date"]::-webkit-input-placeholder, +input[type="month"]::-webkit-input-placeholder, +input[type="time"]::-webkit-input-placeholder, +input[type="week"]::-webkit-input-placeholder, +input[type="number"]::-webkit-input-placeholder, +input[type="email"]::-webkit-input-placeholder, +input[type="url"]::-webkit-input-placeholder, +input[type="search"]::-webkit-input-placeholder, +input[type="tel"]::-webkit-input-placeholder, +input[type="color"]::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: #bdbdbd; +} + +.form-control::-moz-placeholder, +input[type="text"]::-moz-placeholder, +input[type="password"]::-moz-placeholder, +input[type="datetime"]::-moz-placeholder, +input[type="datetime-local"]::-moz-placeholder, +input[type="date"]::-moz-placeholder, +input[type="month"]::-moz-placeholder, +input[type="time"]::-moz-placeholder, +input[type="week"]::-moz-placeholder, +input[type="number"]::-moz-placeholder, +input[type="email"]::-moz-placeholder, +input[type="url"]::-moz-placeholder, +input[type="search"]::-moz-placeholder, +input[type="tel"]::-moz-placeholder, +input[type="color"]::-moz-placeholder, +textarea::-moz-placeholder { + color: #bdbdbd; +} + +.form-control:-ms-input-placeholder, +input[type="text"]:-ms-input-placeholder, +input[type="password"]:-ms-input-placeholder, +input[type="datetime"]:-ms-input-placeholder, +input[type="datetime-local"]:-ms-input-placeholder, +input[type="date"]:-ms-input-placeholder, +input[type="month"]:-ms-input-placeholder, +input[type="time"]:-ms-input-placeholder, +input[type="week"]:-ms-input-placeholder, +input[type="number"]:-ms-input-placeholder, +input[type="email"]:-ms-input-placeholder, +input[type="url"]:-ms-input-placeholder, +input[type="search"]:-ms-input-placeholder, +input[type="tel"]:-ms-input-placeholder, +input[type="color"]:-ms-input-placeholder, +textarea:-ms-input-placeholder { + color: #bdbdbd; +} + +/* Placeholder Light */ +.form-placeholders-light .form-control::-webkit-input-placeholder, +.form-placeholders-light input[type="text"]::-webkit-input-placeholder, +.form-placeholders-light input[type="password"]::-webkit-input-placeholder, +.form-placeholders-light input[type="datetime"]::-webkit-input-placeholder, +.form-placeholders-light input[type="datetime-local"]::-webkit-input-placeholder, +.form-placeholders-light input[type="date"]::-webkit-input-placeholder, +.form-placeholders-light input[type="month"]::-webkit-input-placeholder, +.form-placeholders-light input[type="time"]::-webkit-input-placeholder, +.form-placeholders-light input[type="week"]::-webkit-input-placeholder, +.form-placeholders-light input[type="number"]::-webkit-input-placeholder, +.form-placeholders-light input[type="email"]::-webkit-input-placeholder, +.form-placeholders-light input[type="url"]::-webkit-input-placeholder, +.form-placeholders-light input[type="search"]::-webkit-input-placeholder, +.form-placeholders-light input[type="tel"]::-webkit-input-placeholder, +.form-placeholders-light input[type="color"]::-webkit-input-placeholder, +.form-placeholders-light textarea::-webkit-input-placeholder { + color: #FFF; +} + +.form-placeholders-light .form-control::-moz-placeholder, +.form-placeholders-light input[type="text"]::-moz-placeholder, +.form-placeholders-light input[type="password"]::-moz-placeholder, +.form-placeholders-light input[type="datetime"]::-moz-placeholder, +.form-placeholders-light input[type="datetime-local"]::-moz-placeholder, +.form-placeholders-light input[type="date"]::-moz-placeholder, +.form-placeholders-light input[type="month"]::-moz-placeholder, +.form-placeholders-light input[type="time"]::-moz-placeholder, +.form-placeholders-light input[type="week"]::-moz-placeholder, +.form-placeholders-light input[type="number"]::-moz-placeholder, +.form-placeholders-light input[type="email"]::-moz-placeholder, +.form-placeholders-light input[type="url"]::-moz-placeholder, +.form-placeholders-light input[type="search"]::-moz-placeholder, +.form-placeholders-light input[type="tel"]::-moz-placeholder, +.form-placeholders-light input[type="color"]::-moz-placeholder, +.form-placeholders-light textarea::-moz-placeholder { + color: #FFF; +} + +.form-placeholders-light .form-control:-ms-input-placeholder, +.form-placeholders-light input[type="text"]:-ms-input-placeholder, +.form-placeholders-light input[type="password"]:-ms-input-placeholder, +.form-placeholders-light input[type="datetime"]:-ms-input-placeholder, +.form-placeholders-light input[type="datetime-local"]:-ms-input-placeholder, +.form-placeholders-light input[type="date"]:-ms-input-placeholder, +.form-placeholders-light input[type="month"]:-ms-input-placeholder, +.form-placeholders-light input[type="time"]:-ms-input-placeholder, +.form-placeholders-light input[type="week"]:-ms-input-placeholder, +.form-placeholders-light input[type="number"]:-ms-input-placeholder, +.form-placeholders-light input[type="email"]:-ms-input-placeholder, +.form-placeholders-light input[type="url"]:-ms-input-placeholder, +.form-placeholders-light input[type="search"]:-ms-input-placeholder, +.form-placeholders-light input[type="tel"]:-ms-input-placeholder, +.form-placeholders-light input[type="color"]:-ms-input-placeholder, +.form-placeholders-light textarea:-ms-input-placeholder { + color: #FFF; +} + +/* Form - Bootstrap Override */ +.btn-lg, +.btn-group-lg > .btn { + line-height: 1.334; +} + +.input-group-btn .btn { + padding-top: 8px; + padding-top: 0.5rem; + padding-bottom: 8px; + padding-bottom: 0.5rem; +} + +select.form-control-sm, select.form-control-lg { + line-height: 1; + height: auto !important; +} + +.custom-select-1 { + position: relative; +} + +.custom-select-1 select { + line-height: 1; + font-size: inherit; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-select-1 select::-ms-expand { + display: none; +} + +.custom-select-1.custom-select-1-icon-light select { + background-image: url("data:image/svg+xml,"); +} + +/* Custom Checkbox */ +.custom-checkbox-1 { + position: relative; + padding: 0 0 0 25px; + margin-bottom: 7px; + margin-top: 0; +} + +.custom-checkbox-1.form-check .form-check-input { + margin-left: 0; +} + +.custom-checkbox-1.form-check .form-check-label { + padding-left: 0; +} + +.custom-checkbox-1.checkbox-inline { + display: inline-block; + vertical-align: middle; +} + +.form-group .custom-checkbox-1.checkbox-inline { + margin-top: 7px; + padding-top: 0; +} + +.custom-checkbox-1:last-child, .custom-checkbox-1:last-of-type { + margin-bottom: 0; +} + +.custom-checkbox-1 input[type="checkbox"] { + opacity: 0; + position: absolute; + top: 50%; + left: 3px; + margin: -6px 0 0 0; + z-index: 2; + cursor: pointer; +} + +.custom-checkbox-1 input[type="checkbox"]:checked + label:after { + position: absolute; + display: inline-block; + font-family: 'Font Awesome 6 Free'; + content: '\F00C'; + top: 50%; + left: 4px; + margin-top: -5px; + font-size: 11px; + font-weight: 900; + line-height: 1; + width: 16px; + height: 16px; + color: var(--dark--200); +} + +.custom-checkbox-1 input[type="checkbox"]:disabled { + cursor: not-allowed; +} + +.custom-checkbox-1 input[type="checkbox"]:disabled:checked + label:after { + color: #999; +} + +.custom-checkbox-1 input[type="checkbox"]:disabled + label { + cursor: not-allowed; +} + +.custom-checkbox-1 input[type="checkbox"]:disabled + label:before { + background-color: #eee; +} + +.custom-checkbox-1 label { + cursor: pointer; + margin-bottom: 0; + text-align: left; + line-height: 1.5; +} + +.custom-checkbox-1 label:before { + content: ''; + position: absolute; + top: 50%; + left: 0; + margin-top: -9px; + width: 19px; + height: 18px; + display: inline-block; + border-radius: 2px; + border: 1px solid var(--grey-500); + background-color: var(--light); +} + +.custom-checkbox-1 label + label.error { + display: block; +} + +.custom-checkbox-1.checkbox-custom-transparent label:before { + background-color: transparent; +} + +.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:checked + label:after { + color: var(--light); +} + +.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:disabled:checked + label:after { + color: #999; +} + +/* Custom Checkbox Switch */ +.custom-checkbox-switch { + position: relative; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: none; + width: 50px; + height: 26px; + background-color: var(--grey-500); + border: 1px solid #D9DADC; + border-radius: 50px; + cursor: pointer; + transition: ease all 300ms; +} + +.custom-checkbox-switch:after { + content: ''; + position: absolute; + top: 50%; + left: 6px; + width: 15px; + height: 15px; + background-color: var(--light); + border-radius: 50%; + transform: translate3d(0, -50%, 0); + transition: ease left 300ms; +} + +.custom-checkbox-switch:checked { + border-color: var(--grey-500); +} + +.custom-checkbox-switch:checked:after { + left: 27px; +} + +.bootstrap-timepicker-widget input { + border: 0; +} + +.bootstrap-timepicker-widget table td input { + width: 40px; +} + +.fileupload .btn { + line-height: 20px; + margin-left: -5px; +} + +/* Forms Validations */ +label.valid { + display: inline-block; + text-indent: -9999px; +} + +label.error { + color: #c10000; + font-size: 0.9em; + line-height: 18px; + padding: 5px 0 0; +} + +label.error#captcha-error { + margin-top: 15px; +} + +.form-errors-light .form-control.error { + border-color: var(--light); +} + +.form-errors-light label.error { + color: var(--light); +} + +/* Search Cancel Button */ +input[type="search" i]::-webkit-search-cancel-button { + margin-right: -7px !important; +} + +/* Simple Search */ +.simple-search .form-control { + border-radius: 1.3rem 0 0 1.3rem; + border-color: #EEE; + border-right: 0; +} + +.simple-search .form-control:focus { + box-shadow: none; +} + +.simple-search .btn { + border: 0; + box-shadow: none !important; + border-radius: 0 1.3rem 1.3rem 0; + border: 1px solid #EEE; + border-left: 0; +} + +/* Search With Select */ +.search-with-select .mobile-search-toggle-btn { + display: none; +} + +.search-with-select .search-form-wrapper > .form-control { + background-color: #f4f4f4; + border-radius: 1.3rem 0 0 1.3rem; + border: 0; + height: auto; + padding: 9.6px 22.4px; + padding: 0.6rem 1.4rem; + font-size: 12.8px !important; + font-size: 0.8rem !important; + color: #8d8d8d; +} + +.search-with-select .search-form-wrapper > .form-control::-webkit-input-placeholder { + color: #8d8d8d; +} + +.search-with-select .search-form-wrapper > .form-control::-moz-placeholder { + color: #8d8d8d; +} + +.search-with-select .search-form-wrapper > .form-control:-ms-input-placeholder { + color: #8d8d8d; +} + +.search-with-select .search-form-wrapper > .form-control:focus { + box-shadow: none; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper { + display: flex; + background-color: #f4f4f4; + border-radius: 0 1.3rem 1.3rem 0; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper .custom-select-1:before { + color: #8d8d8d; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper .custom-select-1 select { + background-color: transparent; + border: 1px solid #FFF; + border-top-width: 0; + border-bottom-width: 0; + border-radius: 0; + color: #8d8d8d; + height: 100%; + z-index: 1; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper .custom-select-1 select:focus { + box-shadow: none; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper .btn { + background: transparent !important; + border: 0; + box-shadow: none !important; +} + +.search-with-select .search-form-wrapper .search-form-select-wrapper .btn .header-nav-top-icon { + font-size: 16px; + font-size: 1rem; + top: 2px; + right: 2px; + color: var(--dark); + font-weight: bold; +} + +@media (max-width: 991px) { + .search-with-select { + position: relative; + float: right; + } + + .search-with-select .mobile-search-toggle-btn { + display: block; + text-decoration: none !important; + } + + .search-with-select .mobile-search-toggle-btn.open + .search-form-wrapper { + display: flex; + visibility: visible; + opacity: 1; + } + + .search-with-select .mobile-search-toggle-btn > i { + position: relative; + top: 2px; + font-size: 1.9rem; + } + + .search-with-select .search-form-wrapper { + display: none; + visibility: hidden; + opacity: 0; + position: absolute; + top: 36px; + left: 50%; + transform: translate3d(-50%, 0, 0); + width: 300px; + background-color: #d8d8d8; + padding: 0.2rem; + border-radius: 28px; + transition: ease opacity 300ms; + } + + .search-with-select .search-form-wrapper:before { + content: ''; + position: absolute; + bottom: 100%; + left: 50%; + border-bottom: 6px solid #d8d8d8; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + transform: translate3d(-50%, 0, 0); + } +} + +/* Form Styles */ +.form-style-2 .form-group { + margin-bottom: 11.2px; + margin-bottom: 0.7rem; +} + +.form-style-2 .form-control { + padding: 11.2px 16px; + padding: 0.7rem 1rem; + border: 0; +} + +.form-style-2 .form-control::-webkit-input-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-2 .form-control::-moz-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-2 .form-control:-ms-input-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-2 .form-control:-moz-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-2 .form-control:not(textarea) { + height: calc(2.2em + .75rem + 2px); +} + +.form-style-2 .form-control.error { + border-width: 2px; +} + +.form-style-3 .form-group { + margin-bottom: 17.6px; + margin-bottom: 1.1rem; +} + +.form-style-3 .form-control { + padding: 11.2px 16px; + padding: 0.7rem 1rem; + background-color: #F4F4F4; + border: none; +} + +.form-style-3 .form-control::-webkit-input-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-3 .form-control::-moz-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-3 .form-control:-ms-input-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-3 .form-control:-moz-placeholder { + color: #202528; + opacity: 0.5; +} + +.form-style-3 .form-control.error { + border: 2px solid #e21a1a; +} + +.form-style-4 .form-control { + background-color: transparent; + border-top: 0; + border-right: 0; + border-left: 0; + border-bottom-color: rgba(0, 0, 0, 0.4); + color: var(--light); + box-shadow: none !important; + border-radius: 0; +} + +.form-style-4 .form-control::-moz-placeholder { + color: #d8d8d8; +} + +.form-style-4 .form-control::placeholder { + color: #d8d8d8; +} + +.form-style-4 select.form-control { + color: var(--light); +} + +.form-style-4 select.form-control option { + color: var(--default); +} + +.form-style-4 .form-check-label { + color: #d8d8d8; +} + +.form-style-4.form-style-4-text-dark .form-control { + color: #212121; +} + +.form-style-4.form-style-4-text-dark .form-control::-moz-placeholder { + color: var(--default); +} + +.form-style-4.form-style-4-text-dark .form-control::placeholder { + color: var(--default); +} + +.form-style-4.form-style-4-text-dark .form-check-label { + color: var(--default); +} + +.form-style-4.form-style-4-border-light .form-control { + border-color: rgba(255, 255, 255, 0.4); +} + +.form-style-4.form-style-4-border-light-2 .form-control { + border-color: rgba(255, 255, 255, 0.15); +} + +.form-style-4.form-with-icons .form-control { + padding-left: 31px; +} + +.form-style-5 .form-control { + background-color: rgba(255, 255, 255, 0.05); + border-radius: 35px; + height: auto; + padding: 8px 24px; + padding: 0.5rem 1.5rem; + color: #bfbfbf; +} + +.form-style-5 .form-control:focus { + border-color: #676767; +} + +/* Floating Labels */ +.form-label-group { + position: relative; + margin-bottom: 16px; + margin-bottom: 1rem; +} + +.form-label-group input, .form-label-group label { + height: 50px; + height: 3.125rem; + padding: 12px; + padding: .75rem; +} + +.form-label-group label { + position: absolute; + top: 0; + left: 0; + display: block; + width: 100%; + margin-bottom: 0; + line-height: 1.5; + color: #495057; + pointer-events: none; + cursor: text; + border: 1px solid transparent; + border-radius: .25rem; + transition: all .1s ease-in-out; +} + +.form-label-group input::-moz-placeholder { + color: transparent; +} + +.form-label-group input::placeholder { + color: transparent; +} + +.form-label-group input:not(:-moz-placeholder-shown) { + padding-top: 20px; + padding-top: 1.25rem; + padding-bottom: 4px; + padding-bottom: .25rem; +} + +.form-label-group input:not(:placeholder-shown) { + padding-top: 20px; + padding-top: 1.25rem; + padding-bottom: 4px; + padding-bottom: .25rem; +} + +.form-label-group input:not(:-moz-placeholder-shown) ~ label { + padding-top: 4px; + padding-top: .25rem; + padding-bottom: 4px; + padding-bottom: .25rem; + font-size: 12px; + color: var(--default); +} + +.form-label-group input:not(:placeholder-shown) ~ label { + padding-top: 4px; + padding-top: .25rem; + padding-bottom: 4px; + padding-bottom: .25rem; + font-size: 12px; + color: var(--default); +} + +/* Fallback for Edge +-------------------------------------------------- */ +@supports (-ms-ime-align: auto) { + .form-label-group { + display: flex; + flex-direction: column-reverse; + } + + .form-label-group label { + position: static; + } + + .form-label-group input::-ms-input-placeholder { + color: var(--default); + } +} + +/* Form Squared Borders */ +.form-squared-borders .form-control { + border-radius: 0; +} + +/* Form With Icons */ +.form-with-icons .form-control { + padding-left: 41px; +} + +/* Form Fields Rounded */ +.form-fields-rounded .form-control { + padding-left: 18px; + padding-right: 18px; + border-radius: 35px; +} + +.form-fields-rounded textarea.form-control { + border-radius: 22px; +} + +/* Form With Shadow */ +.form-with-shadow .form-control { + box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.1) !important; +} + +/* Form Fieds Size - Global class to increase size of form controls */ +.form-fields-size-sm .form-control { + padding: 0 15px; + height: 40px; +} + +.form-fields-size-sm textarea.form-control { + padding: 12px 15px; + height: auto; +} + +.form-fields-size-md .form-control { + padding: 0 23px; + height: 54px; +} + +.form-fields-size-md textarea.form-control { + padding: 18px 23px; + height: auto; +} + +.form-fields-size-lg .form-control { + padding: 0 25px; + height: 63px; +} + +.form-fields-size-lg textarea.form-control { + padding: 23px 25px; + height: auto; +} + +/* Form Fieds Font Size - Global class to increase font size of form controls */ +.form-fields-font-size-sm .form-control:not(.form-control-sm):not(.form-control-lg) { + font-size: 12px; + font-size: 0.75rem; +} + +.form-fields-font-size-md .form-control:not(.form-control-sm):not(.form-control-lg) { + font-size: 15.2px; + font-size: 0.95rem; +} + +.form-fields-font-size-lg .form-control:not(.form-control-sm):not(.form-control-lg) { + font-size: 18.4px; + font-size: 1.15rem; +} + +/* Custom Checkbox - Skin */ +.custom-control-input:checked ~ .custom-control-label::before, +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { + background-color: var(--primary); +} + +/* Custom Checkbox Switch - Skin */ +.custom-checkbox-switch:checked { + background-color: var(--primary); + border-color: var(--primary); +} + +/* Form Control - Skin */ +.form-control.bg-primary, .form-control.bg-color-primary { + color: var(--primary-inverse); + border-color: var(--primary); +} + +.form-control.bg-primary::-webkit-input-placeholder, .form-control.bg-color-primary::-webkit-input-placeholder { + color: var(--primary-inverse); +} + +.form-control.bg-primary::-moz-placeholder, .form-control.bg-color-primary::-moz-placeholder { + color: var(--primary-inverse); +} + +.form-control.bg-primary:-ms-input-placeholder, .form-control.bg-color-primary:-ms-input-placeholder { + color: var(--primary-inverse); +} + +.form-control.bg-primary:-moz-placeholder, .form-control.bg-color-primary:-moz-placeholder { + color: var(--primary-inverse); +} + +.form-control .testimonial-primary blockquote { + background: var(--primary--100); +} + +.form-control .testimonial-primary .testimonial-arrow-down { + border-top-color: var(--primary--100); +} + +.form-control .testimonial-primary.testimonial-style-7 { + background: var(--primary--100); +} + +.form-control .testimonial-quotes-primary blockquote:before, .form-control .testimonial-quotes-primary blockquote:after { + color: var(--primary) !important; +} + +.form-control.bg-secondary, .form-control.bg-color-secondary { + color: var(--secondary-inverse); + border-color: var(--secondary); +} + +.form-control.bg-secondary::-webkit-input-placeholder, .form-control.bg-color-secondary::-webkit-input-placeholder { + color: var(--secondary-inverse); +} + +.form-control.bg-secondary::-moz-placeholder, .form-control.bg-color-secondary::-moz-placeholder { + color: var(--secondary-inverse); +} + +.form-control.bg-secondary:-ms-input-placeholder, .form-control.bg-color-secondary:-ms-input-placeholder { + color: var(--secondary-inverse); +} + +.form-control.bg-secondary:-moz-placeholder, .form-control.bg-color-secondary:-moz-placeholder { + color: var(--secondary-inverse); +} + +.form-control .testimonial-secondary blockquote { + background: var(--secondary--100); +} + +.form-control .testimonial-secondary .testimonial-arrow-down { + border-top-color: var(--secondary--100); +} + +.form-control .testimonial-secondary.testimonial-style-7 { + background: var(--secondary--100); +} + +.form-control .testimonial-quotes-secondary blockquote:before, .form-control .testimonial-quotes-secondary blockquote:after { + color: var(--primary) !important; +} + +.form-control.bg-tertiary, .form-control.bg-color-tertiary { + color: var(--tertiary-inverse); + border-color: var(--tertiary); +} + +.form-control.bg-tertiary::-webkit-input-placeholder, .form-control.bg-color-tertiary::-webkit-input-placeholder { + color: var(--tertiary-inverse); +} + +.form-control.bg-tertiary::-moz-placeholder, .form-control.bg-color-tertiary::-moz-placeholder { + color: var(--tertiary-inverse); +} + +.form-control.bg-tertiary:-ms-input-placeholder, .form-control.bg-color-tertiary:-ms-input-placeholder { + color: var(--tertiary-inverse); +} + +.form-control.bg-tertiary:-moz-placeholder, .form-control.bg-color-tertiary:-moz-placeholder { + color: var(--tertiary-inverse); +} + +.form-control .testimonial-tertiary blockquote { + background: var(--tertiary--100); +} + +.form-control .testimonial-tertiary .testimonial-arrow-down { + border-top-color: var(--tertiary--100); +} + +.form-control .testimonial-tertiary.testimonial-style-7 { + background: var(--tertiary--100); +} + +.form-control .testimonial-quotes-tertiary blockquote:before, .form-control .testimonial-quotes-tertiary blockquote:after { + color: var(--primary) !important; +} + +.form-control.bg-quaternary, .form-control.bg-color-quaternary { + color: var(--quaternary-inverse); + border-color: var(--quaternary); +} + +.form-control.bg-quaternary::-webkit-input-placeholder, .form-control.bg-color-quaternary::-webkit-input-placeholder { + color: var(--quaternary-inverse); +} + +.form-control.bg-quaternary::-moz-placeholder, .form-control.bg-color-quaternary::-moz-placeholder { + color: var(--quaternary-inverse); +} + +.form-control.bg-quaternary:-ms-input-placeholder, .form-control.bg-color-quaternary:-ms-input-placeholder { + color: var(--quaternary-inverse); +} + +.form-control.bg-quaternary:-moz-placeholder, .form-control.bg-color-quaternary:-moz-placeholder { + color: var(--quaternary-inverse); +} + +.form-control .testimonial-quaternary blockquote { + background: var(--quaternary--100); +} + +.form-control .testimonial-quaternary .testimonial-arrow-down { + border-top-color: var(--quaternary--100); +} + +.form-control .testimonial-quaternary.testimonial-style-7 { + background: var(--quaternary--100); +} + +.form-control .testimonial-quotes-quaternary blockquote:before, .form-control .testimonial-quotes-quaternary blockquote:after { + color: var(--primary) !important; +} + +.form-control.bg-dark, .form-control.bg-color-dark { + color: var(--dark-inverse); + border-color: var(--dark); +} + +.form-control.bg-dark::-webkit-input-placeholder, .form-control.bg-color-dark::-webkit-input-placeholder { + color: var(--dark-inverse); +} + +.form-control.bg-dark::-moz-placeholder, .form-control.bg-color-dark::-moz-placeholder { + color: var(--dark-inverse); +} + +.form-control.bg-dark:-ms-input-placeholder, .form-control.bg-color-dark:-ms-input-placeholder { + color: var(--dark-inverse); +} + +.form-control.bg-dark:-moz-placeholder, .form-control.bg-color-dark:-moz-placeholder { + color: var(--dark-inverse); +} + +.form-control .testimonial-dark blockquote { + background: var(--dark--100); +} + +.form-control .testimonial-dark .testimonial-arrow-down { + border-top-color: var(--dark--100); +} + +.form-control .testimonial-dark.testimonial-style-7 { + background: var(--dark--100); +} + +.form-control .testimonial-quotes-dark blockquote:before, .form-control .testimonial-quotes-dark blockquote:after { + color: var(--primary) !important; +} + +.form-control.bg-light, .form-control.bg-color-light { + color: var(--light-inverse); + border-color: var(--light); +} + +.form-control.bg-light::-webkit-input-placeholder, .form-control.bg-color-light::-webkit-input-placeholder { + color: var(--light-inverse); +} + +.form-control.bg-light::-moz-placeholder, .form-control.bg-color-light::-moz-placeholder { + color: var(--light-inverse); +} + +.form-control.bg-light:-ms-input-placeholder, .form-control.bg-color-light:-ms-input-placeholder { + color: var(--light-inverse); +} + +.form-control.bg-light:-moz-placeholder, .form-control.bg-color-light:-moz-placeholder { + color: var(--light-inverse); +} + +.form-control .testimonial-light blockquote { + background: var(--light--100); +} + +.form-control .testimonial-light .testimonial-arrow-down { + border-top-color: var(--light--100); +} + +.form-control .testimonial-light.testimonial-style-7 { + background: var(--light--100); +} + +.form-control .testimonial-quotes-light blockquote:before, .form-control .testimonial-quotes-light blockquote:after { + color: var(--primary) !important; +} + +/* Form Range - Skin */ +.form-range::-webkit-slider-thumb { + background-color: var(--primary); +} + +.form-range::-webkit-slider-thumb:active { + background-color: var(--primary-rgba-35); +} + +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem var(--primary-rgba-35); +} + +/* Form Check - Skin */ +.form-switch .form-check-input:checked { + background-color: var(--primary); + border-color: var(--primary) !important; +} + +/* GDPR */ +[data-plugin-gdpr-wrapper] { + opacity: 0; + transition: ease opacity 300ms; +} + +[data-plugin-gdpr-wrapper].show { + opacity: 1; +} + +.gdpr-bar { + position: fixed; + width: 100%; + bottom: 0; + left: 0; + display: flex; + flex-direction: column; + justify-content: space-between; + background: rgba(0, 0, 0, 0.9); + padding: 16px 24px; + padding: 1rem 1.5rem; + z-index: 1050; + opacity: 0; + visibility: hidden; + transform: translate3d(0, 100%, 0); + transition: ease opacity 300ms, ease transform 300ms; +} + +.gdpr-bar .gdpr-bar-actions { + display: flex; + align-items: center; + justify-content: space-between; + margin-top: 15px; +} + +.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger { + margin-left: 32px; + margin-left: 2rem; +} + +.gdpr-bar.show { + opacity: 1; + visibility: visible; + transform: translate3d(0, 0, 0); +} + +.gdpr-bar.removing { + opacity: 0; + transform: translate3d(0, 100%, 0); +} + +@media (min-width: 1200px) { + .gdpr-bar { + flex-direction: row; + align-items: center; + } + + .gdpr-bar .gdpr-bar-actions { + justify-content: flex-end; + margin-top: 0; + } +} + +.gdpr-preferences-popup { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + display: flex; + align-items: center; + justify-content: center; + padding: 0 20px; + background: rgba(0, 0, 0, 0.8); + z-index: 1051; + opacity: 0; + visibility: hidden; + transition: ease opacity 300ms; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content { + max-width: 1000px; + background: var(--light); +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-close-popup { + position: absolute; + top: 25px; + right: 25px; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body { + max-height: 60vh; + overflow-y: auto; + padding: 40px; + padding: 2.5rem; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item { + display: flex; + flex-wrap: wrap; + font-size: 12.8px; + font-size: 0.8rem; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title { + width: 100%; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description { + width: 70%; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action { + width: 30%; + text-align: right; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item + .gdpr-cookie-item { + margin-top: 10px; +} + +.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-footer { + display: flex; + align-items: center; + justify-content: space-between; + padding: 24px 40px; + padding: 1.5rem 2.5rem; + background: #f4f4f4; +} + +.gdpr-preferences-popup.show { + opacity: 1; + visibility: visible; +} + +@media (min-width: 992px) { + .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item { + flex-wrap: nowrap; + } + + .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title { + width: 20%; + } + + .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description { + width: 60%; + } + + .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action { + width: 20%; + } +} + +/* Headings */ +h1, h2, h3, h4, h5, h6 { + color: var(--dark); + font-weight: 200; + letter-spacing: -.05em; + margin: 0; + -webkit-font-smoothing: antialiased; +} + +h1 { + font-size: 2.6em; + line-height: 44px; + margin: 0 0 32px 0; +} + +h2 { + font-size: 2.2em; + font-weight: 300; + line-height: 42px; + margin: 0 0 32px 0; +} + +h3 { + font-size: 1.8em; + font-weight: 400; + line-height: 24px; + margin-bottom: 33px; + text-transform: uppercase; +} + +h4 { + font-size: 1.4em; + font-weight: 600; + line-height: 27px; + margin: 0 0 14px 0; +} + +h5 { + font-size: 1em; + font-weight: 600; + line-height: 18px; + margin: 0 0 14px 0; + text-transform: uppercase; +} + +h6 { + color: var(--dark--200); + font-size: 1em; + font-weight: 400; + line-height: 18px; + margin: 0 0 14px 0; +} + +h1.big { + font-size: 4.2em; + line-height: 54px; +} + +h1.small { + font-size: 2.2em; + line-height: 42px; + font-weight: 600; +} + +h1.short { + margin-bottom: 15px; +} + +h2.short { + margin-bottom: 15px; +} + +h3.short, +h4.short, +h5.short, +h6.short { + margin-bottom: 9px; +} + +h1.shorter, +h2.shorter, +h3.shorter, +h4.shorter, +h5.shorter, +h6.shorter { + margin-bottom: 0; +} + +h1.tall, +h2.tall, +h3.tall, +h4.tall, +h5.tall, +h6.tall { + margin-bottom: 33px; +} + +h1.taller, +h2.taller, +h3.taller, +h4.taller, +h5.taller, +h6.taller { + margin-bottom: 44px; +} + +h1.spaced, +h2.spaced, +h3.spaced, +h4.spaced, +h5.spaced, +h6.spaced { + margin-top: 22px; +} + +h1.more-spaced, +h2.more-spaced, +h3.more-spaced, +h4.more-spaced, +h5.more-spaced, +h6.more-spaced { + margin-top: 44px; +} + +h1.dark, +h2.dark, +h3.dark, +h4.dark, +h5.dark { + color: var(--dark); +} + +h1.light, +h2.light, +h3.light, +h4.light, +h5.light, +h6.light { + color: var(--light); +} + +h1.text-shadow, +h2.text-shadow, +h3.text-shadow, +h4.text-shadow, +h5.text-shadow, +h6.text-shadow { + text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); +} + +/* Heading */ +.heading.heading-border { + margin-bottom: 25px; +} + +.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 { + margin: 0; + padding: 0; +} + +.heading.heading-bottom-border h1 { + border-bottom: 5px solid #eaeaea; + padding-bottom: 10px; +} + +.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 { + border-bottom: 2px solid #eaeaea; + padding-bottom: 10px; +} + +.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 { + border-bottom: 1px solid #eaeaea; + padding-bottom: 5px; +} + +.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 { + border-bottom: 3px double #eaeaea; + padding-bottom: 10px; +} + +.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 { + border-bottom: 3px double #eaeaea; + padding-bottom: 5px; +} + +.heading.heading-middle-border { + position: relative; +} + +.heading.heading-middle-border:before { + border-top: 1px solid #eaeaea; + content: ""; + height: 0; + left: auto; + position: absolute; + right: 0; + top: 50%; + width: 100%; +} + +.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 { + position: relative; + background: var(--light); + display: inline-block; +} + +.heading.heading-middle-border h1 { + padding-right: 15px; +} + +.heading.heading-middle-border h2, .heading.heading-middle-border h3 { + padding-right: 10px; +} + +.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 { + padding-right: 5px; +} + +.heading.heading-middle-border-reverse { + text-align: right; +} + +.heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 { + padding-right: 0; +} + +.heading.heading-middle-border-reverse h1 { + padding-left: 15px; +} + +.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 { + padding-left: 10px; +} + +.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 { + padding-left: 5px; +} + +.heading.heading-middle-border-center { + text-align: center; +} + +.heading.heading-middle-border-center h1 { + padding-left: 15px; + padding-right: 15px; +} + +.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 { + padding-left: 10px; + padding-right: 10px; +} + +.heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 { + padding-left: 5px; + padding-right: 5px; +} + +.heading.heading-border-xs:before { + border-top-width: 1px; +} + +.heading.heading-border-sm:before { + border-top-width: 2px; +} + +.heading.heading-border-lg:before { + border-top-width: 3px; +} + +.heading.heading-border-xl:before { + border-top-width: 5px; +} + +/* Modal Titles */ +.modal-header h3 { + color: var(--dark--200); + text-transform: none; +} + +@media (max-width: 575px) { + h2 { + line-height: 40px; + } +} + +@media (max-width: 767px) { + h1.big { + font-size: 3.2em; + line-height: 42px; + } +} + +/* Highlight */ +.highlight { + position: relative; + background-image: linear-gradient(90deg, var(--light-rgba-0) 50%, var(--grey-500) 0); + background-size: 200%; + background-position: 0; + padding-right: 8px; + padding-right: .5rem; + padding-left: 8px; + padding-left: .5rem; + transition: background-position .8s; +} + +.highlight.highlight-bg-opacity { + background-image: linear-gradient(90deg, var(--light-rgba-0) 50%, rgba(var(--grey-500), 0.2) 0); +} + +.highlight.highlight-change-text-color { + color: var(--light); +} + +.highlight.highlight-animated.highlight-animated-start { + background-position: -100%; +} + +/* Highlight Text - Skin */ +.highlight-primary { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--primary) 0); +} + +.highlight-primary.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--primary-rgba-35) 0); +} + +.highlight-primary.highlight-change-text-color { + color: var(--primary-inverse); +} + +.highlight-secondary { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--secondary) 0); +} + +.highlight-secondary.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--secondary-rgba-35) 0); +} + +.highlight-secondary.highlight-change-text-color { + color: var(--secondary-inverse); +} + +.highlight-tertiary { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--tertiary) 0); +} + +.highlight-tertiary.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--tertiary-rgba-35) 0); +} + +.highlight-tertiary.highlight-change-text-color { + color: var(--tertiary-inverse); +} + +.highlight-quaternary { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--quaternary) 0); +} + +.highlight-quaternary.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--quaternary-rgba-35) 0); +} + +.highlight-quaternary.highlight-change-text-color { + color: var(--quaternary-inverse); +} + +.highlight-dark { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--dark) 0); +} + +.highlight-dark.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--dark-rgba-35) 0); +} + +.highlight-dark.highlight-change-text-color { + color: var(--dark-inverse); +} + +.highlight-light { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--light) 0); +} + +.highlight-light.highlight-bg-opacity { + background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, var(--light-rgba-35) 0); +} + +.highlight-light.highlight-change-text-color { + color: var(--light-inverse); +} + +/* Icons */ +.featured-icon { + display: inline-flex; + align-items: center; + justify-content: center; + background: var(--grey-500); + border-radius: 100%; + color: var(--light); + height: 2.5em; + line-height: 2.5em; + margin-right: 10px; + position: relative; + text-align: center; + top: 5px; + width: 2.5em; +} + +.featured-icon i { + color: var(--light); + font-size: 0.9em; +} + +.featured-icon.featured-icon-style-2 { + width: 5em; + height: 5em; + line-height: 5em; +} + +.featured-icon.featured-icon-hover-effect-1 { + transition: ease transform 300ms; +} + +.featured-icon.featured-icon-hover-effect-1:hover { + transform: scale(1.1); +} + +/* Font Awesome List */ +.sample-icon-list { + margin-top: 22px; +} + +.sample-icon-list .sample-icon a { + display: block; + color: #222222; + line-height: 36px; + height: 36px; + padding-left: 10px; + border-radius: var(--border-radius); + font-size: 11px; +} + +.sample-icon-list .sample-icon a [class*="fa-"], .sample-icon-list .sample-icon a .icons { + width: 32px; + font-size: 14px; + display: inline-block; + text-align: right; + margin-right: 10px; +} + +.sample-icon-list .sample-icon a:hover { + color: var(--light); + text-decoration: none; +} + +.sample-icon-list .sample-icon a:hover [class*="fa-"], .sample-icon-list .sample-icon a:hover .icons { + font-size: 28px; + vertical-align: -6px; +} + +/* Font Awesome - Skin */ +.sample-icon-list .sample-icon a:hover { + background-color: var(--primary); +} + +/* Simple Line Icons List */ +#lineIcons .sample-icon-list .sample-icon a { + line-height: 39px; +} + +/* Porto Icons */ +i.pi { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + font-style: normal; + font-size: 14px; +} + +i.pi.pi-porto-brand:before { + content: '\f111'; + font-family: 'Font Awesome 6 Free'; + font-weight: bold; + font-size: 0.51em; + color: var(--light); + padding: 1.2em; +} + +i.pi.pi-porto-brand:after { + content: ''; + width: 2em; + height: 2em; + border: 0.5em solid #FFF; + border-radius: 100%; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); +} + +i.pi.pi-close { + padding: 0.6em; + transform: rotate(45deg); +} + +i.pi.pi-close:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + border-right: 1px solid #FFF; + height: 1em; +} + +i.pi.pi-close:after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + border-bottom: 1px solid #FFF; + width: 1em; +} + +/* Area Expanded Change */ +.icon-aria-expanded-change[aria-expanded=true] .fa-chevron-down { + display: none; +} + +.icon-aria-expanded-change[aria-expanded=false] .fa-chevron-up { + display: none; +} + +/* Icon Animated */ +[data-icon] { + opacity: 0; +} + +.icon-animated { + opacity: 0; +} + +/* Elements Shadow Icon */ +.elements-list-shadow-icon { + font-size: 64px; + font-size: 4rem; + position: absolute; + top: -18px; + opacity: 0.08; + right: -18px; +} + +/* Custom Image Icons */ +.icon-bg { + display: inline-block; + background: url(../img/icons/icons.png) no-repeat; + width: 80px; + height: 80px; +} + +.icon-1 { + background-position: -10px -10px; +} + +.icon-2 { + background-position: -110px -10px; +} + +.icon-3 { + background-position: -210px -10px; +} + +.icon-plugin-1 { + background-position: 0 100%; + width: 115px; + height: 115px; +} + +.icon-plugin-2 { + background-position: -115px 100%; + width: 115px; + height: 115px; +} + +.icon-feature-1 { + background-position: -20px -110px; +} + +.icon-feature-2 { + background-position: -120px -110px; +} + +.icon-feature-3 { + background-position: -220px -110px; +} + +.icon-feature-4 { + background-position: -320px -110px; +} + +.icon-feature-5 { + background-position: -420px -110px; +} + +.icon-feature-6 { + background-position: -520px -110px; +} + +.icon-feature-7 { + background-position: -620px -110px; +} + +.icon-feature-8 { + background-position: -720px -110px; +} + +.icon-feature-9 { + background-position: -820px -110px; +} + +.icon-feature-10 { + background-position: -920px -110px; +} + +.icon-feature-11 { + background-position: -20px -210px; +} + +.icon-feature-12 { + background-position: -120px -210px; +} + +.icon-feature-13 { + background-position: -220px -210px; +} + +.icon-feature-14 { + background-position: -320px -210px; +} + +.icon-feature-15 { + background-position: -420px -210px; +} + +.icon-feature-16 { + background-position: -520px -210px; +} + +.icon-feature-17 { + background-position: -624px -210px; +} + +.icon-feature-18 { + background-position: -720px -210px; +} + +.icon-feature-19 { + background-position: -820px -210px; +} + +.icon-menu-1 { + background-position: -310px -10px; +} + +.icon-menu-2 { + background-position: -410px -10px; +} + +.icon-menu-3 { + background-position: -510px -10px; +} + +.icon-menu-4 { + background-position: -610px -10px; +} + +/* Thumbnails */ +.img-thumbnail { + border-radius: var(--border-radius); + position: relative; +} + +.img-thumbnail img { + border-radius: var(--border-radius); +} + +.img-thumbnail .zoom { + background: var(--grey-500); + border-radius: 100%; + bottom: 8px; + color: var(--light); + display: block; + height: 30px; + padding: 6px; + position: absolute; + right: 8px; + text-align: center; + width: 30px; +} + +.img-thumbnail .zoom i { + font-size: 10px; + left: 0px; + position: relative; + top: -6px; +} + +.img-thumbnail.img-thumbnail-hover-icon { + position: relative; +} + +.img-thumbnail.img-thumbnail-hover-icon img { + position: relative; + z-index: 1; +} + +.img-thumbnail.img-thumbnail-hover-icon:before { + transition: all 0.2s; + background: rgba(0, 0, 0, 0.65); + border-radius: var(--border-radius); + content: ""; + display: block; + position: absolute; + width: 100%; + height: 100%; + left: 0; + top: 0; + bottom: 0; + right: 0; + opacity: 0; + z-index: 2; +} + +.img-thumbnail.img-thumbnail-hover-icon:after { + transition: all 0.2s; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + color: var(--light); + content: "\f067"; + font-size: 18px; + height: 30px; + position: absolute; + top: 30%; + margin-top: -15px; + display: block; + text-align: center; + width: 100%; + opacity: 0; + z-index: 3; +} + +.img-thumbnail.img-thumbnail-hover-icon:hover:before { + opacity: 1; +} + +.img-thumbnail.img-thumbnail-hover-icon:hover:after { + top: 50%; + opacity: 1; +} + +.img-thumbnail a.img-thumbnail-hover-icon { + display: inline-block; +} + +.img-thumbnail.img-thumbnail-no-borders { + border: none; + padding: 0; +} + +/* Image Gallery */ +ul.image-gallery { + list-style: none; + margin: 0; + padding: 0; +} + +ul.image-gallery .image-gallery-item { + margin-bottom: 35px; +} + +/* Thumbnail Gallery */ +ul.thumbnail-gallery { + list-style: none; + margin: 10px 0; + padding: 0; +} + +ul.thumbnail-gallery li { + display: inline-block; + margin: 10px 10px 0 0; + padding: 0; +} + +@media (max-width: 991px) { + .thumbnail { + border: 0; + text-align: center; + } +} + +/* Masonry */ +.masonry .masonry-item:not(.no-default-style) { + width: 25%; +} + +.masonry .masonry-item:not(.no-default-style).w2 { + width: 50%; +} + +.masonry .masonry-item:not(.no-default-style) img { + border-radius: 0 !important; +} + +/* Masonry Loading */ +.masonry-loader { + height: auto; + overflow: visible; + position: relative; +} + +.masonry-loader:after { + transition: all 0.5s; + content: ' '; + background: var(--light); + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + z-index: 1; + opacity: 0; +} + +.masonry-loader .bounce-loader { + display: none; +} + +.masonry-loader.masonry-loader-showing { + height: 200px; + overflow: hidden; +} + +.masonry-loader.masonry-loader-showing:after { + opacity: 1; +} + +.masonry-loader.masonry-loader-showing .bounce-loader { + display: block; +} + +.masonry-loader.masonry-loader-loaded:after { + display: none; +} + +/* Mockup */ +@media (min-width: 992px) { + .mockup-landing-page { + margin-top: -120px; + } +} + +/* Hover Effect 3d */ +.hover-effect-3d { + transform-style: flat !important; +} + +.hover-effect-3d .thumb-info { + will-change: box-shadow; + transition: box-shadow 300ms; +} + +.hover-effect-3d .thumb-info:hover { + box-shadow: 0px 17px 20px -15px var(--dark-rgba-70); +} + +.hover-effect-3d .thumb-info .thumb-info-title { + transition: ease-out opacity .2s !important; +} + +.hover-effect-3d .thumb-info .thumb-info-action { + transition: ease-out opacity .2s !important; +} + +.hover-effect-3d .thumb-info .thumb-info-action .thumb-info-action-icon { + pointer-events: none; +} + +.hover-effect-3d .thumb-info.thumb-info-centered-info .thumb-info-title { + top: 47%; +} + +/* Profile Image */ +.profile-image-outer-container { + margin-top: auto; + margin-bottom: auto; + border-radius: 50%; + position: relative; + cursor: pointer; +} + +.profile-image-outer-container .profile-image-input { + position: absolute; + top: 0; + height: 100%; + opacity: 0; + z-index: 3; + cursor: pointer; +} + +.profile-image-outer-container .profile-image-inner-container { + border-radius: 50%; + padding: 5px; +} + +.profile-image-outer-container .profile-image-inner-container img { + height: 200px; + width: 200px; + border-radius: 50%; + border: 5px solid white; +} + +.profile-image-outer-container .profile-image-inner-container .profile-image-button { + position: absolute; + z-index: 2; + bottom: 15px; + right: 15px; + width: 40px; + height: 40px; + text-align: center; + border-radius: 50%; + line-height: 38px; + transition: ease all 0.1s; +} + +.profile-image-outer-container:hover .profile-image-button { + transform: scale(1.1); +} + +/* Lazy */ +.lazy-bg { + background-image: url(../img/lazy.png); +} + +/* Thumb Gallery */ +.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item { + border: 2px solid var(--grey-100); + transition: ease all 300ms; +} + +.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected { + border: 2px solid #212121; +} + +/* Arrows */ +button.mfp-arrow { + display: flex; + align-items: center; + justify-content: center; + top: 50%; + left: 0; + border-radius: var(--border-radius); + background: var(--dark); + width: 35px; + height: 100px; + color: var(--light); + margin: 0 !important; + transform: translate3d(0, -50%, 0); +} + +button.mfp-arrow:before { + content: none; +} + +button.mfp-arrow:after { + content: "\f053"; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + border: none !important; +} + +button.mfp-arrow.mfp-arrow-left { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +button.mfp-arrow.mfp-arrow-left:after { + margin-left: 0; + margin-top: 0; + position: relative; + top: auto; + left: -2px; + width: auto; + height: auto; +} + +button.mfp-arrow.mfp-arrow-right { + left: auto; + right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +button.mfp-arrow.mfp-arrow-right:after { + content: "\f054"; + margin-left: 0; + margin-top: 0; + position: relative; + top: auto; + left: auto; + right: -2px; + width: auto; + height: auto; +} + +/* Close */ +.mfp-close, +.mfp-close-btn-in .mfp-close { + font-family: "Poppins", Arial, sans-serif; + font-weight: 600; + font-size: 22px; + color: #838383; +} + +/* No Margins */ +.mfp-no-margins img.mfp-img { + padding: 0; +} + +.mfp-no-margins .mfp-figure:after { + top: 0; + bottom: 0; +} + +.mfp-no-margins .mfp-container { + padding: 0; +} + +/* Zoom */ +.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { + opacity: 0.001; + transition: all 0.3s ease-out; +} + +.mfp-with-zoom.mfp-ready .mfp-container { + opacity: 1; +} + +.mfp-with-zoom.mfp-ready.mfp-bg { + opacity: 0.8; +} + +.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { + opacity: 0; +} + +/* Animnate */ +.my-mfp-zoom-in .zoom-anim-dialog { + opacity: 0; + transition: all 0.2s ease-in-out; + transform: scale(0.8); +} + +.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { + opacity: 1; + transform: scale(1); +} + +.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { + transform: scale(0.8); + opacity: 0; +} + +.my-mfp-zoom-in.mfp-bg { + opacity: 0.001; + transition: opacity 0.3s ease-out; +} + +.my-mfp-zoom-in.mfp-ready.mfp-bg { + opacity: 0.8; +} + +.my-mfp-zoom-in.mfp-removing.mfp-bg { + opacity: 0; +} + +.my-mfp-slide-bottom .zoom-anim-dialog { + opacity: 0; + transition: all 0.2s ease-out; + transform: translateY(-20px) perspective(600px) rotateX(10deg); +} + +.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog { + opacity: 1; + transform: translateY(0) perspective(600px) rotateX(0); +} + +.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog { + opacity: 0; + transform: translateY(-10px) perspective(600px) rotateX(10deg); +} + +.my-mfp-slide-bottom.mfp-bg { + opacity: 0.01; + transition: opacity 0.3s ease-out; +} + +.my-mfp-slide-bottom.mfp-ready.mfp-bg { + opacity: 0.8; +} + +.my-mfp-slide-bottom.mfp-removing.mfp-bg { + opacity: 0; +} + +/* Fade */ +.mfp-fade.mfp-bg { + opacity: 0; + transition: all 0.15s ease-out; +} + +.mfp-fade.mfp-bg.mfp-ready { + opacity: 0.8; +} + +.mfp-fade.mfp-bg.mfp-removing { + opacity: 0; +} + +.mfp-fade.mfp-wrap .mfp-content { + opacity: 0; + transition: all 0.15s ease-out; +} + +.mfp-fade.mfp-wrap.mfp-ready .mfp-content { + opacity: 1; +} + +.mfp-fade.mfp-wrap.mfp-removing .mfp-content { + opacity: 0; +} + +/* Dialog */ +.dialog { + background: white; + padding: 20px 30px; + text-align: left; + margin: 40px auto; + position: relative; + max-width: 600px; +} + +.dialog.dialog-xs { + max-width: 200px; +} + +.dialog.dialog-sm { + max-width: 400px; +} + +.dialog.dialog-md { + max-width: 600px; +} + +.dialog.dialog-lg { + max-width: 900px; +} + +.dialog.mfp-close-out .mfp-close { + top: -50px; + right: -15px; + color: var(--light); +} + +/* White Popup Block */ +.white-popup-block { + background: var(--light); + padding: 20px 30px; + text-align: left; + max-width: 600px; + margin: 40px auto; + position: relative; +} + +.white-popup-block.white-popup-block-xs { + max-width: 200px; +} + +.white-popup-block.white-popup-block-sm { + max-width: 400px; +} + +.white-popup-block.white-popup-block-md { + max-width: 600px; +} + +.white-popup-block.white-popup-block-lg { + max-width: 900px; +} + +/* Lightbox Opened */ +html.lightbox-opened.sticky-header-active #header .header-body { + padding-right: 17px; +} + +/* Modal Opened */ +.modal-open { + padding-right: 0 !important; +} + +/* List */ +.list li { + margin-bottom: 13px; +} + +.list.pull-left li { + text-align: left; +} + +.list.list-icons { + list-style: none; + padding-left: 0; + padding-right: 0; +} + +.list.list-icons li { + position: relative; + padding-left: 25px; +} + +.list.list-icons li > [class*="fa-"]:first-child, +.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, +.list.list-icons li a:first-child > .icons:first-child { + position: absolute; + left: 0; + top: 5px; +} + +.list.list-icons.list-icons-style-2 li { + padding-top: 5px; + padding-left: 36px; +} + +.list.list-icons.list-icons-style-2 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { + border-width: 1px; + border-style: solid; + border-radius: 50%; + width: 25px; + height: 25px; + text-align: center; + padding: 4px; + font-size: 0.8em; + line-height: 1.3; +} + +.list.list-icons.list-icons-style-3 li { + padding-top: 5px; + padding-left: 36px; +} + +.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + color: var(--light); + border-radius: 50%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px; + font-size: 0.8em; + line-height: 1.3; +} + +.list.list-icons.list-icons-sm li { + padding-left: 13px; + margin-bottom: 5px; +} + +.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm li a:first-child > .icons:first-child { + font-size: 0.8em; + top: 7px; +} + +.list.list-icons.list-icons-sm.list-icons-style-2 li { + padding-left: 32px; +} + +.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child { + width: 20px; + height: 20px; + padding: 3px; +} + +.list.list-icons.list-icons-sm.list-icons-style-3 li { + padding-left: 32px; +} + +.list.list-icons.list-icons-sm.list-icons-style-3 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child { + width: 20px; + height: 20px; + padding: 3px; +} + +.list.list-icons.list-icons-lg li { + padding-top: 5px; + padding-left: 27px; +} + +.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg li a:first-child > .icons:first-child { + font-size: 1.1em; + line-height: 1.7; +} + +.list.list-icons.list-icons-lg.list-icons-style-2 li { + padding-top: 8px; + padding-left: 42px; +} + +.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child { + width: 30px; + height: 30px; + padding: 4px; +} + +.list.list-icons.list-icons-lg.list-icons-style-3 li { + padding-top: 10px; + padding-left: 46px; +} + +.list.list-icons.list-icons-lg.list-icons-style-3 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child { + width: 36px; + height: 36px; + padding: 4px; +} + +.list.list-icons.list-icons-reverse li { + text-align: right; + padding-right: 25px; + padding-left: 0; +} + +.list.list-icons.list-icons-reverse li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child { + position: absolute; + left: auto; + right: 0; + top: 5px; +} + +.list.list-icons.list-icons-reverse.list-icons-style-2 li { + padding-right: 36px; +} + +.list.list-icons.list-icons-reverse.list-icons-style-3 li { + padding-right: 36px; +} + +.list.list-icons.list-icons-reverse.list-icons-sm li { + padding-left: 0; + padding-right: 13px; +} + +.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li { + padding-right: 32px; +} + +.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li { + padding-right: 32px; +} + +.list.list-icons.list-icons-reverse.list-icons-lg li { + padding-left: 0; + padding-right: 32px; +} + +.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li { + padding-right: 42px; +} + +.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li { + padding-right: 42px; +} + +.list.list-borders li { + border-bottom: 1px solid #eaeaea; + margin-top: 9px; + margin-bottom: 0; + padding-bottom: 9px; +} + +.list.list-borders li:last-child { + border-bottom: 0; +} + +.list.list-side-borders { + border-left: 1px solid #eaeaea; + padding-left: 10px; +} + +.list.list-ordened { + counter-reset: custom-counter; + list-style: none; +} + +.list.list-ordened li { + position: relative; + padding-left: 22px; +} + +.list.list-ordened li:before { + position: absolute; + top: 0; + left: 0; + content: counter(custom-counter); + counter-increment: custom-counter; + font-weight: bold; +} + +.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li { + padding-left: 32px; +} + +.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before { + border-radius: 100%; + border-style: solid; + border-width: 1px; + min-width: 26px; + padding: 0; + text-align: center; +} + +.list.list-ordened.list-ordened-style-3 li:before { + color: var(--light); + border: 0; +} + +.list.list-unstyled { + padding-left: 0; + padding-right: 0; +} + +.list-unstyled { + padding-left: 0; + padding-right: 0; +} + +dl dd { + margin-bottom: 15px; +} + +/* Sitemap */ +ul.sitemap > li > a { + font-weight: bold; +} + +ul.sitemap.list li { + margin: 0 0 3px 0; +} + +ul.sitemap.list ul { + margin-bottom: 5px; + margin-top: 5px; +} + +/* Lists - Skin */ +.list.list-icons li > [class*="fa-"]:first-child, +.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, +.list.list-icons li a:first-child > .icons:first-child { + color: var(--primary); + border-color: var(--primary); +} + +.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--primary); +} + +.list.list-ordened li:before { + color: var(--primary); + border-color: var(--primary); +} + +.list.list-ordened.list-ordened-style-3 li:before { + background-color: var(--primary); +} + +.list-primary.list-icons li > [class*="fa-"]:first-child, +.list-primary.list-icons li > .icons:first-child, .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-primary.list-icons li a:first-child > .icons:first-child { + color: var(--primary); + border-color: var(--primary); +} + +.list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-primary.list-icons.list-icons-style-3 li > .icons:first-child, .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--primary); + color: var(--primary-inverse); +} + +.list-primary.list-ordened li:before { + color: var(--primary); +} + +.list-primary.list-ordened.list-ordened-style-3 li:before { + background-color: var(--primary); + color: var(--primary-inverse); +} + +.list-secondary.list-icons li > [class*="fa-"]:first-child, +.list-secondary.list-icons li > .icons:first-child, .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-secondary.list-icons li a:first-child > .icons:first-child { + color: var(--secondary); + border-color: var(--secondary); +} + +.list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-secondary.list-icons.list-icons-style-3 li > .icons:first-child, .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--secondary); + color: var(--secondary-inverse); +} + +.list-secondary.list-ordened li:before { + color: var(--secondary); +} + +.list-secondary.list-ordened.list-ordened-style-3 li:before { + background-color: var(--secondary); + color: var(--secondary-inverse); +} + +.list-tertiary.list-icons li > [class*="fa-"]:first-child, +.list-tertiary.list-icons li > .icons:first-child, .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-tertiary.list-icons li a:first-child > .icons:first-child { + color: var(--tertiary); + border-color: var(--tertiary); +} + +.list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child, .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--tertiary); + color: var(--tertiary-inverse); +} + +.list-tertiary.list-ordened li:before { + color: var(--tertiary); +} + +.list-tertiary.list-ordened.list-ordened-style-3 li:before { + background-color: var(--tertiary); + color: var(--tertiary-inverse); +} + +.list-quaternary.list-icons li > [class*="fa-"]:first-child, +.list-quaternary.list-icons li > .icons:first-child, .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-quaternary.list-icons li a:first-child > .icons:first-child { + color: var(--quaternary); + border-color: var(--quaternary); +} + +.list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child, .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--quaternary); + color: var(--quaternary-inverse); +} + +.list-quaternary.list-ordened li:before { + color: var(--quaternary); +} + +.list-quaternary.list-ordened.list-ordened-style-3 li:before { + background-color: var(--quaternary); + color: var(--quaternary-inverse); +} + +.list-dark.list-icons li > [class*="fa-"]:first-child, +.list-dark.list-icons li > .icons:first-child, .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-dark.list-icons li a:first-child > .icons:first-child { + color: var(--dark); + border-color: var(--dark); +} + +.list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-dark.list-icons.list-icons-style-3 li > .icons:first-child, .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--dark); + color: var(--dark-inverse); +} + +.list-dark.list-ordened li:before { + color: var(--dark); +} + +.list-dark.list-ordened.list-ordened-style-3 li:before { + background-color: var(--dark); + color: var(--dark-inverse); +} + +.list-light.list-icons li > [class*="fa-"]:first-child, +.list-light.list-icons li > .icons:first-child, .list-light.list-icons li a:first-child > [class*="fa-"]:first-child, +.list-light.list-icons li a:first-child > .icons:first-child { + color: var(--light); + border-color: var(--light); +} + +.list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list-light.list-icons.list-icons-style-3 li > .icons:first-child, .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: var(--light); + color: var(--light-inverse); +} + +.list-light.list-ordened li:before { + color: var(--light); +} + +.list-light.list-ordened.list-ordened-style-3 li:before { + background-color: var(--light); + color: var(--light-inverse); +} + +/* Loading Overlay */ +.loading-overlay-showing { + overflow: hidden; +} + +.loading-overlay-showing > .loading-overlay { + opacity: 1; + visibility: visible; +} + +.loading-overlay { + transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out; + bottom: 0; + left: 0; + position: absolute; + opacity: 0; + right: 0; + top: 0; + visibility: hidden; + background: #FFF !important; +} + +body > .loading-overlay { + position: fixed; + z-index: 999999; +} + +/* Bounce Loading */ +.bounce-loader { + transition: all 0.2s; + margin: -9px 0 0 -35px; + text-align: center; + width: 70px; + left: 50%; + position: absolute; + top: 50%; + z-index: 10000; +} + +.bounce-loader .bounce1, +.bounce-loader .bounce2, +.bounce-loader .bounce3 { + animation: 1.4s ease-in-out 0s normal both infinite bouncedelay; + background-color: var(--grey-500); + border-radius: 100%; + box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); + display: inline-block; + height: 18px; + width: 18px; +} + +.bounce-loader .bounce1 { + animation-delay: -0.32s; +} + +.bounce-loader .bounce2 { + animation-delay: -0.16s; +} + +@keyframes bouncedelay { + 0%, 80%, 100% { + transform: scale(0); + } + + 40% { + transform: scale(1); + } +} + +html.safari.iphone .bounce-loader .bounce1, +html.safari.iphone .bounce-loader .bounce2, +html.safari.iphone .bounce-loader .bounce3 { + animation: 1.4s ease-in-out infinite bouncedelay; +} + +/* Loading Overlay Percentage */ +.loading-overlay.loading-overlay-percentage { + display: flex; + align-items: center; + justify-content: center; +} + +.loading-overlay.loading-overlay-percentage .page-loader-progress-wrapper { + display: flex; + font-size: 65.6px; + font-size: 4.1rem; + font-weight: bold; + letter-spacing: -1.5px; + color: #212121; +} + +.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .loading-overlay-background-layer { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + width: 0px; + background: #f4f4f4; + z-index: 0; + transition: ease width 300ms; +} + +.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .page-loader-progress-wrapper { + position: relative; + z-index: 1; +} + +/* Cubes Effect */ +.cssload-thecube { + width: 40px; + height: 40px; + margin: 0 auto; + margin-top: -20px; + position: relative; + transform: rotateZ(45deg); +} + +.cssload-thecube .cssload-cube { + position: relative; + float: left; + width: 50%; + height: 50%; + transform: rotateZ(45deg); + transform: scale(1.1); +} + +.cssload-thecube .cssload-cube:before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: var(--grey-500); + animation: cssload-fold-thecube 1.68s infinite linear both; + transform-origin: 100% 100%; +} + +.cssload-thecube .cssload-c2 { + transform: scale(1.1) rotateZ(90deg); +} + +.cssload-thecube .cssload-c2:before { + animation-delay: 0.205s; +} + +.cssload-thecube .cssload-c3 { + transform: scale(1.1) rotateZ(180deg); +} + +.cssload-thecube .cssload-c3:before { + animation-delay: 0.42s; +} + +.cssload-thecube .cssload-c4 { + transform: scale(1.1) rotateZ(270deg); +} + +.cssload-thecube .cssload-c4:before { + animation-delay: 0.625s; +} + +@keyframes cssload-fold-thecube { + 0%, 10% { + transform: perspective(129px) rotateX(-180deg); + opacity: 0; + } + + 25%, + 75% { + transform: perspective(129px) rotateX(0deg); + opacity: 1; + } + + 90%, + 100% { + transform: perspective(129px) rotateY(180deg); + opacity: 0; + } +} + +/* Cube Progress Effect */ +.cssload-cube-progress { + display: block; + margin: 0 auto; + width: 29px; + height: 29px; + position: relative; + border: 4px solid var(--grey-500); + animation: cssload-cube-progress 2.3s infinite ease; +} + +.cssload-cube-progress-inner { + vertical-align: top; + display: inline-block; + width: 100%; + background-color: var(--grey-500); + animation: cssload-cube-progress-inner 2.3s infinite ease-in; +} + +@keyframes cssload-cube-progress { + 0% { + transform: rotate(0deg); + } + + 25% { + transform: rotate(180deg); + } + + 50% { + transform: rotate(180deg); + } + + 75% { + transform: rotate(360deg); + } + + 100% { + transform: rotate(360deg); + } +} + +@keyframes cssload-cube-progress-inner { + 0% { + height: 0%; + } + + 25% { + height: 0%; + } + + 50% { + height: 100%; + } + + 75% { + height: 100%; + } + + 100% { + height: 0%; + } +} + +/* Float Rings Effect */ +.cssload-float-rings-loader { + position: relative; + left: calc(50% - 15px); + width: 40px; + height: 40px; + border-radius: 50%; + perspective: 380px; +} + +.cssload-float-rings-inner { + position: absolute; + width: 100%; + height: 100%; + box-sizing: border-box; + border-radius: 50%; +} + +.cssload-float-rings-inner.cssload-one { + left: 0%; + top: 0%; + animation: cssload-rotate-one 1.15s linear infinite; + border-bottom: 1px solid var(--grey-500); +} + +.cssload-float-rings-inner.cssload-two { + right: 0%; + top: 0%; + animation: cssload-rotate-two 1.15s linear infinite; + border-right: 1px solid var(--grey-500); +} + +.cssload-float-rings-inner.cssload-three { + right: 0%; + bottom: 0%; + animation: cssload-rotate-three 1.15s linear infinite; + border-top: 1px solid var(--grey-500); +} + +@keyframes cssload-rotate-one { + 0% { + transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); + } + + 100% { + transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); + } +} + +@keyframes cssload-rotate-two { + 0% { + transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); + } + + 100% { + transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); + } +} + +@keyframes cssload-rotate-three { + 0% { + transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); + } + + 100% { + transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); + } +} + +/* Float Bars Effect */ +.cssload-float-bars-container { + margin: -70px auto 0 auto; + max-width: 545px; + transform: rotate(90deg); +} + +.cssload-float-bars-container * { + box-sizing: border-box; +} + +.cssload-float-bars-container ul li { + list-style: none; +} + +.cssload-float-bars-flex-container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; +} + +.cssload-float-bars-flex-container li { + padding: 10px; + height: 97px; + width: 97px; + margin: 29px 19px; + position: relative; + text-align: center; +} + +.cssload-float-bars-loading, +.cssload-float-bars-loading:after, +.cssload-float-bars-loading:before { + display: inline-block; + position: relative; + width: 5px; + height: 49px; + background: var(--grey-500); + margin-top: 5px; + border-radius: 975px; + animation: cssload-upDown2 1.15s ease infinite; + animation-direction: alternate; + animation-delay: 0.29s; +} + +.cssload-float-bars-loading:after, +.cssload-float-bars-loading:before { + position: absolute; + content: ''; + animation: cssload-upDown 1.15s ease infinite; + animation-direction: alternate; +} + +.cssload-float-bars-loading:before { + left: -10px; +} + +.cssload-float-bars-loading:after { + left: 10px; + animation-delay: 0.58s; +} + +@keyframes cssload-upDown { + from { + transform: translateY(19px); + } + + to { + transform: translateY(-19px); + } +} + +@keyframes cssload-upDown2 { + from { + transform: translateY(29px); + } + + to { + transform: translateY(-19px); + } +} + +/* Speeding Wheel */ +.cssload-speeding-wheel-container { + width: 100%; + height: 49px; + text-align: center; +} + +.cssload-speeding-wheel { + width: 49px; + height: 49px; + margin: 0 auto; + border: 3px solid var(--grey-500); + border-radius: 50%; + border-left-color: transparent; + border-right-color: transparent; + animation: cssload-spin 575ms infinite linear; +} + +@keyframes cssload-spin { + 100% { + transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/* Zenith Effect */ +.cssload-zenith-container { + width: 100%; + height: 49px; + text-align: center; +} + +.cssload-zenith { + width: 49px; + height: 49px; + margin: 0 auto; + border-radius: 50%; + border-top-color: transparent; + border-left-color: transparent; + border-right-color: transparent; + box-shadow: 3px 3px 1px var(--grey-500); + animation: cssload-spin 690ms infinite linear; +} + +@keyframes cssload-spin { + 100% { + transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/* Spinning Square Effect */ +.cssload-spinning-square-loading { + position: relative; + width: 30px; + height: 30px; + background: var(--grey-500); + display: block; + margin: auto; + animation: 1.15s cssload-spin infinite; +} + +.cssload-spinning-square-loading:before, .cssload-spinning-square-loading:after { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + animation: 0.58s infinite alternate linear; +} + +.cssload-spinning-square-loading:before { + background: #999; + animation-name: cssload-blur1; +} + +.cssload-spinning-square-loading:after { + background: white; + animation-name: cssload-blur2; +} + +@keyframes cssload-spin { + to { + transform: rotate(360deg); + } +} + +@keyframes cssload-blur1 { + to { + transform: rotate(-30deg); + } +} + +@keyframes cssload-blur2 { + to { + transform: rotate(-15deg); + } +} + +/* Pulse */ +.wrapper-pulse { + margin-top: -60px; +} + +.cssload-pulse-loader { + width: 49px; + height: 49px; + border-radius: 50%; + margin: 3em; + display: inline-block; + position: relative; + vertical-align: middle; + background: black; +} + +.cssload-pulse-loader, +.cssload-pulse-loader:before, +.cssload-pulse-loader:after { + animation: 1.15s infinite ease-in-out; +} + +.cssload-pulse-loader:before, +.cssload-pulse-loader:after { + width: 100%; + height: 100%; + border-radius: 50%; + position: absolute; + top: 0; + left: 0; +} + +.cssload-pulse-loader { + animation-name: cssload-pulse-loader; +} + +@keyframes cssload-pulse-loader { + from { + transform: scale(0); + opacity: 1; + } + + to { + transform: scale(1); + opacity: 0; + } +} + +/* Loading Overlay - Skin */ +/* Cubes - Skin */ +.cssload-thecube .cssload-cube:before { + background-color: var(--primary); +} + +/* CubeProgress - Skin */ +.cssload-cube-progress { + border-color: var(--primary); +} + +.cssload-cube-progress-inner { + background-color: var(--primary); +} + +/* Float Rings - Skin */ +.cssload-float-rings-inner.cssload-one { + border-bottom-color: var(--primary); +} + +.cssload-float-rings-inner.cssload-two { + border-right-color: var(--primary); +} + +.cssload-float-rings-inner.cssload-three { + border-top-color: var(--primary); +} + +/* Float Bars - Skin */ +.cssload-float-bars-loading, +.cssload-float-bars-loading:after, +.cssload-float-bars-loading:before { + background: var(--primary); +} + +/* Speeding Wheel - Skin */ +.cssload-speeding-wheel { + border-top-color: var(--primary); + border-bottom-color: var(--primary); +} + +/* Zenith - Skin */ +.cssload-zenith { + box-shadow: 3px 3px 1px var(--primary); +} + +/* Spinning Square Effect - Skin */ +.cssload-spinning-square-loading { + background: var(--primary); +} + +.cssload-spinning-square-loading:before { + background: var(--secondary); +} + +.cssload-spinning-square-loading:after { + background: var(--primary-inverse); +} + +/* Pulse Effect - Skin */ +.cssload-pulse-loader { + background: var(--primary); +} + +/* Maps */ +.google-map { + background: #E5E3DF; + height: 400px; + margin: -35px 0 30px 0; + width: 100%; +} + +.google-map.small { + height: 250px; + border-radius: 6px; + margin: 0; + clear: both; +} + +.google-map img { + max-width: 9999px; +} + +.google-map-borders { + border: 1px solid #DDD; + padding: 4px; + border-radius: var(--border-radius); +} + +/* Map Pins */ +@keyframes mapPinPulse { + from { + transform: scale(1); + opacity: 0.7; + } + + to { + transform: scale(10); + opacity: 0; + } +} + +/* Map Info Window */ +.map-info-window { + position: absolute; + bottom: 30px; + left: 50%; + font-size: 12.8px; + font-size: 0.8rem; + background: var(--light); + border-radius: var(--border-radius); + padding: 15px 20px; + white-space: nowrap; + transform: translate3d(-50%, 0, 0); +} + +.map-info-window:after { + content: ''; + position: absolute; + bottom: -7px; + left: 50%; + transform: translate3d(-50%, 0, 0); + width: 0; + height: 0; + border-top: 7px solid #FFF; + border-left: 7px solid transparent; + border-right: 7px solid transparent; +} + +.map-info-window .map-info-window-close { + position: absolute; + top: 3px; + right: 3px; +} + +.map-rounded-pin { + width: 13px; + height: 13px; + background: var(--grey-500); + border-radius: 100%; +} + +.map-rounded-pin.map-rounded-pin-animated { + position: relative; +} + +.map-rounded-pin.map-rounded-pin-animated:before, .map-rounded-pin.map-rounded-pin-animated:after { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: inherit; + border-radius: inherit; + animation-name: mapPinPulse; + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-delay: 1s; +} + +.map-rounded-pin.map-rounded-pin-animated:after { + animation-delay: 1.250s; +} + +/* Map Pin - Skin */ +.map-rounded-pin { + background: var(--primary); +} + +/* Google Map on Footer */ +.google-map-footer { + margin: 35px 0 -50px !important; +} + +/* RTL Popup */ +html[dir="rtl"] .gm-style .gm-style-iw-c { + padding: 20px 20px 0 0 !important; +} + +/* Pre */ +pre { + background: var(--grey-100); + border: 1px solid #e8e8e8; + border-radius: var(--border-radius); + padding: 15px; +} + +/* Alternative Font - Skin */ +.alternative-font { + color: var(--primary); +} + +/* Blockquote - Skin */ +.blockquote-primary { + border-color: var(--primary) !important; +} + +.blockquote-secondary { + border-color: var(--secondary) !important; +} + +.blockquote-tertiary { + border-color: var(--tertiary) !important; +} + +.blockquote-quaternary { + border-color: var(--quaternary) !important; +} + +.blockquote-dark { + border-color: var(--dark) !important; +} + +.blockquote-light { + border-color: var(--light) !important; +} + +/* Drop Caps - Skin */ +p.drop-caps:first-letter { + color: var(--primary); +} + +p.drop-caps.drop-caps-style-2:first-letter { + background-color: var(--primary); +} + +/* Offset Anchor */ +.offset-anchor { + display: block; + position: relative; + visibility: hidden; + top: -100px; +} + +@media (max-width: 991px) { + .offset-anchor { + top: 0; + } +} + +/* Alerts */ +.alert [class*="fa-"], .alert .icons { + margin-right: 8px; + font-size: 1.1em; +} + +.alert ul { + padding: 0; + margin: 7px 0 0 40px; +} + +.alert ul li { + font-size: 0.9em; +} + +.alert.alert-sm { + padding: 5px 10px; + font-size: 0.9em; +} + +.alert.alert-lg { + padding: 20px; + font-size: 1.2em; +} + +.alert.alert-dark { + background-color: var(--dark--300); + border-color: var(--dark--300); + color: var(--light); +} + +.alert.alert-dark .alert-link { + color: var(--light); +} + +/* Alerts - Skin */ +.alert-primary { + background-color: var(--primary); + border-color: var(--primary-100); + color: var(--primary-inverse); +} + +.alert-primary .alert-link { + color: var(--primary-inverse); +} + +.alert-secondary { + background-color: var(--secondary); + border-color: var(--secondary-100); + color: var(--secondary-inverse); +} + +.alert-secondary .alert-link { + color: var(--secondary-inverse); +} + +.alert-tertiary { + background-color: var(--tertiary); + border-color: var(--tertiary-100); + color: var(--tertiary-inverse); +} + +.alert-tertiary .alert-link { + color: var(--tertiary-inverse); +} + +.alert-quaternary { + background-color: var(--quaternary); + border-color: var(--quaternary-100); + color: var(--quaternary-inverse); +} + +.alert-quaternary .alert-link { + color: var(--quaternary-inverse); +} + +.alert-dark { + background-color: var(--dark); + border-color: var(--dark-100); + color: var(--dark-inverse); +} + +.alert-dark .alert-link { + color: var(--dark-inverse); +} + +.alert-light { + background-color: var(--light); + border-color: var(--light-100); + color: var(--light-inverse); +} + +.alert-light .alert-link { + color: var(--light-inverse); +} + +/* Ratio */ +.ratio.ratio-soundcloud { + padding-bottom: 19.25%; +} + +.ratio.ratio-borders { + border: 1px solid #DDD; + padding: 4px; + border-radius: var(--border-radius); +} + +.ratio.ratio-borders > * { + top: 4px; + left: 4px; + width: calc( 100% - 8px); + height: calc( 100% - 8px); +} + +/* Alert Admin */ +.alert-admin { + margin: 25px 0; +} + +.alert-admin img { + margin: -50px 0 0; +} + +.alert-admin .btn { + margin: 0 0 -15px; +} + +.alert-admin p { + color: #444; +} + +.alert-admin h4 { + color: #111; + font-size: 1.2em; + font-weight: 600; + text-transform: uppercase; +} + +.alert-admin .warning { + color: #B20000; +} + +/* Not Included */ +.not-included { + color: #b7b7b7; + display: block; + font-size: 0.8em; + font-style: normal; + margin: -4px 0; + padding: 0; +} + +/* Tip */ +.tip { + display: inline-block; + padding: 0 5px; + background: var(--light); + color: #111; + text-shadow: none; + border-radius: 3px; + margin-left: 8px; + position: relative; + text-transform: uppercase; + font-size: 10px; + font-weight: bold; +} + +.tip:before { + right: 100%; + top: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-color: rgba(255, 255, 255, 0); + border-right-color: var(--light); + border-width: 5px; + margin-top: -5px; +} + +.tip.skin { + color: var(--light); +} + +/* Ajax Box */ +.ajax-box { + transition: all 0.2s; + position: relative; +} + +.ajax-box .ajax-box-content { + transition: all 0.2s; + opacity: 1; + overflow: hidden; + height: auto; +} + +.ajax-box .bounce-loader { + opacity: 0; +} + +.ajax-box.ajax-box-init { + height: 0; +} + +.ajax-box.ajax-box-loading { + height: 300px; +} + +.ajax-box.ajax-box-loading .ajax-box-content { + opacity: 0; + height: 300px; +} + +.ajax-box.ajax-box-loading .bounce-loader { + opacity: 1; +} + +/* Notice Top Bar */ +.notice-top-bar { + position: fixed; + top: 0; + left: 0; + width: 100%; + background: #d01a34; + z-index: -1; +} + +.notice-top-bar .notice-button { + background: rgba(235, 34, 63, 0.7); + color: var(--light); + border-radius: 35px; + transition: ease background 300ms; + text-decoration: none; +} + +.notice-top-bar .notice-button:hover { + background: #eb223f; +} + +.notice-top-bar .notice-top-bar-close { + position: absolute; + top: 7px; + right: 7px; +} + +/* Hover effetcs */ +.hover-effect-1:not(.portfolio-item) { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0); + transition: ease transform 300ms, ease box-shadow 300ms; +} + +.hover-effect-1:not(.portfolio-item):hover { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4); + transform: translate3d(0, -15px, 0); +} + +.hover-effect-1.portfolio-item { + transition: ease transform 300ms; +} + +.hover-effect-1.portfolio-item .thumb-info, +.hover-effect-1.portfolio-item .owl-carousel { + box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06); + transition: ease box-shadow 300ms; +} + +.hover-effect-1.portfolio-item:hover .thumb-info, +.hover-effect-1.portfolio-item:hover .owl-carousel, .hover-effect-1.portfolio-item.show .thumb-info, +.hover-effect-1.portfolio-item.show .owl-carousel { + box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4); +} + +.hover-effect-1 a { + transition: ease color 300ms; +} + +.hover-effect-2 { + opacity: 1; + transition: ease opacity 300ms; +} + +.hover-effect-2:hover { + opacity: 0.85; +} + +.hover-effect-3 { + opacity: 0.3; + transition: ease opacity 300ms; +} + +.hover-effect-3:hover { + opacity: 1; +} + +/* Sticky Wrapper */ +.sticky-wrapper { + position: fixed; + width: 100% !important; + z-index: 11; +} + +.sticky-wrapper .sticky-body { + display: flex; + background: var(--light); + width: 100%; + z-index: 10; + transition: ease background 300ms; +} + +.sticky-wrapper.sticky-wrapper-transparent .sticky-body { + background: transparent; +} + +.sticky-wrapper.sticky-wrapper-effect-1 { + position: absolute !important; +} + +.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body { + position: fixed; + background: var(--light); + animation: headerReveal 0.4s ease-in; +} + +.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body { + background: var(--dark); +} + +.sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); +} + +/* Curved Border */ +.curved-border { + position: relative; + min-height: 7.2vw; +} + +.curved-border:after { + content: ''; + background-image: url(../img/curved-border.svg); + background-size: 100% 100%; + background-position: center; + position: absolute; + left: 0; + bottom: -2px; + width: 100vw; + height: 7.2vw; + z-index: 20; +} + +.curved-border.curved-border-top:after { + top: -2px; + bottom: auto; + transform: rotateX(180deg); +} + +/* Vertical Divider */ +.vertical-divider { + display: inline; + border-left: 1px solid rgba(255, 255, 255, 0.1); + border-right: 1px solid transparent; +} + +/* Star Rating */ +.rating-container .filled-stars { + text-shadow: none !important; + -webkit-text-stroke: 0 !important; +} + +.rating-container .star { + margin: 0 1px; +} + +.rating-invisible { + height: 27px; + visibility: hidden !important; +} + +.rating-xs { + font-size: 12px; +} + +/* Image Hotspots */ +.image-hotspots { + position: relative; +} + +.image-hotspot { + cursor: pointer; + position: absolute; +} + +.image-hotspot strong { + color: var(--light); + z-index: 5; + font-size: 0.75em; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + font-weight: 600 !important; +} + +.image-hotspot .circle { + position: absolute; + left: 50%; + top: 50%; + width: 28px; + height: 28px; + margin: -0.666em auto auto -0.666em; + background: var(--grey-500); + border-radius: 50%; + opacity: 0.6; + transform-origin: 50% 50%; + transition: opacity .2s ease-in, transform .1s ease-out; + color: white; + font-size: 1.5em; + padding: 0; + text-align: center; + line-height: 28px; + overflow: hidden; +} + +.image-hotspot .ring { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 2em; + height: 2em; + margin: -1em auto auto -1em; + transform-origin: 50% 50%; + border-radius: 50%; + border: 1px solid var(--grey); + opacity: 0; + animation: hotspot-pulsate 3s ease-out infinite; +} + +/* Page Transition */ +body[data-plugin-page-transition] { + transition: ease opacity 300ms; +} + +body.page-transition-active { + opacity: 0 !important; +} + +/* +Image 360º Viewer +Credits: Codyhouse (https://codyhouse.co/gem/360-degrees-product-viewer) +*/ +.cd-product-viewer-wrapper { + text-align: center; + padding: 2em 0; +} + +.cd-product-viewer-wrapper > div { + display: inline-block; +} + +@media (max-width: 1199px) { + .cd-product-viewer-wrapper > div { + width: 100% !important; + } +} + +.cd-product-viewer-wrapper .product-viewer { + position: relative; + z-index: 1; + display: inline-block; + overflow: hidden; +} + +@media (max-width: 1199px) { + .cd-product-viewer-wrapper .product-viewer { + width: 100% !important; + } +} + +.cd-product-viewer-wrapper img { + display: block; + position: relative; + width: 100%; + z-index: 1; +} + +.cd-product-viewer-wrapper .product-sprite { + position: absolute; + z-index: 2; + top: 0; + left: 0; + height: 100%; + width: 1600%; + background-size: 100%; + background-repeat: no-repeat; + background-position: center center; + opacity: 0; + transition: ease opacity 300ms; +} + +.cd-product-viewer-wrapper.loaded .product-sprite { + opacity: 1; + cursor: ew-resize; +} + +.cd-product-viewer-handle { + position: relative; + z-index: 2; + width: 60%; + max-width: 300px; + border-radius: 50em; + margin: 1em auto 3em; + height: 4px; +} + +.cd-product-viewer-handle .fill { + position: absolute; + z-index: 1; + left: 0; + top: 0; + height: 100%; + width: 100%; + border-radius: inherit; + background: var(--dark); + transform: scaleX(0); + transform-origin: left center; + transition: ease transform 500ms; +} + +.no-csstransitions .cd-product-viewer-handle .fill { + display: none; +} + +.loaded .cd-product-viewer-handle .fill { + opacity: 1; + background-image: none !important; + transition: ease transform 300ms, ease opacity 200ms 300ms; +} + +.cd-product-viewer-handle .handle { + position: absolute; + z-index: 2; + display: inline-block; + height: 44px; + width: 44px; + left: 0; + top: -20px; + background: var(--dark); + border-radius: 50%; + border: 2px solid var(--dark); + text-indent: 100%; + white-space: nowrap; + overflow: hidden; + color: transparent; + transform: translateX(-50%) scale(0); + transition: ease box-shadow 200ms; +} + +.cd-product-viewer-handle .handle .bars { + position: absolute; + top: 50%; + left: 50%; + width: 4px; + height: 20px; + background: var(--light); + transform: translate3d(-50%, -50%, 0); +} + +.cd-product-viewer-handle .handle .bars:before, .cd-product-viewer-handle .handle .bars:after { + content: ''; + position: absolute; + top: 50%; + width: 4px; + height: 60%; + background: var(--light); + transform: translate3d(0, -50%, 0); +} + +.cd-product-viewer-handle .handle .bars:before { + left: -8px; +} + +.cd-product-viewer-handle .handle .bars:after { + right: -8px; +} + +.loaded .cd-product-viewer-handle .handle { + transform: translateX(-50%) scale(1); + animation: cd-bounce 300ms 300ms; + animation-fill-mode: both; + cursor: ew-resize; +} + +@keyframes cd-bounce { + 0% { + transform: translateX(-50%) scale(0); + } + + 60% { + transform: translateX(-50%) scale(1.1); + } + + 100% { + transform: translateX(-50%) scale(1); + } +} + +/* 360º Image Viewer - Skin */ +.cd-product-viewer-handle .handle { + background: var(--primary); +} + +/* Payment CC */ +.payment-cc { + display: flex; +} + +.payment-cc > i { + font-size: 32px; + font-size: 2rem; + transition: ease color 300ms; +} + +.payment-cc > i + i { + margin-left: 10px; +} + +.payment-cc > i:hover { + color: var(--light); +} + +.payment-cc.payment-cc-no-hover-effect > i:hover { + color: inherit; +} + +/* PORTO Big Title */ +.porto-big-title { + letter-spacing: -22px; + font-size: 144px; + font-size: 9rem; + line-height: 0.8; +} + +@media (max-width: 575px) { + .porto-big-title { + letter-spacing: -18px; + font-size: 7rem; + } +} + +/* Read More Rendered (JS Plugin) */ +.readmore-rendered { + position: relative; + overflow: hidden; +} + +.readmore-rendered .readmore-overlay { + position: absolute; + bottom: 0px; + left: 0px; + width: 100%; + z-index: 1; +} + +.readmore-rendered .readmore-button-wrapper { + position: absolute; + bottom: 0px; + left: 0px; + width: 100%; + z-index: 2; +} + +/* Style Switcher Open Loader Button */ +.style-switcher-open-loader { + color: var(--light) !important; + background-color: #151719; + display: block; + height: 40px; + position: fixed; + left: 0; + top: 135px; + width: 40px; + font-size: 12px; + line-height: 40px; + color: var(--light); + text-align: center; + text-decoration: none; + border-radius: 0 4px 4px 0; + z-index: 9999; +} + +.style-switcher-open-loader.style-switcher-open-loader-loading > i { + animation-name: basicRotation; + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +.style-switcher-open-loader.style-switcher-open-loader-loading > i:before { + content: "\f1ce"; +} + +.style-switcher-open-loader .style-switcher-tooltip { + visibility: hidden; + opacity: 0; + position: absolute; + top: 50%; + left: calc(100% + 20px); + width: 200px; + background: #282d31; + text-align: left; + padding: 22.4px; + padding: 1.4rem; + border-radius: var(--border-radius); + box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2); + transform: translate3d(-20px, -50%, 0); + transition: ease opacity 300ms, ease transform 300ms; +} + +.style-switcher-open-loader .style-switcher-tooltip:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: -10px; + width: 0; + height: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + border-right: 10px solid #282d31; + transform: translate3d(0, -50%, 0); +} + +.style-switcher-open-loader .style-switcher-tooltip > strong { + font-size: 13.6px; + font-size: 0.85rem; + font-family: "Open Sans"; + line-height: 1.3; + display: block; + margin-bottom: 8px; + margin-bottom: 0.5rem; +} + +.style-switcher-open-loader .style-switcher-tooltip > p { + color: #e2e2e2; + font-size: 12.8px; + font-size: 0.8rem; + line-height: 1.5; + margin-bottom: 0; + opacity: 0.8; +} + +.style-switcher-open-loader .style-switcher-tooltip.active { + visibility: visible; + opacity: 1; + transform: translate3d(0, -50%, 0); +} + +@media (max-width: 767px) { + .style-switcher-open-loader { + display: none; + } +} + +/* Envato Frame */ +.remove-envato-frame { + background: #404040; + border-radius: 0 0 4px 4px; + top: 0; + color: var(--light); + display: block; + height: 9px; + padding: 10px 20px 35px; + position: fixed; + right: 5px; + text-align: center; + text-decoration: none; + min-width: 50px; + z-index: 10000; + font-size: 0.8em; + opacity: 0.7; +} + +.remove-envato-frame:hover { + opacity: 0.9; + text-decoration: none; + color: var(--light); +} + +.remove-envato-frame:before { + font-family: 'Font Awesome 6 Free'; + content: "\f00d" !important; + font-weight: 900; + display: inline-block; + padding-right: 5px; +} + +@media (max-width: 991px) { + .remove-envato-frame { + display: none !important; + } +} + +/* Envato Buy Redirect and Demos */ +.envato-buy-redirect, .demos-redirect { + color: var(--light) !important; + background-color: #151719; + display: block; + height: 40px; + position: fixed; + left: 0; + top: 176px; + width: 40px; + font-size: 12px; + line-height: 40px; + color: var(--light); + text-align: center; + text-decoration: none; + border-radius: 0 4px 4px 0; + z-index: 9998; +} + +.demos-redirect { + top: 217px; +} + +.demos-redirect img { + max-width: 16px; + max-height: 16px; +} + +@media (max-width: 767px) { + .envato-buy-redirect, .demos-redirect { + display: none; + } +} + +/* Video */ +[data-plugin-video] { + position: relative; +} + +[data-plugin-video] > img { + position: relative; + z-index: 1; +} + +[data-plugin-video] > video { + position: absolute; + top: 0; + left: 0; + width: 100%; + z-index: 0; +} + +[data-plugin-video] > video.active { + z-index: 1; +} + +/* Cursor Effect */ +.cursor-outer { + position: fixed; + left: 0; + top: 0; + width: 40px; + height: 40px; + border: 1px solid var(--grey-500); + border-radius: 100%; + pointer-events: none; + z-index: 9998; + transition: ease-out all .08s .010s; +} + +.cursor-outer.cursor-outer-fit { + left: 0 !important; + top: 0 !important; +} + +.cursor-outer.cursor-color-light { + border-color: var(--light) !important; +} + +.cursor-outer.cursor-color-dark { + border-color: #212121 !important; +} + +.cursor-inner { + position: fixed; + left: 17px; + top: 17px; + width: 6px; + height: 6px; + background: var(--grey-500); + border-radius: 100%; + pointer-events: none; + z-index: 9999; + transition: all .08s ease-out; +} + +.cursor-inner.cursor-inner-plus { + display: flex; + align-items: center; + justify-content: center; + background-color: transparent !important; +} + +.cursor-inner.cursor-inner-plus:before { + content: '+'; + color: var(--light); + font-size: 27.2px; + font-size: 1.7rem; +} + +.cursor-inner.cursor-color-light:not(.cursor-inner-plus) { + background-color: var(--light) !important; +} + +.cursor-inner.cursor-color-light.cursor-inner-plus:before { + color: var(--light) !important; +} + +.cursor-inner.cursor-color-dark:not(.cursor-inner-plus) { + background-color: #212121 !important; +} + +.cursor-inner.cursor-color-dark.cursor-inner-plus:before { + color: #212121 !important; +} + +.hide-mouse-cursor { + cursor: none; +} + +.hide-mouse-cursor a, +.hide-mouse-cursor button, +.hide-mouse-cursor input, +.hide-mouse-cursor textarea, +.hide-mouse-cursor .mfp-auto-cursor .mfp-content { + cursor: none !important; +} + +.cursor-effect-size-small .cursor-outer { + width: 20px; + height: 20px; + left: 10px; + top: 9px; +} + +.cursor-effect-size-small .cursor-inner { + width: 4px; + height: 4px; + left: 18px; +} + +.cursor-effect-size-small .cursor-inner.cursor-inner-plus:before { + font-size: 17.6px; + font-size: 1.1rem; +} + +.cursor-effect-size-big .cursor-outer { + width: 60px; + height: 60px; + left: -9px; + top: -10px; +} + +.cursor-effect-size-big .cursor-inner { + width: 8px; + height: 8px; +} + +.cursor-effect-size-big .cursor-inner.cursor-inner-plus:before { + font-size: 41.6px; + font-size: 2.6rem; +} + +.cursor-effect-style-square .cursor-outer { + border-radius: 0; +} + +.cursor-effect-style-square .cursor-inner { + border-radius: 0; +} + +/* Cursor Effect - Skin */ +.cursor-inner { + background-color: var(--primary); +} + +.cursor-inner.cursor-inner-plus:before { + color: var(--primary); +} + +.cursor-outer { + border-color: var(--primary); +} + +/* Simple Copy To Clipboard */ +.copy-to-clipboard-wrapper .btn { + position: relative; +} + +.copy-to-clipboard-wrapper .btn:before { + content: 'Copy to Clipboard'; + position: absolute; + top: -41px; + left: 50%; + background: #212121; + border-radius: var(--border-radius); + transform: translate3d(-50%, 0, 0); + opacity: 0; + display: none; + transition: ease opacity 300ms; + white-space: nowrap; + padding: 6px 14px; + font-size: 12px; + font-size: 0.75rem; + z-index: 10; +} + +.copy-to-clipboard-wrapper .btn:after { + content: ''; + position: absolute; + top: -12px; + left: 50%; + width: 0; + height: 0; + border-top: 7px solid #212121; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + transform: translate3d(-50%, 0, 0); + opacity: 0; + display: none; + transition: ease opacity 300ms; +} + +.copy-to-clipboard-wrapper .btn:hover:before, .copy-to-clipboard-wrapper .btn:hover:after, .copy-to-clipboard-wrapper .btn.copied:before, .copy-to-clipboard-wrapper .btn.copied:after { + display: block; + opacity: 1; +} + +.copy-to-clipboard-wrapper .btn.copied:before { + content: 'Copied!'; +} + +/* Particles */ +.particles-wrapper { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; +} + +.particles-wrapper div { + height: 100%; +} + +.particle { + position: absolute; +} + +.particle.particle-dots { + -webkit-mask-image: url(../img/particle-dot.svg); + mask-image: url(../img/particle-dot.svg); + z-index: 0; + -webkit-mask-size: 18px; +} + +.particle.particle-repeating-lines { + background: repeating-linear-gradient(-55deg, var(--light-rgba-0) 0.8px, var(--primary) 1.6px, var(--primary) 3px, var(--light-rgba-0) 3.8px, var(--light-rgba-0) 10px); +} + +.particle.particle-repeating-lines.bg-light { + background: repeating-linear-gradient(-55deg, var(--light-rgba-0) 0.8px, #FFF 1.6px, #FFF 3px, var(--light-rgba-0) 3.8px, var(--light-rgba-0) 10px) !important; +} + +.particle.particle-repeating-lines.bg-dark { + background: repeating-linear-gradient(-55deg, var(--light-rgba-0) 0.8px, var(--dark) 1.6px, var(--dark) 3px, var(--light-rgba-0) 3.8px, var(--light-rgba-0) 10px) !important; +} + +/* Patterns */ +.patterns svg { + position: absolute; +} + +/* Progress Reading */ +.progress-reading { + z-index: 99999; + height: 8px; +} + +/* Content Switcher */ +.content-switcher-wrapper { + position: relative; +} + +.content-switcher { + transition: all 0.2s ease-in-out; + opacity: 0; + top: 0; +} + +.content-switcher.active { + position: absolute; + opacity: 1; +} + +.content-switcher.initialized { + position: absolute; +} + +/* reCaptcha Fix */ +.grecaptcha-badge { + bottom: 60px !important; +} + +/* Inverted - Skin */ +.inverted { + background-color: var(--primary); +} + +.inverted-primary { + background-color: var(--primary); +} + +.inverted-secondary { + background-color: var(--secondary); +} + +.inverted-tertiary { + background-color: var(--tertiary); +} + +.inverted-quaternary { + background-color: var(--quaternary); +} + +.inverted-dark { + background-color: var(--dark); +} + +.inverted-light { + background-color: var(--light); +} + +/* Hotspots - Skin */ +.image-hotspot-primary strong { + color: var(--primary-inverse) !important; +} + +.image-hotspot-primary .circle { + background: var(--primary) !important; +} + +.image-hotspot-primary .ring { + border-color: var(--primary-rgba-90); +} + +.image-hotspot-secondary strong { + color: var(--secondary-inverse) !important; +} + +.image-hotspot-secondary .circle { + background: var(--secondary) !important; +} + +.image-hotspot-secondary .ring { + border-color: var(--secondary-rgba-90); +} + +.image-hotspot-tertiary strong { + color: var(--tertiary-inverse) !important; +} + +.image-hotspot-tertiary .circle { + background: var(--tertiary) !important; +} + +.image-hotspot-tertiary .ring { + border-color: var(--tertiary-rgba-90); +} + +.image-hotspot-quaternary strong { + color: var(--quaternary-inverse) !important; +} + +.image-hotspot-quaternary .circle { + background: var(--quaternary) !important; +} + +.image-hotspot-quaternary .ring { + border-color: var(--quaternary-rgba-90); +} + +.image-hotspot-dark strong { + color: var(--dark-inverse) !important; +} + +.image-hotspot-dark .circle { + background: var(--dark) !important; +} + +.image-hotspot-dark .ring { + border-color: var(--dark-rgba-90); +} + +.image-hotspot-light strong { + color: var(--light-inverse) !important; +} + +.image-hotspot-light .circle { + background: var(--light) !important; +} + +.image-hotspot-light .ring { + border-color: var(--light-rgba-90); +} + +/* Popover */ +.popover { + box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07); +} + +/* Scrollable - Skin */ +.scrollable.colored-slider .scrollable-slider { + background: var(--primary); +} + +/* Vertical Lines */ +.vertical-lines:not(.vertical-lines-after) { + background-image: url(../img/vertical-lines.svg); + background-repeat: repeat; + background-position: 50%; + pointer-events: none; +} + +.vertical-lines.vertical-lines-after { + position: relative; +} + +.vertical-lines.vertical-lines-after:after { + content: ""; + display: block; + position: absolute; + z-index: 1; + background-image: url(../img/vertical-lines.svg); + background-repeat: repeat; + background-position: 50%; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; +} + +.vertical-lines.vertical-lines-light:not(.vertical-lines-after) { + background-image: url(../img/vertical-lines-light.svg); +} + +.vertical-lines.vertical-lines-light.vertical-lines-after:after { + background-image: url(../img/vertical-lines-light.svg); +} + +/* OffCanvas */ +.offcanvas { + max-width: 82vw; +} + +/* Popup */ +.popup-inline-content, +.mfp-content .ajax-container { + background: none repeat scroll 0 0 #FFF; + margin: 40px auto; + max-width: 1170px; + padding: 20px 30px; + position: relative; + text-align: left; + display: none; +} + +.mfp-content .ajax-container { + display: block; +} + +.mfp-wrap .popup-inline-content { + display: block; +} + +.modal-header .btn-close { + text-indent: -99999px; + box-shadow: none; +} + +.modal-footer > :not(:first-child) { + margin-left: 4px; + margin-left: .25rem; + margin-right: 0px; + margin-right: 0rem; +} + +.modal-footer > :not(:last-child) { + margin-right: 4px; + margin-right: .25rem; + margin-left: 0px; + margin-left: 0rem; +} + +/* Nav */ +.nav > li > a { + text-decoration: none; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: transparent; + text-decoration: none; +} + +/* Nav List */ +ul.nav-list li { + margin: 0; + padding: 0; + display: block; + position: relative; +} + +ul.nav-list li a { + transition: background 0.1s; + border-bottom: 1px solid rgba(0, 0, 0, 0.06); + padding: 10px 0 10px 22px; + display: block; + color: #666; + font-size: 1em; + text-decoration: none; + line-height: 20px; +} + +ul.nav-list li a:before { + font-family: 'Font Awesome 6 Free'; + content: "\f054"; + font-weight: 900; + position: absolute; + top: 10px; + font-size: 7.2px; + font-size: 0.45rem; + opacity: 0.7; + transform: translate3d(-1px, 0, 0); + left: 12px; +} + +ul.nav-list li a:hover { + text-decoration: none; +} + +ul.nav-list li a:hover:before, +ul.nav-list li a:hover i[class*="fa-chevron"] { + animation-name: arrowLeftRight; + animation-duration: 500ms; + animation-iteration-count: infinite; +} + +ul.nav-list li a i[class*="fa-chevron"] { + position: relative; + top: -1px; + font-size: 8px; + font-size: 0.5rem; + opacity: 0.8; +} + +ul.nav-list li > a.active { + font-weight: bold; +} + +ul.nav-list li ul { + list-style: none; + margin: 0 0 0 25px; + padding: 0; +} + +ul.nav-list li:last-child a { + border-bottom: 0; +} + +ul.nav-list.hide-not-active li ul { + display: none; +} + +ul.nav-list.hide-not-active li.active ul { + display: block; +} + +ul.nav-list.show-bg-active .active > a, +ul.nav-list.show-bg-active a.active { + background-color: #f5f5f5; +} + +ul.nav-list.show-bg-active .active > a:hover, +ul.nav-list.show-bg-active a.active:hover { + background-color: #eee; +} + +ul.nav-list.no-arrows li a:before { + content: none; +} + +ul.nav-list-arrows li a { + padding-top: 12px; + padding-bottom: 12px; + padding-left: 0; + padding-right: 0; +} + +ul.nav-list-arrows li a:after { + content: ''; + width: 24px; + height: 24px; + display: inline-flex; + position: absolute; + right: 0; + left: auto; + background: var(--dark-rgba-10); + transform: none; + border-radius: 50%; +} + +ul.nav-list-arrows li a:before { + width: auto; + height: 24px; + display: inline-flex; + position: absolute; + right: 8px; + left: auto; + font-size: 0.9em; + transform: none; + color: var(--dark); + opacity: 1; + z-index: 1; + top: 14px; +} + +ul.nav-list-arrows li a.active { + color: var(--primary); +} + +ul.nav-list-arrows li a.active:after { + background: var(--primary); +} + +ul.nav-list-arrows li a.active:before { + color: var(--primary-inverse); +} + +ul.nav-list-arrows-simple li a:after { + display: none; +} + +ul.nav-list-arrows-simple li a:before { + content: "\f061"; +} + +ul.nav-list-arrows-simple li a.active:before { + color: var(--primary); +} + +ul.nav-list-simple li { + margin: 0; + padding: 0; + display: block; + position: relative; +} + +ul.nav-list-simple li a { + transition: background 0.1s; + border-bottom: 1px solid rgba(0, 0, 0, 0.07); + padding: 8px 0; + display: block; + color: #666; + font-size: 0.9em; + text-decoration: none; + line-height: 20px; + transition: ease padding 300ms; +} + +ul.nav-list-simple li > a.active { + font-weight: bold; +} + +ul.nav-list-simple li:hover a { + padding-left: 4px; +} + +ul.nav-list-simple li ul { + list-style: none; + margin: 0 0 0 25px; + padding: 0; +} + +ul.narrow li a { + padding: 4px 0; +} + +ul.nav-pills > li > a.active { + color: var(--light); + background-color: var(--grey-500); +} + +ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus { + color: var(--light); + background-color: var(--grey-500); +} + +/* Nav Pills */ +.nav-pills-center { + text-align: center; +} + +.nav-pills-center > li { + display: inline-block; + float: none; +} + +.nav-pills-sm > li > a { + padding: 7px 12px; +} + +.nav-pills-xs > li > a { + padding: 5px 10px; + font-size: 0.9em; +} + +.nav-pills .nav-link.active { + background-color: transparent; +} + +.show > .nav-pills .nav-link { + background-color: transparent; +} + +/* Nav Light */ +.nav-light > li > a { + color: var(--light); +} + +/* Nav Active Style - Active Bottom Border */ +.nav-active-style-1 { + min-height: 100px; + align-items: center; +} + +.nav-active-style-1 > li { + align-self: stretch; +} + +.nav-active-style-1 > li > a { + display: flex; + align-items: center; + height: 100%; + padding: 0 !important; + margin: 0 15px; + border-bottom: 2px solid transparent; + transition: ease border-color 300ms; +} + +.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active { + border-bottom-color: var(--grey-500); +} + +@media (max-width: 575px) { + .nav-active-style-1 > li > a { + min-height: 45px; + justify-content: center; + } +} + +/* Nav Secondary */ +.nav-secondary { + background: #fafafa; + margin: 0; + padding: 20px 0; + text-align: center; + z-index: 99; + width: 100% !important; +} + +.nav-secondary .nav-pills > li { + float: none; + display: inline-block; +} + +.nav-secondary .nav-pills > li a { + font-size: 12px; + font-style: normal; + font-weight: 600; + line-height: 20px; + padding: 10px 13px; + text-transform: uppercase; +} + +.nav-secondary.sticky-active { + border-bottom-color: #e9e9e9; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); +} + +/* Boxed */ +html.boxed .nav-secondary.sticky-active { + max-width: 1200px; + left: auto !important; +} + +/* Section Scroll - Dots Navigation */ +.section-scroll-dots-navigation { + display: flex; + flex-direction: column; + position: fixed; + top: 50%; + right: 30px; + background: var(--light); + border-radius: 35px; + padding: 9.6px; + padding: 0.6rem; + z-index: 10; + transform: translate3d(0, -50%, 0); +} + +.section-scroll-dots-navigation > ul { + margin: 8px 0; + margin: 0.5rem 0; +} + +.section-scroll-dots-navigation > ul:hover > li.active:hover > a > span { + opacity: 1; + visibility: visible; +} + +.section-scroll-dots-navigation > ul:hover > li.active > a > span { + opacity: 0; + visibility: hidden; +} + +.section-scroll-dots-navigation > ul > li { + position: relative; + margin-bottom: 4.8px; + margin-bottom: 0.3rem; +} + +.section-scroll-dots-navigation > ul > li:last-child { + margin-bottom: 0; +} + +.section-scroll-dots-navigation > ul > li:hover { + background: transparent; +} + +.section-scroll-dots-navigation > ul > li:hover > a > span { + opacity: 1; + visibility: visible; +} + +.section-scroll-dots-navigation > ul > li.active > a:before { + opacity: 1; +} + +.section-scroll-dots-navigation > ul > li > a { + position: relative; + width: 15px; + height: 15px; + display: block; + padding: 4.8px; + padding: 0.3rem; +} + +.section-scroll-dots-navigation > ul > li > a:before { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + width: 8px; + height: 8px; + border-radius: 100%; + opacity: 0.3; + background: var(--grey-500); + transition: ease opacity 300ms; +} + +.section-scroll-dots-navigation > ul > li > a > span { + position: absolute; + top: 50%; + right: calc(100% + 20px); + background: var(--light); + color: var(--dark); + font-size: 12.8px; + font-size: 0.8rem; + font-weight: 800; + padding: 3.2px 16px; + padding: 0.2rem 1rem; + border-radius: var(--border-radius); + white-space: nowrap; + opacity: 0; + visibility: hidden; + transform: translate3d(0, -50%, 0); + transition: ease opacity 300ms; +} + +.section-scroll-dots-navigation > ul > li > a > span:after { + content: ''; + position: absolute; + top: 50%; + left: 100%; + width: 0; + height: 0; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-left: 6px solid var(--grey-100); + transform: translate3d(0, -50%, 0); +} + +.section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 { + background: transparent; +} + +.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before { + background: var(--light); +} + +.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span { + right: calc(100% + 10px); +} + +@media (max-width: 767px) { + .section-scroll-dots-navigation { + right: 15px; + } +} + +/* Nav Colors */ +.nav-color-primary nav > ul > li > a { + color: var(--primary) !important; +} + +.nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--primary) !important; +} + +.nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--primary) !important; +} + +.nav-color-secondary nav > ul > li > a { + color: var(--secondary) !important; +} + +.nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--secondary) !important; +} + +.nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--secondary) !important; +} + +.nav-color-tertiary nav > ul > li > a { + color: var(--tertiary) !important; +} + +.nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--tertiary) !important; +} + +.nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--tertiary) !important; +} + +.nav-color-quaternary nav > ul > li > a { + color: var(--quaternary) !important; +} + +.nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--quaternary) !important; +} + +.nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--quaternary) !important; +} + +.nav-color-dark nav > ul > li > a { + color: var(--dark) !important; +} + +.nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--dark) !important; +} + +.nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--dark) !important; +} + +.nav-color-light nav > ul > li > a { + color: var(--light) !important; +} + +.nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: var(--light) !important; +} + +.nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: var(--light) !important; +} + +.nav-pills > li.active > a, +.nav-pills .nav-link.active { + background-color: var(--primary); +} + +.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, +.nav-pills .nav-link.active:hover, +.nav-pills .nav-link.active:focus { + background-color: var(--primary); +} + +.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active { + border-bottom-color: var(--primary); +} + +/* Nav Pills Colors */ +.nav-pills-primary a { + color: var(--primary); +} + +.nav-pills-primary a:hover { + color: var(--primary--100); +} + +.nav-pills-primary a:focus { + color: var(--primary--100); +} + +.nav-pills-primary a:active { + color: var(--primary-100); +} + +.nav-pills-primary .nav-link.active, +.nav-pills-primary > li.active > a { + background-color: var(--primary); +} + +.nav-pills-primary .nav-link.active:hover, .nav-pills-primary .nav-link.active:focus, +.nav-pills-primary > li.active > a:hover, +.nav-pills-primary > li.active > a:focus { + background-color: var(--primary); +} + +.nav-pills-secondary a { + color: var(--secondary); +} + +.nav-pills-secondary a:hover { + color: var(--secondary--100); +} + +.nav-pills-secondary a:focus { + color: var(--secondary--100); +} + +.nav-pills-secondary a:active { + color: var(--secondary-100); +} + +.nav-pills-secondary .nav-link.active, +.nav-pills-secondary > li.active > a { + background-color: var(--secondary); +} + +.nav-pills-secondary .nav-link.active:hover, .nav-pills-secondary .nav-link.active:focus, +.nav-pills-secondary > li.active > a:hover, +.nav-pills-secondary > li.active > a:focus { + background-color: var(--secondary); +} + +.nav-pills-tertiary a { + color: var(--tertiary); +} + +.nav-pills-tertiary a:hover { + color: var(--tertiary--100); +} + +.nav-pills-tertiary a:focus { + color: var(--tertiary--100); +} + +.nav-pills-tertiary a:active { + color: var(--tertiary-100); +} + +.nav-pills-tertiary .nav-link.active, +.nav-pills-tertiary > li.active > a { + background-color: var(--tertiary); +} + +.nav-pills-tertiary .nav-link.active:hover, .nav-pills-tertiary .nav-link.active:focus, +.nav-pills-tertiary > li.active > a:hover, +.nav-pills-tertiary > li.active > a:focus { + background-color: var(--tertiary); +} + +.nav-pills-quaternary a { + color: var(--quaternary); +} + +.nav-pills-quaternary a:hover { + color: var(--quaternary--100); +} + +.nav-pills-quaternary a:focus { + color: var(--quaternary--100); +} + +.nav-pills-quaternary a:active { + color: var(--quaternary-100); +} + +.nav-pills-quaternary .nav-link.active, +.nav-pills-quaternary > li.active > a { + background-color: var(--quaternary); +} + +.nav-pills-quaternary .nav-link.active:hover, .nav-pills-quaternary .nav-link.active:focus, +.nav-pills-quaternary > li.active > a:hover, +.nav-pills-quaternary > li.active > a:focus { + background-color: var(--quaternary); +} + +.nav-pills-dark a { + color: var(--dark); +} + +.nav-pills-dark a:hover { + color: var(--dark--100); +} + +.nav-pills-dark a:focus { + color: var(--dark--100); +} + +.nav-pills-dark a:active { + color: var(--dark-100); +} + +.nav-pills-dark .nav-link.active, +.nav-pills-dark > li.active > a { + background-color: var(--dark); +} + +.nav-pills-dark .nav-link.active:hover, .nav-pills-dark .nav-link.active:focus, +.nav-pills-dark > li.active > a:hover, +.nav-pills-dark > li.active > a:focus { + background-color: var(--dark); +} + +.nav-pills-light a { + color: var(--light); +} + +.nav-pills-light a:hover { + color: var(--light--100); +} + +.nav-pills-light a:focus { + color: var(--light--100); +} + +.nav-pills-light a:active { + color: var(--light-100); +} + +.nav-pills-light .nav-link.active, +.nav-pills-light > li.active > a { + background-color: var(--light); +} + +.nav-pills-light .nav-link.active:hover, .nav-pills-light .nav-link.active:focus, +.nav-pills-light > li.active > a:hover, +.nav-pills-light > li.active > a:focus { + background-color: var(--light); +} + +/* Nav Link Colors */ +.nav-link { + color: var(--primary); +} + +.nav-link:hover { + color: var(--primary--100); +} + +.nav-link:focus { + color: var(--primary--100); +} + +.nav-link:active { + color: var(--primary-100); +} + +/* Section Scroll Nav Colors */ +.section-scroll-dots-navigation-colored > ul > li.active > a:before { + background: var(--primary); +} + +/* Nav OffCanvas */ +.offcanvas-nav .nav ul { + list-style: none; +} + +.offcanvas-nav .nav li { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); + position: relative; +} + +.offcanvas-nav .nav li:last-child { + border-bottom: 0; +} + +.offcanvas-nav .nav li a { + padding: 15px 10px; + font-size: 16px; + display: block; + text-decoration: none; + font-weight: 600; + color: var(--dark); + background-color: transparent !important; + opacity: 1; + transition: opacity 0.3s; +} + +.offcanvas-nav .nav li a:hover { + opacity: 0.7; +} + +.offcanvas-nav .nav li a.dropdown-toggle:after { + display: none; +} + +.offcanvas-nav .nav li a.dropdown-toggle .fa-chevron-down { + color: var(--dark); + border-radius: 50%; + position: absolute; + right: 0; + margin-top: -3px; + width: 30px; + display: inline-flex; + justify-content: center; + height: 30px; + align-items: center; + z-index: 1; +} + +.offcanvas-nav .nav li a.dropdown-toggle .fa-chevron-down:hover { + background: var(--primary); + color: var(--primary-inverse); +} + +.offcanvas-nav .nav li.dropdown .dropdown-menu { + margin: 0; + padding: 0 0 10px 20px; + display: none; + position: relative; + border: 0; + opacity: 0; + transition: opacity 1s; +} + +.offcanvas-nav .nav li.dropdown .dropdown-menu li a { + font-size: 14px; +} + +.offcanvas-nav .nav li.dropdown .dropdown-menu li .dropdown-mega-sub-title { + font-size: 14px; + font-weight: 600; + opacity: 0.7; + display: inline-block; + padding: 10px 0; +} + +.offcanvas-nav .nav li.dropdown.open .dropdown-menu { + opacity: 1; + display: block; +} + +/* Overlays */ +.overlay { + position: relative; +} + +.overlay:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 2; + background: var(--dark); + opacity: 0; + pointer-events: none; + transition: ease opacity 300ms 100ms; +} + +.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before { + opacity: 0.8; +} + +.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before { + opacity: 0.1; +} + +.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before { + opacity: 0.2; +} + +.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before { + opacity: 0.3; +} + +.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before { + opacity: 0.4; +} + +.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before { + opacity: 0.5; +} + +.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before { + opacity: 0.6; +} + +.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before { + opacity: 0.7; +} + +.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before { + opacity: 0.8; +} + +.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before { + opacity: 0.9; +} + +.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before { + z-index: 0; +} + +.overlay .container, +.overlay .container-fluid { + position: relative; + z-index: 3; +} + +.overlay-light:before { + background-color: var(--light) !important; +} + +.overlay-dark:before { + background-color: var(--dark) !important; +} + +.overlay-primary:before { + background: var(--primary) !important; +} + +.overlay-secondary:before { + background: var(--secondary) !important; +} + +.overlay-tertiary:before { + background: var(--tertiary) !important; +} + +.overlay-quaternary:before { + background: var(--quaternary) !important; +} + +/* Overlay Gradient Bottom Content */ +.overlay-gradient-bottom-content:before { + opacity: 1 !important; + background: var(--dark); + background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, var(--dark) 100%); +} + +/* Overlay Gradient Top Content */ +.overlay-gradient-top-content:before { + opacity: 1 !important; + background: var(--dark); + background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, var(--dark) 100%); +} + +/* Overlay Gradient */ +.overlay-gradient:before { + background-color: #6c6ef1; + background-image: linear-gradient(to right, #6c6ef1 0%, #e2498e 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 ); +} + +.overlay-gradient.overlay-gradient-animated:before { + background-size: 200% 200%; + animation-name: gradientTransition; + animation-duration: 20000ms; + animation-iteration-count: infinite; +} + +/* Overlay - Skin */ +.overlay-color-primary:not(.no-skin):before { + background-color: var(--primary) !important; +} + +.overlay-color-secondary:not(.no-skin):before { + background-color: var(--secondary) !important; +} + +.overlay-color-tertiary:not(.no-skin):before { + background-color: var(--tertiary) !important; +} + +.overlay-color-quaternary:not(.no-skin):before { + background-color: var(--quaternary) !important; +} + +.overlay-color-dark:not(.no-skin):before { + background-color: var(--dark) !important; +} + +.overlay-color-light:not(.no-skin):before { + background-color: var(--light) !important; +} + +/* Overlay Gradient - Skin */ +.overlay-gradient:before { + background-color: var(--tertiary) !important; + background-image: linear-gradient(to right, var(--tertiary) 0%, var(--quaternary) 100%) !important; +} + +/* Parallax */ +.parallax { + background-color: transparent; + background-position: 50% 50%; + background-repeat: repeat; + background-attachment: fixed; + position: relative; + clear: both; +} + +.parallax.parallax-mouse { + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + overflow: hidden; +} + +.parallax.parallax-mouse .parallax-mouse-object { + position: absolute; + top: 0; + left: 0; + -o-object-fit: contain; + object-fit: contain; +} + +.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) { + margin: 70px 0; + padding: 50px 0; +} + +.parallax blockquote { + border: 0; + padding: 0 10%; +} + +.parallax blockquote i.fa-quote-left { + font-size: 34px; + position: relative; + left: -5px; +} + +.parallax blockquote p { + font-size: 24px; + line-height: 30px; +} + +.parallax blockquote span { + font-size: 16px; + line-height: 20px; + color: #999; + position: relative; + left: -5px; +} + +.parallax-disabled .parallax-background { + background-attachment: scroll !important; + background-position: 50% 50% !important; +} + +.parallax-background + .container { + position: relative; +} + +.scrollable-parallax-wrapper { + position: relative; + z-index: 1; +} + +/* Parallax - Skin */ +.parallax blockquote i.fa-quote-left { + color: var(--primary); +} + +/* Pricing Tables */ +.pricing-table { + display: flex; + flex-wrap: wrap; +} + +.pricing-table .plan { + background: var(--light); + border-radius: 0; + margin-top: 15px; + margin-bottom: 15px; +} + +.pricing-table .plan .plan-price, +.pricing-table .plan .plan-features, +.pricing-table .plan .plan-footer { + border: 1px solid #ededed; +} + +.pricing-table .plan .plan-header { + background: var(--dark); + padding: 15.2px 16px; + padding: 0.95rem 1rem; +} + +.pricing-table .plan .plan-header h3 { + color: var(--light); + font-size: 12.8px; + font-size: 0.8rem; + font-weight: 600; + line-height: 1; + letter-spacing: 0; + text-align: center; + text-transform: uppercase; + margin-bottom: 0; +} + +.pricing-table .plan .plan-price { + display: flex; + flex-direction: column; + background: var(--grey-100); + border-top: 0; + border-bottom: 0; + padding: 32px 12.8px; + padding: 2rem 0.8rem; + text-align: center; +} + +.pricing-table .plan .plan-price .price { + display: flex; + justify-content: center; + align-items: flex-start; + font-size: 43.2px; + font-size: 2.7rem; + font-weight: 600; + line-height: 1; + color: var(--dark); +} + +.pricing-table .plan .plan-price .price .price-unit { + font-size: 50%; + line-height: 1.4; +} + +.pricing-table .plan .plan-price .price-label { + text-transform: uppercase; + color: var(--default); + font-size: 11.2px; + font-size: 0.7rem; + line-height: 1; + margin-bottom: 0; +} + +.pricing-table .plan .plan-features { + border-top: 0; + border-bottom: 0; + padding: 12.8px; + padding: 0.8rem; + text-align: center; +} + +.pricing-table .plan .plan-features ul { + padding: 0 8px 0 8px; + padding: 0 0.5rem 0 0.5rem; + margin-bottom: 0; +} + +.pricing-table .plan .plan-features ul li { + border-bottom: 1px solid #ededed; + line-height: 2.9; + list-style: none; + font-size: 0.9em; +} + +.pricing-table .plan .plan-features ul li:last-child { + border-bottom: 0; +} + +.pricing-table .plan .plan-footer { + border-top: 0; + padding: 24px 12.8px 40px; + padding: 1.5rem 0.8rem 2.5rem; + text-align: center; +} + +.pricing-table .plan.plan-featured { + position: relative; + box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3); + transform: scale(1.15); + z-index: 1; +} + +.pricing-table .plan.plan-featured .plan-header h3, +.pricing-table .plan.plan-featured .plan-features ul li { + font-size: 12.8px; + font-size: 0.8rem; +} + +@media (max-width: 767px) { + .pricing-table .plan.plan-featured { + transform: scale(1); + } + + .pricing-table .plan.plan-featured .plan-header h3, + .pricing-table .plan.plan-featured .plan-features ul li { + font-size: 0.9rem; + } +} + +/* Pricing Block Style */ +.pricing-block > .row { + margin-right: 0; + margin-left: 0; +} + +.pricing-block > .row > div:nth-child(1) { + padding: 27.2px; + padding: 1.7rem; +} + +.pricing-block > .row > div:nth-child(2) { + display: flex; + flex-direction: column; + justify-content: center; + padding: 27.2px; + padding: 1.7rem; + background: var(--grey-100); + text-align: center; + border-left: 1px solid #dee2e6; + border-radius: 0 var(--border-radius) var(--border-radius) 0; +} + +.pricing-block .plan-price { + display: flex; + flex-direction: column; + background: var(--grey-100); + border-top: 0; + border-bottom: 0; + text-align: center; +} + +.pricing-block .plan-price .price { + display: flex; + justify-content: center; + align-items: flex-start; + font-size: 43.2px; + font-size: 2.7rem; + font-weight: 600; + line-height: 1; + color: var(--dark); +} + +.pricing-block .plan-price .price .price-unit { + font-size: 50%; + line-height: 1.4; +} + +.pricing-block .plan-price .price-label { + text-transform: uppercase; + color: var(--default); + font-size: 11.2px; + font-size: 0.7rem; + line-height: 1; + margin-bottom: 0; +} + +@media (max-width: 991px) { + .pricing-block > .row > div:nth-child(2) { + border-left: none; + border-top: 1px solid #dee2e6; + border-radius: 0 0 var(--border-radius) var(--border-radius); + } +} + +/* Price Menu */ +.price-menu-item .price-menu-item-details { + display: flex; + justify-content: space-between; + position: relative; +} + +.price-menu-item .price-menu-item-details .price-menu-item-title { + position: relative; + padding-bottom: 10px; +} + +.price-menu-item .price-menu-item-details .price-menu-item-price { + position: relative; + top: -5px; +} + +.price-menu-item .price-menu-item-details .price-menu-item-price strong { + font-size: 20.8px; + font-size: 1.3rem; +} + +.price-menu-item .price-menu-item-details .price-menu-item-price strong > span { + font-size: 0.6em; +} + +.price-menu-item .price-menu-item-details .price-menu-item-line { + position: absolute; + width: 100%; + bottom: 0; + border-bottom: dashed 1px #777; +} + +.price-menu-item .price-menu-item-img img { + border-radius: 50%; + max-width: 60px; + height: auto; +} + +.price-menu-item .price-menu-item-desc { + position: relative; + margin-top: 5px; +} + +.price-menu-item + .price-menu-item { + margin-top: 25px; +} + +/* Pricing Tables - Skin */ +.pricing-table .most-popular { + border-color: var(--primary); +} + +.pricing-table .most-popular h3 { + background-color: var(--primary); +} + +.pricing-table.princig-table-flat .plan h3 { + background-color: var(--primary); +} + +.pricing-table.princig-table-flat .plan h3 span { + background: var(--primary); +} + +/* Process */ +.process { + text-align: center; +} + +.process .process-step { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + position: relative; +} + +.process .process-step-circle { + display: flex; + justify-content: center; + height: 90px; + text-align: center; + width: 90px; + border: 2px solid var(--grey-500); + border-radius: 50%; + align-items: center; + position: relative; + background-color: transparent; + transition: all 0.2s ease-in-out; +} + +.process .process-step-content { + padding-top: 20px; +} + +.process .process-step-circle-content { + font-weight: bold; + color: var(--dark); + font-size: 1.6em; + letter-spacing: -1px; + transition: all 0.2s ease-in-out; +} + +.process .process-step:hover .process-step-circle { + background-color: var(--grey-500); +} + +.process .process-step:hover .process-step-circle .process-step-circle-content { + color: var(--light); +} + +.process .process-step:hover .process-step-circle .process-step-circle-content .icons { + color: var(--light) !important; +} + +.process.process-shapes .process-step-circle { + position: relative; + width: auto; + height: auto; + border: 0; + margin-bottom: 19.2px; + margin-bottom: 1.2rem; +} + +.process.process-shapes .process-step-circle .process-step-circle-content { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 45px; + height: 45px; + background-color: var(--grey-500); + border-radius: 100%; + color: var(--light); + z-index: 3; +} + +.process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 100%; + background-color: var(--default); + border-radius: 100%; + opacity: 0.6; + transform: translate3d(-50%, -50%, 0) scale(1.5); + transition: ease transform 1s; + z-index: 2; +} + +.process.process-shapes .process-step-circle:after { + background-color: #999; + opacity: 0.3; + transform: translate3d(-50%, -50%, 0) scale(2); + z-index: 1; +} + +.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before { + animation-name: processShapesScaleOne; + animation-delay: 300ms; +} + +.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after { + animation-name: processShapesScaleTwo; +} + +.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before, .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after { + animation-fill-mode: forwards; + animation-iteration-count: infinite; + animation-duration: 3s; + animation-timing-function: linear; +} + +.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before { + animation-name: processShapesScaleOne; + animation-delay: 300ms; +} + +.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after { + animation-name: processShapesScaleTwo; +} + +.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before, .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after { + animation-fill-mode: forwards; + animation-iteration-count: infinite; + animation-duration: 3s; + animation-timing-function: linear; +} + +.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:before { + animation-name: processShapesScaleOne; + animation-delay: 1000ms; +} + +.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:after { + animation-name: processShapesScaleTwo; + animation-delay: 700ms; +} + +@keyframes processShapesScaleOne { + 0% { + opacity: 0.6; + transform: translate3d(-50%, -50%, 0) scale(1.5); + } + + 25% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(1.8); + } + + 50% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(1); + } + + 100% { + opacity: 0.6; + transform: translate3d(-50%, -50%, 0) scale(1.5); + } +} + +@keyframes processShapesScaleTwo { + 0% { + opacity: 0.3; + transform: translate3d(-50%, -50%, 0) scale(2); + } + + 25% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(2.3); + } + + 50% { + opacity: 0; + transform: translate3d(-50%, -50%, 0) scale(1); + } + + 100% { + opacity: 0.3; + transform: translate3d(-50%, -50%, 0) scale(2); + } +} + +@media (min-width: 992px) { + .process .process-step:before { + content: ''; + height: 2px; + display: block; + background-color: #EDEDED; + position: absolute; + width: 50%; + top: 45px; + left: 75%; + } + + .process .process-step:last-child:before { + display: none; + } + + .process.process-shapes .process-step:before { + top: 23px; + } +} + +.process-vertical { + text-align: left; +} + +.process-vertical .process-step { + width: 100%; + flex-direction: row; + justify-content: start; + align-items: start; + position: relative; + padding-bottom: 60px; +} + +.process-vertical .process-step:before { + display: none; +} + +.process-vertical .process-step:after { + width: 2px; + display: block; + background-color: #EDEDED; + position: absolute; + content: ''; + height: calc(100% - 80px); + top: 70px; + left: 30px; +} + +.process-vertical .process-step:last-child:after { + display: none; +} + +.process-vertical .process-step-circle { + height: 60px; + width: 60px; + margin: 0 15px 0 0; + min-height: 60px; + min-width: 60px; +} + +.process-vertical .process-step-content { + padding-top: 0; +} + +.process-connecting-line { + position: relative; + text-align: left; +} + +.process-connecting-line .connecting-line { + content: ''; + position: absolute; + top: 25px; + left: 15px; + right: 15px; + height: 3px; + background: var(--grey-500); +} + +.process-connecting-line .process-step { + align-items: flex-start; + padding-right: 48px; + padding-right: 3rem; + padding-left: 48px; + padding-left: 3rem; +} + +.process-connecting-line .process-step:before { + content: none; +} + +.process-connecting-line .process-step-circle { + background: var(--light); + width: 50px; + height: 50px; + border: 3px solid var(--grey-500); +} + +/* Process - Skin */ +.process .process-step-circle { + border-color: var(--primary); +} + +.process .process-step:hover .process-step-circle { + background-color: var(--primary); +} + +.process .process-step:hover .process-step-circle .process-step-circle-content { + color: var(--primary-inverse) !important; +} + +.process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after { + background-color: var(--primary); +} + +.process-connecting-line .connecting-line { + background: var(--primary); +} + +/* Scroll to Top */ +html .scroll-to-top { + transition: opacity 0.3s; + background: #404040; + border-radius: var(--border-radius) var(--border-radius) 0 0; + bottom: 0; + color: var(--light); + display: block; + height: 9px; + opacity: 0; + padding: 10px 10px 35px; + position: fixed; + right: 10px; + text-align: center; + text-decoration: none; + min-width: 50px; + z-index: 1040; + font-size: 0.8em; +} + +html .scroll-to-top:hover { + opacity: 1; +} + +html .scroll-to-top.visible { + opacity: 0.75; +} + +html .scroll-to-top span { + display: inline-block; + padding: 0 5px; +} + +html.lightbox-opened .scroll-to-top { + right: 27px; +} + +@media (max-width: 991px) { + html .scroll-to-top.hidden-mobile { + display: none !important; + } +} + +/* Scrollable */ +.scrollable { + overflow: hidden; + position: relative; + width: 100%; +} + +.scrollable .scrollable-content { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + padding: 0 37px 0 0; + overflow-x: hidden; + overflow-y: scroll; + outline: none; +} + +.scrollable .scrollable-content::-webkit-scrollbar { + visibility: hidden; +} + +.scrollable .scrollable-pane { + bottom: 0; + opacity: 0.01; + position: absolute; + right: 5px; + top: 0; + transition: all 0.2s ease 0s; + width: 4px; +} + +.scrollable .scrollable-slider { + border-radius: 5px; + background: none repeat scroll 0 0 var(--grey-500); + margin: 0; + position: relative; + transition: opacity 0.2s ease 0s; + opacity: 0; +} + +.scrollable.scrollable-padding .scrollable-content { + padding: 10px 24px 10px 10px; +} + +.scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider { + opacity: 1; +} + +/* Section Featured */ +section.section { + background: var(--grey-100); + border-top: 5px solid var(--grey-100); + margin: 30px 0; + padding: 50px 0; +} + +section.section > .container { + position: relative; +} + +section.section.section-height-1 { + padding: 12.307px 0; + padding: 0.7692307692rem 0; +} + +section.section.section-height-2 { + padding: 36.923px 0; + padding: 2.3076923077rem 0; +} + +section.section.section-height-3 { + padding: 73.846px 0; + padding: 4.6153846154rem 0; +} + +section.section.section-height-4 { + padding: 110.769px 0; + padding: 6.9230769231rem 0; +} + +section.section.section-height-5 { + padding: 147.692px 0; + padding: 9.2307692308rem 0; +} + +section.section.section-no-background { + background: transparent; + border-top-color: transparent; +} + +section.section.section-center { + text-align: center; +} + +section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 { + color: var(--light); +} + +section.section.section-text-light p { + color: #e6e5e5; +} + +section.section.section-background { + background-repeat: repeat; + border: 0; +} + +section.section.section-background-change-anim { + animation-name: colorTransition; + animation-duration: 25s; + animation-direction: alternate; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +section.section.section-funnel { + position: relative; +} + +section.section.section-funnel .section-funnel-layer-top { + position: absolute; + top: 0; + left: 0; + width: 100%; + padding: 96px 0; + padding: 6rem 0; + transform: translate3d(0, -50%, 0); +} + +section.section.section-funnel .section-funnel-layer-bottom { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + padding: 96px 0; + padding: 6rem 0; + transform: translate3d(0, 50%, 0); +} + +section.section.section-funnel .section-funnel-layer { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: var(--light); +} + +section.section.section-funnel .section-funnel-layer:nth-child(1) { + transform: skewY(-4.7deg); +} + +section.section.section-funnel .section-funnel-layer:nth-child(2) { + transform: skewY(4.7deg); +} + +section.section.section-angled { + position: relative; + margin: 0; + overflow: hidden; +} + +section.section.section-angled .section-angled-layer-top { + position: absolute; + top: 0; + left: 0; + width: 100%; + padding: 48px 0; + padding: 3rem 0; + transform: skewY(-0.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled .section-angled-layer-bottom { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + padding: 48px 0; + padding: 3rem 0; + transform: skewY(0.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled .section-angled-layer-top + .section-angled-content, +section.section.section-angled .section-angled-layer-top + .section-angled-layer-bottom + .section-angled-content { + margin-top: 40px; + margin-top: 2.5rem; +} + +section.section.section-angled .section-angled-layer-bottom + .section-angled-content, +section.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content { + margin-bottom: 40px; + margin-bottom: 2.5rem; +} + +section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top { + transform: skewY(-1.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-bottom { + transform: skewY(1.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-top { + padding: 112px 0; + padding: 7rem 0; + transform: skewY(-4.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-bottom { + padding: 112px 0; + padding: 7rem 0; + transform: skewY(4.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-top { + transform: skewY(0.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-bottom { + transform: skewY(-0.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top { + transform: skewY(1.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-bottom { + transform: skewY(-1.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-top { + padding: 112px 0; + padding: 7rem 0; + transform: skewY(4.7deg) translate3d(0, -50%, 0); +} + +section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-bottom { + padding: 112px 0; + padding: 7rem 0; + transform: skewY(-4.7deg) translate3d(0, 50%, 0); +} + +section.section.section-angled + .section-angled { + padding-top: 0; +} + +section.section.overlay .section-angled-layer-top, +section.section.overlay .section-angled-layer-bottom { + z-index: 99 !important; +} + +section.section.section-overlay { + position: relative; +} + +section.section.section-overlay:before { + content: ""; + display: block; + background: var(--dark-rgba-20); + bottom: 0; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; +} + +section.section.section-overlay .section-angled-layer-top, +section.section.section-overlay .section-angled-layer-bottom { + z-index: 99 !important; +} + +section.section.section-overlay-dot:before { + background: url(../img/overlay-dot.png) repeat scroll 0 0 transparent; +} + +section.section.section-overlay-opacity { + position: relative; +} + +section.section.section-overlay-opacity:before { + content: ""; + display: block; + background: rgba(0, 0, 0, 0.5); + bottom: 0; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before { + background: var(--dark-rgba-10); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before { + background: var(--dark-rgba-20); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before { + background: var(--dark-rgba-30); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before { + background: var(--dark-rgba-40); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before { + background: var(--dark-rgba-50); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before { + background: var(--dark-rgba-60); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before { + background: var(--dark-rgba-70); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before { + background: var(--dark-rgba-80); +} + +section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before { + background: var(--dark-rgba-90); +} + +section.section.section-overlay-opacity-light:before { + background: var(--light-rgba-50); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before { + background: var(--light-rgba-10); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before { + background: var(--light-rgba-20); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before { + background: var(--light-rgba-30); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before { + background: var(--light-rgba-40); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before { + background: var(--light-rgba-50); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before { + background: var(--light-rgba-60); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before { + background: var(--light-rgba-70); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before { + background: var(--light-rgba-80); +} + +section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before { + background: var(--light-rgba-90); +} + +section.section.section-overlay-opacity-gradient:before { + opacity: 0.85; +} + +section.section.section-video { + background: none !important; + border: 0; +} + +section.section.section-parallax { + background-color: transparent; + background-position: 50% 50%; + background-repeat: repeat; + background-attachment: fixed; + border: 0; +} + +section.section.section-parallax.parallax-disabled { + background-attachment: scroll !important; + background-position: 50% 50% !important; +} + +section.section.section-no-border { + border: 0; +} + +section.section.section-with-divider { + margin: 56px 0 35px; +} + +section.section.section-with-divider .divider { + margin: -56px 0 44px; +} + +section.section.section-footer { + margin-bottom: -50px; +} + +section.section.section-with-mockup { + margin-top: 120px; +} + +section.section.section-front { + position: relative; + z-index: 1; +} + +@media (max-width: 991px) { + .container-fluid > .row > .p-0 section.section { + margin-bottom: 0; + margin-top: 0; + } + + .container-fluid > .row > .p-0:first-child section.section { + margin-bottom: 0; + margin-top: 30px; + } + + .container-fluid > .row > .p-0:last-child section.section { + margin-bottom: 30px; + margin-top: 0; + } +} + +/* Section With Shape Divider */ +@keyframes shapeDividerToLeft { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(-200%, 0, 0); + } +} + +@keyframes shapeDividerToRight { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(200%, 0, 0); + } +} + +.section.section-with-shape-divider { + position: relative; + overflow: hidden; +} + +.section.section-with-shape-divider .shape-divider { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 80px; + z-index: 1; +} + +.section.section-with-shape-divider .shape-divider svg { + position: absolute; + top: 0; + left: 50%; + height: 100%; + transform: translate3d(-50%, 0, 0); +} + +@media (min-width: 1950px) { + .section.section-with-shape-divider .shape-divider svg { + width: 100%; + } +} + +.section.section-with-shape-divider .shape-divider.shape-divider-bottom { + top: auto; + bottom: 0; +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y { + transform: rotateY(180deg); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x { + transform: rotateX(180deg); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy { + transform: rotateY(180deg) rotateX(180deg); +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation { + position: absolute; + top: 0; + left: 0; + width: 100vw; + height: 100%; + animation-duration: 45s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation > svg { + width: 100vw; + left: 0; + transform: none; +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start { + animation-name: shapeDividerToRight; +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) { + transform: rotateY(180deg) translate3d(99.9%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) { + transform: translate3d(-199.8%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start { + animation-name: shapeDividerToLeft; +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) { + transform: rotateY(180deg) translate3d(-99.9%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) { + transform: translate3d(199.8%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start { + animation-name: shapeDividerToLeft; +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) { + transform: rotateY(180deg) translate3d(-99.9%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) { + transform: translate3d(199.8%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start { + animation-name: shapeDividerToRight; +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) { + transform: rotateY(180deg) translate3d(99.9%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) { + transform: translate3d(-199.8%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start { + animation-name: shapeDividerToRight; +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start { + animation-name: shapeDividerToLeft; +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) { + transform: rotateY(180deg) translate3d(-99.9%, 0, 0); +} + +.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) { + transform: translate3d(199.8%, 0, 0); +} + +.section.section-with-shape-divider.overlay:before { + z-index: 1; +} + +/* Sections - Skin */ +section.section-primary { + background-color: var(--primary) !important; + border-color: var(--primary-100) !important; +} + +section.section-primary h1, section.section-primary h2, section.section-primary h3, section.section-primary h4, section.section-primary h5, section.section-primary h6 { + color: var(--primary-inverse); +} + +section.section-primary p { + color: var(--primary-inverse); +} + +section.section-primary-scale-2 { + background-color: var(--primary-300) !important; + border-color: var(--primary-300) !important; +} + +section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--primary-300); +} + +section.section-secondary { + background-color: var(--secondary) !important; + border-color: var(--secondary-100) !important; +} + +section.section-secondary h1, section.section-secondary h2, section.section-secondary h3, section.section-secondary h4, section.section-secondary h5, section.section-secondary h6 { + color: var(--secondary-inverse); +} + +section.section-secondary p { + color: var(--secondary-inverse); +} + +section.section-secondary-scale-2 { + background-color: var(--secondary-300) !important; + border-color: var(--secondary-300) !important; +} + +section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--secondary-300); +} + +section.section-tertiary { + background-color: var(--tertiary) !important; + border-color: var(--tertiary-100) !important; +} + +section.section-tertiary h1, section.section-tertiary h2, section.section-tertiary h3, section.section-tertiary h4, section.section-tertiary h5, section.section-tertiary h6 { + color: var(--tertiary-inverse); +} + +section.section-tertiary p { + color: var(--tertiary-inverse); +} + +section.section-tertiary-scale-2 { + background-color: var(--tertiary-300) !important; + border-color: var(--tertiary-300) !important; +} + +section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--tertiary-300); +} + +section.section-quaternary { + background-color: var(--quaternary) !important; + border-color: var(--quaternary-100) !important; +} + +section.section-quaternary h1, section.section-quaternary h2, section.section-quaternary h3, section.section-quaternary h4, section.section-quaternary h5, section.section-quaternary h6 { + color: var(--quaternary-inverse); +} + +section.section-quaternary p { + color: var(--quaternary-inverse); +} + +section.section-quaternary-scale-2 { + background-color: var(--quaternary-300) !important; + border-color: var(--quaternary-300) !important; +} + +section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--quaternary-300); +} + +section.section-dark { + background-color: var(--dark) !important; + border-color: var(--dark-100) !important; +} + +section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 { + color: var(--dark-inverse); +} + +section.section-dark p { + color: var(--dark-inverse); +} + +section.section-dark-scale-2 { + background-color: var(--dark-300) !important; + border-color: var(--dark-300) !important; +} + +section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--dark-300); +} + +section.section-light { + background-color: var(--light) !important; + border-color: var(--light-100) !important; +} + +section.section-light h1, section.section-light h2, section.section-light h3, section.section-light h4, section.section-light h5, section.section-light h6 { + color: var(--light-inverse); +} + +section.section-light p { + color: var(--light-inverse); +} + +section.section-light-scale-2 { + background-color: var(--light-300) !important; + border-color: var(--light-300) !important; +} + +section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--light-300); +} + +section.section.section-background-half-primary-half-secondary { + background: linear-gradient(to right, var(--primary) 50%, var(--secondary) 50%); +} + +section.section.section-overlay-opacity-gradient:before { + background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); +} + +/* Side Panel */ +html.side-panel .body:before { + content: ''; + display: block; + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background: var(--dark-rgba-50); + opacity: 0; + visibility: hidden; + z-index: 9998; + transition: ease opacity 300ms; +} + +html.side-panel .side-panel-wrapper { + position: fixed; + top: 0; + left: 0; + width: 300px; + height: 100vh; + background: var(--light); + padding: 32px; + padding: 2rem; + box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2); + overflow-y: auto; + transform: translate3d(-100%, 0, 0); + transition: ease transform 300ms; + z-index: 9999; +} + +html.side-panel .side-panel-wrapper .side-panel-close { + position: absolute; + top: 0; + right: 0; +} + +html.side-panel.side-panel-push .body { + transform: translate3d(0, 0, 0); + transition: ease transform 300ms; +} + +html.side-panel.side-panel-right .side-panel-wrapper { + left: auto; + right: 0; + transform: translate3d(100%, 0, 0); +} + +html.side-panel.side-panel-without-overlay .body:before { + content: none; +} + +html.side-panel.side-panel-open .body:before { + opacity: 1; + visibility: visible; +} + +html.side-panel.side-panel-open .side-panel-wrapper { + transform: translate3d(0, 0, 0); +} + +html.side-panel.side-panel-open.side-panel-push .body { + transform: translate3d(300px, 0, 0); +} + +html.side-panel.side-panel-open.side-panel-push.side-panel-right .body { + transform: translate3d(-300px, 0, 0); +} + +/* Home Slider - Revolution Slider */ +.slider-container { + background: #151719; + height: 500px; + overflow: hidden; + width: 100%; + direction: ltr; +} + +.slider-container .tparrows { + border-radius: var(--border-radius); +} + +.slider-container .slider-single-slide .tparrows { + display: none; +} + +.slider-container .top-label { + color: var(--light); + font-size: 24px; + font-weight: 300; +} + +.slider-container .main-label { + color: var(--light); + font-size: 62px; + line-height: 62px; + font-weight: 800; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); +} + +.slider-container .featured-label { + color: var(--light); + font-size: 52px; + line-height: 52px; + font-weight: 800; + text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); +} + +.slider-container .bottom-label { + color: var(--light); + font-size: 20px; + line-height: 20px; + font-weight: 300; +} + +.slider-container .blackboard-text { + color: #BAB9BE; + font-size: 46px; + line-height: 46px; + font-family: "Shadows Into Light", cursive; + text-transform: uppercase; +} + +.slider-container .btn.btn-lg.btn-slider-action { + font-size: 22px; + font-weight: 600; + line-height: 20px; + padding: 19.2px 28.8px; + padding: 1.2rem 1.8rem; +} + +.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark { + color: var(--dark--200); +} + +.slider-container .tp-caption-dark a { + color: var(--dark--200); +} + +.slider-container .tp-caption-dark a:hover { + color: var(--dark--200); +} + +.slider-container .tp-caption-overlay { + background: #000; + padding: 10px; +} + +.slider-container .tp-caption-overlay-opacity { + background: rgba(0, 0, 0, 0.4); + padding: 10px; +} + +.slider-container .tp-opacity-overlay { + background: #000; + opacity: 0.75; +} + +.slider-container .tp-opacity-overlay-light { + background: var(--light); + opacity: 0.75; +} + +.slider-container.transparent { + background-color: transparent; +} + +.slider-container.light { + background-color: #EAEAEA; +} + +.slider-container.light .tp-bannershadow { + opacity: 0.05; + top: 0; + bottom: auto; + z-index: 1000; +} + +.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label { + color: var(--dark--200); +} + +.slider-container.light .tp-caption a { + color: var(--dark--200); +} + +.slider-container.light .tp-caption a:hover { + color: var(--dark--200); +} + +/* Revolution Slider Typewriter Addon */ +.tp-caption[data-typewriter]:after { + transform: translateX(-9px); +} + +/* Slider With Overlay */ +.rev_slider li.slide-overlay .slotholder:after { + width: 100%; + height: 100%; + content: ''; + position: absolute; + left: 0; + top: 0; + pointer-events: none; + opacity: 0.9; + background: var(--dark); + z-index: 2; +} + +.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after { + background: var(--light); +} + +.rev_slider li.slide-overlay.slide-overlay-gradient .slotholder:after { + background-color: #6c6ef1; + background-image: linear-gradient(to right, #6c6ef1 0%, #e2498e 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 ); +} + +.rev_slider li.slide-overlay.slide-overlay-gradient.slide-overlay-gradient-animated .slotholder:after { + background-size: 200% 200%; + animation-name: gradientTransition; + animation-duration: 20000ms; + animation-iteration-count: infinite; +} + +.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after { + opacity: 0.0; +} + +.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after { + opacity: 0.1; +} + +.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after { + opacity: 0.2; +} + +.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after { + opacity: 0.3; +} + +.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after { + opacity: 0.4; +} + +.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after { + opacity: 0.5; +} + +.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after { + opacity: 0.6; +} + +.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after { + opacity: 0.7; +} + +.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after { + opacity: 0.8; +} + +.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after { + opacity: 0.9; +} + +.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after { + opacity: 0.10; +} + +/* Slider Scroll Button */ +.slider-scroll-button { + position: relative; + width: 57px; + height: 57px; + border-radius: 100%; + text-indent: -9999px; +} + +.slider-scroll-button:before { + content: ''; + position: absolute; + top: 50%; + left: 49%; + width: 23px; + height: 34px; + border: 1px solid #FFF; + border-radius: 15px; + transform: translate3d(-50%, -50%, 0); +} + +.slider-scroll-button:after { + content: ''; + width: 6px; + height: 10px; + border-radius: 10px; + border: 1px solid #FFF; + position: absolute; + top: 19px; + left: 49%; + transform: translate3d(-50%, 0, 0); + animation-name: sliderScrollButton; + animation-duration: 2s; + animation-iteration-count: infinite; +} + +.slider-scroll-button.slider-scroll-button-dark:before { + border-color: var(--dark); +} + +.slider-scroll-button.slider-scroll-button-dark:after { + border-color: var(--dark); +} + +/* Arrows */ +.tparrows.tparrows-carousel { + display: inline-block; + position: absolute; + width: 30px; + height: auto; + padding: 20px 0; + background: var(--primary); +} + +.tparrows.tparrows-carousel.tp-leftarrow { + right: auto !important; + left: -30px !important; + border-radius: 0 4px 4px 0; +} + +.tparrows.tparrows-carousel.tp-leftarrow:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f053"; + position: relative; + left: -1px; + top: 1px; +} + +.tparrows.tparrows-carousel.tp-rightarrow { + right: -60px !important; + left: auto !important; + border-radius: 4px 0 0 4px; +} + +.tparrows.tparrows-carousel.tp-rightarrow:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f054"; + position: relative; + left: 1px; + top: 1px; +} + +.tparrows.tparrows-carousel:hover { + background: var(--primary--300); +} + +.tparrows.arrows-style-1 { + background: transparent !important; +} + +.tparrows.arrows-style-2 { + background: transparent !important; +} + +.tparrows.arrows-style-2.tp-leftarrow:before, .tparrows.arrows-style-2.tp-rightarrow:before { + content: ''; + display: block; + position: absolute; + left: 1.5px; + top: 50%; + width: 0.8em; + height: 0.8em; + border-top: 1px solid #FFF; + border-left: 1px solid #FFF; + transition: ease opacity 400ms; + font-size: inherit; + opacity: 0.7; +} + +.tparrows.arrows-style-2.tp-leftarrow:after, .tparrows.arrows-style-2.tp-rightarrow:after { + content: ''; + display: block; + border-top: 1px solid #FFF; + transition: ease opacity 400ms; + width: 1.5em; + position: absolute; + top: 50%; + font-size: inherit; + transform: translate3d(0, -50%, 0); + opacity: 0.7; +} + +.tparrows.arrows-style-2.tp-leftarrow:hover:before, .tparrows.arrows-style-2.tp-rightarrow:hover:before { + opacity: 1; +} + +.tparrows.arrows-style-2.tp-leftarrow:hover:after, .tparrows.arrows-style-2.tp-rightarrow:hover:after { + opacity: 1; +} + +.tparrows.arrows-style-2.tp-leftarrow:before { + left: 0.5px; + transform: translate3d(0, -50%, 0) rotate(-45deg); +} + +.tparrows.arrows-style-2.tp-rightarrow:before { + left: 9.5px; + transform: translate3d(0, -50%, 0) rotate(135deg); +} + +@media (max-width: 768px) { + .tparrows.arrows-style-2 { + display: none; + } +} + +.tparrows.arrows-dark:before { + color: #111111 !important; +} + +.tparrows.arrows-big:before { + font-size: 25px; +} + +.tparrows.arrows-rounded { + border-radius: 100%; +} + +/* Bullets */ +.tp-bullets.bullets-style-1 .tp-bullet { + width: 8px; + height: 8px; + border-radius: 100%; +} + +.tp-bullets.bullets-style-2 .tp-bullet { + width: 8px; + height: 8px; + border-radius: 100%; + background: #78888D; +} + +/* Embed Border */ +.rev_slider embed, +.rev_slider iframe, +.rev_slider object, +.rev_slider video { + border: 0 !important; +} + +/* Defaults */ +.hesperiden-custom { + padding: 10px 0 !important; +} + +.hesperiden-custom .tp-tab { + border: 0 !important; +} + +/* Slider With Overlay */ +.slider-with-overlay { + position: relative; +} + +.slider-with-overlay .slider-container { + z-index: auto; +} + +/* Slider Contact Form */ +.slider-contact-form { + margin: 45px 0; +} + +.slider-contact-form .featured-box { + text-align: left; +} + +.slider-contact-form label.error { + display: none !important; +} + +.slider-contact-form .alert { + padding: 6px; + text-align: center; +} + +.slider-contact-form textarea { + resize: none; +} + +@media (min-width: 992px) { + .slider-contact-form { + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); + z-index: 99; + width: 100%; + } +} + +/* Boxed */ +html.boxed .slider-container { + width: 100% !important; + left: auto !important; +} + +/* Side Header - Full Screen Slider Height On Mobile */ +@media (max-width: 991px) { + html.side-header .slider-container.fullscreen-slider, + html.side-header .slider-container.fullscreen-slider + .tp-fullwidth-forcer { + height: calc(100vh - 84px) !important; + } +} + +/* Slider - Skin */ +.slide-overlay-primary .slotholder:after { + background-color: var(--primary) !important; +} + +.slider-container .tp-caption-overlay-primary { + background: var(--primary); +} + +.slider-container .tp-caption-overlay-opacity-primary { + background: var(--primary-rgba-35); +} + +.tp-bullets.bullets-color-primary .tp-bullet:hover, .tp-bullets.bullets-color-primary .tp-bullet.selected { + background: var(--primary); +} + +.slide-overlay-secondary .slotholder:after { + background-color: var(--secondary) !important; +} + +.slider-container .tp-caption-overlay-secondary { + background: var(--secondary); +} + +.slider-container .tp-caption-overlay-opacity-secondary { + background: var(--secondary-rgba-35); +} + +.tp-bullets.bullets-color-secondary .tp-bullet:hover, .tp-bullets.bullets-color-secondary .tp-bullet.selected { + background: var(--secondary); +} + +.slide-overlay-tertiary .slotholder:after { + background-color: var(--tertiary) !important; +} + +.slider-container .tp-caption-overlay-tertiary { + background: var(--tertiary); +} + +.slider-container .tp-caption-overlay-opacity-tertiary { + background: var(--tertiary-rgba-35); +} + +.tp-bullets.bullets-color-tertiary .tp-bullet:hover, .tp-bullets.bullets-color-tertiary .tp-bullet.selected { + background: var(--tertiary); +} + +.slide-overlay-quaternary .slotholder:after { + background-color: var(--quaternary) !important; +} + +.slider-container .tp-caption-overlay-quaternary { + background: var(--quaternary); +} + +.slider-container .tp-caption-overlay-opacity-quaternary { + background: var(--quaternary-rgba-35); +} + +.tp-bullets.bullets-color-quaternary .tp-bullet:hover, .tp-bullets.bullets-color-quaternary .tp-bullet.selected { + background: var(--quaternary); +} + +.slide-overlay-dark .slotholder:after { + background-color: var(--dark) !important; +} + +.slider-container .tp-caption-overlay-dark { + background: var(--dark); +} + +.slider-container .tp-caption-overlay-opacity-dark { + background: var(--dark-rgba-35); +} + +.tp-bullets.bullets-color-dark .tp-bullet:hover, .tp-bullets.bullets-color-dark .tp-bullet.selected { + background: var(--dark); +} + +.slide-overlay-light .slotholder:after { + background-color: var(--light) !important; +} + +.slider-container .tp-caption-overlay-light { + background: var(--light); +} + +.slider-container .tp-caption-overlay-opacity-light { + background: var(--light-rgba-35); +} + +.tp-bullets.bullets-color-light .tp-bullet:hover, .tp-bullets.bullets-color-light .tp-bullet.selected { + background: var(--light); +} + +.slide-overlay.slide-overlay-gradient .slotholder:after { + background-color: var(--tertiary) !important; + background-image: linear-gradient(to right, var(--tertiary) 0%, var(--quaternary) 100%) !important; +} + +/* Social Icons */ +.social-icons { + margin: 0; + padding: 0; + width: auto; +} + +.social-icons li { + display: inline-block; + margin: -1px 1px 0 0; + padding: 0; + border-radius: 100%; + overflow: visible; +} + +.social-icons li a { + transition: all 0.2s ease; + border-radius: 100%; + display: block; + height: 28px; + line-height: 28px; + width: 28px; + text-align: center; + color: var(--dark--200) !important; + text-decoration: none; + font-size: 12.8px; + font-size: 0.8rem; +} + +.social-icons li:hover a { + background: #151719; + color: var(--light) !important; +} + +.social-icons li:hover.social-icons-x a { + background: #1aa9e1 !important; +} + +.social-icons li:hover.social-icons-facebook a { + background: #3b5a9a !important; +} + +.social-icons li:hover.social-icons-linkedin a { + background: #0073b2 !important; +} + +.social-icons li:hover.social-icons-rss a { + background: #ff8201 !important; +} + +.social-icons li:hover.social-icons-googleplus a { + background: #dd4b39 !important; +} + +.social-icons li:hover.social-icons-pinterest a { + background: #cc2127 !important; +} + +.social-icons li:hover.social-icons-youtube a { + background: #c3191e !important; +} + +.social-icons li:hover.social-icons-instagram a { + background: #7c4a3a !important; +} + +.social-icons li:hover.social-icons-skype a { + background: #00b0f6 !important; +} + +.social-icons li:hover.social-icons-email a { + background: #dd4b39 !important; +} + +.social-icons li:hover.social-icons-vk a { + background: #6383a8 !important; +} + +.social-icons li:hover.social-icons-xing a { + background: #1a7576 !important; +} + +.social-icons li:hover.social-icons-tumblr a { + background: #304e6c !important; +} + +.social-icons li:hover.social-icons-reddit a { + background: #ff4107 !important; +} + +.social-icons li:hover.social-icons-whatsapp a { + background: #25d366 !important; +} + +.social-icons.social-icons-dark li a { + background: #181818; +} + +.social-icons.social-icons-dark li a i { + color: var(--light); +} + +.social-icons.social-icons-dark-2 li a { + background: #272a2e; +} + +.social-icons.social-icons-dark-2 li a i { + color: var(--light); +} + +.social-icons.social-icons-transparent li { + box-shadow: none; +} + +.social-icons.social-icons-transparent li a { + background: transparent; +} + +.social-icons.social-icons-icon-gray li a { + color: var(--default) !important; +} + +.social-icons.social-icons-icon-gray li:hover a { + color: var(--light) !important; +} + +.social-icons.social-icons-icon-light li a i { + color: var(--light); +} + +.social-icons.social-icons-icon-light.social-icons-clean li a i { + color: var(--light) !important; +} + +.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a { + height: 33px; + line-height: 33px; + width: 33px; + font-size: 14.4px; + font-size: 0.9rem; +} + +.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a { + height: 48px; + line-height: 50px; + width: 48px; +} + +@media (max-width: 400px) { + .social-icons.social-icons-big li a, .social-icons.social-icons-lg li a { + height: 38px; + line-height: 40px; + width: 38px; + } +} + +.social-icons.social-icons-opacity-light li a { + background: rgba(255, 255, 255, 0.04); +} + +.social-icons.social-icons-clean-with-border li a { + background: transparent; + color: var(--light) !important; + border: 1px solid rgba(255, 255, 255, 0.1); +} + +.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-border-grey li a { + border: 1px solid #e7e7e7; +} + +.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a { + color: #212121 !important; +} + +.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a { + color: var(--light) !important; +} + +.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li { + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); +} + +.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a { + background: var(--light); +} + +.social-icons-dark.social-icons-clean li a, +.social-icons-dark-2.social-icons-clean li a { + background: transparent; + color: var(--light) !important; +} + +/* Sort Source Wrapper */ +.sort-source-wrapper { + padding: 8px 0; + position: relative; +} + +.sort-source-wrapper .nav { + margin: -100px 0 5px; +} + +.sort-source-wrapper .nav > li > a { + color: var(--light); + background: transparent; +} + +.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus { + background: transparent; +} + +.sort-source-wrapper .nav > li.active > a { + background: transparent; +} + +.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus { + background: transparent; +} + +/* Sort Source */ +.sort-source { + clear: both; +} + +.sort-source.d-none { + display: block !important; + width: 0; + height: 0; + overflow: hidden; +} + +.sort-source > li > a { + padding: 6px 12px; + text-decoration: none; +} + +.sort-source.sort-source-style-2 { + margin: -10px auto; +} + +.sort-source.sort-source-style-2 > li { + float: none; + display: inline-block; +} + +.sort-source.sort-source-style-2 > li > a, .sort-source.sort-source-style-2 > li > a:focus, .sort-source.sort-source-style-2 > li > a:hover { + background: transparent; + color: var(--light); + display: inline-block; + border-radius: 0; + margin: 0; + padding: 18px 28px; + position: relative; + text-decoration: none; +} + +.sort-source.sort-source-style-2 > li > a:after { + transition: margin 0.3s; + width: 0; + height: 0; + border-left: 20px solid transparent; + border-right: 20px solid transparent; + border-top: 15px solid var(--grey-500); + content: " "; + display: block; + position: absolute; + left: 50%; + margin-left: -20px; + margin-top: 0; + opacity: 0; +} + +.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover { + background: transparent; +} + +.sort-source.sort-source-style-2 > li.active > a:after { + opacity: 1; + margin-top: 18px; +} + +/* Sort Source Style 2 */ +@media (max-width: 991px) { + .sort-source.sort-source-style-2 > li { + display: block; + } + + .sort-source.sort-source-style-2 > li.active > a:after { + display: none !important; + } +} + +/* Sort Source Style 3 */ +.sort-source.sort-source-style-3 > li > a { + color: var(--default); +} + +.sort-source.sort-source-style-3 > li.active > a { + background: transparent !important; + border-bottom: 3px solid var(--grey-500); + border-radius: 0; +} + +/* Sort Destination */ +.sort-destination { + overflow: hidden; +} + +.sort-destination .isotope-item { + min-width: 1px; +} + +.sort-destination.full-width { + position: relative; +} + +.sort-destination.full-width .isotope-item { + width: 20%; + float: left; +} + +.sort-destination.full-width .isotope-item.w2 { + width: 40%; +} + +.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img { + border-radius: 0; +} + +.sort-destination.full-width-spaced { + margin-top: 50px; + margin-left: 20px; + margin-right: 20px; +} + +.sort-destination.full-width-spaced .portfolio-item { + margin-left: 20px; + margin-right: 20px; +} + +.sort-destination.sort-destination-items-hardware-acc .isotope-item { + transform: translate3d(0, 0, 0); +} + +html.gecko .sort-destination.sort-destination-margin > [class*="col-"] { + margin: -1px; +} + +.sort-source-wrapper + .sort-destination.full-width { + margin: 0 0 -81px; + top: -51px; +} + +.sort-source-wrapper + .sort-destination-loader .full-width { + margin: 0 0 -81px; + top: -51px; +} + +/* Sort Loading */ +.sort-destination-loader { + height: auto; + overflow: hidden; + position: relative; +} + +.sort-destination-loader:after { + transition: opacity 0.3s; + content: ' '; + background: var(--light); + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + z-index: 1; + opacity: 0; +} + +.sort-destination-loader .bounce-loader { + display: none; +} + +.sort-destination-loader.sort-destination-loader-showing { + max-height: 200px; +} + +.sort-destination-loader.sort-destination-loader-showing:after { + opacity: 1; +} + +.sort-destination-loader.sort-destination-loader-showing .bounce-loader { + display: block; +} + +.sort-destination-loader.loader-showing-dark:after { + background: #181818; +} + +.sort-destination-loader.sort-destination-loader-loaded { + overflow: visible; +} + +.sort-destination-loader.sort-destination-loader-loaded:after { + display: none; +} + +.sort-destination-loader-full-width { + overflow: visible; +} + +.sort-destination-loader-full-width:after { + bottom: -81px; + top: -51px; +} + +.sort-destination-loader-full-width.sort-destination-loader-showing { + overflow: hidden; + height: 600px; +} + +.sort-destination-loader-lg.sort-destination-loader-showing { + height: 600px; +} + +.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader { + display: block !important; +} + +@media (min-width: 992px) { + .col-md-6.isotope-item:nth-child(2n+1) { + clear: both; + } + + .col-md-4.isotope-item:nth-child(3n+1) { + clear: both; + } + + .col-md-3.isotope-item:nth-child(4n+1) { + clear: both; + } + + .col-md-1-5.isotope-item:nth-child(5n+1) { + clear: both; + } + + .col-md-2.isotope-item:nth-child(6n+1) { + clear: both; + } + + .sort-destination.full-width .isotope-item:nth-child(5n+1) { + clear: both; + } +} + +@media (max-width: 991px) { + .sort-destination.isotope { + overflow: visible !important; + height: auto !important; + } + + .sort-destination.isotope.full-width { + overflow: hidden !important; + } + + .isotope-hidden { + display: none !important; + } +} + +@media (max-width: 767px) { + .isotope-item { + position: static !important; + text-align: center; + width: 100%; + margin-left: auto; + margin-right: auto; + transform: none !important; + } + + .isotope-item.product { + position: relative !important; + } + + .sort-source-wrapper { + background: #151719; + clear: both; + margin-top: -35px; + } + + .sort-source-wrapper .nav { + margin: 0; + } + + .sort-destination { + height: auto !important; + } + + .sort-destination.full-width, + .sort-source-wrapper + .sort-destination.full-width { + max-width: none; + margin: 0 0 -30px; + top: 0; + } + + .sort-destination.full-width .isotope-item, + .sort-source-wrapper + .sort-destination.full-width .isotope-item { + max-width: 100%; + } + + .sort-source-wrapper + .sort-destination-loader .full-width { + margin: 0 0 -30px; + top: 0; + } +} + +@media (max-width: 575px) { + .sort-destination.full-width .isotope-item, + .sort-source-wrapper + .sort-destination.full-width .isotope-item { + position: static !important; + clear: both; + float: none; + width: auto; + } +} + +/* Sort Colors */ +.sort-source-wrapper .nav > li.active > a { + color: var(--primary); +} + +.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus { + color: var(--primary); +} + +.sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: var(--primary); +} + +.sort-source.sort-source-style-3 > li.active > a { + border-bottom-color: var(--primary) !important; + color: var(--primary) !important; +} + +/* Clip SVG */ +.clip-svg { + width: 0; + height: 0; +} + +/* SVG Colors */ +.svg-fill-color-primary { + fill: var(--primary) !important; +} + +.svg-fill-color-primary svg path, .svg-fill-color-primary svg rect, .svg-fill-color-primary svg line, .svg-fill-color-primary svg polyline, .svg-fill-color-primary svg polygon { + fill: var(--primary) !important; +} + +.svg-fill-color-hover-primary:hover { + fill: var(--primary) !important; +} + +.svg-fill-color-hover-primary svg:hover path, .svg-fill-color-hover-primary svg:hover rect, .svg-fill-color-hover-primary svg:hover line, .svg-fill-color-hover-primary svg:hover polyline, .svg-fill-color-hover-primary svg:hover polygon { + fill: var(--primary) !important; +} + +.svg-stroke-color-primary { + stroke: var(--primary) !important; +} + +.svg-stroke-color-primary svg path, .svg-stroke-color-primary svg rect, .svg-stroke-color-primary svg line, .svg-stroke-color-primary svg polyline, .svg-stroke-color-primary svg polygon { + stroke: var(--primary) !important; +} + +.svg-stroke-color-hover-primary:hover { + stroke: var(--primary) !important; +} + +.svg-stroke-color-hover-primary svg:hover path, .svg-stroke-color-hover-primary svg:hover rect, .svg-stroke-color-hover-primary svg:hover line, .svg-stroke-color-hover-primary svg:hover polyline, .svg-stroke-color-hover-primary svg:hover polygon { + stroke: var(--primary) !important; +} + +.svg-fill-color-secondary { + fill: var(--secondary) !important; +} + +.svg-fill-color-secondary svg path, .svg-fill-color-secondary svg rect, .svg-fill-color-secondary svg line, .svg-fill-color-secondary svg polyline, .svg-fill-color-secondary svg polygon { + fill: var(--secondary) !important; +} + +.svg-fill-color-hover-secondary:hover { + fill: var(--secondary) !important; +} + +.svg-fill-color-hover-secondary svg:hover path, .svg-fill-color-hover-secondary svg:hover rect, .svg-fill-color-hover-secondary svg:hover line, .svg-fill-color-hover-secondary svg:hover polyline, .svg-fill-color-hover-secondary svg:hover polygon { + fill: var(--secondary) !important; +} + +.svg-stroke-color-secondary { + stroke: var(--secondary) !important; +} + +.svg-stroke-color-secondary svg path, .svg-stroke-color-secondary svg rect, .svg-stroke-color-secondary svg line, .svg-stroke-color-secondary svg polyline, .svg-stroke-color-secondary svg polygon { + stroke: var(--secondary) !important; +} + +.svg-stroke-color-hover-secondary:hover { + stroke: var(--secondary) !important; +} + +.svg-stroke-color-hover-secondary svg:hover path, .svg-stroke-color-hover-secondary svg:hover rect, .svg-stroke-color-hover-secondary svg:hover line, .svg-stroke-color-hover-secondary svg:hover polyline, .svg-stroke-color-hover-secondary svg:hover polygon { + stroke: var(--secondary) !important; +} + +.svg-fill-color-tertiary { + fill: var(--tertiary) !important; +} + +.svg-fill-color-tertiary svg path, .svg-fill-color-tertiary svg rect, .svg-fill-color-tertiary svg line, .svg-fill-color-tertiary svg polyline, .svg-fill-color-tertiary svg polygon { + fill: var(--tertiary) !important; +} + +.svg-fill-color-hover-tertiary:hover { + fill: var(--tertiary) !important; +} + +.svg-fill-color-hover-tertiary svg:hover path, .svg-fill-color-hover-tertiary svg:hover rect, .svg-fill-color-hover-tertiary svg:hover line, .svg-fill-color-hover-tertiary svg:hover polyline, .svg-fill-color-hover-tertiary svg:hover polygon { + fill: var(--tertiary) !important; +} + +.svg-stroke-color-tertiary { + stroke: var(--tertiary) !important; +} + +.svg-stroke-color-tertiary svg path, .svg-stroke-color-tertiary svg rect, .svg-stroke-color-tertiary svg line, .svg-stroke-color-tertiary svg polyline, .svg-stroke-color-tertiary svg polygon { + stroke: var(--tertiary) !important; +} + +.svg-stroke-color-hover-tertiary:hover { + stroke: var(--tertiary) !important; +} + +.svg-stroke-color-hover-tertiary svg:hover path, .svg-stroke-color-hover-tertiary svg:hover rect, .svg-stroke-color-hover-tertiary svg:hover line, .svg-stroke-color-hover-tertiary svg:hover polyline, .svg-stroke-color-hover-tertiary svg:hover polygon { + stroke: var(--tertiary) !important; +} + +.svg-fill-color-quaternary { + fill: var(--quaternary) !important; +} + +.svg-fill-color-quaternary svg path, .svg-fill-color-quaternary svg rect, .svg-fill-color-quaternary svg line, .svg-fill-color-quaternary svg polyline, .svg-fill-color-quaternary svg polygon { + fill: var(--quaternary) !important; +} + +.svg-fill-color-hover-quaternary:hover { + fill: var(--quaternary) !important; +} + +.svg-fill-color-hover-quaternary svg:hover path, .svg-fill-color-hover-quaternary svg:hover rect, .svg-fill-color-hover-quaternary svg:hover line, .svg-fill-color-hover-quaternary svg:hover polyline, .svg-fill-color-hover-quaternary svg:hover polygon { + fill: var(--quaternary) !important; +} + +.svg-stroke-color-quaternary { + stroke: var(--quaternary) !important; +} + +.svg-stroke-color-quaternary svg path, .svg-stroke-color-quaternary svg rect, .svg-stroke-color-quaternary svg line, .svg-stroke-color-quaternary svg polyline, .svg-stroke-color-quaternary svg polygon { + stroke: var(--quaternary) !important; +} + +.svg-stroke-color-hover-quaternary:hover { + stroke: var(--quaternary) !important; +} + +.svg-stroke-color-hover-quaternary svg:hover path, .svg-stroke-color-hover-quaternary svg:hover rect, .svg-stroke-color-hover-quaternary svg:hover line, .svg-stroke-color-hover-quaternary svg:hover polyline, .svg-stroke-color-hover-quaternary svg:hover polygon { + stroke: var(--quaternary) !important; +} + +.svg-fill-color-dark { + fill: var(--dark) !important; +} + +.svg-fill-color-dark svg path, .svg-fill-color-dark svg rect, .svg-fill-color-dark svg line, .svg-fill-color-dark svg polyline, .svg-fill-color-dark svg polygon { + fill: var(--dark) !important; +} + +.svg-fill-color-hover-dark:hover { + fill: var(--dark) !important; +} + +.svg-fill-color-hover-dark svg:hover path, .svg-fill-color-hover-dark svg:hover rect, .svg-fill-color-hover-dark svg:hover line, .svg-fill-color-hover-dark svg:hover polyline, .svg-fill-color-hover-dark svg:hover polygon { + fill: var(--dark) !important; +} + +.svg-stroke-color-dark { + stroke: var(--dark) !important; +} + +.svg-stroke-color-dark svg path, .svg-stroke-color-dark svg rect, .svg-stroke-color-dark svg line, .svg-stroke-color-dark svg polyline, .svg-stroke-color-dark svg polygon { + stroke: var(--dark) !important; +} + +.svg-stroke-color-hover-dark:hover { + stroke: var(--dark) !important; +} + +.svg-stroke-color-hover-dark svg:hover path, .svg-stroke-color-hover-dark svg:hover rect, .svg-stroke-color-hover-dark svg:hover line, .svg-stroke-color-hover-dark svg:hover polyline, .svg-stroke-color-hover-dark svg:hover polygon { + stroke: var(--dark) !important; +} + +.svg-fill-color-light { + fill: var(--light) !important; +} + +.svg-fill-color-light svg path, .svg-fill-color-light svg rect, .svg-fill-color-light svg line, .svg-fill-color-light svg polyline, .svg-fill-color-light svg polygon { + fill: var(--light) !important; +} + +.svg-fill-color-hover-light:hover { + fill: var(--light) !important; +} + +.svg-fill-color-hover-light svg:hover path, .svg-fill-color-hover-light svg:hover rect, .svg-fill-color-hover-light svg:hover line, .svg-fill-color-hover-light svg:hover polyline, .svg-fill-color-hover-light svg:hover polygon { + fill: var(--light) !important; +} + +.svg-stroke-color-light { + stroke: var(--light) !important; +} + +.svg-stroke-color-light svg path, .svg-stroke-color-light svg rect, .svg-stroke-color-light svg line, .svg-stroke-color-light svg polyline, .svg-stroke-color-light svg polygon { + stroke: var(--light) !important; +} + +.svg-stroke-color-hover-light:hover { + stroke: var(--light) !important; +} + +.svg-stroke-color-hover-light svg:hover path, .svg-stroke-color-hover-light svg:hover rect, .svg-stroke-color-hover-light svg:hover line, .svg-stroke-color-hover-light svg:hover polyline, .svg-stroke-color-hover-light svg:hover polygon { + stroke: var(--light) !important; +} + +/* SVG Animations */ +.svg-animation-effect-1-hover:hover svg path, .svg-animation-effect-1-hover:hover svg polygon, .svg-animation-effect-1-hover:hover svg polyline, .svg-animation-effect-1-hover:hover svg rect { + stroke: var(--primary); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg rect { + stroke: var(--primary); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg rect { + stroke: var(--secondary); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg rect { + stroke: var(--tertiary); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg rect { + stroke: var(--quaternary); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg rect { + stroke: var(--dark); +} + +.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg rect { + stroke: var(--light); +} + +/* Tables */ +.table td, .table th { + border-color: rgba(0, 0, 0, 0.06); +} + +.table > :not(:first-child) { + border-top-color: rgba(0, 0, 0, 0.06); +} + +/* Tabs */ +.tabs { + border-radius: 4px; + margin-bottom: 20px; +} + +.nav-tabs { + margin: 0; + padding: 0; + border-bottom-color: #EEE; +} + +.nav-tabs li:last-child .nav-link { + margin-right: 0; +} + +.nav-tabs li .nav-link { + border-radius: 5px 5px 0 0; + font-size: 13px; + font-weight: 600; + letter-spacing: -0.2px; + padding: 11.2px 24px; + padding: .7rem 1.5rem; + transition: all .2s; + margin-right: 1px; +} + +.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover { + background: var(--grey-100); + border-bottom: none; + border-left: 1px solid #EEE; + border-right: 1px solid #EEE; + border-top: 3px solid #EEE; + color: var(--grey-500); +} + +.nav-tabs li .nav-link:hover { + border-bottom-color: transparent; + border-top: 3px solid var(--grey-500); + box-shadow: none; +} + +.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link:focus { + background: var(--light); + border-left-color: #EEE; + border-right-color: #EEE; + border-top: 3px solid var(--grey-500); + color: var(--grey-500); +} + +.tab-content { + border-radius: 0 0 4px 4px; + box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04); + background-color: var(--light); + border: 1px solid #EEE; + border-top: 0; + padding: 15px; +} + +/* Right Aligned */ +.nav-tabs.nav-right { + text-align: right; +} + +/* Bottom Tabs */ +.tabs.tabs-bottom { + margin: 0 0 20px 0; + padding: 0; +} + +.tabs.tabs-bottom .tab-content { + border-radius: 4px 4px 0 0; + border-bottom: 0; + border-top: 1px solid #EEE; +} + +.tabs.tabs-bottom .nav-tabs { + border-bottom: none; + border-top: 1px solid #EEE; +} + +.tabs.tabs-bottom .nav-tabs li { + margin-bottom: 0; + margin-top: -1px; +} + +.tabs.tabs-bottom .nav-tabs li:last-child .nav-link { + margin-right: 0; +} + +.tabs.tabs-bottom .nav-tabs li .nav-link { + border-radius: 0 0 5px 5px; + font-size: 13px; + margin-right: 1px; + border-bottom: 3px solid var(--grey-500); + border-top-color: transparent !important; +} + +.tabs.tabs-bottom .nav-tabs li .nav-link.active, .tabs.tabs-bottom .nav-tabs li .nav-link.active:hover, .tabs.tabs-bottom .nav-tabs li .nav-link.active:focus { + border-bottom: 3px solid var(--grey-500); + border-top-color: transparent !important; +} + +.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover { + border-bottom: 3px solid #EEE; + border-top: 1px solid #EEE; +} + +.tabs.tabs-bottom .nav-tabs li .nav-link:hover { + border-bottom: 3px solid var(--grey-500); + border-top: 1px solid #EEE; +} + +/* Vertical */ +.tabs-vertical { + display: table; + width: 100%; + padding: 0; + border-top: 1px solid #EEE; +} + +.tabs-vertical .tab-content { + display: table-cell; + vertical-align: top; +} + +.tabs-vertical .nav-tabs { + border-bottom: none; + display: table-cell; + height: 100%; + float: none; + padding: 0; + vertical-align: top; + width: 25%; +} + +.tabs-vertical .nav-tabs > li { + display: block; +} + +.tabs-vertical .nav-tabs > li .nav-link { + border-radius: 0; + display: block; + padding-top: 10px; +} + +.tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus { + border-bottom: none; + border-top: none; +} + +.tabs-vertical .nav-tabs > li .nav-link.active, .tabs-vertical .nav-tabs > li .nav-link.active:hover, .tabs-vertical .nav-tabs > li .nav-link.active:focus { + border-top: none; +} + +/* Vertical - Left Side */ +.tabs-left { + padding: 0; +} + +.tabs-left .tab-content { + border-radius: 0 5px 5px 5px; + border-left: none; +} + +.tabs-left .nav-tabs > li { + margin-right: -1px; +} + +.tabs-left .nav-tabs > li:first-child .nav-link { + border-radius: 5px 0 0 0; +} + +.tabs-left .nav-tabs > li:last-child .nav-link { + border-radius: 0 0 0 5px; + border-bottom: 1px solid #eee; +} + +.tabs-left .nav-tabs > li .nav-link { + border-right: 1px solid #EEE; + border-left: 3px solid #EEE; + margin-right: 1px; + margin-left: -3px; +} + +.tabs-left .nav-tabs > li .nav-link:hover { + border-left-color: var(--grey-500); +} + +.tabs-left .nav-tabs > li .nav-link.active, .tabs-left .nav-tabs > li .nav-link.active:hover, .tabs-left .nav-tabs > li .nav-link.active:focus { + border-left: 3px solid var(--grey-500); + border-right-color: var(--light); +} + +/* Vertical - Right Side */ +.tabs-right { + padding: 0; +} + +.tabs-right .tab-content { + border-radius: 5px 0 5px 5px; + border-right: none; +} + +.tabs-right .nav-tabs > li { + margin-left: -1px; +} + +.tabs-right .nav-tabs > li:first-child .nav-link { + border-radius: 0 5px 0 0; +} + +.tabs-right .nav-tabs > li:last-child .nav-link { + border-radius: 0 0 5px 0; + border-bottom: 1px solid #eee; +} + +.tabs-right .nav-tabs > li .nav-link { + border-right: 3px solid #EEE; + border-left: 1px solid #EEE; + margin-right: 1px; + margin-left: 1px; +} + +.tabs-right .nav-tabs > li .nav-link:hover { + border-right-color: var(--grey-500); +} + +.tabs-right .nav-tabs > li .nav-link.active, .tabs-right .nav-tabs > li .nav-link.active:hover, .tabs-right .nav-tabs > li .nav-link.active:focus { + border-right: 3px solid var(--grey-500); + border-left: 1px solid #FFF; +} + +/* Justified */ +.nav-tabs.nav-justified { + padding: 0; + margin-bottom: -1px; +} + +.nav-tabs.nav-justified li { + margin-bottom: 0; +} + +.nav-tabs.nav-justified li:first-child .nav-link, +.nav-tabs.nav-justified li:first-child .nav-link:hover { + border-radius: 5px 0 0 0; +} + +.nav-tabs.nav-justified li:last-child .nav-link, +.nav-tabs.nav-justified li:last-child .nav-link:hover { + border-radius: 0 5px 0 0; +} + +.nav-tabs.nav-justified li .nav-link { + border-bottom: 1px solid #DDD; + border-radius: 0; + margin-right: 0; +} + +.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus { + border-bottom: 1px solid #DDD; +} + +.nav-tabs.nav-justified li .nav-link.active { + border-bottom: 1px solid #FFF; +} + +.nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus { + background: var(--light); + border-left-color: #EEE; + border-right-color: #EEE; + border-top-width: 3px; +} + +.nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-width: 3px; +} + +.nav-tabs.nav-justified li .nav-link.active:hover { + border-bottom: 1px solid #FFF; +} + +/* Bottom Tabs with Justified Nav */ +.tabs.tabs-bottom { + padding: 0; +} + +.tabs.tabs-bottom .nav.nav-tabs.nav-justified { + border-top: none; +} + +.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link { + margin-right: 0; + border-top-color: transparent; +} + +.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: transparent; +} + +.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link { + border-radius: 0 0 0 5px; +} + +.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link { + margin-right: 0; + border-radius: 0 0 5px 0; +} + +/* Center */ +.tabs-center .nav-tabs { + margin: 0 auto; + text-align: center; +} + +/* Navigation */ +.tabs-navigation { + border-radius: 5px; +} + +.tabs-navigation .nav-tabs > li { + margin-bottom: 1px; +} + +.tabs-navigation .nav-tabs > li .nav-link { + color: var(--default); + padding: 18px; + line-height: 100%; + position: relative; +} + +.tabs-navigation .nav-tabs > li .nav-link:before { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + font-size: 10px; + content: "\f054"; + position: absolute; + right: 15px; + top: 50%; + transform: translateY(-50%); +} + +.tabs-navigation .nav-tabs > li .nav-link [class*="fa-"], .tabs-navigation .nav-tabs > li .nav-link .icons { + margin-right: 4px; +} + +.tabs-navigation .nav-tabs li:first-child .nav-link { + border-radius: 5px 5px 0 0; +} + +.tabs-navigation .nav-tabs li .nav-link.active, .tabs-navigation .nav-tabs li .nav-link.active:hover, .tabs-navigation .nav-tabs li .nav-link.active:focus { + border-right-color: #eee; +} + +.tabs-navigation .nav-tabs li:last-child .nav-link { + border-radius: 0 0 5px 5px; +} + +.tabs-navigation-simple { + border: 0 !important; + border-radius: 0 !important; +} + +.tabs-navigation-simple .nav-tabs { + border: 0 !important; + border-radius: 0 !important; +} + +.tabs-navigation-simple .nav-tabs .nav-link, .tabs-navigation-simple .nav-tabs .nav-link:hover { + background: transparent !important; + border-radius: 0 !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; + border-left: 0 !important; + padding-left: 0 !important; +} + +.tabs-navigation-simple .nav-tabs li:last-child .nav-link, .tabs-navigation-simple .nav-tabs li:last-child .nav-link:hover { + border-bottom: 0 !important; +} + +.tab-pane-navigation { + display: none; +} + +.tab-pane-navigation.active { + display: block; +} + +/* Simple */ +.tabs.tabs-simple .nav-tabs { + justify-content: center; + border: 0; + margin-bottom: 10px; +} + +.tabs.tabs-simple .nav-tabs > li { + margin-left: 0; + margin-bottom: 20px; +} + +.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus { + padding: 15px 30px; + background: none; + border: 0; + border-bottom: 3px solid #eee; + border-radius: 0; + color: var(--default); + font-size: 16px; +} + +.tabs.tabs-simple .tab-content { + background: transparent; + border: 0; + padding: 0; + margin: 0; + box-shadow: none; +} + +.tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs { + border-bottom: 3px solid #eee; +} + +.tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs > li { + margin-bottom: -3px; +} + +@media (max-width: 575px) { + .tabs .nav.nav-tabs.nav-justified li { + display: block; + margin-bottom: -5px; + } + + .tabs .nav.nav-tabs.nav-justified li .nav-link { + border-top-width: 3px !important; + border-bottom-width: 0 !important; + } + + .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link, + .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover { + border-radius: 5px 5px 0 0; + } + + .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link, + .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover { + border-radius: 0; + } + + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li { + margin-bottom: 0; + margin-top: -5px; + } + + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link { + border-bottom-width: 3px !important; + border-top-width: 0 !important; + } + + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link, + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover { + border-radius: 0; + } + + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link, + .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover { + border-radius: 0 0 5px 5px; + } +} + +.responsive-tabs-container .tab-pane { + margin-bottom: 15px; +} + +.responsive-tabs-container .accordion-link { + display: none; + margin-bottom: 10px; + padding: 10px 15px; + background-color: var(--grey-100); + border-radius: 3px; + border: 1px solid #ebebeb; +} + +@media (max-width: 767px) { + .responsive-tabs-container.accordion-xs .nav-tabs { + display: none; + } + + .responsive-tabs-container.accordion-xs .accordion-link { + display: block; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .responsive-tabs-container.accordion-sm .nav-tabs { + display: none; + } + + .responsive-tabs-container.accordion-sm .accordion-link { + display: block; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .responsive-tabs-container.accordion-md .nav-tabs { + display: none; + } + + .responsive-tabs-container.accordion-md .accordion-link { + display: block; + } +} + +@media (min-width: 1200px) { + .responsive-tabs-container.accordion-lg .nav-tabs { + display: none; + } + + .responsive-tabs-container.accordion-lg .accordion-link { + display: block; + } +} + +/* Tabs - Skin */ +html body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, +html body .tabs .nav-tabs .nav-link.active, +html.dark body .tabs .nav-tabs .nav-link, +html.dark body .tabs .nav-tabs .nav-link:hover, +html.dark body .tabs .nav-tabs .nav-link.active { + color: var(--primary); +} + +html body .tabs .nav-tabs .nav-link:hover, +html body .tabs .nav-tabs .nav-link:focus, +html body .tabs .nav-tabs .nav-link.active, +html body .tabs .nav-tabs.nav-justified .nav-link.active, +html body .tabs .nav-tabs.nav-justified .nav-link:hover, +html body .tabs .nav-tabs.nav-justified .nav-link:focus, +html.dark body .tabs .nav-tabs .nav-link:hover, +html.dark body .tabs .nav-tabs .nav-link:focus, +html.dark body .tabs .nav-tabs .nav-link.active, +html.dark body .tabs .nav-tabs.nav-justified .nav-link.active, +html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, +html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus { + border-top-color: var(--primary); +} + +html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs.tabs-bottom .nav-tabs .nav-link.active, +html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, +html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, +html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, +html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, +html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus { + border-bottom-color: var(--primary); +} + +html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, +html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, +html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, +html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus { + border-left-color: var(--primary); +} + +html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, +html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, +html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, +html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus { + border-right-color: var(--primary); +} + +html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, +html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, +html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, +html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover, +html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, +html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, +html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, +html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover { + border-top-color: var(--primary); + color: var(--primary); +} + +html body .tabs-primary .nav-tabs li .nav-link, html body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs li .nav-link, +html.dark body .tabs-primary .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { + color: var(--primary); +} + +html body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--primary); +} + +html body .tabs-primary .nav-tabs li .nav-link.active, html body .tabs-primary .nav-tabs li .nav-link.active:hover, html body .tabs-primary .nav-tabs li .nav-link.active:focus, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-primary .nav-tabs li .nav-link.active, +html.dark body .tabs-primary .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-primary .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--primary); + color: var(--primary); +} + +html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--primary); +} + +html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--primary) !important; + border-bottom-color: var(--primary); +} + +html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--primary); +} + +html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--primary); +} + +html body .tabs-secondary .nav-tabs li .nav-link, html body .tabs-secondary .nav-tabs li .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs li .nav-link, +html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover { + color: var(--secondary); +} + +html body .tabs-secondary .nav-tabs li .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--secondary); +} + +html body .tabs-secondary .nav-tabs li .nav-link.active, html body .tabs-secondary .nav-tabs li .nav-link.active:hover, html body .tabs-secondary .nav-tabs li .nav-link.active:focus, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-secondary .nav-tabs li .nav-link.active, +html.dark body .tabs-secondary .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-secondary .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--secondary); + color: var(--secondary); +} + +html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--secondary); +} + +html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--secondary) !important; + border-bottom-color: var(--secondary); +} + +html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--secondary); +} + +html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--secondary); +} + +html body .tabs-tertiary .nav-tabs li .nav-link, html body .tabs-tertiary .nav-tabs li .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs li .nav-link, +html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover { + color: var(--tertiary); +} + +html body .tabs-tertiary .nav-tabs li .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--tertiary); +} + +html body .tabs-tertiary .nav-tabs li .nav-link.active, html body .tabs-tertiary .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-tertiary .nav-tabs li .nav-link.active, +html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--tertiary); + color: var(--tertiary); +} + +html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--tertiary); +} + +html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--tertiary) !important; + border-bottom-color: var(--tertiary); +} + +html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--tertiary); +} + +html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--tertiary); +} + +html body .tabs-quaternary .nav-tabs li .nav-link, html body .tabs-quaternary .nav-tabs li .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs li .nav-link, +html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover { + color: var(--quaternary); +} + +html body .tabs-quaternary .nav-tabs li .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--quaternary); +} + +html body .tabs-quaternary .nav-tabs li .nav-link.active, html body .tabs-quaternary .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-quaternary .nav-tabs li .nav-link.active, +html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--quaternary); + color: var(--quaternary); +} + +html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--quaternary); +} + +html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--quaternary) !important; + border-bottom-color: var(--quaternary); +} + +html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--quaternary); +} + +html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--quaternary); +} + +html body .tabs-dark .nav-tabs li .nav-link, html body .tabs-dark .nav-tabs li .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link, html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs li .nav-link, +html.dark body .tabs-dark .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover { + color: var(--dark); +} + +html body .tabs-dark .nav-tabs li .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--dark); +} + +html body .tabs-dark .nav-tabs li .nav-link.active, html body .tabs-dark .nav-tabs li .nav-link.active:hover, html body .tabs-dark .nav-tabs li .nav-link.active:focus, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-dark .nav-tabs li .nav-link.active, +html.dark body .tabs-dark .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-dark .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--dark); + color: var(--dark); +} + +html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--dark); +} + +html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--dark) !important; + border-bottom-color: var(--dark); +} + +html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--dark); +} + +html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--dark); +} + +html body .tabs-light .nav-tabs li .nav-link, html body .tabs-light .nav-tabs li .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link, html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light .nav-tabs li .nav-link, +html.dark body .tabs-light .nav-tabs li .nav-link:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover { + color: var(--light); +} + +html body .tabs-light .nav-tabs li .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light .nav-tabs li .nav-link:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: var(--light); +} + +html body .tabs-light .nav-tabs li .nav-link.active, html body .tabs-light .nav-tabs li .nav-link.active:hover, html body .tabs-light .nav-tabs li .nav-link.active:focus, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-light .nav-tabs li .nav-link.active, +html.dark body .tabs-light .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-light .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active:focus { + border-top-color: var(--light); + color: var(--light); +} + +html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active, +html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus { + border-bottom-color: var(--light); +} + +html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, +html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, +html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus { + color: var(--light) !important; + border-bottom-color: var(--light); +} + +html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:focus, +html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active, +html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, +html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:focus { + border-left-color: var(--light); +} + +html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:focus, +html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active, +html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, +html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:focus { + border-right-color: var(--light); +} + +html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:focus { + border-right-color: var(--primary); + border-left-color: transparent; +} + +html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:focus { + border-right-color: transparent; + border-left-color: var(--primary); +} + +/* Testimonials */ +.testimonial { + margin-bottom: 20px; +} + +.testimonial blockquote { + background: var(--grey-500); + border-radius: 5px; + border: 0; + color: #666; + font-family: 'Playfair Display', serif; + margin: 0; + padding: 40px 64px 40px 72px; + padding: 2.5rem 4rem 2.5rem 4.5rem; + position: relative; +} + +.testimonial blockquote:before { + left: 22px; + top: 21px; + color: var(--light); + content: "“"; + font-size: 85px; + font-style: normal; + line-height: 1; + position: absolute; +} + +.testimonial blockquote p { + color: var(--light); + font-family: 'Playfair Display', serif; + font-size: 1.2em; +} + +.testimonial .testimonial-arrow-down { + border-left: 11px solid transparent; + border-right: 11px solid transparent; + border-top: 8px solid var(--grey-500); + height: 0; + margin: 0 0 0 45px; + width: 0; +} + +.testimonial .testimonial-author { + display: flex; + margin: 12px 0 0 0; +} + +.testimonial .testimonial-author .testimonial-author-thumbnail { + width: auto; +} + +.testimonial .testimonial-author img { + max-width: 25px; +} + +.testimonial .testimonial-author strong { + color: #111; + display: block; + margin-bottom: 2px; + font-size: 16px; + font-size: 1rem; +} + +.testimonial .testimonial-author span { + color: #666; + display: block; + font-size: 12.8px; + font-size: 0.8rem; + font-weight: 600; +} + +.testimonial .testimonial-author p { + color: #999; + text-align: left; + line-height: 1.2; + margin-left: 9.6px; + margin-left: 0.6rem; +} + +/* Style 2 */ +.testimonial.testimonial-style-2 { + text-align: center; +} + +.testimonial.testimonial-style-2 blockquote { + background: transparent !important; + border-radius: var(--border-radius); + padding: 22px 20px; +} + +.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after { + display: none; +} + +.testimonial.testimonial-style-2 blockquote p { + color: var(--default); +} + +.testimonial.testimonial-style-2 .testimonial-arrow-down { + display: none; +} + +.testimonial.testimonial-style-2 .testimonial-author { + padding: 0; + margin: 6px 0 0; + flex-direction: column; +} + +.testimonial.testimonial-style-2 .testimonial-author img { + margin: 0 auto 15px; + max-width: 60px; + max-height: 60px; +} + +.testimonial.testimonial-style-2 .testimonial-author p { + text-align: center; + padding: 0; + margin: 0; +} + +/* Style 3 */ +.testimonial.testimonial-style-3 blockquote { + background: var(--grey-100) !important; + border-radius: var(--border-radius); + padding: 12px 30px; +} + +.testimonial.testimonial-style-3 blockquote:before { + top: 5px; + left: 9px; + color: var(--default); + font-size: 35px; +} + +.testimonial.testimonial-style-3 blockquote:after { + color: var(--default); + font-size: 35px; + bottom: -5px; +} + +.testimonial.testimonial-style-3 blockquote p { + color: var(--default); + font-family: "Poppins", Arial, sans-serif; + font-size: 1em; + font-style: normal; +} + +.testimonial.testimonial-style-3 .testimonial-author { + margin-left: 8px; + align-items: center; +} + +.testimonial.testimonial-style-3 .testimonial-author img { + max-width: 55px; +} + +.testimonial.testimonial-style-3 .testimonial-author p { + margin-bottom: 0; +} + +.testimonial.testimonial-style-3 .testimonial-arrow-down { + margin-left: 20px; + border-top: 10px solid var(--grey-100) !important; +} + +.testimonial.testimonial-style-3.testimonial-style-3-light blockquote { + background: #FFF !important; +} + +.testimonial.testimonial-style-3.testimonial-style-3-light .testimonial-arrow-down { + border-top: 10px solid #FFF !important; +} + +/* Style 4 */ +.testimonial.testimonial-style-4 { + border-radius: 6px; + padding: 8px; + border-top: 1px solid #DFDFDF; + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-right: 1px solid #ECECEC; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); +} + +.testimonial.testimonial-style-4 blockquote { + background: transparent !important; + border-radius: var(--border-radius); + padding: 12px 30px; +} + +.testimonial.testimonial-style-4 blockquote:before { + top: 5px; + left: 9px; + color: var(--default); + font-size: 35px; +} + +.testimonial.testimonial-style-4 blockquote:after { + color: var(--default); + font-size: 35px; + bottom: -5px; +} + +.testimonial.testimonial-style-4 blockquote p { + color: var(--default); + font-family: "Poppins", Arial, sans-serif; + font-size: 1em; + font-style: normal; +} + +.testimonial.testimonial-style-4 .testimonial-arrow-down { + display: none; +} + +.testimonial.testimonial-style-4 .testimonial-author { + margin-left: 30px; + align-items: center; +} + +.testimonial.testimonial-style-4 .testimonial-author img { + max-width: 55px; +} + +.testimonial.testimonial-style-4 .testimonial-author p { + margin-bottom: 0; +} + +.testimonial.testimonial-style-4.testimonial-no-borders { + border: 0; + box-shadow: none; +} + +/* Style 5 */ +.testimonial.testimonial-style-5 { + text-align: center; +} + +.testimonial.testimonial-style-5 blockquote { + background: transparent !important; + border-radius: var(--border-radius); + padding: 6px 20px; +} + +.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after { + display: none; +} + +.testimonial.testimonial-style-5 blockquote p { + color: var(--default); + font-family: "Poppins", Arial, sans-serif; + font-size: 1.2em; + font-style: normal; +} + +.testimonial.testimonial-style-5 .testimonial-arrow-down { + display: none; +} + +.testimonial.testimonial-style-5 .testimonial-author { + display: block; + padding: 6px 0 0; + margin: 12px 0 0; + border-top: 1px solid var(--grey-100); + justify-content: center; +} + +.testimonial.testimonial-style-5 .testimonial-author img { + margin: 0 auto 10px; + max-width: 55px; +} + +.testimonial.testimonial-style-5 .testimonial-author p { + text-align: center; + padding: 0; + margin: 0; +} + +/* Style 6 */ +.testimonial.testimonial-style-6 { + text-align: center; +} + +.testimonial.testimonial-style-6 blockquote { + background: transparent !important; + border-radius: var(--border-radius); + border: 0; + padding: 0 10%; +} + +.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after { + display: none; +} + +.testimonial.testimonial-style-6 blockquote i.fa-quote-left { + font-size: 34px; + position: relative; + left: -5px; +} + +.testimonial.testimonial-style-6 blockquote p { + color: var(--default); + font-size: 24px; + line-height: 30px; +} + +.testimonial.testimonial-style-6 blockquote span { + font-size: 16px; + line-height: 20px; + color: #999; + position: relative; + left: -5px; +} + +.testimonial.testimonial-style-6 .testimonial-arrow-down { + display: none; +} + +.testimonial.testimonial-style-6 .testimonial-author { + padding: 0; + margin: 6px 0 0; + justify-content: center; +} + +.testimonial.testimonial-style-6 .testimonial-author img { + margin: 0 auto 10px; +} + +.testimonial.testimonial-style-6 .testimonial-author p { + text-align: center; + padding: 0; + margin: 0; +} + +/* Style 7 */ +.testimonial.testimonial-style-7 { + text-align: center; + background-color: var(--grey-500); + padding: 20px; +} + +.testimonial.testimonial-style-7 blockquote { + padding: 30px; +} + +.testimonial.testimonial-style-7 blockquote:before { + color: var(--light); + display: block !important; + left: 50%; + top: -10px; + font-size: 80px; + font-style: normal; + line-height: 1; + position: absolute; + transform: translate3d(-50%, 0, 0); +} + +.testimonial.testimonial-style-7 blockquote:after { + display: none; +} + +.testimonial.testimonial-style-7 .testimonial-arrow-down { + display: none; +} + +.testimonial.testimonial-style-7 .testimonial-author { + padding: 0; + margin: 6px 0 0; + justify-content: center; +} + +.testimonial.testimonial-style-7 .testimonial-author img { + margin: 0 auto 10px; +} + +.testimonial.testimonial-style-7 .testimonial-author p { + text-align: center; + padding: 0; + margin: 0; +} + +/* With Quotes */ +.testimonial.testimonial-with-quotes blockquote:before { + color: var(--default); + display: block !important; + left: 10px; + top: 0; + content: "“"; + font-size: 80px; + font-style: normal; + line-height: 1; + position: absolute; +} + +.testimonial.testimonial-with-quotes blockquote:after { + color: var(--default); + display: block !important; + right: 10px; + font-size: 80px; + font-style: normal; + line-height: 1; + position: absolute; + bottom: -0.5em; + content: "”"; +} + +.testimonial.testimonial-with-quotes blockquote p { + padding: 0 40px; +} + +.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before { + content: none; +} + +.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after { + content: none; +} + +.testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:after { + color: var(--light) !important; +} + +.testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:after { + color: var(--dark) !important; +} + +@media (max-width: 767px) { + .testimonial.testimonial-with-quotes.testimonial-with-quotes-mobile-remove blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-mobile-remove blockquote:after { + content: none; + } +} + +/* Transparent Background */ +.testimonial.testimonial-trasnparent-background blockquote { + background: transparent !important; +} + +/* Alternarive Font */ +.testimonial.testimonial-alternarive-font blockquote p { + font-family: 'Playfair Display', serif; + font-style: italic; + font-size: 1.2em; +} + +/* Light */ +.testimonial.testimonial-light blockquote:before, .testimonial.testimonial-light blockquote:after, .testimonial.testimonial-light blockquote p { + color: var(--light); +} + +.testimonial.testimonial-light blockquote.blockquote-default:before, .testimonial.testimonial-light blockquote.blockquote-default:after, .testimonial.testimonial-light blockquote.blockquote-default p { + color: var(--default) !important; +} + +.testimonial.testimonial-light .testimonial-author span, .testimonial.testimonial-light .testimonial-author strong { + color: var(--light); +} + +.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p { + opacity: 0.9; + color: var(--light); +} + +.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong { + opacity: 0.6; + color: var(--light); +} + +/* Testimonial - Skin */ +.testimonial blockquote { + background: var(--primary); +} + +.testimonial .testimonial-arrow-down { + border-top-color: var(--primary); +} + +.testimonial-primary blockquote { + background: var(--primary); +} + +.testimonial-primary .testimonial-arrow-down { + border-top-color: var(--primary); +} + +.testimonial-primary.testimonial-style-7 { + background: var(--primary); +} + +.testimonial-quotes-primary blockquote:before, .testimonial-quotes-primary blockquote:after { + color: var(--primary) !important; +} + +.testimonial-secondary blockquote { + background: var(--secondary); +} + +.testimonial-secondary .testimonial-arrow-down { + border-top-color: var(--secondary); +} + +.testimonial-secondary.testimonial-style-7 { + background: var(--secondary); +} + +.testimonial-quotes-secondary blockquote:before, .testimonial-quotes-secondary blockquote:after { + color: var(--primary) !important; +} + +.testimonial-tertiary blockquote { + background: var(--tertiary); +} + +.testimonial-tertiary .testimonial-arrow-down { + border-top-color: var(--tertiary); +} + +.testimonial-tertiary.testimonial-style-7 { + background: var(--tertiary); +} + +.testimonial-quotes-tertiary blockquote:before, .testimonial-quotes-tertiary blockquote:after { + color: var(--primary) !important; +} + +.testimonial-quaternary blockquote { + background: var(--quaternary); +} + +.testimonial-quaternary .testimonial-arrow-down { + border-top-color: var(--quaternary); +} + +.testimonial-quaternary.testimonial-style-7 { + background: var(--quaternary); +} + +.testimonial-quotes-quaternary blockquote:before, .testimonial-quotes-quaternary blockquote:after { + color: var(--primary) !important; +} + +.testimonial-dark blockquote { + background: var(--dark); +} + +.testimonial-dark .testimonial-arrow-down { + border-top-color: var(--dark); +} + +.testimonial-dark.testimonial-style-7 { + background: var(--dark); +} + +.testimonial-quotes-dark blockquote:before, .testimonial-quotes-dark blockquote:after { + color: var(--primary) !important; +} + +.testimonial-light blockquote { + background: var(--light); +} + +.testimonial-light .testimonial-arrow-down { + border-top-color: var(--light); +} + +.testimonial-light.testimonial-style-7 { + background: var(--light); +} + +.testimonial-quotes-light blockquote:before, .testimonial-quotes-light blockquote:after { + color: var(--primary) !important; +} + +/* Thumb Info */ +.thumb-info { + display: block; + position: relative; + text-decoration: none; + max-width: 100%; + background-color: var(--light); + border-radius: var(--border-radius); + overflow: hidden; + backface-visibility: hidden; + transform: translate3d(0, 0, 0); +} + +.thumb-info .thumb-info-wrapper { + backface-visibility: hidden; + transform: translate3d(0, 0, 0); + border-radius: var(--border-radius); + margin: 0; + overflow: hidden; + display: block; + position: relative; +} + +.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos { + max-height: 330px; +} + +.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before { + content: ""; + background: var(--dark-rgba-80); + transition: all 0.3s; + border-radius: var(--border-radius); + bottom: -4px; + color: var(--light); + left: -4px; + position: absolute; + right: -4px; + top: -4px; + display: block; + opacity: 0; + z-index: 1; +} + +.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay { + position: absolute; + width: 100%; + height: 100%; + left: auto; + top: auto; +} + +.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before { + opacity: 1; + top: 0; + left: 0; + bottom: 0; + right: 0; + border-radius: 0; +} + +.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link { + background-size: cover; + background-position: center; + background-repeat: no-repeat; +} + +.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a { + display: block; + padding-top: 72%; + text-indent: -9999px; +} + +.thumb-info.thumb-info-wrapper-direction-aware .thumb-info-wrapper:after { + display: none !important; +} + +.thumb-info .thumb-info-wrapper-opacity-0:after { + opacity: 0.0; +} + +.thumb-info .thumb-info-wrapper-opacity-1:after { + opacity: 0.1; +} + +.thumb-info .thumb-info-wrapper-opacity-2:after { + opacity: 0.2; +} + +.thumb-info .thumb-info-wrapper-opacity-3:after { + opacity: 0.3; +} + +.thumb-info .thumb-info-wrapper-opacity-4:after { + opacity: 0.4; +} + +.thumb-info .thumb-info-wrapper-opacity-5:after { + opacity: 0.5; +} + +.thumb-info .thumb-info-wrapper-opacity-6:after { + opacity: 0.6; +} + +.thumb-info .thumb-info-wrapper-opacity-7:after { + opacity: 0.7; +} + +.thumb-info .thumb-info-wrapper-opacity-8:after { + opacity: 0.8; +} + +.thumb-info .thumb-info-wrapper-opacity-9:after { + opacity: 0.9; +} + +.thumb-info .thumb-info-action-icon { + transition: all 0.3s; + background: var(--grey-500); + border-radius: 0 0 0 4px; + display: inline-block; + font-size: 25px; + height: 50px; + line-height: 50px; + position: absolute; + right: -100px; + text-align: center; + top: -100px; + width: 50px; + z-index: 2; +} + +.thumb-info .thumb-info-action-icon i { + font-size: 14px; + right: 50%; + position: absolute; + top: 50%; + color: var(--light); + transform: translate(50%, -50%); + margin: -2px -1px 0 0px; +} + +.thumb-info .thumb-info-inner { + transition: all 0.3s; + display: block; +} + +.thumb-info .thumb-info-inner em { + display: block; + font-size: 0.8em; + font-style: normal; + font-weight: normal; +} + +.thumb-info .thumb-info-title { + transition: all 0.3s; + background: var(--dark-rgba-80); + color: var(--light); + font-weight: 600; + left: 0; + letter-spacing: -.05em; + position: absolute; + z-index: 2; + max-width: 90%; + font-size: 17px; + padding: 13px 21px 2px; + bottom: 13%; +} + +.thumb-info .thumb-info-title.thumb-info-title-vert-align { + bottom: auto; + top: 50%; + transform: translateY(-50%); +} + +.thumb-info .thumb-info-title.thumb-info-title-top { + bottom: auto; + top: 13%; +} + +.thumb-info .thumb-info-type { + background-color: var(--grey-500); + border-radius: 2px; + display: inline-block; + float: left; + font-size: 0.6em; + font-weight: 600; + letter-spacing: 0; + margin: 8px -2px -15px 0px; + padding: 2px 12px; + text-transform: uppercase; + z-index: 2; + line-height: 2.3; +} + +.thumb-info .owl-carousel { + z-index: auto; +} + +.thumb-info .owl-carousel .owl-dots { + z-index: 2; +} + +.thumb-info img { + transition: all 0.3s ease; + border-radius: 3px; + position: relative; + width: 100%; +} + +.thumb-info:hover .thumb-info-wrapper:after { + opacity: 1; +} + +.thumb-info:hover .thumb-info-action-icon { + right: 0; + top: 0; +} + +.thumb-info:hover .thumb-info-title { + background: var(--dark-rgba-90); +} + +.thumb-info:hover img { + transform: scale(1.1, 1.1); +} + +.thumb-info.thumb-info-no-zoom img { + transition: none; +} + +.thumb-info.thumb-info-no-zoom:hover img { + transform: scale(1, 1); +} + +.thumb-info.thumb-info-lighten .thumb-info-wrapper:after { + background: rgba(23, 23, 23, 0.25); +} + +.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after { + display: none; +} + +.thumb-info.thumb-info-centered-icons .thumb-info-action { + display: flex; + justify-content: center; + align-items: center; + position: absolute; + top: 50%; + left: 0; + right: auto; + bottom: auto; + width: 100%; + height: 45px; + text-align: center; + opacity: 0; + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate3d(0, -70%, 0); + z-index: 2; +} + +.thumb-info.thumb-info-centered-icons .thumb-info-action a { + text-decoration: none; +} + +.thumb-info.thumb-info-centered-icons .thumb-info-action-icon { + display: inline-flex; + align-items: center; + justify-content: center; + position: relative; + left: auto; + right: auto; + top: auto; + bottom: auto; + width: 35px; + height: 35px; + font-size: 14px; + border-radius: 50%; + margin-right: 5px; + transition: all 0.1s ease; + z-index: 2; +} + +.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i { + margin: 0; +} + +.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover { + transform: scale(1.15, 1.15); +} + +.thumb-info:hover.thumb-info-centered-icons .thumb-info-action { + opacity: 1; + transform: translate3d(0, -50%, 0); +} + +.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon { + position: relative; +} + +.thumb-info.thumb-info-centered-info .thumb-info-title { + background: transparent; + left: 5%; + width: 90%; + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate(0%, -50%); + top: 50%; + bottom: auto; + opacity: 0; + text-align: center; + padding: 0; + position: absolute; +} + +.thumb-info.thumb-info-centered-info .thumb-info-type { + float: none; +} + +.thumb-info.thumb-info-centered-info:hover .thumb-info-title { + opacity: 1; + transform: translate(0%, -50%); +} + +.thumb-info.thumb-info-bottom-info .thumb-info-title { + background: var(--light); + left: 0; + width: 100%; + max-width: 100%; + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate3d(0, 100%, 0); + top: auto; + bottom: 0; + opacity: 0; + padding: 15px; + text-shadow: none; + color: var(--default); +} + +.thumb-info.thumb-info-bottom-info .thumb-info-type { + float: none; + background: none; + padding: 0; + margin: 0; +} + +.thumb-info.thumb-info-bottom-info:hover .thumb-info-title { + transform: translate3d(0, 0, 0); + opacity: 1; +} + +.thumb-info.thumb-info-bottom-info:hover img { + transform: scale(1.1); +} + +.thumb-info.thumb-info-show-button-hover .btn { + opacity: 0; +} + +.thumb-info.thumb-info-show-button-hover .btn, .thumb-info.thumb-info-show-button-hover .thumb-info-type { + transition: opacity .3s ease-out; +} + +.thumb-info.thumb-info-show-button-hover .thumb-info-title { + transform: translate3d(0, 35px, 0); + transition: transform .3s ease-out; + bottom: 0; +} + +.thumb-info.thumb-info-show-button-hover:hover .btn { + opacity: 1; +} + +.thumb-info.thumb-info-show-button-hover:hover .thumb-info-type { + opacity: 0; +} + +.thumb-info.thumb-info-show-button-hover:hover .thumb-info-title { + transform: translate3d(0, -20px, 0); +} + +.thumb-info.thumb-info-show-hidden-content-hover { + display: block; +} + +.thumb-info.thumb-info-show-hidden-content-hover .thumb-info-content-inner { + display: block; + transform: perspective(500px) translate3d(0, 0, 0px); + transition: transform .3s ease-out; +} + +.thumb-info.thumb-info-show-hidden-content-hover .thumb-info-content-inner .thumb-info-content-inner-hidden { + transition: all .3s ease-out; + opacity: 0; +} + +.thumb-info.thumb-info-show-hidden-content-hover:hover .thumb-info-content-inner { + transform: translate3d(0, -50px, 0); +} + +.thumb-info.thumb-info-show-hidden-content-hover:hover .thumb-info-content-inner .thumb-info-content-inner-hidden { + opacity: 1; +} + +.thumb-info.thumb-info-bottom-info-linear .thumb-info-title { + background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0); +} + +.thumb-info.thumb-info-bottom-info-dark .thumb-info-title { + background: var(--dark); + color: var(--light); +} + +.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title { + background: linear-gradient(to top, var(--dark-rgba-80) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); +} + +.thumb-info.thumb-info-bottom-info-show-more img { + transform: none !important; +} + +.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title { + transform: translate3d(0, 0, 0); + opacity: 1; +} + +.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content { + transition: ease max-height 800ms; + overflow: hidden; + max-height: 0; + display: block; +} + +.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content { + max-height: 300px; +} + +.thumb-info.thumb-info-push-hor img { + transform: translatex(-18px); + width: calc(100% + 19px); + max-width: none; +} + +.thumb-info.thumb-info-push-hor:hover img { + transform: translatex(0); +} + +.thumb-info.thumb-info-block .thumb-info-action-icon { + top: 15px; + right: 15px; + opacity: 0; + transition: all 0.2s ease-in-out; +} + +.thumb-info.thumb-info-block .thumb-info-wrapper:before { + content: ""; + background: rgba(255, 255, 255, 0.9); + transition: all 0.3s; + border-radius: 0; + bottom: 16px; + bottom: 1rem; + color: var(--light); + left: 16px; + left: 1rem; + position: absolute; + right: 16px; + right: 1rem; + top: 16px; + top: 1rem; + display: block; + opacity: 0; + z-index: 2; +} + +.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before { + opacity: 1; +} + +.thumb-info.thumb-info-block:hover .thumb-info-action-icon { + opacity: 1; +} + +.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before { + background: var(--dark-rgba-10); +} + +.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after { + opacity: 0.65; +} + +.thumb-info.thumb-info-hide-info-hover .thumb-info-title { + opacity: 1; + top: 50%; +} + +.thumb-info.thumb-info-hide-info-hover .thumb-info-type { + float: none; +} + +.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after { + opacity: 0.1; +} + +.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title { + opacity: 0; +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after { + opacity: 0.65; +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after { + opacity: 1; +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-title { + opacity: 1; + top: 0; + height: 100%; + top: 0; + transform: none !important; +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-type { + float: none; +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1, +.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 { + transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms; + position: absolute; + left: 0; + width: 100%; + text-align: center; + top: 50%; + transform: translate(0%, -50%); +} + +.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 { + top: 150%; +} + +.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 { + top: -50%; +} + +.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 { + top: 50%; +} + +.thumb-info.thumb-info-show-image-hover img { + opacity: 0; +} + +.thumb-info.thumb-info-show-image-hover .thumb-info-title { + background: transparent; + color: var(--dark--200); +} + +.thumb-info.thumb-info-show-image-hover .thumb-info-inner { + transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms; +} + +.thumb-info.thumb-info-show-image-hover:hover img { + opacity: 1; +} + +.thumb-info.thumb-info-show-image-hover:hover .thumb-info-title { + color: var(--light); +} + +.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img { + border: 0; + padding: 0; + margin: 0; + border-radius: 0; +} + +.thumb-info.thumb-info-no-borders .thumb-info-wrapper { + border: 0; + padding: 0; + margin: 0; + border-radius: 0; +} + +.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after { + border-radius: 0; + bottom: 0; + left: 0; + right: 0; + top: 0; +} + +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, +.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after { + border-radius: var(--border-radius); +} + +.thumb-info.thumb-info-preview .thumb-info-wrapper:after { + display: none; +} + +.thumb-info.thumb-info-preview .thumb-info-image { + min-height: 232px; + display: block; + background-position: center top; + background-repeat: no-repeat; + background-size: 100% auto; + position: relative; + transition: background-position 0.8s linear 0s; +} + +.thumb-info.thumb-info-preview:hover .thumb-info-image { + transition: background-position 2.5s linear 0s; + background-position: center bottom; +} + +.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image { + transition: background-position 1s linear 0s; +} + +.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image { + transition: background-position 5s linear 0s; +} + +.thumb-info.thumb-info-slow-image-zoom-hover img { + transition: transform 2s; + will-change: transform; + transform: scale(1, 1); +} + +.thumb-info.thumb-info-slow-image-zoom-hover:hover img { + transform: scale(1.5, 1.5); +} + +.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after { + content: none; +} + +.thumb-info.thumb-info-no-bg { + background: transparent; +} + +.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * { + transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms; +} + +.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) { + max-width: 100%; + text-align: center; + bottom: 0%; + margin: 0; + position: absolute; + width: 100%; + left: 0; +} + +.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) { + display: inline-block; + transform: translateY(120%); + opacity: 0; +} + +.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) { + transform: translateY(-120%); + opacity: 0; +} + +.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) { + transform: none; + opacity: 1; +} + +/* Thumb Info Ribbon */ +.thumb-info-ribbon { + background: #999; + position: absolute; + margin: -16px 0 0 0; + padding: 5px 13px 6px; + right: 15px; + z-index: 1; +} + +.thumb-info-ribbon:before { + border-right: 10px solid #646464; + border-top: 16px solid transparent; + content: ""; + display: block; + height: 0; + left: -10px; + position: absolute; + top: 0; + width: 7px; +} + +.thumb-info-ribbon span { + color: var(--light); + font-size: 1.1em; + font-family: "Shadows Into Light", cursive; +} + +/* Thumb Info - Full Width */ +.full-width .thumb-info img { + border-radius: 0 !important; +} + +/* Thumb Info Caption */ +.thumb-info-caption { + padding: 10px 0; +} + +.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p { + font-size: 0.9em; + margin: 0; + padding: 15px 0; + display: block; +} + +/* Thumb Info Side Image */ +.thumb-info-side-image { + display: flex; +} + +.thumb-info-side-image .thumb-info-side-image-wrapper { + padding: 0; + margin-right: 20px; +} + +.thumb-info-side-image-right { + display: flex; +} + +.thumb-info-side-image-right .thumb-info-side-image-wrapper { + margin-left: 20px; + margin-right: 0; +} + +/* Thumb Info Social Icons */ +.thumb-info-social-icons { + margin: 0; + padding: 0; + display: block; +} + +.thumb-info-social-icons a { + background: var(--grey-500); + border-radius: 25px; + display: inline-block; + height: 30px; + line-height: 30px; + text-align: center; + width: 30px; +} + +.thumb-info-social-icons a:hover { + text-decoration: none; +} + +.thumb-info-social-icons a span { + display: none; +} + +.thumb-info-social-icons a i { + color: var(--light); + font-size: 0.9em; + font-weight: normal; +} + +/* Thumb Info Floating Caption */ +.thumb-info-floating-caption-title { + background: var(--dark-rgba-80); + color: var(--light); + font-weight: 600; + letter-spacing: -.05em; + font-size: 17px; + padding: 13px 21px; +} + +.thumb-info-floating-caption-title .thumb-info-floating-caption-type { + position: absolute; + background-color: var(--grey-500); + border-radius: 2px; + display: block; + font-size: 0.6em; + font-weight: 600; + letter-spacing: 0; + margin: 8px -2px -15px 0px; + padding: 2px 12px; + text-transform: uppercase; + line-height: 2.3; +} + +@media (max-width: 991px) { + .thumb-info .thumb-info-title { + font-size: 14px; + } + + .thumb-info .thumb-info-more { + font-size: 11px; + } +} + +.thumb-info-container-full-img { + overflow: hidden; + position: relative; +} + +.thumb-info-container-full-img .thumb-info-container-full-img-large { + opacity: 0; + transform: scale(1.025); + transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1); + transition-property: opacity, transform; + display: flex; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-size: cover; + background-position: 50% 0; +} + +.thumb-info-container-full-img .thumb-info-container-full-img-large.active { + opacity: 1 !important; +} + +.thumb-info-container-full-img .thumb-info-wrapper img { + transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1); + transition-property: opacity, transform; +} + +.thumb-info-container-full-img .owl-stage-outer:hover .thumb-info-wrapper img { + opacity: 0; +} + +/* Thumb - Skin */ +.thumb-info .thumb-info-type, +.thumb-info .thumb-info-action-icon, +.thumb-info-social-icons a, +.thumbnail .zoom, +.img-thumbnail .zoom, +.thumb-info-ribbon { + background-color: var(--primary); +} + +.thumb-info .thumb-info-action-icon-primary { + background-color: var(--primary); +} + +.thumb-info .thumb-info-action-icon-primary i { + color: var(--primary-inverse); +} + +.thumb-info .thumb-info-action-icon-secondary { + background-color: var(--secondary); +} + +.thumb-info .thumb-info-action-icon-secondary i { + color: var(--secondary-inverse); +} + +.thumb-info .thumb-info-action-icon-tertiary { + background-color: var(--tertiary); +} + +.thumb-info .thumb-info-action-icon-tertiary i { + color: var(--tertiary-inverse); +} + +.thumb-info .thumb-info-action-icon-quaternary { + background-color: var(--quaternary); +} + +.thumb-info .thumb-info-action-icon-quaternary i { + color: var(--quaternary-inverse); +} + +.thumb-info .thumb-info-action-icon-dark { + background-color: var(--dark); +} + +.thumb-info .thumb-info-action-icon-dark i { + color: var(--dark-inverse); +} + +.thumb-info .thumb-info-action-icon-light { + background-color: var(--light); +} + +.thumb-info .thumb-info-action-icon-light i { + color: var(--light-inverse); +} + +.thumb-info-ribbon:before { + border-right-color: var(--primary-300); + border-left-color: var(--primary-300); +} + +.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before { + background: var(--primary-rgba-90); +} + +/* Thumb Info Floating Caption - Skin */ +.thumb-info-floating-caption-title .thumb-info-floating-caption-type { + background-color: var(--primary); +} + +/* Timeline */ +section.timeline { + width: 100%; + margin: 50px 0 0; + position: relative; + float: left; + padding-bottom: 120px; +} + +section.timeline:before { + background: #505050; + background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%); + content: ""; + display: block; + height: 100%; + left: 50%; + margin-left: -2px; + position: absolute; + top: -60px; + width: 3px; + z-index: 0; + filter: alpha(opacity=35); + opacity: 0.35; +} + +section.timeline .timeline-body { + position: relative; + z-index: 1 !important; +} + +section.timeline .timeline-date { + box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04); + position: relative; + display: block; + clear: both; + width: 200px; + height: 45px; + padding: 5px; + border: 1px solid #E5E5E5; + margin: 0 auto 10px; + text-shadow: 0 1px 1px #fff; + border-radius: var(--border-radius); + background: var(--light); + z-index: 1; +} + +section.timeline .timeline-date h3 { + display: block; + text-align: center; + color: #757575; + font-size: 0.9em; + line-height: 32px; +} + +section.timeline .timeline-number { + position: relative; + display: block; + clear: both; + width: 55px; + height: 55px; + line-height: 55px; + margin: 0 auto 10px; + border-radius: 100%; + background: var(--primary); + z-index: 1; +} + +section.timeline .timeline-number h3 { + line-height: 55px; + font-weight: bold; + text-align: center; +} + +section.timeline .timeline-title { + background: var(--grey-100); + padding: 12px; +} + +section.timeline .timeline-title h4 { + padding: 0; + margin: 0; + color: #151719; + font-size: 1.4em; +} + +section.timeline .timeline-title a { + color: #151719; +} + +section.timeline .timeline-title .timeline-title-tags { + color: #B1B1B1; + font-size: 0.9em; +} + +section.timeline .timeline-title .timeline-title-tags a { + color: #B1B1B1; + font-size: 0.9em; +} + +section.timeline .timeline-box { + box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04); + border: 1px solid #E5E5E5; + border-radius: var(--border-radius); + margin: 20px 10px 10px 10px; + padding: 10px; + width: 45.7%; + float: left; + z-index: 1; + margin-bottom: 30px; + background: var(--light); +} + +section.timeline .timeline-box.left { + clear: both; +} + +section.timeline .timeline-box.left:before { + background: none repeat scroll 0 0 #E5E5E5; + border-radius: 50%; + box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5; + content: ""; + display: block; + height: 7px; + margin-right: -5px; + position: absolute; + left: 50%; + margin-top: 22px; + width: 8px; + transform: translate3d(-50%, 0, 0); + z-index: 1; +} + +section.timeline .timeline-box.left .timeline-box-arrow { + transform: rotate(45deg); + content: ''; + display: block; + background: var(--light); + border-right: 1px solid #E5E5E5; + border-top: 1px solid #E5E5E5; + float: right; + height: 14px; + margin-top: 17px; + margin-right: -18px; + width: 14px; + z-index: 0; +} + +section.timeline .timeline-box.right { + clear: right; + float: right; + right: -1px; + margin-top: 40px; +} + +section.timeline .timeline-box.right:before { + background: none repeat scroll 0 0 #E5E5E5; + border-radius: 50%; + box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5; + content: ""; + display: block; + height: 7px; + position: absolute; + left: 50%; + margin-top: 32px; + width: 8px; + transform: translate3d(-50%, 0, 0); + z-index: 1; +} + +section.timeline .timeline-box.right .timeline-box-arrow { + transform: rotate(45deg); + content: ''; + display: block; + background: var(--light); + border-left: 1px solid #E5E5E5; + border-bottom: 1px solid #E5E5E5; + float: left; + height: 14px; + margin-top: 28px; + margin-left: -18px; + width: 14px; + z-index: 0; +} + +section.timeline .timeline-box .owl-carousel { + border-radius: 0; + padding: 0; + border: 0; + box-shadow: none; +} + +@media (max-width: 991px) { + section.timeline .timeline-box { + float: none; + clear: both; + right: auto; + left: auto; + margin: 25px auto; + max-width: 70%; + width: auto; + } + + section.timeline .timeline-box.right { + float: none; + clear: both; + right: auto; + left: auto; + margin: 25px auto; + max-width: 70%; + width: auto; + } + + section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before { + display: none; + } +} + +@media (max-width: 767px) { + section.timeline { + width: 100%; + margin: 0; + } +} + +@media (max-width: 575px) { + section.timeline { + width: auto; + float: none; + margin-left: 0; + margin-right: 0; + } + + section.timeline .timeline-box { + margin: 15px auto; + max-width: 90%; + } + + section.timeline .timeline-box.right { + margin: 15px auto; + max-width: 90%; + } + + article.post-large { + margin-left: 0; + } + + article.post-large .post-image, article.post-large .post-date { + margin-left: 0; + } +} + +/* Timeline - Skin */ +section.timeline .timeline-box.left:before, +section.timeline .timeline-box.right:before { + background: var(--primary); + box-shadow: 0 0 0 3px #FFF, 0 0 0 6px var(--primary); +} + +/* History - Skin */ +ul.history li .featured-box .box-content { + border-top-color: var(--primary); +} + +/* Toggles */ +.toggle { + margin: 10px 0 20px; + position: relative; + clear: both; +} + +.toggle .toggle { + margin: 10px 0 0; +} + +.toggle > input { + cursor: pointer; + filter: alpha(opacity=0); + height: 45px; + margin: 0; + opacity: 0; + position: absolute; + width: 100%; + z-index: 2; +} + +.toggle > label, +.toggle > .toggle-title { + transition: all .15s ease-out; + background: var(--grey-100); + border-left: 3px solid var(--grey-500); + border-radius: 5px; + color: var(--grey-500); + display: block; + min-height: 20px; + padding: 12px 20px 12px 15px; + position: relative; + cursor: pointer; + font-weight: 600; + letter-spacing: -0.2px; + text-decoration: none !important; +} + +.toggle > label:-moz-selection, +.toggle > .toggle-title:-moz-selection { + background: none; +} + +.toggle > label i.fa-minus, +.toggle > .toggle-title i.fa-minus { + display: none; +} + +.toggle > label i.fa-plus, +.toggle > .toggle-title i.fa-plus { + display: inline; +} + +.toggle > label:before, +.toggle > .toggle-title:before { + content: " "; + position: absolute; + top: calc(50% + 1px); + right: 14px; + border-color: var(--grey-500); + border-top: 1px solid; + border-right: 1px solid; + width: 8px; + height: 8px; + backface-visibility: hidden; + transition: transform 0.3s, top 0.3s; + transform: rotate(-45deg) translate3d(0, -50%, 0); + transform-origin: 35%; +} + +.toggle > label:hover, +.toggle > .toggle-title:hover { + background: #f5f5f5; +} + +.toggle > label + p, +.toggle > .toggle-title + p { + color: #999; + display: block; + overflow: hidden; + padding-left: 30px; + text-overflow: ellipsis; + white-space: nowrap; + height: 25px; +} + +.toggle > label i, +.toggle > .toggle-title i { + font-size: 0.7em; + margin-right: 8px; + position: relative; + top: -1px; +} + +.toggle > .toggle-content { + display: none; +} + +.toggle > .toggle-content > p { + margin-bottom: 0; + padding: 10px 0; +} + +.toggle.active i.fa-minus { + display: inline; +} + +.toggle.active i.fa-plus { + display: none; +} + +.toggle.active > label, +.toggle.active > .toggle-title { + background: var(--grey-100); + border-color: var(--grey-500); +} + +.toggle.active > label:before, +.toggle.active > .toggle-title:before { + top: calc(50% - 8px); + transform: rotate(135deg); +} + +.toggle.active > p { + white-space: normal; +} + +.toggle > p.preview-active { + height: auto; + white-space: normal; +} + +.toggle.toggle-sm .toggle > label, +.toggle.toggle-sm .toggle > .toggle-title { + font-size: 0.9em; + padding: 6px 20px 6px 10px; +} + +.toggle.toggle-sm .toggle > .toggle-content > p { + font-size: 0.9em; +} + +.toggle.toggle-lg .toggle > label, +.toggle.toggle-lg .toggle > .toggle-title { + font-size: 1.1em; + padding: 16px 20px 16px 20px; +} + +.toggle.toggle-lg .toggle > .toggle-content > p { + font-size: 1.1em; +} + +.toggle.toggle-simple .toggle > label, +.toggle.toggle-simple .toggle > .toggle-title { + border-radius: 0; + border: 0; + background: transparent; + color: var(--default); + padding-left: 32px; + margin-bottom: -10px; + font-size: 1em; + font-weight: 600; + color: var(--dark); +} + +.toggle.toggle-simple .toggle > label:after, +.toggle.toggle-simple .toggle > .toggle-title:after { + content: ''; + position: absolute; + left: 0; + display: block; + width: 24px; + height: 24px; + background: var(--grey-500); + top: 25px; + margin-top: -12px; + border-radius: 3px; + z-index: 1; +} + +.toggle.toggle-simple .toggle > label:before, +.toggle.toggle-simple .toggle > .toggle-title:before { + border: 0; + left: 9px; + right: auto; + margin-top: 0; + top: 12px; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + content: "\f067"; + z-index: 2; + color: var(--light); + font-size: 7px; + width: auto; + height: auto; + transform: none; +} + +.toggle.toggle-simple .toggle.active > label, +.toggle.toggle-simple .toggle.active > .toggle-title { + background: transparent; + color: var(--dark); +} + +.toggle.toggle-simple .toggle.active > label:before, +.toggle.toggle-simple .toggle.active > .toggle-title:before { + content: "\f068"; +} + +.toggle.toggle-minimal .toggle { + margin: 0; +} + +.toggle.toggle-minimal .toggle > label, +.toggle.toggle-minimal .toggle > .toggle-title { + background: transparent; + color: var(--default); + border-left: 0; + border-bottom: 1px solid var(--grey-500); + border-radius: 0; + margin: 0; + padding: 12px 20px 12px 0; + font-weight: 600; +} + +.toggle.toggle-minimal .toggle.active > label, +.toggle.toggle-minimal .toggle.active > .toggle-title { + background: transparent; + border-bottom-color: var(--grey-500); +} + +.toggle.toggle-faqs .toggle { + border-bottom: 1px solid var(--grey-300); + margin-bottom: 10px; + padding-bottom: 10px; +} + +.toggle.toggle-faqs .toggle:last-child { + border-bottom: 0; +} + +.toggle.toggle-faqs .toggle > label, +.toggle.toggle-faqs .toggle > .toggle-title { + border: 0; + padding-right: 35px; +} + +.toggle.toggle-faqs .toggle > label:before, +.toggle.toggle-faqs .toggle > .toggle-title:before { + font-family: 'Font Awesome 6 Free'; + content: "\2b"; + border: 0; + transform: none; + top: 50%; + right: 0px; + width: auto; + height: auto; + transform: translateY(-50%); +} + +.toggle.toggle-faqs .toggle.active > label, +.toggle.toggle-faqs .toggle.active > .toggle-title { + border: 0; +} + +.toggle.toggle-faqs .toggle.active > label:before, +.toggle.toggle-faqs .toggle.active > .toggle-title:before { + content: "\f068"; +} + +.toggle.toggle-faqs .toggle > .toggle-content > p { + padding-top: 5px; +} + +/* Toggle - Skin */ +.toggle-primary .toggle label, +.toggle-primary .toggle .toggle-title { + color: var(--primary); + border-left-color: var(--primary); + border-right-color: var(--primary); +} + +.toggle-primary .toggle.active > label, +.toggle-primary .toggle.active > .toggle-title { + background-color: var(--primary); + border-color: var(--primary); + color: var(--primary-inverse); +} + +.toggle-primary.toggle-simple .toggle > label:after, +.toggle-primary.toggle-simple .toggle > .toggle-title:after { + background-color: var(--primary); +} + +.toggle-primary.toggle-minimal .toggle.active > label, +.toggle-primary.toggle-minimal .toggle.active > .toggle-title { + color: var(--primary); +} + +.toggle-secondary .toggle label, +.toggle-secondary .toggle .toggle-title { + color: var(--secondary); + border-left-color: var(--secondary); + border-right-color: var(--secondary); +} + +.toggle-secondary .toggle.active > label, +.toggle-secondary .toggle.active > .toggle-title { + background-color: var(--secondary); + border-color: var(--secondary); + color: var(--secondary-inverse); +} + +.toggle-secondary.toggle-simple .toggle > label:after, +.toggle-secondary.toggle-simple .toggle > .toggle-title:after { + background-color: var(--secondary); +} + +.toggle-secondary.toggle-minimal .toggle.active > label, +.toggle-secondary.toggle-minimal .toggle.active > .toggle-title { + color: var(--secondary); +} + +.toggle-tertiary .toggle label, +.toggle-tertiary .toggle .toggle-title { + color: var(--tertiary); + border-left-color: var(--tertiary); + border-right-color: var(--tertiary); +} + +.toggle-tertiary .toggle.active > label, +.toggle-tertiary .toggle.active > .toggle-title { + background-color: var(--tertiary); + border-color: var(--tertiary); + color: var(--tertiary-inverse); +} + +.toggle-tertiary.toggle-simple .toggle > label:after, +.toggle-tertiary.toggle-simple .toggle > .toggle-title:after { + background-color: var(--tertiary); +} + +.toggle-tertiary.toggle-minimal .toggle.active > label, +.toggle-tertiary.toggle-minimal .toggle.active > .toggle-title { + color: var(--tertiary); +} + +.toggle-quaternary .toggle label, +.toggle-quaternary .toggle .toggle-title { + color: var(--quaternary); + border-left-color: var(--quaternary); + border-right-color: var(--quaternary); +} + +.toggle-quaternary .toggle.active > label, +.toggle-quaternary .toggle.active > .toggle-title { + background-color: var(--quaternary); + border-color: var(--quaternary); + color: var(--quaternary-inverse); +} + +.toggle-quaternary.toggle-simple .toggle > label:after, +.toggle-quaternary.toggle-simple .toggle > .toggle-title:after { + background-color: var(--quaternary); +} + +.toggle-quaternary.toggle-minimal .toggle.active > label, +.toggle-quaternary.toggle-minimal .toggle.active > .toggle-title { + color: var(--quaternary); +} + +.toggle-dark .toggle label, +.toggle-dark .toggle .toggle-title { + color: var(--dark); + border-left-color: var(--dark); + border-right-color: var(--dark); +} + +.toggle-dark .toggle.active > label, +.toggle-dark .toggle.active > .toggle-title { + background-color: var(--dark); + border-color: var(--dark); + color: var(--dark-inverse); +} + +.toggle-dark.toggle-simple .toggle > label:after, +.toggle-dark.toggle-simple .toggle > .toggle-title:after { + background-color: var(--dark); +} + +.toggle-dark.toggle-minimal .toggle.active > label, +.toggle-dark.toggle-minimal .toggle.active > .toggle-title { + color: var(--dark); +} + +.toggle-light .toggle label, +.toggle-light .toggle .toggle-title { + color: var(--light); + border-left-color: var(--light); + border-right-color: var(--light); +} + +.toggle-light .toggle.active > label, +.toggle-light .toggle.active > .toggle-title { + background-color: var(--light); + border-color: var(--light); + color: var(--light-inverse); +} + +.toggle-light.toggle-simple .toggle > label:after, +.toggle-light.toggle-simple .toggle > .toggle-title:after { + background-color: var(--light); +} + +.toggle-light.toggle-minimal .toggle.active > label, +.toggle-light.toggle-minimal .toggle.active > .toggle-title { + color: var(--light); +} + +/* Blockquotes */ +blockquote { + border-left: 5px solid #eee; + margin: 0 0 16px 0; + margin: 0 0 1rem 0; + padding: 8px 16px; + padding: 0.5rem 1rem; + font-size: 1em; +} + +blockquote.with-borders { + border-radius: 6px; + border-top: 1px solid #DFDFDF; + border-bottom: 1px solid #DFDFDF; + border-left: 1px solid #ECECEC; + border-right: 1px solid #ECECEC; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); + padding: 20.8px; + padding: 1.3rem; +} + +blockquote.blockquote-reverse { + text-align: right; + border-right: 5px solid #eee; + border-left: 0px !important; +} + +/* Small */ +small, .small { + font-size: 70%; +} + +/* Paragraphs */ +p { + color: var(--default); + line-height: 26px; + margin: 0 0 20px; +} + +p.featured { + font-size: 1.6em; + line-height: 1.5em; +} + +p.lead { + line-height: 28.8px; + line-height: 1.8rem; +} + +p .alternative-font { + display: inline-block; + margin-top: -15px; + position: relative; + top: 3px; + margin-bottom: -6px; +} + +/* Lead */ +.lead { + letter-spacing: -.05em; + font-size: 19.2px; + font-size: 1.2rem; +} + +.lead-2 { + font-size: 17.92px; + font-size: 1.12rem; +} + +/* Links */ +a { + color: var(--primary); +} + +a:hover { + color: var(--primary--100); +} + +a:focus { + color: var(--primary--100); +} + +a:active { + color: var(--primary-100); +} + +/* Drop Caps */ +p.drop-caps:first-letter { + float: left; + font-size: 75px; + line-height: 60px; + padding: 4px; + margin-right: 5px; + margin-top: 5px; + font-family: Georgia; +} + +p.drop-caps.drop-caps-style-2:first-letter { + background-color: var(--primary); + color: var(--light); + padding: 6px; + margin-right: 5px; + border-radius: var(--border-radius); +} + +/* Default Font Style */ +.default-font { + font-family: "Poppins", Arial, sans-serif !important; +} + +/* Alternative Font Style */ +.alternative-font { + font-family: "Shadows Into Light", cursive !important; + font-size: 1.6em; +} + +.alternative-font-2 { + font-family: "Oswald", sans-serif !important; +} + +.alternative-font-3 { + font-family: 'Handlee', cursive !important; +} + +.alternative-font-4 { + font-family: 'Poppins', Arial, sans-serif !important; +} + +.alternative-font-5 { + font-family: 'Open Sans', Arial, sans-serif !important; +} + +.alternative-font-6 { + font-family: 'Montserrat', Arial, sans-serif !important; +} + +.alternative-font-7 { + font-family: 'Jost', sans-serif !important; +} + +.alternative-font-8 { + font-family: 'Cormorant', serif !important; +} + +/* Gradient Text */ +.gradient-text-color { + -webkit-background-clip: text !important; + -webkit-text-fill-color: transparent !important; +} + +.no-backgroundcliptext .gradient-text-color { + background: transparent !important; +} + +/* Small Sup style */ +.sup-text-small { + font-size: 0.5em; + font-weight: 500; + top: -.7em; +} + +/* Text Color Default */ +.text-default, +.text-color-default { + color: var(--default) !important; +} + +/* Marquee */ +.marquee { + overflow: hidden; + white-space: nowrap; +} + +/* Mark */ +.mark.mark-gradient, .mark.mark-color { + position: relative; + z-index: 0; + display: inline-flex; + background-color: transparent; +} + +.mark.mark-gradient:before, .mark.mark-color:before { + content: ''; + height: 30%; + width: 104%; + bottom: 15%; + position: absolute; + left: -2%; + z-index: -1; +} + +.mark.mark-pos-2:before { + width: 100%; + bottom: 0%; + left: 1%; +} + +.mark-height-10:before { + height: 10% !important; +} + +.mark-height-20:before { + height: 20% !important; +} + +.mark-height-30:before { + height: 30% !important; +} + +.mark-height-40:before { + height: 40% !important; +} + +.mark-height-50:before { + height: 50% !important; +} + +.mark-height-60:before { + height: 60% !important; +} + +.mark-height-70:before { + height: 70% !important; +} + +.mark-height-80:before { + height: 80% !important; +} + +.mark-height-90:before { + height: 90% !important; +} + +.mark-height-100:before { + height: 100% !important; +} + +.mark.mark-color-primary:before { + background: var(--primary); +} + +.mark.mark-color-secondary:before { + background: var(--secondary); +} + +.mark.mark-color-tertiary:before { + background: var(--tertiary); +} + +.mark.mark-color-quaternary:before { + background: var(--quaternary); +} + +.mark.mark-color-dark:before { + background: var(--dark); +} + +.mark.mark-color-light:before { + background: var(--light); +} + +.mark.mark-gradient.mark-gradient-primary:before { + background: var(--primary); + background: linear-gradient(90deg, var(--primary) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.mark-gradient.mark-gradient-secondary:before { + background: var(--secondary); + background: linear-gradient(90deg, var(--secondary) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.mark-gradient.mark-gradient-tertiary:before { + background: var(--tertiary); + background: linear-gradient(90deg, var(--tertiary) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.mark-gradient.mark-gradient-quaternary:before { + background: var(--quaternary); + background: linear-gradient(90deg, var(--quaternary) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.mark-gradient.mark-gradient-dark:before { + background: var(--dark); + background: linear-gradient(90deg, var(--dark) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.mark-gradient.mark-gradient-light:before { + background: var(--light); + background: linear-gradient(90deg, var(--light) 0%, rgba(255, 255, 255, 0) 100%); +} + +.mark.appear-animation:before { + transition: width 1s cubic-bezier(0.55, 0, 0.1, 1); + width: 0; +} + +.mark.appear-animation.appear-animation-visible:before { + transition: width 1s cubic-bezier(0.55, 0, 0.1, 1); + width: 104%; +} + +.mark.appear-animation.mark-pos-2.appear-animation-visible:before { + width: 100%; +} + +/* Text Stroke */ +.text-stroke { + -webkit-text-stroke-width: 1px; + -webkit-text-stroke-color: var(--dark); + -webkit-text-fill-color: transparent; + stroke-width: 1px; +} + +.text-stroke-width-2 { + -webkit-text-stroke-width: 2px; + stroke-width: 2px; +} + +.text-stroke-width-3 { + -webkit-text-stroke-width: 3px; + stroke-width: 3px; +} + +.text-stroke-color-primary { + -webkit-text-stroke-color: var(--primary); +} + +.text-stroke-color-secondary { + -webkit-text-stroke-color: var(--secondary); +} + +.text-stroke-color-tertiary { + -webkit-text-stroke-color: var(--tertiary); +} + +.text-stroke-color-quaternary { + -webkit-text-stroke-color: var(--quaternary); +} + +.text-stroke-color-dark { + -webkit-text-stroke-color: var(--dark); +} + +.text-stroke-color-light { + -webkit-text-stroke-color: var(--light); +} + +.text-stroke-gradient { + -webkit-text-stroke-color: #00000000; + stroke: #00000000; + background-color: transparent; + background-image: linear-gradient(180deg, var(--primary) 0%, var(--dark) 80%); + -webkit-background-clip: text; + background-clip: text; +} + +.text-stroke-gradient-primary-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--primary) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-primary-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--primary) 0%, var(--light) 80%); +} + +.text-stroke-gradient-secondary-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--secondary) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-secondary-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--secondary) 0%, var(--light) 80%); +} + +.text-stroke-gradient-tertiary-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--tertiary) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-tertiary-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--tertiary) 0%, var(--light) 80%); +} + +.text-stroke-gradient-quaternary-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--quaternary) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-quaternary-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--quaternary) 0%, var(--light) 80%); +} + +.text-stroke-gradient-dark-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--dark) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-dark-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--dark) 0%, var(--light) 80%); +} + +.text-stroke-gradient-light-dark { + background-color: transparent; + background-image: linear-gradient(180deg, var(--light) 0%, var(--dark) 80%); +} + +.text-stroke-gradient-light-light { + background-color: transparent; + background-image: linear-gradient(180deg, var(--light) 0%, var(--light) 80%); +} + +/* Video */ +section.video { + background-position: 50% 50%; + background-repeat: no-repeat; + padding: 50px 0; + position: relative; + overflow: hidden; + width: 100%; +} + +section.video .container { + position: relative; + z-index: 3; +} + +html.boxed section.video > div:first-child { + z-index: 0 !important; +} + +html.boxed section.video > div:first-child video { + z-index: 0 !important; +} + +/* Video - Skin */ +section.video blockquote i.fa-quote-left { + color: var(--primary); +} + +.word-rotator i, .word-rotator em, .word-rotator b { + font-style: normal; + font-weight: inherit; +} + +.word-rotator-words { + display: inline-flex !important; + position: relative; + text-align: left; +} + +.word-rotator-words b { + display: inline-block; + position: absolute; + white-space: nowrap; + left: 0; + top: 0; +} + +.word-rotator-words b.is-visible { + position: relative; +} + +.word-rotator-words[class*="bg-"] { + background: var(--grey-500); +} + +.word-rotator-words[class*="bg-"] b { + color: var(--light); + padding: 1.6px 8px; + padding: 0.1rem 0.5rem; +} + +/* rotate-1 */ +.word-rotator.rotate-1 .word-rotator-words { + perspective: 300px; +} + +.word-rotator.rotate-1 b { + opacity: 0; + transform-origin: 50% 100%; + transform: rotateX(180deg); +} + +.word-rotator.rotate-1 b.is-visible { + opacity: 1; + transform: rotateX(0deg); + animation: word-rotator-rotate-1-in 1.2s; +} + +.word-rotator.rotate-1 b.is-hidden { + transform: rotateX(180deg); + animation: word-rotator-rotate-1-out 1.2s; +} + +@keyframes word-rotator-rotate-1-in { + 0% { + transform: rotateX(180deg); + opacity: 0; + } + + 35% { + transform: rotateX(120deg); + opacity: 0; + } + + 65% { + opacity: 0; + } + + 100% { + transform: rotateX(360deg); + opacity: 1; + } +} + +@keyframes word-rotator-rotate-1-out { + 0% { + transform: rotateX(0deg); + opacity: 1; + } + + 35% { + transform: rotateX(-40deg); + opacity: 1; + } + + 65% { + opacity: 0; + } + + 100% { + transform: rotateX(180deg); + opacity: 0; + } +} + +/* type */ +.word-rotator.type .word-rotator-words { + vertical-align: top; + overflow: hidden; + position: relative; + padding-right: 3px; +} + +.word-rotator.type .word-rotator-words::after { + content: ' '; + position: absolute; + right: 0; + top: 5%; + height: 90%; + width: 2px; + display: block; + background-color: transparent; +} + +.word-rotator.type .word-rotator-words.waiting::after { + animation: 1s word-rotator-pulse step-end infinite; +} + +.word-rotator.type .word-rotator-words.selected { + background-color: var(--dark) !important; +} + +.word-rotator.type .word-rotator-words.selected::after { + visibility: hidden; +} + +.word-rotator.type .word-rotator-words.selected b { + color: var(--light) !important; +} + +.word-rotator.type b { + visibility: hidden; +} + +.word-rotator.type b.is-visible { + visibility: visible; +} + +.word-rotator.type i { + position: absolute; + visibility: hidden; +} + +.word-rotator.type i.in { + position: relative; + visibility: visible; +} + +.word-rotator.type.type-clean-light .word-rotator-words:after { + width: 8px; +} + +.word-rotator.type.type-clean-light .word-rotator-words.waiting::after { + animation: 500ms word-rotator-pulse-light step-end infinite; +} + +.word-rotator.type.type-clean-light .word-rotator-words.selected { + background-color: transparent !important; +} + +@keyframes word-rotator-pulse { + from, to { + background-color: transparent; + } + + 50% { + background-color: black; + } +} + +@keyframes word-rotator-pulse-light { + from, to { + background-color: transparent; + } + + 50% { + background-color: white; + } +} + +/* rotate-2 */ +.word-rotator.rotate-2 .word-rotator-words { + perspective: 300px; +} + +.word-rotator.rotate-2 i, .word-rotator.rotate-2 em { + display: inline-block; + backface-visibility: hidden; +} + +.word-rotator.rotate-2 b { + opacity: 0; +} + +.word-rotator.rotate-2 i { + transform-style: preserve-3d; + transform: translateZ(-20px) rotateX(90deg); + opacity: 0; +} + +.is-visible .word-rotator.rotate-2 i { + opacity: 1; +} + +.word-rotator.rotate-2 i.in { + animation: word-rotator-rotate-2-in .4s forwards; +} + +.word-rotator.rotate-2 i.out { + animation: word-rotator-rotate-2-out .4s forwards; +} + +.word-rotator.rotate-2 em { + transform: translateZ(20px); +} + +.no-csstransitions .word-rotator.rotate-2 i { + transform: rotateX(0deg); + opacity: 0; +} + +.no-csstransitions .word-rotator.rotate-2 i em { + transform: scale(1); +} + +.no-csstransitions .word-rotator.rotate-2 .is-visible i { + opacity: 1; +} + +@keyframes word-rotator-rotate-2-in { + 0% { + opacity: 0; + transform: translateZ(-20px) rotateX(90deg); + } + + 60% { + opacity: 1; + transform: translateZ(-20px) rotateX(-10deg); + } + + 100% { + opacity: 1; + transform: translateZ(-20px) rotateX(0deg); + } +} + +@keyframes word-rotator-rotate-2-out { + 0% { + opacity: 1; + transform: translateZ(-20px) rotateX(0); + } + + 60% { + opacity: 0; + transform: translateZ(-20px) rotateX(-100deg); + } + + 100% { + opacity: 0; + transform: translateZ(-20px) rotateX(-90deg); + } +} + +/* loading-bar */ +.word-rotator.loading-bar span { + display: inline-block; + padding: .2em 0; +} + +.word-rotator.loading-bar .word-rotator-words { + overflow: hidden; + vertical-align: top; +} + +.word-rotator.loading-bar .word-rotator-words::after { + content: ''; + position: absolute; + left: 0; + bottom: 0; + height: 3px; + width: 0; + background: var(--dark); + z-index: 2; + transition: width .3s -0.1s; +} + +.word-rotator.loading-bar .word-rotator-words.is-loading::after { + width: 100%; + transition: width 3s; +} + +.word-rotator.loading-bar .word-rotator-words.bg-light::after { + background-color: var(--dark) !important; +} + +.word-rotator.loading-bar .word-rotator-words[class*="bg-"]:not(.bg-light)::after { + background-color: var(--light) !important; +} + +.word-rotator.loading-bar b { + top: .2em; + opacity: 0; + transition: opacity .3s; +} + +.word-rotator.loading-bar b.is-visible { + opacity: 1; + top: 0; +} + +/* slide */ +.word-rotator.slide span { + display: inline-block; + padding: .2em 0; +} + +.word-rotator.slide .word-rotator-words { + overflow: hidden; + vertical-align: top; +} + +.word-rotator.slide b { + opacity: 0; + top: .2em; +} + +.word-rotator.slide b.is-visible { + top: 0; + opacity: 1; + animation: slide-in .6s; +} + +.word-rotator.slide b.is-hidden { + animation: slide-out .6s; +} + +@keyframes slide-in { + 0% { + opacity: 0; + transform: translateY(-100%); + } + + 60% { + opacity: 1; + transform: translateY(20%); + } + + 100% { + opacity: 1; + transform: translateY(0); + } +} + +@keyframes slide-out { + 0% { + opacity: 1; + transform: translateY(0); + } + + 60% { + opacity: 0; + transform: translateY(120%); + } + + 100% { + opacity: 0; + transform: translateY(100%); + } +} + +/* clip */ +.word-rotator.clip span { + display: inline-block; + padding: .2em 0; +} + +.word-rotator.clip .word-rotator-words { + overflow: hidden; + vertical-align: top; +} + +.word-rotator.clip .word-rotator-words::after { + content: ''; + position: absolute; + top: 0; + right: 0; + width: 2px; + height: 100%; + background-color: var(--dark); +} + +.word-rotator.clip b { + opacity: 0; +} + +.word-rotator.clip b.is-visible { + opacity: 1; +} + +/* zoom */ +.word-rotator.zoom .word-rotator-words { + perspective: 300px; +} + +.word-rotator.zoom b { + opacity: 0; +} + +.word-rotator.zoom b.is-visible { + opacity: 1; + animation: zoom-in .8s; +} + +.word-rotator.zoom b.is-hidden { + animation: zoom-out .8s; +} + +@keyframes zoom-in { + 0% { + opacity: 0; + transform: translateZ(100px); + } + + 100% { + opacity: 1; + transform: translateZ(0); + } +} + +@keyframes zoom-out { + 0% { + opacity: 1; + transform: translateZ(0); + } + + 100% { + opacity: 0; + transform: translateZ(-100px); + } +} + +.word-rotator.rotate-3 .word-rotator-words { + perspective: 300px; +} + +.word-rotator.rotate-3 b { + opacity: 0; +} + +.word-rotator.rotate-3 i { + display: inline-block; + transform: rotateY(180deg); + backface-visibility: hidden; +} + +.is-visible .word-rotator.rotate-3 i { + transform: rotateY(0deg); +} + +.word-rotator.rotate-3 i.in { + animation: word-rotator-rotate-3-in .6s forwards; +} + +.word-rotator.rotate-3 i.out { + animation: word-rotator-rotate-3-out .6s forwards; +} + +.no-csstransitions .word-rotator.rotate-3 i { + transform: rotateY(0deg); + opacity: 0; +} + +.no-csstransitions .word-rotator.rotate-3 .is-visible i { + opacity: 1; +} + +@keyframes word-rotator-rotate-3-in { + 0% { + transform: rotateY(180deg); + } + + 100% { + transform: rotateY(0deg); + } +} + +@keyframes word-rotator-rotate-3-out { + 0% { + transform: rotateY(0); + } + + 100% { + transform: rotateY(-180deg); + } +} + +/* scale */ +.word-rotator.scale b { + opacity: 0; +} + +.word-rotator.scale i { + display: inline-block; + opacity: 0; + transform: scale(0); +} + +.is-visible .word-rotator.scale i { + opacity: 1; +} + +.word-rotator.scale i.in { + animation: scale-up .6s forwards; +} + +.word-rotator.scale i.out { + animation: scale-down .6s forwards; +} + +.no-csstransitions .word-rotator.scale i { + transform: scale(1); + opacity: 0; +} + +.no-csstransitions .word-rotator.scale .is-visible i { + opacity: 1; +} + +@keyframes scale-up { + 0% { + transform: scale(0); + opacity: 0; + } + + 60% { + transform: scale(1.2); + opacity: 1; + } + + 100% { + transform: scale(1); + opacity: 1; + } +} + +@keyframes scale-down { + 0% { + transform: scale(1); + opacity: 1; + } + + 60% { + transform: scale(0); + opacity: 0; + } +} + +/* push */ +.word-rotator.push b { + opacity: 0; +} + +.word-rotator.push b.is-visible { + opacity: 1; + animation: push-in .6s; +} + +.word-rotator.push b.is-hidden { + animation: push-out .6s; +} + +@keyframes push-in { + 0% { + opacity: 0; + transform: translateX(-100%); + } + + 60% { + opacity: 1; + transform: translateX(10%); + } + + 100% { + opacity: 1; + transform: translateX(0); + } +} + +@keyframes push-out { + 0% { + opacity: 1; + transform: translateX(0); + } + + 60% { + opacity: 0; + transform: translateX(110%); + } + + 100% { + opacity: 0; + transform: translateX(100%); + } +} + +/* Word Rotator - Skin */ +.word-rotator.loading-bar-primary .word-rotator-words::after { + background-color: var(--primary); +} + +.word-rotator.loading-bar-secondary .word-rotator-words::after { + background-color: var(--secondary); +} + +.word-rotator.loading-bar-tertiary .word-rotator-words::after { + background-color: var(--tertiary); +} + +.word-rotator.loading-bar-quaternary .word-rotator-words::after { + background-color: var(--quaternary); +} + +.word-rotator.loading-bar-dark .word-rotator-words::after { + background-color: var(--dark); +} + +.word-rotator.loading-bar-light .word-rotator-words::after { + background-color: var(--light); +} + +/* Custom Map */ +section.section-custom-map { + background: transparent url(../img/map.png) center 0 no-repeat; + padding: 129px 0 0; + margin: 20px 0 0; + border: 0; +} + +section.section-custom-map section.section { + border-top: 0; + background: rgba(var(--grey-100), 0.5); +} + +/* Home Intro */ +.home-intro { + background-color: var(--dark); + margin-bottom: 60px; + overflow: hidden; + padding: 38.4px 0; + padding: 2.4rem 0; + position: relative; + text-align: left; + letter-spacing: -0.5px; +} + +.home-intro p { + color: var(--light); + display: inline-block; + font-size: 1.4em; + font-weight: 600; + margin-bottom: 0; +} + +.home-intro p span:not(.highlighted-word) { + color: var(--light); + display: block; + font-size: 0.8em; + font-weight: 300; + padding-top: 5px; + opacity: 0.7; +} + +.home-intro p .highlighted-word { + font-size: 1.6em; +} + +.home-intro .get-started { + position: relative; +} + +.home-intro .get-started .btn { + position: relative; + z-index: 1; +} + +.home-intro .get-started .btn i { + font-size: 1.1em; + font-weight: normal; + margin-left: 5px; +} + +.home-intro .get-started a { + color: var(--light); +} + +.home-intro .get-started a:not(.btn) { + color: var(--light); + font-weight: 600; +} + +.home-intro .learn-more { + color: var(--light); + margin-left: 15px; + font-weight: 300; +} + +.home-intro.light { + background-color: #EDEDED; +} + +.home-intro.light.secondary { + background-color: #E0E1E4; +} + +.home-intro.light p, +.home-intro.light .learn-more, +.home-intro.light p span:not(.highlighted-word), +.home-intro.light .get-started a:not(.btn) { + color: var(--dark--200); +} + +/* Home Intro Compact */ +.home-intro-compact { + border-radius: 0 0 0.3rem 0.3rem; + margin-top: -10px; + margin: -10px auto 60px; + max-width: 1116px; +} + +.home-intro-compact p { + padding-left: 20px; +} + +.home-intro-compact .get-started { + padding-right: 20px; +} + +@media (max-width: 991px) { + /* Home Intro */ + .home-intro p { + margin-bottom: 2rem; + } + + .home-intro-compact .get-started { + padding-left: 20px; + } +} + +@media (max-width: 767px) { + /* Home Intro */ + .home-intro-compact { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; + } +} + +/* Home Concept SVG Animations */ +@keyframes animatedLineBg { + from { + stroke-dasharray: 1000; + } + + to { + stroke-dasharray: 1360; + } +} + +@keyframes animatedLineSmallCircle { + from { + stroke-dasharray: 1000; + } + + to { + stroke-dasharray: 1120; + } +} + +@keyframes animatedLineBigCircle { + from { + stroke-dasharray: 1000; + } + + to { + stroke-dasharray: 1266; + } +} + +@keyframes animatedInitialPin { + 0% { + transform: translate(2px, 69px) scale(0.23); + } + + 33% { + transform: translate(2px, 79px) scale(0.23); + } + + 66% { + transform: translate(2px, 74px) scale(0.23); + } + + 100% { + transform: translate(2px, 79px) scale(0.23); + } +} + +@keyframes animatedFinalPin { + 0% { + transform: translate(325px, -19px) scale(0.23) rotate(36deg); + } + + 33% { + transform: translate(325px, -13px) scale(0.23) rotate(36deg); + } + + 66% { + transform: translate(325px, -16px) scale(0.23) rotate(36deg); + } + + 100% { + transform: translate(325px, -13px) scale(0.23) rotate(36deg); + } +} + +/* Firefox Final Pin Animation */ +@keyframes animatedFinalPinFirefox { + 0% { + transform: translate(193px, -16px) scale(0.23) rotate(36deg); + } + + 33% { + transform: translate(193px, -10px) scale(0.23) rotate(36deg); + } + + 66% { + transform: translate(193px, -13px) scale(0.23) rotate(36deg); + } + + 100% { + transform: translate(193px, -10px) scale(0.23) rotate(36deg); + } +} + +/* Home Concept */ +.home-concept { + background: transparent url(../img/home/home-concept.png) no-repeat center 0; + width: 100%; + overflow: hidden; +} + +.home-concept strong { + display: block; + font-family: "Shadows Into Light", cursive; + font-size: 1.8em; + font-weight: normal !important; + position: relative; + margin-top: 30px; +} + +.home-concept .row { + position: relative; +} + +.home-concept .process-image { + background: transparent url(../img/home/home-concept-item.png) no-repeat 0 0; + width: 160px; + margin: 120px auto 0 auto; + padding-bottom: 50px; + position: relative; + z-index: 1; +} + +.home-concept .process-image img { + border-radius: 150px; + margin: 7px 8px; + width: auto; + height: auto; + max-width: 145px; + max-height: 145px; +} + +@media (min-width: 992px) { + .home-concept .process-image.process-image-on-middle { + margin-top: 95px; + } +} + +.home-concept .our-work { + margin-top: 52px; + font-size: 2.2em; +} + +.home-concept .project-image { + background: transparent url(../img/home/home-concept-item.png) no-repeat 100% 0; + width: 350px; + margin: 20px 0 0 -30px; + padding-bottom: 45px; + position: relative; + z-index: 1; +} + +.home-concept .sun { + background: transparent url(../img/home/home-concept-icons.png) no-repeat 0 0; + width: 60px; + height: 56px; + display: block; + position: absolute; + left: 0; + top: 65px; +} + +.home-concept .cloud { + background: transparent url(../img/home/home-concept-icons.png) no-repeat 100% 0; + width: 116px; + height: 56px; + display: block; + position: absolute; + left: 53%; + top: 35px; +} + +@media (max-width: 991px) { + .home-concept { + background-image: none; + } + + .home-concept .project-image { + margin: 20px auto 0 auto; + } + + .home-concept .process-image { + margin-top: 0; + padding-bottom: 25px; + } +} + +@media (max-width: 479px) { + .home-concept .project-image { + background-position: 0 0; + margin-left: auto; + max-width: 160px; + } + + .home-concept .fc-slideshow { + max-width: 145px; + height: 145px; + } + + .home-concept .fc-slideshow img { + max-height: 145px; + max-width: 145px; + } +} + +/* Home - Skin */ +.slider .tp-bannertimer { + background-color: var(--primary); +} + +.home-concept strong { + color: var(--primary); +} + +/* Home Intro - Skin */ +.home-intro-primary { + background: var(--primary); +} + +.home-intro-secondary { + background: var(--secondary); +} + +.home-intro-tertiary { + background: var(--tertiary); +} + +.home-intro-quaternary { + background: var(--quaternary); +} + +.home-intro-dark { + background: var(--dark); +} + +.home-intro-light { + background: var(--light); +} + +/* Portfolio */ +.portfolio-title { + margin-bottom: -10px; +} + +.portfolio-title a { + display: inline-block; +} + +.portfolio-title [class*="fa-"], .portfolio-title .icons { + font-size: 1.7em; +} + +.portfolio-title .portfolio-nav { + margin-top: 11px; +} + +.portfolio-title .portfolio-nav-all { + margin-top: 9px; +} + +.portfolio-title .portfolio-nav { + text-align: right; +} + +.portfolio-title .portfolio-nav a { + width: 40%; +} + +.portfolio-title .portfolio-nav-all .fa, +.portfolio-title .portfolio-nav-all .icons { + font-size: 2em; +} + +.portfolio-title .fa-angle-right { + text-align: right; +} + +.portfolio-title .portfolio-nav-prev { + text-align: left; +} + +/* Portfolio Info */ +.portfolio-info { + margin: 2px 0 10px; +} + +.portfolio-info ul { + list-style: none; + padding: 0; + margin: 0; +} + +.portfolio-info ul li { + display: inline-block; + border-right: 1px solid #E6E6E6; + color: #B1B1B1; + padding-right: 8px; + margin-right: 8px; + font-size: 0.9em; +} + +.portfolio-info ul li:last-child { + border-right: 0; + padding-right: 0; + margin-right: 0; +} + +.portfolio-info ul li a { + text-decoration: none; + color: #B1B1B1; +} + +.portfolio-info ul li a:hover .fa-heart { + color: #E53F51; +} + +.portfolio-info ul li [class*="fa-"], .portfolio-info ul li .icons { + margin-right: 4px; +} + +/* Portfolio List */ +.portfolio-list { + list-style: none; + padding: 0; + margin-top: 0; + margin-bottom: 0; +} + +.portfolio-list:not(.row) { + margin: 0; +} + +.portfolio-list .portfolio-item { + position: relative; + margin-bottom: 35px; +} + +.portfolio-list .portfolio-item.portfolio-item-updated:after, .portfolio-list .portfolio-item.portfolio-item-new:after { + position: absolute; + z-index: 1; + top: 10px; + right: 10px; + background: var(--grey-500); + content: "NEW"; + display: block; + padding: 0px 8px; + font-size: 9px; + font-weight: 600; + text-transform: uppercase; + color: var(--light); + border-radius: 2px; + line-height: 22px; +} + +.portfolio-list .portfolio-item.portfolio-item-updated:after { + content: "UPDATED"; + background: #36C57A; +} + +/* Portfolio Details */ +.portfolio-details { + list-style: none; + padding: 0; + margin: 45px 0 0 5px; + font-size: 0.9em; +} + +.portfolio-details > li { + padding: 0; + margin: 0 0 20px; +} + +.portfolio-details p { + padding: 0; + margin: 0; +} + +.portfolio-details blockquote { + padding: 0 0 0 10px; + margin: 15px 0 0; + color: #999; +} + +.portfolio-details .list-icons { + margin-left: 0; +} + +.portfolio-details .list-icons > li { + padding-left: 18px; + margin-right: 10px; +} + +.portfolio-details .list-icons > li [class*="fa-"], .portfolio-details .list-icons > li .icons { + top: 7px; +} + +/* Portfolio Modal */ +.portfolio-modal .mfp-arrow, +.portfolio-ajax-modal .mfp-arrow { + display: none; +} + +.portfolio-load-more-loader { + display: none; + position: relative; + height: 49px; +} + +.btn-portfolio-infinite-scroll { + opacity: 0; +} + +/* Portfolio Navigation */ +.portfolio-next:hover [class*="fa-"], .portfolio-next:hover .icons, +.portfolio-prev:hover [class*="fa-"], +.portfolio-prev:hover .icons { + animation: navItemArrow 600ms ease; + animation-iteration-count: infinite; +} + +@media (max-width: 991px) { + .portfolio-nav, .portfolio-nav-all { + display: none; + } +} + +/* Portfolio - Skin */ +.portfolio-list .portfolio-item.portfolio-item-new:after { + background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%); +} + +/* Team List */ +ul.team-list { + list-style: none; + margin: 0; + padding: 0; +} + +ul.team-list .team-item { + margin-bottom: 35px; +} + +ul.team-list .team-item .thumb-info-social-icons { + margin: 0 10px; +} + +@media (max-width: 991px) { + ul.team-list .team-item { + margin: 0 auto 35px; + max-width: 270px; + } +} + +/* Search Results */ +.search-results { + min-height: 300px; +} + +/* Page 404 */ +.http-error { + padding: 50px 0; +} + +.http-error h2 { + font-size: 140px; + font-weight: 700; + line-height: 140px; +} + +.http-error h4 { + color: var(--default); +} + +.http-error p { + font-size: 1.4em; + line-height: 36px; +} + +@media (max-width: 575px) { + .http-error { + padding: 0; + } + + .http-error h2 { + font-size: 100px; + letter-spacing: 0; + line-height: 100px; + } +} diff --git a/resources/assets/css/theme-shop.css b/resources/assets/css/theme-shop.css new file mode 100644 index 0000000..6c6c326 --- /dev/null +++ b/resources/assets/css/theme-shop.css @@ -0,0 +1,900 @@ +/* +Name: theme-shop.css +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +/* Custom Font - Stars (From WooCommerce) */ +@font-face { + font-family: 'star'; + src: url("fonts/star.eot"); + src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* Shop - Base */ +.shop .products:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +.shop .products .product { + position: relative; + margin-bottom: 30px; +} + +.shop .products .product a { + text-decoration: none; +} + +.shop .products .product .quick-view { + transition: ease transform 300ms, ease background 300ms; + position: absolute; + bottom: 0; + left: 0; + padding: 12px 10px; + font-size: 1em; + color: var(--light); + background: rgba(0, 0, 0, 0.7); + z-index: 3; + opacity: 0; + transform: translate3d(0, 100%, 0); +} + +.shop .products .product .quick-view [class*="fa-"], .shop .products .product .quick-view .icons { + margin-right: 3px; + font-size: 1.1em; +} + +.shop .products .product:hover .quick-view { + opacity: 1; + transform: translate3d(0, 0, 0); +} + +.shop .products .product:hover .quick-view:hover { + background: #000; +} + +.shop .products .product .onsale { + position: absolute; + background-image: none; + border-radius: 100%; + left: auto; + right: 0; + top: -15px; + text-shadow: none; + width: 40px; + height: 40px; + line-height: 40px; + display: inline-block; + text-align: center; + z-index: 10; + box-shadow: none; + font-size: 0.9em; + color: var(--light); + border-bottom: 2px solid transparent; +} + +/* Quick View Popup Fix (When Close) */ +html.lightbox-beforeclose .quick-view { + display: none !important; +} + +.masonry-loader-showing .products { + opacity: 0; +} + +/* Product Info */ +.product-info { + transition: all 0.2s; + padding: 0; + position: relative; + border: 1px solid #DDD; + background: #F7F9FC; + display: block; + overflow: hidden; + position: relative; + text-decoration: none; + max-width: 100%; + text-align: center; + padding: 0; + text-decoration: none; +} + +.product-info:hover { + background-color: var(--light); + text-decoration: none; +} + +.product-info a { + text-decoration: none; + display: inline-block; + width: 100%; +} + +.product-info a:hover { + text-decoration: none; + display: inline-block; + width: 100%; +} + +.product-info img { + transition: all 0.2s; +} + +.product-info h4 { + color: #404751; + letter-spacing: -1px; + font-weight: 600; + font-size: 1.4em; + line-height: 1.1em; + margin: 0; + padding: 0; +} + +.product-info + .product-info { + margin-top: -5px; +} + +.product-info .product-info-image { + display: block; + position: relative; +} + +.product-info .product-info-image:before { + transition: all 0.2s; + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: #333; + width: 100%; + height: 100%; + opacity: 0; +} + +.product-info:hover .product-info-image:before { + opacity: 0.4; +} + +.product-info .product-info-act { + position: absolute; + top: 50%; + left: 0; + right: 0; + text-align: center; + color: var(--light); +} + +.product-info .product-info-act em { + font-style: normal; + position: relative; + font-size: 1.2em; + font-weight: 100; +} + +.product-info .product-info-act-left, .product-info .product-info-act-right { + float: left; + overflow: hidden; +} + +.product-info .product-info-act-left { + text-align: right; + width: 45%; +} + +.product-info .product-info-act-left em { + transition: all 0.2s ease 0s; + left: 0%; + opacity: 0; +} + +.product-info .product-info-act-right { + text-align: left; + margin-left: 2%; + width: 53%; +} + +.product-info .product-info-act-right em { + transition: all 0.2s ease 0s; + right: 0%; + font-weight: 600; + opacity: 0; +} + +.product-info:hover .product-info-act-left em { + opacity: 1; +} + +.product-info:hover .product-info-act-right em { + opacity: 1; +} + +.product-info .product-info-content { + padding: 15px; + text-align: left; + display: block; +} + +.product-info .product-info-caption { + padding: 0 15px 15px; + text-align: left; + display: block; +} + +.product-info .product-info-caption p { + margin: 0; + padding: 0 0 10px; +} + +.product-info .product-info-extra { + clear: both; + padding: 10px 0 0; + margin: 10px 0 0; + border-top: 1px solid #EBEBF4; + display: block; +} + +.product-info .product-info-extra.social { + text-align: center; +} + +.product-info .product-info-extra.social a { + border-right: 1px solid #EBEBF4; + display: inline-block; + margin-right: 10px; + padding-right: 10px; + font-size: 0.9em; + color: #ACACAC; + width: auto; +} + +.product-info .product-info-extra.social a:last-child { + border-right: 0; + margin-right: 0; + padding-right: 0; +} + +.product-info .date { + color: #9AA1AB; + font-size: 0.9em; +} + +.product-info.secondary .product-info-content { + text-align: center; +} + +.product-info.secondary .product-info-content h4 { + transition: all 0.2s; + color: var(--light); + position: relative; + top: -25%; + opacity: 0; +} + +.product-info.secondary .product-info-content .date { + transition: all 0.2s; + position: relative; + top: 25%; + display: block; + opacity: 0; +} + +.product-info.secondary .product-info-act { + top: 30%; +} + +.product-info.secondary .label { + transition: all 0.2s; + clear: both; + display: inline-block; + margin-top: 15px; + opacity: 0; +} + +.product-info.secondary:hover .label { + opacity: 1; +} + +.product-info.secondary:hover .product-info-content h4 { + top: 0; + opacity: 1; +} + +.product-info.secondary:hover .product-info-content .date { + top: 0; + opacity: 1; +} + +/* Rating */ +.shop .review-num { + margin-left: 7px; + float: left; + font-size: 0.85em; +} + +.shop .summary .price { + color: #444; + font-size: 2em; + letter-spacing: -1px; + line-height: 30px; + margin-top: 10px; + clear: both; +} + +.shop .quantity { + margin: 0 15px 25px 0; + overflow: hidden; + position: relative; + width: 125px; + height: 40px; + float: left; +} + +.shop .quantity .minus { + background: transparent; + border: 1px solid #F0F0F0; + border-radius: 2px; + box-shadow: none; + color: #5E5E5E; + cursor: pointer; + display: block; + font-size: 12px; + font-weight: bold; + height: 40px; + line-height: 13px; + margin: 0; + overflow: visible; + outline: 0; + padding: 0; + position: absolute; + text-align: center; + text-decoration: none; + vertical-align: text-top; + width: 40px; + border-radius: 0.25rem 0 0 0.25rem; +} + +.shop .quantity .plus { + background: transparent; + border: 1px solid #F0F0F0; + border-radius: 2px; + box-shadow: none; + color: #5E5E5E; + cursor: pointer; + display: block; + font-size: 12px; + font-weight: bold; + height: 40px; + line-height: 13px; + margin: 0; + overflow: visible; + outline: 0; + padding: 0; + position: absolute; + text-align: center; + text-decoration: none; + vertical-align: text-top; + width: 40px; + border-radius: 0 0.25rem 0.25rem 0; + right: 0; + top: 0; +} + +.shop .quantity .qty { + border: 1px solid #F0F0F0; + box-shadow: none; + float: left; + height: 40px; + padding: 0 39px; + text-align: center; + width: 125px; + font-weight: bold; + font-size: 1em; + outline: 0; + border-radius: .25rem; +} + +.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +.shop .quantity .qty::-ms-clear { + display: none; +} + +.shop .quantity.quantity-lg { + height: 45px; +} + +.shop .quantity.quantity-lg .minus { + height: 45px; + width: 45px; +} + +.shop .quantity.quantity-lg .plus { + height: 45px; + width: 45px; +} + +.shop .quantity.quantity-lg .qty { + height: 45px; +} + +.shop .product-meta { + clear: both; +} + +.shop .tabs-product { + margin-top: 40px; +} + +.shop ul.comments .comment-arrow { + border-right-color: #F5F7F7; +} + +.shop ul.comments .comment-block { + background: #F5F7F7; +} + +.shop ul.simple-post-list li { + border: 0; + padding-bottom: 0; +} + +/* Product Thumb Info */ +.product .product-thumb-info { + transition: all 0.2s; + padding: 0; + position: relative; + border: 0; + border-bottom: 3px solid #E3E4E8; + background: #F7F9FC; + display: block; + overflow: hidden; + position: relative; + text-decoration: none; + max-width: 100%; + text-align: center; + border: 1px solid #DDD; + text-decoration: none; +} + +.product .product-thumb-info a { + text-decoration: none; + display: block; + width: 100%; +} + +.product .product-thumb-info img { + transition: all 0.2s; +} + +.product .product-thumb-info h4 { + color: #404751; + letter-spacing: -1px; + font-weight: 600; + font-size: 1.4em; + line-height: 1.1em; + margin: 0; + padding: 0; +} + +.product .product-thumb-info + .product-thumb-info { + margin-top: -5px; +} + +.product .product-thumb-info .product-thumb-info-touch-hover { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + bottom: 0; + right: 0; + display: none; + background-color: transparent; +} + +.product .product-thumb-info.hover .product-thumb-info-touch-hover { + display: block; +} + +.product .product-thumb-info .product-thumb-info-image { + display: block; + position: relative; +} + +.product .product-thumb-info .product-thumb-info-image:before { + transition: all 0.2s; + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: #212121; + width: 100%; + height: 100%; + opacity: 0; + z-index: 2; +} + +.product .product-thumb-info .product-thumb-info-act { + position: absolute; + top: 40%; + left: 0; + right: 0; + text-align: center; + color: var(--light); + opacity: 0; +} + +.product .product-thumb-info .product-thumb-info-act em { + font-style: normal; +} + +.product .product-thumb-info .product-thumb-info-content { + padding: 15px; + text-align: left; + display: block; +} + +.product .product-thumb-info .product-thumb-info-caption { + padding: 0 15px 15px; + text-align: left; + display: block; +} + +.product .product-thumb-info .product-thumb-info-caption p { + margin: 0; + padding: 0 0 10px; +} + +.product .product-thumb-info .product-thumb-info-extra { + clear: both; + padding: 10px 0 0; + margin: 10px 0 0; + border-top: 1px solid #EBEBF4; + display: block; +} + +.product .product-thumb-info .product-thumb-info-extra.social a:last-child { + border-right: 0; + margin-right: 0; + padding-right: 0; +} + +.product .product-thumb-info .product-thumb-info-badges-wrapper { + display: flex; + flex-direction: column; + position: absolute; + top: 15px; + left: 15px; + z-index: 3; +} + +.product .product-thumb-info .product-thumb-info-badges-wrapper .badge + .badge { + margin-top: 5px; +} + +.product .product-thumb-info .addtocart-btn-wrapper { + position: absolute; + top: 20px; + right: 20px; + z-index: 3; +} + +.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn { + display: flex; + align-items: center; + justify-content: center; + color: #212121; + background: var(--light); + width: 40px; + height: 40px; + border-radius: 100%; + font-size: 16px; + font-size: 1rem; + box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); + opacity: 0; + visibility: hidden; + transform: translate3d(0, 5px, 0); + transition: ease transform 300ms, ease opacity 300ms; +} + +.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover { + color: var(--light); + background: var(--grey-500); +} + +.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) { + position: relative; + z-index: 1; + transition: ease opacity 300ms; +} + +.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(2) { + position: absolute; + top: 0; + left: 0; + z-index: 0; +} + +.product .product-thumb-info .countdown-offer-wrapper { + position: absolute; + bottom: 10px; + left: 10px; + right: 10px; + padding: 8px 0; + background: #0184c2; + z-index: 3; + transition: ease opacity 300ms; +} + +.product:hover .product-thumb-info { + background-color: var(--light); + text-decoration: none; +} + +.product:hover .product-thumb-info .product-thumb-info-image:before { + opacity: 0.1; +} + +.product:hover .product-thumb-info .product-thumb-info-act { + opacity: 1; + top: 50%; +} + +.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn { + position: relative; + opacity: 1; + visibility: visible; + transform: translate3d(0, 0, 0); + transition: ease transform 300ms, ease opacity 300ms; +} + +.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:before { + content: attr(title); + position: absolute; + white-space: nowrap; + right: calc( 100% + 10px); + top: 50%; + font-size: 11.2px; + font-size: 0.7rem; + background: #212121; + color: var(--light); + padding: 4px 8px; + padding: .25rem .5rem; + border-radius: 3px; + display: none; + opacity: 0; + visibility: hidden; + transform: translate3d(0, -50%, 0); + transition: ease opacity 300ms; + z-index: 10; +} + +.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:after { + content: ''; + display: block; + width: 0; + height: 0; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + border-left: 5px solid #212121; + display: none; + opacity: 0; + visibility: hidden; + position: absolute; + top: 50%; + right: calc( 100% + 5px); + transform: translate3d(0, -50%, 0); + transition: ease opacity 300ms; + z-index: 10; +} + +.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover:before, .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover:after { + display: block; + opacity: 1; + visibility: visible; +} + +.product:hover .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) { + opacity: 0; +} + +.product:hover .product-thumb-info .countdown-offer-wrapper { + opacity: 0; + visibility: hidden; +} + +/* Product Thumb Info - Full Width */ +.full-width .product-thumb-info .product-thumb-info-image:before { + border-radius: 0; +} + +/* Products Navigation */ +.products-navigation .next, .products-navigation .prev { + display: flex; + align-items: center; + justify-content: center; + width: 30px; + height: 30px; + border-radius: 100%; + border: 1px solid var(--grey-500); + font-size: 11.2px; + font-size: 0.7rem; +} + +.products-navigation .prev { + margin-right: 5px; +} + +/* Price */ +.price { + display: flex; + align-items: center; + min-height: 28px; +} + +.price del { + color: rgba(145, 145, 145, 0.5); + font-size: 0.7em; + margin: -2px 0 0; +} + +.price ins { + text-decoration: none; +} + +.price .sale { + order: 2; + font-size: 0.9em; + font-weight: 600; +} + +.price .sale + .amount { + font-size: 0.7em; + font-weight: 500; + margin-right: 4px; + text-decoration: line-through; +} + +.price .amount { + order: 1; + font-size: 0.9em; + font-weight: 600; +} + +/* Shop Finish Buy Steps Nav */ +/* Shop Table */ +.shop_table { + width: 100%; + margin: 0; + text-align: left; +} + +.shop_table th { + padding: 8px 10px; +} + +.shop_table td { + border-top: 1px solid rgba(0, 0, 0, 0.06); + padding: 17px 10px; +} + +.shop_table .product-thumbnail .product-thumbnail-wrapper { + position: relative; +} + +.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove { + position: absolute; + top: -5px; + right: -8px; + display: flex; + align-items: center; + justify-content: center; + font-size: 11.2px; + font-size: 0.7rem; + color: #212121; + width: 20px; + height: 20px; + background: var(--light); + border: 1px solid #dbdbdb; + border-radius: 100%; + box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.5); + text-decoration: none; + transition: ease background 300ms; +} + +.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove:hover { + background: #f4f4f4; +} + +.shop_table .product-name { + padding-left: 22.4px; + padding-left: 1.4rem; +} + +@media (max-width: 991px) { + .shop .actions-continue { + float: none; + } + + .shop table.cart .product-thumbnail { + width: 12%; + } + + .shop table.cart .product-name { + width: 35%; + } + + #header nav.mega-menu .mega-menu-shop a { + color: var(--light); + } + + #header nav.mega-menu .mega-menu-shop a .fa-caret-down { + display: none !important; + } + + #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu { + display: none !important; + } +} + +@media (max-width: 767px) { + .shop table.cart .product-name { + width: 65%; + } + + .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove { + position: relative; + top: 0; + right: 0; + } + + .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image { + display: none; + } + + .shop_table .product-name { + padding-left: 0.7rem; + } +} + +/* Shop - Skin */ +.shop .products .product .onsale { + background-color: var(--primary); + border-bottom-color: var(--primary-300); +} + +.shop .cart-totals tr.total .amount { + color: var(--primary); +} + +.shop .products .product .quick-view { + background: var(--primary-rgba-70); +} + +.shop .products .product:hover .quick-view:hover { + background: var(--primary); +} + +.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover { + color: var(--primary-inverse); + background: var(--primary); +} + +.product .product-thumb-info .countdown-offer-wrapper { + background: var(--primary); +} diff --git a/resources/assets/css/theme.css b/resources/assets/css/theme.css new file mode 100644 index 0000000..ea4c16b --- /dev/null +++ b/resources/assets/css/theme.css @@ -0,0 +1,17280 @@ +/* +Name: theme.css +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ +/* Base */ +html { + direction: ltr; + overflow-x: hidden; + box-shadow: none !important; +} + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: auto; + } +} + +body { + background-color: var(--light); + color: var(--default); + font-family: "Poppins", Arial, sans-serif; + font-size: 14px; + line-height: 26px; + margin: 0; + -webkit-font-smoothing: antialiased; + -webkit-text-size-adjust: 100%; +} + +body a { + outline: none !important; +} + +/* Selection */ +::-moz-selection { + color: var(--primary-inverse); + background: var(--primary); +} + +::selection { + color: var(--primary-inverse); + background: var(--primary); +} + +/* Body */ +.body { + background-color: var(--light); +} + +html.safari:not(.no-safari-overflow-x-fix) .body { + overflow-x: hidden; +} + +a { + text-decoration: none; +} + +a:not(.btn):hover { + text-decoration: underline; +} + +li { + line-height: 24px; +} + +@media (max-width: 575px) { + body { + font-size: 13px; + } +} + +/* Bootstrap Vars */ +.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm { + --bs-offcanvas-zindex: 10000; +} + +/* Header */ +#header { + position: relative; + z-index: 1030; +} + +#header .header-body { + display: flex; + flex-direction: column; + background: var(--light); + transition: min-height 0.3s ease; + width: 100%; + border-top: 3px solid #EDEDED; + border-bottom: 1px solid transparent; + z-index: 1001; +} + +#header .header-body.header-body-bottom-border-fixed { + border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important; +} + +#header .header-body[class*="border-color-"] { + border-bottom: 0 !important; +} + +#header .header-container { + position: relative; + display: flex; + flex-flow: row wrap; + align-items: center; + transition: ease height 300ms; +} + +@media (max-width: 991px) { + #header .header-container:not(.container):not(.container-fluid) .header-nav-main { + padding: 0 0.75rem; + } +} + +#header .header-container.header-container-height-xs { + height: 80px; +} + +#header .header-container.header-container-height-sm { + height: 100px; +} + +#header .header-container.header-container-height-md { + height: 125px; +} + +#header .header-container.header-container-height-lg { + height: 145px; +} + +#header .container { + position: relative; +} + +@media (max-width: 767px) { + #header .container { + width: 100%; + } +} + +#header .header-row { + display: flex; + flex-grow: 1; + align-items: center; + align-self: stretch; + max-height: 100%; +} + +#header .header-column { + display: flex; + align-self: stretch; + align-items: center; + flex-grow: 1; + flex-direction: column; +} + +#header .header-column.header-column-border-right { + border-right: 1px solid rgba(0, 0, 0, 0.06); +} + +#header .header-column.header-column-border-left { + border-left: 1px solid rgba(0, 0, 0, 0.06); +} + +#header .header-column .header-row { + justify-content: inherit; +} + +#header .header-column .header-extra-info { + list-style: outside none none; + margin: 0; + padding: 0; +} + +#header .header-column .header-extra-info li { + display: inline-flex; + margin-left: 25px; +} + +#header .header-column .header-extra-info li .header-extra-info-icon { + font-size: 32px; + font-size: 2rem; + margin-right: 10px; +} + +#header .header-column .header-extra-info li .header-extra-info-text label { + display: block; + margin: 0; + color: #999; + font-size: 12px; + font-size: 0.75rem; + line-height: 1.2; +} + +#header .header-column .header-extra-info li .header-extra-info-text strong { + display: block; + margin: 0; + color: var(--dark--200); + font-size: 14.4px; + font-size: 0.9rem; + line-height: 1.3; +} + +#header .header-column .header-extra-info li .header-extra-info-text a { + color: var(--dark--200); +} + +#header .header-column .header-extra-info li .feature-box p { + margin: 0; +} + +#header .header-column .header-extra-info li .feature-box small { + position: relative; + top: -4px; + font-size: 80%; +} + +#header.header-no-min-height .header-body { + min-height: 0 !important; +} + +#header .header-top { + display: flex; + align-items: center; + border-bottom: 2px solid rgba(0, 0, 0, 0.06); + min-height: 47px; +} + +#header .header-top.header-top-light-border-bottom { + border-bottom-color: var(--light-rgba-10); +} + +#header .header-top.header-top-simple-border-bottom { + border-bottom-width: 1px; +} + +#header .header-top.header-top-default { + background: var(--grey-100); +} + +#header .header-top.header-top-borders { + border-bottom-width: 1px; +} + +#header .header-top.header-top-borders .nav-item-borders { + border-right: 1px solid rgba(0, 0, 0, 0.06); + padding-left: 12px; + padding-right: 12px; +} + +#header .header-top.header-top-borders .nav-item-borders:first-child { + padding-left: 0; +} + +#header .header-top.header-top-borders .nav-item-borders:last-child { + border-right: 0; +} + +#header .header-top.header-top-light-borders { + border-bottom-color: var(--light-rgba-20); +} + +#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders { + border-right-color: var(--light-rgba-20); +} + +#header .header-top.header-top-light-2-borders { + border-bottom-color: rgba(255, 255, 255, 0.06); +} + +#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders { + border-right-color: rgba(255, 255, 255, 0.06); +} + +#header .header-top.header-top-bottom-containered-border { + border-bottom: 0; +} + +#header .header-top.header-top-bottom-containered-border > .container > .header-row { + border-bottom: 1px solid rgba(0, 0, 0, 0.06); +} + +#header .header-top.header-top-small-minheight { + min-height: 38px; +} + +#header .header-top.header-top-semi-transparent { + background-color: rgba(0, 0, 0, 0.15); +} + +#header .header-top.header-top-semi-transparent-light { + background-color: rgba(255, 255, 255, 0.15); +} + +#header .header-logo { + margin: 16px 0; + margin: 1rem 0; + position: relative; + z-index: 1; +} + +#header .header-logo img { + transition: all 0.3s ease; + position: relative; + top: 0; + image-rendering: -webkit-optimize-contrast; + transform: translateZ(0); +} + +#header .header-nav { + padding: 16px 0; + padding: 1rem 0; + min-height: 70px; +} + +#header .header-nav-top { + display: flex; + align-self: stretch; + align-items: center; +} + +#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span { + color: #999; + font-size: 0.9em; + padding: 6px 10px; + display: inline-block; + letter-spacing: -0.5px; +} + +#header .header-nav-top .nav > li > a [class*="fa-"], #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"], #header .header-nav-top .nav > li > span .icons { + margin-right: 3px; + font-size: 0.8em; + position: relative; +} + +#header .header-nav-top .nav > li > a { + text-decoration: none; +} + +#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus { + background: transparent; +} + +#header .header-nav-top .nav > li.open > .dropdown-menu-toggle, #header .header-nav-top .nav > li.accessibility-open > .dropdown-menu-toggle { + border-radius: var(--border-radius) var(--border-radius) 0 0; +} + +#header .header-nav-top .nav > li + .nav-item-left-border { + margin-left: 10px; + padding-left: 10px; + position: relative; +} + +#header .header-nav-top .nav > li + .nav-item-left-border:after { + background: rgba(0, 0, 0, 0.08); + content: ""; + width: 1px; + height: 16px; + position: absolute; + display: block; + top: 50%; + transform: translate3d(0, -50%, 0); + left: 0; +} + +#header .header-nav-top .nav > li + .nav-item-right-border { + margin-right: 10px; + padding-right: 10px; + position: relative; +} + +#header .header-nav-top .nav > li + .nav-item-right-border:before { + background: rgba(0, 0, 0, 0.08); + content: ""; + width: 1px; + height: 16px; + position: absolute; + display: block; + top: 50%; + transform: translate3d(0, -50%, 0); + right: 0; +} + +#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after { + content: none; +} + +#header .header-nav-top .nav > li.nav-item-left-border.nav-item-right-border-remove:before { + content: none; +} + +@media (max-width: 575px) { + #header .header-nav-top .nav > li:not(.d-none) { + margin-left: 0; + padding-left: 0; + } +} + +@media (max-width: 767px) { + #header .header-nav-top .nav > li.nav-item-left-border-remove.d-none { + margin-left: 0; + padding-left: 0; + } + + #header .header-nav-top .nav > li.nav-item-right-border-remove.d-none { + margin-left: 0; + padding-left: 0; + } +} + +#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after { + content: ''; +} + +#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-show:after { + content: ''; +} + +@media (min-width: 576px) { + #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after { + content: ''; + } + + #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-sm-show:after { + content: ''; + } +} + +@media (min-width: 768px) { + #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after { + content: ''; + } + + #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-md-show:after { + content: ''; + } +} + +@media (min-width: 992px) { + #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-lg-show:after { + content: ''; + } + + #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-lg-show:after { + content: ''; + } +} + +@media (min-width: 1200px) { + #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-xl-show:after { + content: ''; + } + + #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-xl-show:after { + content: ''; + } +} + +#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link { + background: transparent; +} + +#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons { + left: -1px; + top: -1px; +} + +#header .header-nav-top .nav > li.nav-item-anim-icon > a:hover [class*="fa-"], #header .header-nav-top .nav > li.nav-item-anim-icon > a:hover .icons { + animation: navItemArrow 600ms ease; + animation-iteration-count: infinite; +} + +#header .header-nav-top .dropdown .dropdown-item { + font-size: 0.75em; +} + +#header .header-nav-top .dropdown-menu { + border: 0; + margin-top: -2px; + margin-left: -2px; + padding: 0; + box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05); + background: var(--light); + padding: 3px; + min-width: 180px; + z-index: 10000; + margin-right: 0; + margin-top: 1px; + transition: opacity .2s ease-out; + border-radius: 0; +} + +#header .header-nav-top .dropdown-menu:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 5px; + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid white; + transform: translate3d(-7px, -6px, 0); +} + +#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before { + right: auto; + left: 20px; +} + +#header .header-nav-top .dropdown-menu a { + color: #999; + padding: 5px 12px; + font-size: 0.9em; +} + +#header .header-nav-top .dropdown-menu a:active { + color: var(--light); +} + +#header .header-nav-top .flag { + margin-right: 2px; + position: relative; + top: -1px; +} + +#header .header-nav-features { + position: relative; + padding-left: 20px; + margin-left: 10px; +} + +#header .header-nav-features:before, #header .header-nav-features:after { + background: rgba(0, 0, 0, 0.03); + content: none; + width: 1px; + height: 16px; + position: absolute; + display: block; + top: 50%; + transform: translate3d(0, -50%, 0); + left: 0; +} + +#header .header-nav-features.header-nav-features-divisor-lg:before, #header .header-nav-features.header-nav-features-divisor-lg:after { + height: 72px; +} + +#header .header-nav-features.header-nav-features-light:before, #header .header-nav-features.header-nav-features-light:after { + background: rgba(255, 255, 255, 0.1); +} + +#header .header-nav-features:not(.header-nav-features-no-border):before, #header .header-nav-features:not(.header-nav-features-no-border):after { + content: ''; +} + +#header .header-nav-features:not(.header-nav-features-no-border):after { + display: none; +} + +#header .header-nav-features.header-nav-features-show-border:before, #header .header-nav-features.header-nav-features-show-border:after { + content: ''; +} + +@media (min-width: 576px) { + #header .header-nav-features.header-nav-features-sm-show-border:before, #header .header-nav-features.header-nav-features-sm-show-border:after { + content: ''; + } +} + +@media (min-width: 768px) { + #header .header-nav-features.header-nav-features-md-show-border:before, #header .header-nav-features.header-nav-features-md-show-border:after { + content: ''; + } +} + +@media (min-width: 992px) { + #header .header-nav-features.header-nav-features-lg-show-border:before, #header .header-nav-features.header-nav-features-lg-show-border:after { + content: ''; + } +} + +@media (min-width: 1200px) { + #header .header-nav-features.header-nav-features-xl-show-border:before, #header .header-nav-features.header-nav-features-xl-show-border:after { + content: ''; + } +} + +#header .header-nav-features.header-nav-features-start { + padding-left: 0; + margin-left: 0; + padding-right: 20px; + margin-right: 10px; +} + +#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before { + left: auto; + right: 0; +} + +#header .header-nav-features.header-nav-features-center { + padding-left: 20px; + margin-left: 10px; + padding-right: 20px; + margin-right: 10px; +} + +#header .header-nav-features.header-nav-features-center:after { + display: block; + left: auto; + right: 0; +} + +#header .header-nav-features .header-nav-top-icon, +#header .header-nav-features .header-nav-top-icon-img { + font-size: 12.8px; + font-size: 0.8rem; + position: relative; + top: -1px; + color: #444; +} + +#header .header-nav-features.header-nav-features-light .header-nav-top-icon, +#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img { + color: var(--light); +} + +#header .header-nav-features .header-nav-top-icon-img { + top: -2px; +} + +#header .header-nav-features .header-nav-feature { + position: relative; +} + +#header .header-nav-features .header-nav-features-dropdown { + opacity: 0; + top: -10000px; + position: absolute; + box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05); + background: var(--light); + padding: 17px; + min-width: 300px; + z-index: 10000; + right: 100%; + margin-right: -25px; + margin-top: 30px; + transition: opacity .2s ease-out; + pointer-events: none; +} + +#header .header-nav-features .header-nav-features-dropdown:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 5px; + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid white; + transform: translate3d(-7px, -6px, 0); +} + +#header .header-nav-features .header-nav-features-dropdown.show { + opacity: 1; + top: auto; + pointer-events: all; +} + +@media (max-width: 991px) { + #header .header-nav-features .header-nav-features-dropdown.show { + top: -50px; + box-shadow: none; + } + + #header .header-nav-features .header-nav-features-dropdown.show:before { + display: none; + } +} + +#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-arrow-dark:before { + border-bottom-color: #181b1e; +} + +@media (min-width: 992px) { + #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse { + right: auto; + margin-right: 0; + left: 100%; + margin-left: -25px; + } + + #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse:before { + right: auto; + left: 5px; + transform: translate3d(7px, -6px, 0); + } +} + +@media (max-width: 440px) { + #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed { + position: fixed; + right: auto; + left: 50%; + transform: translate3d(-50%, 0, 0); + } + + #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed:before { + content: none; + } +} + +#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right { + margin-right: 6px !important; + right: 0; +} + +#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark { + background: var(--dark); +} + +#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before { + border-bottom-color: var(--dark); +} + +#header .header-nav-features .header-nav-features-cart { + z-index: 2; +} + +#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown { + padding: 20px; +} + +#header .header-nav-features .header-nav-features-cart .cart-info { + position: absolute; + width: 100%; + text-align: center; + top: 50%; + margin-top: -4px; + left: 0; + padding: 0; + display: block; + line-height: 1; +} + +#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty { + position: absolute; + top: -12px; + right: -10px; + width: 15px; + height: 15px; + display: block; + font-size: 9px; + font-weight: 600; + color: var(--light); + background-color: #ed5348; + text-align: center; + line-height: 15px; + border-radius: 20px; + box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3); +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list { + list-style: none; + margin: 0; + padding: 0; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li { + position: relative; + padding: 15px 0; + border-bottom: 1px solid #EEE; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child { + margin-top: -15px; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image { + float: right; + border-color: #ededed; + border-width: 1px; + padding: 0; + border: 1px solid #ddd; + background-color: var(--light); + display: block; + position: relative; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img { + max-width: 80px; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details { + margin-left: 0; + line-height: 1.4; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details a { + letter-spacing: 0.005em; + font-weight: 600; + color: #696969; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name { + margin: 15px 0 0; + font-size: 0.9em; + font-weight: 400; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price { + font-size: 0.8em; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price .price { + display: inline-block; +} + +#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove { + z-index: 3; + top: 5px; + right: -5px; + width: 20px; + height: 20px; + background-color: var(--light); + color: #474747; + border-radius: 100%; + position: absolute; + text-align: center; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); + line-height: 20px; + font-size: 10px; +} + +#header .header-nav-features .header-nav-features-cart .totals { + padding: 15px 0 25px; + overflow: hidden; +} + +#header .header-nav-features .header-nav-features-cart .totals .label { + float: left; + text-transform: uppercase; + font-size: 13px; + font-weight: 700; + color: #474747; +} + +#header .header-nav-features .header-nav-features-cart .totals .price-total { + float: right; + text-transform: uppercase; + font-size: 15px; + font-weight: 700; + color: #474747; +} + +#header .header-nav-features .header-nav-features-cart .actions { + padding: 0; + margin: 0; +} + +#header .header-nav-features .header-nav-features-cart .actions .btn { + display: inline-block; + min-width: 125px; + text-align: center; + margin: 5px 0; + float: right; + font-size: 11.2px; + font-size: 0.7rem; + padding: 11.2px 16px; + padding: 0.7rem 1rem; + text-transform: uppercase; + font-weight: 600; +} + +#header .header-nav-features .header-nav-features-cart .actions .btn:first-child { + float: left; +} + +#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info { + margin-top: -9px; + left: -4px; +} + +#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown { + margin-right: -31px; + top: 10px; +} + +#header .header-nav-features .header-nav-features-user .header-nav-features-toggle { + color: #444; + font-size: 13px; + font-weight: 600; + text-transform: uppercase; +} + +#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far { + font-size: 15.2px; + font-size: 0.95rem; + margin: 0px 2px 0 0; + position: relative; + top: 1px; +} + +#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover { + text-decoration: none; +} + +#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown { + margin-right: -27px; + min-width: 420px; + padding: 35px; +} + +@media (max-width: 767px) { + #header .header-nav-features .header-nav-features-user .header-nav-features-dropdown { + min-width: 320px; + } +} + +#header .header-nav-features .header-nav-features-user .actions { + padding: 0; + margin: 0; +} + +#header .header-nav-features .header-nav-features-user .actions .btn { + display: inline-block; + min-width: 125px; + margin: 5px 0; + font-size: 11.2px; + font-size: 0.7rem; + padding: 11.2px 16px; + padding: 0.7rem 1rem; + text-transform: uppercase; + font-weight: 600; +} + +#header .header-nav-features .header-nav-features-user .extra-actions { + clear: both; + border-top: 1px solid rgba(0, 0, 0, 0.08); + padding-top: 20px; + margin-top: 20px; + text-align: center; +} + +#header .header-nav-features .header-nav-features-user .extra-actions p { + font-size: 12px; + font-size: 0.75rem; + margin: 0; + padding: 0; +} + +#header .header-nav-features .header-nav-features-user.signin .signin-form { + display: block; +} + +#header .header-nav-features .header-nav-features-user.signin .signup-form, #header .header-nav-features .header-nav-features-user.signin .recover-form { + display: none; +} + +#header .header-nav-features .header-nav-features-user.signup .signin-form { + display: none; +} + +#header .header-nav-features .header-nav-features-user.signup .signup-form { + display: block; +} + +#header .header-nav-features .header-nav-features-user.signup .recover-form { + display: none; +} + +#header .header-nav-features .header-nav-features-user.recover .signin-form, #header .header-nav-features .header-nav-features-user.recover .signup-form { + display: none; +} + +#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown { + min-width: 320px; +} + +#header .header-nav-features .header-nav-features-search-reveal-container { + display: flex; + align-items: center; + min-height: 42px; +} + +#header .header-nav-features .header-nav-features-search-reveal .simple-search { + display: none; +} + +#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon { + display: none; + text-decoration: none; +} + +#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon { + display: inline-flex; + text-decoration: none; +} + +#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon { + display: inline-flex; + margin-left: 10px; + align-items: center; +} + +#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon { + display: none; +} + +#header .header-nav-features .header-nav-features-search-reveal.show .simple-search { + display: inline-flex; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search { + display: none; + position: absolute; + left: 0; + top: 0; + background: var(--light); + width: 100%; + height: 100%; + z-index: 1; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header { + align-items: center; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-decoration, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-cancel-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-decoration { + -webkit-appearance: none; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control { + border: 0; + background: transparent; + font-size: 22px !important; + line-height: 1; + border-bottom: 2px solid var(--grey-500); + border-radius: 0; + box-shadow: none; + position: relative; + z-index: 1; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon { + position: absolute; + right: 0px; + top: 50%; + z-index: 2; + display: block; + margin-right: 10px; + margin-top: -10px; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i { + font-size: 20px; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full { + position: fixed; + z-index: 100000; + background: transparent; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before { + content: ""; + display: block; + background: rgba(23, 23, 23, 0.95); + bottom: 0; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control { + color: var(--light); +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon { + position: fixed; + top: 25px; + right: 20px; + margin-top: 0; +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon i { + color: var(--light); +} + +#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search { + display: flex; +} + +#header .header-search { + margin-left: 16px; + margin-left: 1rem; +} + +#header .header-search .form-control { + border-radius: 20px; + font-size: 0.9em; + height: 34px; + margin: 0; + padding: 6px 12px; + transition: width 0.3s ease; + perspective: 1000px; + width: 170px; +} + +#header .header-search .btn-light { + background: transparent; + border: 0 none; + color: var(--grey-500); + position: absolute; + right: 0; + top: 0; + z-index: 3; +} + +#header .header-search .btn-light:hover { + color: #000; +} + +@media (max-width: 991px) { + #header.header-transparent .header-nav-features .header-nav-features-search .header-nav-features-dropdown.show { + top: -50px !important; + box-shadow: none !important; + } + + #header.header-transparent .header-nav-features .header-nav-features-search .header-nav-features-dropdown.show:before { + display: none; + } +} + +#header .header-social-icons { + margin-left: 16px; + margin-left: 1rem; +} + +#header .header-border-left { + border-left: 1px solid rgba(0, 0, 0, 0.08); +} + +#header .header-border-right { + border-right: 1px solid rgba(0, 0, 0, 0.08); +} + +#header .header-border-top { + border-top: 1px solid rgba(0, 0, 0, 0.08); +} + +#header .header-border-bottom { + border-bottom: 1px solid rgba(0, 0, 0, 0.08); +} + +@media (max-width: 991px) { + #header .header-mobile-border-top:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + border-bottom: 1px solid rgba(0, 0, 0, 0.08); + } +} + +#header .header-btn-collapse-nav { + background: var(--grey-500); + color: var(--light); + display: none; + float: right; + margin: 0 0 0 16px; + margin: 0 0 0 1rem; +} + +#header.header-narrow .header-body { + min-height: 0; +} + +#header.header-narrow .header-logo { + margin-top: 0; + margin-bottom: 0; +} + +#header.header-narrow .header-nav { + padding-top: 0; + padding-bottom: 0; +} + +#header.header-no-border-bottom .header-body { + padding-bottom: 0 !important; + border-bottom: 0 !important; +} + +#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a { + margin: 0; +} + +#header.header-effect-shrink { + transition: ease height 300ms; +} + +#header.header-effect-shrink .header-top { + transition: ease height 300ms; +} + +#header.header-effect-shrink .header-container { + min-height: 100px; +} + +#header.header-effect-shrink .header-logo { + display: flex; + align-items: center; +} + +#header.header-dark .header-body { + background: var(--dark); +} + +#header.header-dark .header-body .header-nav.header-nav-links-side-header nav > ul > li > a { + border-bottom-color: #2a2a2a; +} + +@media (max-width: 991px) { + html.mobile-menu-opened #header .header-body[class*="border-color-"] { + border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important; + } +} + +html:not(.boxed) #header.header-floating-bar { + position: absolute; + top: 45px; + width: 100%; +} + +html:not(.boxed) #header.header-floating-bar .header-body { + border: medium none; + margin: 0 auto; + padding: 0; + position: relative; + width: auto; +} + +html:not(.boxed) #header.header-floating-bar .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu { + left: 0; + right: 0; +} + +@media (max-width: 991px) { + html:not(.boxed) #header.header-floating-bar { + top: 0; + } +} + +@media (max-width: 991px) { + html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body { + margin: 10px; + } + + html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-main:before { + display: none; + } +} + +@media (min-width: 1200px) { + html:not(.sticky-header-active) #header.header-floating-bar .header-body { + max-width: 1140px; + right: 15px; + } + + html:not(.sticky-header-active) #header.header-floating-bar .header-container { + padding-right: 0px; + padding-left: 30px; + } +} + +html:not(.boxed) #header.header-full-width .header-container { + width: 100%; + max-width: none; +} + +html #header.header-bottom-slider { + position: absolute; + bottom: 0; +} + +html #header.header-bottom-slider .header-body { + border-top: 1px solid var(--light-rgba-40); +} + +html #header.header-bottom-slider.header-transparent-light-top-border .header-body { + border-top: 1px solid rgba(68, 68, 68, 0.4); +} + +html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body { + border-top: 1px solid rgba(68, 68, 68, 0.1); +} + +html #header.header-bottom-slider.header-transparent-dark-top-border .header-body { + border-top: 1px solid var(--light-rgba-40); +} + +html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body { + border-top: 1px solid var(--light-rgba-10); +} + +html.sticky-header-active #header.header-bottom-slider .header-body { + border-top-color: transparent; +} + +@media (max-width: 991px) { + html #header.header-bottom-slider .header-nav-main { + top: calc(100% + 15px); + } + + html.sticky-header-active #header.header-bottom-slider .header-nav-main { + top: 100%; + } +} + +html #header.header-transparent { + min-height: 0 !important; + width: 100%; + position: absolute; +} + +html #header.header-transparent .header-body:not(.header-border-bottom) { + border-bottom: 0; +} + +html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body { + background-color: transparent !important; +} + +html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body { + background-color: rgba(255, 255, 255, 0.8) !important; +} + +html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body { + background-color: rgba(68, 68, 68, 0.4) !important; +} + +html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body { + border-bottom: 1px solid rgba(68, 68, 68, 0.4); +} + +html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body { + border-bottom: 1px solid rgba(68, 68, 68, 0.1); +} + +html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body { + border-bottom: 1px solid rgba(255, 255, 255, 0.4); +} + +html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body { + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +@media (max-width: 991px) { + html #header.header-transparent .header-body { + overflow: hidden; + } + + html #header.header-transparent .header-body.bg-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before { + background-color: var(--dark); + } + + html #header.header-transparent .header-nav-main:before { + width: calc(100% - 30px); + } + + html #header.header-transparent .header-nav-main nav { + padding: 0 30px; + } + + html.sticky-header-active #header.header-transparent .header-nav-main nav { + padding: 0 15px; + } +} + +html.sticky-header-active #header .header-top.header-top-sticky-remove-bottom-border { + border-bottom: 0; +} + +html.sticky-header-active #header .header-body { + position: fixed; + border-bottom-color: rgba(234, 234, 234, 0.5); + box-shadow: 0 0 3px rgba(234, 234, 234, 0.5); +} + +html.sticky-header-active #header .header-body.header-body-bottom-border { + border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important; +} + +html.sticky-header-active #header.header-effect-shrink .header-body { + position: relative; +} + +html.sticky-header-active .d-sticky-header-active-none { + display: none !important; +} + +html.sticky-header-reveal.sticky-header-active #header .header-body { + position: fixed; + border-bottom: none; + width: 100%; + max-width: 100%; +} + +html.sticky-header-enabled #header .header-logo-sticky-change { + position: relative; +} + +html.sticky-header-enabled #header .header-logo-sticky-change img { + position: absolute; + top: 0; + left: 0; +} + +html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky { + opacity: 1 !important; +} + +html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky { + opacity: 0 !important; +} + +html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky { + opacity: 0 !important; +} + +html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky { + opacity: 1 !important; +} + +@media (max-width: 991px) { + html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-non-sticky { + opacity: 1 !important; + } + + html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-sticky { + display: none !important; + } +} + +@media (min-width: 992px) { + html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction #header .header-body { + transition: all 0.3s ease; + transform: translate3d(0, 0, 0); + } + + html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction.sticky-header-scroll-down #header .header-body { + transform: translate3d(0, -100%, 0); + } +} + +/* Header Nav Main */ +@media (min-width: 992px) { + #header .header-nav-main { + display: flex !important; + height: auto !important; + } + + #header .header-nav-main nav { + display: flex !important; + } + + #header .header-nav-main nav > ul > li { + height: 100%; + align-self: stretch; + margin-left: 2px; + } + + #header .header-nav-main nav > ul > li > a { + display: inline-flex; + align-items: center; + white-space: normal; + border-radius: var(--border-radius); + color: var(--grey-500); + font-size: 14px; + font-style: normal; + font-weight: 600; + padding: 0.5rem 1rem; + letter-spacing: -0.5px; + text-transform: uppercase; + text-decoration: none; + } + + #header .header-nav-main nav > ul > li > a:after { + display: none; + } + + #header .header-nav-main nav > ul > li > a:active { + background-color: transparent; + text-decoration: none; + color: var(--grey-500); + } + + #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down { + display: none; + } + + #header .header-nav-main nav > ul > li > a.active { + background-color: transparent; + } + + #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a { + background: var(--grey-500); + color: var(--light); + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + top: -10000px; + display: block; + opacity: 0; + left: auto; + border-radius: 0 var(--border-radius) var(--border-radius); + border: 0; + border-top: 3px solid var(--grey-500); + box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07); + margin: 0; + min-width: 200px; + padding: 5px 0; + text-align: left; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { + border-bottom: 1px solid var(--grey-100); + color: var(--default); + font-size: 0.83em; + font-weight: 400; + padding: 6px 18px 6px 18px; + position: relative; + text-transform: none; + text-decoration: none; + letter-spacing: -0.5px; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active { + background-color: transparent; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a { + background-color: #f8f9fa; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu { + position: relative; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down { + display: none; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + font-family: 'Font Awesome 6 Free'; + content: "\f054"; + font-weight: 900; + position: absolute; + top: 50%; + font-size: 0.5rem; + opacity: 0.7; + right: 20px; + transform: translateY(-50%); + transition: all .2s ease-out; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + left: 100%; + display: block; + margin-top: -8px; + margin-left: -1px; + border-radius: var(--border-radius); + opacity: 0; + transform: translate3d(0, 0, 0); + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after { + opacity: 1; + right: 15px; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu { + top: 0; + opacity: 1; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after { + right: 30px; + transform: translateY(-50%) rotateY(180deg); + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu { + left: auto; + right: 100%; + transform: translate3d(0, 0, 0); + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a { + border-bottom: 0; + } + + #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a { + border-radius: var(--border-radius) var(--border-radius) 0 0; + position: relative; + } + + #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before { + content: ''; + display: block; + position: absolute; + left: 0; + right: 0; + bottom: -3px; + border-bottom: 5px solid var(--grey-500); + } + + #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + top: auto; + display: block; + opacity: 1; + } + + #header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu { + left: auto; + right: 0; + } + + #header .header-nav-main nav > ul > li.dropdown-mega { + position: static; + } + + #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu { + border-radius: var(--border-radius); + left: 12px; + right: 12px; + width: auto; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content { + padding: 1.6rem; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title { + color: var(--dark--200); + display: block; + font-size: 0.9em; + font-weight: 600; + margin-top: 20px; + padding-bottom: 10px; + text-transform: none; + letter-spacing: -0.5px; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child { + margin-top: 0; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav { + list-style: none; + padding: 0; + margin: 0; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a { + border: 0 none; + border-radius: var(--border-radius); + color: var(--default); + display: block; + font-size: 0.83em; + font-weight: normal; + margin: 0 0 3px -8px; + padding: 3px 8px; + text-shadow: none; + text-transform: none; + text-decoration: none; + } + + #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:focus > a { + background: var(--grey-100); + } + + #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item { + padding: 0.5rem 0.8rem; + } + + #header .header-nav-main nav > ul > li .wrapper-items-cloned i { + display: none; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li > a { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info, #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info-wrapper { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu { + border-radius: var(--border-radius); + } + + #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu:not(.border-top) { + border: 0 !important; + } + + #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + margin-top: -5px; + } + + #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown.dropdown-mega .dropdown-menu.border-top { + margin-top: -2px !important; + } + + #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu { + border-radius: var(--border-radius) !important; + } + + #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + border-radius: var(--border-radius) !important; + } + + #header .header-nav-main.header-nav-main-dropdown-borders-radius-0 nav > ul > li.dropdown .dropdown-menu { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-dropdown-borders-radius-0 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-font-sm nav > ul > li > a { + font-size: 0.7rem; + } + + #header .header-nav-main.header-nav-main-font-md nav > ul > li > a { + font-size: 1rem; + font-weight: 600; + text-transform: none; + letter-spacing: -1px; + } + + #header .header-nav-main.header-nav-main-font-lg nav > ul > li > a { + font-size: 1.1rem; + font-weight: 400; + text-transform: none; + letter-spacing: -1px; + } + + #header .header-nav-main.header-nav-main-font-lg-upper nav > ul > li > a { + font-size: 0.95rem; + font-weight: 600; + text-transform: uppercase; + letter-spacing: -1px; + } + + #header .header-nav-main.header-nav-main-font-lg-upper-2 nav > ul > li > a { + font-size: 0.82rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0; + } + + #header .header-nav-main.header-nav-main-font-alternative nav > ul > li > a { + font-family: 'Open Sans', sans-serif; + font-size: 0.85rem; + font-weight: 600; + } + + #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu { + border: 0 !important; + padding: 15px 8px; + margin-left: -10px; + } + + #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a { + border-bottom: 0; + background: transparent !important; + font-size: 0.85em; + transition: all .2s ease-out; + left: 0; + } + + #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:active { + left: 5px; + } + + #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + margin-top: -15px; + } + + #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega) > .dropdown-menu { + transform: translate3d(-50%, 10px, 0) !important; + } + + #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega):hover > .dropdown-menu { + top: 100%; + left: 50%; + transform: translate3d(-50%, 0, 0) !important; + } + + #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: -14px !important; + } + + #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item { + position: relative; + } + + #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before { + content: ''; + display: block; + position: absolute; + top: auto; + left: 50%; + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid white; + transform: translate3d(-7px, 10px, 0); + bottom: 14px; + margin-top: auto; + z-index: 1001; + opacity: 0; + transition: ease transform 300ms; + } + + #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: -14px !important; + box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1); + } + + #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:before { + opacity: 1 !important; + transform: translate3d(-7px, 0, 0); + } + + #header .header-nav-main.header-nav-main-dark nav > ul > li > a { + color: #444; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > a { + background-color: transparent; + color: var(--light); + text-transform: none; + font-size: 14px; + font-weight: 500; + padding: 18px 18px 22px !important; + margin: 0 !important; + transition: ease transform 300ms; + text-decoration: none; + } +} + +@media (min-width: 992px) and (min-width: 992px) { + #header .header-nav-main.header-nav-main-slide nav > ul > li > a.dropdown-toggle:after { + visibility: hidden; + } +} + +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-slide nav > ul > li > a.item-original { + display: none; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span { + display: flex; + position: relative; + height: 100%; + overflow: hidden; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a { + display: flex; + align-items: center; + white-space: normal; + border-radius: var(--border-radius); + font-size: 13px; + font-style: normal; + font-weight: 600; + letter-spacing: -0.5px; + text-transform: uppercase; + position: relative; + background: transparent !important; + color: #444; + padding: 0 .9rem; + margin: 1px 0 0; + min-height: 60px; + height: 100%; + text-decoration: none; + transition: ease all 300ms; + transform: translateY(0%); + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.dropdown-toggle:after { + display: none; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a .fa-caret-down { + display: none; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active:first-child { + transform: translateY(-40%); + opacity: 0; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active.item-two { + transform: translateY(0); + opacity: 1; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li > span .item-two { + position: absolute; + transform: translateY(40%); + opacity: 0; + width: auto; + left: 0; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a:first-child { + transform: translateY(-40%); + opacity: 0; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span .item-two { + transform: translateY(0%); + opacity: 1; + } + + #header .header-nav-main.header-nav-main-transition nav > ul > li > a { + transition: ease all 300ms; + } + + #header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a { + text-transform: capitalize; + } + + #header .header-nav-main.header-nav-main-text-size-2 nav > ul > li > a { + font-size: 13px; + font-weight: 500; + letter-spacing: -0.3px; + } + + #header .header-nav-main.header-nav-main-text-size-3 nav > ul > li > a { + font-size: 14px; + font-weight: 500; + letter-spacing: -0.3px; + } + + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a { + font-size: 15px; + font-weight: 600; + letter-spacing: -0.4px; + } + + #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a.dropdown-toggle:after { + font-size: 0.75rem; + } + + #header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a { + font-size: 16px; + font-weight: 500; + letter-spacing: -0.3px; + } +} + +@media (min-width: 992px) and (max-width: 1600px) { + #header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a { + padding: 0 0.6rem !important; + } +} + +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a.dropdown-toggle:after { + font-size: 0.75rem; + } + + #header .header-nav-main.header-nav-main-text-size-5 nav > ul > li.dropdown .dropdown-menu li a { + color: var(--dark); + font-size: 0.875em; + font-weight: 500; + padding-top: 8px; + padding-bottom: 8px; + } + + #header .header-nav-main.header-nav-main-text-size-5 nav > ul > li.dropdown .dropdown-mega-sub-title { + font-weight: 700; + } + + #header .header-nav-main.header-nav-main-text-ls-0 nav > ul > li > a { + letter-spacing: 0; + } + + #header .header-nav-main.header-nav-main-text-weight-500 nav > ul > li > a { + font-weight: 500; + } + + #header .header-nav-main.header-nav-main-text-weight-600 nav > ul > li > a { + font-weight: 600; + } + + #header .header-nav-main.header-nav-main-increase-space-between nav > ul > li > a { + padding: 0 1.3rem !important; + } + + #header .header-nav-main a > .thumb-info-preview { + position: absolute; + display: block; + left: 100%; + opacity: 0; + border: 0; + padding-left: 10px; + background: transparent; + overflow: visible; + margin-top: 15px; + top: -10000px; + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate3d(-20px, 0, 0); + } + + #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper { + background: var(--light); + display: block; + border-radius: var(--border-radius); + border: 0; + box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08); + margin: 0; + padding: 4px; + text-align: left; + width: 190px; + } + + #header .header-nav-main a > .thumb-info-preview .thumb-info-image { + transition: all 6s linear 0s; + width: 182px; + height: 136px; + min-height: 0; + } + + #header .header-nav-main a:hover > .thumb-info-preview { + transform: translate3d(0, 0, 0); + top: 0; + opacity: 1; + margin-top: -5px; + } + + #header .header-nav-main .dropdown-reverse a > .thumb-info-preview { + transform: translate3d(20px, 0, 0); + right: 100%; + left: auto; + padding-left: 0; + margin-right: 10px; + } + + #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview { + transform: translate3d(0, 0, 0); + } + + #header .header-nav-bar { + z-index: 1; + } + + #header .header-nav-bar.header-nav-bar-top-border { + border-top: 1px solid #EDEDED; + } + + #header .header-nav-bar .header-container { + min-height: 0; + height: auto !important; + } + + #header .header-nav-bar .header-container .header-container-md { + height: 120px; + } + + #header .header-nav-bar .header-nav { + min-height: 60px; + } + + #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before { + bottom: 1px !important; + margin-left: 0; + } + + #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: -1px !important; + } + + #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li { + margin-left: 0; + margin-right: 0; + } + + #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item { + padding: 0 0 0 2rem !important; + } + + #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before { + bottom: 1px !important; + margin-left: 17px; + } + + #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: -1px !important; + } + + #header .header-nav { + display: flex; + align-items: center; + flex-grow: 1; + justify-content: flex-end; + align-self: stretch; + } + + #header .header-nav.header-nav-stripe { + padding: 0; + } + + #header .header-nav.header-nav-stripe .header-nav-main { + align-self: stretch; + margin-top: -1px; + min-height: 0; + } + + #header .header-nav.header-nav-stripe nav { + display: flex; + } + + #header .header-nav.header-nav-stripe nav > ul > li { + display: inline-flex; + align-self: stretch; + } + + #header .header-nav.header-nav-stripe nav > ul > li > a { + background: transparent; + padding: 0 .9rem; + margin: 1px 0 0; + height: 100%; + } + + #header .header-nav.header-nav-stripe nav > ul > li > a.active { + color: var(--dark--200); + background: transparent; + } + + #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a.active { + color: var(--light); + padding-bottom: 0; + } + + #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before { + content: none; + } + + #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu { + top: 100%; + left: 0; + margin-top: 1px; + } + + #header .header-nav.header-nav-stripe nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu { + left: auto; + } + + #header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a { + color: var(--light) !important; + } + + #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active { + color: var(--light) !important; + } + + #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active { + color: var(--light) !important; + } + + #header .header-nav.header-nav-links, #header .header-nav.header-nav-line { + padding: 0; + } + + #header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main { + align-self: stretch; + min-height: 0; + margin-top: 0; + } + + #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a { + position: relative; + background: transparent !important; + padding: 0 .6rem; + margin: 1px 0 0; + min-height: 60px; + height: 100%; + } +} + +@media (min-width: 992px) and (min-width: 1200px) { + #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a { + padding: 0 .9rem; + } +} + +@media (min-width: 992px) { + #header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-links nav > ul > li.accessibility-open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before { + opacity: 1; + } + + #header .header-nav.header-nav-links nav > ul > li > a.active, #header .header-nav.header-nav-line nav > ul > li > a.active { + background: transparent; + } + + #header .header-nav.header-nav-links nav > ul > li > a.active:before, #header .header-nav.header-nav-line nav > ul > li > a.active:before { + opacity: 1; + } + + #header .header-nav.header-nav-links nav > ul > li.dropdown > a:before, #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before { + border-bottom: 0; + } + + #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: 0; + } + + #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a { + color: #444; + } + + #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a { + color: var(--light); + } + + #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a { + color: var(--light) !important; + } + + #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a.active, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active { + color: var(--light) !important; + } + + #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a { + color: var(--light) !important; + } + + #header .header-nav.header-nav-line nav > ul > li > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before { + content: ""; + position: absolute; + background: transparent; + width: auto; + height: 3px; + top: -2px; + left: -1px; + right: -1px; + opacity: 0; + } + + #header .header-nav.header-nav-line nav > ul > li:hover > a:before { + opacity: 1 !important; + } + + #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before { + content: ""; + position: absolute; + width: 100%; + height: 3px; + top: -2px; + left: 0; + } + + #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before { + top: -4px; + } + + #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li > a:before { + transition: all .3s ease; + width: 0%; + left: 50%; + } + + #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li:hover > a:before { + left: 0; + width: 100%; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before { + content: ""; + position: absolute; + width: auto; + height: 3px; + top: 50%; + left: 15px; + right: 15px; + margin-top: 15px; + transform: translateY(-3px); + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li:hover > a:before { + margin-top: 12px; + transform: none; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before { + left: 0; + right: 0; + height: 7px; + margin: 6px 10px 15px 10px; + opacity: 0.3 !important; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before { + transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms; + right: 100%; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.active:before { + right: 15px; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li:hover > a:before { + right: 15px; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li > a.active:before { + right: 0; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li:hover > a:before { + right: 0; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a { + color: var(--light) !important; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active { + color: var(--light) !important; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul > li:hover > a { + color: #444 !important; + } + + #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active { + color: #444 !important; + } + + #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: -1px; + } + + #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a { + color: var(--light) !important; + } + + #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a { + color: var(--light--200) !important; + } + + #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active { + color: var(--light--200) !important; + } + + #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li.dropdown-light:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li.dropdown-light .wrapper-items-cloned:hover > a { + color: var(--dark) !important; + } + + #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li.dropdown-light > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li.dropdown-light .wrapper-items-cloned > a.active { + color: var(--dark) !important; + } + + #header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons { + font-size: 1.1rem; + margin-right: 0.28rem; + margin-top: 0.1rem; + } + + #header .header-nav.header-nav-divisor nav > ul > li { + margin: 0; + } + + #header .header-nav.header-nav-divisor nav > ul > li > a { + border-right: 1px solid rgba(0, 0, 0, 0.07); + } + + #header .header-nav.header-nav-divisor nav > ul > li:last-child > a { + border-right: 0; + } + + #header .header-nav.header-nav-spaced nav > ul > li > a { + margin: 0 !important; + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + #header .header-nav.header-nav-first-item-no-padding nav > ul > li:first-child > a { + padding-left: 0 !important; + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before { + border-bottom: 0; + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a { + border-bottom-color: var(--dark--100); + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu { + background: var(--dark); + margin-top: 0; + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a { + color: var(--grey-700); + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a { + background: var(--dark--100); + color: var(--light); + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title { + color: var(--light); + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a { + color: var(--grey-700); + } + + #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.accessibility-open > a { + color: var(--light); + background: var(--dark--100); + } + + #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a { + position: relative; + flex-direction: column; + align-items: flex-start; + justify-content: center; + padding-right: 0; + padding-left: 0; + margin-left: 0.7rem; + margin-right: 0.7rem; + } + + #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span { + font-size: 0.9em; + text-transform: none; + font-weight: normal; + margin-top: 0.3rem; + } + + #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span { + margin-top: -0.5rem; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a { + transition: ease padding-bottom 300ms; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active { + padding-bottom: 15px; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span { + top: 60%; + left: 0; + opacity: 1; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span { + position: absolute; + top: 50%; + left: 0; + margin-top: 0; + opacity: 0; + transform: translate3d(0, -50%, 0); + transition: ease opacity 200ms, ease top 300ms; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a { + padding-bottom: 15px; + } + + #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span { + top: 60%; + left: 0; + opacity: 1; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li > a { + padding: 10px 15px !important; + min-height: 0 !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 0; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a { + border-bottom: 0; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown { + position: static; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item { + position: relative; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item:before { + font-family: 'Font Awesome 6 Free'; + content: "\f054" !important; + font-weight: 900; + position: absolute; + top: 50%; + font-size: 0.5rem; + opacity: 0.7 !important; + left: auto; + right: 20px; + transform: translateY(-50%); + transition: all .2s ease-out; + display: block !important; + } + + #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown:hover > .dropdown-item:before { + right: 15px; + opacity: 1 !important; + } + + #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown .dropdown-menu, + #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown li.dropdown-submenu > .dropdown-menu { + transition: opacity .2s ease-out; + } + + #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown:hover:not(.open) .dropdown-menu { + top: -10000px; + opacity: 0; + } + + #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown > .dropdown-toggle > .fa-chevron-down { + display: block; + opacity: 0; + position: absolute; + right: 12px; + } + + #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown.open .dropdown-menu > li.dropdown-submenu:hover:not(.open) .dropdown-menu { + top: -10000px; + opacity: 0; + } +} + +/* Header Arrows */ +@media (min-width: 992px) { + #header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after { + display: inline-block; + font-family: 'Font Awesome 6 Free'; + content: "\f078"; + font-weight: 900; + border: 0; + width: auto; + height: auto; + margin: 0; + padding: 0 0 0 4px; + font-size: 0.6rem; + } +} + +/* Header Nav Main Full Width Mega Menu */ +@media (min-width: 992px) { + #header .header-nav-main-full-width-mega-menu nav > ul > li.dropdown-mega > .dropdown-menu, + #header .header-nav-main-full-width-mega-menu.header-nav-main-dropdown-border-radius nav > ul > li.dropdown-mega > .dropdown-menu { + left: 0 !important; + right: 0 !important; + border-radius: 0 !important; + } +} + +/* Header Nav Main Mega Menu Bg Hover*/ +@media (min-width: 992px) { + #header .header-nav-main-mega-menu-bg-hover .dropdown-mega:before { + content: ""; + display: block; + background: var(--light); + top: 0; + left: 0; + width: 100%; + height: 100%; + position: absolute; + z-index: -1; + opacity: 0; + transition: ease opacity 400ms; + } + + #header .header-nav-main-mega-menu-bg-hover .dropdown-mega:hover:before { + opacity: 1; + } + + #header .header-nav-main-mega-menu-bg-hover-dark .dropdown-mega:before { + background: var(--dark); + } +} + +/* Header Nav Main Dark Text */ +@media (min-width: 992px) { + #header .header-nav-main-dark-text nav > .nav-pills > li > a { + color: var(--dark--200); + } +} + +/* Header Nav Main Colors */ +@media (min-width: 992px) { + html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu { + border-top: 0; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu li.dropdown-submenu > .dropdown-menu { + margin-top: -5px; + } +} + +/* Header Nav Main Dark Text */ +@media (min-width: 992px) { + #header .header-nav-main-rounded nav > .nav-pills > li > a { + justify-content: center; + align-self: center; + border-radius: 1.5rem; + } + + #header .header-nav-main-rounded nav > .nav-pills > li > a:before { + display: none !important; + } + + #header .header-nav-main-rounded nav > ul > li.dropdown.open > a, #header .header-nav-main-rounded nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main-rounded nav > ul > li.dropdown:hover > a { + border-radius: 1.5rem; + } + + #header .header-nav-main-rounded nav > ul > li.dropdown .dropdown-menu { + border-radius: var(--border-radius); + } +} + +/* Header Nav Main Stretch */ +@media (min-width: 992px) { + #header .header-nav-stretch { + padding-top: 0; + padding-bottom: 0; + } + + #header .header-nav-stretch .header-nav-main { + align-self: stretch; + } + + #header .header-nav-stretch nav > ul > li { + display: inline-flex; + align-self: stretch; + } + + #header .header-nav-stretch nav > ul > li.dropdown.open > a:before, #header .header-nav-stretch nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-stretch nav > ul > li.dropdown:hover > a:before { + content: none; + } + + #header .header-nav-stretch nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-stretch nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-stretch nav > ul > li.dropdown:hover > .dropdown-menu { + top: 100%; + left: 0; + margin-top: -1px; + } +} + +/* Header Narrow */ +@media (min-width: 992px) { + #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dropdowns-dark nav > ul > li > a, #header.header-narrow .header-nav.header-nav-links nav > ul > li > a, #header.header-narrow .header-nav.header-nav-line nav > ul > li > a { + min-height: 60px; + } +} + +/* Header Nav Vertical */ +@media (min-width: 992px) { + html.side-header #header.side-header .side-header-scrollable, + html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable { + height: 100%; + margin-right: -13px; + } + + html.side-header #header.side-header .side-header-scrollable .scrollable-content, + html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content { + padding-right: 10px; + padding-left: 0; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down, + html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down { + display: block; + position: absolute; + right: 7px; + width: 30px; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + transform: rotate(-90deg); + font-size: 0.5rem; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down:before { + content: none; + } + + html.side-header #header.side-header .header-nav nav, + html.side-header-hamburguer-sidebar #header.side-header .header-nav nav { + display: block !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown { + position: relative; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before { + top: 23px; + right: 20px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a { + border: 0; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu { + overflow: hidden; + opacity: 0; + width: 0; + height: 0; + top: -10000px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu { + position: relative; + box-shadow: none; + margin: 0; + padding: 5px 0 5px 15px; + left: auto; + right: auto; + transform: none; + min-width: auto; + width: 100%; + opacity: 1 !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after, html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > a:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > a:after { + right: 20px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu { + min-width: 0; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content { + padding: 5px 0 5px 15px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col], + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] { + max-width: 100%; + width: 100%; + display: block; + padding: 5px 0; + flex: none; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title { + padding-left: 15px; + font-size: 0.75em; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav { + padding-left: 30px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview { + display: none; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns { + position: relative; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav { + margin-top: -10px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown { + position: static; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu { + box-shadow: none; + top: 50% !important; + transform: translateY(-50%); + left: 10000px; + margin-left: -15px; + margin-top: 10px; + opacity: 0; + transition: margin-left .2s ease-out, opacity .2s ease-out; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before { + content: ''; + display: block; + position: absolute; + top: -100vh; + width: 100%; + height: 100%; + background: #FCFCFC; + border-right: 1px solid var(--grey-100); + border-left: 1px solid var(--grey-100); + height: 200vh; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu { + position: static; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + margin-left: 0; + left: 100%; + right: auto; + margin-left: -15px; + opacity: 0; + transition: margin-left .2s ease-out, opacity .2s ease-out; + transform: translate3d(10000px, 0, 0); + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before { + border-left: 0; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu { + right: auto; + opacity: 1; + margin-left: 0; + transform: translateY(-50%); + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu { + left: auto; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu { + right: 100%; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu { + margin-left: 0; + margin-top: 0; + padding-top: 0; + opacity: 1; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-mega, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-mega { + position: static !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview { + display: none; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide { + height: 100%; + justify-content: center; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main { + height: 100% !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul { + height: 100%; + justify-content: center; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul > li, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul > li { + height: auto; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul { + transform: translate3d(0, 0, 0); + transition: ease all 300ms; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu { + transform: translate3d(-100%, 0, 0); + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item { + display: inline-block; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before { + display: none !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after { + font-family: 'Font Awesome 6 Free'; + content: "\f054"; + font-weight: 900; + position: relative; + font-size: 0.5rem; + opacity: 0.7; + display: inline-block; + border: 0; + top: 1px; + left: 5px; + transform: none; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after, + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after { + animation: sideMenuArrow 600ms ease; + animation-iteration-count: infinite; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item { + background: transparent; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after { + top: -1px; + margin-left: 5px; + transform: none; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a { + background: transparent; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li { + position: static; + text-align: center; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a { + display: inline-block; + width: 100%; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul { + visibility: hidden; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible { + visibility: visible; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a { + cursor: pointer; + background: transparent; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:before { + font-family: 'Font Awesome 6 Free'; + content: "\f053"; + font-weight: 900; + position: relative; + font-size: 0.5rem; + opacity: 0.7; + display: inline-block; + border: 0; + top: -1px; + right: 5px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:hover:before, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:hover:before { + animation: sideMenuArrowBack 600ms ease; + animation-iteration-count: infinite; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu { + display: flex; + flex-direction: column; + justify-content: center; + width: 100%; + height: 100%; + top: 50% !important; + left: 100%; + padding: 0; + margin: 0 !important; + opacity: 1; + border-top: none; + box-shadow: none; + transform: translate3d(0, -50%, 0) !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar { + width: 5px; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb { + border-radius: 0px; + background: rgba(var(--grey-500), 0.5); + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu { + transform: translate3d(-100%, -50%, 0) !important; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu { + position: static; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu { + position: static; + } +} + +/* Header Floating */ +#header.header-floating-icons .nav { + flex-direction: column; +} + +#header.header-floating-icons .header-nav-main nav > ul > li { + flex: 0 0 auto; + margin-left: 0; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a > i { + pointer-events: none; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active { + background: #FFF !important; +} + +#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after { + background: var(--light); +} + +#header.header-floating-icons .header-nav-main nav > ul > li.open > a:after, #header.header-floating-icons .header-nav-main nav > ul > li.accessibility-open > a:after, #header.header-floating-icons .header-nav-main nav > ul > li.active > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:hover > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:active > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:focus > a:after { + background: var(--light); +} + +@media (min-width: 992px) { + #header.header-floating-icons { + background: transparent; + height: 0; + min-height: 0 !important; + } + + #header.header-floating-icons .header-nav-main nav > ul > li { + height: auto; + } + + #header.header-floating-icons .header-row { + display: block; + position: absolute; + top: 12px; + left: -60px; + } + + #header.header-floating-icons .header-body { + position: fixed; + top: 0; + left: 0; + background: transparent; + min-height: 0; + padding: 0; + border: none; + } + + #header.header-floating-icons .header-nav { + padding: 0 !important; + } + + #header.header-floating-icons .header-nav-main { + margin: 0; + box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3); + } + + #header.header-floating-icons .header-nav-main nav > ul > li { + border-bottom: 1px solid var(--grey-500); + } + + #header.header-floating-icons .header-nav-main nav > ul > li:hover > a { + background: var(--light); + } + + #header.header-floating-icons .header-nav-main nav > ul > li:hover > a > span { + opacity: 1; + transform: rotateY(0deg); + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 25px; + padding: 18px; + perspective: 770px; + background: var(--grey-100); + border-radius: 0; + transform: translateZ(0); + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 102%; + z-index: -1; + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + opacity: 0; + position: absolute; + top: 0; + left: 125.5%; + background: var(--light); + padding: 0 25px; + height: 100%; + line-height: 4.1; + white-space: nowrap; + font-size: 14px; + z-index: -2; + transition: ease transform 300ms; + box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.15); + transform-origin: -19% 0%; + transform: rotateY(88deg); + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a > span:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: -4px; + padding: 10px; + background: var(--light); + z-index: -1; + transform: translate(0, -50%) rotate(45deg); + } +} + +@media (min-width: 992px) and (max-width: 1281px) { + #header.header-floating-icons .header-row { + left: -19px; + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a { + padding: 9.8px; + perspective: 450px; + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + line-height: 3; + } +} + +@media (max-width: 991px) { + #header.header-floating-icons { + position: fixed; + top: 23px; + right: 10px; + } + + #header.header-floating-icons .header-body { + background: transparent; + border: none; + min-height: 0; + } + + #header.header-floating-icons .header-btn-collapse-nav { + padding: 15px 20px; + margin: 0; + } + + #header.header-floating-icons .header-nav-main { + position: absolute; + right: 0px; + top: 77px; + max-width: 53px; + overflow: hidden; + box-shadow: 0px 0px 15px 0px rgba(62, 62, 62, 0.2); + } + + #header.header-floating-icons .header-nav-main:before { + content: none; + } + + #header.header-floating-icons .header-nav-main nav { + padding: 0; + margin: 0 !important; + max-height: none; + } + + #header.header-floating-icons .header-nav-main nav > ul { + display: block; + padding: 0; + } + + #header.header-floating-icons .header-nav-main nav > ul > li { + display: inline-block; + border: none; + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a { + font-size: 1.7em; + margin: 0; + padding: 15px; + background: var(--grey-100); + border-radius: 0; + border-bottom: 1px solid #e2e2e2; + } + + #header.header-floating-icons .header-nav-main nav > ul > li > a > span { + display: none; + } + + #header.header-floating-icons .header-nav-main nav > ul > li:last-child > a { + border-bottom: 0; + } +} + +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-light nav > ul > li > a { + color: var(--light); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li > a.active { + color: var(--grey-500); + background: var(--light); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a { + background: var(--light); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu { + border-top-color: var(--light); + box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu { + border-top-color: var(--light); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li.active > a { + background: var(--light); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before { + border-bottom-color: var(--light); + } + + #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus { + background: #f5f5f5; + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a { + transition: transform .2s ease-out; + transform: translate3d(0, -5px, 0); + } + + #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open .dropdown-mega-sub-nav li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open .dropdown-mega-sub-nav li a { + transform: translate3d(0, 0, 0); + } + + #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu { + transition: transform .2s ease-out; + transform: translate3d(0, -5px, 0); + } + + #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 2px, 0); + } + + #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu { + transition: opacity .2s ease-out; + opacity: 0; + } + + #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + opacity: 1; + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu { + transition: transform .2s ease-out; + transform: translate3d(0, 10px, 0); + } + + #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu { + transition: transform .2s ease-out; + transform: translate3d(-10px, 0, 0); + } + + #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-5 nav > ul > li.dropdown .dropdown-menu { + transition: transform .2s ease-out; + transform: translate3d(0, -10px, 0); + } + + #header .header-nav-main-effect-5 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 992px) { + #header .header-nav-main-effect-6 nav > ul > li.dropdown .dropdown-menu { + transition: transform .2s ease-out; + transform: translate3d(10px, 0, 0); + } + + #header .header-nav-main-effect-6 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 992px) { + #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate3d(-10px, 0, 0); + opacity: 0; + } + + #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + opacity: 1; + } + + #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu { + transition: transform .2s ease-out, opacity .2s ease-out; + transform: translate3d(10px, 0, 0); + left: auto; + right: 100%; + opacity: 0; + } + + #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.accessibility-open > .dropdown-menu { + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +/* Header Nav Main Mobile */ +@media (max-width: 991px) { + #header .header-nav-main { + position: absolute; + background: transparent; + width: 100%; + top: 100%; + left: 50%; + transform: translate3d(-50%, 0, 0); + } + + #header .header-nav-main:before { + content: ''; + display: block; + position: absolute; + top: 0; + left: 50%; + width: 100vw; + height: 100%; + background: var(--light); + z-index: -1; + transform: translateX(-50%); + } + + #header .header-nav-main nav { + max-height: 50vh; + overflow: hidden; + overflow-y: auto; + padding: 0 15px; + transition: ease all 500ms; + } + + #header .header-nav-main nav.collapsing { + overflow-y: hidden; + } + + #header .header-nav-main nav::-webkit-scrollbar { + width: 5px; + } + + #header .header-nav-main nav::-webkit-scrollbar-thumb { + border-radius: 0px; + background: rgba(var(--grey-500), 0.5); + } + + #header .header-nav-main nav > ul { + padding-top: 15px; + padding-bottom: 15px; + flex-direction: column; + } + + #header .header-nav-main nav > ul li { + border-bottom: 1px solid #e8e8e8; + clear: both; + display: block; + float: none; + margin: 0; + padding: 0; + position: relative; + } + + #header .header-nav-main nav > ul li a { + font-size: 13px; + font-style: normal; + line-height: 20px; + padding: 7px 8px; + margin: 1px 0; + border-radius: var(--border-radius); + text-align: left; + } + + #header .header-nav-main nav > ul li a .fa-caret-down { + line-height: 35px; + min-height: 38px; + min-width: 30px; + position: absolute; + right: 5px; + text-align: center; + top: 0; + } + + #header .header-nav-main nav > ul li a.dropdown-toggle { + position: relative; + } + + #header .header-nav-main nav > ul li a.dropdown-toggle:after { + content: none; + } + + #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down { + position: absolute; + top: 0; + right: 0; + width: 30px; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + font-size: 0.6rem; + } + + #header .header-nav-main nav > ul li a:active { + background-color: #f8f9fa; + color: inherit; + } + + #header .header-nav-main nav > ul li.dropdown > a.active { + margin-top: -1px; + margin-bottom: -1px; + } + + #header .header-nav-main nav > ul li.dropdown .dropdown-menu { + background: transparent; + padding: 0; + margin: 0; + font-size: 13px; + box-shadow: none; + border-radius: 0; + border: 0; + clear: both; + display: none; + float: none; + position: static; + } + + #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a { + position: relative; + } + + #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + content: none; + } + + #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down { + position: absolute; + top: 0; + right: 0; + width: 30px; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + font-size: 0.6rem; + } + + #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu { + display: block; + margin-left: 20px; + } + + #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu { + display: block; + margin-left: 20px; + } + + #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title { + margin-top: 10px; + display: block; + text-align: left; + } + + #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav { + margin: 0 0 0 20px; + padding: 0; + list-style: none; + } + + #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a { + display: block; + text-decoration: none; + } + + #header .header-nav-main nav > ul li:last-child { + border-bottom: 0; + } + + #header .header-nav-main nav > ul > li > a { + text-transform: uppercase; + font-weight: 700; + margin-top: 1px; + margin-bottom: 1px; + color: var(--grey-500); + } + + #header .header-nav-main nav > ul > li > a:active { + color: var(--grey-500); + } + + #header .header-nav-main nav > ul > li > a.active { + color: var(--light) !important; + background: var(--grey-500); + } + + #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover { + color: var(--light); + background: var(--grey-500); + } + + #header .header-nav-main nav .not-included { + margin: 0; + } + + #header .header-nav-main a > .thumb-info-preview { + display: none !important; + } + + #header .header-nav-main.header-nav-main-square nav > ul > li a { + border-radius: 0 !important; + } + + #header .header-nav-main.header-nav-main-slide .wrapper-items-cloned { + display: none; + } + + #header .header-nav-bar .header-container { + min-height: 0; + height: auto !important; + } + + #header .header-nav-bar .header-nav { + min-height: 60px !important; + padding: 0; + } + + #header .header-btn-collapse-nav { + outline: 0; + display: block; + position: relative; + z-index: 1; + } + + #header .header-nav.header-nav-stripe { + min-height: 90px; + } + + #header .header-nav.header-nav-links, #header .header-nav.header-nav-line { + min-height: 70px; + } + + #header .header-nav.header-nav-dropdowns-dark { + min-height: 70px; + } + + #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span { + display: block; + text-transform: none; + font-weight: normal; + } +} + +/* Header Nav Main Mobile Dark */ +@media (max-width: 991px) { + #header .header-nav-main.header-nav-main-mobile-dark:before { + background-color: var(--dark); + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a { + color: #dedede; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + color: var(--light); + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a { + color: #969696; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active { + color: var(--light); + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul li { + border-bottom: 1px solid #3e3e3e; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul li:last-child { + border-bottom: 0; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active { + background-color: #2b2b2b; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul li.dropdown-mega .dropdown-mega-sub-title { + color: #eaeaea; + } +} + +/* Header Nav Main Dark Text */ +@media (max-width: 991px) { + #header .header-nav-main.header-nav-main-dark-text nav > ul > li > a { + color: var(--dark--200); + } + + #header .header-nav-main.header-nav-main-dark-text nav > ul > li > a.active { + color: var(--light); + } +} + +/* Header Nav Vertical */ +@media (max-width: 991px) { + html.side-header #header.side-header .side-header-scrollable { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: visible; + } + + html.side-header #header.side-header .side-header-scrollable .scrollable-content { + right: 0 !important; + overflow: visible; + } + + html.side-header #header.side-header .side-header-scrollable .scrollable-pane { + display: none !important; + } +} + +/* Side Header Hamburguer Sidebar */ +@media (max-width: 991px) { + html.side-header-hamburguer-sidebar #header.side-header .header-row-side-header { + width: 100%; + } + + html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable { + height: 100%; + } + + html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content { + right: 0 !important; + padding-right: 10px; + padding-left: 10px; + overflow-y: hidden; + } + + html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-pane { + display: none !important; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav { + height: 100%; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav .header-nav-main { + position: relative; + top: 0; + left: 0; + transform: none; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav nav { + display: block !important; + max-height: 69vh; + padding: 0 8px 0 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links { + width: 100%; + padding: 0; + overflow: hidden; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main { + align-self: stretch; + min-height: 0; + margin-top: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a { + color: #dedede !important; + border-bottom-color: #3e3e3e; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + color: var(--light) !important; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a { + color: #969696; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active { + color: var(--light); + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li { + border-bottom-color: #3e3e3e; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active { + background-color: #2b2b2b; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a { + position: relative; + background: transparent !important; + color: #444 !important; + padding: 0 .9rem; + margin: 1px 0 0; + min-height: 70px; + height: 100%; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.dropdown-toggle:after { + content: none; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active { + color: var(--grey-500); + background: transparent; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu { + margin-top: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li { + border-bottom: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li a { + color: #444; + font-size: 12px; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li > a { + padding: 10px 15px !important; + min-height: 0 !important; + border-bottom: 1px solid var(--grey-100); + border-radius: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a { + border-bottom: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li.dropdown { + position: static; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a { + border: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu { + overflow: hidden; + opacity: 0; + width: 0; + height: 0; + top: -10000px; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu { + position: relative; + box-shadow: none; + margin: 0; + padding: 5px 0 5px 15px; + top: auto; + left: auto; + right: auto; + transform: none; + min-width: auto; + width: 100%; + opacity: 1 !important; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu { + min-width: 0; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content { + padding: 5px 0 5px 15px; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] { + max-width: 100%; + display: block; + padding: 5px 0; + flex: none; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title { + margin-top: 0; + padding-left: 15px; + color: var(--dark--200); + font-size: 0.85em; + font-weight: 600; + text-transform: uppercase; + letter-spacing: -0.5px; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav { + padding-left: 10px; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview { + display: none; + } +} + +@media (min-width: 992px) { + #header .header-body:not(.h-100) { + height: auto !important; + } +} + +@media (max-width: 991px) { + #header .header-logo img { + z-index: 1; + } + + #header .header-nav { + display: flex; + align-items: center; + } + + #header.header-narrow .header-nav.header-nav-stripe { + min-height: 70px; + } +} + +body[data-plugin-section-scroll] #header .header-body { + background: transparent; +} + +html[dir="rtl"] #header .header-search .btn-light { + right: -35px; +} + +@media (max-width: 991px) { + html.safari #header .header-body { + overflow: visible !important; + } +} + +/* Mega Menu (Signin/SignUp) */ +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu { + width: 40%; + right: 15px; + left: auto; + border-radius: 6px 0 6px 6px; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table { + width: 100%; + margin-top: 0; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a { + background-color: transparent !important; + color: var(--dark--200); + padding: 0; + margin: 0; + display: block; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove { + float: right; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover { + text-decoration: none; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart { + margin-right: 5px; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail { + width: 120px; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions { + text-align: right; + width: 80px; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue { + margin-top: 10px; + padding-top: 20px; + border-top: 1px solid #DDD; + clear: both; +} + +#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn { + margin-bottom: 10px; +} + +@media (max-width: 991px) { + #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu { + margin: 15px 0; + padding: 0 15px; + width: 100%; + } +} + +@media (min-width: 992px) { + html.side-header .main .container, html.side-header #footer .container { + padding: 0 35px; + width: auto !important; + max-width: 1210px; + } + + html.side-header:not(.side-header-above) body > .body { + margin: 0 0 0 255px; + width: auto; + overflow-x: hidden; + overflow-y: visible; + } + + html.side-header:not(.side-header-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper { + width: 100% !important; + left: auto !important; + } + + html.side-header.side-header-above #header.side-header { + transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms; + } +} + +@media (min-width: 992px) and (min-width: 1200px) { + html.side-header.side-header-change-container .main .container, html.side-header.side-header-change-container #footer .container { + transform: translateX(125px); + } +} + +@media (min-width: 992px) and (max-width: 1440px) { + html.side-header.side-header-change-container .main .container, html.side-header.side-header-change-container #footer .container { + max-width: 960px; + } +} + +@media (min-width: 992px) and (min-width: 1200px) { + html.side-header.side-header-change-container .home-concept { + transform: translateX(125px); + } + + html.side-header.side-header-change-container .home-concept .container { + transform: translateX(0); + } +} + +@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) { + html.side-header.side-header-change-container .home-concept .container > .row { + margin-left: -6rem; + } +} + +@media (min-width: 992px) and (min-width: 1200px) { + html.side-header.side-header-change-container.side-header-right .main .container, html.side-header.side-header-change-container.side-header-right #footer .container { + transform: translateX(-125px); + } +} + +@media (min-width: 992px) and (min-width: 1200px) { + html.side-header.side-header-change-container.side-header-right .home-concept { + transform: translateX(-125px); + } +} + +@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) { + html.side-header.side-header-change-container.side-header-right .home-concept .container > .row { + margin-left: -6rem; + } +} + +@media (min-width: 992px) { + html.side-header #header.side-header { + position: fixed; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); + top: 0; + left: 0; + max-width: 255px; + width: 100%; + height: 100%; + transform: translateX(0); + transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms; + } + + html.side-header #header.side-header:not(.header-transparent) { + background: var(--light); + } + + html.side-header #header.side-header.side-header-lg { + max-width: 355px; + } + + html.side-header #header.side-header.side-header-hide { + transform: translateX(100%); + } + + html.side-header #header.side-header .header-body { + border-top: 0; + } + + html.side-header #header.side-header .header-container { + width: 100%; + } + + html.side-header #header.side-header .header-row { + flex-direction: column; + } + + html.side-header #header.side-header .header-search { + width: 100%; + margin: 0.7rem 0; + } + + html.side-header #header.side-header .header-nav-top .nav > li > a, html.side-header #header.side-header .header-nav-top .nav > li > span { + display: block; + } + + html.side-header #header.side-header .header-logo { + margin: 2rem 0; + } + + html.side-header #header.side-header .header-nav { + flex-direction: column; + } + + html.side-header #header.side-header .header-nav.header-nav-links nav > ul > li > a { + height: auto; + } + + html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .header-nav-main { + overflow: hidden; + } + + html.side-header #header.side-header .header-nav-main, + html.side-header #header.side-header .header-nav-main nav, + html.side-header #header.side-header .header-nav-main .nav { + width: 100%; + } + + html.side-header #header.side-header .nav { + flex-direction: column; + width: 100%; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after { + content: ""; + border-color: transparent transparent transparent var(--grey-500); + position: absolute; + right: 15px; + top: 50%; + border-top: .3em solid; + border-bottom: .3em solid transparent; + border-left: .3em solid transparent; + border-right: 0; + transform: translate3d(0, -50%, 0); + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + top: 3px; + left: 100%; + border-top: 0; + border-left: 5px solid var(--grey-500); + margin-left: -5px; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu { + margin-top: -5px; + border-top: 0; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a { + padding-bottom: 0.5rem; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > a:before, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.accessibility-open > a:before, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a:before { + content: none; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega { + position: relative !important; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu { + min-width: 720px; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li { + margin-top: 1px; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li > a { + display: flex; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a { + padding-right: 8px; + padding-left: 20px; + } + + html.side-header #header.side-header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after { + border-width: 4px 4px 4px 0; + } + + html.side-header-right:not(.side-header-above) body > .body { + margin: 0 255px 0 0; + } + + html.side-header-right #header.side-header { + left: auto; + right: 0; + } + + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle { + padding-right: 0px; + padding-left: 30px; + } + + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after { + left: 15px; + right: auto; + border-right: .3em solid transparent; + border-left: 0; + } + + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + display: flex; + justify-content: center; + flex-direction: column; + right: 100%; + left: auto; + border-right: 5px solid var(--grey-500); + border-left: 0; + margin-left: 0; + margin-right: -5px; + border-radius: var(--border-radius) 0 0 var(--border-radius); + opacity: 1; + } + + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + height: 100vh; + } + + html.side-header-right #header.side-header.side-header-hide { + transform: translateX(-100%); + } + + html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a { + padding-left: 25px; + } + + html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { + left: initial; + right: 20px; + } + + html.side-header-semi-transparent body > .body { + margin: 0; + } + + html.side-header-semi-transparent #header.side-header { + background: rgba(0, 0, 0, 0.3); + } + + html.side-header-semi-transparent #header.side-header .header-body { + background: transparent !important; + } +} + +@media (min-width: 1200px) { + html.side-header.side-header-hide #header.side-header { + left: 0; + transform: translateX(0); + } + + html.side-header.side-header-right.side-header-hide #header.side-header { + left: auto; + right: 0; + transform: translateX(0); + } +} + +@media (max-width: 991px) { + html.side-header #header.side-header .header-container { + height: auto !important; + } +} + +@media (max-height: 768px) { + html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + html.side-header #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, + html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + top: auto; + } +} + +html.side-header-hamburguer-sidebar .main .container, html.side-header-hamburguer-sidebar #footer .container { + padding: 0 35px; + width: auto !important; + max-width: 1210px; +} + +html.side-header-hamburguer-sidebar:not(.side-header-above) body > .body { + margin: 0 0 0 255px; + width: auto; + overflow-x: hidden; + overflow-y: visible; +} + +html.side-header-hamburguer-sidebar:not(.side-header-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper { + width: 100% !important; + left: auto !important; +} + +html.side-header-hamburguer-sidebar.side-header-above #header.side-header { + transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms; +} + +html.side-header-hamburguer-sidebar #header.side-header { + background: var(--light); + position: fixed; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); + top: 0; + left: 0; + max-width: 255px; + width: 100%; + height: 100%; + transform: translateX(0); + z-index: 9991; +} + +html.side-header-hamburguer-sidebar #header.side-header.side-header-lg { + max-width: 355px; +} + +html.side-header-hamburguer-sidebar #header.side-header.side-header-hide { + transform: translateX(-100%); +} + +html.side-header-hamburguer-sidebar #header.side-header.header-transparent { + background: transparent; +} + +html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable { + height: 100%; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-body { + border-top: 0; + height: 100% !important; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-container { + width: 100%; + height: 100% !important; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-row { + flex-direction: column; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-search { + width: 100%; + margin: 11.2px 0; + margin: 0.7rem 0; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav > li > a, html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav > li > span { + display: block; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-logo { + margin: 32px 0; + margin: 2rem 0; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-nav { + flex-direction: column; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a { + height: auto; +} + +html.side-header-hamburguer-sidebar #header.side-header .header-nav-main, +html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav, +html.side-header-hamburguer-sidebar #header.side-header .header-nav-main .nav { + width: 100%; +} + +html.side-header-hamburguer-sidebar #header.side-header .nav { + flex-direction: column; + width: 100%; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header { + left: auto; + right: 0; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header.side-header-hide { + transform: translateX(100%); +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push body > .body { + margin: 0; + overflow: visible; + transition: ease right 300ms; + right: 0; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push .body-overlay { + content: ""; + width: 100%; + height: 0; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: rgba(0, 0, 0, 0.8); + position: absolute; + z-index: 10; + opacity: 0; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push #header.side-header { + transform: none; + transition: ease left 300ms; + left: -355px; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body > .body { + position: relative; + transition: ease left 300ms; + left: 0; + right: auto; +} + +html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header { + transition: ease right 300ms, ease transform 300ms; + right: -355px; + left: auto; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .hamburguer-btn:not(.hamburguer-btn-side-header-mobile-show), html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .sticky-wrapper { + display: none; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push body > .body { + position: relative; + right: -355px; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .body-overlay { + opacity: 1; + height: 100%; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push #header.side-header { + z-index: 11; + left: 0; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body > .body { + left: -355px; + right: auto; +} + +html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header { + right: 0; + left: auto; +} + +html.side-header-overlay-full-screen body > .body { + margin: 0; + width: auto; + overflow-x: hidden; + overflow-y: visible; +} + +html.side-header-overlay-full-screen body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper { + width: 100% !important; + left: auto !important; +} + +html.side-header-overlay-full-screen #header { + display: flex; + align-items: center; + background-color: rgba(51, 51, 51, 0.99); + position: fixed; + box-shadow: 0 0 18px rgba(68, 68, 68, 0.07); + top: 0; + left: 0; + width: 100vw; + height: 100vh; + padding-top: 48px; + padding-top: 3rem; + opacity: 0; + visibility: hidden; + transition: ease opacity 300ms, ease visibility 300ms; +} + +html.side-header-overlay-full-screen #header:not(.side-header-hide) { + opacity: 1; + visibility: visible; + transition: ease opacity 300ms, ease visibility 300ms; +} + +html.side-header-overlay-full-screen #header .header-container:after { + content: none; +} + +html.side-header-overlay-full-screen #header .header-body { + background-color: transparent; + border: 0; +} + +html.side-header-overlay-full-screen #header .header-row-side-header { + flex: 0 0 50%; + margin: 0 auto; +} + +html.side-header-overlay-full-screen #header .header-nav { + flex-direction: column; +} + +html.side-header-overlay-full-screen #header .header-nav.header-nav-links nav > ul > li > a { + height: auto; +} + +html.side-header-overlay-full-screen #header .header-nav-main, +html.side-header-overlay-full-screen #header .header-nav-main nav, +html.side-header-overlay-full-screen #header .header-nav-main .nav { + width: 100%; +} + +html.side-header-overlay-full-screen #header .nav { + flex-direction: column; + width: 100%; +} + +html.side-header-overlay-full-screen #header .header-nav-main { + position: relative; +} + +html.side-header-overlay-full-screen #header .header-nav-main:before { + content: none; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li { + text-align: center; + position: static; + margin-top: 1px; + height: auto; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a { + display: inline-block; + border: 0; + font-size: 28.8px; + font-size: 1.8rem; + text-transform: none; + color: var(--light); + padding: 15px 0 !important; + font-weight: 600; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:after { + top: -2px !important; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a.open, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a.accessibility-open, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:focus, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:active, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a.active { + background: transparent; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a .fa-chevron-down { + display: none !important; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item { + transition: ease left 300ms; + position: relative; + left: 0; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:after { + display: none; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:before { + display: none !important; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover { + left: 5px; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + position: static; + background: transparent !important; + box-shadow: none; + display: none !important; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { + border: 0; + font-size: 17.6px; + font-size: 1.1rem; + color: var(--light); +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:after { + display: none; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu { + position: static; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu .dropdown-menu a { + font-size: 12px; + font-size: 0.75rem; + opacity: 0.7; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu { + display: block !important; + opacity: 1; + width: 100%; + text-align: center; + padding: 15px 0; + margin: 0; + transform: none; + position: static; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu li a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu li a, +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu li a { + background: transparent; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content { + padding: 25.6px 0 0; + padding: 1.6rem 0 0; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row { + flex-direction: column; + align-items: center; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] { + max-width: none; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] + [class*="col-"] { + margin-top: 25px; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title { + color: var(--light); + font-size: 1.2em; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav { + opacity: 0.7; +} + +html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a { + margin: 0 0 8px; + padding: 3px 8px 3px 8px; +} + +@media (max-width: 991px) { + html.side-header-overlay-full-screen #header .header-row-side-header { + flex: 0 0 100%; + } + + html.side-header-overlay-full-screen #header .side-header-scrollable { + height: 100% !important; + } + + html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-content { + right: 0 !important; + padding-right: 10px; + padding-left: 10px; + overflow-y: hidden; + } + + html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-pane { + display: none !important; + } + + html.side-header-overlay-full-screen #header .header-nav { + height: 100%; + } + + html.side-header-overlay-full-screen #header .header-nav-main { + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); + } + + html.side-header-overlay-full-screen #header .header-nav-main nav { + max-height: 80vh; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover { + left: 0; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul li { + border-bottom: 0; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul li a { + text-align: center; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-content { + padding: 0; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-sub-title { + font-size: 1.2rem; + text-align: center; + margin-bottom: 7px; + } + + html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-sub-nav { + margin: 0; + } +} + +html.side-header-hamburguer-sidebar-narrow-bar .body { + margin-left: 90px; +} + +html.side-header-hamburguer-sidebar-narrow-bar #header.side-header { + transform: translateX(90px); +} + +html.side-header-hamburguer-sidebar-narrow-bar .slider-container { + left: -45px !important; + width: calc(100% + 90px) !important; +} + +.side-header-narrow-bar { + display: flex; + flex-direction: column; + background: var(--light); + width: 90px; + position: fixed; + top: 0; + left: 0; + height: 100%; + z-index: 9992; +} + +.side-header-narrow-bar:after { + content: ""; + width: 1px; + height: 100%; + top: 0; + bottom: 0; + left: auto; + right: 0; + background: rgba(0, 0, 0, 0.06); + position: absolute; +} + +.side-header-narrow-bar .side-header-narrow-bar-content .side-header-narrow-bar-content-vertical { + transform: rotate(-90deg); + white-space: nowrap; + text-transform: uppercase; + margin-left: -18%; +} + +@media (max-width: 991px) { + html.side-header-hamburguer-sidebar-narrow-bar .body { + padding-left: 90px; + margin-left: 0; + } + + html.side-header-hamburguer-sidebar-narrow-bar #header { + padding-left: 90px; + left: -90px !important; + } +} + +@media (max-width: 1600px) { + .custom-header-1 .custom-header-1-btn-1 span { + padding-left: 2px !important; + padding-right: 2px !important; + } +} + +/* Header - Skin */ +#header .tip { + background: var(--primary); + color: var(--primary-inverse); +} + +#header .tip:before { + border-right-color: var(--primary); + border-left-color: transparent; +} + +#header .tip-primary { + background: var(--primary) !important; + color: var(--primary-inverse) !important; +} + +#header .tip-primary:before { + border-right-color: var(--primary) !important; +} + +#header .tip-secondary { + background: var(--secondary) !important; + color: var(--secondary-inverse) !important; +} + +#header .tip-secondary:before { + border-right-color: var(--secondary) !important; +} + +#header .tip-tertiary { + background: var(--tertiary) !important; + color: var(--tertiary-inverse) !important; +} + +#header .tip-tertiary:before { + border-right-color: var(--tertiary) !important; +} + +#header .tip-quaternary { + background: var(--quaternary) !important; + color: var(--quaternary-inverse) !important; +} + +#header .tip-quaternary:before { + border-right-color: var(--quaternary) !important; +} + +#header .tip-dark { + background: var(--dark) !important; + color: var(--dark-inverse) !important; +} + +#header .tip-dark:before { + border-right-color: var(--dark) !important; +} + +#header .tip-light { + background: var(--light) !important; + color: var(--light-inverse) !important; +} + +#header .tip-light:before { + border-right-color: var(--light) !important; +} + +html[dir="rtl"] #header .tip:before { + border-left-color: var(--primary); +} + +html[dir="rtl"] #header .tip.skin:before { + border-left-color: var(--primary); +} + +html[dir="rtl"] #header .tip-primary:before { + border-left-color: var(--primary) !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-secondary:before { + border-left-color: var(--secondary) !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-tertiary:before { + border-left-color: var(--tertiary) !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-quaternary:before { + border-left-color: var(--quaternary) !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-dark:before { + border-left-color: var(--dark) !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-light:before { + border-left-color: var(--light) !important; + border-right-color: transparent !important; +} + +/* Header Button Collapse - Skin */ +#header .header-btn-collapse-nav { + background: var(--primary); +} + +/* Header Nav Main - Skin */ +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + color: var(--primary); + } + + #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a { + background: var(--primary); + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-top-color: var(--primary); + } + + #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before { + border-bottom-color: var(--primary); + } + + #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu { + border-top-color: var(--primary); + } + + #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a { + color: var(--primary); + } + + #header .header-nav-main nav > ul:not(:hover) > li > a.active { + background-color: var(--primary); + color: var(--primary-inverse); + } + + #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a { + background-color: var(--primary); + } + + #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active { + background-color: var(--primary); + } + + #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active { + color: var(--primary); + } + + #header .header-nav.header-nav-links nav > ul li:hover > a { + color: var(--primary); + } + + #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active { + color: var(--primary); + } + + #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb { + background: var(--primary) !important; + } + + #header .header-nav.header-nav-line nav > ul li:hover > a { + color: var(--primary); + } + + #header .header-nav.header-nav-line nav > ul li:hover > a:before { + background: var(--primary); + } + + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active { + color: var(--primary); + } + + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before { + background: var(--primary); + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a { + color: var(--primary); + } + + #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active { + color: var(--primary); + } + + .side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + .side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + border-left-color: var(--primary); + } + + .side-header-right #header.side-header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, + .side-header-right #header.side-header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { + border-right-color: var(--primary); + } +} + +/* Header Nav Main - Skin */ +@media (min-width: 992px) { + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu { + background-color: var(--primary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a { + color: var(--primary-inverse); + border-bottom-color: var(--primary-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a { + background: var(--primary--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { + border-bottom-color: var(--primary); + background: var(--primary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title { + color: var(--primary-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + background: var(--primary); + color: var(--primary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a { + color: var(--primary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + background: var(--primary); + color: var(--primary-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { + color: var(--primary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before { + background-color: var(--primary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + color: var(--primary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { + background: var(--primary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + color: var(--primary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before { + background-color: var(--primary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a { + color: var(--primary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { + color: var(--primary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + color: var(--primary); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + color: var(--primary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu { + background-color: var(--secondary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a { + color: var(--secondary-inverse); + border-bottom-color: var(--secondary-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a { + background: var(--secondary--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before { + border-bottom-color: var(--secondary); + background: var(--secondary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title { + color: var(--secondary-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + background: var(--secondary); + color: var(--secondary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a { + color: var(--secondary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + background: var(--secondary); + color: var(--secondary-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover { + color: var(--secondary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before { + background-color: var(--secondary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + color: var(--secondary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before { + background: var(--secondary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + color: var(--secondary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before { + background-color: var(--secondary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a { + color: var(--secondary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover { + color: var(--secondary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + color: var(--secondary); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + color: var(--secondary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu { + background-color: var(--tertiary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a { + color: var(--tertiary-inverse); + border-bottom-color: var(--tertiary-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a { + background: var(--tertiary--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before { + border-bottom-color: var(--tertiary); + background: var(--tertiary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title { + color: var(--tertiary-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + background: var(--tertiary); + color: var(--tertiary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a { + color: var(--tertiary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + background: var(--tertiary); + color: var(--tertiary-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover { + color: var(--tertiary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before { + background-color: var(--tertiary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + color: var(--tertiary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before { + background: var(--tertiary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + color: var(--tertiary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before { + background-color: var(--tertiary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a { + color: var(--tertiary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover { + color: var(--tertiary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + color: var(--tertiary); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + color: var(--tertiary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu { + background-color: var(--quaternary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a { + color: var(--quaternary-inverse); + border-bottom-color: var(--quaternary-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a { + background: var(--quaternary--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before { + border-bottom-color: var(--quaternary); + background: var(--quaternary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title { + color: var(--quaternary-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + background: var(--quaternary); + color: var(--quaternary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a { + color: var(--quaternary-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + background: var(--quaternary); + color: var(--quaternary-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover { + color: var(--quaternary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before { + background-color: var(--quaternary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + color: var(--quaternary); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before { + background: var(--quaternary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + color: var(--quaternary); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before { + background-color: var(--quaternary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a { + color: var(--quaternary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover { + color: var(--quaternary); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + color: var(--quaternary); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + color: var(--quaternary); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu { + background-color: var(--dark); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a { + color: var(--dark-inverse); + border-bottom-color: var(--dark-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a { + background: var(--dark--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before { + border-bottom-color: var(--dark); + background: var(--dark); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title { + color: var(--dark-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + background: var(--dark); + color: var(--dark-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a { + color: var(--dark-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + background: var(--dark); + color: var(--dark-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover { + color: var(--dark); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before { + background-color: var(--dark); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + color: var(--dark); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before { + background: var(--dark); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + color: var(--dark); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before { + background-color: var(--dark); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a { + color: var(--dark); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover { + color: var(--dark); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + color: var(--dark); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + color: var(--dark); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu { + background-color: var(--light); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a { + color: var(--light-inverse); + border-bottom-color: var(--light-100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a { + background: var(--light--100); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before { + border-bottom-color: var(--light); + background: var(--light); + } + + #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title { + color: var(--light-inverse); + opacity: 0.70; + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + background: var(--light); + color: var(--light-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a { + color: var(--light-inverse); + } + + #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + background: var(--light); + color: var(--light-inverse); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover { + color: var(--light); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before { + background-color: var(--light); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + color: var(--light); + } + + #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before { + background: var(--light); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + color: var(--light); + } + + #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before { + background-color: var(--light); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a { + color: var(--light); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover { + color: var(--light); + } + + #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + color: var(--light); + } + + #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + color: var(--light); + } +} + +/* Header Nav Main - Skin */ +@media (min-width: 992px) { + #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a, #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a { + color: var(--primary) !important; + } + + #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active { + color: var(--primary) !important; + } +} + +/* Header Nav Main Mobile - Skin */ +@media (max-width: 991px) { + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a { + color: var(--dark) !important; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active { + color: var(--dark) !important; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active { + background: var(--primary); + color: var(--primary-inverse) !important; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover { + background: var(--primary); + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + background: var(--primary); + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover { + background: var(--primary); + } + + .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + color: var(--primary) !important; + } + + .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb { + background-color: var(--primary); + } + + .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active { + color: var(--primary) !important; + } + + .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a { + color: var(--primary) !important; + } +} + +/* Header Nav Main Mobile - Skin */ +@media (max-width: 991px) { + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a { + color: var(--primary); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active { + background: var(--primary) !important; + color: var(--primary-inverse) !important; + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a { + color: var(--secondary); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active { + background: var(--secondary) !important; + color: var(--secondary-inverse) !important; + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a { + color: var(--tertiary); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active { + background: var(--tertiary) !important; + color: var(--tertiary-inverse) !important; + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a { + color: var(--quaternary); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active { + background: var(--quaternary) !important; + color: var(--quaternary-inverse) !important; + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a { + color: var(--dark); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active { + background: var(--dark) !important; + color: var(--dark-inverse) !important; + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a { + color: var(--light); + } + + #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active { + background: var(--light) !important; + color: var(--light-inverse) !important; + } +} + +/* Header Top - Skin */ +#header .header-top.header-top-primary { + background: var(--primary); + border-top-color: var(--primary-100); +} + +#header .header-top.header-top-primary .header-nav-top ul > li.open > a { + background: var(--primary--100); +} + +#header .header-top.header-top-primary .header-nav-top ul > li > a:hover, #header .header-top.header-top-primary .header-nav-top ul > li > a:focus, #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus { + background: var(--primary--100); +} + +#header .header-top.header-top-primary .dropdown-menu { + background: var(--primary--100); + border-color: var(--primary--100); +} + +#header .header-top.header-top-primary .dropdown-menu a:hover, #header .header-top.header-top-primary .dropdown-menu a:focus { + background: var(--primary--300) !important; +} + +#header .header-top.header-top-secondary { + background: var(--secondary); + border-top-color: var(--secondary-100); +} + +#header .header-top.header-top-secondary .header-nav-top ul > li.open > a { + background: var(--secondary--100); +} + +#header .header-top.header-top-secondary .header-nav-top ul > li > a:hover, #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus, #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus { + background: var(--secondary--100); +} + +#header .header-top.header-top-secondary .dropdown-menu { + background: var(--secondary--100); + border-color: var(--secondary--100); +} + +#header .header-top.header-top-secondary .dropdown-menu a:hover, #header .header-top.header-top-secondary .dropdown-menu a:focus { + background: var(--secondary--300) !important; +} + +#header .header-top.header-top-tertiary { + background: var(--tertiary); + border-top-color: var(--tertiary-100); +} + +#header .header-top.header-top-tertiary .header-nav-top ul > li.open > a { + background: var(--tertiary--100); +} + +#header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover, #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus, #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus { + background: var(--tertiary--100); +} + +#header .header-top.header-top-tertiary .dropdown-menu { + background: var(--tertiary--100); + border-color: var(--tertiary--100); +} + +#header .header-top.header-top-tertiary .dropdown-menu a:hover, #header .header-top.header-top-tertiary .dropdown-menu a:focus { + background: var(--tertiary--300) !important; +} + +#header .header-top.header-top-quaternary { + background: var(--quaternary); + border-top-color: var(--quaternary-100); +} + +#header .header-top.header-top-quaternary .header-nav-top ul > li.open > a { + background: var(--quaternary--100); +} + +#header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover, #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus, #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus { + background: var(--quaternary--100); +} + +#header .header-top.header-top-quaternary .dropdown-menu { + background: var(--quaternary--100); + border-color: var(--quaternary--100); +} + +#header .header-top.header-top-quaternary .dropdown-menu a:hover, #header .header-top.header-top-quaternary .dropdown-menu a:focus { + background: var(--quaternary--300) !important; +} + +#header .header-top.header-top-dark { + background: var(--dark); + border-top-color: var(--dark-100); +} + +#header .header-top.header-top-dark .header-nav-top ul > li.open > a { + background: var(--dark--100); +} + +#header .header-top.header-top-dark .header-nav-top ul > li > a:hover, #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus { + background: var(--dark--100); +} + +#header .header-top.header-top-dark .dropdown-menu { + background: var(--dark--100); + border-color: var(--dark--100); +} + +#header .header-top.header-top-dark .dropdown-menu a:hover, #header .header-top.header-top-dark .dropdown-menu a:focus { + background: var(--dark--300) !important; +} + +#header .header-top.header-top-light { + background: var(--light); + border-top-color: var(--light-100); +} + +#header .header-top.header-top-light .header-nav-top ul > li.open > a { + background: var(--light--100); +} + +#header .header-top.header-top-light .header-nav-top ul > li > a:hover, #header .header-top.header-top-light .header-nav-top ul > li > a:focus, #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover, #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus { + background: var(--light--100); +} + +#header .header-top.header-top-light .dropdown-menu { + background: var(--light--100); + border-color: var(--light--100); +} + +#header .header-top.header-top-light .dropdown-menu a:hover, #header .header-top.header-top-light .dropdown-menu a:focus { + background: var(--light--300) !important; +} + +/* Header Navbar - Skin */ +@media (min-width: 992px) { + #header .header-nav-bar-primary { + background: var(--primary) !important; + color: var(--primary-inverse) !important; + } + + #header .header-nav-bar-secondary { + background: var(--secondary) !important; + color: var(--secondary-inverse) !important; + } + + #header .header-nav-bar-tertiary { + background: var(--tertiary) !important; + color: var(--tertiary-inverse) !important; + } + + #header .header-nav-bar-quaternary { + background: var(--quaternary) !important; + color: var(--quaternary-inverse) !important; + } + + #header .header-nav-bar-dark { + background: var(--dark) !important; + color: var(--dark-inverse) !important; + } + + #header .header-nav-bar-light { + background: var(--light) !important; + color: var(--light-inverse) !important; + } +} + +/* Header Nav Main Light - Skin */ +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a { + color: var(--primary); + } + + #header .header-nav-main.header-nav-main-light nav > ul > li > a.active { + color: var(--primary); + } +} + +/* Header Big Search - Skin */ +#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control { + border-bottom-color: var(--primary); +} + +/* Page Header */ +.page-header { + background-color: var(--dark); + margin: 0 0 35px 0; + padding: 30px 0; + position: relative; + text-align: left; +} + +.page-header h1 { + color: var(--light); + display: inline-block; + font-size: 30px; + line-height: 1; + margin: 0; + padding: 0; + font-weight: 400; + position: relative; + top: 1px; +} + +.page-header .sub-title { + display: block; + font-size: 1.2em; + font-weight: 300; + margin: 0; + opacity: 0.8; + color: var(--light); +} + +.page-header .page-header-extra-button { + position: absolute; + width: 100%; + bottom: 50px; + left: 0; + right: 0; + z-index: 5; +} + +.page-header.page-header-sm { + padding: 30px 0; +} + +.page-header.page-header-sm h1 { + font-size: 22px; +} + +.page-header.page-header-lg { + padding: 50px 0; +} + +.page-header.page-header-lg h1 { + font-size: 40px; +} + +.page-header.page-header-classic:after { + content: ''; + width: 100%; + height: 5px; + background: var(--light-rgba-80); + position: absolute; + bottom: 0; + left: 0; +} + +.page-header.page-header-classic .page-header-title-border { + width: 0; + height: 5px; + position: absolute; + bottom: 0; + background: transparent; + z-index: 1; +} + +.page-header.page-header-modern h1 { + font-size: 28px; +} + +.page-header.page-header-modern.page-header-sm h1 { + font-size: 22px; +} + +.page-header.page-header-modern.page-header-md { + padding: 50px 0; +} + +.page-header.page-header-modern.page-header-lg { + padding: 65px 0; +} + +.page-header.page-header-modern.page-header-lg h1 { + font-size: 32px; +} + +.page-header.page-header-modern.page-header-background { + padding: 130px 0; + background-size: cover; +} + +.page-header.page-header-modern.page-header-background.page-header-background-pattern { + background-size: auto; + background-repeat: repeat; + background-attachment: fixed; +} + +.page-header.page-header-modern.page-header-background.page-header-background-sm { + padding: 50px 0; +} + +.page-header.page-header-modern.page-header-background.page-header-background-md { + padding: 150px 0; +} + +.page-header.page-header-modern.page-header-background.page-header-background-lg { + padding: 250px 0; +} + +/* Page Header - Skin */ +section.page-header .page-header-title-border { + background-color: var(--primary) !important; +} + +section.page-header.custom-product { + background-color: var(--primary-100); + border-top-color: var(--primary-300); +} + +/* Container */ +@media (min-width: 1200px) { + .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) { + max-width: 1140px; + } +} + +@media (min-width: 1440px) { + .container-xl-custom { + max-width: 1440px; + } + + .container-xxl-custom { + max-width: 1630px; + } +} + +/* Fluid Col */ +[class*="fluid-col-"] { + position: relative; +} + +[class*="fluid-col-"] .fluid-col { + position: absolute; + left: 15px; +} + +[class*="fluid-col-"] .fluid-col.fluid-col-left { + left: auto; + right: 15px; +} + +.fluid-col-6 { + min-height: 33vw; +} + +.fluid-col-6 .fluid-col { + width: calc(50vw - 15px); +} + +.fluid-col-sm-6 .fluid-col, .fluid-col-md-6 .fluid-col, .fluid-col-lg-6 .fluid-col, .fluid-col-xl-6 .fluid-col { + width: calc(100vw - 30px); +} + +@media (min-width: 576px) { + .fluid-col-sm-6 { + min-height: 33vw; + } + + .fluid-col-sm-6 .fluid-col { + width: calc(55vw - 15px); + } +} + +@media (min-width: 768px) { + .fluid-col-md-6 { + min-height: 33vw; + } + + .fluid-col-md-6 .fluid-col { + width: calc(50vw - 15px); + } +} + +@media (min-width: 992px) { + .fluid-col-lg-6 { + min-height: 33vw; + } + + .fluid-col-lg-6 .fluid-col { + width: calc(50vw - 15px); + } +} + +@media (min-width: 1200px) { + .fluid-col-xl-6 { + min-height: 33vw; + } + + .fluid-col-xl-6 .fluid-col { + width: calc(50vw - 15px); + } +} + +@media (max-width: 1199px) { + .fluid-col-xl-6 { + min-height: 64.5vw !important; + } +} + +@media (max-width: 991px) { + .fluid-col-lg-6 { + min-height: 64.5vw !important; + } +} + +@media (max-width: 767px) { + .fluid-col-md-6 { + min-height: 64.5vw !important; + } +} + +@media (max-width: 575px) { + .fluid-col-sm-6 { + min-height: 64.5vw !important; + } +} + +/* Gutter SM */ +.row-gutter-sm { + margin-right: -10px; + margin-left: -10px; +} + +.row-gutter-sm .col, .row-gutter-sm .col-1, .row-gutter-sm .col-10, .row-gutter-sm .col-11, .row-gutter-sm .col-12, .row-gutter-sm .col-2, .row-gutter-sm .col-3, .row-gutter-sm .col-4, .row-gutter-sm .col-5, .row-gutter-sm .col-6, .row-gutter-sm .col-7, .row-gutter-sm .col-8, .row-gutter-sm .col-9, .row-gutter-sm .col-auto, .row-gutter-sm .col-lg, .row-gutter-sm .col-lg-1, .row-gutter-sm .col-lg-10, .row-gutter-sm .col-lg-11, .row-gutter-sm .col-lg-12, .row-gutter-sm .col-lg-2, .row-gutter-sm .col-lg-3, .row-gutter-sm .col-lg-4, .row-gutter-sm .col-lg-5, .row-gutter-sm .col-lg-6, .row-gutter-sm .col-lg-7, .row-gutter-sm .col-lg-8, .row-gutter-sm .col-lg-9, .row-gutter-sm .col-lg-auto, .row-gutter-sm .col-md, .row-gutter-sm .col-md-1, .row-gutter-sm .col-md-10, .row-gutter-sm .col-md-11, .row-gutter-sm .col-md-12, .row-gutter-sm .col-md-2, .row-gutter-sm .col-md-3, .row-gutter-sm .col-md-4, .row-gutter-sm .col-md-5, .row-gutter-sm .col-md-6, .row-gutter-sm .col-md-7, .row-gutter-sm .col-md-8, .row-gutter-sm .col-md-9, .row-gutter-sm .col-md-auto, .row-gutter-sm .col-sm, .row-gutter-sm .col-sm-1, .row-gutter-sm .col-sm-10, .row-gutter-sm .col-sm-11, .row-gutter-sm .col-sm-12, .row-gutter-sm .col-sm-2, .row-gutter-sm .col-sm-3, .row-gutter-sm .col-sm-4, .row-gutter-sm .col-sm-5, .row-gutter-sm .col-sm-6, .row-gutter-sm .col-sm-7, .row-gutter-sm .col-sm-8, .row-gutter-sm .col-sm-9, .row-gutter-sm .col-sm-auto, .row-gutter-sm .col-xl, .row-gutter-sm .col-xl-1, .row-gutter-sm .col-xl-10, .row-gutter-sm .col-xl-11, .row-gutter-sm .col-xl-12, .row-gutter-sm .col-xl-2, .row-gutter-sm .col-xl-3, .row-gutter-sm .col-xl-4, .row-gutter-sm .col-xl-5, .row-gutter-sm .col-xl-6, .row-gutter-sm .col-xl-7, .row-gutter-sm .col-xl-8, .row-gutter-sm .col-xl-9, .row-gutter-sm .col-xl-auto { + padding-left: 10px; + padding-right: 10px; +} + +/* + * Order (Extending to 10) + * Bootstrap 5 has until 5 order class +*/ +.order-6 { + order: 6; +} + +.order-7 { + order: 7; +} + +.order-8 { + order: 8; +} + +.order-9 { + order: 9; +} + +.order-10 { + order: 10; +} + +/* Grid */ +/* 5 Equal Columns */ +.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 { + position: relative; + min-height: 1px; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col-1-5 { + flex: 0 0 20%; + max-width: 20%; +} + +.col-2-5 { + flex: 0 0 40%; + max-width: 40%; +} + +.col-3-5 { + flex: 0 0 60%; + max-width: 60%; +} + +.col-4-5 { + flex: 0 0 80%; + max-width: 80%; +} + +@media (min-width: 576px) { + .col-sm-1-5 { + flex: 0 0 20%; + max-width: 20%; + } + + .col-sm-2-5 { + flex: 0 0 40%; + max-width: 40%; + } + + .col-sm-3-5 { + flex: 0 0 60%; + max-width: 60%; + } + + .col-sm-4-5 { + flex: 0 0 80%; + max-width: 80%; + } +} + +@media (min-width: 768px) { + .col-md-1-5 { + flex: 0 0 20%; + max-width: 20%; + } + + .col-md-2-5 { + flex: 0 0 40%; + max-width: 40%; + } + + .col-md-3-5 { + flex: 0 0 60%; + max-width: 60%; + } + + .col-md-4-5 { + flex: 0 0 80%; + max-width: 80%; + } +} + +@media (min-width: 992px) { + .col-lg-1-5 { + flex: 0 0 20%; + max-width: 20%; + } + + .col-lg-2-5 { + flex: 0 0 40%; + max-width: 40%; + } + + .col-lg-3-5 { + flex: 0 0 60%; + max-width: 60%; + } + + .col-lg-4-5 { + flex: 0 0 80%; + max-width: 80%; + } +} + +@media (min-width: 1200px) { + .col-xl-1-5 { + flex: 0 0 20%; + max-width: 20%; + } + + .col-xl-2-5 { + flex: 0 0 40%; + max-width: 40%; + } + + .col-xl-3-5 { + flex: 0 0 60%; + max-width: 60%; + } + + .col-xl-4-5 { + flex: 0 0 80%; + max-width: 80%; + } +} + +/* RTL */ +/* Grid + Sidebar */ +@media (max-width: 991px) { + .col-md-3 .sidebar { + clear: both; + } +} + +/* Half Section */ +.col-half-section { + width: 100%; + min-height: 1px; + padding-left: 15px; + padding-right: 15px; + position: relative; + max-width: 555px; + margin-left: 30px; + margin-right: 0; +} + +.col-half-section.col-half-section-right { + margin-left: 0; + margin-right: 30px; +} + +@media (max-width: 1199px) { + .col-half-section { + max-width: 465px; + } +} + +@media (max-width: 991px) { + .col-half-section { + max-width: 720px; + margin: 0 auto !important; + padding-left: 30px !important; + padding-right: 30px !important; + } +} + +@media (max-width: 767px) { + .col-half-section { + max-width: 540px; + } +} + +@media (max-width: 575px) { + .col-half-section { + max-width: 100%; + } +} + +/* Content Grid */ +.content-grid { + overflow: hidden; + margin: 0; + padding: 0; +} + +.content-grid .content-grid-item { + position: relative; + padding: 10px; + margin: 0; + display: flex; + align-items: center; + justify-content: center; +} + +.content-grid .content-grid-item:before, .content-grid .content-grid-item:after { + content: ''; + position: absolute; +} + +.content-grid .content-grid-item:before { + height: 100%; + top: 0; + left: -1px; + border-left: 1px solid var(--grey-500); +} + +.content-grid .content-grid-item:after { + width: 100%; + height: 0; + top: auto; + left: 0; + bottom: -1px; + border-bottom: 1px solid var(--grey-500); +} + +.content-grid .content-grid-item .img-fluid { + display: inline-block; + flex: 0 0 auto; +} + +.content-grid.content-grid-dashed .content-grid-item:before { + border-left: 1px dashed var(--grey-500); +} + +.content-grid.content-grid-dashed .content-grid-item:after { + border-bottom: 1px dashed var(--grey-500); +} + +/* Col Pull / Push - Rotate */ +.col-pull-12 { + margin-left: -100%; +} + +.col-pull-11 { + margin-left: -91.66666667%; +} + +.col-pull-10 { + margin-left: -83.33333333%; +} + +.col-pull-9 { + margin-left: -75%; +} + +.col-pull-8 { + margin-left: -66.66666667%; +} + +.col-pull-7 { + margin-left: -58.33333333%; +} + +.col-pull-6 { + margin-left: -50%; +} + +.col-pull-5 { + margin-left: -41.66666667%; +} + +.col-pull-4 { + margin-left: -33.33333333%; +} + +.col-pull-3 { + margin-left: -25%; +} + +.col-pull-2 { + margin-left: -16.66666667%; +} + +.col-pull-1 { + margin-left: -8.33333333%; +} + +.col-pull-0 { + margin-left: 0; +} + +.col-push-12 { + margin-left: 100%; +} + +.col-push-11 { + margin-left: 91.66666667%; +} + +.col-push-10 { + margin-left: 83.33333333%; +} + +.col-push-9 { + margin-left: 75%; +} + +.col-push-8 { + margin-left: 66.66666667%; +} + +.col-push-7 { + margin-left: 58.33333333%; +} + +.col-push-6 { + margin-left: 50%; +} + +.col-push-5 { + margin-left: 41.66666667%; +} + +.col-push-4 { + margin-left: 33.33333333%; +} + +.col-push-3 { + margin-left: 25%; +} + +.col-push-2 { + margin-left: 16.66666667%; +} + +.col-push-1 { + margin-left: 8.33333333%; +} + +.col-push-0 { + margin-left: 0; +} + +.rotate-l-5 { + transform: rotate(-5deg); +} + +.rotate-l-10 { + transform: rotate(-10deg); +} + +.rotate-l-15 { + transform: rotate(-15deg); +} + +.rotate-l-20 { + transform: rotate(-20deg); +} + +.rotate-l-25 { + transform: rotate(-25deg); +} + +.rotate-l-30 { + transform: rotate(-30deg); +} + +.rotate-l-35 { + transform: rotate(-35deg); +} + +.rotate-l-40 { + transform: rotate(-40deg); +} + +.rotate-l-45 { + transform: rotate(-45deg); +} + +.rotate-l-50 { + transform: rotate(-50deg); +} + +.rotate-l-55 { + transform: rotate(-55deg); +} + +.rotate-l-60 { + transform: rotate(-60deg); +} + +.rotate-l-65 { + transform: rotate(-65deg); +} + +.rotate-l-70 { + transform: rotate(-70deg); +} + +.rotate-l-75 { + transform: rotate(-75deg); +} + +.rotate-l-80 { + transform: rotate(-80deg); +} + +.rotate-l-85 { + transform: rotate(-85deg); +} + +.rotate-l-90 { + transform: rotate(-90deg); +} + +.rotate-l-180 { + transform: rotate(-180deg); +} + +.rotate-r-5 { + transform: rotate(5deg); +} + +.rotate-r-10 { + transform: rotate(10deg); +} + +.rotate-r-15 { + transform: rotate(15deg); +} + +.rotate-r-20 { + transform: rotate(20deg); +} + +.rotate-r-25 { + transform: rotate(25deg); +} + +.rotate-r-30 { + transform: rotate(30deg); +} + +.rotate-r-35 { + transform: rotate(35deg); +} + +.rotate-r-40 { + transform: rotate(40deg); +} + +.rotate-r-45 { + transform: rotate(45deg); +} + +.rotate-r-50 { + transform: rotate(50deg); +} + +.rotate-r-55 { + transform: rotate(55deg); +} + +.rotate-r-60 { + transform: rotate(60deg); +} + +.rotate-r-65 { + transform: rotate(65deg); +} + +.rotate-r-70 { + transform: rotate(70deg); +} + +.rotate-r-75 { + transform: rotate(75deg); +} + +.rotate-r-80 { + transform: rotate(80deg); +} + +.rotate-r-85 { + transform: rotate(85deg); +} + +.rotate-r-90 { + transform: rotate(90deg); +} + +.rotate-r-180 { + transform: rotate(180deg); +} + +@media (min-width: 576px) { + .col-sm-pull-12 { + margin-left: -100%; + } + + .col-sm-pull-11 { + margin-left: -91.66666667%; + } + + .col-sm-pull-10 { + margin-left: -83.33333333%; + } + + .col-sm-pull-9 { + margin-left: -75%; + } + + .col-sm-pull-8 { + margin-left: -66.66666667%; + } + + .col-sm-pull-7 { + margin-left: -58.33333333%; + } + + .col-sm-pull-6 { + margin-left: -50%; + } + + .col-sm-pull-5 { + margin-left: -41.66666667%; + } + + .col-sm-pull-4 { + margin-left: -33.33333333%; + } + + .col-sm-pull-3 { + margin-left: -25%; + } + + .col-sm-pull-2 { + margin-left: -16.66666667%; + } + + .col-sm-pull-1 { + margin-left: -8.33333333%; + } + + .col-sm-pull-0 { + margin-left: 0; + } + + .col-sm-push-12 { + margin-left: 100%; + } + + .col-sm-push-11 { + margin-left: 91.66666667%; + } + + .col-sm-push-10 { + margin-left: 83.33333333%; + } + + .col-sm-push-9 { + margin-left: 75%; + } + + .col-sm-push-8 { + margin-left: 66.66666667%; + } + + .col-sm-push-7 { + margin-left: 58.33333333%; + } + + .col-sm-push-6 { + margin-left: 50%; + } + + .col-sm-push-5 { + margin-left: 41.66666667%; + } + + .col-sm-push-4 { + margin-left: 33.33333333%; + } + + .col-sm-push-3 { + margin-left: 25%; + } + + .col-sm-push-2 { + margin-left: 16.66666667%; + } + + .col-sm-push-1 { + margin-left: 8.33333333%; + } + + .col-sm-push-0 { + margin-left: 0; + } + + .rotate-sm-l-5 { + transform: rotate(-5deg); + } + + .rotate-sm-l-10 { + transform: rotate(-10deg); + } + + .rotate-sm-l-15 { + transform: rotate(-15deg); + } + + .rotate-sm-l-20 { + transform: rotate(-20deg); + } + + .rotate-sm-l-25 { + transform: rotate(-25deg); + } + + .rotate-sm-l-30 { + transform: rotate(-30deg); + } + + .rotate-sm-l-35 { + transform: rotate(-35deg); + } + + .rotate-sm-l-40 { + transform: rotate(-40deg); + } + + .rotate-sm-l-45 { + transform: rotate(-45deg); + } + + .rotate-sm-l-50 { + transform: rotate(-50deg); + } + + .rotate-sm-l-55 { + transform: rotate(-55deg); + } + + .rotate-sm-l-60 { + transform: rotate(-60deg); + } + + .rotate-sm-l-65 { + transform: rotate(-65deg); + } + + .rotate-sm-l-70 { + transform: rotate(-70deg); + } + + .rotate-sm-l-75 { + transform: rotate(-75deg); + } + + .rotate-sm-l-80 { + transform: rotate(-80deg); + } + + .rotate-sm-l-85 { + transform: rotate(-85deg); + } + + .rotate-sm-l-90 { + transform: rotate(-90deg); + } + + .rotate-sm-l-180 { + transform: rotate(-180deg); + } + + .rotate-sm-r-5 { + transform: rotate(5deg); + } + + .rotate-sm-r-10 { + transform: rotate(10deg); + } + + .rotate-sm-r-15 { + transform: rotate(15deg); + } + + .rotate-sm-r-20 { + transform: rotate(20deg); + } + + .rotate-sm-r-25 { + transform: rotate(25deg); + } + + .rotate-sm-r-30 { + transform: rotate(30deg); + } + + .rotate-sm-r-35 { + transform: rotate(35deg); + } + + .rotate-sm-r-40 { + transform: rotate(40deg); + } + + .rotate-sm-r-45 { + transform: rotate(45deg); + } + + .rotate-sm-r-50 { + transform: rotate(50deg); + } + + .rotate-sm-r-55 { + transform: rotate(55deg); + } + + .rotate-sm-r-60 { + transform: rotate(60deg); + } + + .rotate-sm-r-65 { + transform: rotate(65deg); + } + + .rotate-sm-r-70 { + transform: rotate(70deg); + } + + .rotate-sm-r-75 { + transform: rotate(75deg); + } + + .rotate-sm-r-80 { + transform: rotate(80deg); + } + + .rotate-sm-r-85 { + transform: rotate(85deg); + } + + .rotate-sm-r-90 { + transform: rotate(90deg); + } + + .rotate-sm-r-180 { + transform: rotate(180deg); + } +} + +@media (min-width: 768px) { + .col-md-pull-12 { + margin-left: -100%; + } + + .col-md-pull-11 { + margin-left: -91.66666667%; + } + + .col-md-pull-10 { + margin-left: -83.33333333%; + } + + .col-md-pull-9 { + margin-left: -75%; + } + + .col-md-pull-8 { + margin-left: -66.66666667%; + } + + .col-md-pull-7 { + margin-left: -58.33333333%; + } + + .col-md-pull-6 { + margin-left: -50%; + } + + .col-md-pull-5 { + margin-left: -41.66666667%; + } + + .col-md-pull-4 { + margin-left: -33.33333333%; + } + + .col-md-pull-3 { + margin-left: -25%; + } + + .col-md-pull-2 { + margin-left: -16.66666667%; + } + + .col-md-pull-1 { + margin-left: -8.33333333%; + } + + .col-md-pull-0 { + margin-left: 0; + } + + .col-md-push-12 { + margin-left: 100%; + } + + .col-md-push-11 { + margin-left: 91.66666667%; + } + + .col-md-push-10 { + margin-left: 83.33333333%; + } + + .col-md-push-9 { + margin-left: 75%; + } + + .col-md-push-8 { + margin-left: 66.66666667%; + } + + .col-md-push-7 { + margin-left: 58.33333333%; + } + + .col-md-push-6 { + margin-left: 50%; + } + + .col-md-push-5 { + margin-left: 41.66666667%; + } + + .col-md-push-4 { + margin-left: 33.33333333%; + } + + .col-md-push-3 { + margin-left: 25%; + } + + .col-md-push-2 { + margin-left: 16.66666667%; + } + + .col-md-push-1 { + margin-left: 8.33333333%; + } + + .col-md-push-0 { + margin-left: 0; + } + + .rotate-md-l-5 { + transform: rotate(-5deg); + } + + .rotate-md-l-10 { + transform: rotate(-10deg); + } + + .rotate-md-l-15 { + transform: rotate(-15deg); + } + + .rotate-md-l-20 { + transform: rotate(-20deg); + } + + .rotate-md-l-25 { + transform: rotate(-25deg); + } + + .rotate-md-l-30 { + transform: rotate(-30deg); + } + + .rotate-md-l-35 { + transform: rotate(-35deg); + } + + .rotate-md-l-40 { + transform: rotate(-40deg); + } + + .rotate-md-l-45 { + transform: rotate(-45deg); + } + + .rotate-md-l-50 { + transform: rotate(-50deg); + } + + .rotate-md-l-55 { + transform: rotate(-55deg); + } + + .rotate-md-l-60 { + transform: rotate(-60deg); + } + + .rotate-md-l-65 { + transform: rotate(-65deg); + } + + .rotate-md-l-70 { + transform: rotate(-70deg); + } + + .rotate-md-l-75 { + transform: rotate(-75deg); + } + + .rotate-md-l-80 { + transform: rotate(-80deg); + } + + .rotate-md-l-85 { + transform: rotate(-85deg); + } + + .rotate-md-l-90 { + transform: rotate(-90deg); + } + + .rotate-md-l-180 { + transform: rotate(-180deg); + } + + .rotate-md-r-5 { + transform: rotate(5deg); + } + + .rotate-md-r-10 { + transform: rotate(10deg); + } + + .rotate-md-r-15 { + transform: rotate(15deg); + } + + .rotate-md-r-20 { + transform: rotate(20deg); + } + + .rotate-md-r-25 { + transform: rotate(25deg); + } + + .rotate-md-r-30 { + transform: rotate(30deg); + } + + .rotate-md-r-35 { + transform: rotate(35deg); + } + + .rotate-md-r-40 { + transform: rotate(40deg); + } + + .rotate-md-r-45 { + transform: rotate(45deg); + } + + .rotate-md-r-50 { + transform: rotate(50deg); + } + + .rotate-md-r-55 { + transform: rotate(55deg); + } + + .rotate-md-r-60 { + transform: rotate(60deg); + } + + .rotate-md-r-65 { + transform: rotate(65deg); + } + + .rotate-md-r-70 { + transform: rotate(70deg); + } + + .rotate-md-r-75 { + transform: rotate(75deg); + } + + .rotate-md-r-80 { + transform: rotate(80deg); + } + + .rotate-md-r-85 { + transform: rotate(85deg); + } + + .rotate-md-r-90 { + transform: rotate(90deg); + } + + .rotate-md-r-180 { + transform: rotate(180deg); + } +} + +@media (min-width: 992px) { + .col-lg-pull-12 { + margin-left: -100%; + } + + .col-lg-pull-11 { + margin-left: -91.66666667%; + } + + .col-lg-pull-10 { + margin-left: -83.33333333%; + } + + .col-lg-pull-9 { + margin-left: -75%; + } + + .col-lg-pull-8 { + margin-left: -66.66666667%; + } + + .col-lg-pull-7 { + margin-left: -58.33333333%; + } + + .col-lg-pull-6 { + margin-left: -50%; + } + + .col-lg-pull-5 { + margin-left: -41.66666667%; + } + + .col-lg-pull-4 { + margin-left: -33.33333333%; + } + + .col-lg-pull-3 { + margin-left: -25%; + } + + .col-lg-pull-2 { + margin-left: -16.66666667%; + } + + .col-lg-pull-1 { + margin-left: -8.33333333%; + } + + .col-lg-pull-0 { + margin-right: 0; + } + + .col-lg-push-12 { + margin-left: 100%; + } + + .col-lg-push-11 { + margin-left: 91.66666667%; + } + + .col-lg-push-10 { + margin-left: 83.33333333%; + } + + .col-lg-push-9 { + margin-left: 75%; + } + + .col-lg-push-8 { + margin-left: 66.66666667%; + } + + .col-lg-push-7 { + margin-left: 58.33333333%; + } + + .col-lg-push-6 { + margin-left: 50%; + } + + .col-lg-push-5 { + margin-left: 41.66666667%; + } + + .col-lg-push-4 { + margin-left: 33.33333333%; + } + + .col-lg-push-3 { + margin-left: 25%; + } + + .col-lg-push-2 { + margin-left: 16.66666667%; + } + + .col-lg-push-1 { + margin-left: 8.33333333%; + } + + .col-lg-push-0 { + margin-left: 0; + } + + .rotate-lg-l-5 { + transform: rotate(-5deg); + } + + .rotate-lg-l-10 { + transform: rotate(-10deg); + } + + .rotate-lg-l-15 { + transform: rotate(-15deg); + } + + .rotate-lg-l-20 { + transform: rotate(-20deg); + } + + .rotate-lg-l-25 { + transform: rotate(-25deg); + } + + .rotate-lg-l-30 { + transform: rotate(-30deg); + } + + .rotate-lg-l-35 { + transform: rotate(-35deg); + } + + .rotate-lg-l-40 { + transform: rotate(-40deg); + } + + .rotate-lg-l-45 { + transform: rotate(-45deg); + } + + .rotate-lg-l-50 { + transform: rotate(-50deg); + } + + .rotate-lg-l-55 { + transform: rotate(-55deg); + } + + .rotate-lg-l-60 { + transform: rotate(-60deg); + } + + .rotate-lg-l-65 { + transform: rotate(-65deg); + } + + .rotate-lg-l-70 { + transform: rotate(-70deg); + } + + .rotate-lg-l-75 { + transform: rotate(-75deg); + } + + .rotate-lg-l-80 { + transform: rotate(-80deg); + } + + .rotate-lg-l-85 { + transform: rotate(-85deg); + } + + .rotate-lg-l-90 { + transform: rotate(-90deg); + } + + .rotate-lg-l-180 { + transform: rotate(-180deg); + } + + .rotate-lg-r-5 { + transform: rotate(5deg); + } + + .rotate-lg-r-10 { + transform: rotate(10deg); + } + + .rotate-lg-r-15 { + transform: rotate(15deg); + } + + .rotate-lg-r-20 { + transform: rotate(20deg); + } + + .rotate-lg-r-25 { + transform: rotate(25deg); + } + + .rotate-lg-r-30 { + transform: rotate(30deg); + } + + .rotate-lg-r-35 { + transform: rotate(35deg); + } + + .rotate-lg-r-40 { + transform: rotate(40deg); + } + + .rotate-lg-r-45 { + transform: rotate(45deg); + } + + .rotate-lg-r-50 { + transform: rotate(50deg); + } + + .rotate-lg-r-55 { + transform: rotate(55deg); + } + + .rotate-lg-r-60 { + transform: rotate(60deg); + } + + .rotate-lg-r-65 { + transform: rotate(65deg); + } + + .rotate-lg-r-70 { + transform: rotate(70deg); + } + + .rotate-lg-r-75 { + transform: rotate(75deg); + } + + .rotate-lg-r-80 { + transform: rotate(80deg); + } + + .rotate-lg-r-85 { + transform: rotate(85deg); + } + + .rotate-lg-r-90 { + transform: rotate(90deg); + } + + .rotate-lg-r-180 { + transform: rotate(180deg); + } +} + +@media (min-width: 1200px) { + .col-xl-pull-12 { + margin-left: -100%; + } + + .col-xl-pull-11 { + margin-left: -91.66666667%; + } + + .col-xl-pull-10 { + margin-left: -83.33333333%; + } + + .col-xl-pull-9 { + margin-left: -75%; + } + + .col-xl-pull-8 { + margin-left: -66.66666667%; + } + + .col-xl-pull-7 { + margin-left: -58.33333333%; + } + + .col-xl-pull-6 { + margin-left: -50%; + } + + .col-xl-pull-5 { + margin-left: -41.66666667%; + } + + .col-xl-pull-4 { + margin-left: -33.33333333%; + } + + .col-xl-pull-3 { + margin-left: -25%; + } + + .col-xl-pull-2 { + margin-left: -16.66666667%; + } + + .col-xl-pull-1 { + margin-left: -8.33333333%; + } + + .col-xl-pull-0 { + margin-left: 0; + } + + .col-xl-push-12 { + margin-left: 100%; + } + + .col-xl-push-11 { + margin-left: 91.66666667%; + } + + .col-xl-push-10 { + margin-left: 83.33333333%; + } + + .col-xl-push-9 { + margin-left: 75%; + } + + .col-xl-push-8 { + margin-left: 66.66666667%; + } + + .col-xl-push-7 { + margin-left: 58.33333333%; + } + + .col-xl-push-6 { + margin-left: 50%; + } + + .col-xl-push-5 { + margin-left: 41.66666667%; + } + + .col-xl-push-4 { + margin-left: 33.33333333%; + } + + .col-xl-push-3 { + margin-left: 25%; + } + + .col-xl-push-2 { + margin-left: 16.66666667%; + } + + .col-xl-push-1 { + margin-left: 8.33333333%; + } + + .col-xl-push-0 { + margin-left: 0; + } + + .rotate-xl-l-5 { + transform: rotate(-5deg); + } + + .rotate-xl-l-10 { + transform: rotate(-10deg); + } + + .rotate-xl-l-15 { + transform: rotate(-15deg); + } + + .rotate-xl-l-20 { + transform: rotate(-20deg); + } + + .rotate-xl-l-25 { + transform: rotate(-25deg); + } + + .rotate-xl-l-30 { + transform: rotate(-30deg); + } + + .rotate-xl-l-35 { + transform: rotate(-35deg); + } + + .rotate-xl-l-40 { + transform: rotate(-40deg); + } + + .rotate-xl-l-45 { + transform: rotate(-45deg); + } + + .rotate-xl-l-50 { + transform: rotate(-50deg); + } + + .rotate-xl-l-55 { + transform: rotate(-55deg); + } + + .rotate-xl-l-60 { + transform: rotate(-60deg); + } + + .rotate-xl-l-65 { + transform: rotate(-65deg); + } + + .rotate-xl-l-70 { + transform: rotate(-70deg); + } + + .rotate-xl-l-75 { + transform: rotate(-75deg); + } + + .rotate-xl-l-80 { + transform: rotate(-80deg); + } + + .rotate-xl-l-85 { + transform: rotate(-85deg); + } + + .rotate-xl-l-90 { + transform: rotate(-90deg); + } + + .rotate-xl-l-180 { + transform: rotate(-180deg); + } + + .rotate-xl-r-5 { + transform: rotate(5deg); + } + + .rotate-xl-r-10 { + transform: rotate(10deg); + } + + .rotate-xl-r-15 { + transform: rotate(15deg); + } + + .rotate-xl-r-20 { + transform: rotate(20deg); + } + + .rotate-xl-r-25 { + transform: rotate(25deg); + } + + .rotate-xl-r-30 { + transform: rotate(30deg); + } + + .rotate-xl-r-35 { + transform: rotate(35deg); + } + + .rotate-xl-r-40 { + transform: rotate(40deg); + } + + .rotate-xl-r-45 { + transform: rotate(45deg); + } + + .rotate-xl-r-50 { + transform: rotate(50deg); + } + + .rotate-xl-r-55 { + transform: rotate(55deg); + } + + .rotate-xl-r-60 { + transform: rotate(60deg); + } + + .rotate-xl-r-65 { + transform: rotate(65deg); + } + + .rotate-xl-r-70 { + transform: rotate(70deg); + } + + .rotate-xl-r-75 { + transform: rotate(75deg); + } + + .rotate-xl-r-80 { + transform: rotate(80deg); + } + + .rotate-xl-r-85 { + transform: rotate(85deg); + } + + .rotate-xl-r-90 { + transform: rotate(90deg); + } + + .rotate-xl-r-180 { + transform: rotate(180deg); + } +} + +@media (min-width: 1400px) { + .col-xxl-pull-12 { + margin-left: -100%; + } + + .col-xxl-pull-11 { + margin-left: -91.66666667%; + } + + .col-xxl-pull-10 { + margin-left: -83.33333333%; + } + + .col-xxl-pull-9 { + margin-left: -75%; + } + + .col-xxl-pull-8 { + margin-left: -66.66666667%; + } + + .col-xxl-pull-7 { + margin-left: -58.33333333%; + } + + .col-xxl-pull-6 { + margin-left: -50%; + } + + .col-xxl-pull-5 { + margin-left: -41.66666667%; + } + + .col-xxl-pull-4 { + margin-left: -33.33333333%; + } + + .col-xxl-pull-3 { + margin-left: -25%; + } + + .col-xxl-pull-2 { + margin-left: -16.66666667%; + } + + .col-xxl-pull-1 { + margin-left: -8.33333333%; + } + + .col-xxl-pull-0 { + margin-left: 0; + } + + .col-xxl-push-12 { + margin-left: 100%; + } + + .col-xxl-push-11 { + margin-left: 91.66666667%; + } + + .col-xxl-push-10 { + margin-left: 83.33333333%; + } + + .col-xxl-push-9 { + margin-left: 75%; + } + + .col-xxl-push-8 { + margin-left: 66.66666667%; + } + + .col-xxl-push-7 { + margin-left: 58.33333333%; + } + + .col-xxl-push-6 { + margin-left: 50%; + } + + .col-xxl-push-5 { + margin-left: 41.66666667%; + } + + .col-xxl-push-4 { + margin-left: 33.33333333%; + } + + .col-xxl-push-3 { + margin-left: 25%; + } + + .col-xxl-push-2 { + margin-left: 16.66666667%; + } + + .col-xxl-push-1 { + margin-left: 8.33333333%; + } + + .col-xxl-push-0 { + margin-left: 0; + } + + .rotate-xxl-l-5 { + transform: rotate(-5deg); + } + + .rotate-xxl-l-10 { + transform: rotate(-10deg); + } + + .rotate-xxl-l-15 { + transform: rotate(-15deg); + } + + .rotate-xxl-l-20 { + transform: rotate(-20deg); + } + + .rotate-xxl-l-25 { + transform: rotate(-25deg); + } + + .rotate-xxl-l-30 { + transform: rotate(-30deg); + } + + .rotate-xxl-l-35 { + transform: rotate(-35deg); + } + + .rotate-xxl-l-40 { + transform: rotate(-40deg); + } + + .rotate-xxl-l-45 { + transform: rotate(-45deg); + } + + .rotate-xxl-l-50 { + transform: rotate(-50deg); + } + + .rotate-xxl-l-55 { + transform: rotate(-55deg); + } + + .rotate-xxl-l-60 { + transform: rotate(-60deg); + } + + .rotate-xxl-l-65 { + transform: rotate(-65deg); + } + + .rotate-xxl-l-70 { + transform: rotate(-70deg); + } + + .rotate-xxl-l-75 { + transform: rotate(-75deg); + } + + .rotate-xxl-l-80 { + transform: rotate(-80deg); + } + + .rotate-xxl-l-85 { + transform: rotate(-85deg); + } + + .rotate-xxl-l-90 { + transform: rotate(-90deg); + } + + .rotate-xxl-l-180 { + transform: rotate(-180deg); + } + + .rotate-xxl-r-5 { + transform: rotate(5deg); + } + + .rotate-xxl-r-10 { + transform: rotate(10deg); + } + + .rotate-xxl-r-15 { + transform: rotate(15deg); + } + + .rotate-xxl-r-20 { + transform: rotate(20deg); + } + + .rotate-xxl-r-25 { + transform: rotate(25deg); + } + + .rotate-xxl-r-30 { + transform: rotate(30deg); + } + + .rotate-xxl-r-35 { + transform: rotate(35deg); + } + + .rotate-xxl-r-40 { + transform: rotate(40deg); + } + + .rotate-xxl-r-45 { + transform: rotate(45deg); + } + + .rotate-xxl-r-50 { + transform: rotate(50deg); + } + + .rotate-xxl-r-55 { + transform: rotate(55deg); + } + + .rotate-xxl-r-60 { + transform: rotate(60deg); + } + + .rotate-xxl-r-65 { + transform: rotate(65deg); + } + + .rotate-xxl-r-70 { + transform: rotate(70deg); + } + + .rotate-xxl-r-75 { + transform: rotate(75deg); + } + + .rotate-xxl-r-80 { + transform: rotate(80deg); + } + + .rotate-xxl-r-85 { + transform: rotate(85deg); + } + + .rotate-xxl-r-90 { + transform: rotate(90deg); + } + + .rotate-xxl-r-180 { + transform: rotate(180deg); + } +} + +/* Show Grid */ +.show-grid [class*="col"] .show-grid-block { + background-color: #EEE; + line-height: 40px; + min-height: 40px; + text-align: center; + border: 1px solid #FFF; + display: block; +} + +/* Utilities */ +.clearfix:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +html[xmlns] .clearfix { + display: block; +} + +* html .clearfix { + height: 1%; +} + +/* Text - Skin */ +.text-color-primary, .text-primary { + color: var(--primary) !important; +} + +.text-color-primary-100, .text-primary-100 { + color: var(--primary-100) !important; +} + +.text-color-primary-200, .text-primary-200 { + color: var(--primary-200) !important; +} + +.text-color-primary-300, .text-primary-300 { + color: var(--primary-300) !important; +} + +.text-color-primary--100, .text-primary--100 { + color: var(--primary--100) !important; +} + +.text-color-primary--200, .text-primary--200 { + color: var(--primary--200) !important; +} + +.text-color-primary--300, .text-primary--300 { + color: var(--primary--300) !important; +} + +.text-color-before-primary:before { + color: var(--primary) !important; +} + +.text-color-after-primary:after { + color: var(--primary) !important; +} + +.text-color-hover-primary:hover, .text-hover-primary:hover { + color: var(--primary) !important; +} + +.text-color-hover-before-primary:hover::before { + color: var(--primary) !important; +} + +.text-color-hover-after-primary:hover::after { + color: var(--primary) !important; +} + +.text-color-hover-primary-100:hover, .text-hover-primary-100:hover { + color: var(--primary-100) !important; +} + +.text-color-hover-primary-200:hover, .text-hover-primary-200:hover { + color: var(--primary-200) !important; +} + +.text-color-hover-primary-300:hover, .text-hover-primary-300:hover { + color: var(--primary-300) !important; +} + +.text-color-hover-primary--100:hover, .text-hover-primary--100:hover { + color: var(--primary--100) !important; +} + +.text-color-hover-primary--200:hover, .text-hover-primary--200:hover { + color: var(--primary--200) !important; +} + +.text-color-hover-primary--300:hover, .text-hover-primary--300:hover { + color: var(--primary--300) !important; +} + +.text-color-secondary, .text-secondary { + color: var(--secondary) !important; +} + +.text-color-secondary-100, .text-secondary-100 { + color: var(--secondary-100) !important; +} + +.text-color-secondary-200, .text-secondary-200 { + color: var(--secondary-200) !important; +} + +.text-color-secondary-300, .text-secondary-300 { + color: var(--secondary-300) !important; +} + +.text-color-secondary--100, .text-secondary--100 { + color: var(--secondary--100) !important; +} + +.text-color-secondary--200, .text-secondary--200 { + color: var(--secondary--200) !important; +} + +.text-color-secondary--300, .text-secondary--300 { + color: var(--secondary--300) !important; +} + +.text-color-before-secondary:before { + color: var(--secondary) !important; +} + +.text-color-after-secondary:after { + color: var(--secondary) !important; +} + +.text-color-hover-secondary:hover, .text-hover-secondary:hover { + color: var(--secondary) !important; +} + +.text-color-hover-before-secondary:hover::before { + color: var(--secondary) !important; +} + +.text-color-hover-after-secondary:hover::after { + color: var(--secondary) !important; +} + +.text-color-hover-secondary-100:hover, .text-hover-secondary-100:hover { + color: var(--secondary-100) !important; +} + +.text-color-hover-secondary-200:hover, .text-hover-secondary-200:hover { + color: var(--secondary-200) !important; +} + +.text-color-hover-secondary-300:hover, .text-hover-secondary-300:hover { + color: var(--secondary-300) !important; +} + +.text-color-hover-secondary--100:hover, .text-hover-secondary--100:hover { + color: var(--secondary--100) !important; +} + +.text-color-hover-secondary--200:hover, .text-hover-secondary--200:hover { + color: var(--secondary--200) !important; +} + +.text-color-hover-secondary--300:hover, .text-hover-secondary--300:hover { + color: var(--secondary--300) !important; +} + +.text-color-tertiary, .text-tertiary { + color: var(--tertiary) !important; +} + +.text-color-tertiary-100, .text-tertiary-100 { + color: var(--tertiary-100) !important; +} + +.text-color-tertiary-200, .text-tertiary-200 { + color: var(--tertiary-200) !important; +} + +.text-color-tertiary-300, .text-tertiary-300 { + color: var(--tertiary-300) !important; +} + +.text-color-tertiary--100, .text-tertiary--100 { + color: var(--tertiary--100) !important; +} + +.text-color-tertiary--200, .text-tertiary--200 { + color: var(--tertiary--200) !important; +} + +.text-color-tertiary--300, .text-tertiary--300 { + color: var(--tertiary--300) !important; +} + +.text-color-before-tertiary:before { + color: var(--tertiary) !important; +} + +.text-color-after-tertiary:after { + color: var(--tertiary) !important; +} + +.text-color-hover-tertiary:hover, .text-hover-tertiary:hover { + color: var(--tertiary) !important; +} + +.text-color-hover-before-tertiary:hover::before { + color: var(--tertiary) !important; +} + +.text-color-hover-after-tertiary:hover::after { + color: var(--tertiary) !important; +} + +.text-color-hover-tertiary-100:hover, .text-hover-tertiary-100:hover { + color: var(--tertiary-100) !important; +} + +.text-color-hover-tertiary-200:hover, .text-hover-tertiary-200:hover { + color: var(--tertiary-200) !important; +} + +.text-color-hover-tertiary-300:hover, .text-hover-tertiary-300:hover { + color: var(--tertiary-300) !important; +} + +.text-color-hover-tertiary--100:hover, .text-hover-tertiary--100:hover { + color: var(--tertiary--100) !important; +} + +.text-color-hover-tertiary--200:hover, .text-hover-tertiary--200:hover { + color: var(--tertiary--200) !important; +} + +.text-color-hover-tertiary--300:hover, .text-hover-tertiary--300:hover { + color: var(--tertiary--300) !important; +} + +.text-color-quaternary, .text-quaternary { + color: var(--quaternary) !important; +} + +.text-color-quaternary-100, .text-quaternary-100 { + color: var(--quaternary-100) !important; +} + +.text-color-quaternary-200, .text-quaternary-200 { + color: var(--quaternary-200) !important; +} + +.text-color-quaternary-300, .text-quaternary-300 { + color: var(--quaternary-300) !important; +} + +.text-color-quaternary--100, .text-quaternary--100 { + color: var(--quaternary--100) !important; +} + +.text-color-quaternary--200, .text-quaternary--200 { + color: var(--quaternary--200) !important; +} + +.text-color-quaternary--300, .text-quaternary--300 { + color: var(--quaternary--300) !important; +} + +.text-color-before-quaternary:before { + color: var(--quaternary) !important; +} + +.text-color-after-quaternary:after { + color: var(--quaternary) !important; +} + +.text-color-hover-quaternary:hover, .text-hover-quaternary:hover { + color: var(--quaternary) !important; +} + +.text-color-hover-before-quaternary:hover::before { + color: var(--quaternary) !important; +} + +.text-color-hover-after-quaternary:hover::after { + color: var(--quaternary) !important; +} + +.text-color-hover-quaternary-100:hover, .text-hover-quaternary-100:hover { + color: var(--quaternary-100) !important; +} + +.text-color-hover-quaternary-200:hover, .text-hover-quaternary-200:hover { + color: var(--quaternary-200) !important; +} + +.text-color-hover-quaternary-300:hover, .text-hover-quaternary-300:hover { + color: var(--quaternary-300) !important; +} + +.text-color-hover-quaternary--100:hover, .text-hover-quaternary--100:hover { + color: var(--quaternary--100) !important; +} + +.text-color-hover-quaternary--200:hover, .text-hover-quaternary--200:hover { + color: var(--quaternary--200) !important; +} + +.text-color-hover-quaternary--300:hover, .text-hover-quaternary--300:hover { + color: var(--quaternary--300) !important; +} + +.text-color-dark, .text-dark { + color: var(--dark) !important; +} + +.text-color-dark-100, .text-dark-100 { + color: var(--dark-100) !important; +} + +.text-color-dark-200, .text-dark-200 { + color: var(--dark-200) !important; +} + +.text-color-dark-300, .text-dark-300 { + color: var(--dark-300) !important; +} + +.text-color-dark--100, .text-dark--100 { + color: var(--dark--100) !important; +} + +.text-color-dark--200, .text-dark--200 { + color: var(--dark--200) !important; +} + +.text-color-dark--300, .text-dark--300 { + color: var(--dark--300) !important; +} + +.text-color-before-dark:before { + color: var(--dark) !important; +} + +.text-color-after-dark:after { + color: var(--dark) !important; +} + +.text-color-hover-dark:hover, .text-hover-dark:hover { + color: var(--dark) !important; +} + +.text-color-hover-before-dark:hover::before { + color: var(--dark) !important; +} + +.text-color-hover-after-dark:hover::after { + color: var(--dark) !important; +} + +.text-color-light, .text-light { + color: var(--light) !important; +} + +.text-color-light-100, .text-light-100 { + color: var(--light-100) !important; +} + +.text-color-light-200, .text-light-200 { + color: var(--light-200) !important; +} + +.text-color-light-300, .text-light-300 { + color: var(--light-300) !important; +} + +.text-color-light--100, .text-light--100 { + color: var(--light--100) !important; +} + +.text-color-light--200, .text-light--200 { + color: var(--light--200) !important; +} + +.text-color-light--300, .text-light--300 { + color: var(--light--300) !important; +} + +.text-color-before-light:before { + color: var(--light) !important; +} + +.text-color-after-light:after { + color: var(--light) !important; +} + +.text-color-hover-light:hover, .text-hover-light:hover { + color: var(--light) !important; +} + +.text-color-hover-before-light:hover::before { + color: var(--light) !important; +} + +.text-color-hover-after-light:hover::after { + color: var(--light) !important; +} + +.text-grey, .text-color-grey { + color: var(--grey) !important; +} + +.text-hover-grey:hover, .text-color-hover-grey:hover { + color: var(--grey) !important; +} + +.text-grey-100, .text-color-grey-100 { + color: var(--grey-100) !important; +} + +.text-grey-200, .text-color-grey-200 { + color: var(--grey-200) !important; +} + +.text-grey-300, .text-color-grey-300 { + color: var(--grey-300) !important; +} + +.text-grey-400, .text-color-grey-400 { + color: var(--grey-400) !important; +} + +.text-grey-500, .text-color-grey-500 { + color: var(--grey-500) !important; +} + +.text-grey-600, .text-color-grey-600 { + color: var(--grey-600) !important; +} + +.text-grey-700, .text-color-grey-700 { + color: var(--grey-700) !important; +} + +.text-grey-800, .text-color-grey-800 { + color: var(--grey-800) !important; +} + +.text-grey-900, .text-color-grey-900 { + color: var(--grey-900) !important; +} + +.text-grey-1000, .text-color-grey-1000 { + color: var(--grey-1000) !important; +} + +.text-color-danger { + color: #ff5b5b !important; +} + +.text-color-success { + color: #0cc485 !important; +} + +.text-color-primary-rgba-0 { + color: var(--primary-rgba-0) !important; +} + +.text-color-primary-rgba-10 { + color: var(--primary-rgba-10) !important; +} + +.text-color-primary-rgba-20 { + color: var(--primary-rgba-20) !important; +} + +.text-color-primary-rgba-30 { + color: var(--primary-rgba-30) !important; +} + +.text-color-primary-rgba-40 { + color: var(--primary-rgba-40) !important; +} + +.text-color-primary-rgba-50 { + color: var(--primary-rgba-50) !important; +} + +.text-color-primary-rgba-60 { + color: var(--primary-rgba-60) !important; +} + +.text-color-primary-rgba-70 { + color: var(--primary-rgba-70) !important; +} + +.text-color-primary-rgba-80 { + color: var(--primary-rgba-80) !important; +} + +.text-color-primary-rgba-90 { + color: var(--primary-rgba-90) !important; +} + +.text-color-hover-primary-rgba-0:hover { + color: var(--primary-rgba-0) !important; +} + +.text-color-hover-primary-rgba-10:hover { + color: var(--primary-rgba-10) !important; +} + +.text-color-hover-primary-rgba-20:hover { + color: var(--primary-rgba-20) !important; +} + +.text-color-hover-primary-rgba-30:hover { + color: var(--primary-rgba-30) !important; +} + +.text-color-hover-primary-rgba-40:hover { + color: var(--primary-rgba-40) !important; +} + +.text-color-hover-primary-rgba-50:hover { + color: var(--primary-rgba-50) !important; +} + +.text-color-hover-primary-rgba-60:hover { + color: var(--primary-rgba-60) !important; +} + +.text-color-hover-primary-rgba-70:hover { + color: var(--primary-rgba-70) !important; +} + +.text-color-hover-primary-rgba-80:hover { + color: var(--primary-rgba-80) !important; +} + +.text-color-hover-primary-rgba-90:hover { + color: var(--primary-rgba-90) !important; +} + +.text-color-secondary-rgba-0 { + color: var(--secondary-rgba-0) !important; +} + +.text-color-secondary-rgba-10 { + color: var(--secondary-rgba-10) !important; +} + +.text-color-secondary-rgba-20 { + color: var(--secondary-rgba-20) !important; +} + +.text-color-secondary-rgba-30 { + color: var(--secondary-rgba-30) !important; +} + +.text-color-secondary-rgba-40 { + color: var(--secondary-rgba-40) !important; +} + +.text-color-secondary-rgba-50 { + color: var(--secondary-rgba-50) !important; +} + +.text-color-secondary-rgba-60 { + color: var(--secondary-rgba-60) !important; +} + +.text-color-secondary-rgba-70 { + color: var(--secondary-rgba-70) !important; +} + +.text-color-secondary-rgba-80 { + color: var(--secondary-rgba-80) !important; +} + +.text-color-secondary-rgba-90 { + color: var(--secondary-rgba-90) !important; +} + +.text-color-hover-secondary-rgba-0:hover { + color: var(--secondary-rgba-0) !important; +} + +.text-color-hover-secondary-rgba-10:hover { + color: var(--secondary-rgba-10) !important; +} + +.text-color-hover-secondary-rgba-20:hover { + color: var(--secondary-rgba-20) !important; +} + +.text-color-hover-secondary-rgba-30:hover { + color: var(--secondary-rgba-30) !important; +} + +.text-color-hover-secondary-rgba-40:hover { + color: var(--secondary-rgba-40) !important; +} + +.text-color-hover-secondary-rgba-50:hover { + color: var(--secondary-rgba-50) !important; +} + +.text-color-hover-secondary-rgba-60:hover { + color: var(--secondary-rgba-60) !important; +} + +.text-color-hover-secondary-rgba-70:hover { + color: var(--secondary-rgba-70) !important; +} + +.text-color-hover-secondary-rgba-80:hover { + color: var(--secondary-rgba-80) !important; +} + +.text-color-hover-secondary-rgba-90:hover { + color: var(--secondary-rgba-90) !important; +} + +.text-color-tertiary-rgba-0 { + color: var(--tertiary-rgba-0) !important; +} + +.text-color-tertiary-rgba-10 { + color: var(--tertiary-rgba-10) !important; +} + +.text-color-tertiary-rgba-20 { + color: var(--tertiary-rgba-20) !important; +} + +.text-color-tertiary-rgba-30 { + color: var(--tertiary-rgba-30) !important; +} + +.text-color-tertiary-rgba-40 { + color: var(--tertiary-rgba-40) !important; +} + +.text-color-tertiary-rgba-50 { + color: var(--tertiary-rgba-50) !important; +} + +.text-color-tertiary-rgba-60 { + color: var(--tertiary-rgba-60) !important; +} + +.text-color-tertiary-rgba-70 { + color: var(--tertiary-rgba-70) !important; +} + +.text-color-tertiary-rgba-80 { + color: var(--tertiary-rgba-80) !important; +} + +.text-color-tertiary-rgba-90 { + color: var(--tertiary-rgba-90) !important; +} + +.text-color-hover-tertiary-rgba-0:hover { + color: var(--tertiary-rgba-0) !important; +} + +.text-color-hover-tertiary-rgba-10:hover { + color: var(--tertiary-rgba-10) !important; +} + +.text-color-hover-tertiary-rgba-20:hover { + color: var(--tertiary-rgba-20) !important; +} + +.text-color-hover-tertiary-rgba-30:hover { + color: var(--tertiary-rgba-30) !important; +} + +.text-color-hover-tertiary-rgba-40:hover { + color: var(--tertiary-rgba-40) !important; +} + +.text-color-hover-tertiary-rgba-50:hover { + color: var(--tertiary-rgba-50) !important; +} + +.text-color-hover-tertiary-rgba-60:hover { + color: var(--tertiary-rgba-60) !important; +} + +.text-color-hover-tertiary-rgba-70:hover { + color: var(--tertiary-rgba-70) !important; +} + +.text-color-hover-tertiary-rgba-80:hover { + color: var(--tertiary-rgba-80) !important; +} + +.text-color-hover-tertiary-rgba-90:hover { + color: var(--tertiary-rgba-90) !important; +} + +.text-color-quaternary-rgba-0 { + color: var(--quaternary-rgba-0) !important; +} + +.text-color-quaternary-rgba-10 { + color: var(--quaternary-rgba-10) !important; +} + +.text-color-quaternary-rgba-20 { + color: var(--quaternary-rgba-20) !important; +} + +.text-color-quaternary-rgba-30 { + color: var(--quaternary-rgba-30) !important; +} + +.text-color-quaternary-rgba-40 { + color: var(--quaternary-rgba-40) !important; +} + +.text-color-quaternary-rgba-50 { + color: var(--quaternary-rgba-50) !important; +} + +.text-color-quaternary-rgba-60 { + color: var(--quaternary-rgba-60) !important; +} + +.text-color-quaternary-rgba-70 { + color: var(--quaternary-rgba-70) !important; +} + +.text-color-quaternary-rgba-80 { + color: var(--quaternary-rgba-80) !important; +} + +.text-color-quaternary-rgba-90 { + color: var(--quaternary-rgba-90) !important; +} + +.text-color-hover-quaternary-rgba-0:hover { + color: var(--quaternary-rgba-0) !important; +} + +.text-color-hover-quaternary-rgba-10:hover { + color: var(--quaternary-rgba-10) !important; +} + +.text-color-hover-quaternary-rgba-20:hover { + color: var(--quaternary-rgba-20) !important; +} + +.text-color-hover-quaternary-rgba-30:hover { + color: var(--quaternary-rgba-30) !important; +} + +.text-color-hover-quaternary-rgba-40:hover { + color: var(--quaternary-rgba-40) !important; +} + +.text-color-hover-quaternary-rgba-50:hover { + color: var(--quaternary-rgba-50) !important; +} + +.text-color-hover-quaternary-rgba-60:hover { + color: var(--quaternary-rgba-60) !important; +} + +.text-color-hover-quaternary-rgba-70:hover { + color: var(--quaternary-rgba-70) !important; +} + +.text-color-hover-quaternary-rgba-80:hover { + color: var(--quaternary-rgba-80) !important; +} + +.text-color-hover-quaternary-rgba-90:hover { + color: var(--quaternary-rgba-90) !important; +} + +.text-color-dark-rgba-0 { + color: var(--dark-rgba-0) !important; +} + +.text-color-dark-rgba-10 { + color: var(--dark-rgba-10) !important; +} + +.text-color-dark-rgba-20 { + color: var(--dark-rgba-20) !important; +} + +.text-color-dark-rgba-30 { + color: var(--dark-rgba-30) !important; +} + +.text-color-dark-rgba-40 { + color: var(--dark-rgba-40) !important; +} + +.text-color-dark-rgba-50 { + color: var(--dark-rgba-50) !important; +} + +.text-color-dark-rgba-60 { + color: var(--dark-rgba-60) !important; +} + +.text-color-dark-rgba-70 { + color: var(--dark-rgba-70) !important; +} + +.text-color-dark-rgba-80 { + color: var(--dark-rgba-80) !important; +} + +.text-color-dark-rgba-90 { + color: var(--dark-rgba-90) !important; +} + +.text-color-hover-dark-rgba-0:hover { + color: var(--dark-rgba-0) !important; +} + +.text-color-hover-dark-rgba-10:hover { + color: var(--dark-rgba-10) !important; +} + +.text-color-hover-dark-rgba-20:hover { + color: var(--dark-rgba-20) !important; +} + +.text-color-hover-dark-rgba-30:hover { + color: var(--dark-rgba-30) !important; +} + +.text-color-hover-dark-rgba-40:hover { + color: var(--dark-rgba-40) !important; +} + +.text-color-hover-dark-rgba-50:hover { + color: var(--dark-rgba-50) !important; +} + +.text-color-hover-dark-rgba-60:hover { + color: var(--dark-rgba-60) !important; +} + +.text-color-hover-dark-rgba-70:hover { + color: var(--dark-rgba-70) !important; +} + +.text-color-hover-dark-rgba-80:hover { + color: var(--dark-rgba-80) !important; +} + +.text-color-hover-dark-rgba-90:hover { + color: var(--dark-rgba-90) !important; +} + +.text-color-light-rgba-0 { + color: var(--light-rgba-0) !important; +} + +.text-color-light-rgba-10 { + color: var(--light-rgba-10) !important; +} + +.text-color-light-rgba-20 { + color: var(--light-rgba-20) !important; +} + +.text-color-light-rgba-30 { + color: var(--light-rgba-30) !important; +} + +.text-color-light-rgba-40 { + color: var(--light-rgba-40) !important; +} + +.text-color-light-rgba-50 { + color: var(--light-rgba-50) !important; +} + +.text-color-light-rgba-60 { + color: var(--light-rgba-60) !important; +} + +.text-color-light-rgba-70 { + color: var(--light-rgba-70) !important; +} + +.text-color-light-rgba-80 { + color: var(--light-rgba-80) !important; +} + +.text-color-light-rgba-90 { + color: var(--light-rgba-90) !important; +} + +.text-color-hover-light-rgba-0:hover { + color: var(--light-rgba-0) !important; +} + +.text-color-hover-light-rgba-10:hover { + color: var(--light-rgba-10) !important; +} + +.text-color-hover-light-rgba-20:hover { + color: var(--light-rgba-20) !important; +} + +.text-color-hover-light-rgba-30:hover { + color: var(--light-rgba-30) !important; +} + +.text-color-hover-light-rgba-40:hover { + color: var(--light-rgba-40) !important; +} + +.text-color-hover-light-rgba-50:hover { + color: var(--light-rgba-50) !important; +} + +.text-color-hover-light-rgba-60:hover { + color: var(--light-rgba-60) !important; +} + +.text-color-hover-light-rgba-70:hover { + color: var(--light-rgba-70) !important; +} + +.text-color-hover-light-rgba-80:hover { + color: var(--light-rgba-80) !important; +} + +.text-color-hover-light-rgba-90:hover { + color: var(--light-rgba-90) !important; +} + +/* Gradient Font - Skin */ +.gradient-text-color { + color: var(--primary); + background: linear-gradient(to bottom right, var(--primary), var(--secondary)); + background-image: linear-gradient(to right, var(--primary), var(--secondary)); +} + +/* Background - Skin */ +.bg-color-primary, .bg-primary { + background-color: var(--primary) !important; +} + +.bg-color-hover-primary:hover, .bg-hover-primary:hover { + background-color: var(--primary) !important; +} + +.bg-color-after-primary:after { + background-color: var(--primary) !important; +} + +.bg-color-hover-after-primary:hover::after { + background-color: var(--primary) !important; +} + +.bg-color-before-primary:before { + background-color: var(--primary) !important; +} + +.bg-color-hover-before-primary:hover::before { + background-color: var(--primary) !important; +} + +.bg-color-primary-100, .bg-primary-100 { + background-color: var(--primary-100) !important; +} + +.bg-color-primary-200, .bg-primary-200 { + background-color: var(--primary-200) !important; +} + +.bg-color-primary-300, .bg-primary-300 { + background-color: var(--primary-300) !important; +} + +.bg-color-primary--100, .bg-primary--100 { + background-color: var(--primary--100) !important; +} + +.bg-color-primary--200, .bg-primary--200 { + background-color: var(--primary--200) !important; +} + +.bg-color-primary--300, .bg-primary--300 { + background-color: var(--primary--300) !important; +} + +.bg-color-secondary, .bg-secondary { + background-color: var(--secondary) !important; +} + +.bg-color-hover-secondary:hover, .bg-hover-secondary:hover { + background-color: var(--secondary) !important; +} + +.bg-color-after-secondary:after { + background-color: var(--secondary) !important; +} + +.bg-color-hover-after-secondary:hover::after { + background-color: var(--secondary) !important; +} + +.bg-color-before-secondary:before { + background-color: var(--secondary) !important; +} + +.bg-color-hover-before-secondary:hover::before { + background-color: var(--secondary) !important; +} + +.bg-color-secondary-100, .bg-secondary-100 { + background-color: var(--secondary-100) !important; +} + +.bg-color-secondary-200, .bg-secondary-200 { + background-color: var(--secondary-200) !important; +} + +.bg-color-secondary-300, .bg-secondary-300 { + background-color: var(--secondary-300) !important; +} + +.bg-color-secondary--100, .bg-secondary--100 { + background-color: var(--secondary--100) !important; +} + +.bg-color-secondary--200, .bg-secondary--200 { + background-color: var(--secondary--200) !important; +} + +.bg-color-secondary--300, .bg-secondary--300 { + background-color: var(--secondary--300) !important; +} + +.bg-color-tertiary, .bg-tertiary { + background-color: var(--tertiary) !important; +} + +.bg-color-hover-tertiary:hover, .bg-hover-tertiary:hover { + background-color: var(--tertiary) !important; +} + +.bg-color-after-tertiary:after { + background-color: var(--tertiary) !important; +} + +.bg-color-hover-after-tertiary:hover::after { + background-color: var(--tertiary) !important; +} + +.bg-color-before-tertiary:before { + background-color: var(--tertiary) !important; +} + +.bg-color-hover-before-tertiary:hover::before { + background-color: var(--tertiary) !important; +} + +.bg-color-tertiary-100, .bg-tertiary-100 { + background-color: var(--tertiary-100) !important; +} + +.bg-color-tertiary-200, .bg-tertiary-200 { + background-color: var(--tertiary-200) !important; +} + +.bg-color-tertiary-300, .bg-tertiary-300 { + background-color: var(--tertiary-300) !important; +} + +.bg-color-tertiary--100, .bg-tertiary--100 { + background-color: var(--tertiary--100) !important; +} + +.bg-color-tertiary--200, .bg-tertiary--200 { + background-color: var(--tertiary--200) !important; +} + +.bg-color-tertiary--300, .bg-tertiary--300 { + background-color: var(--tertiary--300) !important; +} + +.bg-color-quaternary, .bg-quaternary { + background-color: var(--quaternary) !important; +} + +.bg-color-hover-quaternary:hover, .bg-hover-quaternary:hover { + background-color: var(--quaternary) !important; +} + +.bg-color-after-quaternary:after { + background-color: var(--quaternary) !important; +} + +.bg-color-hover-after-quaternary:hover::after { + background-color: var(--quaternary) !important; +} + +.bg-color-before-quaternary:before { + background-color: var(--quaternary) !important; +} + +.bg-color-hover-before-quaternary:hover::before { + background-color: var(--quaternary) !important; +} + +.bg-color-quaternary-100, .bg-quaternary-100 { + background-color: var(--quaternary-100) !important; +} + +.bg-color-quaternary-200, .bg-quaternary-200 { + background-color: var(--quaternary-200) !important; +} + +.bg-color-quaternary-300, .bg-quaternary-300 { + background-color: var(--quaternary-300) !important; +} + +.bg-color-quaternary--100, .bg-quaternary--100 { + background-color: var(--quaternary--100) !important; +} + +.bg-color-quaternary--200, .bg-quaternary--200 { + background-color: var(--quaternary--200) !important; +} + +.bg-color-quaternary--300, .bg-quaternary--300 { + background-color: var(--quaternary--300) !important; +} + +.bg-color-dark, .bg-dark { + background-color: var(--dark) !important; +} + +.bg-color-hover-dark:hover, .bg-hover-dark:hover { + background-color: var(--dark) !important; +} + +.bg-color-after-dark:after { + background-color: var(--dark) !important; +} + +.bg-color-hover-after-dark:hover::after { + background-color: var(--dark) !important; +} + +.bg-color-before-dark:before { + background-color: var(--dark) !important; +} + +.bg-color-hover-before-dark:hover::before { + background-color: var(--dark) !important; +} + +.bg-color-dark-100, .bg-dark-100 { + background-color: var(--dark-100) !important; +} + +.bg-color-dark-200, .bg-dark-200 { + background-color: var(--dark-200) !important; +} + +.bg-color-dark-300, .bg-dark-300 { + background-color: var(--dark-300) !important; +} + +.bg-color-dark--100, .bg-dark--100 { + background-color: var(--dark--100) !important; +} + +.bg-color-dark--200, .bg-dark--200 { + background-color: var(--dark--200) !important; +} + +.bg-color-dark--300, .bg-dark--300 { + background-color: var(--dark--300) !important; +} + +.bg-color-light, .bg-light { + background-color: var(--light) !important; +} + +.bg-color-hover-light:hover, .bg-hover-light:hover { + background-color: var(--light) !important; +} + +.bg-color-after-light:after { + background-color: var(--light) !important; +} + +.bg-color-hover-after-light:hover::after { + background-color: var(--light) !important; +} + +.bg-color-before-light:before { + background-color: var(--light) !important; +} + +.bg-color-hover-before-light:hover::before { + background-color: var(--light) !important; +} + +.bg-color-light-100, .bg-light-100 { + background-color: var(--light-100) !important; +} + +.bg-color-light-200, .bg-light-200 { + background-color: var(--light-200) !important; +} + +.bg-color-light-300, .bg-light-300 { + background-color: var(--light-300) !important; +} + +.bg-color-light--100, .bg-light--100 { + background-color: var(--light--100) !important; +} + +.bg-color-light--200, .bg-light--200 { + background-color: var(--light--200) !important; +} + +.bg-color-light--300, .bg-light--300 { + background-color: var(--light--300) !important; +} + +.bg-grey, .bg-color-grey { + background-color: var(--grey-100) !important; +} + +.bg-grey-100, .bg-color-grey-100 { + background-color: var(--grey-100) !important; +} + +.bg-grey-200, .bg-color-grey-200 { + background-color: var(--grey-200) !important; +} + +.bg-grey-300, .bg-color-grey-300 { + background-color: var(--grey-300) !important; +} + +.bg-grey-400, .bg-color-grey-400 { + background-color: var(--grey-400) !important; +} + +.bg-grey-500, .bg-color-grey-500 { + background-color: var(--grey-500) !important; +} + +.bg-grey-600, .bg-color-grey-600 { + background-color: var(--grey-600) !important; +} + +.bg-grey-700, .bg-color-grey-700 { + background-color: var(--grey-700) !important; +} + +.bg-grey-800, .bg-color-grey-800 { + background-color: var(--grey-800) !important; +} + +.bg-grey-900, .bg-color-grey-900 { + background-color: var(--grey-900) !important; +} + +.bg-grey-1000, .bg-color-grey-1000 { + background-color: var(--grey-1000) !important; +} + +.bg-color-primary-rgba-0 { + background-color: var(--primary-rgba-0) !important; +} + +.bg-color-primary-rgba-10 { + background-color: var(--primary-rgba-10) !important; +} + +.bg-color-primary-rgba-20 { + background-color: var(--primary-rgba-20) !important; +} + +.bg-color-primary-rgba-30 { + background-color: var(--primary-rgba-30) !important; +} + +.bg-color-primary-rgba-40 { + background-color: var(--primary-rgba-40) !important; +} + +.bg-color-primary-rgba-50 { + background-color: var(--primary-rgba-50) !important; +} + +.bg-color-primary-rgba-60 { + background-color: var(--primary-rgba-60) !important; +} + +.bg-color-primary-rgba-70 { + background-color: var(--primary-rgba-70) !important; +} + +.bg-color-primary-rgba-80 { + background-color: var(--primary-rgba-80) !important; +} + +.bg-color-primary-rgba-90 { + background-color: var(--primary-rgba-90) !important; +} + +.bg-color-before-primary-rgba-0:before { + background-color: var(--primary-rgba-0) !important; +} + +.bg-color-before-primary-rgba-10:before { + background-color: var(--primary-rgba-10) !important; +} + +.bg-color-before-primary-rgba-20:before { + background-color: var(--primary-rgba-20) !important; +} + +.bg-color-before-primary-rgba-30:before { + background-color: var(--primary-rgba-30) !important; +} + +.bg-color-before-primary-rgba-40:before { + background-color: var(--primary-rgba-40) !important; +} + +.bg-color-before-primary-rgba-50:before { + background-color: var(--primary-rgba-50) !important; +} + +.bg-color-before-primary-rgba-60:before { + background-color: var(--primary-rgba-60) !important; +} + +.bg-color-before-primary-rgba-70:before { + background-color: var(--primary-rgba-70) !important; +} + +.bg-color-before-primary-rgba-80:before { + background-color: var(--primary-rgba-80) !important; +} + +.bg-color-before-primary-rgba-90:before { + background-color: var(--primary-rgba-90) !important; +} + +.bg-color-hover-before-primary-rgba-0:hover::before { + background-color: var(--primary-rgba-0) !important; +} + +.bg-color-hover-before-primary-rgba-10:hover::before { + background-color: var(--primary-rgba-10) !important; +} + +.bg-color-hover-before-primary-rgba-20:hover::before { + background-color: var(--primary-rgba-20) !important; +} + +.bg-color-hover-before-primary-rgba-30:hover::before { + background-color: var(--primary-rgba-30) !important; +} + +.bg-color-hover-before-primary-rgba-40:hover::before { + background-color: var(--primary-rgba-40) !important; +} + +.bg-color-hover-before-primary-rgba-50:hover::before { + background-color: var(--primary-rgba-50) !important; +} + +.bg-color-hover-before-primary-rgba-60:hover::before { + background-color: var(--primary-rgba-60) !important; +} + +.bg-color-hover-before-primary-rgba-70:hover::before { + background-color: var(--primary-rgba-70) !important; +} + +.bg-color-hover-before-primary-rgba-80:hover::before { + background-color: var(--primary-rgba-80) !important; +} + +.bg-color-hover-before-primary-rgba-90:hover::before { + background-color: var(--primary-rgba-90) !important; +} + +.bg-color-after-primary-rgba-0:after { + background-color: var(--primary-rgba-0) !important; +} + +.bg-color-after-primary-rgba-10:after { + background-color: var(--primary-rgba-10) !important; +} + +.bg-color-after-primary-rgba-20:after { + background-color: var(--primary-rgba-20) !important; +} + +.bg-color-after-primary-rgba-30:after { + background-color: var(--primary-rgba-30) !important; +} + +.bg-color-after-primary-rgba-40:after { + background-color: var(--primary-rgba-40) !important; +} + +.bg-color-after-primary-rgba-50:after { + background-color: var(--primary-rgba-50) !important; +} + +.bg-color-after-primary-rgba-60:after { + background-color: var(--primary-rgba-60) !important; +} + +.bg-color-after-primary-rgba-70:after { + background-color: var(--primary-rgba-70) !important; +} + +.bg-color-after-primary-rgba-80:after { + background-color: var(--primary-rgba-80) !important; +} + +.bg-color-after-primary-rgba-90:after { + background-color: var(--primary-rgba-90) !important; +} + +.bg-color-hover-after-primary-rgba-0:hover::after { + background-color: var(--primary-rgba-0) !important; +} + +.bg-color-hover-after-primary-rgba-10:hover::after { + background-color: var(--primary-rgba-10) !important; +} + +.bg-color-hover-after-primary-rgba-20:hover::after { + background-color: var(--primary-rgba-20) !important; +} + +.bg-color-hover-after-primary-rgba-30:hover::after { + background-color: var(--primary-rgba-30) !important; +} + +.bg-color-hover-after-primary-rgba-40:hover::after { + background-color: var(--primary-rgba-40) !important; +} + +.bg-color-hover-after-primary-rgba-50:hover::after { + background-color: var(--primary-rgba-50) !important; +} + +.bg-color-hover-after-primary-rgba-60:hover::after { + background-color: var(--primary-rgba-60) !important; +} + +.bg-color-hover-after-primary-rgba-70:hover::after { + background-color: var(--primary-rgba-70) !important; +} + +.bg-color-hover-after-primary-rgba-80:hover::after { + background-color: var(--primary-rgba-80) !important; +} + +.bg-color-hover-after-primary-rgba-90:hover::after { + background-color: var(--primary-rgba-90) !important; +} + +.bg-color-secondary-rgba-0 { + background-color: var(--secondary-rgba-0) !important; +} + +.bg-color-secondary-rgba-10 { + background-color: var(--secondary-rgba-10) !important; +} + +.bg-color-secondary-rgba-20 { + background-color: var(--secondary-rgba-20) !important; +} + +.bg-color-secondary-rgba-30 { + background-color: var(--secondary-rgba-30) !important; +} + +.bg-color-secondary-rgba-40 { + background-color: var(--secondary-rgba-40) !important; +} + +.bg-color-secondary-rgba-50 { + background-color: var(--secondary-rgba-50) !important; +} + +.bg-color-secondary-rgba-60 { + background-color: var(--secondary-rgba-60) !important; +} + +.bg-color-secondary-rgba-70 { + background-color: var(--secondary-rgba-70) !important; +} + +.bg-color-secondary-rgba-80 { + background-color: var(--secondary-rgba-80) !important; +} + +.bg-color-secondary-rgba-90 { + background-color: var(--secondary-rgba-90) !important; +} + +.bg-color-before-secondary-rgba-0:before { + background-color: var(--secondary-rgba-0) !important; +} + +.bg-color-before-secondary-rgba-10:before { + background-color: var(--secondary-rgba-10) !important; +} + +.bg-color-before-secondary-rgba-20:before { + background-color: var(--secondary-rgba-20) !important; +} + +.bg-color-before-secondary-rgba-30:before { + background-color: var(--secondary-rgba-30) !important; +} + +.bg-color-before-secondary-rgba-40:before { + background-color: var(--secondary-rgba-40) !important; +} + +.bg-color-before-secondary-rgba-50:before { + background-color: var(--secondary-rgba-50) !important; +} + +.bg-color-before-secondary-rgba-60:before { + background-color: var(--secondary-rgba-60) !important; +} + +.bg-color-before-secondary-rgba-70:before { + background-color: var(--secondary-rgba-70) !important; +} + +.bg-color-before-secondary-rgba-80:before { + background-color: var(--secondary-rgba-80) !important; +} + +.bg-color-before-secondary-rgba-90:before { + background-color: var(--secondary-rgba-90) !important; +} + +.bg-color-hover-before-secondary-rgba-0:hover::before { + background-color: var(--secondary-rgba-0) !important; +} + +.bg-color-hover-before-secondary-rgba-10:hover::before { + background-color: var(--secondary-rgba-10) !important; +} + +.bg-color-hover-before-secondary-rgba-20:hover::before { + background-color: var(--secondary-rgba-20) !important; +} + +.bg-color-hover-before-secondary-rgba-30:hover::before { + background-color: var(--secondary-rgba-30) !important; +} + +.bg-color-hover-before-secondary-rgba-40:hover::before { + background-color: var(--secondary-rgba-40) !important; +} + +.bg-color-hover-before-secondary-rgba-50:hover::before { + background-color: var(--secondary-rgba-50) !important; +} + +.bg-color-hover-before-secondary-rgba-60:hover::before { + background-color: var(--secondary-rgba-60) !important; +} + +.bg-color-hover-before-secondary-rgba-70:hover::before { + background-color: var(--secondary-rgba-70) !important; +} + +.bg-color-hover-before-secondary-rgba-80:hover::before { + background-color: var(--secondary-rgba-80) !important; +} + +.bg-color-hover-before-secondary-rgba-90:hover::before { + background-color: var(--secondary-rgba-90) !important; +} + +.bg-color-after-secondary-rgba-0:after { + background-color: var(--secondary-rgba-0) !important; +} + +.bg-color-after-secondary-rgba-10:after { + background-color: var(--secondary-rgba-10) !important; +} + +.bg-color-after-secondary-rgba-20:after { + background-color: var(--secondary-rgba-20) !important; +} + +.bg-color-after-secondary-rgba-30:after { + background-color: var(--secondary-rgba-30) !important; +} + +.bg-color-after-secondary-rgba-40:after { + background-color: var(--secondary-rgba-40) !important; +} + +.bg-color-after-secondary-rgba-50:after { + background-color: var(--secondary-rgba-50) !important; +} + +.bg-color-after-secondary-rgba-60:after { + background-color: var(--secondary-rgba-60) !important; +} + +.bg-color-after-secondary-rgba-70:after { + background-color: var(--secondary-rgba-70) !important; +} + +.bg-color-after-secondary-rgba-80:after { + background-color: var(--secondary-rgba-80) !important; +} + +.bg-color-after-secondary-rgba-90:after { + background-color: var(--secondary-rgba-90) !important; +} + +.bg-color-hover-after-secondary-rgba-0:hover::after { + background-color: var(--secondary-rgba-0) !important; +} + +.bg-color-hover-after-secondary-rgba-10:hover::after { + background-color: var(--secondary-rgba-10) !important; +} + +.bg-color-hover-after-secondary-rgba-20:hover::after { + background-color: var(--secondary-rgba-20) !important; +} + +.bg-color-hover-after-secondary-rgba-30:hover::after { + background-color: var(--secondary-rgba-30) !important; +} + +.bg-color-hover-after-secondary-rgba-40:hover::after { + background-color: var(--secondary-rgba-40) !important; +} + +.bg-color-hover-after-secondary-rgba-50:hover::after { + background-color: var(--secondary-rgba-50) !important; +} + +.bg-color-hover-after-secondary-rgba-60:hover::after { + background-color: var(--secondary-rgba-60) !important; +} + +.bg-color-hover-after-secondary-rgba-70:hover::after { + background-color: var(--secondary-rgba-70) !important; +} + +.bg-color-hover-after-secondary-rgba-80:hover::after { + background-color: var(--secondary-rgba-80) !important; +} + +.bg-color-hover-after-secondary-rgba-90:hover::after { + background-color: var(--secondary-rgba-90) !important; +} + +.bg-color-tertiary-rgba-0 { + background-color: var(--tertiary-rgba-0) !important; +} + +.bg-color-tertiary-rgba-10 { + background-color: var(--tertiary-rgba-10) !important; +} + +.bg-color-tertiary-rgba-20 { + background-color: var(--tertiary-rgba-20) !important; +} + +.bg-color-tertiary-rgba-30 { + background-color: var(--tertiary-rgba-30) !important; +} + +.bg-color-tertiary-rgba-40 { + background-color: var(--tertiary-rgba-40) !important; +} + +.bg-color-tertiary-rgba-50 { + background-color: var(--tertiary-rgba-50) !important; +} + +.bg-color-tertiary-rgba-60 { + background-color: var(--tertiary-rgba-60) !important; +} + +.bg-color-tertiary-rgba-70 { + background-color: var(--tertiary-rgba-70) !important; +} + +.bg-color-tertiary-rgba-80 { + background-color: var(--tertiary-rgba-80) !important; +} + +.bg-color-tertiary-rgba-90 { + background-color: var(--tertiary-rgba-90) !important; +} + +.bg-color-before-tertiary-rgba-0:before { + background-color: var(--tertiary-rgba-0) !important; +} + +.bg-color-before-tertiary-rgba-10:before { + background-color: var(--tertiary-rgba-10) !important; +} + +.bg-color-before-tertiary-rgba-20:before { + background-color: var(--tertiary-rgba-20) !important; +} + +.bg-color-before-tertiary-rgba-30:before { + background-color: var(--tertiary-rgba-30) !important; +} + +.bg-color-before-tertiary-rgba-40:before { + background-color: var(--tertiary-rgba-40) !important; +} + +.bg-color-before-tertiary-rgba-50:before { + background-color: var(--tertiary-rgba-50) !important; +} + +.bg-color-before-tertiary-rgba-60:before { + background-color: var(--tertiary-rgba-60) !important; +} + +.bg-color-before-tertiary-rgba-70:before { + background-color: var(--tertiary-rgba-70) !important; +} + +.bg-color-before-tertiary-rgba-80:before { + background-color: var(--tertiary-rgba-80) !important; +} + +.bg-color-before-tertiary-rgba-90:before { + background-color: var(--tertiary-rgba-90) !important; +} + +.bg-color-hover-before-tertiary-rgba-0:hover::before { + background-color: var(--tertiary-rgba-0) !important; +} + +.bg-color-hover-before-tertiary-rgba-10:hover::before { + background-color: var(--tertiary-rgba-10) !important; +} + +.bg-color-hover-before-tertiary-rgba-20:hover::before { + background-color: var(--tertiary-rgba-20) !important; +} + +.bg-color-hover-before-tertiary-rgba-30:hover::before { + background-color: var(--tertiary-rgba-30) !important; +} + +.bg-color-hover-before-tertiary-rgba-40:hover::before { + background-color: var(--tertiary-rgba-40) !important; +} + +.bg-color-hover-before-tertiary-rgba-50:hover::before { + background-color: var(--tertiary-rgba-50) !important; +} + +.bg-color-hover-before-tertiary-rgba-60:hover::before { + background-color: var(--tertiary-rgba-60) !important; +} + +.bg-color-hover-before-tertiary-rgba-70:hover::before { + background-color: var(--tertiary-rgba-70) !important; +} + +.bg-color-hover-before-tertiary-rgba-80:hover::before { + background-color: var(--tertiary-rgba-80) !important; +} + +.bg-color-hover-before-tertiary-rgba-90:hover::before { + background-color: var(--tertiary-rgba-90) !important; +} + +.bg-color-after-tertiary-rgba-0:after { + background-color: var(--tertiary-rgba-0) !important; +} + +.bg-color-after-tertiary-rgba-10:after { + background-color: var(--tertiary-rgba-10) !important; +} + +.bg-color-after-tertiary-rgba-20:after { + background-color: var(--tertiary-rgba-20) !important; +} + +.bg-color-after-tertiary-rgba-30:after { + background-color: var(--tertiary-rgba-30) !important; +} + +.bg-color-after-tertiary-rgba-40:after { + background-color: var(--tertiary-rgba-40) !important; +} + +.bg-color-after-tertiary-rgba-50:after { + background-color: var(--tertiary-rgba-50) !important; +} + +.bg-color-after-tertiary-rgba-60:after { + background-color: var(--tertiary-rgba-60) !important; +} + +.bg-color-after-tertiary-rgba-70:after { + background-color: var(--tertiary-rgba-70) !important; +} + +.bg-color-after-tertiary-rgba-80:after { + background-color: var(--tertiary-rgba-80) !important; +} + +.bg-color-after-tertiary-rgba-90:after { + background-color: var(--tertiary-rgba-90) !important; +} + +.bg-color-hover-after-tertiary-rgba-0:hover::after { + background-color: var(--tertiary-rgba-0) !important; +} + +.bg-color-hover-after-tertiary-rgba-10:hover::after { + background-color: var(--tertiary-rgba-10) !important; +} + +.bg-color-hover-after-tertiary-rgba-20:hover::after { + background-color: var(--tertiary-rgba-20) !important; +} + +.bg-color-hover-after-tertiary-rgba-30:hover::after { + background-color: var(--tertiary-rgba-30) !important; +} + +.bg-color-hover-after-tertiary-rgba-40:hover::after { + background-color: var(--tertiary-rgba-40) !important; +} + +.bg-color-hover-after-tertiary-rgba-50:hover::after { + background-color: var(--tertiary-rgba-50) !important; +} + +.bg-color-hover-after-tertiary-rgba-60:hover::after { + background-color: var(--tertiary-rgba-60) !important; +} + +.bg-color-hover-after-tertiary-rgba-70:hover::after { + background-color: var(--tertiary-rgba-70) !important; +} + +.bg-color-hover-after-tertiary-rgba-80:hover::after { + background-color: var(--tertiary-rgba-80) !important; +} + +.bg-color-hover-after-tertiary-rgba-90:hover::after { + background-color: var(--tertiary-rgba-90) !important; +} + +.bg-color-quaternary-rgba-0 { + background-color: var(--quaternary-rgba-0) !important; +} + +.bg-color-quaternary-rgba-10 { + background-color: var(--quaternary-rgba-10) !important; +} + +.bg-color-quaternary-rgba-20 { + background-color: var(--quaternary-rgba-20) !important; +} + +.bg-color-quaternary-rgba-30 { + background-color: var(--quaternary-rgba-30) !important; +} + +.bg-color-quaternary-rgba-40 { + background-color: var(--quaternary-rgba-40) !important; +} + +.bg-color-quaternary-rgba-50 { + background-color: var(--quaternary-rgba-50) !important; +} + +.bg-color-quaternary-rgba-60 { + background-color: var(--quaternary-rgba-60) !important; +} + +.bg-color-quaternary-rgba-70 { + background-color: var(--quaternary-rgba-70) !important; +} + +.bg-color-quaternary-rgba-80 { + background-color: var(--quaternary-rgba-80) !important; +} + +.bg-color-quaternary-rgba-90 { + background-color: var(--quaternary-rgba-90) !important; +} + +.bg-color-before-quaternary-rgba-0:before { + background-color: var(--quaternary-rgba-0) !important; +} + +.bg-color-before-quaternary-rgba-10:before { + background-color: var(--quaternary-rgba-10) !important; +} + +.bg-color-before-quaternary-rgba-20:before { + background-color: var(--quaternary-rgba-20) !important; +} + +.bg-color-before-quaternary-rgba-30:before { + background-color: var(--quaternary-rgba-30) !important; +} + +.bg-color-before-quaternary-rgba-40:before { + background-color: var(--quaternary-rgba-40) !important; +} + +.bg-color-before-quaternary-rgba-50:before { + background-color: var(--quaternary-rgba-50) !important; +} + +.bg-color-before-quaternary-rgba-60:before { + background-color: var(--quaternary-rgba-60) !important; +} + +.bg-color-before-quaternary-rgba-70:before { + background-color: var(--quaternary-rgba-70) !important; +} + +.bg-color-before-quaternary-rgba-80:before { + background-color: var(--quaternary-rgba-80) !important; +} + +.bg-color-before-quaternary-rgba-90:before { + background-color: var(--quaternary-rgba-90) !important; +} + +.bg-color-hover-before-quaternary-rgba-0:hover::before { + background-color: var(--quaternary-rgba-0) !important; +} + +.bg-color-hover-before-quaternary-rgba-10:hover::before { + background-color: var(--quaternary-rgba-10) !important; +} + +.bg-color-hover-before-quaternary-rgba-20:hover::before { + background-color: var(--quaternary-rgba-20) !important; +} + +.bg-color-hover-before-quaternary-rgba-30:hover::before { + background-color: var(--quaternary-rgba-30) !important; +} + +.bg-color-hover-before-quaternary-rgba-40:hover::before { + background-color: var(--quaternary-rgba-40) !important; +} + +.bg-color-hover-before-quaternary-rgba-50:hover::before { + background-color: var(--quaternary-rgba-50) !important; +} + +.bg-color-hover-before-quaternary-rgba-60:hover::before { + background-color: var(--quaternary-rgba-60) !important; +} + +.bg-color-hover-before-quaternary-rgba-70:hover::before { + background-color: var(--quaternary-rgba-70) !important; +} + +.bg-color-hover-before-quaternary-rgba-80:hover::before { + background-color: var(--quaternary-rgba-80) !important; +} + +.bg-color-hover-before-quaternary-rgba-90:hover::before { + background-color: var(--quaternary-rgba-90) !important; +} + +.bg-color-after-quaternary-rgba-0:after { + background-color: var(--quaternary-rgba-0) !important; +} + +.bg-color-after-quaternary-rgba-10:after { + background-color: var(--quaternary-rgba-10) !important; +} + +.bg-color-after-quaternary-rgba-20:after { + background-color: var(--quaternary-rgba-20) !important; +} + +.bg-color-after-quaternary-rgba-30:after { + background-color: var(--quaternary-rgba-30) !important; +} + +.bg-color-after-quaternary-rgba-40:after { + background-color: var(--quaternary-rgba-40) !important; +} + +.bg-color-after-quaternary-rgba-50:after { + background-color: var(--quaternary-rgba-50) !important; +} + +.bg-color-after-quaternary-rgba-60:after { + background-color: var(--quaternary-rgba-60) !important; +} + +.bg-color-after-quaternary-rgba-70:after { + background-color: var(--quaternary-rgba-70) !important; +} + +.bg-color-after-quaternary-rgba-80:after { + background-color: var(--quaternary-rgba-80) !important; +} + +.bg-color-after-quaternary-rgba-90:after { + background-color: var(--quaternary-rgba-90) !important; +} + +.bg-color-hover-after-quaternary-rgba-0:hover::after { + background-color: var(--quaternary-rgba-0) !important; +} + +.bg-color-hover-after-quaternary-rgba-10:hover::after { + background-color: var(--quaternary-rgba-10) !important; +} + +.bg-color-hover-after-quaternary-rgba-20:hover::after { + background-color: var(--quaternary-rgba-20) !important; +} + +.bg-color-hover-after-quaternary-rgba-30:hover::after { + background-color: var(--quaternary-rgba-30) !important; +} + +.bg-color-hover-after-quaternary-rgba-40:hover::after { + background-color: var(--quaternary-rgba-40) !important; +} + +.bg-color-hover-after-quaternary-rgba-50:hover::after { + background-color: var(--quaternary-rgba-50) !important; +} + +.bg-color-hover-after-quaternary-rgba-60:hover::after { + background-color: var(--quaternary-rgba-60) !important; +} + +.bg-color-hover-after-quaternary-rgba-70:hover::after { + background-color: var(--quaternary-rgba-70) !important; +} + +.bg-color-hover-after-quaternary-rgba-80:hover::after { + background-color: var(--quaternary-rgba-80) !important; +} + +.bg-color-hover-after-quaternary-rgba-90:hover::after { + background-color: var(--quaternary-rgba-90) !important; +} + +.bg-color-dark-rgba-0 { + background-color: var(--dark-rgba-0) !important; +} + +.bg-color-dark-rgba-10 { + background-color: var(--dark-rgba-10) !important; +} + +.bg-color-dark-rgba-20 { + background-color: var(--dark-rgba-20) !important; +} + +.bg-color-dark-rgba-30 { + background-color: var(--dark-rgba-30) !important; +} + +.bg-color-dark-rgba-40 { + background-color: var(--dark-rgba-40) !important; +} + +.bg-color-dark-rgba-50 { + background-color: var(--dark-rgba-50) !important; +} + +.bg-color-dark-rgba-60 { + background-color: var(--dark-rgba-60) !important; +} + +.bg-color-dark-rgba-70 { + background-color: var(--dark-rgba-70) !important; +} + +.bg-color-dark-rgba-80 { + background-color: var(--dark-rgba-80) !important; +} + +.bg-color-dark-rgba-90 { + background-color: var(--dark-rgba-90) !important; +} + +.bg-color-before-dark-rgba-0:before { + background-color: var(--dark-rgba-0) !important; +} + +.bg-color-before-dark-rgba-10:before { + background-color: var(--dark-rgba-10) !important; +} + +.bg-color-before-dark-rgba-20:before { + background-color: var(--dark-rgba-20) !important; +} + +.bg-color-before-dark-rgba-30:before { + background-color: var(--dark-rgba-30) !important; +} + +.bg-color-before-dark-rgba-40:before { + background-color: var(--dark-rgba-40) !important; +} + +.bg-color-before-dark-rgba-50:before { + background-color: var(--dark-rgba-50) !important; +} + +.bg-color-before-dark-rgba-60:before { + background-color: var(--dark-rgba-60) !important; +} + +.bg-color-before-dark-rgba-70:before { + background-color: var(--dark-rgba-70) !important; +} + +.bg-color-before-dark-rgba-80:before { + background-color: var(--dark-rgba-80) !important; +} + +.bg-color-before-dark-rgba-90:before { + background-color: var(--dark-rgba-90) !important; +} + +.bg-color-hover-before-dark-rgba-0:hover::before { + background-color: var(--dark-rgba-0) !important; +} + +.bg-color-hover-before-dark-rgba-10:hover::before { + background-color: var(--dark-rgba-10) !important; +} + +.bg-color-hover-before-dark-rgba-20:hover::before { + background-color: var(--dark-rgba-20) !important; +} + +.bg-color-hover-before-dark-rgba-30:hover::before { + background-color: var(--dark-rgba-30) !important; +} + +.bg-color-hover-before-dark-rgba-40:hover::before { + background-color: var(--dark-rgba-40) !important; +} + +.bg-color-hover-before-dark-rgba-50:hover::before { + background-color: var(--dark-rgba-50) !important; +} + +.bg-color-hover-before-dark-rgba-60:hover::before { + background-color: var(--dark-rgba-60) !important; +} + +.bg-color-hover-before-dark-rgba-70:hover::before { + background-color: var(--dark-rgba-70) !important; +} + +.bg-color-hover-before-dark-rgba-80:hover::before { + background-color: var(--dark-rgba-80) !important; +} + +.bg-color-hover-before-dark-rgba-90:hover::before { + background-color: var(--dark-rgba-90) !important; +} + +.bg-color-after-dark-rgba-0:after { + background-color: var(--dark-rgba-0) !important; +} + +.bg-color-after-dark-rgba-10:after { + background-color: var(--dark-rgba-10) !important; +} + +.bg-color-after-dark-rgba-20:after { + background-color: var(--dark-rgba-20) !important; +} + +.bg-color-after-dark-rgba-30:after { + background-color: var(--dark-rgba-30) !important; +} + +.bg-color-after-dark-rgba-40:after { + background-color: var(--dark-rgba-40) !important; +} + +.bg-color-after-dark-rgba-50:after { + background-color: var(--dark-rgba-50) !important; +} + +.bg-color-after-dark-rgba-60:after { + background-color: var(--dark-rgba-60) !important; +} + +.bg-color-after-dark-rgba-70:after { + background-color: var(--dark-rgba-70) !important; +} + +.bg-color-after-dark-rgba-80:after { + background-color: var(--dark-rgba-80) !important; +} + +.bg-color-after-dark-rgba-90:after { + background-color: var(--dark-rgba-90) !important; +} + +.bg-color-hover-after-dark-rgba-0:hover::after { + background-color: var(--dark-rgba-0) !important; +} + +.bg-color-hover-after-dark-rgba-10:hover::after { + background-color: var(--dark-rgba-10) !important; +} + +.bg-color-hover-after-dark-rgba-20:hover::after { + background-color: var(--dark-rgba-20) !important; +} + +.bg-color-hover-after-dark-rgba-30:hover::after { + background-color: var(--dark-rgba-30) !important; +} + +.bg-color-hover-after-dark-rgba-40:hover::after { + background-color: var(--dark-rgba-40) !important; +} + +.bg-color-hover-after-dark-rgba-50:hover::after { + background-color: var(--dark-rgba-50) !important; +} + +.bg-color-hover-after-dark-rgba-60:hover::after { + background-color: var(--dark-rgba-60) !important; +} + +.bg-color-hover-after-dark-rgba-70:hover::after { + background-color: var(--dark-rgba-70) !important; +} + +.bg-color-hover-after-dark-rgba-80:hover::after { + background-color: var(--dark-rgba-80) !important; +} + +.bg-color-hover-after-dark-rgba-90:hover::after { + background-color: var(--dark-rgba-90) !important; +} + +.bg-color-light-rgba-0 { + background-color: var(--light-rgba-0) !important; +} + +.bg-color-light-rgba-10 { + background-color: var(--light-rgba-10) !important; +} + +.bg-color-light-rgba-20 { + background-color: var(--light-rgba-20) !important; +} + +.bg-color-light-rgba-30 { + background-color: var(--light-rgba-30) !important; +} + +.bg-color-light-rgba-40 { + background-color: var(--light-rgba-40) !important; +} + +.bg-color-light-rgba-50 { + background-color: var(--light-rgba-50) !important; +} + +.bg-color-light-rgba-60 { + background-color: var(--light-rgba-60) !important; +} + +.bg-color-light-rgba-70 { + background-color: var(--light-rgba-70) !important; +} + +.bg-color-light-rgba-80 { + background-color: var(--light-rgba-80) !important; +} + +.bg-color-light-rgba-90 { + background-color: var(--light-rgba-90) !important; +} + +.bg-color-before-light-rgba-0:before { + background-color: var(--light-rgba-0) !important; +} + +.bg-color-before-light-rgba-10:before { + background-color: var(--light-rgba-10) !important; +} + +.bg-color-before-light-rgba-20:before { + background-color: var(--light-rgba-20) !important; +} + +.bg-color-before-light-rgba-30:before { + background-color: var(--light-rgba-30) !important; +} + +.bg-color-before-light-rgba-40:before { + background-color: var(--light-rgba-40) !important; +} + +.bg-color-before-light-rgba-50:before { + background-color: var(--light-rgba-50) !important; +} + +.bg-color-before-light-rgba-60:before { + background-color: var(--light-rgba-60) !important; +} + +.bg-color-before-light-rgba-70:before { + background-color: var(--light-rgba-70) !important; +} + +.bg-color-before-light-rgba-80:before { + background-color: var(--light-rgba-80) !important; +} + +.bg-color-before-light-rgba-90:before { + background-color: var(--light-rgba-90) !important; +} + +.bg-color-hover-before-light-rgba-0:hover::before { + background-color: var(--light-rgba-0) !important; +} + +.bg-color-hover-before-light-rgba-10:hover::before { + background-color: var(--light-rgba-10) !important; +} + +.bg-color-hover-before-light-rgba-20:hover::before { + background-color: var(--light-rgba-20) !important; +} + +.bg-color-hover-before-light-rgba-30:hover::before { + background-color: var(--light-rgba-30) !important; +} + +.bg-color-hover-before-light-rgba-40:hover::before { + background-color: var(--light-rgba-40) !important; +} + +.bg-color-hover-before-light-rgba-50:hover::before { + background-color: var(--light-rgba-50) !important; +} + +.bg-color-hover-before-light-rgba-60:hover::before { + background-color: var(--light-rgba-60) !important; +} + +.bg-color-hover-before-light-rgba-70:hover::before { + background-color: var(--light-rgba-70) !important; +} + +.bg-color-hover-before-light-rgba-80:hover::before { + background-color: var(--light-rgba-80) !important; +} + +.bg-color-hover-before-light-rgba-90:hover::before { + background-color: var(--light-rgba-90) !important; +} + +.bg-color-after-light-rgba-0:after { + background-color: var(--light-rgba-0) !important; +} + +.bg-color-after-light-rgba-10:after { + background-color: var(--light-rgba-10) !important; +} + +.bg-color-after-light-rgba-20:after { + background-color: var(--light-rgba-20) !important; +} + +.bg-color-after-light-rgba-30:after { + background-color: var(--light-rgba-30) !important; +} + +.bg-color-after-light-rgba-40:after { + background-color: var(--light-rgba-40) !important; +} + +.bg-color-after-light-rgba-50:after { + background-color: var(--light-rgba-50) !important; +} + +.bg-color-after-light-rgba-60:after { + background-color: var(--light-rgba-60) !important; +} + +.bg-color-after-light-rgba-70:after { + background-color: var(--light-rgba-70) !important; +} + +.bg-color-after-light-rgba-80:after { + background-color: var(--light-rgba-80) !important; +} + +.bg-color-after-light-rgba-90:after { + background-color: var(--light-rgba-90) !important; +} + +.bg-color-hover-after-light-rgba-0:hover::after { + background-color: var(--light-rgba-0) !important; +} + +.bg-color-hover-after-light-rgba-10:hover::after { + background-color: var(--light-rgba-10) !important; +} + +.bg-color-hover-after-light-rgba-20:hover::after { + background-color: var(--light-rgba-20) !important; +} + +.bg-color-hover-after-light-rgba-30:hover::after { + background-color: var(--light-rgba-30) !important; +} + +.bg-color-hover-after-light-rgba-40:hover::after { + background-color: var(--light-rgba-40) !important; +} + +.bg-color-hover-after-light-rgba-50:hover::after { + background-color: var(--light-rgba-50) !important; +} + +.bg-color-hover-after-light-rgba-60:hover::after { + background-color: var(--light-rgba-60) !important; +} + +.bg-color-hover-after-light-rgba-70:hover::after { + background-color: var(--light-rgba-70) !important; +} + +.bg-color-hover-after-light-rgba-80:hover::after { + background-color: var(--light-rgba-80) !important; +} + +.bg-color-hover-after-light-rgba-90:hover::after { + background-color: var(--light-rgba-90) !important; +} + +/* Background Gradient - Skin */ +.bg-gradient { + background-color: var(--primary) !important; + background-image: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important; +} + +.bg-gradient-to-top { + background-color: var(--primary) !important; + background-image: linear-gradient(to top, var(--primary) 0%, var(--secondary) 100%) !important; +} + +.bg-gradient-to-bottom { + background-color: var(--primary) !important; + background-image: linear-gradient(to bottom, var(--primary) 0%, var(--secondary) 100%) !important; +} + +.bg-gradient-light-primary { + background-image: linear-gradient(to right, #FFF 0%, var(--primary) 100%) !important; +} + +.bg-gradient-light-primary-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--primary-rgba-10) 100%) !important; +} + +.bg-gradient-light-primary-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--primary-rgba-20) 100%) !important; +} + +.bg-gradient-light-primary-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--primary-rgba-30) 100%) !important; +} + +.bg-gradient-primary-light { + background-image: linear-gradient(to right, var(--primary) 0%, #FFF 100%) !important; +} + +.bg-gradient-primary-light-rgba-10 { + background-image: linear-gradient(to right, var(--primary-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-primary-light-rgba-20 { + background-image: linear-gradient(to right, var(--primary-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-primary-light-rgba-30 { + background-image: linear-gradient(to right, var(--primary-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-secondary { + background-image: linear-gradient(to right, #FFF 0%, var(--secondary) 100%) !important; +} + +.bg-gradient-light-secondary-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--secondary-rgba-10) 100%) !important; +} + +.bg-gradient-light-secondary-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--secondary-rgba-20) 100%) !important; +} + +.bg-gradient-light-secondary-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--secondary-rgba-30) 100%) !important; +} + +.bg-gradient-secondary-light { + background-image: linear-gradient(to right, var(--secondary) 0%, #FFF 100%) !important; +} + +.bg-gradient-secondary-light-rgba-10 { + background-image: linear-gradient(to right, var(--secondary-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-secondary-light-rgba-20 { + background-image: linear-gradient(to right, var(--secondary-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-secondary-light-rgba-30 { + background-image: linear-gradient(to right, var(--secondary-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-tertiary { + background-image: linear-gradient(to right, #FFF 0%, var(--tertiary) 100%) !important; +} + +.bg-gradient-light-tertiary-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--tertiary-rgba-10) 100%) !important; +} + +.bg-gradient-light-tertiary-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--tertiary-rgba-20) 100%) !important; +} + +.bg-gradient-light-tertiary-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--tertiary-rgba-30) 100%) !important; +} + +.bg-gradient-tertiary-light { + background-image: linear-gradient(to right, var(--tertiary) 0%, #FFF 100%) !important; +} + +.bg-gradient-tertiary-light-rgba-10 { + background-image: linear-gradient(to right, var(--tertiary-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-tertiary-light-rgba-20 { + background-image: linear-gradient(to right, var(--tertiary-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-tertiary-light-rgba-30 { + background-image: linear-gradient(to right, var(--tertiary-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-quaternary { + background-image: linear-gradient(to right, #FFF 0%, var(--quaternary) 100%) !important; +} + +.bg-gradient-light-quaternary-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--quaternary-rgba-10) 100%) !important; +} + +.bg-gradient-light-quaternary-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--quaternary-rgba-20) 100%) !important; +} + +.bg-gradient-light-quaternary-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--quaternary-rgba-30) 100%) !important; +} + +.bg-gradient-quaternary-light { + background-image: linear-gradient(to right, var(--quaternary) 0%, #FFF 100%) !important; +} + +.bg-gradient-quaternary-light-rgba-10 { + background-image: linear-gradient(to right, var(--quaternary-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-quaternary-light-rgba-20 { + background-image: linear-gradient(to right, var(--quaternary-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-quaternary-light-rgba-30 { + background-image: linear-gradient(to right, var(--quaternary-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-dark { + background-image: linear-gradient(to right, #FFF 0%, var(--dark) 100%) !important; +} + +.bg-gradient-light-dark-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--dark-rgba-10) 100%) !important; +} + +.bg-gradient-light-dark-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--dark-rgba-20) 100%) !important; +} + +.bg-gradient-light-dark-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--dark-rgba-30) 100%) !important; +} + +.bg-gradient-dark-light { + background-image: linear-gradient(to right, var(--dark) 0%, #FFF 100%) !important; +} + +.bg-gradient-dark-light-rgba-10 { + background-image: linear-gradient(to right, var(--dark-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-dark-light-rgba-20 { + background-image: linear-gradient(to right, var(--dark-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-dark-light-rgba-30 { + background-image: linear-gradient(to right, var(--dark-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-light { + background-image: linear-gradient(to right, #FFF 0%, var(--light) 100%) !important; +} + +.bg-gradient-light-light-rgba-10 { + background-image: linear-gradient(to right, #FFF 0%, var(--light-rgba-10) 100%) !important; +} + +.bg-gradient-light-light-rgba-20 { + background-image: linear-gradient(to right, #FFF 0%, var(--light-rgba-20) 100%) !important; +} + +.bg-gradient-light-light-rgba-30 { + background-image: linear-gradient(to right, #FFF 0%, var(--light-rgba-30) 100%) !important; +} + +.bg-gradient-light-light { + background-image: linear-gradient(to right, var(--light) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-light-rgba-10 { + background-image: linear-gradient(to right, var(--light-rgba-10) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-light-rgba-20 { + background-image: linear-gradient(to right, var(--light-rgba-20) 0%, #FFF 100%) !important; +} + +.bg-gradient-light-light-rgba-30 { + background-image: linear-gradient(to right, var(--light-rgba-30) 0%, #FFF 100%) !important; +} + +.bg-gradient-dark-primary { + background-image: linear-gradient(to right, var(--dark) 0%, var(--primary) 100%) !important; +} + +.bg-gradient-dark-primary-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--primary-rgba-10) 100%) !important; +} + +.bg-gradient-dark-primary-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--primary-rgba-20) 100%) !important; +} + +.bg-gradient-dark-primary-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--primary-rgba-30) 100%) !important; +} + +.bg-gradient-primary-dark { + background-image: linear-gradient(to right, var(--primary) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-primary-dark-rgba-10 { + background-image: linear-gradient(to right, var(--primary-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-primary-dark-rgba-20 { + background-image: linear-gradient(to right, var(--primary-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-primary-dark-rgba-30 { + background-image: linear-gradient(to right, var(--primary-rgba-30) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-secondary { + background-image: linear-gradient(to right, var(--dark) 0%, var(--secondary) 100%) !important; +} + +.bg-gradient-dark-secondary-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--secondary-rgba-10) 100%) !important; +} + +.bg-gradient-dark-secondary-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--secondary-rgba-20) 100%) !important; +} + +.bg-gradient-dark-secondary-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--secondary-rgba-30) 100%) !important; +} + +.bg-gradient-secondary-dark { + background-image: linear-gradient(to right, var(--secondary) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-secondary-dark-rgba-10 { + background-image: linear-gradient(to right, var(--secondary-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-secondary-dark-rgba-20 { + background-image: linear-gradient(to right, var(--secondary-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-secondary-dark-rgba-30 { + background-image: linear-gradient(to right, var(--secondary-rgba-30) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-tertiary { + background-image: linear-gradient(to right, var(--dark) 0%, var(--tertiary) 100%) !important; +} + +.bg-gradient-dark-tertiary-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--tertiary-rgba-10) 100%) !important; +} + +.bg-gradient-dark-tertiary-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--tertiary-rgba-20) 100%) !important; +} + +.bg-gradient-dark-tertiary-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--tertiary-rgba-30) 100%) !important; +} + +.bg-gradient-tertiary-dark { + background-image: linear-gradient(to right, var(--tertiary) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-tertiary-dark-rgba-10 { + background-image: linear-gradient(to right, var(--tertiary-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-tertiary-dark-rgba-20 { + background-image: linear-gradient(to right, var(--tertiary-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-tertiary-dark-rgba-30 { + background-image: linear-gradient(to right, var(--tertiary-rgba-30) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-quaternary { + background-image: linear-gradient(to right, var(--dark) 0%, var(--quaternary) 100%) !important; +} + +.bg-gradient-dark-quaternary-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--quaternary-rgba-10) 100%) !important; +} + +.bg-gradient-dark-quaternary-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--quaternary-rgba-20) 100%) !important; +} + +.bg-gradient-dark-quaternary-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--quaternary-rgba-30) 100%) !important; +} + +.bg-gradient-quaternary-dark { + background-image: linear-gradient(to right, var(--quaternary) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-quaternary-dark-rgba-10 { + background-image: linear-gradient(to right, var(--quaternary-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-quaternary-dark-rgba-20 { + background-image: linear-gradient(to right, var(--quaternary-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-quaternary-dark-rgba-30 { + background-image: linear-gradient(to right, var(--quaternary-rgba-30) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-dark { + background-image: linear-gradient(to right, var(--dark) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--dark-rgba-10) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--dark-rgba-20) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--dark-rgba-30) 100%) !important; +} + +.bg-gradient-dark-dark { + background-image: linear-gradient(to right, var(--dark) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-10 { + background-image: linear-gradient(to right, var(--dark-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-20 { + background-image: linear-gradient(to right, var(--dark-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-dark-rgba-30 { + background-image: linear-gradient(to right, var(--dark-rgba-30) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-dark-light { + background-image: linear-gradient(to right, var(--dark) 0%, var(--light) 100%) !important; +} + +.bg-gradient-dark-light-rgba-10 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--light-rgba-10) 100%) !important; +} + +.bg-gradient-dark-light-rgba-20 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--light-rgba-20) 100%) !important; +} + +.bg-gradient-dark-light-rgba-30 { + background-image: linear-gradient(to right, var(--dark) 0%, var(--light-rgba-30) 100%) !important; +} + +.bg-gradient-light-dark { + background-image: linear-gradient(to right, var(--light) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-light-dark-rgba-10 { + background-image: linear-gradient(to right, var(--light-rgba-10) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-light-dark-rgba-20 { + background-image: linear-gradient(to right, var(--light-rgba-20) 0%, var(--dark) 100%) !important; +} + +.bg-gradient-light-dark-rgba-30 { + background-image: linear-gradient(to right, var(--light-rgba-30) 0%, var(--dark) 100%) !important; +} + +/* Color Transition - Skin */ +@keyframes colorTransition { + 0% { + background-color: var(--primary); + } + + 33% { + background-color: var(--secondary); + } + + 66% { + background-color: var(--tertiary); + } + + 100% { + background-color: var(--quaternary); + } +} + +/* Background Gradient Animated */ +.bg-gradient-animated { + background-size: 200% 200% !important; + animation-name: gradientTransition; + animation-duration: 20000ms; + animation-iteration-count: infinite; +} + +/* Position */ +.p-relative { + position: relative !important; +} + +.p-absolute { + position: absolute !important; +} + +.p-fixed { + position: fixed !important; +} + +.p-static { + position: static !important; +} + +/* Box Shadow */ +.box-shadow-none { + box-shadow: none !important; +} + +.box-shadow-hover { + transition: ease all 300ms; +} + +.box-shadow-1:before { + display: block; + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + opacity: 0.33; + content: ''; + box-shadow: 0 30px 90px #BBB; + transition: all 0.2s ease-in-out; +} + +.box-shadow-1.box-shadow-1-hover:before { + opacity: 0; +} + +.box-shadow-1.box-shadow-1-hover:hover:before { + opacity: 0.33; +} + +.border-radius.box-shadow-1:before { + border-radius: var(--border-radius) !important; +} + +.border-radius-2.box-shadow-1:before { + border-radius: var(--border-radius2x) !important; +} + +.box-shadow-2:not(.box-shadow-hover) { + box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45); +} + +.box-shadow-2.box-shadow-hover:hover { + box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45); +} + +.box-shadow-3:not(.box-shadow-hover) { + box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45); +} + +.box-shadow-3.box-shadow-hover:hover { + box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45); +} + +.box-shadow-4:not(.box-shadow-hover) { + box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2); +} + +.box-shadow-4.box-shadow-hover:hover { + box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2); +} + +.box-shadow-5:not(.box-shadow-hover) { + box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45); +} + +.box-shadow-5.box-shadow-hover:hover { + box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45); +} + +.box-shadow-6:not(.box-shadow-hover) { + box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08); +} + +.box-shadow-6.box-shadow-hover:hover { + box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08); +} + +.box-shadow-7:not(.box-shadow-hover) { + box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); +} + +.box-shadow-7.box-shadow-hover:hover { + box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); +} + +.box-shadow-8:not(.box-shadow-hover) { + box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07); +} + +.box-shadow-8.box-shadow-hover:hover { + box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07); +} + +.box-shadow-9:not(.box-shadow-hover) { + box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); +} + +.box-shadow-9.box-shadow-hover:hover { + box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); +} + +.box-shadow-10:not(.box-shadow-hover) { + box-shadow: 0 0 30px rgba(0, 0, 0, 0.025); +} + +.box-shadow-10.box-shadow-hover:hover { + box-shadow: 0 0 30px rgba(0, 0, 0, 0.025); +} + +/* Box Shadow - Skin */ +.box-shadow-1-primary:before { + box-shadow: 0 30px 90px var(--primary) !important; +} + +.box-shadow-1-secondary:before { + box-shadow: 0 30px 90px var(--secondary) !important; +} + +.box-shadow-1-tertiary:before { + box-shadow: 0 30px 90px var(--tertiary) !important; +} + +.box-shadow-1-quaternary:before { + box-shadow: 0 30px 90px var(--quaternary) !important; +} + +.box-shadow-1-dark:before { + box-shadow: 0 30px 90px var(--dark) !important; +} + +.box-shadow-1-light:before { + box-shadow: 0 30px 90px var(--light) !important; +} + +/* Flex */ +.flex-0-0-auto { + flex: 0 0 auto; +} + +/* Color Transparent */ +.color-transparent { + color: transparent !important; +} + +/* Background No Repeat */ +.bg-no-repeat { + background-repeat: no-repeat !important; +} + +/* Background Size Auto */ +.bg-size-auto { + background-size: auto !important; +} + +/* Background Size Cover */ +.bg-size-cover { + background-size: cover !important; +} + +/* Background Position Center */ +.bg-position-center { + background-position: center center !important; +} + +/* Background Clip Text */ +.bg-clip-text { + background-clip: text !important; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; +} + +/* Background Scales Overlay */ +.bg-color-scale-overlay { + position: relative; +} + +.bg-color-scale-overlay:before { + content: ""; + display: block; + background: #000; + bottom: 0; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; + z-index: 1; + opacity: 0; +} + +.bg-color-scale-overlay .bg-color-scale-overlay-wrapper { + position: relative; + z-index: 2; +} + +.bg-color-scale-overlay-1:before { + opacity: 0.05 !important; +} + +.bg-color-scale-overlay-2:before { + opacity: 0.1 !important; +} + +.bg-color-scale-overlay-3:before { + opacity: 0.15 !important; +} + +.bg-color-scale-overlay-4:before { + opacity: 0.2 !important; +} + +.bg-color-scale-overlay-5:before { + opacity: 0.25 !important; +} + +.bg-color-scale-overlay-6:before { + opacity: 0.3 !important; +} + +.bg-color-scale-overlay-7:before { + opacity: 0.35 !important; +} + +.bg-color-scale-overlay-8:before { + opacity: 0.4 !important; +} + +.bg-color-scale-overlay-9:before { + opacity: 0.45 !important; +} + +/* Background Transparent */ +.background-transparent, +.bg-transparent, +.bg-color-transparent { + background: transparent !important; +} + +.bg-transparent-hover:hover { + background-color: transparent !important; +} + +/* Background White and Black */ +.bg-color-white { + background: #FFF !important; +} + +.bg-color-black { + background: #000 !important; +} + +/* Inverted */ +.inverted { + color: var(--light); + display: inline-block; + padding-left: 10px; + padding-right: 10px; +} + +h1 .inverted { + padding-left: 10px; + padding-right: 10px; +} + +h2 .inverted { + padding-left: 7px; + padding-right: 7px; +} + +h3 .inverted { + padding-left: 2px; + padding-right: 2px; +} + +h4 .inverted { + padding-left: 4px; + padding-right: 4px; +} + +h5 .inverted { + padding-left: 2px; + padding-right: 2px; +} + +h6 .inverted { + padding-left: 2px; + padding-right: 2px; +} + +/* Display Before/After */ +.d-none-before:before { + display: none !important; +} + +.d-none-after:after { + display: none !important; +} + +@media (min-width: 576px) { + .d-sm-none-before:before { + display: none !important; + } + + .d-sm-none-after:after { + display: none !important; + } +} + +@media (min-width: 768px) { + .d-md-none-before:before { + display: none !important; + } + + .d-md-none-after:after { + display: none !important; + } +} + +@media (min-width: 992px) { + .d-lg-none-before:before { + display: none !important; + } + + .d-lg-none-after:after { + display: none !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none-before:before { + display: none !important; + } + + .d-xl-none-after:after { + display: none !important; + } +} + +/* Min Height */ +.min-height-screen { + min-height: 100vh; +} + +@media (min-width: 576px) { + .min-height-screen-sm { + min-height: 100vh; + } +} + +@media (min-width: 768px) { + .min-height-screen-md { + min-height: 100vh; + } +} + +@media (min-width: 992px) { + .min-height-screen-lg { + min-height: 100vh; + } +} + +@media (min-width: 1200px) { + .min-height-screen-xl { + min-height: 100vh; + } +} + +/* Paddings and Margins */ +/* We need replicate these BS classes below due to the new paddings and margins below */ +/* Margin */ +.mb-0 { + margin-bottom: 0 !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +/* Padding */ +.pb-0 { + padding-bottom: 0 !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +@media (min-width: 576px) { + /* Margin */ + .mb-sm-0 { + margin-bottom: 0 !important; + } + + .mt-sm-0 { + margin-top: 0 !important; + } + /* Padding */ + .pb-sm-0 { + padding-bottom: 0 !important; + } + + .pt-sm-0 { + padding-top: 0 !important; + } +} + +@media (min-width: 768px) { + /* Margin */ + .mb-md-0 { + margin-bottom: 0 !important; + } + + .mt-md-0 { + margin-top: 0 !important; + } + /* Padding */ + .pb-md-0 { + padding-bottom: 0 !important; + } + + .pt-md-0 { + padding-top: 0 !important; + } +} + +@media (min-width: 992px) { + /* Margin */ + .mb-lg-0 { + margin-bottom: 0 !important; + } + + .mt-lg-0 { + margin-top: 0 !important; + } + /* Padding */ + .pb-lg-0 { + padding-bottom: 0 !important; + } + + .pt-lg-0 { + padding-top: 0 !important; + } +} + +@media (min-width: 1200px) { + /* Margin */ + .mb-xl-0 { + margin-bottom: 0 !important; + } + + .mt-xl-0 { + margin-top: 0 !important; + } + /* Padding */ + .pb-xl-0 { + padding-bottom: 0 !important; + } + + .pt-xl-0 { + padding-top: 0 !important; + } +} + +/* Negative Margins */ +.mt-n1 { + margin-top: -4px !important; + margin-top: -0.25rem !important; +} + +/* Padding */ +.pt-3-5 { + padding-top: 12px !important; + padding-top: 0.75rem !important; +} + +.pe-3-5 { + padding-right: 12px !important; + padding-right: 0.75rem !important; +} + +.pb-3-5 { + padding-bottom: 12px !important; + padding-bottom: 0.75rem !important; +} + +.ps-3-5 { + padding-left: 12px !important; + padding-left: 0.75rem !important; +} + +.px-3-5 { + padding-left: 12px !important; + padding-left: 0.75rem !important; + padding-right: 12px !important; + padding-right: 0.75rem !important; +} + +.py-3-5 { + padding-top: 12px !important; + padding-top: 0.75rem !important; + padding-bottom: 12px !important; + padding-bottom: 0.75rem !important; +} + +/* Margin */ +.mt-3-5 { + margin-top: 12px !important; + margin-top: 0.75rem !important; +} + +.me-3-5 { + margin-right: 12px !important; + margin-right: 0.75rem !important; +} + +.mb-3-5 { + margin-bottom: 12px !important; + margin-bottom: 0.75rem !important; +} + +.ms-3-5 { + margin-left: 12px !important; + margin-left: 0.75rem !important; +} + +.mx-3-5 { + margin-left: 12px !important; + margin-left: 0.75rem !important; + margin-right: 12px !important; + margin-right: 0.75rem !important; +} + +.my-3-5 { + margin-top: 12px !important; + margin-top: 0.75rem !important; + margin-bottom: 12px !important; + margin-bottom: 0.75rem !important; +} + +/* Padding */ +.pt-4-5 { + padding-top: 20px !important; + padding-top: 1.25rem !important; +} + +.pe-4-5 { + padding-right: 20px !important; + padding-right: 1.25rem !important; +} + +.pb-4-5 { + padding-bottom: 20px !important; + padding-bottom: 1.25rem !important; +} + +.ps-4-5 { + padding-left: 20px !important; + padding-left: 1.25rem !important; +} + +.px-4-5 { + padding-left: 20px !important; + padding-left: 1.25rem !important; + padding-right: 20px !important; + padding-right: 1.25rem !important; +} + +.py-4-5 { + padding-top: 20px !important; + padding-top: 1.25rem !important; + padding-bottom: 20px !important; + padding-bottom: 1.25rem !important; +} + +/* Margin */ +.mt-4-5 { + margin-top: 20px !important; + margin-top: 1.25rem !important; +} + +.me-4-5 { + margin-right: 20px !important; + margin-right: 1.25rem !important; +} + +.mb-4-5 { + margin-bottom: 20px !important; + margin-bottom: 1.25rem !important; +} + +.ms-4-5 { + margin-left: 20px !important; + margin-left: 1.25rem !important; +} + +.mx-4-5 { + margin-left: 20px !important; + margin-left: 1.25rem !important; + margin-right: 20px !important; + margin-right: 1.25rem !important; +} + +.my-4-5 { + margin-top: 20px !important; + margin-top: 1.25rem !important; + margin-bottom: 20px !important; + margin-bottom: 1.25rem !important; +} + +/* Padding */ +.pt-5-5 { + padding-top: 36px !important; + padding-top: 2.25rem !important; +} + +.pe-5-5 { + padding-right: 36px !important; + padding-right: 2.25rem !important; +} + +.pb-5-5 { + padding-bottom: 36px !important; + padding-bottom: 2.25rem !important; +} + +.ps-5-5 { + padding-left: 36px !important; + padding-left: 2.25rem !important; +} + +.px-5-5 { + padding-left: 36px !important; + padding-left: 2.25rem !important; + padding-right: 36px !important; + padding-right: 2.25rem !important; +} + +.py-5-5 { + padding-top: 36px !important; + padding-top: 2.25rem !important; + padding-bottom: 36px !important; + padding-bottom: 2.25rem !important; +} + +/* Margin */ +.mt-5-5 { + margin-top: 36px !important; + margin-top: 2.25rem !important; +} + +.me-5-5 { + margin-right: 36px !important; + margin-right: 2.25rem !important; +} + +.mb-5-5 { + margin-bottom: 36px !important; + margin-bottom: 2.25rem !important; +} + +.ms-5-5 { + margin-left: 36px !important; + margin-left: 2.25rem !important; +} + +.mx-5-5 { + margin-left: 36px !important; + margin-left: 2.25rem !important; + margin-right: 36px !important; + margin-right: 2.25rem !important; +} + +.my-5-5 { + margin-top: 36px !important; + margin-top: 2.25rem !important; + margin-bottom: 36px !important; + margin-bottom: 2.25rem !important; +} + +@media (min-width: 576px) { + /* Padding */ + .pt-sm-3-5 { + padding-top: 0.75rem !important; + } + + .pe-sm-3-5 { + padding-right: 0.75rem !important; + } + + .pb-sm-3-5 { + padding-bottom: 0.75rem !important; + } + + .ps-sm-3-5 { + padding-left: 0.75rem !important; + } + + .px-sm-3-5 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; + } + + .py-sm-3-5 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + /* Margin */ + .mt-sm-3-5 { + margin-top: 0.75rem !important; + } + + .me-sm-3-5 { + margin-right: 0.75rem !important; + } + + .mb-sm-3-5 { + margin-bottom: 0.75rem !important; + } + + .ms-sm-3-5 { + margin-left: 0.75rem !important; + } + + .mx-sm-3-5 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; + } + + .my-sm-3-5 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + /* Padding */ + .pt-sm-4-5 { + padding-top: 1.25rem !important; + } + + .pe-sm-4-5 { + padding-right: 1.25rem !important; + } + + .pb-sm-4-5 { + padding-bottom: 1.25rem !important; + } + + .ps-sm-4-5 { + padding-left: 1.25rem !important; + } + + .px-sm-4-5 { + padding-left: 1.25rem !important; + padding-right: 1.25rem !important; + } + + .py-sm-4-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + /* Margin */ + .mt-sm-4-5 { + margin-top: 1.25rem !important; + } + + .me-sm-4-5 { + margin-right: 1.25rem !important; + } + + .mb-sm-4-5 { + margin-bottom: 1.25rem !important; + } + + .ms-sm-4-5 { + margin-left: 1.25rem !important; + } + + .mx-sm-4-5 { + margin-left: 1.25rem !important; + margin-right: 1.25rem !important; + } + + .my-sm-4-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + /* Padding */ + .pt-sm-5-5 { + padding-top: 2.25rem !important; + } + + .pe-sm-5-5 { + padding-right: 2.25rem !important; + } + + .pb-sm-5-5 { + padding-bottom: 2.25rem !important; + } + + .ps-sm-5-5 { + padding-left: 2.25rem !important; + } + + .px-sm-5-5 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + + .py-sm-5-5 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + /* Margin */ + .mt-sm-5-5 { + margin-top: 2.25rem !important; + } + + .me-sm-5-5 { + margin-right: 2.25rem !important; + } + + .mb-sm-5-5 { + margin-bottom: 2.25rem !important; + } + + .ms-sm-5-5 { + margin-left: 2.25rem !important; + } + + .mx-sm-5-5 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + + .my-sm-5-5 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } +} + +@media (min-width: 768px) { + /* Padding */ + .pt-md-3-5 { + padding-top: 0.75rem !important; + } + + .pe-md-3-5 { + padding-right: 0.75rem !important; + } + + .pb-md-3-5 { + padding-bottom: 0.75rem !important; + } + + .ps-md-3-5 { + padding-left: 0.75rem !important; + } + + .px-md-3-5 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; + } + + .py-md-3-5 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + /* Margin */ + .mt-md-3-5 { + margin-top: 0.75rem !important; + } + + .me-md-3-5 { + margin-right: 0.75rem !important; + } + + .mb-md-3-5 { + margin-bottom: 0.75rem !important; + } + + .ms-md-3-5 { + margin-left: 0.75rem !important; + } + + .mx-md-3-5 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; + } + + .my-md-3-5 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + /* Padding */ + .pt-md-4-5 { + padding-top: 1.25rem !important; + } + + .pe-md-4-5 { + padding-right: 1.25rem !important; + } + + .pb-md-4-5 { + padding-bottom: 1.25rem !important; + } + + .ps-md-4-5 { + padding-left: 1.25rem !important; + } + + .px-md-4-5 { + padding-left: 1.25rem !important; + padding-right: 1.25rem !important; + } + + .py-md-4-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + /* Margin */ + .mt-md-4-5 { + margin-top: 1.25rem !important; + } + + .me-md-4-5 { + margin-right: 1.25rem !important; + } + + .mb-md-4-5 { + margin-bottom: 1.25rem !important; + } + + .ms-md-4-5 { + margin-left: 1.25rem !important; + } + + .mx-md-4-5 { + margin-left: 1.25rem !important; + margin-right: 1.25rem !important; + } + + .my-md-4-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + /* Padding */ + .pt-md-5-5 { + padding-top: 2.25rem !important; + } + + .pe-md-5-5 { + padding-right: 2.25rem !important; + } + + .pb-md-5-5 { + padding-bottom: 2.25rem !important; + } + + .ps-md-5-5 { + padding-left: 2.25rem !important; + } + + .px-md-5-5 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + + .py-md-5-5 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + /* Margin */ + .mt-md-5-5 { + margin-top: 2.25rem !important; + } + + .me-md-5-5 { + margin-right: 2.25rem !important; + } + + .mb-md-5-5 { + margin-bottom: 2.25rem !important; + } + + .ms-md-5-5 { + margin-left: 2.25rem !important; + } + + .mx-md-5-5 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + + .my-md-5-5 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } +} + +@media (min-width: 992px) { + /* Padding */ + .pt-lg-3-5 { + padding-top: 0.75rem !important; + } + + .pe-lg-3-5 { + padding-right: 0.75rem !important; + } + + .pb-lg-3-5 { + padding-bottom: 0.75rem !important; + } + + .ps-lg-3-5 { + padding-left: 0.75rem !important; + } + + .px-lg-3-5 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; + } + + .py-lg-3-5 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + /* Margin */ + .mt-lg-3-5 { + margin-top: 0.75rem !important; + } + + .me-lg-3-5 { + margin-right: 0.75rem !important; + } + + .mb-lg-3-5 { + margin-bottom: 0.75rem !important; + } + + .ms-lg-3-5 { + margin-left: 0.75rem !important; + } + + .mx-lg-3-5 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; + } + + .my-lg-3-5 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + /* Padding */ + .pt-lg-4-5 { + padding-top: 1.25rem !important; + } + + .pe-lg-4-5 { + padding-right: 1.25rem !important; + } + + .pb-lg-4-5 { + padding-bottom: 1.25rem !important; + } + + .ps-lg-4-5 { + padding-left: 1.25rem !important; + } + + .px-lg-4-5 { + padding-left: 1.25rem !important; + padding-right: 1.25rem !important; + } + + .py-lg-4-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + /* Margin */ + .mt-lg-4-5 { + margin-top: 1.25rem !important; + } + + .me-lg-4-5 { + margin-right: 1.25rem !important; + } + + .mb-lg-4-5 { + margin-bottom: 1.25rem !important; + } + + .ms-lg-4-5 { + margin-left: 1.25rem !important; + } + + .mx-lg-4-5 { + margin-left: 1.25rem !important; + margin-right: 1.25rem !important; + } + + .my-lg-4-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + /* Padding */ + .pt-lg-5-5 { + padding-top: 2.25rem !important; + } + + .pe-lg-5-5 { + padding-right: 2.25rem !important; + } + + .pb-lg-5-5 { + padding-bottom: 2.25rem !important; + } + + .ps-lg-5-5 { + padding-left: 2.25rem !important; + } + + .px-lg-5-5 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + + .py-lg-5-5 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + /* Margin */ + .mt-lg-5-5 { + margin-top: 2.25rem !important; + } + + .me-lg-5-5 { + margin-right: 2.25rem !important; + } + + .mb-lg-5-5 { + margin-bottom: 2.25rem !important; + } + + .ms-lg-5-5 { + margin-left: 2.25rem !important; + } + + .mx-lg-5-5 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + + .my-lg-5-5 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } +} + +@media (min-width: 1200px) { + /* Padding */ + .pt-xl-3-5 { + padding-top: 0.75rem !important; + } + + .pe-xl-3-5 { + padding-right: 0.75rem !important; + } + + .pb-xl-3-5 { + padding-bottom: 0.75rem !important; + } + + .ps-xl-3-5 { + padding-left: 0.75rem !important; + } + + .px-xl-3-5 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; + } + + .py-xl-3-5 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + /* Margin */ + .mt-xl-3-5 { + margin-top: 0.75rem !important; + } + + .me-xl-3-5 { + margin-right: 0.75rem !important; + } + + .mb-xl-3-5 { + margin-bottom: 0.75rem !important; + } + + .ms-xl-3-5 { + margin-left: 0.75rem !important; + } + + .mx-xl-3-5 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; + } + + .my-xl-3-5 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + /* Padding */ + .pt-xl-4-5 { + padding-top: 1.25rem !important; + } + + .pe-xl-4-5 { + padding-right: 1.25rem !important; + } + + .pb-xl-4-5 { + padding-bottom: 1.25rem !important; + } + + .ps-xl-4-5 { + padding-left: 1.25rem !important; + } + + .px-xl-4-5 { + padding-left: 1.25rem !important; + padding-right: 1.25rem !important; + } + + .py-xl-4-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + /* Margin */ + .mt-xl-4-5 { + margin-top: 1.25rem !important; + } + + .me-xl-4-5 { + margin-right: 1.25rem !important; + } + + .mb-xl-4-5 { + margin-bottom: 1.25rem !important; + } + + .ms-xl-4-5 { + margin-left: 1.25rem !important; + } + + .mx-xl-4-5 { + margin-left: 1.25rem !important; + margin-right: 1.25rem !important; + } + + .my-xl-4-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + /* Padding */ + .pt-xl-5-5 { + padding-top: 2.25rem !important; + } + + .pe-xl-5-5 { + padding-right: 2.25rem !important; + } + + .pb-xl-5-5 { + padding-bottom: 2.25rem !important; + } + + .ps-xl-5-5 { + padding-left: 2.25rem !important; + } + + .px-xl-5-5 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + + .py-xl-5-5 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + /* Margin */ + .mt-xl-5-5 { + margin-top: 2.25rem !important; + } + + .me-xl-5-5 { + margin-right: 2.25rem !important; + } + + .mb-xl-5-5 { + margin-bottom: 2.25rem !important; + } + + .ms-xl-5-5 { + margin-left: 2.25rem !important; + } + + .mx-xl-5-5 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + + .my-xl-5-5 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } +} + +/* Before / After */ +.before-d-none:before { + display: none !important; +} + +.after-d-none:after { + display: none !important; +} + +/* Letter Spacing */ +.ls-0 { + letter-spacing: 0 !important; +} + +.negative-ls-05, .n-ls-05 { + letter-spacing: -0.05em; +} + +.negative-ls-1, .n-ls-1 { + letter-spacing: -1px; +} + +.negative-ls-2, .n-ls-2 { + letter-spacing: -2px; +} + +.negative-ls-3, .n-ls-3 { + letter-spacing: -2.5px; +} + +.negative-ls-4, .n-ls-4 { + letter-spacing: -3px; +} + +.negative-ls-5, .n-ls-5 { + letter-spacing: -3.5px; +} + +.positive-ls-1, .ls-1 { + letter-spacing: 1px !important; +} + +.positive-ls-2, .ls-2 { + letter-spacing: 2px !important; +} + +.positive-ls-3, .ls-3 { + letter-spacing: 2.5px !important; +} + +.positive-ls-4, .ls-4 { + letter-spacing: 3px !important; +} + +.positive-ls-5, .ls-5 { + letter-spacing: 3.5px !important; +} + +/* Cursor */ +.cur-pointer { + cursor: pointer; +} + +/* Pointer Events */ +.p-events-none { + pointer-events: none; +} + +/* Font Size */ +.text-0 { + font-size: .7em !important; +} + +.text-1 { + font-size: .8em !important; +} + +.text-2 { + font-size: .9em !important; +} + +.text-2-3, +.text-2-5 { + font-size: .95em !important; +} + +.text-3 { + font-size: 1em !important; +} + +.text-3-4, +.text-3-5 { + font-size: 1.1em !important; +} + +.text-4 { + font-size: 1.2em !important; +} + +.text-4-5 { + font-size: 1.35em !important; +} + +.text-5 { + font-size: 1.50em !important; +} + +.text-5-6, +.text-5-5 { + font-size: 1.65em !important; +} + +.text-6 { + font-size: 1.80em !important; +} + +.text-6-7, +.text-6-5 { + font-size: 1.9em !important; +} + +.text-7 { + font-size: 2em !important; +} + +.text-8 { + font-size: 2.30em !important; +} + +.text-9 { + font-size: 2.50em !important; +} + +.text-10 { + font-size: 2.75em !important; +} + +.text-11 { + font-size: 3em !important; +} + +.text-12 { + font-size: 3.5em !important; +} + +.text-12-13, +.text-12-5 { + font-size: 3.75em !important; +} + +.text-13 { + font-size: 4em !important; +} + +.text-14 { + font-size: 4.5em !important; +} + +.text-15 { + font-size: 5em !important; +} + +.text-16 { + font-size: 5.33em !important; +} + +.text-17 { + font-size: 5.66em !important; +} + +.text-18 { + font-size: 6em !important; +} + +.text-19 { + font-size: 6.33em !important; +} + +.text-20 { + font-size: 6.66em !important; +} + +@media (min-width: 576px) { + .text-sm-0 { + font-size: .7em !important; + } + + .text-sm-1 { + font-size: .8em !important; + } + + .text-sm-2 { + font-size: .9em !important; + } + + .text-sm-2-3, + .text-sm-2-5 { + font-size: .95em !important; + } + + .text-sm-3 { + font-size: 1em !important; + } + + .text-sm-3-4, + .text-sm-3-5 { + font-size: 1.1em !important; + } + + .text-sm-4 { + font-size: 1.2em !important; + } + + .text-sm-4-5 { + font-size: 1.35em !important; + } + + .text-sm-5 { + font-size: 1.50em !important; + } + + .text-sm-5-6, + .text-sm-5-5 { + font-size: 1.65em !important; + } + + .text-sm-6 { + font-size: 1.80em !important; + } + + .text-sm-6-7, + .text-sm-6-5 { + font-size: 1.9em !important; + } + + .text-sm-7 { + font-size: 2em !important; + } + + .text-sm-8 { + font-size: 2.30em !important; + } + + .text-sm-9 { + font-size: 2.50em !important; + } + + .text-sm-10 { + font-size: 2.75em !important; + } + + .text-sm-11 { + font-size: 3em !important; + } + + .text-sm-12 { + font-size: 3.5em !important; + } + + .text-sm-12-13, + .text-sm-12-5 { + font-size: 3.75em !important; + } + + .text-sm-13 { + font-size: 4em !important; + } + + .text-sm-14 { + font-size: 4.5em !important; + } + + .text-sm-15 { + font-size: 5em !important; + } + + .text-sm-16 { + font-size: 5.33em !important; + } + + .text-sm-17 { + font-size: 5.66em !important; + } + + .text-sm-18 { + font-size: 6em !important; + } + + .text-sm-19 { + font-size: 6.33em !important; + } + + .text-sm-20 { + font-size: 6.66em !important; + } +} + +@media (min-width: 768px) { + .text-md-0 { + font-size: .7em !important; + } + + .text-md-1 { + font-size: .8em !important; + } + + .text-md-2 { + font-size: .9em !important; + } + + .text-md-2-3, + .text-md-2-5 { + font-size: .95em !important; + } + + .text-md-3 { + font-size: 1em !important; + } + + .text-md-3-4, + .text-md-3-5 { + font-size: 1.1em !important; + } + + .text-md-4 { + font-size: 1.2em !important; + } + + .text-md-4-5 { + font-size: 1.35em !important; + } + + .text-md-5 { + font-size: 1.50em !important; + } + + .text-md-5-6, + .text-md-5-5 { + font-size: 1.65em !important; + } + + .text-md-6 { + font-size: 1.80em !important; + } + + .text-md-6-7, + .text-md-6-5 { + font-size: 1.9em !important; + } + + .text-md-7 { + font-size: 2em !important; + } + + .text-md-8 { + font-size: 2.30em !important; + } + + .text-md-9 { + font-size: 2.50em !important; + } + + .text-md-10 { + font-size: 2.75em !important; + } + + .text-md-11 { + font-size: 3em !important; + } + + .text-md-12 { + font-size: 3.5em !important; + } + + .text-md-12-13, + .text-md-12-5 { + font-size: 3.75em !important; + } + + .text-md-13 { + font-size: 4em !important; + } + + .text-md-14 { + font-size: 4.5em !important; + } + + .text-md-15 { + font-size: 5em !important; + } + + .text-md-16 { + font-size: 5.33em !important; + } + + .text-md-17 { + font-size: 5.66em !important; + } + + .text-md-18 { + font-size: 6em !important; + } + + .text-md-19 { + font-size: 6.33em !important; + } + + .text-md-20 { + font-size: 6.66em !important; + } +} + +@media (min-width: 992px) { + .text-lg-0 { + font-size: .7em !important; + } + + .text-lg-1 { + font-size: .8em !important; + } + + .text-lg-2 { + font-size: .9em !important; + } + + .text-lg-2-3, + .text-lg-2-5 { + font-size: .95em !important; + } + + .text-lg-3 { + font-size: 1em !important; + } + + .text-lg-3-4, + .text-lg-3-5 { + font-size: 1.1em !important; + } + + .text-lg-4 { + font-size: 1.2em !important; + } + + .text-lg-4-5 { + font-size: 1.35em !important; + } + + .text-lg-5 { + font-size: 1.50em !important; + } + + .text-lg-5-6, + .text-lg-5-5 { + font-size: 1.65em !important; + } + + .text-lg-6 { + font-size: 1.80em !important; + } + + .text-lg-6-7, + .text-lg-6-5 { + font-size: 1.9em !important; + } + + .text-lg-7 { + font-size: 2em !important; + } + + .text-lg-8 { + font-size: 2.30em !important; + } + + .text-lg-9 { + font-size: 2.50em !important; + } + + .text-lg-10 { + font-size: 2.75em !important; + } + + .text-lg-11 { + font-size: 3em !important; + } + + .text-lg-12 { + font-size: 3.5em !important; + } + + .text-lg-12-13, + .text-lg-12-5 { + font-size: 3.75em !important; + } + + .text-lg-13 { + font-size: 4em !important; + } + + .text-lg-14 { + font-size: 4.5em !important; + } + + .text-lg-15 { + font-size: 5em !important; + } + + .text-lg-16 { + font-size: 5.33em !important; + } + + .text-lg-17 { + font-size: 5.66em !important; + } + + .text-lg-18 { + font-size: 6em !important; + } + + .text-lg-19 { + font-size: 6.33em !important; + } + + .text-lg-20 { + font-size: 6.66em !important; + } +} + +@media (min-width: 1200px) { + .text-xl-0 { + font-size: .7em !important; + } + + .text-xl-1 { + font-size: .8em !important; + } + + .text-xl-2 { + font-size: .9em !important; + } + + .text-xl-2-3, + .text-xl-2-5 { + font-size: .95em !important; + } + + .text-xl-3 { + font-size: 1em !important; + } + + .text-xl-3-4, + .text-xl-3-5 { + font-size: 1.1em !important; + } + + .text-xl-4 { + font-size: 1.2em !important; + } + + .text-xl-4-5 { + font-size: 1.35em !important; + } + + .text-xl-5 { + font-size: 1.50em !important; + } + + .text-xl-5-6, + .text-xl-5-5 { + font-size: 1.65em !important; + } + + .text-xl-6 { + font-size: 1.80em !important; + } + + .text-xl-6-7, + .text-xl-6-5 { + font-size: 1.9em !important; + } + + .text-xl-7 { + font-size: 2em !important; + } + + .text-xl-8 { + font-size: 2.30em !important; + } + + .text-xl-9 { + font-size: 2.50em !important; + } + + .text-xl-10 { + font-size: 2.75em !important; + } + + .text-xl-11 { + font-size: 3em !important; + } + + .text-xl-12 { + font-size: 3.5em !important; + } + + .text-xl-12-13, + .text-xl-12-5 { + font-size: 3.75em !important; + } + + .text-xl-13 { + font-size: 4em !important; + } + + .text-xl-14 { + font-size: 4.5em !important; + } + + .text-xl-15 { + font-size: 5em !important; + } + + .text-xl-16 { + font-size: 5.33em !important; + } + + .text-xl-17 { + font-size: 5.66em !important; + } + + .text-xl-18 { + font-size: 6em !important; + } + + .text-xl-19 { + font-size: 6.33em !important; + } + + .text-xl-20 { + font-size: 6.66em !important; + } +} + +.text-1rem { + font-size: 16px !important; + font-size: 1rem !important; +} + +/* Text Resp */ +.text-resp-50 { + line-height: 1; + font-size: clamp(25px, 8.3333333333px + 0.0347222222 * 100vw, 50px); +} + +.text-resp-100 { + line-height: 1; + font-size: clamp(50px, 16.6666666667px + 0.0694444444 * 100vw, 100px); +} + +.text-resp-150 { + line-height: 1; + font-size: clamp(75px, 25px + 0.1041666667 * 100vw, 150px); +} + +.text-resp-200 { + line-height: 1; + font-size: clamp(100px, 33.3333333333px + 0.1388888889 * 100vw, 200px); +} + +.text-resp-250 { + line-height: 1; + font-size: clamp(125px, 41.6666666667px + 0.1736111111 * 100vw, 250px); +} + +/* Text Overflow Center */ +.text-overflow-center { + margin-left: -100%; + margin-right: -100%; + text-align: center; +} + +/* Line Height */ +.line-height-initial { + line-height: initial !important; +} + +.line-height-1 { + line-height: 1 !important; +} + +.line-height-1-1 { + line-height: 1.1 !important; +} + +.line-height-2 { + line-height: 1.2 !important; +} + +.line-height-3 { + line-height: 1.3 !important; +} + +.line-height-4 { + line-height: 1.4 !important; +} + +.line-height-5 { + line-height: 1.5 !important; +} + +.line-height-6 { + line-height: 1.6 !important; +} + +.line-height-7 { + line-height: 1.7 !important; +} + +.line-height-8 { + line-height: 1.8 !important; +} + +.line-height-9 { + line-height: 1.9 !important; +} + +@media (min-width: 576px) { + .line-height-sm-initial { + line-height: initial !important; + } + + .line-height-sm-1 { + line-height: 1 !important; + } + + .line-height-sm-1-1 { + line-height: 1.1 !important; + } + + .line-height-sm-2 { + line-height: 1.2 !important; + } + + .line-height-sm-3 { + line-height: 1.3 !important; + } + + .line-height-sm-4 { + line-height: 1.4 !important; + } + + .line-height-sm-5 { + line-height: 1.5 !important; + } + + .line-height-sm-6 { + line-height: 1.6 !important; + } + + .line-height-sm-7 { + line-height: 1.7 !important; + } + + .line-height-sm-8 { + line-height: 1.8 !important; + } + + .line-height-sm-9 { + line-height: 1.9 !important; + } +} + +@media (min-width: 768px) { + .line-height-md-initial { + line-height: initial !important; + } + + .line-height-md-1 { + line-height: 1 !important; + } + + .line-height-md-1-1 { + line-height: 1.1 !important; + } + + .line-height-md-2 { + line-height: 1.2 !important; + } + + .line-height-md-3 { + line-height: 1.3 !important; + } + + .line-height-md-4 { + line-height: 1.4 !important; + } + + .line-height-md-5 { + line-height: 1.5 !important; + } + + .line-height-md-6 { + line-height: 1.6 !important; + } + + .line-height-md-7 { + line-height: 1.7 !important; + } + + .line-height-md-8 { + line-height: 1.8 !important; + } + + .line-height-md-9 { + line-height: 1.9 !important; + } +} + +@media (min-width: 992px) { + .line-height-lg-initial { + line-height: initial !important; + } + + .line-height-lg-1 { + line-height: 1 !important; + } + + .line-height-lg-1-1 { + line-height: 1.1 !important; + } + + .line-height-lg-2 { + line-height: 1.2 !important; + } + + .line-height-lg-3 { + line-height: 1.3 !important; + } + + .line-height-lg-4 { + line-height: 1.4 !important; + } + + .line-height-lg-5 { + line-height: 1.5 !important; + } + + .line-height-lg-6 { + line-height: 1.6 !important; + } + + .line-height-lg-7 { + line-height: 1.7 !important; + } + + .line-height-lg-8 { + line-height: 1.8 !important; + } + + .line-height-lg-9 { + line-height: 1.9 !important; + } +} + +@media (min-width: 1200px) { + .line-height-xl-initial { + line-height: initial !important; + } + + .line-height-xl-1 { + line-height: 1 !important; + } + + .line-height-xl-1-1 { + line-height: 1.1 !important; + } + + .line-height-xl-2 { + line-height: 1.2 !important; + } + + .line-height-xl-3 { + line-height: 1.3 !important; + } + + .line-height-xl-4 { + line-height: 1.4 !important; + } + + .line-height-xl-5 { + line-height: 1.5 !important; + } + + .line-height-xl-6 { + line-height: 1.6 !important; + } + + .line-height-xl-7 { + line-height: 1.7 !important; + } + + .line-height-xl-8 { + line-height: 1.8 !important; + } + + .line-height-xl-9 { + line-height: 1.9 !important; + } +} + +/* Opacity */ +.opacity-0 { + opacity: 0.0 !important; +} + +.opacity-1 { + opacity: 0.1 !important; +} + +.opacity-2 { + opacity: 0.2 !important; +} + +.opacity-3 { + opacity: 0.3 !important; +} + +.opacity-4 { + opacity: 0.4 !important; +} + +.opacity-5 { + opacity: 0.5 !important; +} + +.opacity-6 { + opacity: 0.6 !important; +} + +.opacity-7 { + opacity: 0.7 !important; +} + +.opacity-8 { + opacity: 0.8 !important; +} + +.opacity-9 { + opacity: 0.9 !important; +} + +.opacity-10 { + opacity: 1 !important; +} + +.opacity-hover-0 { + transition: ease opacity 300ms; +} + +.opacity-hover-0:hover { + opacity: 0.0 !important; +} + +.opacity-hover-1 { + transition: ease opacity 300ms; +} + +.opacity-hover-1:hover { + opacity: 0.1 !important; +} + +.opacity-hover-2 { + transition: ease opacity 300ms; +} + +.opacity-hover-2:hover { + opacity: 0.2 !important; +} + +.opacity-hover-3 { + transition: ease opacity 300ms; +} + +.opacity-hover-3:hover { + opacity: 0.3 !important; +} + +.opacity-hover-4 { + transition: ease opacity 300ms; +} + +.opacity-hover-4:hover { + opacity: 0.4 !important; +} + +.opacity-hover-5 { + transition: ease opacity 300ms; +} + +.opacity-hover-5:hover { + opacity: 0.5 !important; +} + +.opacity-hover-6 { + transition: ease opacity 300ms; +} + +.opacity-hover-6:hover { + opacity: 0.6 !important; +} + +.opacity-hover-7 { + transition: ease opacity 300ms; +} + +.opacity-hover-7:hover { + opacity: 0.7 !important; +} + +.opacity-hover-8 { + transition: ease opacity 300ms; +} + +.opacity-hover-8:hover { + opacity: 0.8 !important; +} + +.opacity-hover-9 { + transition: ease opacity 300ms; +} + +.opacity-hover-9:hover { + opacity: 0.9 !important; +} + +.opacity-hover-10 { + transition: ease opacity 300ms; +} + +.opacity-hover-10:hover { + opacity: 1 !important; +} + +/* Scale */ +.scale-1 { + transform: scale(1.1) !important; +} + +.scale-2 { + transform: scale(1.2) !important; +} + +.scale-3 { + transform: scale(1.3) !important; +} + +.scale-4 { + transform: scale(1.4) !important; +} + +.scale-5 { + transform: scale(1.5) !important; +} + +.scale-6 { + transform: scale(1.6) !important; +} + +/* Top / Bottom / Left / Right */ +.top-auto { + top: auto !important; +} + +.bottom-auto { + bottom: auto !important; +} + +.top-50pct { + top: 50%; +} + +.left-50pct { + left: 50%; +} + +.left-100pct { + left: 100%; +} + +.right-100pct { + right: 100%; +} + +.top-0 { + top: 0px !important; +} + +.bottom-0 { + bottom: 0px !important; +} + +.left-0 { + left: 0px !important; +} + +.right-0 { + right: 0px !important; +} + +.top-1 { + top: 1px !important; +} + +.bottom-1 { + bottom: 1px !important; +} + +.left-1 { + left: 1px !important; +} + +.right-1 { + right: 1px !important; +} + +.top-2 { + top: 2px !important; +} + +.bottom-2 { + bottom: 2px !important; +} + +.left-2 { + left: 2px !important; +} + +.right-2 { + right: 2px !important; +} + +.top-3 { + top: 3px !important; +} + +.bottom-3 { + bottom: 3px !important; +} + +.left-3 { + left: 3px !important; +} + +.right-3 { + right: 3px !important; +} + +.top-4 { + top: 4px !important; +} + +.bottom-4 { + bottom: 4px !important; +} + +.left-4 { + left: 4px !important; +} + +.right-4 { + right: 4px !important; +} + +.top-5 { + top: 5px !important; +} + +.bottom-5 { + bottom: 5px !important; +} + +.left-5 { + left: 5px !important; +} + +.right-5 { + right: 5px !important; +} + +.top-6 { + top: 6px !important; +} + +.bottom-6 { + bottom: 6px !important; +} + +.left-6 { + left: 6px !important; +} + +.right-6 { + right: 6px !important; +} + +.top-7 { + top: 7px !important; +} + +.bottom-7 { + bottom: 7px !important; +} + +.left-7 { + left: 7px !important; +} + +.right-7 { + right: 7px !important; +} + +.top-8 { + top: 8px !important; +} + +.bottom-8 { + bottom: 8px !important; +} + +.left-8 { + left: 8px !important; +} + +.right-8 { + right: 8px !important; +} + +.top-9 { + top: 9px !important; +} + +.bottom-9 { + bottom: 9px !important; +} + +.left-9 { + left: 9px !important; +} + +.right-9 { + right: 9px !important; +} + +.top-10 { + top: 10px !important; +} + +.bottom-10 { + bottom: 10px !important; +} + +.left-10 { + left: 10px !important; +} + +.right-10 { + right: 10px !important; +} + +.top-11 { + top: 11px !important; +} + +.bottom-11 { + bottom: 11px !important; +} + +.left-11 { + left: 11px !important; +} + +.right-11 { + right: 11px !important; +} + +.top-12 { + top: 12px !important; +} + +.bottom-12 { + bottom: 12px !important; +} + +.left-12 { + left: 12px !important; +} + +.right-12 { + right: 12px !important; +} + +.top-13 { + top: 13px !important; +} + +.bottom-13 { + bottom: 13px !important; +} + +.left-13 { + left: 13px !important; +} + +.right-13 { + right: 13px !important; +} + +.top-14 { + top: 14px !important; +} + +.bottom-14 { + bottom: 14px !important; +} + +.left-14 { + left: 14px !important; +} + +.right-14 { + right: 14px !important; +} + +.top-15 { + top: 15px !important; +} + +.bottom-15 { + bottom: 15px !important; +} + +.left-15 { + left: 15px !important; +} + +.right-15 { + right: 15px !important; +} + +.top-16 { + top: 16px !important; +} + +.bottom-16 { + bottom: 16px !important; +} + +.left-16 { + left: 16px !important; +} + +.right-16 { + right: 16px !important; +} + +.top-17 { + top: 17px !important; +} + +.bottom-17 { + bottom: 17px !important; +} + +.left-17 { + left: 17px !important; +} + +.right-17 { + right: 17px !important; +} + +.top-18 { + top: 18px !important; +} + +.bottom-18 { + bottom: 18px !important; +} + +.left-18 { + left: 18px !important; +} + +.right-18 { + right: 18px !important; +} + +.top-19 { + top: 19px !important; +} + +.bottom-19 { + bottom: 19px !important; +} + +.left-19 { + left: 19px !important; +} + +.right-19 { + right: 19px !important; +} + +.top-20 { + top: 20px !important; +} + +.bottom-20 { + bottom: 20px !important; +} + +.left-20 { + left: 20px !important; +} + +.right-20 { + right: 20px !important; +} + +.top-21 { + top: 21px !important; +} + +.bottom-21 { + bottom: 21px !important; +} + +.left-21 { + left: 21px !important; +} + +.right-21 { + right: 21px !important; +} + +.top-22 { + top: 22px !important; +} + +.bottom-22 { + bottom: 22px !important; +} + +.left-22 { + left: 22px !important; +} + +.right-22 { + right: 22px !important; +} + +.top-23 { + top: 23px !important; +} + +.bottom-23 { + bottom: 23px !important; +} + +.left-23 { + left: 23px !important; +} + +.right-23 { + right: 23px !important; +} + +.top-24 { + top: 24px !important; +} + +.bottom-24 { + bottom: 24px !important; +} + +.left-24 { + left: 24px !important; +} + +.right-24 { + right: 24px !important; +} + +.top-25 { + top: 25px !important; +} + +.bottom-25 { + bottom: 25px !important; +} + +.left-25 { + left: 25px !important; +} + +.right-25 { + right: 25px !important; +} + +.top-26 { + top: 26px !important; +} + +.bottom-26 { + bottom: 26px !important; +} + +.left-26 { + left: 26px !important; +} + +.right-26 { + right: 26px !important; +} + +.top-27 { + top: 27px !important; +} + +.bottom-27 { + bottom: 27px !important; +} + +.left-27 { + left: 27px !important; +} + +.right-27 { + right: 27px !important; +} + +.top-28 { + top: 28px !important; +} + +.bottom-28 { + bottom: 28px !important; +} + +.left-28 { + left: 28px !important; +} + +.right-28 { + right: 28px !important; +} + +.top-29 { + top: 29px !important; +} + +.bottom-29 { + bottom: 29px !important; +} + +.left-29 { + left: 29px !important; +} + +.right-29 { + right: 29px !important; +} + +.top-30 { + top: 30px !important; +} + +.bottom-30 { + bottom: 30px !important; +} + +.left-30 { + left: 30px !important; +} + +.right-30 { + right: 30px !important; +} + +.top-40 { + top: 40px !important; +} + +.bottom-40 { + bottom: 40px !important; +} + +/* Transforms */ +/* Negative */ +.transform3dx-n50 { + transform: translate3d(-50%, 0, 0); +} + +.transform3dy-n50 { + transform: translate3d(0, -50%, 0); +} + +.transform3dxy-n50 { + transform: translate3d(-50%, -50%, 0); +} + +.transform3dx-n100 { + transform: translate3d(-100%, 0, 0); +} + +.transform3dy-n100 { + transform: translate3d(0, -100%, 0); +} + +/* Positive */ +.transform3dx-p50 { + transform: translate3d(50%, 0, 0); +} + +.transform3dy-p50 { + transform: translate3d(0, 50%, 0); +} + +.transformY-p100 { + transform: translateY(100%); +} + +/* Positive */ +.transformZ0 { + transform: translateZ(0px); +} + +/* Outline */ +.outline-none { + outline: 0 !important; +} + +/* Text Decoration */ +.text-decoration-none { + text-decoration: none !important; +} + +.text-decoration-underline { + text-decoration: underline !important; +} + +.text-decoration-underline-2 { + text-decoration: none !important; + border-bottom: 1px solid; + border-bottom-color: inherit; +} + +/* Text Alignment */ +.text-justify { + text-align: justify; +} + +/* Text Transform */ +.text-uppercase { + text-transform: uppercase !important; +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.text-transform-none { + text-transform: none !important; +} + +/* Transform */ +.transform-none { + transform: none !important; +} + +/* States */ +.text-muted { + color: #999 !important; +} + +html.dark .text-muted { + color: var(--grey-900) !important; +} + +/* Overflow */ +.overflow-visible { + overflow: visible !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +/* Z-Index */ +.z-index-initial { + z-index: initial !important; +} + +.z-index-0 { + z-index: 0 !important; +} + +.z-index-hover-0:hover { + z-index: 0 !important; +} + +.z-index-1 { + z-index: 1 !important; +} + +.z-index-hover-1:hover { + z-index: 1 !important; +} + +.z-index-2 { + z-index: 2 !important; +} + +.z-index-hover-2:hover { + z-index: 2 !important; +} + +.z-index-3 { + z-index: 3 !important; +} + +.z-index-hover-3:hover { + z-index: 3 !important; +} + +.z-index-4 { + z-index: 4 !important; +} + +.z-index-hover-4:hover { + z-index: 4 !important; +} + +.z-index-5 { + z-index: 5 !important; +} + +.z-index-hover-5:hover { + z-index: 5 !important; +} + +.z-index-6 { + z-index: 6 !important; +} + +.z-index-hover-6:hover { + z-index: 6 !important; +} + +.z-index-7 { + z-index: 7 !important; +} + +.z-index-hover-7:hover { + z-index: 7 !important; +} + +.z-index-8 { + z-index: 8 !important; +} + +.z-index-hover-8:hover { + z-index: 8 !important; +} + +.z-index-9 { + z-index: 9 !important; +} + +.z-index-hover-9:hover { + z-index: 9 !important; +} + +.z-index-10 { + z-index: 10 !important; +} + +.z-index-hover-10:hover { + z-index: 10 !important; +} + +@media (max-width: 991px) { + .z-index-mobile-0 { + z-index: 0 !important; + } +} + +/* Star Rating */ +.rating-default .filled-stars { + color: #6a6a6d; +} + +/* Star Rating - Skin */ +.rating-primary .filled-stars { + color: var(--primary); +} + +.rating-secondary .filled-stars { + color: var(--secondary); +} + +.rating-tertiary .filled-stars { + color: var(--tertiary); +} + +.rating-quaternary .filled-stars { + color: var(--quaternary); +} + +.rating-dark .filled-stars { + color: var(--dark); +} + +.rating-light .filled-stars { + color: var(--light); +} + +/* Weights */ +.font-weight-thin { + font-weight: 100 !important; +} + +.font-weight-extralight, +.font-weight-extra-light { + font-weight: 200 !important; +} + +.font-weight-light { + font-weight: 300 !important; +} + +.font-weight-regular, +.font-weight-normal { + font-weight: 400 !important; +} + +.font-weight-medium { + font-weight: 500 !important; +} + +.font-weight-semibold, +.font-weight-semi-bold { + font-weight: 600 !important; +} + +.font-weight-bold { + font-weight: 700 !important; +} + +.font-weight-extrabold, +.font-weight-extra-bold { + font-weight: 800 !important; +} + +.font-weight-black { + font-weight: 900 !important; +} + +/* Letter Space */ +.letter-spacing-minus-1 { + letter-spacing: -1px; +} + +/* Borders */ +.no-borders { + border: none !important; +} + +.rounded { + border-radius: 5px !important; +} + +.b-thin { + border-width: 3px !important; +} + +.b-normal { + border-width: 5px !important; +} + +.b-thick { + border-width: 7px !important; +} + +.border-top { + border-top-color: var(--grey-200) !important; +} + +.border-bottom { + border-bottom-color: var(--grey-200) !important; +} + +.border-left, .border-start { + border-left-color: var(--grey-200) !important; +} + +.border-right, .border-end { + border-right-color: var(--grey-200) !important; +} + +.border-all { + border: 1px solid var(--grey-200) !important; +} + +.border-top-light { + border-top: 1px solid rgba(0, 0, 0, 0.06) !important; +} + +.border-bottom-light { + border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; +} + +.border-left-light { + border-left: 1px solid rgba(0, 0, 0, 0.06) !important; +} + +.border-right-light { + border-right: 1px solid rgba(0, 0, 0, 0.06) !important; +} + +.border-all-light { + border: 1px solid rgba(0, 0, 0, 0.06) !important; +} + +.border-white { + border-color: var(--light) !important; +} + +.border-color-transparent-hover { + transition: all 0.2s; +} + +.border-color-transparent-hover:hover { + border-color: transparent !important; +} + +.border-color-light-2 { + border-color: rgba(255, 255, 255, 0.3) !important; +} + +.border-color-light-3 { + border-color: rgba(255, 255, 255, 0.05) !important; +} + +.border-color-light-4 { + border-color: rgba(255, 255, 255, 0.1) !important; +} + +.border-color-light-5 { + border-color: rgba(255, 255, 255, 0.2) !important; +} + +.border-color-grey-1 { + border-color: #e9e9e9 !important; +} + +.border-color-success { + border-color: #0cc485 !important; +} + +.border { + border: 1px solid #e7e7e7 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +@media (min-width: 576px) { + .border-sm { + border: 1px solid #e7e7e7 !important; + } + + .border-sm-0 { + border: 0 !important; + } + + .border-top-sm-0 { + border-top: 0 !important; + } + + .border-bottom-sm-0 { + border-bottom: 0 !important; + } + + .border-end-sm-0 { + border-right: 0 !important; + } + + .border-start-sm-0 { + border-left: 0 !important; + } +} + +@media (min-width: 768px) { + .border-md { + border: 1px solid #e7e7e7 !important; + } + + .border-md-0 { + border: 0 !important; + } + + .border-top-md-0 { + border-top: 0 !important; + } + + .border-bottom-md-0 { + border-bottom: 0 !important; + } + + .border-end-md-0 { + border-right: 0 !important; + } + + .border-start-md-0 { + border-left: 0 !important; + } +} + +@media (min-width: 992px) { + .border-lg { + border: 1px solid #e7e7e7 !important; + } + + .border-lg-0 { + border: 0 !important; + } + + .border-top-lg-0 { + border-top: 0 !important; + } + + .border-bottom-lg-0 { + border-bottom: 0 !important; + } + + .border-end-lg-0 { + border-right: 0 !important; + } + + .border-start-lg-0 { + border-left: 0 !important; + } +} + +@media (min-width: 1200px) { + .border-xl { + border: 1px solid #e7e7e7 !important; + } + + .border-xl-0 { + border: 0 !important; + } + + .border-top-xl-0 { + border-top: 0 !important; + } + + .border-bottom-xl-0 { + border-bottom: 0 !important; + } + + .border-end-xl-0 { + border-right: 0 !important; + } + + .border-start-xl-0 { + border-left: 0 !important; + } +} + +.border-1 { + border-width: 1px !important; +} + +.border-2 { + border-width: 2px !important; +} + +.border-3 { + border-width: 3px !important; +} + +.border-4 { + border-width: 4px !important; +} + +.border-5 { + border-width: 5px !important; +} + +.border-6 { + border-width: 6px !important; +} + +.border-7 { + border-width: 7px !important; +} + +.border-8 { + border-width: 8px !important; +} + +.border-9 { + border-width: 9px !important; +} + +.border-10 { + border-width: 10px !important; +} + +/* Border - Skin */ +.border-color-primary, .border-primary { + border-color: var(--primary) !important; +} + +.border-color-primary-rgba-0 { + border-color: var(--primary-rgba-0) !important; +} + +.border-color-primary-rgba-10 { + border-color: var(--primary-rgba-10) !important; +} + +.border-color-primary-rgba-20 { + border-color: var(--primary-rgba-20) !important; +} + +.border-color-primary-rgba-30 { + border-color: var(--primary-rgba-30) !important; +} + +.border-color-primary-rgba-40 { + border-color: var(--primary-rgba-40) !important; +} + +.border-color-primary-rgba-50 { + border-color: var(--primary-rgba-50) !important; +} + +.border-color-primary-rgba-60 { + border-color: var(--primary-rgba-60) !important; +} + +.border-color-primary-rgba-70 { + border-color: var(--primary-rgba-70) !important; +} + +.border-color-primary-rgba-80 { + border-color: var(--primary-rgba-80) !important; +} + +.border-color-primary-rgba-90 { + border-color: var(--primary-rgba-90) !important; +} + +.border-color-secondary, .border-secondary { + border-color: var(--secondary) !important; +} + +.border-color-secondary-rgba-0 { + border-color: var(--secondary-rgba-0) !important; +} + +.border-color-secondary-rgba-10 { + border-color: var(--secondary-rgba-10) !important; +} + +.border-color-secondary-rgba-20 { + border-color: var(--secondary-rgba-20) !important; +} + +.border-color-secondary-rgba-30 { + border-color: var(--secondary-rgba-30) !important; +} + +.border-color-secondary-rgba-40 { + border-color: var(--secondary-rgba-40) !important; +} + +.border-color-secondary-rgba-50 { + border-color: var(--secondary-rgba-50) !important; +} + +.border-color-secondary-rgba-60 { + border-color: var(--secondary-rgba-60) !important; +} + +.border-color-secondary-rgba-70 { + border-color: var(--secondary-rgba-70) !important; +} + +.border-color-secondary-rgba-80 { + border-color: var(--secondary-rgba-80) !important; +} + +.border-color-secondary-rgba-90 { + border-color: var(--secondary-rgba-90) !important; +} + +.border-color-tertiary, .border-tertiary { + border-color: var(--tertiary) !important; +} + +.border-color-tertiary-rgba-0 { + border-color: var(--tertiary-rgba-0) !important; +} + +.border-color-tertiary-rgba-10 { + border-color: var(--tertiary-rgba-10) !important; +} + +.border-color-tertiary-rgba-20 { + border-color: var(--tertiary-rgba-20) !important; +} + +.border-color-tertiary-rgba-30 { + border-color: var(--tertiary-rgba-30) !important; +} + +.border-color-tertiary-rgba-40 { + border-color: var(--tertiary-rgba-40) !important; +} + +.border-color-tertiary-rgba-50 { + border-color: var(--tertiary-rgba-50) !important; +} + +.border-color-tertiary-rgba-60 { + border-color: var(--tertiary-rgba-60) !important; +} + +.border-color-tertiary-rgba-70 { + border-color: var(--tertiary-rgba-70) !important; +} + +.border-color-tertiary-rgba-80 { + border-color: var(--tertiary-rgba-80) !important; +} + +.border-color-tertiary-rgba-90 { + border-color: var(--tertiary-rgba-90) !important; +} + +.border-color-quaternary, .border-quaternary { + border-color: var(--quaternary) !important; +} + +.border-color-quaternary-rgba-0 { + border-color: var(--quaternary-rgba-0) !important; +} + +.border-color-quaternary-rgba-10 { + border-color: var(--quaternary-rgba-10) !important; +} + +.border-color-quaternary-rgba-20 { + border-color: var(--quaternary-rgba-20) !important; +} + +.border-color-quaternary-rgba-30 { + border-color: var(--quaternary-rgba-30) !important; +} + +.border-color-quaternary-rgba-40 { + border-color: var(--quaternary-rgba-40) !important; +} + +.border-color-quaternary-rgba-50 { + border-color: var(--quaternary-rgba-50) !important; +} + +.border-color-quaternary-rgba-60 { + border-color: var(--quaternary-rgba-60) !important; +} + +.border-color-quaternary-rgba-70 { + border-color: var(--quaternary-rgba-70) !important; +} + +.border-color-quaternary-rgba-80 { + border-color: var(--quaternary-rgba-80) !important; +} + +.border-color-quaternary-rgba-90 { + border-color: var(--quaternary-rgba-90) !important; +} + +.border-color-dark, .border-dark { + border-color: var(--dark) !important; +} + +.border-color-dark-rgba-0 { + border-color: var(--dark-rgba-0) !important; +} + +.border-color-dark-rgba-10 { + border-color: var(--dark-rgba-10) !important; +} + +.border-color-dark-rgba-20 { + border-color: var(--dark-rgba-20) !important; +} + +.border-color-dark-rgba-30 { + border-color: var(--dark-rgba-30) !important; +} + +.border-color-dark-rgba-40 { + border-color: var(--dark-rgba-40) !important; +} + +.border-color-dark-rgba-50 { + border-color: var(--dark-rgba-50) !important; +} + +.border-color-dark-rgba-60 { + border-color: var(--dark-rgba-60) !important; +} + +.border-color-dark-rgba-70 { + border-color: var(--dark-rgba-70) !important; +} + +.border-color-dark-rgba-80 { + border-color: var(--dark-rgba-80) !important; +} + +.border-color-dark-rgba-90 { + border-color: var(--dark-rgba-90) !important; +} + +.border-color-light, .border-light { + border-color: var(--light) !important; +} + +.border-color-light-rgba-0 { + border-color: var(--light-rgba-0) !important; +} + +.border-color-light-rgba-10 { + border-color: var(--light-rgba-10) !important; +} + +.border-color-light-rgba-20 { + border-color: var(--light-rgba-20) !important; +} + +.border-color-light-rgba-30 { + border-color: var(--light-rgba-30) !important; +} + +.border-color-light-rgba-40 { + border-color: var(--light-rgba-40) !important; +} + +.border-color-light-rgba-50 { + border-color: var(--light-rgba-50) !important; +} + +.border-color-light-rgba-60 { + border-color: var(--light-rgba-60) !important; +} + +.border-color-light-rgba-70 { + border-color: var(--light-rgba-70) !important; +} + +.border-color-light-rgba-80 { + border-color: var(--light-rgba-80) !important; +} + +.border-color-light-rgba-90 { + border-color: var(--light-rgba-90) !important; +} + +.border-color-grey { + border-color: var(--grey) !important; +} + +.border-color-grey-100 { + border-color: var(--grey-100) !important; +} + +.border-color-grey-200 { + border-color: var(--grey-200) !important; +} + +.border-color-grey-300 { + border-color: var(--grey-300) !important; +} + +.border-color-grey-400 { + border-color: var(--grey-400) !important; +} + +.border-color-grey-500 { + border-color: var(--grey-500) !important; +} + +.border-color-grey-600 { + border-color: var(--grey-600) !important; +} + +.border-color-grey-700 { + border-color: var(--grey-700) !important; +} + +.border-color-grey-800 { + border-color: var(--grey-800) !important; +} + +.border-color-grey-900 { + border-color: var(--grey-900) !important; +} + +.border-color-grey-1000 { + border-color: var(--grey-1000) !important; +} + +/* Border Hover */ +.border-color-hover-primary:hover { + border-color: var(--primary) !important; +} + +.border-color-hover-secondary:hover { + border-color: var(--secondary) !important; +} + +.border-color-hover-tertiary:hover { + border-color: var(--tertiary) !important; +} + +.border-color-hover-quaternary:hover { + border-color: var(--quaternary) !important; +} + +.border-color-hover-dark:hover { + border-color: var(--dark) !important; +} + +.border-color-hover-light:hover { + border-color: var(--light) !important; +} + +/* Border Radius */ +.border-radius { + border-radius: var(--border-radius) !important; +} + +.border-radius-2 { + border-radius: var(--border-radius2x) !important; +} + +.border-radius-2-bottom { + border-bottom-top-radius: var(--border-radius2x) !important; + border-bottom-left-radius: var(--border-radius2x) !important; +} + +.border-radius-2-top { + border-top-left-radius: var(--border-radius2x) !important; + border-top-right-radius: var(--border-radius2x) !important; +} + +.border-radius-0 { + border-radius: 0 !important; +} + +:root { + --bs-border-radius: var(--border-radius); + --bs-btn-border-radius: var(--border-radius); +} + +/* Rounder Circle */ +.rounded-circle { + border-radius: 50% !important; +} + +html body .rounded-circle { + border-radius: 50% !important; +} + +/* Border Width */ +.border-width-1 { + border-width: 1px !important; +} + +.border-width-2 { + border-width: 2px !important; +} + +.border-width-3 { + border-width: 3px !important; +} + +.border-width-4 { + border-width: 4px !important; +} + +.border-width-5 { + border-width: 5px !important; +} + +.border-width-6 { + border-width: 6px !important; +} + +.border-width-7 { + border-width: 7px !important; +} + +.border-width-8 { + border-width: 8px !important; +} + +.border-width-9 { + border-width: 9px !important; +} + +.border-width-10 { + border-width: 10px !important; +} + +@media (max-width: 767px) { + .border-sm-none { + border: 0 !important; + } +} + +/* Perspective */ +.perspective-100 { + perspective: 100px !important; +} + +.perspective-200 { + perspective: 200px !important; +} + +.perspective-300 { + perspective: 300px !important; +} + +.perspective-400 { + perspective: 400px !important; +} + +.perspective-500 { + perspective: 500px !important; +} + +.perspective-600 { + perspective: 600px !important; +} + +.perspective-700 { + perspective: 700px !important; +} + +.perspective-800 { + perspective: 800px !important; +} + +.perspective-900 { + perspective: 900px !important; +} + +.perspective-1000 { + perspective: 1000px !important; +} + +/* Hide Text */ +.hide-text { + display: block; + text-indent: -9999px; + width: 0; + height: 0; +} + +/* General Helpers */ +.ws-nowrap { + white-space: nowrap !important; +} + +.ws-normal { + white-space: normal !important; +} + +.ws-pre-line { + white-space: pre-line !important; +} + +.ws-pre-wrap { + white-space: pre-wrap !important; +} + +.wb-all { + word-break: break-all !important; +} + +/* Width */ +.w-auto { + width: auto !important; +} + +.w-25pct { + width: 25% !important; +} + +.w-50pct { + width: 50% !important; +} + +.w-75pct { + width: 75% !important; +} + +.w-100pct { + width: 100% !important; +} + +@media (min-width: 576px) { + .w-sm-auto { + width: auto !important; + } + + .w-sm-25pct { + width: 25% !important; + } + + .w-sm-50pct { + width: 50% !important; + } + + .w-sm-75pct { + width: 75% !important; + } + + .w-sm-100pct { + width: 100% !important; + } +} + +@media (min-width: 768px) { + .w-md-auto { + width: auto !important; + } + + .w-md-25pct { + width: 25% !important; + } + + .w-md-50pct { + width: 50% !important; + } + + .w-md-75pct { + width: 75% !important; + } + + .w-md-100pct { + width: 100% !important; + } +} + +@media (min-width: 992px) { + .w-lg-auto { + width: auto !important; + } + + .w-lg-25pct { + width: 25% !important; + } + + .w-lg-50pct { + width: 50% !important; + } + + .w-lg-75pct { + width: 75% !important; + } + + .w-lg-100pct { + width: 100% !important; + } +} + +@media (min-width: 1200px) { + .w-xl-auto { + width: auto !important; + } + + .w-xl-25pct { + width: 25% !important; + } + + .w-xl-50pct { + width: 50% !important; + } + + .w-xl-75pct { + width: 75% !important; + } + + .w-xl-100pct { + width: 100% !important; + } +} + +@media (max-width: 991px) { + .w-auto-mobile { + width: auto !important; + } + + .w-100-mobile { + width: 100% !important; + } +} + +.width-50vw { + width: 50vw; +} + +.width-100vw { + width: 100vw; +} + +.min-width-0 { + min-width: 0 !important; +} + +/* Columms (useful for lists) */ +.columns-2 { + -moz-columns: 2 !important; + columns: 2 !important; +} + +.columns-3 { + -moz-columns: 3 !important; + columns: 3 !important; +} + +.columns-4 { + -moz-columns: 4 !important; + columns: 4 !important; +} + +.columns-5 { + -moz-columns: 5 !important; + columns: 5 !important; +} + +@media (min-width: 576px) { + .columns-sm-2 { + -moz-columns: 2 !important; + columns: 2 !important; + } + + .columns-sm-3 { + -moz-columns: 3 !important; + columns: 3 !important; + } + + .columns-sm-4 { + -moz-columns: 4 !important; + columns: 4 !important; + } + + .columns-sm-5 { + -moz-columns: 5 !important; + columns: 5 !important; + } +} + +@media (min-width: 768px) { + .columns-md-2 { + -moz-columns: 2 !important; + columns: 2 !important; + } + + .columns-md-3 { + -moz-columns: 3 !important; + columns: 3 !important; + } + + .columns-md-4 { + -moz-columns: 4 !important; + columns: 4 !important; + } + + .columns-md-5 { + -moz-columns: 5 !important; + columns: 5 !important; + } +} + +@media (min-width: 992px) { + .columns-lg-2 { + -moz-columns: 2 !important; + columns: 2 !important; + } + + .columns-lg-3 { + -moz-columns: 3 !important; + columns: 3 !important; + } + + .columns-lg-4 { + -moz-columns: 4 !important; + columns: 4 !important; + } + + .columns-lg-5 { + -moz-columns: 5 !important; + columns: 5 !important; + } +} + +@media (min-width: 1200px) { + .columns-xl-2 { + -moz-columns: 2 !important; + columns: 2 !important; + } + + .columns-xl-3 { + -moz-columns: 3 !important; + columns: 3 !important; + } + + .columns-xl-4 { + -moz-columns: 4 !important; + columns: 4 !important; + } + + .columns-xl-5 { + -moz-columns: 5 !important; + columns: 5 !important; + } +} + +/* Height */ +.h-50px { + height: 50px; +} + +.mh-50px { + min-height: 50px; +} + +.h-100px { + height: 100px; +} + +.mh-100px { + min-height: 100px; +} + +.h-150px { + height: 150px; +} + +.mh-150px { + min-height: 150px; +} + +.h-200px { + height: 200px; +} + +.mh-200px { + min-height: 200px; +} + +.h-250px { + height: 250px; +} + +.mh-250px { + min-height: 250px; +} + +.h-300px { + height: 300px; +} + +.mh-300px { + min-height: 300px; +} + +.h-350px { + height: 350px; +} + +.mh-350px { + min-height: 350px; +} + +.h-400px { + height: 400px; +} + +.mh-400px { + min-height: 400px; +} + +.h-450px { + height: 450px; +} + +.mh-450px { + min-height: 450px; +} + +.h-500px { + height: 500px; +} + +.mh-500px { + min-height: 500px; +} + +.h-550px { + height: 550px; +} + +.mh-550px { + min-height: 550px; +} + +.h-600px { + height: 600px; +} + +.mh-600px { + min-height: 600px; +} + +.h-650px { + height: 650px; +} + +.mh-650px { + min-height: 650px; +} + +.h-700px { + height: 700px; +} + +.mh-700px { + min-height: 700px; +} + +.h-750px { + height: 750px; +} + +.mh-750px { + min-height: 750px; +} + +.h-800px { + height: 800px; +} + +.mh-800px { + min-height: 800px; +} + +.h-850px { + height: 850px; +} + +.mh-850px { + min-height: 850px; +} + +.h-900px { + height: 900px; +} + +.mh-900px { + min-height: 900px; +} + +.h-950px { + height: 950px; +} + +.mh-950px { + min-height: 950px; +} + +.h-1000px { + height: 1000px; +} + +.mh-1000px { + min-height: 1000px; +} + +@media (min-width: 576px) { + .h-sm-50px { + height: 50px; + } + + .mh-sm-50px { + min-height: 50px; + } + + .h-sm-100px { + height: 100px; + } + + .mh-sm-100px { + min-height: 100px; + } + + .h-sm-150px { + height: 150px; + } + + .mh-sm-150px { + min-height: 150px; + } + + .h-sm-200px { + height: 200px; + } + + .mh-sm-200px { + min-height: 200px; + } + + .h-sm-250px { + height: 250px; + } + + .mh-sm-250px { + min-height: 250px; + } + + .h-sm-300px { + height: 300px; + } + + .mh-sm-300px { + min-height: 300px; + } + + .h-sm-350px { + height: 350px; + } + + .mh-sm-350px { + min-height: 350px; + } + + .h-sm-400px { + height: 400px; + } + + .mh-sm-400px { + min-height: 400px; + } + + .h-sm-450px { + height: 450px; + } + + .mh-sm-450px { + min-height: 450px; + } + + .h-sm-500px { + height: 500px; + } + + .mh-sm-500px { + min-height: 500px; + } + + .h-sm-550px { + height: 550px; + } + + .mh-sm-550px { + min-height: 550px; + } + + .h-sm-600px { + height: 600px; + } + + .mh-sm-600px { + min-height: 600px; + } + + .h-sm-650px { + height: 650px; + } + + .mh-sm-650px { + min-height: 650px; + } + + .h-sm-700px { + height: 700px; + } + + .mh-sm-700px { + min-height: 700px; + } + + .h-sm-750px { + height: 750px; + } + + .mh-sm-750px { + min-height: 750px; + } + + .h-sm-800px { + height: 800px; + } + + .mh-sm-800px { + min-height: 800px; + } + + .h-sm-850px { + height: 850px; + } + + .mh-sm-850px { + min-height: 850px; + } + + .h-sm-900px { + height: 900px; + } + + .mh-sm-900px { + min-height: 900px; + } + + .h-sm-950px { + height: 950px; + } + + .mh-sm-950px { + min-height: 950px; + } + + .h-sm-1000px { + height: 1000px; + } + + .mh-sm-1000px { + min-height: 1000px; + } +} + +@media (min-width: 768px) { + .h-md-50px { + height: 50px; + } + + .mh-md-50px { + min-height: 50px; + } + + .h-md-100px { + height: 100px; + } + + .mh-md-100px { + min-height: 100px; + } + + .h-md-150px { + height: 150px; + } + + .mh-md-150px { + min-height: 150px; + } + + .h-md-200px { + height: 200px; + } + + .mh-md-200px { + min-height: 200px; + } + + .h-md-250px { + height: 250px; + } + + .mh-md-250px { + min-height: 250px; + } + + .h-md-300px { + height: 300px; + } + + .mh-md-300px { + min-height: 300px; + } + + .h-md-350px { + height: 350px; + } + + .mh-md-350px { + min-height: 350px; + } + + .h-md-400px { + height: 400px; + } + + .mh-md-400px { + min-height: 400px; + } + + .h-md-450px { + height: 450px; + } + + .mh-md-450px { + min-height: 450px; + } + + .h-md-500px { + height: 500px; + } + + .mh-md-500px { + min-height: 500px; + } + + .h-md-550px { + height: 550px; + } + + .mh-md-550px { + min-height: 550px; + } + + .h-md-600px { + height: 600px; + } + + .mh-md-600px { + min-height: 600px; + } + + .h-md-650px { + height: 650px; + } + + .mh-md-650px { + min-height: 650px; + } + + .h-md-700px { + height: 700px; + } + + .mh-md-700px { + min-height: 700px; + } + + .h-md-750px { + height: 750px; + } + + .mh-md-750px { + min-height: 750px; + } + + .h-md-800px { + height: 800px; + } + + .mh-md-800px { + min-height: 800px; + } + + .h-md-850px { + height: 850px; + } + + .mh-md-850px { + min-height: 850px; + } + + .h-md-900px { + height: 900px; + } + + .mh-md-900px { + min-height: 900px; + } + + .h-md-950px { + height: 950px; + } + + .mh-md-950px { + min-height: 950px; + } + + .h-md-1000px { + height: 1000px; + } + + .mh-md-1000px { + min-height: 1000px; + } +} + +@media (min-width: 992px) { + .h-lg-50px { + height: 50px; + } + + .mh-lg-50px { + min-height: 50px; + } + + .h-lg-100px { + height: 100px; + } + + .mh-lg-100px { + min-height: 100px; + } + + .h-lg-150px { + height: 150px; + } + + .mh-lg-150px { + min-height: 150px; + } + + .h-lg-200px { + height: 200px; + } + + .mh-lg-200px { + min-height: 200px; + } + + .h-lg-250px { + height: 250px; + } + + .mh-lg-250px { + min-height: 250px; + } + + .h-lg-300px { + height: 300px; + } + + .mh-lg-300px { + min-height: 300px; + } + + .h-lg-350px { + height: 350px; + } + + .mh-lg-350px { + min-height: 350px; + } + + .h-lg-400px { + height: 400px; + } + + .mh-lg-400px { + min-height: 400px; + } + + .h-lg-450px { + height: 450px; + } + + .mh-lg-450px { + min-height: 450px; + } + + .h-lg-500px { + height: 500px; + } + + .mh-lg-500px { + min-height: 500px; + } + + .h-lg-550px { + height: 550px; + } + + .mh-lg-550px { + min-height: 550px; + } + + .h-lg-600px { + height: 600px; + } + + .mh-lg-600px { + min-height: 600px; + } + + .h-lg-650px { + height: 650px; + } + + .mh-lg-650px { + min-height: 650px; + } + + .h-lg-700px { + height: 700px; + } + + .mh-lg-700px { + min-height: 700px; + } + + .h-lg-750px { + height: 750px; + } + + .mh-lg-750px { + min-height: 750px; + } + + .h-lg-800px { + height: 800px; + } + + .mh-lg-800px { + min-height: 800px; + } + + .h-lg-850px { + height: 850px; + } + + .mh-lg-850px { + min-height: 850px; + } + + .h-lg-900px { + height: 900px; + } + + .mh-lg-900px { + min-height: 900px; + } + + .h-lg-950px { + height: 950px; + } + + .mh-lg-950px { + min-height: 950px; + } + + .h-lg-1000px { + height: 1000px; + } + + .mh-lg-1000px { + min-height: 1000px; + } +} + +@media (min-width: 1200px) { + .h-xl-50px { + height: 50px; + } + + .mh-xl-50px { + min-height: 50px; + } + + .h-xl-100px { + height: 100px; + } + + .mh-xl-100px { + min-height: 100px; + } + + .h-xl-150px { + height: 150px; + } + + .mh-xl-150px { + min-height: 150px; + } + + .h-xl-200px { + height: 200px; + } + + .mh-xl-200px { + min-height: 200px; + } + + .h-xl-250px { + height: 250px; + } + + .mh-xl-250px { + min-height: 250px; + } + + .h-xl-300px { + height: 300px; + } + + .mh-xl-300px { + min-height: 300px; + } + + .h-xl-350px { + height: 350px; + } + + .mh-xl-350px { + min-height: 350px; + } + + .h-xl-400px { + height: 400px; + } + + .mh-xl-400px { + min-height: 400px; + } + + .h-xl-450px { + height: 450px; + } + + .mh-xl-450px { + min-height: 450px; + } + + .h-xl-500px { + height: 500px; + } + + .mh-xl-500px { + min-height: 500px; + } + + .h-xl-550px { + height: 550px; + } + + .mh-xl-550px { + min-height: 550px; + } + + .h-xl-600px { + height: 600px; + } + + .mh-xl-600px { + min-height: 600px; + } + + .h-xl-650px { + height: 650px; + } + + .mh-xl-650px { + min-height: 650px; + } + + .h-xl-700px { + height: 700px; + } + + .mh-xl-700px { + min-height: 700px; + } + + .h-xl-750px { + height: 750px; + } + + .mh-xl-750px { + min-height: 750px; + } + + .h-xl-800px { + height: 800px; + } + + .mh-xl-800px { + min-height: 800px; + } + + .h-xl-850px { + height: 850px; + } + + .mh-xl-850px { + min-height: 850px; + } + + .h-xl-900px { + height: 900px; + } + + .mh-xl-900px { + min-height: 900px; + } + + .h-xl-950px { + height: 950px; + } + + .mh-xl-950px { + min-height: 950px; + } + + .h-xl-1000px { + height: 1000px; + } + + .mh-xl-1000px { + min-height: 1000px; + } +} + +/* #Footer */ +#footer { + background: var(--dark); + border-top: 4px solid var(--dark); + font-size: 0.9em; + margin-top: 50px; + padding: 0; + position: relative; + clear: both; +} + +#footer .footer-ribbon { + position: absolute; + margin: -44px 0 0 0; + padding: 10px 20px 6px 20px; +} + +#footer .footer-ribbon:before { + border-right: 10px solid #646464; + border-top: 16px solid transparent; + content: ""; + display: block; + height: 0; + right: 100%; + position: absolute; + top: 0; + width: 7px; +} + +#footer .footer-ribbon span { + color: var(--light); + font-size: 1.6em; + font-family: "Shadows Into Light", cursive; +} + +#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { + color: var(--light); +} + +#footer a:not(.btn):not(.no-footer-css) { + color: var(--default); + transition: all 0.1s ease-in-out; +} + +#footer a:not(.btn):not(.no-footer-css):hover { + text-decoration: none; + color: var(--light); +} + +#footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active { + color: var(--grey-500); +} + +#footer a:not(.btn):not(.no-footer-css).text-color-light { + color: var(--light) !important; +} + +#footer a:not(.btn):not(.no-footer-css).text-color-light:hover { + color: var(--light-200) !important; +} + +#footer a:not(.btn):not(.no-footer-css).text-color-light:focus, #footer a:not(.btn):not(.no-footer-css).text-color-light:active { + color: var(--light-300) !important; +} + +#footer a:not(.btn):not(.no-footer-css).text-color-default { + color: var(--default) !important; +} + +#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 { + position: relative; + left: 0px; + transition: all 0.1s ease-in-out; +} + +#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover { + left: 3px; +} + +#footer ul.nav-list > li a { + border-bottom: 1px solid rgba(255, 255, 255, 0.1); + line-height: 20px; + padding-bottom: 11px; +} + +#footer ul.nav-list > li:last-child a { + border-bottom: 0; +} + +#footer ul.nav-list > li a:hover { + background-color: rgba(255, 255, 255, 0.05); +} + +#footer ul.list.icons li { + margin-bottom: 5px; +} + +#footer.footer-texts-more-lighten p, #footer.footer-texts-more-lighten span, #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css), #footer.footer-texts-more-lighten li { + color: var(--grey-800); +} + +#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css):hover { + text-decoration: none; + color: var(--light); +} + +#footer .footer-nav nav { + display: flex; +} + +#footer .footer-nav nav > ul { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +#footer .footer-nav nav > ul > li { + position: relative; + height: 100%; + align-self: stretch; +} + +#footer .footer-nav nav > ul > li > a { + position: relative; + background: transparent; + padding: 0 14.4px; + padding: 0 .9rem; + margin: 0; + height: 100%; + display: inline-flex; + align-items: center; + white-space: normal; + font-size: 12px; + font-style: normal; + font-weight: 700; + letter-spacing: -0.5px; + text-transform: uppercase; + color: var(--light); + text-decoration: none; +} + +#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a { + padding-left: 0; +} + +#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before { + left: 0; +} + +@media (min-width: 768px) { + #footer .footer-nav.footer-nav-bottom-line nav > ul > li > a:before { + content: ""; + position: absolute; + width: auto; + height: 3px; + top: 50%; + left: .85rem; + right: .85rem; + margin-top: 15px; + transform: translate3d(0, -50%, 0); + } +} + +@media (max-width: 991px) { + #footer .footer-nav { + width: 100%; + } + + #footer .footer-nav nav { + text-align: center; + } + + #footer .footer-nav nav > ul { + width: 100%; + } + + #footer .footer-nav nav > ul > li > a { + text-align: center; + padding: 5px 12px; + } +} + +@media (max-width: 767px) { + #footer .footer-nav { + width: 100%; + } + + #footer .footer-nav nav { + text-align: center; + } + + #footer .footer-nav nav > ul { + width: 100%; + } + + #footer .footer-nav nav > ul > li { + height: auto; + width: 100%; + } + + #footer .footer-nav nav > ul > li > a { + text-align: center; + padding: 1em 0; + } +} + +#footer form { + opacity: 0.85; +} + +#footer form label.error { + line-height: 16px; + margin: 5px 0 -5px; + display: block; + clear: both; +} + +#footer form .alert { + padding: 6px; + text-align: center; +} + +#footer .logo img { + position: relative; + top: 2px; + image-rendering: -webkit-optimize-contrast; + transform: translateZ(0); +} + +#footer .footer-bg-color-2 { + background: var(--dark-100); +} + +#footer .footer-copyright { + background: var(--dark-100); +} + +#footer .footer-copyright nav { + font-size: 0.9em; +} + +#footer .footer-copyright nav ul { + list-style: none; + margin: 0; + padding: 0; +} + +#footer .footer-copyright nav ul li { + display: inline-block; + line-height: 12px; + margin: 0; + padding: 0 8px; +} + +#footer .footer-copyright nav ul li:first-child { + border: medium none; + padding-left: 0; +} + +#footer .footer-copyright nav ul li:last-child { + padding-right: 0; +} + +#footer .footer-copyright p { + color: #555; + margin: 0; + padding: 0; + font-size: 0.9em; +} + +#footer .footer-copyright.footer-copyright-style-2 { + background: var(--dark); + border-top: 1px solid rgba(255, 255, 255, 0.05); +} + +#footer .footer-copyright.footer-copyright-border-grey { + border-top: 1px solid #E5E5E5; +} + +#footer .footer-copyright.footer-copyright-full-width-border-top { + position: relative; + border-top: 0; +} + +#footer .footer-copyright.footer-copyright-full-width-border-top:before { + content: ''; + position: absolute; + top: 0; + left: 50%; + width: 100vw; + border-top: 1px solid rgba(255, 255, 255, 0.05); + transform: translate3d(-50%, 0, 0); +} + +#footer.footer-reveal { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + z-index: -10; +} + +.footer-top-border { + border-top: 1px solid rgba(0, 0, 0, 0.05) !important; +} + +.footer-bottom-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; +} + +.footer-left-border { + border-left: 1px solid rgba(0, 0, 0, 0.05) !important; +} + +.footer-right-border { + border-right: 1px solid rgba(0, 0, 0, 0.05) !important; +} + +.footer-top-light-border { + border-top: 1px solid rgba(255, 255, 255, 0.05) !important; +} + +.footer-bottom-light-border { + border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; +} + +.footer-left-light-border { + border-left: 1px solid rgba(255, 255, 255, 0.05) !important; +} + +.footer-right-light-border { + border-right: 1px solid rgba(255, 255, 255, 0.05) !important; +} + +.map-above { + min-height: 630px; + position: relative; +} + +.map-above .map-above-map { + position: absolute; + top: 0; + min-height: 630px; + height: 100%; + width: 100%; +} + +@media (max-width: 767px) { + .map-above .map-above-map { + position: relative; + } +} + +.map-above .map-above-content { + background: transparent; +} + +/* Footer - Skin */ +#footer .footer-ribbon { + background: var(--primary); +} + +#footer .footer-ribbon:before { + border-right-color: var(--primary-300); + border-left-color: var(--primary-300); +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active { + color: var(--primary) !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before { + background: var(--primary) !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a { + color: var(--primary) !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before { + background: var(--primary) !important; +} + +/* Dark Version */ +html.dark body, html.dark .body { + background-color: var(--dark); +} + +html.dark.boxed .body { + background-color: var(--dark); +} + +html.dark #header .header-top { + background: var(--dark--100); + border-bottom-color: var(--dark--200); +} + +html.dark #header .header-search .form-control { + background: var(--dark--100); +} + +html.dark #header .header-body { + background: var(--dark); + border-top-color: var(--dark--200); +} + +html.dark #header .header-nav-bar { + background-color: var(--dark--100); +} + +html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus { + background-color: var(--dark--100); +} + +html.dark #header .header-nav-top .dropdown-menu { + background: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus { + background: var(--dark--100) !important; +} + +html.dark #header .header-nav-features .header-nav-top-icon, +html.dark #header .header-nav-features .header-nav-top-icon-img { + color: var(--light); +} + +html.dark #header .header-nav-features .header-nav-features-dropdown { + background: var(--dark--100); +} + +html.dark #header .header-nav-features .header-nav-features-dropdown:before { + border-bottom-color: var(--dark--100); +} + +html.dark.sticky-header-active #header .header-body { + border-bottom-color: var(--dark--200); + box-shadow: none; +} + +html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 { + color: var(--light); +} + +html.dark h1.card-title, html.dark h2.card-title, html.dark h3.card-title, html.dark h4.card-title, html.dark h5.card-title, html.dark h6.card-title { + color: var(--light); +} + +html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 { + color: #111; +} + +html.dark blockquote { + border-color: var(--dark--100); +} + +html.dark section.featured { + background-color: var(--dark-100); + border-top-color: var(--dark--200); +} + +html.dark section.section { + background-color: var(--dark--100); + border-top-color: var(--dark--100); +} + +html.dark .dropdown-menu > li a { + color: var(--light); +} + +html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus { + background-color: var(--dark--200); +} + +html.dark .simple-search .input-group-append { + border-color: var(--dark--100); +} + +html.dark .home-intro { + background-color: var(--dark--100); +} + +html.dark .tabs .nav-tabs li a, +html.dark .tabs .nav-tabs li a:focus { + border-top-color: var(--dark--100); + border-left-color: var(--dark--100); + border-right-color: var(--dark--100); + background: var(--dark--100); +} + +html.dark .tabs .nav-tabs li a:hover { + border-top-color: var(--grey-900); +} + +html.dark .tabs .nav-tabs li.active a, +html.dark .tabs .nav-tabs li.active a:hover, +html.dark .tabs .nav-tabs li.active a:focus { + border-top-color: var(--grey-900); +} + +html.dark .tabs .nav-tabs.nav-justified { + border-left-width: 0; + border-right-width: 0; + border-left-color: transparent; + border-right-color: transparent; +} + +html.dark .tabs .nav-tabs.nav-justified li a, +html.dark .tabs .nav-tabs.nav-justified li a:hover, +html.dark .tabs .nav-tabs.nav-justified li a:focus { + border-bottom-color: var(--dark--100); +} + +html.dark .tabs.tabs-left .nav-tabs > li a, +html.dark .tabs.tabs-right .nav-tabs > li a { + background: var(--dark--100); + border-left-color: var(--dark--100); + border-right-color: var(--dark--100); +} + +html.dark .tabs.tabs-left .nav-tabs > li:last-child a, +html.dark .tabs.tabs-right .nav-tabs > li:last-child a { + border-bottom-color: var(--dark--100); +} + +html.dark .tabs .nav-tabs { + border-color: var(--dark--100); +} + +html.dark .tabs .nav-tabs li.active a, +html.dark .tabs .nav-tabs li.active a:hover, +html.dark .tabs .nav-tabs li.active a:focus, +html.dark .tabs .nav-tabs.nav-justified li.active a, +html.dark .tabs .nav-tabs.nav-justified li.active a:hover, +html.dark .tabs .nav-tabs.nav-justified li.active a:focus { + background: var(--dark--200); + border-left-color: var(--dark--200); + border-right-color: var(--dark--200); +} + +html.dark .tabs .nav-tabs.nav-justified li.active a { + border-bottom-color: var(--dark--200); +} + +html.dark .tabs.tabs-vertical { + border-top-color: var(--dark--200); +} + +html.dark .tabs.tabs-bottom .nav-tabs li a, +html.dark .tabs.tabs-bottom .nav-tabs li a:focus { + border-bottom-color: var(--dark--100); + border-top-color: var(--dark--200); +} + +html.dark .tabs.tabs-bottom .nav-tabs li a:hover { + border-bottom-color: var(--grey-900); + border-top-color: var(--dark--200); +} + +html.dark .tabs.tabs-bottom .nav-tabs li.active a, +html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover, +html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus { + border-bottom-color: var(--grey-900); + border-top-color: var(--dark--200); +} + +html.dark .tabs .tab-content { + background: var(--dark--200); + border-color: var(--dark--200); +} + +html.dark .tabs-primary.tabs-bottom .nav-tabs li a, +html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover, +html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a, +html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, +html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus { + border-top-color: var(--dark--200) !important; +} + +html.dark .nav-tabs li.active a, +html.dark .nav-tabs li.active a:hover, +html.dark .nav-tabs li.active a:focus, +html.dark .nav-tabs li a { + color: var(--grey-900); +} + +html.dark .tab-content { + background: var(--dark--200); + border-color: var(--dark); +} + +html.dark .tabs-simple .tab-content, +html.dark .tabs-simple .nav-tabs li a, +html.dark .tabs-simple .nav-tabs li.active a { + background: transparent !important; +} + +html.dark .nav > li > a:hover, +html.dark .nav > li > a:focus { + background-color: var(--dark--200); +} + +html.dark .call-to-action.call-to-action-default { + background: var(--dark--100); +} + +html.dark .call-to-action.call-to-action-dark { + background: var(--dark--200); +} + +html.dark .call-to-action.with-borders { + border-top-color: var(--dark--200); + border-bottom-color: var(--dark--200); + border-left-color: var(--dark--100); + border-right-color: var(--dark--100); +} + +html.dark .call-to-action.with-full-borders { + border-color: var(--dark--200); +} + +html.dark .call-to-action.featured { + background: linear-gradient(to bottom, var(--dark--100) 1%, var(--dark--200) 98%) repeat scroll 0 0 rgba(0, 0, 0, 0); + border-bottom-color: var(--dark--200); + border-left-color: var(--dark--100); + border-right-color: var(--dark--100); +} + +html.dark .call-to-action.call-to-action-in-footer:before { + border-top-color: var(--dark); +} + +html.dark .counters.with-borders .counter { + border-top: 1px solid var(--dark--200); + border-bottom: 1px solid var(--dark--200); + border-left: 1px solid var(--dark--100); + border-right: 1px solid var(--dark--100); +} + +html.dark .counters.counters-text-dark .counter { + color: var(--light) !important; +} + +html.dark .counters.counters-text-dark .counter [class*="fa-"], html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label { + color: var(--light) !important; +} + +html.dark section.timeline:after { + background: #505050; + background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%); +} + +html.dark section.timeline .timeline-date { + background-color: var(--dark--100); + border-color: var(--dark--100); + text-shadow: none; +} + +html.dark section.timeline .timeline-title { + background: var(--dark--100); +} + +html.dark section.timeline .timeline-box { + border-color: var(--dark--100); + background: var(--dark--100); +} + +html.dark section.timeline .timeline-box.left:before { + box-shadow: 0 0 0 3px var(--dark--100), 0 0 0 6px var(--dark--100); +} + +html.dark section.timeline .timeline-box.left:after { + background: var(--dark--100); + border-right-color: var(--dark--100); + border-top-color: var(--dark--100); +} + +html.dark section.timeline .timeline-box.right:before { + box-shadow: 0 0 0 3px var(--dark--100), 0 0 0 6px var(--dark--100); +} + +html.dark section.timeline .timeline-box.right:after { + background: var(--dark--100); + border-left-color: var(--dark--100); + border-bottom-color: var(--dark--100); +} + +html.dark form:not(.form-style-4) .form-control { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark form.form-style-4 .form-control { + border-bottom-color: #3c3c3c; +} + +html.dark .btn-light { + background-color: var(--dark--100); + border-color: var(--dark--100); + color: var(--light); +} + +html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus, +html.dark .btn[disabled], +html.dark .btn[disabled]:hover, +html.dark .btn[disabled]:active, +html.dark .btn[disabled]:focus { + border-color: var(--dark--100) !important; +} + +html.dark .pagination > li > a, +html.dark .pagination > li > span { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark section.section-custom-map { + background-color: var(--dark); +} + +html.dark section.section-custom-map section.section { + background: rgba(var(--dark--100), 0.8); +} + +html.dark .home-concept { + background-image: url(../img/home/home-concept-dark.png); +} + +html.dark .home-concept .process-image { + background-image: url(../img/home/home-concept-item-dark.png); +} + +html.dark .home-concept .project-image { + background-image: url(../img/home/home-concept-item-dark.png); +} + +html.dark .home-concept .sun { + background-image: url(../img/home/home-concept-icons-dark.png); +} + +html.dark .home-concept .cloud { + background-image: url(../img/home/home-concept-icons-dark.png); +} + +html.dark .page-header { + border-bottom-color: var(--dark-100); +} + +html.dark .page-header-light { + background-color: var(--dark--200); +} + +html.dark .card { + background-color: var(--dark-100); +} + +html.dark .accordion .card { + background-color: var(--dark--100); +} + +html.dark .accordion .card-default { + border-color: var(--dark--100); +} + +html.dark .accordion .card-header { + background-color: var(--dark--200); +} + +html.dark .accordion .form-control { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark .accordion.accordion-modern .card .card-header { + background-color: var(--dark--100); +} + +html.dark .accordion.accordion-modern .card:first-of-type, html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), html.dark .accordion.accordion-modern .card:last-of-type { + border-color: var(--dark--100); +} + +html.dark .toggle > label, +html.dark .toggle > .toggle-title { + background-color: var(--dark--200); +} + +html.dark .toggle.toggle-simple .toggle > label, +html.dark .toggle.toggle-simple .toggle > .toggle-title { + color: var(--light); +} + +html.dark .featured-box { + background: var(--dark--200); + border-left-color: var(--dark--200); + border-right-color: var(--dark--200); + border-bottom-color: var(--dark--200); +} + +html.dark .featured-box.secondary h4 { + color: var(--light); +} + +html.dark .featured-boxes-flat .featured-box .box-content { + background: var(--dark--200); +} + +html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 { + color: var(--light); +} + +html.dark .featured-boxes-style-2 .featured-box { + background: transparent; +} + +html.dark .featured-boxes-style-3 .featured-box .icon-featured { + background: var(--dark); +} + +html.dark .featured-boxes-style-4 .featured-box { + background: transparent; +} + +html.dark .featured-boxes-style-5 .featured-box { + background: transparent; +} + +html.dark .featured-boxes-style-5 .featured-box .icon-featured { + background: var(--dark--100); + border-color: var(--dark--200); +} + +html.dark .featured-boxes-style-6 .featured-box { + background: transparent; +} + +html.dark .featured-boxes-style-6 .featured-box .icon-featured { + background: var(--dark--100); + border-color: var(--dark--200); +} + +html.dark .featured-boxes-style-6 .featured-box .icon-featured:after { + border-color: var(--dark--200); +} + +html.dark .featured-boxes-style-7 .featured-box { + background: transparent; +} + +html.dark .featured-boxes-style-7 .featured-box .icon-featured { + background: var(--dark--100); + border-color: var(--dark--200); +} + +html.dark .featured-boxes-style-7 .featured-box .icon-featured:after { + box-shadow: 3px 3px var(--dark--100); +} + +html.dark .featured-boxes-style-8 .featured-box .icon-featured { + background: var(--dark--200); +} + +html.dark .featured-box-effect-1 .icon-featured:after { + box-shadow: 0 0 0 3px var(--dark--200); +} + +html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 { + color: var(--light); +} + +html.dark .feature-box.feature-box-style-6 .feature-box-icon { + border-color: var(--dark--200); +} + +html.dark .feature-box.feature-box-style-6 .feature-box-icon:after { + border-color: var(--dark--200); +} + +html.dark .owl-dots button.owl-dot span { + background: var(--dark--200); +} + +html.dark .owl-carousel.top-border { + border-top-color: #3F4247; +} + +html.dark .progress { + background: var(--dark--200); +} + +html.dark .arrow { + background-image: url(../img/arrows-dark.png); +} + +html.dark .thumbnail, +html.dark .img-thumbnail, +html.dark .thumb-info { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark .thumb-info .thumb-info-wrapper:after { + background-color: var(--dark-rgba-90); +} + +html.dark .thumb-info-social-icons { + border-top-color: var(--dark--100); +} + +html.dark ul.nav-list > li a { + border-bottom-color: var(--dark--100); +} + +html.dark ul.nav-list > li a:hover { + background-color: var(--dark--100); +} + +html.dark .content-grid .content-grid-item:before { + border-left-color: var(--dark--200); +} + +html.dark .content-grid .content-grid-item:after { + border-bottom-color: var(--dark--200); +} + +html.dark .content-grid.content-grid-dashed .content-grid-item:before { + border-left-color: var(--dark--200); +} + +html.dark .content-grid.content-grid-dashed .content-grid-item:after { + border-bottom-color: var(--dark--200); +} + +html.dark .testimonial .testimonial-author strong { + color: var(--light); +} + +html.dark .testimonial.testimonial-style-3 blockquote { + background: var(--dark--200) !important; +} + +html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down { + border-top-color: var(--dark--200) !important; +} + +html.dark .testimonial.testimonial-style-4 { + border-color: var(--dark--200) !important; +} + +html.dark .testimonial.testimonial-style-5 .testimonial-author { + border-top-color: var(--dark--200) !important; +} + +html.dark .popover { + background-color: var(--dark--200); + border: 1px solid var(--dark--100); +} + +html.dark .popover.top > .arrow { + border-top-color: var(--dark--100); +} + +html.dark .popover.top > .arrow:after { + border-top-color: var(--dark--200); +} + +html.dark .popover.right > .arrow { + border-right-color: var(--dark--100); +} + +html.dark .popover.right > .arrow:after { + border-right-color: var(--dark--200); +} + +html.dark .popover.bottom > .arrow { + border-bottom-color: var(--dark--100); +} + +html.dark .popover.bottom > .arrow:after { + border-bottom-color: var(--dark--200); +} + +html.dark .popover.left > .arrow { + border-left-color: var(--dark--100); +} + +html.dark .popover.left > .arrow:after { + border-left-color: var(--dark--200); +} + +html.dark .popover-title { + background-color: var(--dark--100); + border-bottom: var(--dark--200); +} + +html.dark .page-header { + border-bottom-color: var(--dark--100); +} + +html.dark .table > thead > tr > th, +html.dark .table > tbody > tr > th, +html.dark .table > tfoot > tr > th, +html.dark .table > thead > tr > td, +html.dark .table > tbody > tr > td, +html.dark .table > tfoot > tr > td, +html.dark .table-bordered { + border-color: var(--dark--100); +} + +html.dark .table-striped > tbody > tr:nth-child(2n+1) > td, +html.dark .table-striped > tbody > tr:nth-child(2n+1) > th { + background-color: var(--dark--200); +} + +html.dark pre { + background-color: var(--dark--100); + border-color: var(--dark--100); + color: var(--default); +} + +html.dark .show-grid [class*="col-lg-"] .show-grid-block { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark .google-map-borders, +html.dark .ratio-borders { + border-color: var(--dark--200); +} + +html.dark .alert.alert-default { + border-color: var(--dark--200); + background-color: var(--dark--100); +} + +html.dark hr { + background-image: linear-gradient(to left, var(--dark), #3F4247, var(--dark)); +} + +html.dark hr.light { + background-image: linear-gradient(to left, var(--dark), #3F4247, var(--dark)); +} + +html.dark hr.solid { + background: #3F4247; +} + +html.dark .divider { + background-image: linear-gradient(to left, transparent, #3F4247, transparent); +} + +html.dark .divider [class*="fa-"], html.dark .divider .icons { + background: var(--dark); +} + +html.dark .divider.divider-solid { + background: #3F4247; +} + +html.dark .divider.divider-style-2 [class*="fa-"], html.dark .divider.divider-style-2 .icons { + background: var(--dark--100); +} + +html.dark .divider.divider-style-3 [class*="fa-"], html.dark .divider.divider-style-3 .icons { + border-color: #3F4247; +} + +html.dark .divider.divider-style-4 [class*="fa-"], html.dark .divider.divider-style-4 .icons { + border-color: #3F4247; +} + +html.dark .divider.divider-style-4 [class*="fa-"]:after, html.dark .divider.divider-style-4 .icons:after { + border-color: var(--dark--100); +} + +html.dark .divider.divider-small { + background: transparent; +} + +html.dark .divider.divider-small hr { + background: #3F4247; +} + +html.dark .divider.divider-small.divider-light hr { + background: #3F4247; +} + +html.dark hr.dashed:after, html.dark .divider.dashed:after { + border-color: #3F4247; +} + +html.dark .heading.heading-bottom-border h1 { + border-bottom-color: #3f4247; +} + +html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 { + border-bottom-color: #3f4247; +} + +html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 { + border-bottom-color: #3f4247; +} + +html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 { + border-bottom-color: #3f4247; +} + +html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 { + border-bottom-color: #3f4247; +} + +html.dark .heading.heading-middle-border:before { + border-top-color: #3f4247; +} + +html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 { + background: var(--dark); +} + +html.dark .recent-posts .date .day, +html.dark section.section .recent-posts .date .day { + background-color: var(--dark--200); +} + +html.dark .blog-posts article { + border-color: var(--dark--100); +} + +html.dark section.featured .recent-posts .date .day, +html.dark article.post .post-date .day { + background-color: var(--dark--100); +} + +html.dark article .post-video, +html.dark article .post-video iframe, +html.dark article .post-audio, +html.dark article .post-audio iframe { + background-color: var(--dark--100); + border-color: var(--dark--100); +} + +html.dark ul.simple-post-list li { + border-bottom-color: var(--dark--100); +} + +html.dark .post-block { + border-top-color: var(--dark-100); +} + +html.dark ul.comments .comment-block { + background-color: var(--dark--100); +} + +html.dark ul.comments .comment-arrow { + border-right-color: var(--dark--100); +} + +html.dark .pricing-table li { + border-top-color: var(--dark--100); +} + +html.dark .pricing-table h3 { + background-color: var(--dark--100); + text-shadow: none; +} + +html.dark .pricing-table h3 span { + background: var(--dark--100); + border-color: var(--dark--100); + box-shadow: 0 5px 20px var(--dark--100) inset, 0 3px 0 var(--dark--100) inset; + color: var(--default); +} + +html.dark .pricing-table .most-popular { + border-color: var(--dark--100); +} + +html.dark .pricing-table .most-popular h3 { + background-color: var(--dark--100); + color: var(--light); + text-shadow: none; +} + +html.dark .pricing-table .plan-ribbon { + background-color: var(--dark--100); +} + +html.dark .pricing-table .plan { + background: var(--dark--100); + border: 1px solid var(--dark--100); + color: var(--default); + text-shadow: none; +} + +html.dark .product-thumb-info { + background-color: var(--dark--100); + border-color: transparent; +} + +html.dark .shop .quantity .qty { + background-color: var(--dark--100); + border-color: transparent; +} + +html.dark .shop .quantity .minus, +html.dark .shop .quantity .plus { + background-color: var(--dark--100); + border-color: transparent; +} + +html.dark .shop table.cart td, +html.dark .shop .cart-totals th, +html.dark .shop .cart-totals td { + border-color: var(--dark--100); +} + +html.dark .dialog { + background-color: var(--dark); +} + +html.dark .modal-content { + background-color: var(--dark); +} + +html.dark .modal-header { + border-bottom-color: var(--dark--100); +} + +html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 { + color: var(--default); +} + +html.dark .modal-header .close { + text-shadow: none; + color: var(--light); +} + +html.dark .modal-footer { + border-top-color: var(--dark--100); +} + +html.dark .popup-inline-content, +html.dark .mfp-content .ajax-container { + background: var(--dark) !important; +} + +html.dark .loading-overlay { + background: var(--dark); +} + +html.dark .sort-destination-loader:after { + background-color: var(--dark); +} + +html.dark #footer .newsletter form .btn-light { + background-color: var(--dark--100); + border-color: var(--dark--100); + color: var(--default); +} + +html.dark #footer .newsletter form .form-control { + border: 0; +} + +@media (min-width: 992px) { + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu { + background: var(--dark--100); + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active > a { + background: var(--dark--200); + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a { + border-bottom-color: var(--dark--200); + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active { + background: var(--dark--200); + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title { + color: #999; + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a { + background: var(--dark--200); + } + + html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper { + background: var(--dark--200); + } + + html.dark #header .header-nav.header-nav-stripe nav > ul > li > a { + color: var(--grey-500); + } + + html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a { + color: var(--light); + } + + html.dark #header .header-nav.header-nav-links nav > ul > li > a, html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a, html.dark #header .header-nav.header-nav-line nav > ul > li > a, html.dark #header .header-nav.header-nav-line nav > ul > li:hover > a { + color: var(--grey-500); + } + + html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a, html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a { + color: var(--grey-500); + } + + html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu { + background-color: var(--dark); + } +} + +@media (max-width: 991px) { + html.dark #header .header-nav-main:before { + background-color: var(--dark); + } + + html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb { + border-color: transparent; + background: #39404c; + } + + html.dark #header .header-nav-main nav > ul li { + border-bottom-color: var(--dark--200); + } + + html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title { + color: var(--light); + } + + html.dark #header .header-nav-main nav ul li a:active { + background-color: #1e1e1e; + color: var(--light); + } + + html.dark .home-concept { + background-image: none; + } +} + +/* Boxed Layout */ +html.boxed body { + background-color: transparent; + background-position: 0 0; + background-repeat: repeat; +} + +html.boxed .body { + position: relative; + background-color: transparent; + border-radius: 5px; + border-top: 5px solid var(--grey-500); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); + margin: 25px auto; + max-width: 1200px; + height: auto; +} + +html.boxed #header .header-body { + border-top-color: transparent; + border-top: 0; +} + +html.boxed #header.header-effect-shrink .header-body { + max-width: 1200px; +} + +html.boxed .main { + background-color: var(--light); + overflow: hidden; +} + +html.boxed section.section.section-footer { + padding-bottom: 100px; +} + +html.boxed #footer { + margin-top: 0; + border-bottom: 4px solid #1A1C1E; + border-radius: 0 0 5px 5px; +} + +html.boxed .footer-reveal { + max-width: 1200px; + left: auto !important; +} + +@media (min-width: 1200px) { + html.boxed.sticky-header-active #header .header-body { + width: 100%; + max-width: 1200px; + } + + html.boxed .footer-reveal { + bottom: 25px !important; + } +} + +@media (max-width: 1199px) { + html.boxed .footer-reveal { + border-bottom: none !important; + } +} + +@media (min-width: 992px) { + html.boxed #header .header-top.header-top-colored { + margin-top: -18px; + border-radius: 4px 4px 0 0; + } + + html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body { + position: fixed !important; + padding-left: 15px; + padding-right: 15px; + } + + html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar { + margin: 0 -15px -9px; + } +} + +@media (max-width: 991px) { + html.boxed .body { + margin: 0 auto; + border-radius: 0; + } +} + +@media (max-width: 767px) { + /* Boxed */ + html.boxed { + background: none !important; + } +} + +/* Boxed - Skin */ +html.boxed .body { + border-top-color: var(--primary); +} + +html.gap-outside .body { + margin-top: 25px; + margin-bottom: 25px; +} + +html.gap-outside .main, +html.gap-outside #footer { + margin-right: 25px; + margin-left: 25px; +} + +html.gap-outside .slider-container { + width: 100% !important; + left: auto !important; +} + +html.gap-outside #header:not(.side-header) { + margin-top: -25px; +} + +html.gap-outside #header:not(.side-header) .header-body { + left: 0; + padding-right: 25px; + padding-left: 25px; +} + +html.gap-outside #header:not(.side-header) .header-container:after { + content: none; +} + +@media (max-width: 991px) { + html.gap-outside #header:not(.side-header) .header-nav-main:before { + width: calc(100vw - 50px); + } +} + +html.gap-outside .sticky-wrapper { + left: 25px !important; + width: calc(100vw - 67px) !important; +} + +html.gap-outside .pin-wrapper .sticky-wrapper { + left: 25px !important; + width: calc(100vw - 67px) !important; +} + +html.gap-outside .pin-wrapper .sticky-wrapper .sticky-body { + width: calc(100vw - 67px) !important; +} + +html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active { + top: -25px !important; + left: 0 !important; + width: 100% !important; +} + +html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body { + width: 100% !important; +} + +html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body .container-fluid { + padding-left: 25px; + padding-right: 25px; +} diff --git a/resources/assets/img/admin-banner.png b/resources/assets/img/admin-banner.png new file mode 100644 index 0000000..2c00dc1 Binary files /dev/null and b/resources/assets/img/admin-banner.png differ diff --git a/resources/assets/img/apple-touch-icon.png b/resources/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..5a54f17 Binary files /dev/null and b/resources/assets/img/apple-touch-icon.png differ diff --git a/resources/assets/img/arrows-dark.png b/resources/assets/img/arrows-dark.png new file mode 100644 index 0000000..79dc7d1 Binary files /dev/null and b/resources/assets/img/arrows-dark.png differ diff --git a/resources/assets/img/arrows.png b/resources/assets/img/arrows.png new file mode 100644 index 0000000..e779a40 Binary files /dev/null and b/resources/assets/img/arrows.png differ diff --git a/resources/assets/img/avatars/avatar-2.jpg b/resources/assets/img/avatars/avatar-2.jpg new file mode 100644 index 0000000..0d18d81 Binary files /dev/null and b/resources/assets/img/avatars/avatar-2.jpg differ diff --git a/resources/assets/img/avatars/avatar-3.jpg b/resources/assets/img/avatars/avatar-3.jpg new file mode 100644 index 0000000..0d18d81 Binary files /dev/null and b/resources/assets/img/avatars/avatar-3.jpg differ diff --git a/resources/assets/img/avatars/avatar-4.jpg b/resources/assets/img/avatars/avatar-4.jpg new file mode 100644 index 0000000..0d18d81 Binary files /dev/null and b/resources/assets/img/avatars/avatar-4.jpg differ diff --git a/resources/assets/img/avatars/avatar.jpg b/resources/assets/img/avatars/avatar.jpg new file mode 100644 index 0000000..0d18d81 Binary files /dev/null and b/resources/assets/img/avatars/avatar.jpg differ diff --git a/resources/assets/img/avatars/faces-collage.jpg b/resources/assets/img/avatars/faces-collage.jpg new file mode 100644 index 0000000..f3510d4 Binary files /dev/null and b/resources/assets/img/avatars/faces-collage.jpg differ diff --git a/resources/assets/img/bg-corporate-1-1.jpg b/resources/assets/img/bg-corporate-1-1.jpg new file mode 100644 index 0000000..22735df Binary files /dev/null and b/resources/assets/img/bg-corporate-1-1.jpg differ diff --git a/resources/assets/img/bg-corporate-14-1.jpg b/resources/assets/img/bg-corporate-14-1.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/bg-corporate-14-1.jpg differ diff --git a/resources/assets/img/bg-corporate-20-1.jpg b/resources/assets/img/bg-corporate-20-1.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/bg-corporate-20-1.jpg differ diff --git a/resources/assets/img/bg-corporate-20-2.jpg b/resources/assets/img/bg-corporate-20-2.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/bg-corporate-20-2.jpg differ diff --git a/resources/assets/img/bg-corporate-20-3.jpg b/resources/assets/img/bg-corporate-20-3.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/bg-corporate-20-3.jpg differ diff --git a/resources/assets/img/bg-corporate-20-4.jpg b/resources/assets/img/bg-corporate-20-4.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/bg-corporate-20-4.jpg differ diff --git a/resources/assets/img/bg-hotspots.jpg b/resources/assets/img/bg-hotspots.jpg new file mode 100644 index 0000000..6d35c6f Binary files /dev/null and b/resources/assets/img/bg-hotspots.jpg differ diff --git a/resources/assets/img/bg-one-page-1-1.jpg b/resources/assets/img/bg-one-page-1-1.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/bg-one-page-1-1.jpg differ diff --git a/resources/assets/img/bg-portfolio-5.jpg b/resources/assets/img/bg-portfolio-5.jpg new file mode 100644 index 0000000..94aa424 Binary files /dev/null and b/resources/assets/img/bg-portfolio-5.jpg differ diff --git a/resources/assets/img/blank.gif b/resources/assets/img/blank.gif new file mode 100644 index 0000000..0341802 Binary files /dev/null and b/resources/assets/img/blank.gif differ diff --git a/resources/assets/img/blog/blog-ad-1-large.jpg b/resources/assets/img/blog/blog-ad-1-large.jpg new file mode 100644 index 0000000..21ef6e6 Binary files /dev/null and b/resources/assets/img/blog/blog-ad-1-large.jpg differ diff --git a/resources/assets/img/blog/blog-ad-1-medium.jpg b/resources/assets/img/blog/blog-ad-1-medium.jpg new file mode 100644 index 0000000..32714b6 Binary files /dev/null and b/resources/assets/img/blog/blog-ad-1-medium.jpg differ diff --git a/resources/assets/img/blog/blog-ad-2.jpg b/resources/assets/img/blog/blog-ad-2.jpg new file mode 100644 index 0000000..a893875 Binary files /dev/null and b/resources/assets/img/blog/blog-ad-2.jpg differ diff --git a/resources/assets/img/blog/blog-ad-3.jpg b/resources/assets/img/blog/blog-ad-3.jpg new file mode 100644 index 0000000..a893875 Binary files /dev/null and b/resources/assets/img/blog/blog-ad-3.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-3-1.jpg b/resources/assets/img/blog/blog-corporate-3-1.jpg new file mode 100644 index 0000000..2b82dd0 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-3-1.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-3-2.jpg b/resources/assets/img/blog/blog-corporate-3-2.jpg new file mode 100644 index 0000000..2b82dd0 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-3-2.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-3-3.jpg b/resources/assets/img/blog/blog-corporate-3-3.jpg new file mode 100644 index 0000000..2b82dd0 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-3-3.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-3-4.jpg b/resources/assets/img/blog/blog-corporate-3-4.jpg new file mode 100644 index 0000000..2b82dd0 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-3-4.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-9-1.jpg b/resources/assets/img/blog/blog-corporate-9-1.jpg new file mode 100644 index 0000000..3502211 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-9-1.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-9-2.jpg b/resources/assets/img/blog/blog-corporate-9-2.jpg new file mode 100644 index 0000000..3502211 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-9-2.jpg differ diff --git a/resources/assets/img/blog/blog-corporate-9-3.jpg b/resources/assets/img/blog/blog-corporate-9-3.jpg new file mode 100644 index 0000000..e08c643 Binary files /dev/null and b/resources/assets/img/blog/blog-corporate-9-3.jpg differ diff --git a/resources/assets/img/blog/blog-hosting-1.jpg b/resources/assets/img/blog/blog-hosting-1.jpg new file mode 100644 index 0000000..04d3bf8 Binary files /dev/null and b/resources/assets/img/blog/blog-hosting-1.jpg differ diff --git a/resources/assets/img/blog/blog-hosting-2.jpg b/resources/assets/img/blog/blog-hosting-2.jpg new file mode 100644 index 0000000..04d3bf8 Binary files /dev/null and b/resources/assets/img/blog/blog-hosting-2.jpg differ diff --git a/resources/assets/img/blog/blog-hosting-3.jpg b/resources/assets/img/blog/blog-hosting-3.jpg new file mode 100644 index 0000000..04d3bf8 Binary files /dev/null and b/resources/assets/img/blog/blog-hosting-3.jpg differ diff --git a/resources/assets/img/blog/default/blog-1.jpg b/resources/assets/img/blog/default/blog-1.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-1.jpg differ diff --git a/resources/assets/img/blog/default/blog-10.jpg b/resources/assets/img/blog/default/blog-10.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-10.jpg differ diff --git a/resources/assets/img/blog/default/blog-11.jpg b/resources/assets/img/blog/default/blog-11.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-11.jpg differ diff --git a/resources/assets/img/blog/default/blog-12.jpg b/resources/assets/img/blog/default/blog-12.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-12.jpg differ diff --git a/resources/assets/img/blog/default/blog-13.jpg b/resources/assets/img/blog/default/blog-13.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-13.jpg differ diff --git a/resources/assets/img/blog/default/blog-14.jpg b/resources/assets/img/blog/default/blog-14.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-14.jpg differ diff --git a/resources/assets/img/blog/default/blog-15.jpg b/resources/assets/img/blog/default/blog-15.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-15.jpg differ diff --git a/resources/assets/img/blog/default/blog-16.jpg b/resources/assets/img/blog/default/blog-16.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-16.jpg differ diff --git a/resources/assets/img/blog/default/blog-17.jpg b/resources/assets/img/blog/default/blog-17.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-17.jpg differ diff --git a/resources/assets/img/blog/default/blog-18.jpg b/resources/assets/img/blog/default/blog-18.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-18.jpg differ diff --git a/resources/assets/img/blog/default/blog-19.jpg b/resources/assets/img/blog/default/blog-19.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-19.jpg differ diff --git a/resources/assets/img/blog/default/blog-2.jpg b/resources/assets/img/blog/default/blog-2.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-2.jpg differ diff --git a/resources/assets/img/blog/default/blog-20.jpg b/resources/assets/img/blog/default/blog-20.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-20.jpg differ diff --git a/resources/assets/img/blog/default/blog-21.jpg b/resources/assets/img/blog/default/blog-21.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-21.jpg differ diff --git a/resources/assets/img/blog/default/blog-22.jpg b/resources/assets/img/blog/default/blog-22.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-22.jpg differ diff --git a/resources/assets/img/blog/default/blog-23.jpg b/resources/assets/img/blog/default/blog-23.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-23.jpg differ diff --git a/resources/assets/img/blog/default/blog-24.jpg b/resources/assets/img/blog/default/blog-24.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-24.jpg differ diff --git a/resources/assets/img/blog/default/blog-25.jpg b/resources/assets/img/blog/default/blog-25.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-25.jpg differ diff --git a/resources/assets/img/blog/default/blog-26.jpg b/resources/assets/img/blog/default/blog-26.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-26.jpg differ diff --git a/resources/assets/img/blog/default/blog-27.jpg b/resources/assets/img/blog/default/blog-27.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-27.jpg differ diff --git a/resources/assets/img/blog/default/blog-28.jpg b/resources/assets/img/blog/default/blog-28.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-28.jpg differ diff --git a/resources/assets/img/blog/default/blog-29.jpg b/resources/assets/img/blog/default/blog-29.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-29.jpg differ diff --git a/resources/assets/img/blog/default/blog-3.jpg b/resources/assets/img/blog/default/blog-3.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-3.jpg differ diff --git a/resources/assets/img/blog/default/blog-30.jpg b/resources/assets/img/blog/default/blog-30.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-30.jpg differ diff --git a/resources/assets/img/blog/default/blog-31.jpg b/resources/assets/img/blog/default/blog-31.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-31.jpg differ diff --git a/resources/assets/img/blog/default/blog-32.jpg b/resources/assets/img/blog/default/blog-32.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-32.jpg differ diff --git a/resources/assets/img/blog/default/blog-33.jpg b/resources/assets/img/blog/default/blog-33.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-33.jpg differ diff --git a/resources/assets/img/blog/default/blog-34.jpg b/resources/assets/img/blog/default/blog-34.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-34.jpg differ diff --git a/resources/assets/img/blog/default/blog-35.jpg b/resources/assets/img/blog/default/blog-35.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-35.jpg differ diff --git a/resources/assets/img/blog/default/blog-36.jpg b/resources/assets/img/blog/default/blog-36.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-36.jpg differ diff --git a/resources/assets/img/blog/default/blog-37.jpg b/resources/assets/img/blog/default/blog-37.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-37.jpg differ diff --git a/resources/assets/img/blog/default/blog-38.jpg b/resources/assets/img/blog/default/blog-38.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-38.jpg differ diff --git a/resources/assets/img/blog/default/blog-39.jpg b/resources/assets/img/blog/default/blog-39.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-39.jpg differ diff --git a/resources/assets/img/blog/default/blog-4.jpg b/resources/assets/img/blog/default/blog-4.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-4.jpg differ diff --git a/resources/assets/img/blog/default/blog-40.jpg b/resources/assets/img/blog/default/blog-40.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-40.jpg differ diff --git a/resources/assets/img/blog/default/blog-41.jpg b/resources/assets/img/blog/default/blog-41.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-41.jpg differ diff --git a/resources/assets/img/blog/default/blog-42.jpg b/resources/assets/img/blog/default/blog-42.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-42.jpg differ diff --git a/resources/assets/img/blog/default/blog-43.jpg b/resources/assets/img/blog/default/blog-43.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-43.jpg differ diff --git a/resources/assets/img/blog/default/blog-44.jpg b/resources/assets/img/blog/default/blog-44.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-44.jpg differ diff --git a/resources/assets/img/blog/default/blog-45.jpg b/resources/assets/img/blog/default/blog-45.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-45.jpg differ diff --git a/resources/assets/img/blog/default/blog-46.jpg b/resources/assets/img/blog/default/blog-46.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-46.jpg differ diff --git a/resources/assets/img/blog/default/blog-47.jpg b/resources/assets/img/blog/default/blog-47.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-47.jpg differ diff --git a/resources/assets/img/blog/default/blog-48.jpg b/resources/assets/img/blog/default/blog-48.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-48.jpg differ diff --git a/resources/assets/img/blog/default/blog-49.jpg b/resources/assets/img/blog/default/blog-49.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-49.jpg differ diff --git a/resources/assets/img/blog/default/blog-5.jpg b/resources/assets/img/blog/default/blog-5.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-5.jpg differ diff --git a/resources/assets/img/blog/default/blog-50.jpg b/resources/assets/img/blog/default/blog-50.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-50.jpg differ diff --git a/resources/assets/img/blog/default/blog-51.jpg b/resources/assets/img/blog/default/blog-51.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-51.jpg differ diff --git a/resources/assets/img/blog/default/blog-52.jpg b/resources/assets/img/blog/default/blog-52.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-52.jpg differ diff --git a/resources/assets/img/blog/default/blog-53.jpg b/resources/assets/img/blog/default/blog-53.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-53.jpg differ diff --git a/resources/assets/img/blog/default/blog-54.jpg b/resources/assets/img/blog/default/blog-54.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-54.jpg differ diff --git a/resources/assets/img/blog/default/blog-55.jpg b/resources/assets/img/blog/default/blog-55.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-55.jpg differ diff --git a/resources/assets/img/blog/default/blog-56.jpg b/resources/assets/img/blog/default/blog-56.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-56.jpg differ diff --git a/resources/assets/img/blog/default/blog-57.jpg b/resources/assets/img/blog/default/blog-57.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-57.jpg differ diff --git a/resources/assets/img/blog/default/blog-58.jpg b/resources/assets/img/blog/default/blog-58.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-58.jpg differ diff --git a/resources/assets/img/blog/default/blog-59.jpg b/resources/assets/img/blog/default/blog-59.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-59.jpg differ diff --git a/resources/assets/img/blog/default/blog-6.jpg b/resources/assets/img/blog/default/blog-6.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-6.jpg differ diff --git a/resources/assets/img/blog/default/blog-60.jpg b/resources/assets/img/blog/default/blog-60.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-60.jpg differ diff --git a/resources/assets/img/blog/default/blog-61.jpg b/resources/assets/img/blog/default/blog-61.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-61.jpg differ diff --git a/resources/assets/img/blog/default/blog-62.jpg b/resources/assets/img/blog/default/blog-62.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-62.jpg differ diff --git a/resources/assets/img/blog/default/blog-63.jpg b/resources/assets/img/blog/default/blog-63.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-63.jpg differ diff --git a/resources/assets/img/blog/default/blog-64.jpg b/resources/assets/img/blog/default/blog-64.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-64.jpg differ diff --git a/resources/assets/img/blog/default/blog-65.jpg b/resources/assets/img/blog/default/blog-65.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-65.jpg differ diff --git a/resources/assets/img/blog/default/blog-66.jpg b/resources/assets/img/blog/default/blog-66.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-66.jpg differ diff --git a/resources/assets/img/blog/default/blog-67.jpg b/resources/assets/img/blog/default/blog-67.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-67.jpg differ diff --git a/resources/assets/img/blog/default/blog-68.jpg b/resources/assets/img/blog/default/blog-68.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-68.jpg differ diff --git a/resources/assets/img/blog/default/blog-69.jpg b/resources/assets/img/blog/default/blog-69.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-69.jpg differ diff --git a/resources/assets/img/blog/default/blog-7.jpg b/resources/assets/img/blog/default/blog-7.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-7.jpg differ diff --git a/resources/assets/img/blog/default/blog-70.jpg b/resources/assets/img/blog/default/blog-70.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-70.jpg differ diff --git a/resources/assets/img/blog/default/blog-8.jpg b/resources/assets/img/blog/default/blog-8.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-8.jpg differ diff --git a/resources/assets/img/blog/default/blog-9.jpg b/resources/assets/img/blog/default/blog-9.jpg new file mode 100644 index 0000000..c94fbc2 Binary files /dev/null and b/resources/assets/img/blog/default/blog-9.jpg differ diff --git a/resources/assets/img/blog/large/blog-1.jpg b/resources/assets/img/blog/large/blog-1.jpg new file mode 100644 index 0000000..2dfd0aa Binary files /dev/null and b/resources/assets/img/blog/large/blog-1.jpg differ diff --git a/resources/assets/img/blog/large/blog-10.jpg b/resources/assets/img/blog/large/blog-10.jpg new file mode 100644 index 0000000..40cda96 Binary files /dev/null and b/resources/assets/img/blog/large/blog-10.jpg differ diff --git a/resources/assets/img/blog/large/blog-11.jpg b/resources/assets/img/blog/large/blog-11.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-11.jpg differ diff --git a/resources/assets/img/blog/large/blog-12.jpg b/resources/assets/img/blog/large/blog-12.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-12.jpg differ diff --git a/resources/assets/img/blog/large/blog-13.jpg b/resources/assets/img/blog/large/blog-13.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-13.jpg differ diff --git a/resources/assets/img/blog/large/blog-14.jpg b/resources/assets/img/blog/large/blog-14.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-14.jpg differ diff --git a/resources/assets/img/blog/large/blog-15.jpg b/resources/assets/img/blog/large/blog-15.jpg new file mode 100644 index 0000000..a947370 Binary files /dev/null and b/resources/assets/img/blog/large/blog-15.jpg differ diff --git a/resources/assets/img/blog/large/blog-16.jpg b/resources/assets/img/blog/large/blog-16.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-16.jpg differ diff --git a/resources/assets/img/blog/large/blog-17.jpg b/resources/assets/img/blog/large/blog-17.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-17.jpg differ diff --git a/resources/assets/img/blog/large/blog-18.jpg b/resources/assets/img/blog/large/blog-18.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-18.jpg differ diff --git a/resources/assets/img/blog/large/blog-19.jpg b/resources/assets/img/blog/large/blog-19.jpg new file mode 100644 index 0000000..cf6664a Binary files /dev/null and b/resources/assets/img/blog/large/blog-19.jpg differ diff --git a/resources/assets/img/blog/large/blog-2.jpg b/resources/assets/img/blog/large/blog-2.jpg new file mode 100644 index 0000000..17a7927 Binary files /dev/null and b/resources/assets/img/blog/large/blog-2.jpg differ diff --git a/resources/assets/img/blog/large/blog-20.jpg b/resources/assets/img/blog/large/blog-20.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-20.jpg differ diff --git a/resources/assets/img/blog/large/blog-21.jpg b/resources/assets/img/blog/large/blog-21.jpg new file mode 100644 index 0000000..7321d2f Binary files /dev/null and b/resources/assets/img/blog/large/blog-21.jpg differ diff --git a/resources/assets/img/blog/large/blog-22.jpg b/resources/assets/img/blog/large/blog-22.jpg new file mode 100644 index 0000000..0e664c2 Binary files /dev/null and b/resources/assets/img/blog/large/blog-22.jpg differ diff --git a/resources/assets/img/blog/large/blog-23.jpg b/resources/assets/img/blog/large/blog-23.jpg new file mode 100644 index 0000000..0e664c2 Binary files /dev/null and b/resources/assets/img/blog/large/blog-23.jpg differ diff --git a/resources/assets/img/blog/large/blog-24.jpg b/resources/assets/img/blog/large/blog-24.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-24.jpg differ diff --git a/resources/assets/img/blog/large/blog-25.jpg b/resources/assets/img/blog/large/blog-25.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-25.jpg differ diff --git a/resources/assets/img/blog/large/blog-26.jpg b/resources/assets/img/blog/large/blog-26.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-26.jpg differ diff --git a/resources/assets/img/blog/large/blog-27.jpg b/resources/assets/img/blog/large/blog-27.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-27.jpg differ diff --git a/resources/assets/img/blog/large/blog-28.jpg b/resources/assets/img/blog/large/blog-28.jpg new file mode 100644 index 0000000..bfb3883 Binary files /dev/null and b/resources/assets/img/blog/large/blog-28.jpg differ diff --git a/resources/assets/img/blog/large/blog-29.jpg b/resources/assets/img/blog/large/blog-29.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-29.jpg differ diff --git a/resources/assets/img/blog/large/blog-3.jpg b/resources/assets/img/blog/large/blog-3.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-3.jpg differ diff --git a/resources/assets/img/blog/large/blog-30.jpg b/resources/assets/img/blog/large/blog-30.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-30.jpg differ diff --git a/resources/assets/img/blog/large/blog-31.jpg b/resources/assets/img/blog/large/blog-31.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-31.jpg differ diff --git a/resources/assets/img/blog/large/blog-32.jpg b/resources/assets/img/blog/large/blog-32.jpg new file mode 100644 index 0000000..22afc44 Binary files /dev/null and b/resources/assets/img/blog/large/blog-32.jpg differ diff --git a/resources/assets/img/blog/large/blog-33.jpg b/resources/assets/img/blog/large/blog-33.jpg new file mode 100644 index 0000000..0e664c2 Binary files /dev/null and b/resources/assets/img/blog/large/blog-33.jpg differ diff --git a/resources/assets/img/blog/large/blog-34.jpg b/resources/assets/img/blog/large/blog-34.jpg new file mode 100644 index 0000000..1428abb Binary files /dev/null and b/resources/assets/img/blog/large/blog-34.jpg differ diff --git a/resources/assets/img/blog/large/blog-35.jpg b/resources/assets/img/blog/large/blog-35.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-35.jpg differ diff --git a/resources/assets/img/blog/large/blog-36.jpg b/resources/assets/img/blog/large/blog-36.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-36.jpg differ diff --git a/resources/assets/img/blog/large/blog-37.jpg b/resources/assets/img/blog/large/blog-37.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-37.jpg differ diff --git a/resources/assets/img/blog/large/blog-38.jpg b/resources/assets/img/blog/large/blog-38.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-38.jpg differ diff --git a/resources/assets/img/blog/large/blog-39.jpg b/resources/assets/img/blog/large/blog-39.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-39.jpg differ diff --git a/resources/assets/img/blog/large/blog-4.jpg b/resources/assets/img/blog/large/blog-4.jpg new file mode 100644 index 0000000..f5c92b8 Binary files /dev/null and b/resources/assets/img/blog/large/blog-4.jpg differ diff --git a/resources/assets/img/blog/large/blog-40.jpg b/resources/assets/img/blog/large/blog-40.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-40.jpg differ diff --git a/resources/assets/img/blog/large/blog-41.jpg b/resources/assets/img/blog/large/blog-41.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-41.jpg differ diff --git a/resources/assets/img/blog/large/blog-42.jpg b/resources/assets/img/blog/large/blog-42.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-42.jpg differ diff --git a/resources/assets/img/blog/large/blog-43.jpg b/resources/assets/img/blog/large/blog-43.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-43.jpg differ diff --git a/resources/assets/img/blog/large/blog-44.jpg b/resources/assets/img/blog/large/blog-44.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-44.jpg differ diff --git a/resources/assets/img/blog/large/blog-45.jpg b/resources/assets/img/blog/large/blog-45.jpg new file mode 100644 index 0000000..1309a4d Binary files /dev/null and b/resources/assets/img/blog/large/blog-45.jpg differ diff --git a/resources/assets/img/blog/large/blog-46.jpg b/resources/assets/img/blog/large/blog-46.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-46.jpg differ diff --git a/resources/assets/img/blog/large/blog-47.jpg b/resources/assets/img/blog/large/blog-47.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-47.jpg differ diff --git a/resources/assets/img/blog/large/blog-48.jpg b/resources/assets/img/blog/large/blog-48.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-48.jpg differ diff --git a/resources/assets/img/blog/large/blog-49.jpg b/resources/assets/img/blog/large/blog-49.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-49.jpg differ diff --git a/resources/assets/img/blog/large/blog-5.jpg b/resources/assets/img/blog/large/blog-5.jpg new file mode 100644 index 0000000..e901f04 Binary files /dev/null and b/resources/assets/img/blog/large/blog-5.jpg differ diff --git a/resources/assets/img/blog/large/blog-50.jpg b/resources/assets/img/blog/large/blog-50.jpg new file mode 100644 index 0000000..d52b4bd Binary files /dev/null and b/resources/assets/img/blog/large/blog-50.jpg differ diff --git a/resources/assets/img/blog/large/blog-51.jpg b/resources/assets/img/blog/large/blog-51.jpg new file mode 100644 index 0000000..1db48f7 Binary files /dev/null and b/resources/assets/img/blog/large/blog-51.jpg differ diff --git a/resources/assets/img/blog/large/blog-52.jpg b/resources/assets/img/blog/large/blog-52.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-52.jpg differ diff --git a/resources/assets/img/blog/large/blog-53.jpg b/resources/assets/img/blog/large/blog-53.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-53.jpg differ diff --git a/resources/assets/img/blog/large/blog-54.jpg b/resources/assets/img/blog/large/blog-54.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-54.jpg differ diff --git a/resources/assets/img/blog/large/blog-55.jpg b/resources/assets/img/blog/large/blog-55.jpg new file mode 100644 index 0000000..61db021 Binary files /dev/null and b/resources/assets/img/blog/large/blog-55.jpg differ diff --git a/resources/assets/img/blog/large/blog-56.jpg b/resources/assets/img/blog/large/blog-56.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-56.jpg differ diff --git a/resources/assets/img/blog/large/blog-57.jpg b/resources/assets/img/blog/large/blog-57.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-57.jpg differ diff --git a/resources/assets/img/blog/large/blog-58.jpg b/resources/assets/img/blog/large/blog-58.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-58.jpg differ diff --git a/resources/assets/img/blog/large/blog-59.jpg b/resources/assets/img/blog/large/blog-59.jpg new file mode 100644 index 0000000..3eac64a Binary files /dev/null and b/resources/assets/img/blog/large/blog-59.jpg differ diff --git a/resources/assets/img/blog/large/blog-6.jpg b/resources/assets/img/blog/large/blog-6.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-6.jpg differ diff --git a/resources/assets/img/blog/large/blog-60.jpg b/resources/assets/img/blog/large/blog-60.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-60.jpg differ diff --git a/resources/assets/img/blog/large/blog-61.jpg b/resources/assets/img/blog/large/blog-61.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-61.jpg differ diff --git a/resources/assets/img/blog/large/blog-62.jpg b/resources/assets/img/blog/large/blog-62.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/blog/large/blog-62.jpg differ diff --git a/resources/assets/img/blog/large/blog-63.jpg b/resources/assets/img/blog/large/blog-63.jpg new file mode 100644 index 0000000..1fd790c Binary files /dev/null and b/resources/assets/img/blog/large/blog-63.jpg differ diff --git a/resources/assets/img/blog/large/blog-64.jpg b/resources/assets/img/blog/large/blog-64.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/blog/large/blog-64.jpg differ diff --git a/resources/assets/img/blog/large/blog-65.jpg b/resources/assets/img/blog/large/blog-65.jpg new file mode 100644 index 0000000..2223de8 Binary files /dev/null and b/resources/assets/img/blog/large/blog-65.jpg differ diff --git a/resources/assets/img/blog/large/blog-66.jpg b/resources/assets/img/blog/large/blog-66.jpg new file mode 100644 index 0000000..5d4918c Binary files /dev/null and b/resources/assets/img/blog/large/blog-66.jpg differ diff --git a/resources/assets/img/blog/large/blog-67.jpg b/resources/assets/img/blog/large/blog-67.jpg new file mode 100644 index 0000000..eddc478 Binary files /dev/null and b/resources/assets/img/blog/large/blog-67.jpg differ diff --git a/resources/assets/img/blog/large/blog-68.jpg b/resources/assets/img/blog/large/blog-68.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-68.jpg differ diff --git a/resources/assets/img/blog/large/blog-69.jpg b/resources/assets/img/blog/large/blog-69.jpg new file mode 100644 index 0000000..6c4da18 Binary files /dev/null and b/resources/assets/img/blog/large/blog-69.jpg differ diff --git a/resources/assets/img/blog/large/blog-7.jpg b/resources/assets/img/blog/large/blog-7.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-7.jpg differ diff --git a/resources/assets/img/blog/large/blog-70.jpg b/resources/assets/img/blog/large/blog-70.jpg new file mode 100644 index 0000000..fb6abc0 Binary files /dev/null and b/resources/assets/img/blog/large/blog-70.jpg differ diff --git a/resources/assets/img/blog/large/blog-8.jpg b/resources/assets/img/blog/large/blog-8.jpg new file mode 100644 index 0000000..56c1210 Binary files /dev/null and b/resources/assets/img/blog/large/blog-8.jpg differ diff --git a/resources/assets/img/blog/large/blog-9.jpg b/resources/assets/img/blog/large/blog-9.jpg new file mode 100644 index 0000000..c70c457 Binary files /dev/null and b/resources/assets/img/blog/large/blog-9.jpg differ diff --git a/resources/assets/img/blog/medium/blog-1.jpg b/resources/assets/img/blog/medium/blog-1.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-1.jpg differ diff --git a/resources/assets/img/blog/medium/blog-10.jpg b/resources/assets/img/blog/medium/blog-10.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-10.jpg differ diff --git a/resources/assets/img/blog/medium/blog-11.jpg b/resources/assets/img/blog/medium/blog-11.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-11.jpg differ diff --git a/resources/assets/img/blog/medium/blog-12.jpg b/resources/assets/img/blog/medium/blog-12.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-12.jpg differ diff --git a/resources/assets/img/blog/medium/blog-13.jpg b/resources/assets/img/blog/medium/blog-13.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-13.jpg differ diff --git a/resources/assets/img/blog/medium/blog-14.jpg b/resources/assets/img/blog/medium/blog-14.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-14.jpg differ diff --git a/resources/assets/img/blog/medium/blog-15.jpg b/resources/assets/img/blog/medium/blog-15.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-15.jpg differ diff --git a/resources/assets/img/blog/medium/blog-16.jpg b/resources/assets/img/blog/medium/blog-16.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-16.jpg differ diff --git a/resources/assets/img/blog/medium/blog-17.jpg b/resources/assets/img/blog/medium/blog-17.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-17.jpg differ diff --git a/resources/assets/img/blog/medium/blog-18.jpg b/resources/assets/img/blog/medium/blog-18.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-18.jpg differ diff --git a/resources/assets/img/blog/medium/blog-19.jpg b/resources/assets/img/blog/medium/blog-19.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-19.jpg differ diff --git a/resources/assets/img/blog/medium/blog-2.jpg b/resources/assets/img/blog/medium/blog-2.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-2.jpg differ diff --git a/resources/assets/img/blog/medium/blog-20.jpg b/resources/assets/img/blog/medium/blog-20.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-20.jpg differ diff --git a/resources/assets/img/blog/medium/blog-21.jpg b/resources/assets/img/blog/medium/blog-21.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-21.jpg differ diff --git a/resources/assets/img/blog/medium/blog-22.jpg b/resources/assets/img/blog/medium/blog-22.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-22.jpg differ diff --git a/resources/assets/img/blog/medium/blog-23.jpg b/resources/assets/img/blog/medium/blog-23.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-23.jpg differ diff --git a/resources/assets/img/blog/medium/blog-24.jpg b/resources/assets/img/blog/medium/blog-24.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-24.jpg differ diff --git a/resources/assets/img/blog/medium/blog-25.jpg b/resources/assets/img/blog/medium/blog-25.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-25.jpg differ diff --git a/resources/assets/img/blog/medium/blog-26.jpg b/resources/assets/img/blog/medium/blog-26.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-26.jpg differ diff --git a/resources/assets/img/blog/medium/blog-27.jpg b/resources/assets/img/blog/medium/blog-27.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-27.jpg differ diff --git a/resources/assets/img/blog/medium/blog-28.jpg b/resources/assets/img/blog/medium/blog-28.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-28.jpg differ diff --git a/resources/assets/img/blog/medium/blog-29.jpg b/resources/assets/img/blog/medium/blog-29.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-29.jpg differ diff --git a/resources/assets/img/blog/medium/blog-3.jpg b/resources/assets/img/blog/medium/blog-3.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-3.jpg differ diff --git a/resources/assets/img/blog/medium/blog-30.jpg b/resources/assets/img/blog/medium/blog-30.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-30.jpg differ diff --git a/resources/assets/img/blog/medium/blog-31.jpg b/resources/assets/img/blog/medium/blog-31.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-31.jpg differ diff --git a/resources/assets/img/blog/medium/blog-32.jpg b/resources/assets/img/blog/medium/blog-32.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-32.jpg differ diff --git a/resources/assets/img/blog/medium/blog-33.jpg b/resources/assets/img/blog/medium/blog-33.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-33.jpg differ diff --git a/resources/assets/img/blog/medium/blog-34.jpg b/resources/assets/img/blog/medium/blog-34.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-34.jpg differ diff --git a/resources/assets/img/blog/medium/blog-35.jpg b/resources/assets/img/blog/medium/blog-35.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-35.jpg differ diff --git a/resources/assets/img/blog/medium/blog-36.jpg b/resources/assets/img/blog/medium/blog-36.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-36.jpg differ diff --git a/resources/assets/img/blog/medium/blog-37.jpg b/resources/assets/img/blog/medium/blog-37.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-37.jpg differ diff --git a/resources/assets/img/blog/medium/blog-38.jpg b/resources/assets/img/blog/medium/blog-38.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-38.jpg differ diff --git a/resources/assets/img/blog/medium/blog-39.jpg b/resources/assets/img/blog/medium/blog-39.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-39.jpg differ diff --git a/resources/assets/img/blog/medium/blog-4.jpg b/resources/assets/img/blog/medium/blog-4.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-4.jpg differ diff --git a/resources/assets/img/blog/medium/blog-40.jpg b/resources/assets/img/blog/medium/blog-40.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-40.jpg differ diff --git a/resources/assets/img/blog/medium/blog-41.jpg b/resources/assets/img/blog/medium/blog-41.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-41.jpg differ diff --git a/resources/assets/img/blog/medium/blog-42.jpg b/resources/assets/img/blog/medium/blog-42.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-42.jpg differ diff --git a/resources/assets/img/blog/medium/blog-43.jpg b/resources/assets/img/blog/medium/blog-43.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-43.jpg differ diff --git a/resources/assets/img/blog/medium/blog-44.jpg b/resources/assets/img/blog/medium/blog-44.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-44.jpg differ diff --git a/resources/assets/img/blog/medium/blog-45.jpg b/resources/assets/img/blog/medium/blog-45.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-45.jpg differ diff --git a/resources/assets/img/blog/medium/blog-46.jpg b/resources/assets/img/blog/medium/blog-46.jpg new file mode 100644 index 0000000..eb760c0 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-46.jpg differ diff --git a/resources/assets/img/blog/medium/blog-47.jpg b/resources/assets/img/blog/medium/blog-47.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-47.jpg differ diff --git a/resources/assets/img/blog/medium/blog-48.jpg b/resources/assets/img/blog/medium/blog-48.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-48.jpg differ diff --git a/resources/assets/img/blog/medium/blog-49.jpg b/resources/assets/img/blog/medium/blog-49.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-49.jpg differ diff --git a/resources/assets/img/blog/medium/blog-5.jpg b/resources/assets/img/blog/medium/blog-5.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-5.jpg differ diff --git a/resources/assets/img/blog/medium/blog-50.jpg b/resources/assets/img/blog/medium/blog-50.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-50.jpg differ diff --git a/resources/assets/img/blog/medium/blog-51.jpg b/resources/assets/img/blog/medium/blog-51.jpg new file mode 100644 index 0000000..47247e5 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-51.jpg differ diff --git a/resources/assets/img/blog/medium/blog-52.jpg b/resources/assets/img/blog/medium/blog-52.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-52.jpg differ diff --git a/resources/assets/img/blog/medium/blog-53.jpg b/resources/assets/img/blog/medium/blog-53.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-53.jpg differ diff --git a/resources/assets/img/blog/medium/blog-54.jpg b/resources/assets/img/blog/medium/blog-54.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-54.jpg differ diff --git a/resources/assets/img/blog/medium/blog-55.jpg b/resources/assets/img/blog/medium/blog-55.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-55.jpg differ diff --git a/resources/assets/img/blog/medium/blog-56.jpg b/resources/assets/img/blog/medium/blog-56.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-56.jpg differ diff --git a/resources/assets/img/blog/medium/blog-57.jpg b/resources/assets/img/blog/medium/blog-57.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-57.jpg differ diff --git a/resources/assets/img/blog/medium/blog-58.jpg b/resources/assets/img/blog/medium/blog-58.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-58.jpg differ diff --git a/resources/assets/img/blog/medium/blog-59.jpg b/resources/assets/img/blog/medium/blog-59.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-59.jpg differ diff --git a/resources/assets/img/blog/medium/blog-6.jpg b/resources/assets/img/blog/medium/blog-6.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-6.jpg differ diff --git a/resources/assets/img/blog/medium/blog-60.jpg b/resources/assets/img/blog/medium/blog-60.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-60.jpg differ diff --git a/resources/assets/img/blog/medium/blog-61.jpg b/resources/assets/img/blog/medium/blog-61.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-61.jpg differ diff --git a/resources/assets/img/blog/medium/blog-62.jpg b/resources/assets/img/blog/medium/blog-62.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-62.jpg differ diff --git a/resources/assets/img/blog/medium/blog-63.jpg b/resources/assets/img/blog/medium/blog-63.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-63.jpg differ diff --git a/resources/assets/img/blog/medium/blog-64.jpg b/resources/assets/img/blog/medium/blog-64.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-64.jpg differ diff --git a/resources/assets/img/blog/medium/blog-65.jpg b/resources/assets/img/blog/medium/blog-65.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-65.jpg differ diff --git a/resources/assets/img/blog/medium/blog-66.jpg b/resources/assets/img/blog/medium/blog-66.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-66.jpg differ diff --git a/resources/assets/img/blog/medium/blog-67.jpg b/resources/assets/img/blog/medium/blog-67.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-67.jpg differ diff --git a/resources/assets/img/blog/medium/blog-68.jpg b/resources/assets/img/blog/medium/blog-68.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-68.jpg differ diff --git a/resources/assets/img/blog/medium/blog-69.jpg b/resources/assets/img/blog/medium/blog-69.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-69.jpg differ diff --git a/resources/assets/img/blog/medium/blog-7.jpg b/resources/assets/img/blog/medium/blog-7.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-7.jpg differ diff --git a/resources/assets/img/blog/medium/blog-70.jpg b/resources/assets/img/blog/medium/blog-70.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-70.jpg differ diff --git a/resources/assets/img/blog/medium/blog-8.jpg b/resources/assets/img/blog/medium/blog-8.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-8.jpg differ diff --git a/resources/assets/img/blog/medium/blog-9.jpg b/resources/assets/img/blog/medium/blog-9.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/blog/medium/blog-9.jpg differ diff --git a/resources/assets/img/blog/small/blog-1.jpg b/resources/assets/img/blog/small/blog-1.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-1.jpg differ diff --git a/resources/assets/img/blog/small/blog-10.jpg b/resources/assets/img/blog/small/blog-10.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-10.jpg differ diff --git a/resources/assets/img/blog/small/blog-11.jpg b/resources/assets/img/blog/small/blog-11.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-11.jpg differ diff --git a/resources/assets/img/blog/small/blog-12.jpg b/resources/assets/img/blog/small/blog-12.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-12.jpg differ diff --git a/resources/assets/img/blog/small/blog-13.jpg b/resources/assets/img/blog/small/blog-13.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-13.jpg differ diff --git a/resources/assets/img/blog/small/blog-14.jpg b/resources/assets/img/blog/small/blog-14.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-14.jpg differ diff --git a/resources/assets/img/blog/small/blog-15.jpg b/resources/assets/img/blog/small/blog-15.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-15.jpg differ diff --git a/resources/assets/img/blog/small/blog-16.jpg b/resources/assets/img/blog/small/blog-16.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-16.jpg differ diff --git a/resources/assets/img/blog/small/blog-17.jpg b/resources/assets/img/blog/small/blog-17.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-17.jpg differ diff --git a/resources/assets/img/blog/small/blog-18.jpg b/resources/assets/img/blog/small/blog-18.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-18.jpg differ diff --git a/resources/assets/img/blog/small/blog-19.jpg b/resources/assets/img/blog/small/blog-19.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-19.jpg differ diff --git a/resources/assets/img/blog/small/blog-2.jpg b/resources/assets/img/blog/small/blog-2.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-2.jpg differ diff --git a/resources/assets/img/blog/small/blog-20.jpg b/resources/assets/img/blog/small/blog-20.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-20.jpg differ diff --git a/resources/assets/img/blog/small/blog-21.jpg b/resources/assets/img/blog/small/blog-21.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-21.jpg differ diff --git a/resources/assets/img/blog/small/blog-22.jpg b/resources/assets/img/blog/small/blog-22.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-22.jpg differ diff --git a/resources/assets/img/blog/small/blog-23.jpg b/resources/assets/img/blog/small/blog-23.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-23.jpg differ diff --git a/resources/assets/img/blog/small/blog-24.jpg b/resources/assets/img/blog/small/blog-24.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-24.jpg differ diff --git a/resources/assets/img/blog/small/blog-25.jpg b/resources/assets/img/blog/small/blog-25.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-25.jpg differ diff --git a/resources/assets/img/blog/small/blog-26.jpg b/resources/assets/img/blog/small/blog-26.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-26.jpg differ diff --git a/resources/assets/img/blog/small/blog-27.jpg b/resources/assets/img/blog/small/blog-27.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-27.jpg differ diff --git a/resources/assets/img/blog/small/blog-28.jpg b/resources/assets/img/blog/small/blog-28.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-28.jpg differ diff --git a/resources/assets/img/blog/small/blog-29.jpg b/resources/assets/img/blog/small/blog-29.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-29.jpg differ diff --git a/resources/assets/img/blog/small/blog-3.jpg b/resources/assets/img/blog/small/blog-3.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-3.jpg differ diff --git a/resources/assets/img/blog/small/blog-30.jpg b/resources/assets/img/blog/small/blog-30.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-30.jpg differ diff --git a/resources/assets/img/blog/small/blog-31.jpg b/resources/assets/img/blog/small/blog-31.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-31.jpg differ diff --git a/resources/assets/img/blog/small/blog-32.jpg b/resources/assets/img/blog/small/blog-32.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-32.jpg differ diff --git a/resources/assets/img/blog/small/blog-33.jpg b/resources/assets/img/blog/small/blog-33.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-33.jpg differ diff --git a/resources/assets/img/blog/small/blog-34.jpg b/resources/assets/img/blog/small/blog-34.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-34.jpg differ diff --git a/resources/assets/img/blog/small/blog-35.jpg b/resources/assets/img/blog/small/blog-35.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-35.jpg differ diff --git a/resources/assets/img/blog/small/blog-36.jpg b/resources/assets/img/blog/small/blog-36.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-36.jpg differ diff --git a/resources/assets/img/blog/small/blog-37.jpg b/resources/assets/img/blog/small/blog-37.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-37.jpg differ diff --git a/resources/assets/img/blog/small/blog-38.jpg b/resources/assets/img/blog/small/blog-38.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-38.jpg differ diff --git a/resources/assets/img/blog/small/blog-39.jpg b/resources/assets/img/blog/small/blog-39.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-39.jpg differ diff --git a/resources/assets/img/blog/small/blog-4.jpg b/resources/assets/img/blog/small/blog-4.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-4.jpg differ diff --git a/resources/assets/img/blog/small/blog-40.jpg b/resources/assets/img/blog/small/blog-40.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-40.jpg differ diff --git a/resources/assets/img/blog/small/blog-41.jpg b/resources/assets/img/blog/small/blog-41.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-41.jpg differ diff --git a/resources/assets/img/blog/small/blog-42.jpg b/resources/assets/img/blog/small/blog-42.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-42.jpg differ diff --git a/resources/assets/img/blog/small/blog-43.jpg b/resources/assets/img/blog/small/blog-43.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-43.jpg differ diff --git a/resources/assets/img/blog/small/blog-44.jpg b/resources/assets/img/blog/small/blog-44.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-44.jpg differ diff --git a/resources/assets/img/blog/small/blog-45.jpg b/resources/assets/img/blog/small/blog-45.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-45.jpg differ diff --git a/resources/assets/img/blog/small/blog-46.jpg b/resources/assets/img/blog/small/blog-46.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-46.jpg differ diff --git a/resources/assets/img/blog/small/blog-47.jpg b/resources/assets/img/blog/small/blog-47.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-47.jpg differ diff --git a/resources/assets/img/blog/small/blog-48.jpg b/resources/assets/img/blog/small/blog-48.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-48.jpg differ diff --git a/resources/assets/img/blog/small/blog-49.jpg b/resources/assets/img/blog/small/blog-49.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-49.jpg differ diff --git a/resources/assets/img/blog/small/blog-5.jpg b/resources/assets/img/blog/small/blog-5.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-5.jpg differ diff --git a/resources/assets/img/blog/small/blog-50.jpg b/resources/assets/img/blog/small/blog-50.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-50.jpg differ diff --git a/resources/assets/img/blog/small/blog-51.jpg b/resources/assets/img/blog/small/blog-51.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-51.jpg differ diff --git a/resources/assets/img/blog/small/blog-52.jpg b/resources/assets/img/blog/small/blog-52.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-52.jpg differ diff --git a/resources/assets/img/blog/small/blog-53.jpg b/resources/assets/img/blog/small/blog-53.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-53.jpg differ diff --git a/resources/assets/img/blog/small/blog-54.jpg b/resources/assets/img/blog/small/blog-54.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-54.jpg differ diff --git a/resources/assets/img/blog/small/blog-55.jpg b/resources/assets/img/blog/small/blog-55.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-55.jpg differ diff --git a/resources/assets/img/blog/small/blog-56.jpg b/resources/assets/img/blog/small/blog-56.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-56.jpg differ diff --git a/resources/assets/img/blog/small/blog-57.jpg b/resources/assets/img/blog/small/blog-57.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-57.jpg differ diff --git a/resources/assets/img/blog/small/blog-58.jpg b/resources/assets/img/blog/small/blog-58.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-58.jpg differ diff --git a/resources/assets/img/blog/small/blog-59.jpg b/resources/assets/img/blog/small/blog-59.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-59.jpg differ diff --git a/resources/assets/img/blog/small/blog-6.jpg b/resources/assets/img/blog/small/blog-6.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-6.jpg differ diff --git a/resources/assets/img/blog/small/blog-60.jpg b/resources/assets/img/blog/small/blog-60.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-60.jpg differ diff --git a/resources/assets/img/blog/small/blog-61.jpg b/resources/assets/img/blog/small/blog-61.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-61.jpg differ diff --git a/resources/assets/img/blog/small/blog-62.jpg b/resources/assets/img/blog/small/blog-62.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-62.jpg differ diff --git a/resources/assets/img/blog/small/blog-63.jpg b/resources/assets/img/blog/small/blog-63.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-63.jpg differ diff --git a/resources/assets/img/blog/small/blog-64.jpg b/resources/assets/img/blog/small/blog-64.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-64.jpg differ diff --git a/resources/assets/img/blog/small/blog-65.jpg b/resources/assets/img/blog/small/blog-65.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-65.jpg differ diff --git a/resources/assets/img/blog/small/blog-66.jpg b/resources/assets/img/blog/small/blog-66.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-66.jpg differ diff --git a/resources/assets/img/blog/small/blog-67.jpg b/resources/assets/img/blog/small/blog-67.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-67.jpg differ diff --git a/resources/assets/img/blog/small/blog-68.jpg b/resources/assets/img/blog/small/blog-68.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-68.jpg differ diff --git a/resources/assets/img/blog/small/blog-69.jpg b/resources/assets/img/blog/small/blog-69.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-69.jpg differ diff --git a/resources/assets/img/blog/small/blog-7.jpg b/resources/assets/img/blog/small/blog-7.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-7.jpg differ diff --git a/resources/assets/img/blog/small/blog-70.jpg b/resources/assets/img/blog/small/blog-70.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-70.jpg differ diff --git a/resources/assets/img/blog/small/blog-8.jpg b/resources/assets/img/blog/small/blog-8.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-8.jpg differ diff --git a/resources/assets/img/blog/small/blog-9.jpg b/resources/assets/img/blog/small/blog-9.jpg new file mode 100644 index 0000000..f6ece15 Binary files /dev/null and b/resources/assets/img/blog/small/blog-9.jpg differ diff --git a/resources/assets/img/blog/square/blog-1.jpg b/resources/assets/img/blog/square/blog-1.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-1.jpg differ diff --git a/resources/assets/img/blog/square/blog-10.jpg b/resources/assets/img/blog/square/blog-10.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-10.jpg differ diff --git a/resources/assets/img/blog/square/blog-11.jpg b/resources/assets/img/blog/square/blog-11.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-11.jpg differ diff --git a/resources/assets/img/blog/square/blog-12.jpg b/resources/assets/img/blog/square/blog-12.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-12.jpg differ diff --git a/resources/assets/img/blog/square/blog-13.jpg b/resources/assets/img/blog/square/blog-13.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-13.jpg differ diff --git a/resources/assets/img/blog/square/blog-14.jpg b/resources/assets/img/blog/square/blog-14.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-14.jpg differ diff --git a/resources/assets/img/blog/square/blog-15.jpg b/resources/assets/img/blog/square/blog-15.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-15.jpg differ diff --git a/resources/assets/img/blog/square/blog-16.jpg b/resources/assets/img/blog/square/blog-16.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-16.jpg differ diff --git a/resources/assets/img/blog/square/blog-17.jpg b/resources/assets/img/blog/square/blog-17.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-17.jpg differ diff --git a/resources/assets/img/blog/square/blog-18.jpg b/resources/assets/img/blog/square/blog-18.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-18.jpg differ diff --git a/resources/assets/img/blog/square/blog-19.jpg b/resources/assets/img/blog/square/blog-19.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-19.jpg differ diff --git a/resources/assets/img/blog/square/blog-2.jpg b/resources/assets/img/blog/square/blog-2.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-2.jpg differ diff --git a/resources/assets/img/blog/square/blog-20.jpg b/resources/assets/img/blog/square/blog-20.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-20.jpg differ diff --git a/resources/assets/img/blog/square/blog-21.jpg b/resources/assets/img/blog/square/blog-21.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-21.jpg differ diff --git a/resources/assets/img/blog/square/blog-22.jpg b/resources/assets/img/blog/square/blog-22.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-22.jpg differ diff --git a/resources/assets/img/blog/square/blog-23.jpg b/resources/assets/img/blog/square/blog-23.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-23.jpg differ diff --git a/resources/assets/img/blog/square/blog-24.jpg b/resources/assets/img/blog/square/blog-24.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-24.jpg differ diff --git a/resources/assets/img/blog/square/blog-25.jpg b/resources/assets/img/blog/square/blog-25.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-25.jpg differ diff --git a/resources/assets/img/blog/square/blog-26.jpg b/resources/assets/img/blog/square/blog-26.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-26.jpg differ diff --git a/resources/assets/img/blog/square/blog-27.jpg b/resources/assets/img/blog/square/blog-27.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-27.jpg differ diff --git a/resources/assets/img/blog/square/blog-28.jpg b/resources/assets/img/blog/square/blog-28.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-28.jpg differ diff --git a/resources/assets/img/blog/square/blog-29.jpg b/resources/assets/img/blog/square/blog-29.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-29.jpg differ diff --git a/resources/assets/img/blog/square/blog-3.jpg b/resources/assets/img/blog/square/blog-3.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-3.jpg differ diff --git a/resources/assets/img/blog/square/blog-30.jpg b/resources/assets/img/blog/square/blog-30.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-30.jpg differ diff --git a/resources/assets/img/blog/square/blog-31.jpg b/resources/assets/img/blog/square/blog-31.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-31.jpg differ diff --git a/resources/assets/img/blog/square/blog-32.jpg b/resources/assets/img/blog/square/blog-32.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-32.jpg differ diff --git a/resources/assets/img/blog/square/blog-33.jpg b/resources/assets/img/blog/square/blog-33.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-33.jpg differ diff --git a/resources/assets/img/blog/square/blog-34.jpg b/resources/assets/img/blog/square/blog-34.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-34.jpg differ diff --git a/resources/assets/img/blog/square/blog-35.jpg b/resources/assets/img/blog/square/blog-35.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-35.jpg differ diff --git a/resources/assets/img/blog/square/blog-36.jpg b/resources/assets/img/blog/square/blog-36.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-36.jpg differ diff --git a/resources/assets/img/blog/square/blog-37.jpg b/resources/assets/img/blog/square/blog-37.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-37.jpg differ diff --git a/resources/assets/img/blog/square/blog-38.jpg b/resources/assets/img/blog/square/blog-38.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-38.jpg differ diff --git a/resources/assets/img/blog/square/blog-39.jpg b/resources/assets/img/blog/square/blog-39.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-39.jpg differ diff --git a/resources/assets/img/blog/square/blog-4.jpg b/resources/assets/img/blog/square/blog-4.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-4.jpg differ diff --git a/resources/assets/img/blog/square/blog-40.jpg b/resources/assets/img/blog/square/blog-40.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-40.jpg differ diff --git a/resources/assets/img/blog/square/blog-41.jpg b/resources/assets/img/blog/square/blog-41.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-41.jpg differ diff --git a/resources/assets/img/blog/square/blog-42.jpg b/resources/assets/img/blog/square/blog-42.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-42.jpg differ diff --git a/resources/assets/img/blog/square/blog-43.jpg b/resources/assets/img/blog/square/blog-43.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-43.jpg differ diff --git a/resources/assets/img/blog/square/blog-44.jpg b/resources/assets/img/blog/square/blog-44.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-44.jpg differ diff --git a/resources/assets/img/blog/square/blog-45.jpg b/resources/assets/img/blog/square/blog-45.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-45.jpg differ diff --git a/resources/assets/img/blog/square/blog-46.jpg b/resources/assets/img/blog/square/blog-46.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-46.jpg differ diff --git a/resources/assets/img/blog/square/blog-47.jpg b/resources/assets/img/blog/square/blog-47.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-47.jpg differ diff --git a/resources/assets/img/blog/square/blog-48.jpg b/resources/assets/img/blog/square/blog-48.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-48.jpg differ diff --git a/resources/assets/img/blog/square/blog-49.jpg b/resources/assets/img/blog/square/blog-49.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-49.jpg differ diff --git a/resources/assets/img/blog/square/blog-5.jpg b/resources/assets/img/blog/square/blog-5.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-5.jpg differ diff --git a/resources/assets/img/blog/square/blog-50.jpg b/resources/assets/img/blog/square/blog-50.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-50.jpg differ diff --git a/resources/assets/img/blog/square/blog-51.jpg b/resources/assets/img/blog/square/blog-51.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-51.jpg differ diff --git a/resources/assets/img/blog/square/blog-52.jpg b/resources/assets/img/blog/square/blog-52.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-52.jpg differ diff --git a/resources/assets/img/blog/square/blog-53.jpg b/resources/assets/img/blog/square/blog-53.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-53.jpg differ diff --git a/resources/assets/img/blog/square/blog-54.jpg b/resources/assets/img/blog/square/blog-54.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-54.jpg differ diff --git a/resources/assets/img/blog/square/blog-55.jpg b/resources/assets/img/blog/square/blog-55.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-55.jpg differ diff --git a/resources/assets/img/blog/square/blog-56.jpg b/resources/assets/img/blog/square/blog-56.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-56.jpg differ diff --git a/resources/assets/img/blog/square/blog-57.jpg b/resources/assets/img/blog/square/blog-57.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-57.jpg differ diff --git a/resources/assets/img/blog/square/blog-58.jpg b/resources/assets/img/blog/square/blog-58.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-58.jpg differ diff --git a/resources/assets/img/blog/square/blog-59.jpg b/resources/assets/img/blog/square/blog-59.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-59.jpg differ diff --git a/resources/assets/img/blog/square/blog-6.jpg b/resources/assets/img/blog/square/blog-6.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-6.jpg differ diff --git a/resources/assets/img/blog/square/blog-60.jpg b/resources/assets/img/blog/square/blog-60.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-60.jpg differ diff --git a/resources/assets/img/blog/square/blog-61.jpg b/resources/assets/img/blog/square/blog-61.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-61.jpg differ diff --git a/resources/assets/img/blog/square/blog-62.jpg b/resources/assets/img/blog/square/blog-62.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-62.jpg differ diff --git a/resources/assets/img/blog/square/blog-63.jpg b/resources/assets/img/blog/square/blog-63.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-63.jpg differ diff --git a/resources/assets/img/blog/square/blog-64.jpg b/resources/assets/img/blog/square/blog-64.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-64.jpg differ diff --git a/resources/assets/img/blog/square/blog-65.jpg b/resources/assets/img/blog/square/blog-65.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-65.jpg differ diff --git a/resources/assets/img/blog/square/blog-66.jpg b/resources/assets/img/blog/square/blog-66.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-66.jpg differ diff --git a/resources/assets/img/blog/square/blog-67.jpg b/resources/assets/img/blog/square/blog-67.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-67.jpg differ diff --git a/resources/assets/img/blog/square/blog-68.jpg b/resources/assets/img/blog/square/blog-68.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-68.jpg differ diff --git a/resources/assets/img/blog/square/blog-69.jpg b/resources/assets/img/blog/square/blog-69.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-69.jpg differ diff --git a/resources/assets/img/blog/square/blog-7.jpg b/resources/assets/img/blog/square/blog-7.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-7.jpg differ diff --git a/resources/assets/img/blog/square/blog-70.jpg b/resources/assets/img/blog/square/blog-70.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-70.jpg differ diff --git a/resources/assets/img/blog/square/blog-8.jpg b/resources/assets/img/blog/square/blog-8.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-8.jpg differ diff --git a/resources/assets/img/blog/square/blog-9.jpg b/resources/assets/img/blog/square/blog-9.jpg new file mode 100644 index 0000000..1510cde Binary files /dev/null and b/resources/assets/img/blog/square/blog-9.jpg differ diff --git a/resources/assets/img/blog/wide/blog-1.jpg b/resources/assets/img/blog/wide/blog-1.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-1.jpg differ diff --git a/resources/assets/img/blog/wide/blog-10.jpg b/resources/assets/img/blog/wide/blog-10.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-10.jpg differ diff --git a/resources/assets/img/blog/wide/blog-11.jpg b/resources/assets/img/blog/wide/blog-11.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-11.jpg differ diff --git a/resources/assets/img/blog/wide/blog-12.jpg b/resources/assets/img/blog/wide/blog-12.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-12.jpg differ diff --git a/resources/assets/img/blog/wide/blog-13.jpg b/resources/assets/img/blog/wide/blog-13.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-13.jpg differ diff --git a/resources/assets/img/blog/wide/blog-14.jpg b/resources/assets/img/blog/wide/blog-14.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-14.jpg differ diff --git a/resources/assets/img/blog/wide/blog-15.jpg b/resources/assets/img/blog/wide/blog-15.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-15.jpg differ diff --git a/resources/assets/img/blog/wide/blog-16.jpg b/resources/assets/img/blog/wide/blog-16.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-16.jpg differ diff --git a/resources/assets/img/blog/wide/blog-17.jpg b/resources/assets/img/blog/wide/blog-17.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-17.jpg differ diff --git a/resources/assets/img/blog/wide/blog-18.jpg b/resources/assets/img/blog/wide/blog-18.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-18.jpg differ diff --git a/resources/assets/img/blog/wide/blog-19.jpg b/resources/assets/img/blog/wide/blog-19.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-19.jpg differ diff --git a/resources/assets/img/blog/wide/blog-2.jpg b/resources/assets/img/blog/wide/blog-2.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-2.jpg differ diff --git a/resources/assets/img/blog/wide/blog-20.jpg b/resources/assets/img/blog/wide/blog-20.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-20.jpg differ diff --git a/resources/assets/img/blog/wide/blog-21.jpg b/resources/assets/img/blog/wide/blog-21.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-21.jpg differ diff --git a/resources/assets/img/blog/wide/blog-22.jpg b/resources/assets/img/blog/wide/blog-22.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-22.jpg differ diff --git a/resources/assets/img/blog/wide/blog-23.jpg b/resources/assets/img/blog/wide/blog-23.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-23.jpg differ diff --git a/resources/assets/img/blog/wide/blog-24.jpg b/resources/assets/img/blog/wide/blog-24.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-24.jpg differ diff --git a/resources/assets/img/blog/wide/blog-25.jpg b/resources/assets/img/blog/wide/blog-25.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-25.jpg differ diff --git a/resources/assets/img/blog/wide/blog-26.jpg b/resources/assets/img/blog/wide/blog-26.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-26.jpg differ diff --git a/resources/assets/img/blog/wide/blog-27.jpg b/resources/assets/img/blog/wide/blog-27.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-27.jpg differ diff --git a/resources/assets/img/blog/wide/blog-28.jpg b/resources/assets/img/blog/wide/blog-28.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-28.jpg differ diff --git a/resources/assets/img/blog/wide/blog-29.jpg b/resources/assets/img/blog/wide/blog-29.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-29.jpg differ diff --git a/resources/assets/img/blog/wide/blog-3.jpg b/resources/assets/img/blog/wide/blog-3.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-3.jpg differ diff --git a/resources/assets/img/blog/wide/blog-30.jpg b/resources/assets/img/blog/wide/blog-30.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-30.jpg differ diff --git a/resources/assets/img/blog/wide/blog-31.jpg b/resources/assets/img/blog/wide/blog-31.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-31.jpg differ diff --git a/resources/assets/img/blog/wide/blog-32.jpg b/resources/assets/img/blog/wide/blog-32.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-32.jpg differ diff --git a/resources/assets/img/blog/wide/blog-33.jpg b/resources/assets/img/blog/wide/blog-33.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-33.jpg differ diff --git a/resources/assets/img/blog/wide/blog-34.jpg b/resources/assets/img/blog/wide/blog-34.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-34.jpg differ diff --git a/resources/assets/img/blog/wide/blog-35.jpg b/resources/assets/img/blog/wide/blog-35.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-35.jpg differ diff --git a/resources/assets/img/blog/wide/blog-36.jpg b/resources/assets/img/blog/wide/blog-36.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-36.jpg differ diff --git a/resources/assets/img/blog/wide/blog-37.jpg b/resources/assets/img/blog/wide/blog-37.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-37.jpg differ diff --git a/resources/assets/img/blog/wide/blog-38.jpg b/resources/assets/img/blog/wide/blog-38.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-38.jpg differ diff --git a/resources/assets/img/blog/wide/blog-39.jpg b/resources/assets/img/blog/wide/blog-39.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-39.jpg differ diff --git a/resources/assets/img/blog/wide/blog-4.jpg b/resources/assets/img/blog/wide/blog-4.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-4.jpg differ diff --git a/resources/assets/img/blog/wide/blog-40.jpg b/resources/assets/img/blog/wide/blog-40.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-40.jpg differ diff --git a/resources/assets/img/blog/wide/blog-41.jpg b/resources/assets/img/blog/wide/blog-41.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-41.jpg differ diff --git a/resources/assets/img/blog/wide/blog-42.jpg b/resources/assets/img/blog/wide/blog-42.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-42.jpg differ diff --git a/resources/assets/img/blog/wide/blog-43.jpg b/resources/assets/img/blog/wide/blog-43.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-43.jpg differ diff --git a/resources/assets/img/blog/wide/blog-44.jpg b/resources/assets/img/blog/wide/blog-44.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-44.jpg differ diff --git a/resources/assets/img/blog/wide/blog-45.jpg b/resources/assets/img/blog/wide/blog-45.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-45.jpg differ diff --git a/resources/assets/img/blog/wide/blog-46.jpg b/resources/assets/img/blog/wide/blog-46.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-46.jpg differ diff --git a/resources/assets/img/blog/wide/blog-47.jpg b/resources/assets/img/blog/wide/blog-47.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-47.jpg differ diff --git a/resources/assets/img/blog/wide/blog-48.jpg b/resources/assets/img/blog/wide/blog-48.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-48.jpg differ diff --git a/resources/assets/img/blog/wide/blog-49.jpg b/resources/assets/img/blog/wide/blog-49.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-49.jpg differ diff --git a/resources/assets/img/blog/wide/blog-5.jpg b/resources/assets/img/blog/wide/blog-5.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-5.jpg differ diff --git a/resources/assets/img/blog/wide/blog-50.jpg b/resources/assets/img/blog/wide/blog-50.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-50.jpg differ diff --git a/resources/assets/img/blog/wide/blog-51.jpg b/resources/assets/img/blog/wide/blog-51.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-51.jpg differ diff --git a/resources/assets/img/blog/wide/blog-52.jpg b/resources/assets/img/blog/wide/blog-52.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-52.jpg differ diff --git a/resources/assets/img/blog/wide/blog-53.jpg b/resources/assets/img/blog/wide/blog-53.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-53.jpg differ diff --git a/resources/assets/img/blog/wide/blog-54.jpg b/resources/assets/img/blog/wide/blog-54.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-54.jpg differ diff --git a/resources/assets/img/blog/wide/blog-55.jpg b/resources/assets/img/blog/wide/blog-55.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-55.jpg differ diff --git a/resources/assets/img/blog/wide/blog-56.jpg b/resources/assets/img/blog/wide/blog-56.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-56.jpg differ diff --git a/resources/assets/img/blog/wide/blog-57.jpg b/resources/assets/img/blog/wide/blog-57.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-57.jpg differ diff --git a/resources/assets/img/blog/wide/blog-58.jpg b/resources/assets/img/blog/wide/blog-58.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-58.jpg differ diff --git a/resources/assets/img/blog/wide/blog-59.jpg b/resources/assets/img/blog/wide/blog-59.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-59.jpg differ diff --git a/resources/assets/img/blog/wide/blog-6.jpg b/resources/assets/img/blog/wide/blog-6.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-6.jpg differ diff --git a/resources/assets/img/blog/wide/blog-60.jpg b/resources/assets/img/blog/wide/blog-60.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-60.jpg differ diff --git a/resources/assets/img/blog/wide/blog-61.jpg b/resources/assets/img/blog/wide/blog-61.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-61.jpg differ diff --git a/resources/assets/img/blog/wide/blog-62.jpg b/resources/assets/img/blog/wide/blog-62.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-62.jpg differ diff --git a/resources/assets/img/blog/wide/blog-63.jpg b/resources/assets/img/blog/wide/blog-63.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-63.jpg differ diff --git a/resources/assets/img/blog/wide/blog-64.jpg b/resources/assets/img/blog/wide/blog-64.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-64.jpg differ diff --git a/resources/assets/img/blog/wide/blog-65.jpg b/resources/assets/img/blog/wide/blog-65.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-65.jpg differ diff --git a/resources/assets/img/blog/wide/blog-66.jpg b/resources/assets/img/blog/wide/blog-66.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-66.jpg differ diff --git a/resources/assets/img/blog/wide/blog-67.jpg b/resources/assets/img/blog/wide/blog-67.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-67.jpg differ diff --git a/resources/assets/img/blog/wide/blog-68.jpg b/resources/assets/img/blog/wide/blog-68.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-68.jpg differ diff --git a/resources/assets/img/blog/wide/blog-69.jpg b/resources/assets/img/blog/wide/blog-69.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-69.jpg differ diff --git a/resources/assets/img/blog/wide/blog-7.jpg b/resources/assets/img/blog/wide/blog-7.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-7.jpg differ diff --git a/resources/assets/img/blog/wide/blog-70.jpg b/resources/assets/img/blog/wide/blog-70.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-70.jpg differ diff --git a/resources/assets/img/blog/wide/blog-8.jpg b/resources/assets/img/blog/wide/blog-8.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-8.jpg differ diff --git a/resources/assets/img/blog/wide/blog-9.jpg b/resources/assets/img/blog/wide/blog-9.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/blog/wide/blog-9.jpg differ diff --git a/resources/assets/img/clients/client-1.jpg b/resources/assets/img/clients/client-1.jpg new file mode 100644 index 0000000..1f6768b Binary files /dev/null and b/resources/assets/img/clients/client-1.jpg differ diff --git a/resources/assets/img/clients/client-2.jpg b/resources/assets/img/clients/client-2.jpg new file mode 100644 index 0000000..1f6768b Binary files /dev/null and b/resources/assets/img/clients/client-2.jpg differ diff --git a/resources/assets/img/clients/client-3.jpg b/resources/assets/img/clients/client-3.jpg new file mode 100644 index 0000000..1f6768b Binary files /dev/null and b/resources/assets/img/clients/client-3.jpg differ diff --git a/resources/assets/img/clients/client-4.jpg b/resources/assets/img/clients/client-4.jpg new file mode 100644 index 0000000..1f6768b Binary files /dev/null and b/resources/assets/img/clients/client-4.jpg differ diff --git a/resources/assets/img/curved-border.svg b/resources/assets/img/curved-border.svg new file mode 100644 index 0000000..03b5e76 --- /dev/null +++ b/resources/assets/img/curved-border.svg @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/custom-divider-1.png b/resources/assets/img/custom-divider-1.png new file mode 100644 index 0000000..1d261f4 Binary files /dev/null and b/resources/assets/img/custom-divider-1.png differ diff --git a/resources/assets/img/custom-header-bg.jpg b/resources/assets/img/custom-header-bg.jpg new file mode 100644 index 0000000..29b1d19 Binary files /dev/null and b/resources/assets/img/custom-header-bg.jpg differ diff --git a/resources/assets/img/custom-header-bw-bg.jpg b/resources/assets/img/custom-header-bw-bg.jpg new file mode 100644 index 0000000..1cdca3c Binary files /dev/null and b/resources/assets/img/custom-header-bw-bg.jpg differ diff --git a/resources/assets/img/custom-header.png b/resources/assets/img/custom-header.png new file mode 100644 index 0000000..2ec2a6e Binary files /dev/null and b/resources/assets/img/custom-header.png differ diff --git a/resources/assets/img/demos/accounting-1/bg/bg-1.jpg b/resources/assets/img/demos/accounting-1/bg/bg-1.jpg new file mode 100644 index 0000000..bab2f3c Binary files /dev/null and b/resources/assets/img/demos/accounting-1/bg/bg-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/bg/bg-2.jpg b/resources/assets/img/demos/accounting-1/bg/bg-2.jpg new file mode 100644 index 0000000..fdc403b Binary files /dev/null and b/resources/assets/img/demos/accounting-1/bg/bg-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-post-1.jpg b/resources/assets/img/demos/accounting-1/blog/blog-post-1.jpg new file mode 100644 index 0000000..f73363a Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-post-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-1.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-1.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-2.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-2.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-3.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-3.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-4.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-4.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-5.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-5.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-5.jpg differ diff --git a/resources/assets/img/demos/accounting-1/blog/blog-thumb-6.jpg b/resources/assets/img/demos/accounting-1/blog/blog-thumb-6.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/blog/blog-thumb-6.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-4be296.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-4be296.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-4be296.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-61CCEF.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-61CCEF.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-61CCEF.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-DABDA9.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-DABDA9.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-DABDA9.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-E8D8D9.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-E8D8D9.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-E8D8D9.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-F7DDA7.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-F7DDA7.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-F7DDA7.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1-FFC8BD.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1-FFC8BD.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1-FFC8BD.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-1.jpg b/resources/assets/img/demos/accounting-1/generic/generic-1.jpg new file mode 100644 index 0000000..032d1e1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-10.jpg b/resources/assets/img/demos/accounting-1/generic/generic-10.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-10.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-11.jpg b/resources/assets/img/demos/accounting-1/generic/generic-11.jpg new file mode 100644 index 0000000..6539e9b Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-11.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-12.jpg b/resources/assets/img/demos/accounting-1/generic/generic-12.jpg new file mode 100644 index 0000000..6d0e3cb Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-12.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-13.jpg b/resources/assets/img/demos/accounting-1/generic/generic-13.jpg new file mode 100644 index 0000000..6d0e3cb Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-13.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-14.jpg b/resources/assets/img/demos/accounting-1/generic/generic-14.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-14.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-15.jpg b/resources/assets/img/demos/accounting-1/generic/generic-15.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-15.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-16.jpg b/resources/assets/img/demos/accounting-1/generic/generic-16.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-16.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-2.jpg b/resources/assets/img/demos/accounting-1/generic/generic-2.jpg new file mode 100644 index 0000000..6d0e3cb Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-3.jpg b/resources/assets/img/demos/accounting-1/generic/generic-3.jpg new file mode 100644 index 0000000..6d0e3cb Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-4.jpg b/resources/assets/img/demos/accounting-1/generic/generic-4.jpg new file mode 100644 index 0000000..6539e9b Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-5.jpg b/resources/assets/img/demos/accounting-1/generic/generic-5.jpg new file mode 100644 index 0000000..d9634b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-6.jpg b/resources/assets/img/demos/accounting-1/generic/generic-6.jpg new file mode 100644 index 0000000..d9634b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-7.jpg b/resources/assets/img/demos/accounting-1/generic/generic-7.jpg new file mode 100644 index 0000000..d9634b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-7.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-8.jpg b/resources/assets/img/demos/accounting-1/generic/generic-8.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-8.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/generic-9.jpg b/resources/assets/img/demos/accounting-1/generic/generic-9.jpg new file mode 100644 index 0000000..9272523 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/generic-9.jpg differ diff --git a/resources/assets/img/demos/accounting-1/generic/mask-image-1.png b/resources/assets/img/demos/accounting-1/generic/mask-image-1.png new file mode 100644 index 0000000..4eca9bf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/mask-image-1.png differ diff --git a/resources/assets/img/demos/accounting-1/generic/mask-image-2.png b/resources/assets/img/demos/accounting-1/generic/mask-image-2.png new file mode 100644 index 0000000..da7495b Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/mask-image-2.png differ diff --git a/resources/assets/img/demos/accounting-1/generic/mask-image-3.png b/resources/assets/img/demos/accounting-1/generic/mask-image-3.png new file mode 100644 index 0000000..93860a7 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/mask-image-3.png differ diff --git a/resources/assets/img/demos/accounting-1/generic/mask-image-4.png b/resources/assets/img/demos/accounting-1/generic/mask-image-4.png new file mode 100644 index 0000000..84713d1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/generic/mask-image-4.png differ diff --git a/resources/assets/img/demos/accounting-1/icons/icon-1.svg b/resources/assets/img/demos/accounting-1/icons/icon-1.svg new file mode 100644 index 0000000..3d59d5f --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-2.svg b/resources/assets/img/demos/accounting-1/icons/icon-2.svg new file mode 100644 index 0000000..b3b0d6d --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-3.svg b/resources/assets/img/demos/accounting-1/icons/icon-3.svg new file mode 100644 index 0000000..4acd5f7 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-4.svg b/resources/assets/img/demos/accounting-1/icons/icon-4.svg new file mode 100644 index 0000000..f412b89 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-4.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-5.svg b/resources/assets/img/demos/accounting-1/icons/icon-5.svg new file mode 100644 index 0000000..8d41705 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-6.svg b/resources/assets/img/demos/accounting-1/icons/icon-6.svg new file mode 100644 index 0000000..672f469 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-7.svg b/resources/assets/img/demos/accounting-1/icons/icon-7.svg new file mode 100644 index 0000000..105125d --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/icons/icon-8.svg b/resources/assets/img/demos/accounting-1/icons/icon-8.svg new file mode 100644 index 0000000..de44f4c --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-8.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/accounting-1/icons/icon-shape-1.svg b/resources/assets/img/demos/accounting-1/icons/icon-shape-1.svg new file mode 100644 index 0000000..abdc608 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/icons/icon-shape-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/logo-4be296.png b/resources/assets/img/demos/accounting-1/logo-4be296.png new file mode 100644 index 0000000..6679b1e Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-4be296.png differ diff --git a/resources/assets/img/demos/accounting-1/logo-61CCEF.png b/resources/assets/img/demos/accounting-1/logo-61CCEF.png new file mode 100644 index 0000000..75fff1f Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-61CCEF.png differ diff --git a/resources/assets/img/demos/accounting-1/logo-DABDA9.png b/resources/assets/img/demos/accounting-1/logo-DABDA9.png new file mode 100644 index 0000000..1ca061c Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-DABDA9.png differ diff --git a/resources/assets/img/demos/accounting-1/logo-E8D8D9.png b/resources/assets/img/demos/accounting-1/logo-E8D8D9.png new file mode 100644 index 0000000..5bea95a Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-E8D8D9.png differ diff --git a/resources/assets/img/demos/accounting-1/logo-F7DDA7.png b/resources/assets/img/demos/accounting-1/logo-F7DDA7.png new file mode 100644 index 0000000..40f3505 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-F7DDA7.png differ diff --git a/resources/assets/img/demos/accounting-1/logo-FFC8BD.png b/resources/assets/img/demos/accounting-1/logo-FFC8BD.png new file mode 100644 index 0000000..b2537c5 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo-FFC8BD.png differ diff --git a/resources/assets/img/demos/accounting-1/logo.png b/resources/assets/img/demos/accounting-1/logo.png new file mode 100644 index 0000000..6679b1e Binary files /dev/null and b/resources/assets/img/demos/accounting-1/logo.png differ diff --git a/resources/assets/img/demos/accounting-1/process/process-1.jpg b/resources/assets/img/demos/accounting-1/process/process-1.jpg new file mode 100644 index 0000000..88e5541 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/process/process-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/process/process-2.jpg b/resources/assets/img/demos/accounting-1/process/process-2.jpg new file mode 100644 index 0000000..88e5541 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/process/process-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/process/process-3.jpg b/resources/assets/img/demos/accounting-1/process/process-3.jpg new file mode 100644 index 0000000..88e5541 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/process/process-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/process/process-4.jpg b/resources/assets/img/demos/accounting-1/process/process-4.jpg new file mode 100644 index 0000000..88e5541 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/process/process-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-1.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-1.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-2.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-2.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-3.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-3.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-4.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-4.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-5.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-5.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-5.jpg differ diff --git a/resources/assets/img/demos/accounting-1/projects/project-thumb-6.jpg b/resources/assets/img/demos/accounting-1/projects/project-thumb-6.jpg new file mode 100644 index 0000000..ac5bacf Binary files /dev/null and b/resources/assets/img/demos/accounting-1/projects/project-thumb-6.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-1.jpg b/resources/assets/img/demos/accounting-1/services/service-1.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-1.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-2.jpg b/resources/assets/img/demos/accounting-1/services/service-2.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-3.jpg b/resources/assets/img/demos/accounting-1/services/service-3.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-4.jpg b/resources/assets/img/demos/accounting-1/services/service-4.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-5.jpg b/resources/assets/img/demos/accounting-1/services/service-5.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-5.jpg differ diff --git a/resources/assets/img/demos/accounting-1/services/service-6.jpg b/resources/assets/img/demos/accounting-1/services/service-6.jpg new file mode 100644 index 0000000..905e1f2 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/services/service-6.jpg differ diff --git a/resources/assets/img/demos/accounting-1/slides/slide-2.jpg b/resources/assets/img/demos/accounting-1/slides/slide-2.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/accounting-1/svg/graph.svg b/resources/assets/img/demos/accounting-1/svg/graph.svg new file mode 100644 index 0000000..25827f5 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/svg/graph.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/svg/waves-2.svg b/resources/assets/img/demos/accounting-1/svg/waves-2.svg new file mode 100644 index 0000000..ce0e874 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/svg/waves-2.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/svg/waves.svg b/resources/assets/img/demos/accounting-1/svg/waves.svg new file mode 100644 index 0000000..5703f65 --- /dev/null +++ b/resources/assets/img/demos/accounting-1/svg/waves.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/accounting-1/team/team-3.jpg b/resources/assets/img/demos/accounting-1/team/team-3.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-3.jpg differ diff --git a/resources/assets/img/demos/accounting-1/team/team-4.jpg b/resources/assets/img/demos/accounting-1/team/team-4.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-4.jpg differ diff --git a/resources/assets/img/demos/accounting-1/team/team-5.jpg b/resources/assets/img/demos/accounting-1/team/team-5.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-5.jpg differ diff --git a/resources/assets/img/demos/accounting-1/team/team-6.jpg b/resources/assets/img/demos/accounting-1/team/team-6.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-6.jpg differ diff --git a/resources/assets/img/demos/accounting-1/team/team-7.jpg b/resources/assets/img/demos/accounting-1/team/team-7.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-7.jpg differ diff --git a/resources/assets/img/demos/accounting-1/team/team-8.jpg b/resources/assets/img/demos/accounting-1/team/team-8.jpg new file mode 100644 index 0000000..df081b3 Binary files /dev/null and b/resources/assets/img/demos/accounting-1/team/team-8.jpg differ diff --git a/resources/assets/img/demos/app-landing/backgrounds/bg-smartphone.png b/resources/assets/img/demos/app-landing/backgrounds/bg-smartphone.png new file mode 100644 index 0000000..c4287e5 Binary files /dev/null and b/resources/assets/img/demos/app-landing/backgrounds/bg-smartphone.png differ diff --git a/resources/assets/img/demos/app-landing/generic/generic-1.png b/resources/assets/img/demos/app-landing/generic/generic-1.png new file mode 100644 index 0000000..dd8c0e9 Binary files /dev/null and b/resources/assets/img/demos/app-landing/generic/generic-1.png differ diff --git a/resources/assets/img/demos/app-landing/generic/generic-2.png b/resources/assets/img/demos/app-landing/generic/generic-2.png new file mode 100644 index 0000000..71eab8b Binary files /dev/null and b/resources/assets/img/demos/app-landing/generic/generic-2.png differ diff --git a/resources/assets/img/demos/app-landing/generic/generic-3.png b/resources/assets/img/demos/app-landing/generic/generic-3.png new file mode 100644 index 0000000..16ebffd Binary files /dev/null and b/resources/assets/img/demos/app-landing/generic/generic-3.png differ diff --git a/resources/assets/img/demos/app-landing/generic/generic-4.png b/resources/assets/img/demos/app-landing/generic/generic-4.png new file mode 100644 index 0000000..e059a59 Binary files /dev/null and b/resources/assets/img/demos/app-landing/generic/generic-4.png differ diff --git a/resources/assets/img/demos/app-landing/icons/icon-apple.svg b/resources/assets/img/demos/app-landing/icons/icon-apple.svg new file mode 100644 index 0000000..64d3222 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-avatar.svg b/resources/assets/img/demos/app-landing/icons/icon-avatar.svg new file mode 100644 index 0000000..e019ece --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-avatar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-chat.svg b/resources/assets/img/demos/app-landing/icons/icon-chat.svg new file mode 100644 index 0000000..7057ae0 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-cloud.svg b/resources/assets/img/demos/app-landing/icons/icon-cloud.svg new file mode 100644 index 0000000..65bb6f6 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-connect.svg b/resources/assets/img/demos/app-landing/icons/icon-connect.svg new file mode 100644 index 0000000..88fd947 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-connect.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-download.svg b/resources/assets/img/demos/app-landing/icons/icon-download.svg new file mode 100644 index 0000000..fed6b3e --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-finger.svg b/resources/assets/img/demos/app-landing/icons/icon-finger.svg new file mode 100644 index 0000000..fdd1147 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-google-play.svg b/resources/assets/img/demos/app-landing/icons/icon-google-play.svg new file mode 100644 index 0000000..04d1581 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-group-users.svg b/resources/assets/img/demos/app-landing/icons/icon-group-users.svg new file mode 100644 index 0000000..b64f543 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-group-users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-monitor.svg b/resources/assets/img/demos/app-landing/icons/icon-monitor.svg new file mode 100644 index 0000000..431a377 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-paper-plane.svg b/resources/assets/img/demos/app-landing/icons/icon-paper-plane.svg new file mode 100644 index 0000000..62ff099 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-pencil.svg b/resources/assets/img/demos/app-landing/icons/icon-pencil.svg new file mode 100644 index 0000000..01759be --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-refresh.svg b/resources/assets/img/demos/app-landing/icons/icon-refresh.svg new file mode 100644 index 0000000..1e5dd95 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-share.svg b/resources/assets/img/demos/app-landing/icons/icon-share.svg new file mode 100644 index 0000000..f7d3814 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-share.svg @@ -0,0 +1 @@ +Asset 3 \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-sign-up.svg b/resources/assets/img/demos/app-landing/icons/icon-sign-up.svg new file mode 100644 index 0000000..ffb462b --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-sign-up.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-star.svg b/resources/assets/img/demos/app-landing/icons/icon-star.svg new file mode 100644 index 0000000..15b0b95 --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/icons/icon-stop-watch.svg b/resources/assets/img/demos/app-landing/icons/icon-stop-watch.svg new file mode 100644 index 0000000..0f87f1b --- /dev/null +++ b/resources/assets/img/demos/app-landing/icons/icon-stop-watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/logo.png b/resources/assets/img/demos/app-landing/logo.png new file mode 100644 index 0000000..b5372c8 Binary files /dev/null and b/resources/assets/img/demos/app-landing/logo.png differ diff --git a/resources/assets/img/demos/app-landing/logos/logo-1.png b/resources/assets/img/demos/app-landing/logos/logo-1.png new file mode 100644 index 0000000..592dbff Binary files /dev/null and b/resources/assets/img/demos/app-landing/logos/logo-1.png differ diff --git a/resources/assets/img/demos/app-landing/logos/logo-2.png b/resources/assets/img/demos/app-landing/logos/logo-2.png new file mode 100644 index 0000000..8c9ea1e Binary files /dev/null and b/resources/assets/img/demos/app-landing/logos/logo-2.png differ diff --git a/resources/assets/img/demos/app-landing/screens/screen-1.jpg b/resources/assets/img/demos/app-landing/screens/screen-1.jpg new file mode 100644 index 0000000..e409b6d Binary files /dev/null and b/resources/assets/img/demos/app-landing/screens/screen-1.jpg differ diff --git a/resources/assets/img/demos/app-landing/screens/screen-2.jpg b/resources/assets/img/demos/app-landing/screens/screen-2.jpg new file mode 100644 index 0000000..e409b6d Binary files /dev/null and b/resources/assets/img/demos/app-landing/screens/screen-2.jpg differ diff --git a/resources/assets/img/demos/app-landing/screens/screen-3.jpg b/resources/assets/img/demos/app-landing/screens/screen-3.jpg new file mode 100644 index 0000000..e409b6d Binary files /dev/null and b/resources/assets/img/demos/app-landing/screens/screen-3.jpg differ diff --git a/resources/assets/img/demos/app-landing/screens/screen-4.jpg b/resources/assets/img/demos/app-landing/screens/screen-4.jpg new file mode 100644 index 0000000..e409b6d Binary files /dev/null and b/resources/assets/img/demos/app-landing/screens/screen-4.jpg differ diff --git a/resources/assets/img/demos/app-landing/svg/connect-dots.svg b/resources/assets/img/demos/app-landing/svg/connect-dots.svg new file mode 100644 index 0000000..5fca990 --- /dev/null +++ b/resources/assets/img/demos/app-landing/svg/connect-dots.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/svg/connect-point.svg b/resources/assets/img/demos/app-landing/svg/connect-point.svg new file mode 100644 index 0000000..4f0d36c --- /dev/null +++ b/resources/assets/img/demos/app-landing/svg/connect-point.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/app-landing/svg/shape-1.svg b/resources/assets/img/demos/app-landing/svg/shape-1.svg new file mode 100644 index 0000000..92e27bd --- /dev/null +++ b/resources/assets/img/demos/app-landing/svg/shape-1.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-2/authors/author-1.jpg b/resources/assets/img/demos/architecture-2/authors/author-1.jpg new file mode 100644 index 0000000..40115b4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/authors/author-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/authors/author-2.jpg b/resources/assets/img/demos/architecture-2/authors/author-2.jpg new file mode 100644 index 0000000..40115b4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/authors/author-2.jpg differ diff --git a/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-1.jpg b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-1.jpg new file mode 100644 index 0000000..a8cba70 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-2.jpg b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-2.jpg new file mode 100644 index 0000000..9a65227 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-2.jpg differ diff --git a/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-3.jpg b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-3.jpg new file mode 100644 index 0000000..5f1ad60 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/backgrounds/arch-plan-3.jpg differ diff --git a/resources/assets/img/demos/architecture-2/blog/blog-thumb-1.jpg b/resources/assets/img/demos/architecture-2/blog/blog-thumb-1.jpg new file mode 100644 index 0000000..bae19e7 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/blog/blog-thumb-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/blog/blog-thumb-2.jpg b/resources/assets/img/demos/architecture-2/blog/blog-thumb-2.jpg new file mode 100644 index 0000000..bae19e7 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/blog/blog-thumb-2.jpg differ diff --git a/resources/assets/img/demos/architecture-2/blog/blog-thumb-3.jpg b/resources/assets/img/demos/architecture-2/blog/blog-thumb-3.jpg new file mode 100644 index 0000000..bae19e7 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/blog/blog-thumb-3.jpg differ diff --git a/resources/assets/img/demos/architecture-2/divider.jpg b/resources/assets/img/demos/architecture-2/divider.jpg new file mode 100644 index 0000000..c6dfe2e Binary files /dev/null and b/resources/assets/img/demos/architecture-2/divider.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-1.jpg b/resources/assets/img/demos/architecture-2/generic/generic-1.jpg new file mode 100644 index 0000000..ac07a25 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-10.jpg b/resources/assets/img/demos/architecture-2/generic/generic-10.jpg new file mode 100644 index 0000000..b652b59 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-10.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-11.jpg b/resources/assets/img/demos/architecture-2/generic/generic-11.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-11.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-12.jpg b/resources/assets/img/demos/architecture-2/generic/generic-12.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-12.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-13.jpg b/resources/assets/img/demos/architecture-2/generic/generic-13.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-13.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-14.jpg b/resources/assets/img/demos/architecture-2/generic/generic-14.jpg new file mode 100644 index 0000000..7183a79 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-14.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-15.jpg b/resources/assets/img/demos/architecture-2/generic/generic-15.jpg new file mode 100644 index 0000000..7183a79 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-15.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-2.jpg b/resources/assets/img/demos/architecture-2/generic/generic-2.jpg new file mode 100644 index 0000000..d8ecf05 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-3.jpg b/resources/assets/img/demos/architecture-2/generic/generic-3.jpg new file mode 100644 index 0000000..b900e49 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-4.jpg b/resources/assets/img/demos/architecture-2/generic/generic-4.jpg new file mode 100644 index 0000000..36c6852 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-5.jpg b/resources/assets/img/demos/architecture-2/generic/generic-5.jpg new file mode 100644 index 0000000..2bcb33c Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-6.jpg b/resources/assets/img/demos/architecture-2/generic/generic-6.jpg new file mode 100644 index 0000000..2f8470b Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-7.jpg b/resources/assets/img/demos/architecture-2/generic/generic-7.jpg new file mode 100644 index 0000000..2f8470b Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-7.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-8.jpg b/resources/assets/img/demos/architecture-2/generic/generic-8.jpg new file mode 100644 index 0000000..97e23dd Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-8.jpg differ diff --git a/resources/assets/img/demos/architecture-2/generic/generic-9.jpg b/resources/assets/img/demos/architecture-2/generic/generic-9.jpg new file mode 100644 index 0000000..2f8470b Binary files /dev/null and b/resources/assets/img/demos/architecture-2/generic/generic-9.jpg differ diff --git a/resources/assets/img/demos/architecture-2/icons/house-plant.svg b/resources/assets/img/demos/architecture-2/icons/house-plant.svg new file mode 100644 index 0000000..41f9285 --- /dev/null +++ b/resources/assets/img/demos/architecture-2/icons/house-plant.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-2/icons/sofa.svg b/resources/assets/img/demos/architecture-2/icons/sofa.svg new file mode 100644 index 0000000..6d73b24 --- /dev/null +++ b/resources/assets/img/demos/architecture-2/icons/sofa.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-2/icons/wallpaper.svg b/resources/assets/img/demos/architecture-2/icons/wallpaper.svg new file mode 100644 index 0000000..f9f2d39 --- /dev/null +++ b/resources/assets/img/demos/architecture-2/icons/wallpaper.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/architecture-2/logo.png b/resources/assets/img/demos/architecture-2/logo.png new file mode 100644 index 0000000..1cd2672 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/logo.png differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-1.jpg b/resources/assets/img/demos/architecture-2/projects/project-1.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-2.jpg b/resources/assets/img/demos/architecture-2/projects/project-2.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-3-big.jpg b/resources/assets/img/demos/architecture-2/projects/project-3-big.jpg new file mode 100644 index 0000000..3dff946 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-3-big.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-3.jpg b/resources/assets/img/demos/architecture-2/projects/project-3.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-4.jpg b/resources/assets/img/demos/architecture-2/projects/project-4.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-4.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-5.jpg b/resources/assets/img/demos/architecture-2/projects/project-5.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-5.jpg differ diff --git a/resources/assets/img/demos/architecture-2/projects/project-6.jpg b/resources/assets/img/demos/architecture-2/projects/project-6.jpg new file mode 100644 index 0000000..66604a4 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/projects/project-6.jpg differ diff --git a/resources/assets/img/demos/architecture-2/slides/slide-1-1.jpg b/resources/assets/img/demos/architecture-2/slides/slide-1-1.jpg new file mode 100644 index 0000000..97f8adc Binary files /dev/null and b/resources/assets/img/demos/architecture-2/slides/slide-1-1.jpg differ diff --git a/resources/assets/img/demos/architecture-2/slides/slide-1-2.jpg b/resources/assets/img/demos/architecture-2/slides/slide-1-2.jpg new file mode 100644 index 0000000..6032f39 Binary files /dev/null and b/resources/assets/img/demos/architecture-2/slides/slide-1-2.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/backgrounds/background-1.jpg b/resources/assets/img/demos/architecture-interior/backgrounds/background-1.jpg new file mode 100644 index 0000000..fdc403b Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/icons/bathtub.svg b/resources/assets/img/demos/architecture-interior/icons/bathtub.svg new file mode 100644 index 0000000..23224ba --- /dev/null +++ b/resources/assets/img/demos/architecture-interior/icons/bathtub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-interior/icons/buildings.svg b/resources/assets/img/demos/architecture-interior/icons/buildings.svg new file mode 100644 index 0000000..24fea24 --- /dev/null +++ b/resources/assets/img/demos/architecture-interior/icons/buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-interior/icons/home.svg b/resources/assets/img/demos/architecture-interior/icons/home.svg new file mode 100644 index 0000000..6ef1fab --- /dev/null +++ b/resources/assets/img/demos/architecture-interior/icons/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-interior/icons/sofa.svg b/resources/assets/img/demos/architecture-interior/icons/sofa.svg new file mode 100644 index 0000000..4af070e --- /dev/null +++ b/resources/assets/img/demos/architecture-interior/icons/sofa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/architecture-interior/logo.png b/resources/assets/img/demos/architecture-interior/logo.png new file mode 100644 index 0000000..d8b0394 Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/logo.png differ diff --git a/resources/assets/img/demos/architecture-interior/others/others-1.jpg b/resources/assets/img/demos/architecture-interior/others/others-1.jpg new file mode 100644 index 0000000..9226cb3 Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/others/others-1.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/others/others-2.jpg b/resources/assets/img/demos/architecture-interior/others/others-2.jpg new file mode 100644 index 0000000..9226cb3 Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/others/others-2.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-1.jpg b/resources/assets/img/demos/architecture-interior/projects/project-1.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-2.jpg b/resources/assets/img/demos/architecture-interior/projects/project-2.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-3.jpg b/resources/assets/img/demos/architecture-interior/projects/project-3.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-4.jpg b/resources/assets/img/demos/architecture-interior/projects/project-4.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-4.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-5.jpg b/resources/assets/img/demos/architecture-interior/projects/project-5.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-5.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-6.jpg b/resources/assets/img/demos/architecture-interior/projects/project-6.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-6.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-7.jpg b/resources/assets/img/demos/architecture-interior/projects/project-7.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-7.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-8.jpg b/resources/assets/img/demos/architecture-interior/projects/project-8.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-8.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/projects/project-9.jpg b/resources/assets/img/demos/architecture-interior/projects/project-9.jpg new file mode 100644 index 0000000..ec9e5bb Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/projects/project-9.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/slides/slide-1.jpg b/resources/assets/img/demos/architecture-interior/slides/slide-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/architecture-interior/slides/slide-2.jpg b/resources/assets/img/demos/architecture-interior/slides/slide-2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/architecture-interior/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/backgrounds/background-1.jpg b/resources/assets/img/demos/auto-services/backgrounds/background-1.jpg new file mode 100644 index 0000000..877d516 Binary files /dev/null and b/resources/assets/img/demos/auto-services/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/backgrounds/background-2.jpg b/resources/assets/img/demos/auto-services/backgrounds/background-2.jpg new file mode 100644 index 0000000..51bca7e Binary files /dev/null and b/resources/assets/img/demos/auto-services/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/blog/blog-1.jpg b/resources/assets/img/demos/auto-services/blog/blog-1.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/demos/auto-services/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/blog/blog-2.jpg b/resources/assets/img/demos/auto-services/blog/blog-2.jpg new file mode 100644 index 0000000..5e74b4d Binary files /dev/null and b/resources/assets/img/demos/auto-services/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic-1-1.png b/resources/assets/img/demos/auto-services/generic-1-1.png new file mode 100644 index 0000000..67d71df Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic-1-1.png differ diff --git a/resources/assets/img/demos/auto-services/generic-1-2.png b/resources/assets/img/demos/auto-services/generic-1-2.png new file mode 100644 index 0000000..757ab5c Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic-1-2.png differ diff --git a/resources/assets/img/demos/auto-services/generic-1-3.png b/resources/assets/img/demos/auto-services/generic-1-3.png new file mode 100644 index 0000000..5e9e7cc Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic-1-3.png differ diff --git a/resources/assets/img/demos/auto-services/generic-1.png b/resources/assets/img/demos/auto-services/generic-1.png new file mode 100644 index 0000000..3b653c7 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic-1.png differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-1.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-1.jpg new file mode 100644 index 0000000..da7668c Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-2.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-2.jpg new file mode 100644 index 0000000..da7668c Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-3.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-3.jpg new file mode 100644 index 0000000..da7668c Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-3.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-4.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-4.jpg new file mode 100644 index 0000000..da7668c Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-4.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-5.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-5.jpg new file mode 100644 index 0000000..c6a3e11 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-5.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-6.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-6.jpg new file mode 100644 index 0000000..c6a3e11 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-6.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-7.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-7.jpg new file mode 100644 index 0000000..c6a3e11 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-7.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-8.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-8.jpg new file mode 100644 index 0000000..30e8108 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-8.jpg differ diff --git a/resources/assets/img/demos/auto-services/generic/generic-square-9.jpg b/resources/assets/img/demos/auto-services/generic/generic-square-9.jpg new file mode 100644 index 0000000..30e8108 Binary files /dev/null and b/resources/assets/img/demos/auto-services/generic/generic-square-9.jpg differ diff --git a/resources/assets/img/demos/auto-services/half-square-top.svg b/resources/assets/img/demos/auto-services/half-square-top.svg new file mode 100644 index 0000000..c78a7bf --- /dev/null +++ b/resources/assets/img/demos/auto-services/half-square-top.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/resources/assets/img/demos/auto-services/half-square.svg b/resources/assets/img/demos/auto-services/half-square.svg new file mode 100644 index 0000000..3105093 --- /dev/null +++ b/resources/assets/img/demos/auto-services/half-square.svg @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/icons/car-safe.svg b/resources/assets/img/demos/auto-services/icons/car-safe.svg new file mode 100644 index 0000000..94e5177 --- /dev/null +++ b/resources/assets/img/demos/auto-services/icons/car-safe.svg @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/icons/car-winch.svg b/resources/assets/img/demos/auto-services/icons/car-winch.svg new file mode 100644 index 0000000..609e605 --- /dev/null +++ b/resources/assets/img/demos/auto-services/icons/car-winch.svg @@ -0,0 +1,22 @@ + + + + diff --git a/resources/assets/img/demos/auto-services/icons/checklist.svg b/resources/assets/img/demos/auto-services/icons/checklist.svg new file mode 100644 index 0000000..24d2575 --- /dev/null +++ b/resources/assets/img/demos/auto-services/icons/checklist.svg @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/icons/icon-location.svg b/resources/assets/img/demos/auto-services/icons/icon-location.svg new file mode 100644 index 0000000..5edddcc --- /dev/null +++ b/resources/assets/img/demos/auto-services/icons/icon-location.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/icons/wheel-disk.svg b/resources/assets/img/demos/auto-services/icons/wheel-disk.svg new file mode 100644 index 0000000..177b5c2 --- /dev/null +++ b/resources/assets/img/demos/auto-services/icons/wheel-disk.svg @@ -0,0 +1,19 @@ + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/logo-DA1526.png b/resources/assets/img/demos/auto-services/logo-DA1526.png new file mode 100644 index 0000000..be514e7 Binary files /dev/null and b/resources/assets/img/demos/auto-services/logo-DA1526.png differ diff --git a/resources/assets/img/demos/auto-services/logo-EDB302.png b/resources/assets/img/demos/auto-services/logo-EDB302.png new file mode 100644 index 0000000..be514e7 Binary files /dev/null and b/resources/assets/img/demos/auto-services/logo-EDB302.png differ diff --git a/resources/assets/img/demos/auto-services/logo-F24E25.png b/resources/assets/img/demos/auto-services/logo-F24E25.png new file mode 100644 index 0000000..be514e7 Binary files /dev/null and b/resources/assets/img/demos/auto-services/logo-F24E25.png differ diff --git a/resources/assets/img/demos/auto-services/logo-light.png b/resources/assets/img/demos/auto-services/logo-light.png new file mode 100644 index 0000000..a2081b9 Binary files /dev/null and b/resources/assets/img/demos/auto-services/logo-light.png differ diff --git a/resources/assets/img/demos/auto-services/logo.png b/resources/assets/img/demos/auto-services/logo.png new file mode 100644 index 0000000..2eb869f Binary files /dev/null and b/resources/assets/img/demos/auto-services/logo.png differ diff --git a/resources/assets/img/demos/auto-services/products/product-1-1.jpg b/resources/assets/img/demos/auto-services/products/product-1-1.jpg new file mode 100644 index 0000000..08a3f93 Binary files /dev/null and b/resources/assets/img/demos/auto-services/products/product-1-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/products/product-1.jpg b/resources/assets/img/demos/auto-services/products/product-1.jpg new file mode 100644 index 0000000..08a3f93 Binary files /dev/null and b/resources/assets/img/demos/auto-services/products/product-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/products/product-2.jpg b/resources/assets/img/demos/auto-services/products/product-2.jpg new file mode 100644 index 0000000..08a3f93 Binary files /dev/null and b/resources/assets/img/demos/auto-services/products/product-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/products/product-3.jpg b/resources/assets/img/demos/auto-services/products/product-3.jpg new file mode 100644 index 0000000..08a3f93 Binary files /dev/null and b/resources/assets/img/demos/auto-services/products/product-3.jpg differ diff --git a/resources/assets/img/demos/auto-services/products/product-4.jpg b/resources/assets/img/demos/auto-services/products/product-4.jpg new file mode 100644 index 0000000..08a3f93 Binary files /dev/null and b/resources/assets/img/demos/auto-services/products/product-4.jpg differ diff --git a/resources/assets/img/demos/auto-services/services/service-small-1.jpg b/resources/assets/img/demos/auto-services/services/service-small-1.jpg new file mode 100644 index 0000000..0ef0448 Binary files /dev/null and b/resources/assets/img/demos/auto-services/services/service-small-1.jpg differ diff --git a/resources/assets/img/demos/auto-services/services/service-small-2.jpg b/resources/assets/img/demos/auto-services/services/service-small-2.jpg new file mode 100644 index 0000000..0ef0448 Binary files /dev/null and b/resources/assets/img/demos/auto-services/services/service-small-2.jpg differ diff --git a/resources/assets/img/demos/auto-services/services/service-small-3.jpg b/resources/assets/img/demos/auto-services/services/service-small-3.jpg new file mode 100644 index 0000000..0ef0448 Binary files /dev/null and b/resources/assets/img/demos/auto-services/services/service-small-3.jpg differ diff --git a/resources/assets/img/demos/auto-services/services/service-small-4.jpg b/resources/assets/img/demos/auto-services/services/service-small-4.jpg new file mode 100644 index 0000000..0ef0448 Binary files /dev/null and b/resources/assets/img/demos/auto-services/services/service-small-4.jpg differ diff --git a/resources/assets/img/demos/auto-services/square.svg b/resources/assets/img/demos/auto-services/square.svg new file mode 100644 index 0000000..e71ada8 --- /dev/null +++ b/resources/assets/img/demos/auto-services/square.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/auto-services/squares.svg b/resources/assets/img/demos/auto-services/squares.svg new file mode 100644 index 0000000..fb28441 --- /dev/null +++ b/resources/assets/img/demos/auto-services/squares.svg @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/band/authors/author-1.jpg b/resources/assets/img/demos/band/authors/author-1.jpg new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/demos/band/authors/author-1.jpg differ diff --git a/resources/assets/img/demos/band/authors/author-2.jpg b/resources/assets/img/demos/band/authors/author-2.jpg new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/demos/band/authors/author-2.jpg differ diff --git a/resources/assets/img/demos/band/authors/author-3.jpg b/resources/assets/img/demos/band/authors/author-3.jpg new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/demos/band/authors/author-3.jpg differ diff --git a/resources/assets/img/demos/band/authors/author-4.jpg b/resources/assets/img/demos/band/authors/author-4.jpg new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/demos/band/authors/author-4.jpg differ diff --git a/resources/assets/img/demos/band/backgrounds/background-1.jpg b/resources/assets/img/demos/band/backgrounds/background-1.jpg new file mode 100644 index 0000000..e0172ff Binary files /dev/null and b/resources/assets/img/demos/band/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/band/blog/blog-1.jpg b/resources/assets/img/demos/band/blog/blog-1.jpg new file mode 100644 index 0000000..54776b7 Binary files /dev/null and b/resources/assets/img/demos/band/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/band/blog/blog-2.jpg b/resources/assets/img/demos/band/blog/blog-2.jpg new file mode 100644 index 0000000..54776b7 Binary files /dev/null and b/resources/assets/img/demos/band/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/band/blog/blog-3.jpg b/resources/assets/img/demos/band/blog/blog-3.jpg new file mode 100644 index 0000000..54776b7 Binary files /dev/null and b/resources/assets/img/demos/band/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/band/blog/blog-4.jpg b/resources/assets/img/demos/band/blog/blog-4.jpg new file mode 100644 index 0000000..54776b7 Binary files /dev/null and b/resources/assets/img/demos/band/blog/blog-4.jpg differ diff --git a/resources/assets/img/demos/band/blog/blog-5.jpg b/resources/assets/img/demos/band/blog/blog-5.jpg new file mode 100644 index 0000000..54776b7 Binary files /dev/null and b/resources/assets/img/demos/band/blog/blog-5.jpg differ diff --git a/resources/assets/img/demos/band/logo.png b/resources/assets/img/demos/band/logo.png new file mode 100644 index 0000000..328c6c7 Binary files /dev/null and b/resources/assets/img/demos/band/logo.png differ diff --git a/resources/assets/img/demos/band/slides/slide-1.jpg b/resources/assets/img/demos/band/slides/slide-1.jpg new file mode 100644 index 0000000..894bb0a Binary files /dev/null and b/resources/assets/img/demos/band/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/barber/author-signature.png b/resources/assets/img/demos/barber/author-signature.png new file mode 100644 index 0000000..e5bf5c5 Binary files /dev/null and b/resources/assets/img/demos/barber/author-signature.png differ diff --git a/resources/assets/img/demos/barber/backgrounds/background-1.jpg b/resources/assets/img/demos/barber/backgrounds/background-1.jpg new file mode 100644 index 0000000..fdc403b Binary files /dev/null and b/resources/assets/img/demos/barber/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/barber/backgrounds/background-2.jpg b/resources/assets/img/demos/barber/backgrounds/background-2.jpg new file mode 100644 index 0000000..fdc403b Binary files /dev/null and b/resources/assets/img/demos/barber/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/barber/backgrounds/background-3.jpg b/resources/assets/img/demos/barber/backgrounds/background-3.jpg new file mode 100644 index 0000000..fdc403b Binary files /dev/null and b/resources/assets/img/demos/barber/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/barber/bar-sm.png b/resources/assets/img/demos/barber/bar-sm.png new file mode 100644 index 0000000..43d911f Binary files /dev/null and b/resources/assets/img/demos/barber/bar-sm.png differ diff --git a/resources/assets/img/demos/barber/bar.png b/resources/assets/img/demos/barber/bar.png new file mode 100644 index 0000000..5abd499 Binary files /dev/null and b/resources/assets/img/demos/barber/bar.png differ diff --git a/resources/assets/img/demos/barber/icons/beard.png b/resources/assets/img/demos/barber/icons/beard.png new file mode 100644 index 0000000..c24b33a Binary files /dev/null and b/resources/assets/img/demos/barber/icons/beard.png differ diff --git a/resources/assets/img/demos/barber/icons/blade.png b/resources/assets/img/demos/barber/icons/blade.png new file mode 100644 index 0000000..a4b53b1 Binary files /dev/null and b/resources/assets/img/demos/barber/icons/blade.png differ diff --git a/resources/assets/img/demos/barber/icons/bottle.png b/resources/assets/img/demos/barber/icons/bottle.png new file mode 100644 index 0000000..41e180c Binary files /dev/null and b/resources/assets/img/demos/barber/icons/bottle.png differ diff --git a/resources/assets/img/demos/barber/icons/hair-dryer.png b/resources/assets/img/demos/barber/icons/hair-dryer.png new file mode 100644 index 0000000..8e5846e Binary files /dev/null and b/resources/assets/img/demos/barber/icons/hair-dryer.png differ diff --git a/resources/assets/img/demos/barber/icons/scissors.png b/resources/assets/img/demos/barber/icons/scissors.png new file mode 100644 index 0000000..ba319a2 Binary files /dev/null and b/resources/assets/img/demos/barber/icons/scissors.png differ diff --git a/resources/assets/img/demos/barber/others/others-1.jpg b/resources/assets/img/demos/barber/others/others-1.jpg new file mode 100644 index 0000000..3c5934e Binary files /dev/null and b/resources/assets/img/demos/barber/others/others-1.jpg differ diff --git a/resources/assets/img/demos/barber/others/others-2.jpg b/resources/assets/img/demos/barber/others/others-2.jpg new file mode 100644 index 0000000..f5548f5 Binary files /dev/null and b/resources/assets/img/demos/barber/others/others-2.jpg differ diff --git a/resources/assets/img/demos/barber/others/others-3.jpg b/resources/assets/img/demos/barber/others/others-3.jpg new file mode 100644 index 0000000..8c6a2f8 Binary files /dev/null and b/resources/assets/img/demos/barber/others/others-3.jpg differ diff --git a/resources/assets/img/demos/barber/slides/slide-1.jpg b/resources/assets/img/demos/barber/slides/slide-1.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/demos/barber/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/backgrounds/background-1.jpg b/resources/assets/img/demos/beauty-salon/backgrounds/background-1.jpg new file mode 100644 index 0000000..9d26b66 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/backgrounds/background-2.jpg b/resources/assets/img/demos/beauty-salon/backgrounds/background-2.jpg new file mode 100644 index 0000000..9d26b66 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/blog-post.jpg b/resources/assets/img/demos/beauty-salon/blog/blog-post.jpg new file mode 100644 index 0000000..c9ee77e Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/blog-post.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-1.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-1.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-2.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-2.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-2.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-3.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-3.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-3.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-4.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-4.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-4.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-5.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-5.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-5.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/blog/post-thumb-6.jpg b/resources/assets/img/demos/beauty-salon/blog/post-thumb-6.jpg new file mode 100644 index 0000000..159e033 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/blog/post-thumb-6.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-1.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-1.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-2.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-2.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-3.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-3.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-4.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-4.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-4.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-5.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-5.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-5.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/gallery/gallery-6.jpg b/resources/assets/img/demos/beauty-salon/gallery/gallery-6.jpg new file mode 100644 index 0000000..4b83e5c Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/gallery/gallery-6.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/banner-1.jpg b/resources/assets/img/demos/beauty-salon/generic/banner-1.jpg new file mode 100644 index 0000000..5a84da3 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/banner-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/book-1.jpg b/resources/assets/img/demos/beauty-salon/generic/book-1.jpg new file mode 100644 index 0000000..72749dc Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/book-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/dots.svg b/resources/assets/img/demos/beauty-salon/generic/dots.svg new file mode 100644 index 0000000..579ffe2 --- /dev/null +++ b/resources/assets/img/demos/beauty-salon/generic/dots.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/beauty-salon/generic/generic-1.jpg b/resources/assets/img/demos/beauty-salon/generic/generic-1.jpg new file mode 100644 index 0000000..4fcec29 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/generic-2.jpg b/resources/assets/img/demos/beauty-salon/generic/generic-2.jpg new file mode 100644 index 0000000..4fcec29 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/generic-3.jpg b/resources/assets/img/demos/beauty-salon/generic/generic-3.jpg new file mode 100644 index 0000000..4fcec29 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/generic-4.jpg b/resources/assets/img/demos/beauty-salon/generic/generic-4.jpg new file mode 100644 index 0000000..4fcec29 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/generic/generic-5.jpg b/resources/assets/img/demos/beauty-salon/generic/generic-5.jpg new file mode 100644 index 0000000..4fcec29 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/icons/arrow.svg b/resources/assets/img/demos/beauty-salon/icons/arrow.svg new file mode 100644 index 0000000..2cda5cb --- /dev/null +++ b/resources/assets/img/demos/beauty-salon/icons/arrow.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/beauty-salon/icons/service-1-icon.svg b/resources/assets/img/demos/beauty-salon/icons/service-1-icon.svg new file mode 100644 index 0000000..bfbd9a7 --- /dev/null +++ b/resources/assets/img/demos/beauty-salon/icons/service-1-icon.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/beauty-salon/icons/service-2-icon.svg b/resources/assets/img/demos/beauty-salon/icons/service-2-icon.svg new file mode 100644 index 0000000..18cf83a --- /dev/null +++ b/resources/assets/img/demos/beauty-salon/icons/service-2-icon.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/beauty-salon/icons/service-3-icon.svg b/resources/assets/img/demos/beauty-salon/icons/service-3-icon.svg new file mode 100644 index 0000000..0f67210 --- /dev/null +++ b/resources/assets/img/demos/beauty-salon/icons/service-3-icon.svg @@ -0,0 +1 @@ +Asset 23) \ No newline at end of file diff --git a/resources/assets/img/demos/beauty-salon/logo.png b/resources/assets/img/demos/beauty-salon/logo.png new file mode 100644 index 0000000..4621a54 Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/logo.png differ diff --git a/resources/assets/img/demos/beauty-salon/products/product-1.jpg b/resources/assets/img/demos/beauty-salon/products/product-1.jpg new file mode 100644 index 0000000..44de8ce Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/products/product-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/products/product-2.jpg b/resources/assets/img/demos/beauty-salon/products/product-2.jpg new file mode 100644 index 0000000..44de8ce Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/products/product-2.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/products/product-3.jpg b/resources/assets/img/demos/beauty-salon/products/product-3.jpg new file mode 100644 index 0000000..44de8ce Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/products/product-3.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/slides/slide-1.jpg b/resources/assets/img/demos/beauty-salon/slides/slide-1.jpg new file mode 100644 index 0000000..66b98ae Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/beauty-salon/slides/slide-2.jpg b/resources/assets/img/demos/beauty-salon/slides/slide-2.jpg new file mode 100644 index 0000000..66b98ae Binary files /dev/null and b/resources/assets/img/demos/beauty-salon/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/bg/bg-1.jpg b/resources/assets/img/demos/business-consulting-2/bg/bg-1.jpg new file mode 100644 index 0000000..136fc34 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/bg/bg-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/bg/bg-2.jpg b/resources/assets/img/demos/business-consulting-2/bg/bg-2.jpg new file mode 100644 index 0000000..475302c Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/bg/bg-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/blog/blog-1.png b/resources/assets/img/demos/business-consulting-2/blog/blog-1.png new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/blog/blog-1.png differ diff --git a/resources/assets/img/demos/business-consulting-2/blog/blog-2.png b/resources/assets/img/demos/business-consulting-2/blog/blog-2.png new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/blog/blog-2.png differ diff --git a/resources/assets/img/demos/business-consulting-2/coaching/coaching-1.jpg b/resources/assets/img/demos/business-consulting-2/coaching/coaching-1.jpg new file mode 100644 index 0000000..149f7eb Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/coaching/coaching-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/coaching/coaching-2.jpg b/resources/assets/img/demos/business-consulting-2/coaching/coaching-2.jpg new file mode 100644 index 0000000..a7adeb6 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/coaching/coaching-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/coaching/coaching-3.jpg b/resources/assets/img/demos/business-consulting-2/coaching/coaching-3.jpg new file mode 100644 index 0000000..27d713e Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/coaching/coaching-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/icons/calendar.svg b/resources/assets/img/demos/business-consulting-2/icons/calendar.svg new file mode 100644 index 0000000..42f19e7 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-2/icons/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-2/icons/cash.png b/resources/assets/img/demos/business-consulting-2/icons/cash.png new file mode 100644 index 0000000..36ebd83 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/icons/cash.png differ diff --git a/resources/assets/img/demos/business-consulting-2/icons/financial.png b/resources/assets/img/demos/business-consulting-2/icons/financial.png new file mode 100644 index 0000000..2c78909 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/icons/financial.png differ diff --git a/resources/assets/img/demos/business-consulting-2/icons/mail.svg b/resources/assets/img/demos/business-consulting-2/icons/mail.svg new file mode 100644 index 0000000..17eec26 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-2/icons/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-2/icons/phone.svg b/resources/assets/img/demos/business-consulting-2/icons/phone.svg new file mode 100644 index 0000000..8bd9197 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-2/icons/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-2/icons/strategic.png b/resources/assets/img/demos/business-consulting-2/icons/strategic.png new file mode 100644 index 0000000..77215a1 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/icons/strategic.png differ diff --git a/resources/assets/img/demos/business-consulting-2/logos/case-logo-1-lg.jpg b/resources/assets/img/demos/business-consulting-2/logos/case-logo-1-lg.jpg new file mode 100644 index 0000000..1fb492a Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/logos/case-logo-1-lg.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/logos/case-logo-1.png b/resources/assets/img/demos/business-consulting-2/logos/case-logo-1.png new file mode 100644 index 0000000..05c48a6 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/logos/case-logo-1.png differ diff --git a/resources/assets/img/demos/business-consulting-2/logos/case-logo-2.png b/resources/assets/img/demos/business-consulting-2/logos/case-logo-2.png new file mode 100644 index 0000000..6faa6df Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/logos/case-logo-2.png differ diff --git a/resources/assets/img/demos/business-consulting-2/logos/case-logo-3.png b/resources/assets/img/demos/business-consulting-2/logos/case-logo-3.png new file mode 100644 index 0000000..8c1e242 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/logos/case-logo-3.png differ diff --git a/resources/assets/img/demos/business-consulting-2/logos/porto.png b/resources/assets/img/demos/business-consulting-2/logos/porto.png new file mode 100644 index 0000000..bf7fe98 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/logos/porto.png differ diff --git a/resources/assets/img/demos/business-consulting-2/slides/slide-1.jpg b/resources/assets/img/demos/business-consulting-2/slides/slide-1.jpg new file mode 100644 index 0000000..04d3e5e Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-2/slides/slide-2.jpg b/resources/assets/img/demos/business-consulting-2/slides/slide-2.jpg new file mode 100644 index 0000000..04d3e5e Binary files /dev/null and b/resources/assets/img/demos/business-consulting-2/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-1.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-1.jpg new file mode 100644 index 0000000..d7b5750 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-2.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-2.jpg new file mode 100644 index 0000000..573844b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-3.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-3.jpg new file mode 100644 index 0000000..6710ac8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-4.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-4.jpg new file mode 100644 index 0000000..71d57af Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-5.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-5.jpg new file mode 100644 index 0000000..058dfc0 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-6.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/background-6.jpg new file mode 100644 index 0000000..932b774 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/background-woman.png b/resources/assets/img/demos/business-consulting-3/backgrounds/background-woman.png new file mode 100644 index 0000000..45dfa75 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/background-woman.png differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/text-background-2.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/text-background-2.jpg new file mode 100644 index 0000000..f63c090 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/text-background-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/backgrounds/text-background.jpg b/resources/assets/img/demos/business-consulting-3/backgrounds/text-background.jpg new file mode 100644 index 0000000..1188d74 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/backgrounds/text-background.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/blog/blog-1.jpg b/resources/assets/img/demos/business-consulting-3/blog/blog-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/blog/blog-2.jpg b/resources/assets/img/demos/business-consulting-3/blog/blog-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/blog/blog-3.jpg b/resources/assets/img/demos/business-consulting-3/blog/blog-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/bubbles.png b/resources/assets/img/demos/business-consulting-3/bubbles.png new file mode 100644 index 0000000..5d80718 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/bubbles.png differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-1.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-1.jpg new file mode 100644 index 0000000..5fd5754 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-2.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-2.jpg new file mode 100644 index 0000000..447d0d0 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-3.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-3.jpg new file mode 100644 index 0000000..fff82fa Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-4-0088CC.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-4-0088CC.jpg new file mode 100644 index 0000000..7a02f27 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-4-0088CC.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey-0088CC.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey-0088CC.jpg new file mode 100644 index 0000000..7a02f27 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey-0088CC.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey.jpg new file mode 100644 index 0000000..7a02f27 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-4-grey.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-4.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-4.jpg new file mode 100644 index 0000000..7a02f27 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-5.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-5.jpg new file mode 100644 index 0000000..11f89b6 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/generic/generic-6.jpg b/resources/assets/img/demos/business-consulting-3/generic/generic-6.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/icons/arrow-right.svg b/resources/assets/img/demos/business-consulting-3/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/icons/blackboard.svg b/resources/assets/img/demos/business-consulting-3/icons/blackboard.svg new file mode 100644 index 0000000..01671ea --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/blackboard.svg @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/icons/email.svg b/resources/assets/img/demos/business-consulting-3/icons/email.svg new file mode 100644 index 0000000..238c683 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/email.svg @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/icons/infinite-crooked-line.svg b/resources/assets/img/demos/business-consulting-3/icons/infinite-crooked-line.svg new file mode 100644 index 0000000..a0db96a --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/infinite-crooked-line.svg @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/resources/assets/img/demos/business-consulting-3/icons/label.svg b/resources/assets/img/demos/business-consulting-3/icons/label.svg new file mode 100644 index 0000000..dba44c8 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/label.svg @@ -0,0 +1,18 @@ + + + + + diff --git a/resources/assets/img/demos/business-consulting-3/icons/left-quote.svg b/resources/assets/img/demos/business-consulting-3/icons/left-quote.svg new file mode 100644 index 0000000..018fef3 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/left-quote.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/resources/assets/img/demos/business-consulting-3/icons/map-pin.svg b/resources/assets/img/demos/business-consulting-3/icons/map-pin.svg new file mode 100644 index 0000000..1615359 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/map-pin.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/resources/assets/img/demos/business-consulting-3/icons/mouse.svg b/resources/assets/img/demos/business-consulting-3/icons/mouse.svg new file mode 100644 index 0000000..07ba553 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/mouse.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/icons/phone.svg b/resources/assets/img/demos/business-consulting-3/icons/phone.svg new file mode 100644 index 0000000..853bce2 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/phone.svg @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/icons/weight-balance.svg b/resources/assets/img/demos/business-consulting-3/icons/weight-balance.svg new file mode 100644 index 0000000..3ef7758 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-3/icons/weight-balance.svg @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-3/logo-0088CC.png b/resources/assets/img/demos/business-consulting-3/logo-0088CC.png new file mode 100644 index 0000000..86d1ca3 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/logo-0088CC.png differ diff --git a/resources/assets/img/demos/business-consulting-3/logo-footer.png b/resources/assets/img/demos/business-consulting-3/logo-footer.png new file mode 100644 index 0000000..42f8e35 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/logo-footer.png differ diff --git a/resources/assets/img/demos/business-consulting-3/logo.png b/resources/assets/img/demos/business-consulting-3/logo.png new file mode 100644 index 0000000..b64e7e3 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/logo.png differ diff --git a/resources/assets/img/demos/business-consulting-3/parallax/parallax-1.jpg b/resources/assets/img/demos/business-consulting-3/parallax/parallax-1.jpg new file mode 100644 index 0000000..c14ad80 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/parallax/parallax-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-1.jpg b/resources/assets/img/demos/business-consulting-3/services/services-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-2.jpg b/resources/assets/img/demos/business-consulting-3/services/services-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-3.jpg b/resources/assets/img/demos/business-consulting-3/services/services-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-4.jpg b/resources/assets/img/demos/business-consulting-3/services/services-4.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-5.jpg b/resources/assets/img/demos/business-consulting-3/services/services-5.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/services/services-6.jpg b/resources/assets/img/demos/business-consulting-3/services/services-6.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/services/services-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/team/team-1.jpg b/resources/assets/img/demos/business-consulting-3/team/team-1.jpg new file mode 100644 index 0000000..3269cb5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/team/team-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/team/team-2.jpg b/resources/assets/img/demos/business-consulting-3/team/team-2.jpg new file mode 100644 index 0000000..3269cb5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/team/team-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/team/team-3.jpg b/resources/assets/img/demos/business-consulting-3/team/team-3.jpg new file mode 100644 index 0000000..3269cb5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/team/team-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/team/team-4.jpg b/resources/assets/img/demos/business-consulting-3/team/team-4.jpg new file mode 100644 index 0000000..3269cb5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/team/team-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-3/team/team-5.jpg b/resources/assets/img/demos/business-consulting-3/team/team-5.jpg new file mode 100644 index 0000000..3269cb5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-3/team/team-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/blog/post-thumb-1.jpg b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/blog/post-thumb-2.jpg b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/blog/post-thumb-3.jpg b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/blog/post-thumb-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-1.png b/resources/assets/img/demos/business-consulting-4/generic/generic-1.png new file mode 100644 index 0000000..46b4d91 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-1.png differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-2.jpg b/resources/assets/img/demos/business-consulting-4/generic/generic-2.jpg new file mode 100644 index 0000000..8ffca86 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-3.jpg b/resources/assets/img/demos/business-consulting-4/generic/generic-3.jpg new file mode 100644 index 0000000..8ffca86 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-4.jpg b/resources/assets/img/demos/business-consulting-4/generic/generic-4.jpg new file mode 100644 index 0000000..8ffca86 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-5.jpg b/resources/assets/img/demos/business-consulting-4/generic/generic-5.jpg new file mode 100644 index 0000000..8ffca86 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-6.jpg b/resources/assets/img/demos/business-consulting-4/generic/generic-6.jpg new file mode 100644 index 0000000..3ed146f Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting-4/generic/generic-7.png b/resources/assets/img/demos/business-consulting-4/generic/generic-7.png new file mode 100644 index 0000000..28b41f2 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/generic/generic-7.png differ diff --git a/resources/assets/img/demos/business-consulting-4/icons/icon-1.svg b/resources/assets/img/demos/business-consulting-4/icons/icon-1.svg new file mode 100644 index 0000000..4ca16c3 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-4/icons/icon-1.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-4/icons/icon-2.svg b/resources/assets/img/demos/business-consulting-4/icons/icon-2.svg new file mode 100644 index 0000000..569f01a --- /dev/null +++ b/resources/assets/img/demos/business-consulting-4/icons/icon-2.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-4/icons/icon-3.svg b/resources/assets/img/demos/business-consulting-4/icons/icon-3.svg new file mode 100644 index 0000000..b100fba --- /dev/null +++ b/resources/assets/img/demos/business-consulting-4/icons/icon-3.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-4/logo-light.png b/resources/assets/img/demos/business-consulting-4/logo-light.png new file mode 100644 index 0000000..478ea9b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/logo-light.png differ diff --git a/resources/assets/img/demos/business-consulting-4/logo.png b/resources/assets/img/demos/business-consulting-4/logo.png new file mode 100644 index 0000000..d98b53f Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/logo.png differ diff --git a/resources/assets/img/demos/business-consulting-4/parallax/parallax-1.jpg b/resources/assets/img/demos/business-consulting-4/parallax/parallax-1.jpg new file mode 100644 index 0000000..b46b787 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-4/parallax/parallax-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/backgrounds/background-1.jpg b/resources/assets/img/demos/business-consulting-5/backgrounds/background-1.jpg new file mode 100644 index 0000000..851db3f Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/backgrounds/background-3.jpg b/resources/assets/img/demos/business-consulting-5/backgrounds/background-3.jpg new file mode 100644 index 0000000..d68701f Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/backgrounds/background-4.png b/resources/assets/img/demos/business-consulting-5/backgrounds/background-4.png new file mode 100644 index 0000000..d573e0a Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/backgrounds/background-4.png differ diff --git a/resources/assets/img/demos/business-consulting-5/backgrounds/background-5.png b/resources/assets/img/demos/business-consulting-5/backgrounds/background-5.png new file mode 100644 index 0000000..c111d19 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/backgrounds/background-5.png differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-1-large.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-1-large.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-1-large.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-1-small.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-1-small.jpg new file mode 100644 index 0000000..18bcedf Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-1-small.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-2-large.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-2-large.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-2-large.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-2-small.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-2-small.jpg new file mode 100644 index 0000000..18bcedf Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-2-small.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-3-large.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-3-large.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-3-large.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-3-small.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-3-small.jpg new file mode 100644 index 0000000..18bcedf Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-3-small.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-4-large.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-4-large.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-4-large.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/blog/blog-4-small.jpg b/resources/assets/img/demos/business-consulting-5/blog/blog-4-small.jpg new file mode 100644 index 0000000..18bcedf Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/blog/blog-4-small.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-1.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-1.jpg new file mode 100644 index 0000000..71f7acc Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-2.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-2.jpg new file mode 100644 index 0000000..71f7acc Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-3.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-3.jpg new file mode 100644 index 0000000..91f5170 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-4.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-4.jpg new file mode 100644 index 0000000..acce00b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-5.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-5.jpg new file mode 100644 index 0000000..acce00b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-6.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-6.jpg new file mode 100644 index 0000000..acce00b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/generic/generic-7.jpg b/resources/assets/img/demos/business-consulting-5/generic/generic-7.jpg new file mode 100644 index 0000000..acce00b Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/generic/generic-7.jpg differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-1.png b/resources/assets/img/demos/business-consulting-5/icons/icon-1.png new file mode 100644 index 0000000..576bbfc Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-1.png differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-2.png b/resources/assets/img/demos/business-consulting-5/icons/icon-2.png new file mode 100644 index 0000000..576bbfc Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-2.png differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-3.png b/resources/assets/img/demos/business-consulting-5/icons/icon-3.png new file mode 100644 index 0000000..739e922 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-3.png differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-4.png b/resources/assets/img/demos/business-consulting-5/icons/icon-4.png new file mode 100644 index 0000000..80ef3e9 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-4.png differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-5.png b/resources/assets/img/demos/business-consulting-5/icons/icon-5.png new file mode 100644 index 0000000..f0083aa Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-5.png differ diff --git a/resources/assets/img/demos/business-consulting-5/icons/icon-6.png b/resources/assets/img/demos/business-consulting-5/icons/icon-6.png new file mode 100644 index 0000000..609f629 Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/icons/icon-6.png differ diff --git a/resources/assets/img/demos/business-consulting-5/logo.png b/resources/assets/img/demos/business-consulting-5/logo.png new file mode 100644 index 0000000..d00481c Binary files /dev/null and b/resources/assets/img/demos/business-consulting-5/logo.png differ diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-1.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-1.svg new file mode 100644 index 0000000..b1659d4 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-1.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-2.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-2.svg new file mode 100644 index 0000000..9de862c --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-3.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-3.svg new file mode 100644 index 0000000..2a8d64a --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-3.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-4.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-4.svg new file mode 100644 index 0000000..aa668cf --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-4.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-5.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-5.svg new file mode 100644 index 0000000..a5c3f65 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-5.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/hero-bg-6.svg b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-6.svg new file mode 100644 index 0000000..180e5c4 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/hero-bg-6.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/icon-1.svg b/resources/assets/img/demos/business-consulting-5/svg/icon-1.svg new file mode 100644 index 0000000..da9c831 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/icon-1.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/icon-2.svg b/resources/assets/img/demos/business-consulting-5/svg/icon-2.svg new file mode 100644 index 0000000..da9c831 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/icon-2.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/icon-bg-1.svg b/resources/assets/img/demos/business-consulting-5/svg/icon-bg-1.svg new file mode 100644 index 0000000..0fe9180 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/icon-bg-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting-5/svg/icon-bg-2.svg b/resources/assets/img/demos/business-consulting-5/svg/icon-bg-2.svg new file mode 100644 index 0000000..555b8d1 --- /dev/null +++ b/resources/assets/img/demos/business-consulting-5/svg/icon-bg-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/business-consulting/blog/blog-1.jpg b/resources/assets/img/demos/business-consulting/blog/blog-1.jpg new file mode 100644 index 0000000..ea1483c Binary files /dev/null and b/resources/assets/img/demos/business-consulting/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/blog/blog-2.jpg b/resources/assets/img/demos/business-consulting/blog/blog-2.jpg new file mode 100644 index 0000000..ea1483c Binary files /dev/null and b/resources/assets/img/demos/business-consulting/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/blog/blog-3.jpg b/resources/assets/img/demos/business-consulting/blog/blog-3.jpg new file mode 100644 index 0000000..ea1483c Binary files /dev/null and b/resources/assets/img/demos/business-consulting/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting/cases/case-1.jpg b/resources/assets/img/demos/business-consulting/cases/case-1.jpg new file mode 100644 index 0000000..25665c8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/cases/case-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/cases/case-2.jpg b/resources/assets/img/demos/business-consulting/cases/case-2.jpg new file mode 100644 index 0000000..25665c8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/cases/case-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/cases/case-3.jpg b/resources/assets/img/demos/business-consulting/cases/case-3.jpg new file mode 100644 index 0000000..25665c8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/cases/case-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting/cases/case-4.jpg b/resources/assets/img/demos/business-consulting/cases/case-4.jpg new file mode 100644 index 0000000..25665c8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/cases/case-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting/cases/case-5.jpg b/resources/assets/img/demos/business-consulting/cases/case-5.jpg new file mode 100644 index 0000000..25665c8 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/cases/case-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting/contact/contact-background.jpg b/resources/assets/img/demos/business-consulting/contact/contact-background.jpg new file mode 100644 index 0000000..87ebfcd Binary files /dev/null and b/resources/assets/img/demos/business-consulting/contact/contact-background.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-1.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-1.jpg new file mode 100644 index 0000000..7783de7 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-2.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-2.jpg new file mode 100644 index 0000000..bfd699e Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-3.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-3.jpg new file mode 100644 index 0000000..df2ade4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-4.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-4.jpg new file mode 100644 index 0000000..7169899 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-5.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-5.jpg new file mode 100644 index 0000000..28455d5 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting/expertise/expertise-6.jpg b/resources/assets/img/demos/business-consulting/expertise/expertise-6.jpg new file mode 100644 index 0000000..5d0a0c4 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/expertise/expertise-6.jpg differ diff --git a/resources/assets/img/demos/business-consulting/icons/icon-1.png b/resources/assets/img/demos/business-consulting/icons/icon-1.png new file mode 100644 index 0000000..79e6859 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/icons/icon-1.png differ diff --git a/resources/assets/img/demos/business-consulting/icons/icon-2.png b/resources/assets/img/demos/business-consulting/icons/icon-2.png new file mode 100644 index 0000000..afd490a Binary files /dev/null and b/resources/assets/img/demos/business-consulting/icons/icon-2.png differ diff --git a/resources/assets/img/demos/business-consulting/icons/icon-3.png b/resources/assets/img/demos/business-consulting/icons/icon-3.png new file mode 100644 index 0000000..f163531 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/icons/icon-3.png differ diff --git a/resources/assets/img/demos/business-consulting/icons/icon-4.png b/resources/assets/img/demos/business-consulting/icons/icon-4.png new file mode 100644 index 0000000..3f678f3 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/icons/icon-4.png differ diff --git a/resources/assets/img/demos/business-consulting/slides/slide-1.jpg b/resources/assets/img/demos/business-consulting/slides/slide-1.jpg new file mode 100644 index 0000000..3163ef1 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/slides/slide-2.jpg b/resources/assets/img/demos/business-consulting/slides/slide-2.jpg new file mode 100644 index 0000000..3163ef1 Binary files /dev/null and b/resources/assets/img/demos/business-consulting/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/team/team-1.jpg b/resources/assets/img/demos/business-consulting/team/team-1.jpg new file mode 100644 index 0000000..f14270d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/team/team-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/team/team-2.jpg b/resources/assets/img/demos/business-consulting/team/team-2.jpg new file mode 100644 index 0000000..f14270d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/team/team-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/team/team-3.jpg b/resources/assets/img/demos/business-consulting/team/team-3.jpg new file mode 100644 index 0000000..f14270d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/team/team-3.jpg differ diff --git a/resources/assets/img/demos/business-consulting/team/team-4.jpg b/resources/assets/img/demos/business-consulting/team/team-4.jpg new file mode 100644 index 0000000..f14270d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/team/team-4.jpg differ diff --git a/resources/assets/img/demos/business-consulting/team/team-5.jpg b/resources/assets/img/demos/business-consulting/team/team-5.jpg new file mode 100644 index 0000000..f14270d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/team/team-5.jpg differ diff --git a/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-1.jpg b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-1.jpg new file mode 100644 index 0000000..b2a9b8d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-1.jpg differ diff --git a/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-2.jpg b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-2.jpg new file mode 100644 index 0000000..b2a9b8d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-2.jpg differ diff --git a/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-3.jpg b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-3.jpg new file mode 100644 index 0000000..b2a9b8d Binary files /dev/null and b/resources/assets/img/demos/business-consulting/testimonials/testimonial-author-3.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-expect-1.jpg b/resources/assets/img/demos/church/about-us/about-us-expect-1.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-expect-1.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-gallery-1.jpg b/resources/assets/img/demos/church/about-us/about-us-gallery-1.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-gallery-1.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-1.jpg b/resources/assets/img/demos/church/about-us/about-us-location-1.jpg new file mode 100644 index 0000000..2795807 Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-1.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-2.jpg b/resources/assets/img/demos/church/about-us/about-us-location-2.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-2.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-3.jpg b/resources/assets/img/demos/church/about-us/about-us-location-3.jpg new file mode 100644 index 0000000..28556c7 Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-3.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-4.jpg b/resources/assets/img/demos/church/about-us/about-us-location-4.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-4.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-5.jpg b/resources/assets/img/demos/church/about-us/about-us-location-5.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-5.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-location-6.jpg b/resources/assets/img/demos/church/about-us/about-us-location-6.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-location-6.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-parallax-1.jpg b/resources/assets/img/demos/church/about-us/about-us-parallax-1.jpg new file mode 100644 index 0000000..938aa0e Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-parallax-1.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-parallax-2.jpg b/resources/assets/img/demos/church/about-us/about-us-parallax-2.jpg new file mode 100644 index 0000000..938aa0e Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-parallax-2.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-parallax-3.jpg b/resources/assets/img/demos/church/about-us/about-us-parallax-3.jpg new file mode 100644 index 0000000..938aa0e Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-parallax-3.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-1.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-1.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-1.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-2.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-2.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-2.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-3.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-3.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-3.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-4.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-4.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-4.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-5.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-5.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-5.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-6.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-6.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-6.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-7.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-7.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-7.jpg differ diff --git a/resources/assets/img/demos/church/about-us/about-us-staff-8.jpg b/resources/assets/img/demos/church/about-us/about-us-staff-8.jpg new file mode 100644 index 0000000..f2fc21a Binary files /dev/null and b/resources/assets/img/demos/church/about-us/about-us-staff-8.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-1.jpg b/resources/assets/img/demos/church/blog/blog-1.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-2.jpg b/resources/assets/img/demos/church/blog/blog-2.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-3.jpg b/resources/assets/img/demos/church/blog/blog-3.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-4.jpg b/resources/assets/img/demos/church/blog/blog-4.jpg new file mode 100644 index 0000000..1667dc2 Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-4.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-5.jpg b/resources/assets/img/demos/church/blog/blog-5.jpg new file mode 100644 index 0000000..28556c7 Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-5.jpg differ diff --git a/resources/assets/img/demos/church/blog/blog-6.jpg b/resources/assets/img/demos/church/blog/blog-6.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/blog/blog-6.jpg differ diff --git a/resources/assets/img/demos/church/event/event-1.jpg b/resources/assets/img/demos/church/event/event-1.jpg new file mode 100644 index 0000000..99a1f76 Binary files /dev/null and b/resources/assets/img/demos/church/event/event-1.jpg differ diff --git a/resources/assets/img/demos/church/event/event-detail-image-1.jpg b/resources/assets/img/demos/church/event/event-detail-image-1.jpg new file mode 100644 index 0000000..2864610 Binary files /dev/null and b/resources/assets/img/demos/church/event/event-detail-image-1.jpg differ diff --git a/resources/assets/img/demos/church/footer-bg.jpg b/resources/assets/img/demos/church/footer-bg.jpg new file mode 100644 index 0000000..e00340b Binary files /dev/null and b/resources/assets/img/demos/church/footer-bg.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-1.jpg b/resources/assets/img/demos/church/gallery/gallery-1.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-2.jpg b/resources/assets/img/demos/church/gallery/gallery-2.jpg new file mode 100644 index 0000000..2795807 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-3.jpg b/resources/assets/img/demos/church/gallery/gallery-3.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-4.jpg b/resources/assets/img/demos/church/gallery/gallery-4.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-4.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-5.jpg b/resources/assets/img/demos/church/gallery/gallery-5.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-5.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-6.jpg b/resources/assets/img/demos/church/gallery/gallery-6.jpg new file mode 100644 index 0000000..1667dc2 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-6.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-7.jpg b/resources/assets/img/demos/church/gallery/gallery-7.jpg new file mode 100644 index 0000000..28556c7 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-7.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-8.jpg b/resources/assets/img/demos/church/gallery/gallery-8.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-8.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-9.jpg b/resources/assets/img/demos/church/gallery/gallery-9.jpg new file mode 100644 index 0000000..a9c144f Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-9.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-detail-image-1.jpg b/resources/assets/img/demos/church/gallery/gallery-detail-image-1.jpg new file mode 100644 index 0000000..56ba2d9 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-detail-image-1.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-detail-image-2.jpg b/resources/assets/img/demos/church/gallery/gallery-detail-image-2.jpg new file mode 100644 index 0000000..56ba2d9 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-detail-image-2.jpg differ diff --git a/resources/assets/img/demos/church/gallery/gallery-detail-image-3.jpg b/resources/assets/img/demos/church/gallery/gallery-detail-image-3.jpg new file mode 100644 index 0000000..56ba2d9 Binary files /dev/null and b/resources/assets/img/demos/church/gallery/gallery-detail-image-3.jpg differ diff --git a/resources/assets/img/demos/church/icons/custom-icon-1.png b/resources/assets/img/demos/church/icons/custom-icon-1.png new file mode 100644 index 0000000..582fddc Binary files /dev/null and b/resources/assets/img/demos/church/icons/custom-icon-1.png differ diff --git a/resources/assets/img/demos/church/icons/custom-icon-2.png b/resources/assets/img/demos/church/icons/custom-icon-2.png new file mode 100644 index 0000000..2545dab Binary files /dev/null and b/resources/assets/img/demos/church/icons/custom-icon-2.png differ diff --git a/resources/assets/img/demos/church/icons/custom-icon-3.png b/resources/assets/img/demos/church/icons/custom-icon-3.png new file mode 100644 index 0000000..cbfb70c Binary files /dev/null and b/resources/assets/img/demos/church/icons/custom-icon-3.png differ diff --git a/resources/assets/img/demos/church/logo-footer.png b/resources/assets/img/demos/church/logo-footer.png new file mode 100644 index 0000000..be514e7 Binary files /dev/null and b/resources/assets/img/demos/church/logo-footer.png differ diff --git a/resources/assets/img/demos/church/logo-white.png b/resources/assets/img/demos/church/logo-white.png new file mode 100644 index 0000000..bcf47b9 Binary files /dev/null and b/resources/assets/img/demos/church/logo-white.png differ diff --git a/resources/assets/img/demos/church/logo.png b/resources/assets/img/demos/church/logo.png new file mode 100644 index 0000000..69f13f5 Binary files /dev/null and b/resources/assets/img/demos/church/logo.png differ diff --git a/resources/assets/img/demos/church/others/big-left-square-img.jpg b/resources/assets/img/demos/church/others/big-left-square-img.jpg new file mode 100644 index 0000000..059fdab Binary files /dev/null and b/resources/assets/img/demos/church/others/big-left-square-img.jpg differ diff --git a/resources/assets/img/demos/church/others/big-right-square-img.jpg b/resources/assets/img/demos/church/others/big-right-square-img.jpg new file mode 100644 index 0000000..b607394 Binary files /dev/null and b/resources/assets/img/demos/church/others/big-right-square-img.jpg differ diff --git a/resources/assets/img/demos/church/others/left-cloud.png b/resources/assets/img/demos/church/others/left-cloud.png new file mode 100644 index 0000000..813748e Binary files /dev/null and b/resources/assets/img/demos/church/others/left-cloud.png differ diff --git a/resources/assets/img/demos/church/others/right-cloud.png b/resources/assets/img/demos/church/others/right-cloud.png new file mode 100644 index 0000000..371bdd5 Binary files /dev/null and b/resources/assets/img/demos/church/others/right-cloud.png differ diff --git a/resources/assets/img/demos/church/others/small-left-square-img.jpg b/resources/assets/img/demos/church/others/small-left-square-img.jpg new file mode 100644 index 0000000..09a62bf Binary files /dev/null and b/resources/assets/img/demos/church/others/small-left-square-img.jpg differ diff --git a/resources/assets/img/demos/church/others/small-right-square-img.jpg b/resources/assets/img/demos/church/others/small-right-square-img.jpg new file mode 100644 index 0000000..9e8a77e Binary files /dev/null and b/resources/assets/img/demos/church/others/small-right-square-img.jpg differ diff --git a/resources/assets/img/demos/church/others/view-location-bg.jpg b/resources/assets/img/demos/church/others/view-location-bg.jpg new file mode 100644 index 0000000..c220e31 Binary files /dev/null and b/resources/assets/img/demos/church/others/view-location-bg.jpg differ diff --git a/resources/assets/img/demos/church/others/view-our-location.png b/resources/assets/img/demos/church/others/view-our-location.png new file mode 100644 index 0000000..2489b6e Binary files /dev/null and b/resources/assets/img/demos/church/others/view-our-location.png differ diff --git a/resources/assets/img/demos/church/sermons/sermons-parallax-1.jpg b/resources/assets/img/demos/church/sermons/sermons-parallax-1.jpg new file mode 100644 index 0000000..938aa0e Binary files /dev/null and b/resources/assets/img/demos/church/sermons/sermons-parallax-1.jpg differ diff --git a/resources/assets/img/demos/church/slides/slide-1.jpg b/resources/assets/img/demos/church/slides/slide-1.jpg new file mode 100644 index 0000000..1ff9467 Binary files /dev/null and b/resources/assets/img/demos/church/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/church/slides/slide-2.jpg b/resources/assets/img/demos/church/slides/slide-2.jpg new file mode 100644 index 0000000..1ff9467 Binary files /dev/null and b/resources/assets/img/demos/church/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/church/testimonial/testimonial-bg-1.jpg b/resources/assets/img/demos/church/testimonial/testimonial-bg-1.jpg new file mode 100644 index 0000000..9543950 Binary files /dev/null and b/resources/assets/img/demos/church/testimonial/testimonial-bg-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/backgrounds/background-1.jpg b/resources/assets/img/demos/cleaning-services/backgrounds/background-1.jpg new file mode 100644 index 0000000..20e54ed Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/backgrounds/background-2.jpg b/resources/assets/img/demos/cleaning-services/backgrounds/background-2.jpg new file mode 100644 index 0000000..e722004 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/backgrounds/background-3.jpg b/resources/assets/img/demos/cleaning-services/backgrounds/background-3.jpg new file mode 100644 index 0000000..834e00d Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/blog/blog-1.jpg b/resources/assets/img/demos/cleaning-services/blog/blog-1.jpg new file mode 100644 index 0000000..a2ba456 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/blog/blog-2.jpg b/resources/assets/img/demos/cleaning-services/blog/blog-2.jpg new file mode 100644 index 0000000..a2ba456 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/blog/blog-big-1.jpg b/resources/assets/img/demos/cleaning-services/blog/blog-big-1.jpg new file mode 100644 index 0000000..d1d1974 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/blog/blog-big-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/blog/blog-big-2.jpg b/resources/assets/img/demos/cleaning-services/blog/blog-big-2.jpg new file mode 100644 index 0000000..d1d1974 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/blog/blog-big-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/generic/generic-1.jpg b/resources/assets/img/demos/cleaning-services/generic/generic-1.jpg new file mode 100644 index 0000000..07bd00f Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/generic/generic-2.jpg b/resources/assets/img/demos/cleaning-services/generic/generic-2.jpg new file mode 100644 index 0000000..959ec14 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/generic/generic-3.jpg b/resources/assets/img/demos/cleaning-services/generic/generic-3.jpg new file mode 100644 index 0000000..60974c9 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/generic/generic-4.jpg b/resources/assets/img/demos/cleaning-services/generic/generic-4.jpg new file mode 100644 index 0000000..a10a144 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/icons/check-circle.svg b/resources/assets/img/demos/cleaning-services/icons/check-circle.svg new file mode 100644 index 0000000..4025bd3 --- /dev/null +++ b/resources/assets/img/demos/cleaning-services/icons/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/cleaning-services/icons/icon-1.png b/resources/assets/img/demos/cleaning-services/icons/icon-1.png new file mode 100644 index 0000000..a41d027 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/icons/icon-1.png differ diff --git a/resources/assets/img/demos/cleaning-services/icons/icon-2.png b/resources/assets/img/demos/cleaning-services/icons/icon-2.png new file mode 100644 index 0000000..8d89479 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/icons/icon-2.png differ diff --git a/resources/assets/img/demos/cleaning-services/icons/icon-3.png b/resources/assets/img/demos/cleaning-services/icons/icon-3.png new file mode 100644 index 0000000..0ae76aa Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/icons/icon-3.png differ diff --git a/resources/assets/img/demos/cleaning-services/icons/phone.svg b/resources/assets/img/demos/cleaning-services/icons/phone.svg new file mode 100644 index 0000000..0e548b1 --- /dev/null +++ b/resources/assets/img/demos/cleaning-services/icons/phone.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/cleaning-services/logo-light.png b/resources/assets/img/demos/cleaning-services/logo-light.png new file mode 100644 index 0000000..05dfd0d Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/logo-light.png differ diff --git a/resources/assets/img/demos/cleaning-services/logo.png b/resources/assets/img/demos/cleaning-services/logo.png new file mode 100644 index 0000000..856c66c Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/logo.png differ diff --git a/resources/assets/img/demos/cleaning-services/portfolio/portfolio-1.jpg b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-1.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/portfolio/portfolio-2.jpg b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-2.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/portfolio/portfolio-3.jpg b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-3.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-3.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/portfolio/portfolio-4.jpg b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-4.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/portfolio/portfolio-4.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/services/services-small-1.jpg b/resources/assets/img/demos/cleaning-services/services/services-small-1.jpg new file mode 100644 index 0000000..7a7ff77 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/services/services-small-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/services/services-small-2.jpg b/resources/assets/img/demos/cleaning-services/services/services-small-2.jpg new file mode 100644 index 0000000..5d27d36 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/services/services-small-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/services/services-small-3.jpg b/resources/assets/img/demos/cleaning-services/services/services-small-3.jpg new file mode 100644 index 0000000..5d27d36 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/services/services-small-3.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/team/team-1.jpg b/resources/assets/img/demos/cleaning-services/team/team-1.jpg new file mode 100644 index 0000000..c2fab52 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/team/team-1.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/team/team-2.jpg b/resources/assets/img/demos/cleaning-services/team/team-2.jpg new file mode 100644 index 0000000..c2fab52 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/team/team-2.jpg differ diff --git a/resources/assets/img/demos/cleaning-services/team/team-3.jpg b/resources/assets/img/demos/cleaning-services/team/team-3.jpg new file mode 100644 index 0000000..c2fab52 Binary files /dev/null and b/resources/assets/img/demos/cleaning-services/team/team-3.jpg differ diff --git a/resources/assets/img/demos/coffee/backgrounds/background-1.jpg b/resources/assets/img/demos/coffee/backgrounds/background-1.jpg new file mode 100644 index 0000000..1c56c83 Binary files /dev/null and b/resources/assets/img/demos/coffee/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/coffee/backgrounds/background-2.jpg b/resources/assets/img/demos/coffee/backgrounds/background-2.jpg new file mode 100644 index 0000000..a3f5f4c Binary files /dev/null and b/resources/assets/img/demos/coffee/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/coffee/logo-light.png b/resources/assets/img/demos/coffee/logo-light.png new file mode 100644 index 0000000..e635c97 Binary files /dev/null and b/resources/assets/img/demos/coffee/logo-light.png differ diff --git a/resources/assets/img/demos/coffee/logo.png b/resources/assets/img/demos/coffee/logo.png new file mode 100644 index 0000000..0aec375 Binary files /dev/null and b/resources/assets/img/demos/coffee/logo.png differ diff --git a/resources/assets/img/demos/coffee/others/others-1.jpg b/resources/assets/img/demos/coffee/others/others-1.jpg new file mode 100644 index 0000000..26bd09c Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-1.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-2.jpg b/resources/assets/img/demos/coffee/others/others-2.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-2.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-3.jpg b/resources/assets/img/demos/coffee/others/others-3.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-3.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-4.jpg b/resources/assets/img/demos/coffee/others/others-4.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-4.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-5.jpg b/resources/assets/img/demos/coffee/others/others-5.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-5.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-6.jpg b/resources/assets/img/demos/coffee/others/others-6.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-6.jpg differ diff --git a/resources/assets/img/demos/coffee/others/others-7.jpg b/resources/assets/img/demos/coffee/others/others-7.jpg new file mode 100644 index 0000000..7fb1aae Binary files /dev/null and b/resources/assets/img/demos/coffee/others/others-7.jpg differ diff --git a/resources/assets/img/demos/coffee/slides/slide-1.jpg b/resources/assets/img/demos/coffee/slides/slide-1.jpg new file mode 100644 index 0000000..894bb0a Binary files /dev/null and b/resources/assets/img/demos/coffee/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/coffee/slides/slide-2.jpg b/resources/assets/img/demos/coffee/slides/slide-2.jpg new file mode 100644 index 0000000..894bb0a Binary files /dev/null and b/resources/assets/img/demos/coffee/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/about-us/about-1.jpg b/resources/assets/img/demos/construction-2/about-us/about-1.jpg new file mode 100644 index 0000000..b7f0e37 Binary files /dev/null and b/resources/assets/img/demos/construction-2/about-us/about-1.jpg differ diff --git a/resources/assets/img/demos/construction-2/about-us/about-2.jpg b/resources/assets/img/demos/construction-2/about-us/about-2.jpg new file mode 100644 index 0000000..b46f9d0 Binary files /dev/null and b/resources/assets/img/demos/construction-2/about-us/about-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/about-us/about-us-1.jpg b/resources/assets/img/demos/construction-2/about-us/about-us-1.jpg new file mode 100644 index 0000000..0dc8314 Binary files /dev/null and b/resources/assets/img/demos/construction-2/about-us/about-us-1.jpg differ diff --git a/resources/assets/img/demos/construction-2/about-us/about-us-2.jpg b/resources/assets/img/demos/construction-2/about-us/about-us-2.jpg new file mode 100644 index 0000000..0dc8314 Binary files /dev/null and b/resources/assets/img/demos/construction-2/about-us/about-us-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/about-us/about-us-3.jpg b/resources/assets/img/demos/construction-2/about-us/about-us-3.jpg new file mode 100644 index 0000000..0dc8314 Binary files /dev/null and b/resources/assets/img/demos/construction-2/about-us/about-us-3.jpg differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-1.png b/resources/assets/img/demos/construction-2/brands/brand-1.png new file mode 100644 index 0000000..8655da3 Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-1.png differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-2.png b/resources/assets/img/demos/construction-2/brands/brand-2.png new file mode 100644 index 0000000..7e44d60 Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-2.png differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-3.png b/resources/assets/img/demos/construction-2/brands/brand-3.png new file mode 100644 index 0000000..9898bee Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-3.png differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-4.png b/resources/assets/img/demos/construction-2/brands/brand-4.png new file mode 100644 index 0000000..214467f Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-4.png differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-5.png b/resources/assets/img/demos/construction-2/brands/brand-5.png new file mode 100644 index 0000000..6633903 Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-5.png differ diff --git a/resources/assets/img/demos/construction-2/brands/brand-6.png b/resources/assets/img/demos/construction-2/brands/brand-6.png new file mode 100644 index 0000000..7863498 Binary files /dev/null and b/resources/assets/img/demos/construction-2/brands/brand-6.png differ diff --git a/resources/assets/img/demos/construction-2/icons/icon-construction.svg b/resources/assets/img/demos/construction-2/icons/icon-construction.svg new file mode 100644 index 0000000..9a90164 --- /dev/null +++ b/resources/assets/img/demos/construction-2/icons/icon-construction.svg @@ -0,0 +1 @@ +Asset 4 \ No newline at end of file diff --git a/resources/assets/img/demos/construction-2/icons/icon-painting.svg b/resources/assets/img/demos/construction-2/icons/icon-painting.svg new file mode 100644 index 0000000..cccefe1 --- /dev/null +++ b/resources/assets/img/demos/construction-2/icons/icon-painting.svg @@ -0,0 +1 @@ +icon-painting \ No newline at end of file diff --git a/resources/assets/img/demos/construction-2/icons/icon-plumbing.svg b/resources/assets/img/demos/construction-2/icons/icon-plumbing.svg new file mode 100644 index 0000000..38019f7 --- /dev/null +++ b/resources/assets/img/demos/construction-2/icons/icon-plumbing.svg @@ -0,0 +1 @@ +icon-plumbing \ No newline at end of file diff --git a/resources/assets/img/demos/construction-2/icons/icon-pre-construction.svg b/resources/assets/img/demos/construction-2/icons/icon-pre-construction.svg new file mode 100644 index 0000000..afce6a8 --- /dev/null +++ b/resources/assets/img/demos/construction-2/icons/icon-pre-construction.svg @@ -0,0 +1 @@ +icon-pre-construction \ No newline at end of file diff --git a/resources/assets/img/demos/construction-2/logo-1.png b/resources/assets/img/demos/construction-2/logo-1.png new file mode 100644 index 0000000..07e6fda Binary files /dev/null and b/resources/assets/img/demos/construction-2/logo-1.png differ diff --git a/resources/assets/img/demos/construction-2/page-header.jpg b/resources/assets/img/demos/construction-2/page-header.jpg new file mode 100644 index 0000000..bbc684f Binary files /dev/null and b/resources/assets/img/demos/construction-2/page-header.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-1-2.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-1-2.jpg new file mode 100644 index 0000000..f155ffc Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-1-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-1-3.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-1-3.jpg new file mode 100644 index 0000000..f155ffc Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-1-3.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-1.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-1.jpg new file mode 100644 index 0000000..f155ffc Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-1.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-2.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-2.jpg new file mode 100644 index 0000000..d8eea0b Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-3.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-3.jpg new file mode 100644 index 0000000..47dcdb5 Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-3.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-4.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-4.jpg new file mode 100644 index 0000000..47dcdb5 Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-4.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-5.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-5.jpg new file mode 100644 index 0000000..f155ffc Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-5.jpg differ diff --git a/resources/assets/img/demos/construction-2/portfolio/portfolio-6.jpg b/resources/assets/img/demos/construction-2/portfolio/portfolio-6.jpg new file mode 100644 index 0000000..f155ffc Binary files /dev/null and b/resources/assets/img/demos/construction-2/portfolio/portfolio-6.jpg differ diff --git a/resources/assets/img/demos/construction-2/services/services-1.jpg b/resources/assets/img/demos/construction-2/services/services-1.jpg new file mode 100644 index 0000000..dc60e17 Binary files /dev/null and b/resources/assets/img/demos/construction-2/services/services-1.jpg differ diff --git a/resources/assets/img/demos/construction-2/services/services-2.jpg b/resources/assets/img/demos/construction-2/services/services-2.jpg new file mode 100644 index 0000000..57d8849 Binary files /dev/null and b/resources/assets/img/demos/construction-2/services/services-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/services/services-3.jpg b/resources/assets/img/demos/construction-2/services/services-3.jpg new file mode 100644 index 0000000..57d8849 Binary files /dev/null and b/resources/assets/img/demos/construction-2/services/services-3.jpg differ diff --git a/resources/assets/img/demos/construction-2/slides/slide-1-2.png b/resources/assets/img/demos/construction-2/slides/slide-1-2.png new file mode 100644 index 0000000..143a5cb Binary files /dev/null and b/resources/assets/img/demos/construction-2/slides/slide-1-2.png differ diff --git a/resources/assets/img/demos/construction-2/slides/slide-1.jpg b/resources/assets/img/demos/construction-2/slides/slide-1.jpg new file mode 100644 index 0000000..c2ca73a Binary files /dev/null and b/resources/assets/img/demos/construction-2/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/construction-2/slides/slide-2.jpg b/resources/assets/img/demos/construction-2/slides/slide-2.jpg new file mode 100644 index 0000000..c2ca73a Binary files /dev/null and b/resources/assets/img/demos/construction-2/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/construction-2/slides/slide-3.jpg b/resources/assets/img/demos/construction-2/slides/slide-3.jpg new file mode 100644 index 0000000..c2ca73a Binary files /dev/null and b/resources/assets/img/demos/construction-2/slides/slide-3.jpg differ diff --git a/resources/assets/img/demos/construction/authors/author-1-big.png b/resources/assets/img/demos/construction/authors/author-1-big.png new file mode 100644 index 0000000..4946a23 Binary files /dev/null and b/resources/assets/img/demos/construction/authors/author-1-big.png differ diff --git a/resources/assets/img/demos/construction/backgrounds/background-1.jpg b/resources/assets/img/demos/construction/backgrounds/background-1.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/demos/construction/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/construction/backgrounds/background-2.jpg b/resources/assets/img/demos/construction/backgrounds/background-2.jpg new file mode 100644 index 0000000..e1c735e Binary files /dev/null and b/resources/assets/img/demos/construction/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/construction/backgrounds/diamonds-line.svg b/resources/assets/img/demos/construction/backgrounds/diamonds-line.svg new file mode 100644 index 0000000..2646cf9 --- /dev/null +++ b/resources/assets/img/demos/construction/backgrounds/diamonds-line.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/construction/blog/blog-thumb-1.jpg b/resources/assets/img/demos/construction/blog/blog-thumb-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/construction/blog/blog-thumb-1.jpg differ diff --git a/resources/assets/img/demos/construction/blog/blog-thumb-2.jpg b/resources/assets/img/demos/construction/blog/blog-thumb-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/construction/blog/blog-thumb-2.jpg differ diff --git a/resources/assets/img/demos/construction/blog/blog-thumb-3.jpg b/resources/assets/img/demos/construction/blog/blog-thumb-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/construction/blog/blog-thumb-3.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-1-medium.jpg b/resources/assets/img/demos/construction/generic/generic-1-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-1-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-1.jpg b/resources/assets/img/demos/construction/generic/generic-1.jpg new file mode 100644 index 0000000..3918eee Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-10-medium.jpg b/resources/assets/img/demos/construction/generic/generic-10-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-10-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-10-small-diamond.jpg b/resources/assets/img/demos/construction/generic/generic-10-small-diamond.jpg new file mode 100644 index 0000000..09da636 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-10-small-diamond.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-10-small.jpg b/resources/assets/img/demos/construction/generic/generic-10-small.jpg new file mode 100644 index 0000000..6faa6df Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-10-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-2-big.jpg b/resources/assets/img/demos/construction/generic/generic-2-big.jpg new file mode 100644 index 0000000..c99d887 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-2-big.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-2-medium.jpg b/resources/assets/img/demos/construction/generic/generic-2-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-2-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-2-small.jpg b/resources/assets/img/demos/construction/generic/generic-2-small.jpg new file mode 100644 index 0000000..6faa6df Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-2-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-2.jpg b/resources/assets/img/demos/construction/generic/generic-2.jpg new file mode 100644 index 0000000..3918eee Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-3-medium.jpg b/resources/assets/img/demos/construction/generic/generic-3-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-3-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-3-small.jpg b/resources/assets/img/demos/construction/generic/generic-3-small.jpg new file mode 100644 index 0000000..6faa6df Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-3-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-3.jpg b/resources/assets/img/demos/construction/generic/generic-3.jpg new file mode 100644 index 0000000..3918eee Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-4.jpg b/resources/assets/img/demos/construction/generic/generic-4.jpg new file mode 100644 index 0000000..3918eee Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-5-small.jpg b/resources/assets/img/demos/construction/generic/generic-5-small.jpg new file mode 100644 index 0000000..09da636 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-5-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-5-wide.jpg b/resources/assets/img/demos/construction/generic/generic-5-wide.jpg new file mode 100644 index 0000000..1604e70 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-5-wide.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-6-medium.jpg b/resources/assets/img/demos/construction/generic/generic-6-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-6-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-6-small.jpg b/resources/assets/img/demos/construction/generic/generic-6-small.jpg new file mode 100644 index 0000000..09da636 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-6-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-7-small.jpg b/resources/assets/img/demos/construction/generic/generic-7-small.jpg new file mode 100644 index 0000000..09da636 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-7-small.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-8-wide.jpg b/resources/assets/img/demos/construction/generic/generic-8-wide.jpg new file mode 100644 index 0000000..1604e70 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-8-wide.jpg differ diff --git a/resources/assets/img/demos/construction/generic/generic-9-medium.jpg b/resources/assets/img/demos/construction/generic/generic-9-medium.jpg new file mode 100644 index 0000000..d24af44 Binary files /dev/null and b/resources/assets/img/demos/construction/generic/generic-9-medium.jpg differ diff --git a/resources/assets/img/demos/construction/generic/line-separator.svg b/resources/assets/img/demos/construction/generic/line-separator.svg new file mode 100644 index 0000000..676248c --- /dev/null +++ b/resources/assets/img/demos/construction/generic/line-separator.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/assets/img/demos/construction/generic/skew-bar.svg b/resources/assets/img/demos/construction/generic/skew-bar.svg new file mode 100644 index 0000000..05cd76b --- /dev/null +++ b/resources/assets/img/demos/construction/generic/skew-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/construction/icons/arrow-right.svg b/resources/assets/img/demos/construction/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/construction/icons/email.svg b/resources/assets/img/demos/construction/icons/email.svg new file mode 100644 index 0000000..238c683 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/email.svg @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/construction/icons/faucet.svg b/resources/assets/img/demos/construction/icons/faucet.svg new file mode 100644 index 0000000..8ae0ec2 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/faucet.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/resources/assets/img/demos/construction/icons/location.svg b/resources/assets/img/demos/construction/icons/location.svg new file mode 100644 index 0000000..1e866e6 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/construction/icons/paint-brush.svg b/resources/assets/img/demos/construction/icons/paint-brush.svg new file mode 100644 index 0000000..e63cae3 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/paint-brush.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/resources/assets/img/demos/construction/icons/phone.svg b/resources/assets/img/demos/construction/icons/phone.svg new file mode 100644 index 0000000..853bce2 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/phone.svg @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/construction/icons/pushcart.svg b/resources/assets/img/demos/construction/icons/pushcart.svg new file mode 100644 index 0000000..215342f --- /dev/null +++ b/resources/assets/img/demos/construction/icons/pushcart.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/resources/assets/img/demos/construction/icons/winch.svg b/resources/assets/img/demos/construction/icons/winch.svg new file mode 100644 index 0000000..b8dd853 --- /dev/null +++ b/resources/assets/img/demos/construction/icons/winch.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/construction/logo-dark.png b/resources/assets/img/demos/construction/logo-dark.png new file mode 100644 index 0000000..35fa02b Binary files /dev/null and b/resources/assets/img/demos/construction/logo-dark.png differ diff --git a/resources/assets/img/demos/construction/logo.png b/resources/assets/img/demos/construction/logo.png new file mode 100644 index 0000000..91967cc Binary files /dev/null and b/resources/assets/img/demos/construction/logo.png differ diff --git a/resources/assets/img/demos/construction/slides/slide-1-engineer.png b/resources/assets/img/demos/construction/slides/slide-1-engineer.png new file mode 100644 index 0000000..18abe9f Binary files /dev/null and b/resources/assets/img/demos/construction/slides/slide-1-engineer.png differ diff --git a/resources/assets/img/demos/construction/slides/slide-1.jpg b/resources/assets/img/demos/construction/slides/slide-1.jpg new file mode 100644 index 0000000..6af57b5 Binary files /dev/null and b/resources/assets/img/demos/construction/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/construction/slides/slide-2.jpg b/resources/assets/img/demos/construction/slides/slide-2.jpg new file mode 100644 index 0000000..0b150e9 Binary files /dev/null and b/resources/assets/img/demos/construction/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/construction/team/team-1.jpg b/resources/assets/img/demos/construction/team/team-1.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/construction/team/team-1.jpg differ diff --git a/resources/assets/img/demos/construction/team/team-2.jpg b/resources/assets/img/demos/construction/team/team-2.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/construction/team/team-2.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/generic/generic-1.jpg b/resources/assets/img/demos/creative-agency-1/generic/generic-1.jpg new file mode 100644 index 0000000..c841867 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/icons/icon-1.svg b/resources/assets/img/demos/creative-agency-1/icons/icon-1.svg new file mode 100644 index 0000000..d0577da --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/icons/icon-1.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-1/icons/icon-2.svg b/resources/assets/img/demos/creative-agency-1/icons/icon-2.svg new file mode 100644 index 0000000..35e490d --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/icons/icon-2.svg @@ -0,0 +1 @@ +Asset 3 \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-1/icons/icon-3.svg b/resources/assets/img/demos/creative-agency-1/icons/icon-3.svg new file mode 100644 index 0000000..03e48e7 --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/icons/icon-3.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-1/icons/icon-4.svg b/resources/assets/img/demos/creative-agency-1/icons/icon-4.svg new file mode 100644 index 0000000..b22175f --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/icons/icon-4.svg @@ -0,0 +1 @@ +Asset 5 \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-1/logo.png b/resources/assets/img/demos/creative-agency-1/logo.png new file mode 100644 index 0000000..ef9da15 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/logo.png differ diff --git a/resources/assets/img/demos/creative-agency-1/logos/logo-1.png b/resources/assets/img/demos/creative-agency-1/logos/logo-1.png new file mode 100644 index 0000000..73957fc Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/logos/logo-1.png differ diff --git a/resources/assets/img/demos/creative-agency-1/logos/logo-2.png b/resources/assets/img/demos/creative-agency-1/logos/logo-2.png new file mode 100644 index 0000000..9aba46c Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/logos/logo-2.png differ diff --git a/resources/assets/img/demos/creative-agency-1/projects/project-1.jpg b/resources/assets/img/demos/creative-agency-1/projects/project-1.jpg new file mode 100644 index 0000000..763b17f Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/projects/project-2.jpg b/resources/assets/img/demos/creative-agency-1/projects/project-2.jpg new file mode 100644 index 0000000..16d60a1 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/projects/project-3.jpg b/resources/assets/img/demos/creative-agency-1/projects/project-3.jpg new file mode 100644 index 0000000..16d60a1 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/projects/project-4.jpg b/resources/assets/img/demos/creative-agency-1/projects/project-4.jpg new file mode 100644 index 0000000..763b17f Binary files /dev/null and b/resources/assets/img/demos/creative-agency-1/projects/project-4.jpg differ diff --git a/resources/assets/img/demos/creative-agency-1/svg/generic-1.svg b/resources/assets/img/demos/creative-agency-1/svg/generic-1.svg new file mode 100644 index 0000000..1466c14 --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/svg/generic-1.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-1/svg/generic-2.svg b/resources/assets/img/demos/creative-agency-1/svg/generic-2.svg new file mode 100644 index 0000000..85a771b --- /dev/null +++ b/resources/assets/img/demos/creative-agency-1/svg/generic-2.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-2/backgrounds/background-1.jpg b/resources/assets/img/demos/creative-agency-2/backgrounds/background-1.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/concept/concept-1.jpg b/resources/assets/img/demos/creative-agency-2/concept/concept-1.jpg new file mode 100644 index 0000000..f8f9590 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/concept/concept-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/concept/concept-2.jpg b/resources/assets/img/demos/creative-agency-2/concept/concept-2.jpg new file mode 100644 index 0000000..3773344 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/concept/concept-2.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/concept/concept-3.jpg b/resources/assets/img/demos/creative-agency-2/concept/concept-3.jpg new file mode 100644 index 0000000..ad59ad8 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/concept/concept-3.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/generic/generic-1.jpg b/resources/assets/img/demos/creative-agency-2/generic/generic-1.jpg new file mode 100644 index 0000000..0323c04 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/logo-light.png b/resources/assets/img/demos/creative-agency-2/logo-light.png new file mode 100644 index 0000000..478ea9b Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/logo-light.png differ diff --git a/resources/assets/img/demos/creative-agency-2/logo.png b/resources/assets/img/demos/creative-agency-2/logo.png new file mode 100644 index 0000000..61f3743 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/logo.png differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-1-0088CC.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-1-0088CC.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-1-0088CC.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-1-FF7049.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-1-FF7049.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-1-FF7049.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-1.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-1.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-2-0088CC.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-2-0088CC.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-2-0088CC.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-2-FF7049.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-2-FF7049.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-2-FF7049.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-2.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-2.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/projects/project-3.jpg b/resources/assets/img/demos/creative-agency-2/projects/project-3.jpg new file mode 100644 index 0000000..8cdf661 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-1.jpg b/resources/assets/img/demos/creative-agency-2/services/services-1.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-1.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-2.jpg b/resources/assets/img/demos/creative-agency-2/services/services-2.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-2.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-3.jpg b/resources/assets/img/demos/creative-agency-2/services/services-3.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-3.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-4.jpg b/resources/assets/img/demos/creative-agency-2/services/services-4.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-4.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-5.jpg b/resources/assets/img/demos/creative-agency-2/services/services-5.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-5.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-6.jpg b/resources/assets/img/demos/creative-agency-2/services/services-6.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-6.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-7.jpg b/resources/assets/img/demos/creative-agency-2/services/services-7.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-7.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/services/services-8.jpg b/resources/assets/img/demos/creative-agency-2/services/services-8.jpg new file mode 100644 index 0000000..b6ec1c2 Binary files /dev/null and b/resources/assets/img/demos/creative-agency-2/services/services-8.jpg differ diff --git a/resources/assets/img/demos/creative-agency-2/svg/arrow-thin.svg b/resources/assets/img/demos/creative-agency-2/svg/arrow-thin.svg new file mode 100644 index 0000000..3dc4e16 --- /dev/null +++ b/resources/assets/img/demos/creative-agency-2/svg/arrow-thin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/creative-agency-2/svg/arrow-up-light.svg b/resources/assets/img/demos/creative-agency-2/svg/arrow-up-light.svg new file mode 100644 index 0000000..d1f7942 --- /dev/null +++ b/resources/assets/img/demos/creative-agency-2/svg/arrow-up-light.svg @@ -0,0 +1,37 @@ + + diff --git a/resources/assets/img/demos/dentist/generic/before-after-1.jpg b/resources/assets/img/demos/dentist/generic/before-after-1.jpg new file mode 100644 index 0000000..a2475bf Binary files /dev/null and b/resources/assets/img/demos/dentist/generic/before-after-1.jpg differ diff --git a/resources/assets/img/demos/dentist/generic/before-after-2.jpg b/resources/assets/img/demos/dentist/generic/before-after-2.jpg new file mode 100644 index 0000000..a2475bf Binary files /dev/null and b/resources/assets/img/demos/dentist/generic/before-after-2.jpg differ diff --git a/resources/assets/img/demos/dentist/generic/generic-1.svg b/resources/assets/img/demos/dentist/generic/generic-1.svg new file mode 100644 index 0000000..d77f875 --- /dev/null +++ b/resources/assets/img/demos/dentist/generic/generic-1.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/generic/generic-2.svg b/resources/assets/img/demos/dentist/generic/generic-2.svg new file mode 100644 index 0000000..9f65ec9 --- /dev/null +++ b/resources/assets/img/demos/dentist/generic/generic-2.svg @@ -0,0 +1 @@ +84 [Converted] \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/generic/generic-3.svg b/resources/assets/img/demos/dentist/generic/generic-3.svg new file mode 100644 index 0000000..29e60b2 --- /dev/null +++ b/resources/assets/img/demos/dentist/generic/generic-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/generic/generic-4.svg b/resources/assets/img/demos/dentist/generic/generic-4.svg new file mode 100644 index 0000000..6f107f5 --- /dev/null +++ b/resources/assets/img/demos/dentist/generic/generic-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/generic/generic-5.jpg b/resources/assets/img/demos/dentist/generic/generic-5.jpg new file mode 100644 index 0000000..0dd2aff Binary files /dev/null and b/resources/assets/img/demos/dentist/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/dentist/icons/icon-1.svg b/resources/assets/img/demos/dentist/icons/icon-1.svg new file mode 100644 index 0000000..c0ae078 --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-2.svg b/resources/assets/img/demos/dentist/icons/icon-2.svg new file mode 100644 index 0000000..1993035 --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-3.svg b/resources/assets/img/demos/dentist/icons/icon-3.svg new file mode 100644 index 0000000..15b0b95 --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-4.svg b/resources/assets/img/demos/dentist/icons/icon-4.svg new file mode 100644 index 0000000..886362a --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-5.svg b/resources/assets/img/demos/dentist/icons/icon-5.svg new file mode 100644 index 0000000..263fb4a --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-5.svg @@ -0,0 +1 @@ +clean \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-6.svg b/resources/assets/img/demos/dentist/icons/icon-6.svg new file mode 100644 index 0000000..024fc98 --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-6.svg @@ -0,0 +1 @@ +root \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-7.svg b/resources/assets/img/demos/dentist/icons/icon-7.svg new file mode 100644 index 0000000..b5749b9 --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-7.svg @@ -0,0 +1 @@ +sirur \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/icons/icon-8.svg b/resources/assets/img/demos/dentist/icons/icon-8.svg new file mode 100644 index 0000000..8a4e3ce --- /dev/null +++ b/resources/assets/img/demos/dentist/icons/icon-8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/dentist/logo.png b/resources/assets/img/demos/dentist/logo.png new file mode 100644 index 0000000..9144876 Binary files /dev/null and b/resources/assets/img/demos/dentist/logo.png differ diff --git a/resources/assets/img/demos/dentist/services/service-1.jpg b/resources/assets/img/demos/dentist/services/service-1.jpg new file mode 100644 index 0000000..8c4c69a Binary files /dev/null and b/resources/assets/img/demos/dentist/services/service-1.jpg differ diff --git a/resources/assets/img/demos/dentist/services/service-2.jpg b/resources/assets/img/demos/dentist/services/service-2.jpg new file mode 100644 index 0000000..8c4c69a Binary files /dev/null and b/resources/assets/img/demos/dentist/services/service-2.jpg differ diff --git a/resources/assets/img/demos/dentist/services/service-3.jpg b/resources/assets/img/demos/dentist/services/service-3.jpg new file mode 100644 index 0000000..8c4c69a Binary files /dev/null and b/resources/assets/img/demos/dentist/services/service-3.jpg differ diff --git a/resources/assets/img/demos/dentist/services/service-4.jpg b/resources/assets/img/demos/dentist/services/service-4.jpg new file mode 100644 index 0000000..8c4c69a Binary files /dev/null and b/resources/assets/img/demos/dentist/services/service-4.jpg differ diff --git a/resources/assets/img/demos/dentist/slides/slide-dentist-1-1.jpg b/resources/assets/img/demos/dentist/slides/slide-dentist-1-1.jpg new file mode 100644 index 0000000..e3f943e Binary files /dev/null and b/resources/assets/img/demos/dentist/slides/slide-dentist-1-1.jpg differ diff --git a/resources/assets/img/demos/dentist/slides/slide-dentist-1-2.jpg b/resources/assets/img/demos/dentist/slides/slide-dentist-1-2.jpg new file mode 100644 index 0000000..e3f943e Binary files /dev/null and b/resources/assets/img/demos/dentist/slides/slide-dentist-1-2.jpg differ diff --git a/resources/assets/img/demos/dentist/slides/slide-dentist-2-1.jpg b/resources/assets/img/demos/dentist/slides/slide-dentist-2-1.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/demos/dentist/slides/slide-dentist-2-1.jpg differ diff --git a/resources/assets/img/demos/dentist/team/team-1.jpg b/resources/assets/img/demos/dentist/team/team-1.jpg new file mode 100644 index 0000000..da41312 Binary files /dev/null and b/resources/assets/img/demos/dentist/team/team-1.jpg differ diff --git a/resources/assets/img/demos/dentist/team/team-2.jpg b/resources/assets/img/demos/dentist/team/team-2.jpg new file mode 100644 index 0000000..da41312 Binary files /dev/null and b/resources/assets/img/demos/dentist/team/team-2.jpg differ diff --git a/resources/assets/img/demos/dentist/team/team-3.jpg b/resources/assets/img/demos/dentist/team/team-3.jpg new file mode 100644 index 0000000..da41312 Binary files /dev/null and b/resources/assets/img/demos/dentist/team/team-3.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/about-us/about-us-1.jpg b/resources/assets/img/demos/digital-agency-2/about-us/about-us-1.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/about-us/about-us-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/about-us/about-us-2.jpg b/resources/assets/img/demos/digital-agency-2/about-us/about-us-2.jpg new file mode 100644 index 0000000..3f760fc Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/about-us/about-us-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-1.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-2.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-2.jpg new file mode 100644 index 0000000..ad75ef9 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-3.png b/resources/assets/img/demos/digital-agency-2/bg/bg-3.png new file mode 100644 index 0000000..20ef387 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-3.png differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-4.png b/resources/assets/img/demos/digital-agency-2/bg/bg-4.png new file mode 100644 index 0000000..04fd879 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-4.png differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-5.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-5.jpg new file mode 100644 index 0000000..9130b54 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-5.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-6.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-6.jpg new file mode 100644 index 0000000..9130b54 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-6.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-7.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-7.jpg new file mode 100644 index 0000000..9130b54 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-7.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/bg-8.jpg b/resources/assets/img/demos/digital-agency-2/bg/bg-8.jpg new file mode 100644 index 0000000..9130b54 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/bg-8.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/page-header-bg-dark.jpg b/resources/assets/img/demos/digital-agency-2/bg/page-header-bg-dark.jpg new file mode 100644 index 0000000..b7f7704 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/page-header-bg-dark.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/bg/page-header-bg.jpg b/resources/assets/img/demos/digital-agency-2/bg/page-header-bg.jpg new file mode 100644 index 0000000..b7f7704 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/bg/page-header-bg.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-1.jpg b/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-1.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-2.jpg b/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-2.jpg new file mode 100644 index 0000000..3f760fc Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/contact-us/contact-us-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-1.jpg b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-1.jpg new file mode 100644 index 0000000..5bc44c7 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-2.jpg b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-2.jpg new file mode 100644 index 0000000..5bc44c7 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-3.jpg b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-3.jpg new file mode 100644 index 0000000..1935b8e Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/gallery/gallery-our-work-3.jpg differ diff --git a/resources/assets/img/demos/digital-agency-2/icons/advertising.png b/resources/assets/img/demos/digital-agency-2/icons/advertising.png new file mode 100644 index 0000000..426dd38 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/icons/advertising.png differ diff --git a/resources/assets/img/demos/digital-agency-2/icons/feedback.png b/resources/assets/img/demos/digital-agency-2/icons/feedback.png new file mode 100644 index 0000000..426dd38 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/icons/feedback.png differ diff --git a/resources/assets/img/demos/digital-agency-2/icons/solution.png b/resources/assets/img/demos/digital-agency-2/icons/solution.png new file mode 100644 index 0000000..426dd38 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/icons/solution.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/logo-1.png b/resources/assets/img/demos/digital-agency-2/logos/logo-1.png new file mode 100644 index 0000000..6fc2c4c Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/logo-1.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1-dark.png new file mode 100644 index 0000000..459ae5f Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1.png new file mode 100644 index 0000000..459ae5f Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-1.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2-dark.png new file mode 100644 index 0000000..40773db Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2.png new file mode 100644 index 0000000..40773db Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-2.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3-dark.png new file mode 100644 index 0000000..a1a5c59 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3.png new file mode 100644 index 0000000..a1a5c59 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-3.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4-dark.png new file mode 100644 index 0000000..521ef20 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4.png new file mode 100644 index 0000000..521ef20 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-4.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5-dark.png new file mode 100644 index 0000000..26318a9 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5.png new file mode 100644 index 0000000..26318a9 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-5.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6-dark.png new file mode 100644 index 0000000..3144191 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6.png new file mode 100644 index 0000000..3144191 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-6.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7-dark.png new file mode 100644 index 0000000..31d970c Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7.png new file mode 100644 index 0000000..31d970c Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-7.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8-dark.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8-dark.png new file mode 100644 index 0000000..dc05535 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8-dark.png differ diff --git a/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8.png b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8.png new file mode 100644 index 0000000..dc05535 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/logos/our-services-client-8.png differ diff --git a/resources/assets/img/demos/digital-agency-2/our-services/our-services-detail-1.jpg b/resources/assets/img/demos/digital-agency-2/our-services/our-services-detail-1.jpg new file mode 100644 index 0000000..6954342 Binary files /dev/null and b/resources/assets/img/demos/digital-agency-2/our-services/our-services-detail-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency/generic/generic-1.jpg b/resources/assets/img/demos/digital-agency/generic/generic-1.jpg new file mode 100644 index 0000000..7ad540d Binary files /dev/null and b/resources/assets/img/demos/digital-agency/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency/generic/generic-2.jpg b/resources/assets/img/demos/digital-agency/generic/generic-2.jpg new file mode 100644 index 0000000..4041c65 Binary files /dev/null and b/resources/assets/img/demos/digital-agency/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency/icons/arrow-right.svg b/resources/assets/img/demos/digital-agency/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/digital-agency/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/digital-agency/icons/arrow-symbols.svg b/resources/assets/img/demos/digital-agency/icons/arrow-symbols.svg new file mode 100644 index 0000000..02ed229 --- /dev/null +++ b/resources/assets/img/demos/digital-agency/icons/arrow-symbols.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/digital-agency/icons/lamp.svg b/resources/assets/img/demos/digital-agency/icons/lamp.svg new file mode 100644 index 0000000..7a7a7bd --- /dev/null +++ b/resources/assets/img/demos/digital-agency/icons/lamp.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/digital-agency/icons/mac.svg b/resources/assets/img/demos/digital-agency/icons/mac.svg new file mode 100644 index 0000000..63d9313 --- /dev/null +++ b/resources/assets/img/demos/digital-agency/icons/mac.svg @@ -0,0 +1,6 @@ + + + diff --git a/resources/assets/img/demos/digital-agency/icons/megaphone.svg b/resources/assets/img/demos/digital-agency/icons/megaphone.svg new file mode 100644 index 0000000..dc368eb --- /dev/null +++ b/resources/assets/img/demos/digital-agency/icons/megaphone.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/digital-agency/logo.png b/resources/assets/img/demos/digital-agency/logo.png new file mode 100644 index 0000000..fa89fad Binary files /dev/null and b/resources/assets/img/demos/digital-agency/logo.png differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-1.jpg b/resources/assets/img/demos/digital-agency/projects/project-1.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-2.jpg b/resources/assets/img/demos/digital-agency/projects/project-2.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-3.jpg b/resources/assets/img/demos/digital-agency/projects/project-3.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-4.jpg b/resources/assets/img/demos/digital-agency/projects/project-4.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-4.jpg differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-5.jpg b/resources/assets/img/demos/digital-agency/projects/project-5.jpg new file mode 100644 index 0000000..201b30e Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-5.jpg differ diff --git a/resources/assets/img/demos/digital-agency/projects/project-6.jpg b/resources/assets/img/demos/digital-agency/projects/project-6.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/digital-agency/projects/project-6.jpg differ diff --git a/resources/assets/img/demos/digital-agency/signature.png b/resources/assets/img/demos/digital-agency/signature.png new file mode 100644 index 0000000..dd763f6 Binary files /dev/null and b/resources/assets/img/demos/digital-agency/signature.png differ diff --git a/resources/assets/img/demos/digital-agency/slides/slide-1-background.jpg b/resources/assets/img/demos/digital-agency/slides/slide-1-background.jpg new file mode 100644 index 0000000..03e1f94 Binary files /dev/null and b/resources/assets/img/demos/digital-agency/slides/slide-1-background.jpg differ diff --git a/resources/assets/img/demos/digital-agency/slides/slide-1-mask.svg b/resources/assets/img/demos/digital-agency/slides/slide-1-mask.svg new file mode 100644 index 0000000..c0ea286 --- /dev/null +++ b/resources/assets/img/demos/digital-agency/slides/slide-1-mask.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/digital-agency/slides/slide-2-background.jpg b/resources/assets/img/demos/digital-agency/slides/slide-2-background.jpg new file mode 100644 index 0000000..d6a8255 Binary files /dev/null and b/resources/assets/img/demos/digital-agency/slides/slide-2-background.jpg differ diff --git a/resources/assets/img/demos/digital-agency/team/team-1.jpg b/resources/assets/img/demos/digital-agency/team/team-1.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/digital-agency/team/team-1.jpg differ diff --git a/resources/assets/img/demos/digital-agency/team/team-2.jpg b/resources/assets/img/demos/digital-agency/team/team-2.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/digital-agency/team/team-2.jpg differ diff --git a/resources/assets/img/demos/digital-agency/team/team-3.jpg b/resources/assets/img/demos/digital-agency/team/team-3.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/digital-agency/team/team-3.jpg differ diff --git a/resources/assets/img/demos/digital-agency/team/team-4.jpg b/resources/assets/img/demos/digital-agency/team/team-4.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/digital-agency/team/team-4.jpg differ diff --git a/resources/assets/img/demos/digital-agency/team/team-5.jpg b/resources/assets/img/demos/digital-agency/team/team-5.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/digital-agency/team/team-5.jpg differ diff --git a/resources/assets/img/demos/education/backgrounds/background-1.jpg b/resources/assets/img/demos/education/backgrounds/background-1.jpg new file mode 100644 index 0000000..90ad856 Binary files /dev/null and b/resources/assets/img/demos/education/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/education/backgrounds/background-2.jpg b/resources/assets/img/demos/education/backgrounds/background-2.jpg new file mode 100644 index 0000000..90ad856 Binary files /dev/null and b/resources/assets/img/demos/education/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/education/backgrounds/page-header.jpg b/resources/assets/img/demos/education/backgrounds/page-header.jpg new file mode 100644 index 0000000..9d81d39 Binary files /dev/null and b/resources/assets/img/demos/education/backgrounds/page-header.jpg differ diff --git a/resources/assets/img/demos/education/blog/blog-1.jpg b/resources/assets/img/demos/education/blog/blog-1.jpg new file mode 100644 index 0000000..28222c7 Binary files /dev/null and b/resources/assets/img/demos/education/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/education/blog/blog-2.jpg b/resources/assets/img/demos/education/blog/blog-2.jpg new file mode 100644 index 0000000..28222c7 Binary files /dev/null and b/resources/assets/img/demos/education/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/education/blog/blog-3.jpg b/resources/assets/img/demos/education/blog/blog-3.jpg new file mode 100644 index 0000000..28222c7 Binary files /dev/null and b/resources/assets/img/demos/education/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/education/courses/course-1.jpg b/resources/assets/img/demos/education/courses/course-1.jpg new file mode 100644 index 0000000..367b7ad Binary files /dev/null and b/resources/assets/img/demos/education/courses/course-1.jpg differ diff --git a/resources/assets/img/demos/education/courses/course-2.jpg b/resources/assets/img/demos/education/courses/course-2.jpg new file mode 100644 index 0000000..367b7ad Binary files /dev/null and b/resources/assets/img/demos/education/courses/course-2.jpg differ diff --git a/resources/assets/img/demos/education/courses/course-3.jpg b/resources/assets/img/demos/education/courses/course-3.jpg new file mode 100644 index 0000000..367b7ad Binary files /dev/null and b/resources/assets/img/demos/education/courses/course-3.jpg differ diff --git a/resources/assets/img/demos/education/courses/course-4.jpg b/resources/assets/img/demos/education/courses/course-4.jpg new file mode 100644 index 0000000..367b7ad Binary files /dev/null and b/resources/assets/img/demos/education/courses/course-4.jpg differ diff --git a/resources/assets/img/demos/education/elements/element-1.svg b/resources/assets/img/demos/education/elements/element-1.svg new file mode 100644 index 0000000..63d33fa --- /dev/null +++ b/resources/assets/img/demos/education/elements/element-1.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/education/generic/generic-1.jpg b/resources/assets/img/demos/education/generic/generic-1.jpg new file mode 100644 index 0000000..310859d Binary files /dev/null and b/resources/assets/img/demos/education/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/education/icons/icon-appointment.svg b/resources/assets/img/demos/education/icons/icon-appointment.svg new file mode 100644 index 0000000..4e48ccd --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-appointment.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/education/icons/icon-badge.svg b/resources/assets/img/demos/education/icons/icon-badge.svg new file mode 100644 index 0000000..d484c93 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/icons/icon-laptop.svg b/resources/assets/img/demos/education/icons/icon-laptop.svg new file mode 100644 index 0000000..a12d6a5 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-laptop.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/education/icons/icon-list.svg b/resources/assets/img/demos/education/icons/icon-list.svg new file mode 100644 index 0000000..78783a7 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/icons/icon-mail.svg b/resources/assets/img/demos/education/icons/icon-mail.svg new file mode 100644 index 0000000..1512d6b --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-mail.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/education/icons/icon-medal.svg b/resources/assets/img/demos/education/icons/icon-medal.svg new file mode 100644 index 0000000..3ca6275 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/icons/icon-phone-call.svg b/resources/assets/img/demos/education/icons/icon-phone-call.svg new file mode 100644 index 0000000..344efde --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-phone-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/icons/icon-pin.svg b/resources/assets/img/demos/education/icons/icon-pin.svg new file mode 100644 index 0000000..ebc8524 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-pin.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/education/icons/icon-review.svg b/resources/assets/img/demos/education/icons/icon-review.svg new file mode 100644 index 0000000..fa110e9 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-review.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/icons/icon-web-search-engine.svg b/resources/assets/img/demos/education/icons/icon-web-search-engine.svg new file mode 100644 index 0000000..ab07cb8 --- /dev/null +++ b/resources/assets/img/demos/education/icons/icon-web-search-engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/education/logo-footer.png b/resources/assets/img/demos/education/logo-footer.png new file mode 100644 index 0000000..1cd2672 Binary files /dev/null and b/resources/assets/img/demos/education/logo-footer.png differ diff --git a/resources/assets/img/demos/education/logo.png b/resources/assets/img/demos/education/logo.png new file mode 100644 index 0000000..67523c0 Binary files /dev/null and b/resources/assets/img/demos/education/logo.png differ diff --git a/resources/assets/img/demos/education/signature.png b/resources/assets/img/demos/education/signature.png new file mode 100644 index 0000000..dd763f6 Binary files /dev/null and b/resources/assets/img/demos/education/signature.png differ diff --git a/resources/assets/img/demos/education/slides/slide-1-1.png b/resources/assets/img/demos/education/slides/slide-1-1.png new file mode 100644 index 0000000..baeca36 Binary files /dev/null and b/resources/assets/img/demos/education/slides/slide-1-1.png differ diff --git a/resources/assets/img/demos/education/slides/slide-1-bg.jpg b/resources/assets/img/demos/education/slides/slide-1-bg.jpg new file mode 100644 index 0000000..9d81d39 Binary files /dev/null and b/resources/assets/img/demos/education/slides/slide-1-bg.jpg differ diff --git a/resources/assets/img/demos/education/slides/slide-2-1.png b/resources/assets/img/demos/education/slides/slide-2-1.png new file mode 100644 index 0000000..baeca36 Binary files /dev/null and b/resources/assets/img/demos/education/slides/slide-2-1.png differ diff --git a/resources/assets/img/demos/education/slides/slide-2-bg.jpg b/resources/assets/img/demos/education/slides/slide-2-bg.jpg new file mode 100644 index 0000000..36ab6a3 Binary files /dev/null and b/resources/assets/img/demos/education/slides/slide-2-bg.jpg differ diff --git a/resources/assets/img/demos/education/team/team-1.jpg b/resources/assets/img/demos/education/team/team-1.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/education/team/team-1.jpg differ diff --git a/resources/assets/img/demos/education/team/team-2.jpg b/resources/assets/img/demos/education/team/team-2.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/education/team/team-2.jpg differ diff --git a/resources/assets/img/demos/education/team/team-3.jpg b/resources/assets/img/demos/education/team/team-3.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/education/team/team-3.jpg differ diff --git a/resources/assets/img/demos/education/team/team-4.jpg b/resources/assets/img/demos/education/team/team-4.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/education/team/team-4.jpg differ diff --git a/resources/assets/img/demos/education/team/team-5.jpg b/resources/assets/img/demos/education/team/team-5.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/education/team/team-5.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-1.jpg b/resources/assets/img/demos/event/backgrounds/bg-1.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-1.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-2.jpg b/resources/assets/img/demos/event/backgrounds/bg-2.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-2.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-3.jpg b/resources/assets/img/demos/event/backgrounds/bg-3.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-3.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-4.jpg b/resources/assets/img/demos/event/backgrounds/bg-4.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-4.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-5.jpg b/resources/assets/img/demos/event/backgrounds/bg-5.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-5.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-6.jpg b/resources/assets/img/demos/event/backgrounds/bg-6.jpg new file mode 100644 index 0000000..08c68f6 Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-6.jpg differ diff --git a/resources/assets/img/demos/event/backgrounds/bg-7.jpg b/resources/assets/img/demos/event/backgrounds/bg-7.jpg new file mode 100644 index 0000000..e98c7ab Binary files /dev/null and b/resources/assets/img/demos/event/backgrounds/bg-7.jpg differ diff --git a/resources/assets/img/demos/event/icons/event-editions.svg b/resources/assets/img/demos/event/icons/event-editions.svg new file mode 100644 index 0000000..b5a55b1 --- /dev/null +++ b/resources/assets/img/demos/event/icons/event-editions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/event/icons/event-visitors.svg b/resources/assets/img/demos/event/icons/event-visitors.svg new file mode 100644 index 0000000..6516a63 --- /dev/null +++ b/resources/assets/img/demos/event/icons/event-visitors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/event/icons/professional-speakers.svg b/resources/assets/img/demos/event/icons/professional-speakers.svg new file mode 100644 index 0000000..92be800 --- /dev/null +++ b/resources/assets/img/demos/event/icons/professional-speakers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/event/icons/successfull-stories.svg b/resources/assets/img/demos/event/icons/successfull-stories.svg new file mode 100644 index 0000000..93450ad --- /dev/null +++ b/resources/assets/img/demos/event/icons/successfull-stories.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/event/logo.png b/resources/assets/img/demos/event/logo.png new file mode 100644 index 0000000..6d1a5be Binary files /dev/null and b/resources/assets/img/demos/event/logo.png differ diff --git a/resources/assets/img/demos/event/slider/slide-1.jpg b/resources/assets/img/demos/event/slider/slide-1.jpg new file mode 100644 index 0000000..218ef5a Binary files /dev/null and b/resources/assets/img/demos/event/slider/slide-1.jpg differ diff --git a/resources/assets/img/demos/event/team/team-1.jpg b/resources/assets/img/demos/event/team/team-1.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-1.jpg differ diff --git a/resources/assets/img/demos/event/team/team-2.jpg b/resources/assets/img/demos/event/team/team-2.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-2.jpg differ diff --git a/resources/assets/img/demos/event/team/team-3.jpg b/resources/assets/img/demos/event/team/team-3.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-3.jpg differ diff --git a/resources/assets/img/demos/event/team/team-4.jpg b/resources/assets/img/demos/event/team/team-4.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-4.jpg differ diff --git a/resources/assets/img/demos/event/team/team-5.jpg b/resources/assets/img/demos/event/team/team-5.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-5.jpg differ diff --git a/resources/assets/img/demos/event/team/team-6.jpg b/resources/assets/img/demos/event/team/team-6.jpg new file mode 100644 index 0000000..f6573ba Binary files /dev/null and b/resources/assets/img/demos/event/team/team-6.jpg differ diff --git a/resources/assets/img/demos/finance/authors/author-1.jpg b/resources/assets/img/demos/finance/authors/author-1.jpg new file mode 100644 index 0000000..4e93aee Binary files /dev/null and b/resources/assets/img/demos/finance/authors/author-1.jpg differ diff --git a/resources/assets/img/demos/finance/authors/author-2.jpg b/resources/assets/img/demos/finance/authors/author-2.jpg new file mode 100644 index 0000000..4e93aee Binary files /dev/null and b/resources/assets/img/demos/finance/authors/author-2.jpg differ diff --git a/resources/assets/img/demos/finance/authors/author-3.jpg b/resources/assets/img/demos/finance/authors/author-3.jpg new file mode 100644 index 0000000..4e93aee Binary files /dev/null and b/resources/assets/img/demos/finance/authors/author-3.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/background-1.jpg b/resources/assets/img/demos/finance/backgrounds/background-1.jpg new file mode 100644 index 0000000..c29c886 Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/background-2.jpg b/resources/assets/img/demos/finance/backgrounds/background-2.jpg new file mode 100644 index 0000000..0764130 Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/background-3.jpg b/resources/assets/img/demos/finance/backgrounds/background-3.jpg new file mode 100644 index 0000000..d3cb8df Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/parallax-1.jpg b/resources/assets/img/demos/finance/backgrounds/parallax-1.jpg new file mode 100644 index 0000000..2d0da2a Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/parallax-1.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/parallax-2.jpg b/resources/assets/img/demos/finance/backgrounds/parallax-2.jpg new file mode 100644 index 0000000..f30879f Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/parallax-2.jpg differ diff --git a/resources/assets/img/demos/finance/backgrounds/parallax-3.jpg b/resources/assets/img/demos/finance/backgrounds/parallax-3.jpg new file mode 100644 index 0000000..a757206 Binary files /dev/null and b/resources/assets/img/demos/finance/backgrounds/parallax-3.jpg differ diff --git a/resources/assets/img/demos/finance/generic/generic-1.jpg b/resources/assets/img/demos/finance/generic/generic-1.jpg new file mode 100644 index 0000000..c2b7881 Binary files /dev/null and b/resources/assets/img/demos/finance/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-1.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-1.svg new file mode 100644 index 0000000..87d2eec --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-2.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-2.svg new file mode 100644 index 0000000..8bc2eab --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-3.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-3.svg new file mode 100644 index 0000000..79bff9f --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-4.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-4.svg new file mode 100644 index 0000000..a98ca76 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-5.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-5.svg new file mode 100644 index 0000000..a9310df --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-6.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-6.svg new file mode 100644 index 0000000..cc6c2fc --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-7.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-7.svg new file mode 100644 index 0000000..94e730f --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-8.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-8.svg new file mode 100644 index 0000000..336e920 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/accounting-auditor-9.svg b/resources/assets/img/demos/finance/icons/accounting-auditor-9.svg new file mode 100644 index 0000000..d004cf3 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/accounting-auditor-9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/arrow-right.svg b/resources/assets/img/demos/finance/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/box.svg b/resources/assets/img/demos/finance/icons/box.svg new file mode 100644 index 0000000..1ea5bbb --- /dev/null +++ b/resources/assets/img/demos/finance/icons/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/email.svg b/resources/assets/img/demos/finance/icons/email.svg new file mode 100644 index 0000000..238c683 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/email.svg @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/map-pin.svg b/resources/assets/img/demos/finance/icons/map-pin.svg new file mode 100644 index 0000000..1615359 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/map-pin.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/resources/assets/img/demos/finance/icons/people.svg b/resources/assets/img/demos/finance/icons/people.svg new file mode 100644 index 0000000..fbc9ff8 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/icons/refresh-cw.svg b/resources/assets/img/demos/finance/icons/refresh-cw.svg new file mode 100644 index 0000000..3b53c10 --- /dev/null +++ b/resources/assets/img/demos/finance/icons/refresh-cw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/finance/logo.png b/resources/assets/img/demos/finance/logo.png new file mode 100644 index 0000000..1e488ca Binary files /dev/null and b/resources/assets/img/demos/finance/logo.png differ diff --git a/resources/assets/img/demos/finance/slides/slide-1.jpg b/resources/assets/img/demos/finance/slides/slide-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/finance/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/finance/slides/slide-2.jpg b/resources/assets/img/demos/finance/slides/slide-2.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/finance/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/finance/team/team-1.jpg b/resources/assets/img/demos/finance/team/team-1.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/finance/team/team-1.jpg differ diff --git a/resources/assets/img/demos/finance/team/team-2.jpg b/resources/assets/img/demos/finance/team/team-2.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/finance/team/team-2.jpg differ diff --git a/resources/assets/img/demos/finance/team/team-3.jpg b/resources/assets/img/demos/finance/team/team-3.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/finance/team/team-3.jpg differ diff --git a/resources/assets/img/demos/finance/team/team-4.jpg b/resources/assets/img/demos/finance/team/team-4.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/finance/team/team-4.jpg differ diff --git a/resources/assets/img/demos/finance/team/team-5.jpg b/resources/assets/img/demos/finance/team/team-5.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/finance/team/team-5.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-1.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-1.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-1.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-2.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-2.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-2.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-3.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-3.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-3.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-4.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-4.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-4.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-5.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-5.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-5.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-carousel-6.jpg b/resources/assets/img/demos/gym/about-us/about-us-carousel-6.jpg new file mode 100644 index 0000000..672559b Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-carousel-6.jpg differ diff --git a/resources/assets/img/demos/gym/about-us/about-us-parallax-1.jpg b/resources/assets/img/demos/gym/about-us/about-us-parallax-1.jpg new file mode 100644 index 0000000..c93d3c0 Binary files /dev/null and b/resources/assets/img/demos/gym/about-us/about-us-parallax-1.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/classes.jpg b/resources/assets/img/demos/gym/carousels/classes.jpg new file mode 100644 index 0000000..3f54808 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/classes.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/facility-2.jpg b/resources/assets/img/demos/gym/carousels/facility-2.jpg new file mode 100644 index 0000000..3b90bc4 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/facility-2.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/facility-3.jpg b/resources/assets/img/demos/gym/carousels/facility-3.jpg new file mode 100644 index 0000000..3b90bc4 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/facility-3.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/facility-4.jpg b/resources/assets/img/demos/gym/carousels/facility-4.jpg new file mode 100644 index 0000000..3b90bc4 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/facility-4.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/facility.jpg b/resources/assets/img/demos/gym/carousels/facility.jpg new file mode 100644 index 0000000..3b90bc4 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/facility.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/instagram.jpg b/resources/assets/img/demos/gym/carousels/instagram.jpg new file mode 100644 index 0000000..c08a820 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/instagram.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/packages.jpg b/resources/assets/img/demos/gym/carousels/packages.jpg new file mode 100644 index 0000000..3f54808 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/packages.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/resources.jpg b/resources/assets/img/demos/gym/carousels/resources.jpg new file mode 100644 index 0000000..ff42d86 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/resources.jpg differ diff --git a/resources/assets/img/demos/gym/carousels/working-hour.jpg b/resources/assets/img/demos/gym/carousels/working-hour.jpg new file mode 100644 index 0000000..ff42d86 Binary files /dev/null and b/resources/assets/img/demos/gym/carousels/working-hour.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-1.jpg b/resources/assets/img/demos/gym/classes/classes-1.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-1.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-2.jpg b/resources/assets/img/demos/gym/classes/classes-2.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-2.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-3.jpg b/resources/assets/img/demos/gym/classes/classes-3.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-3.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-4.jpg b/resources/assets/img/demos/gym/classes/classes-4.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-4.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-5.jpg b/resources/assets/img/demos/gym/classes/classes-5.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-5.jpg differ diff --git a/resources/assets/img/demos/gym/classes/classes-6.jpg b/resources/assets/img/demos/gym/classes/classes-6.jpg new file mode 100644 index 0000000..46600da Binary files /dev/null and b/resources/assets/img/demos/gym/classes/classes-6.jpg differ diff --git a/resources/assets/img/demos/gym/icons/body-building.png b/resources/assets/img/demos/gym/icons/body-building.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/body-building.png differ diff --git a/resources/assets/img/demos/gym/icons/cardio.png b/resources/assets/img/demos/gym/icons/cardio.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/cardio.png differ diff --git a/resources/assets/img/demos/gym/icons/group-fitness-colored.png b/resources/assets/img/demos/gym/icons/group-fitness-colored.png new file mode 100644 index 0000000..718b79a Binary files /dev/null and b/resources/assets/img/demos/gym/icons/group-fitness-colored.png differ diff --git a/resources/assets/img/demos/gym/icons/kick-boxing.png b/resources/assets/img/demos/gym/icons/kick-boxing.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/kick-boxing.png differ diff --git a/resources/assets/img/demos/gym/icons/member-colored.png b/resources/assets/img/demos/gym/icons/member-colored.png new file mode 100644 index 0000000..718b79a Binary files /dev/null and b/resources/assets/img/demos/gym/icons/member-colored.png differ diff --git a/resources/assets/img/demos/gym/icons/physiotherapist.png b/resources/assets/img/demos/gym/icons/physiotherapist.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/physiotherapist.png differ diff --git a/resources/assets/img/demos/gym/icons/running.png b/resources/assets/img/demos/gym/icons/running.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/running.png differ diff --git a/resources/assets/img/demos/gym/icons/timing.png b/resources/assets/img/demos/gym/icons/timing.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/timing.png differ diff --git a/resources/assets/img/demos/gym/icons/trainer-colored.png b/resources/assets/img/demos/gym/icons/trainer-colored.png new file mode 100644 index 0000000..718b79a Binary files /dev/null and b/resources/assets/img/demos/gym/icons/trainer-colored.png differ diff --git a/resources/assets/img/demos/gym/icons/trainer.png b/resources/assets/img/demos/gym/icons/trainer.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/trainer.png differ diff --git a/resources/assets/img/demos/gym/icons/yoga.png b/resources/assets/img/demos/gym/icons/yoga.png new file mode 100644 index 0000000..edfaed0 Binary files /dev/null and b/resources/assets/img/demos/gym/icons/yoga.png differ diff --git a/resources/assets/img/demos/gym/logo.png b/resources/assets/img/demos/gym/logo.png new file mode 100644 index 0000000..c16a71a Binary files /dev/null and b/resources/assets/img/demos/gym/logo.png differ diff --git a/resources/assets/img/demos/gym/map/map-location-image.jpg b/resources/assets/img/demos/gym/map/map-location-image.jpg new file mode 100644 index 0000000..7f0975f Binary files /dev/null and b/resources/assets/img/demos/gym/map/map-location-image.jpg differ diff --git a/resources/assets/img/demos/gym/slides/slide-1.jpg b/resources/assets/img/demos/gym/slides/slide-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/gym/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/gym/slides/slide-2.jpg b/resources/assets/img/demos/gym/slides/slide-2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/gym/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-1.jpg b/resources/assets/img/demos/gym/staff/staff-1.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-1.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-2.jpg b/resources/assets/img/demos/gym/staff/staff-2.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-2.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-3.jpg b/resources/assets/img/demos/gym/staff/staff-3.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-3.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-4.jpg b/resources/assets/img/demos/gym/staff/staff-4.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-4.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-5.jpg b/resources/assets/img/demos/gym/staff/staff-5.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-5.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-6.jpg b/resources/assets/img/demos/gym/staff/staff-6.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-6.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-7.jpg b/resources/assets/img/demos/gym/staff/staff-7.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-7.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-8.jpg b/resources/assets/img/demos/gym/staff/staff-8.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-8.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-detail-1.jpg b/resources/assets/img/demos/gym/staff/staff-detail-1.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-detail-1.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-detail-2.jpg b/resources/assets/img/demos/gym/staff/staff-detail-2.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-detail-2.jpg differ diff --git a/resources/assets/img/demos/gym/staff/staff-detail-3.jpg b/resources/assets/img/demos/gym/staff/staff-detail-3.jpg new file mode 100644 index 0000000..d177a17 Binary files /dev/null and b/resources/assets/img/demos/gym/staff/staff-detail-3.jpg differ diff --git a/resources/assets/img/demos/gym/testimonial/testimonial-woman-1.jpg b/resources/assets/img/demos/gym/testimonial/testimonial-woman-1.jpg new file mode 100644 index 0000000..7691def Binary files /dev/null and b/resources/assets/img/demos/gym/testimonial/testimonial-woman-1.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-1-boxed.jpg b/resources/assets/img/demos/hotel/backgrounds/background-1-boxed.jpg new file mode 100644 index 0000000..85b94dc Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-1-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-1.jpg b/resources/assets/img/demos/hotel/backgrounds/background-1.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-2-boxed.jpg b/resources/assets/img/demos/hotel/backgrounds/background-2-boxed.jpg new file mode 100644 index 0000000..74ad8a6 Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-2-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-2.jpg b/resources/assets/img/demos/hotel/backgrounds/background-2.jpg new file mode 100644 index 0000000..3bb5e8a Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-3-boxed.png b/resources/assets/img/demos/hotel/backgrounds/background-3-boxed.png new file mode 100644 index 0000000..bd976e7 Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-3-boxed.png differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-3.png b/resources/assets/img/demos/hotel/backgrounds/background-3.png new file mode 100644 index 0000000..d16f7ff Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-3.png differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-4-boxed.jpg b/resources/assets/img/demos/hotel/backgrounds/background-4-boxed.jpg new file mode 100644 index 0000000..e974aea Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-4-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-4.jpg b/resources/assets/img/demos/hotel/backgrounds/background-4.jpg new file mode 100644 index 0000000..1bc7317 Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-4.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-5-boxed.jpg b/resources/assets/img/demos/hotel/backgrounds/background-5-boxed.jpg new file mode 100644 index 0000000..e974aea Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-5-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/backgrounds/background-5.jpg b/resources/assets/img/demos/hotel/backgrounds/background-5.jpg new file mode 100644 index 0000000..1bc7317 Binary files /dev/null and b/resources/assets/img/demos/hotel/backgrounds/background-5.jpg differ diff --git a/resources/assets/img/demos/hotel/banners/banner-1.jpg b/resources/assets/img/demos/hotel/banners/banner-1.jpg new file mode 100644 index 0000000..3aad146 Binary files /dev/null and b/resources/assets/img/demos/hotel/banners/banner-1.jpg differ diff --git a/resources/assets/img/demos/hotel/blog/blog-1.jpg b/resources/assets/img/demos/hotel/blog/blog-1.jpg new file mode 100644 index 0000000..edc66dd Binary files /dev/null and b/resources/assets/img/demos/hotel/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/hotel/blog/blog-2.jpg b/resources/assets/img/demos/hotel/blog/blog-2.jpg new file mode 100644 index 0000000..edc66dd Binary files /dev/null and b/resources/assets/img/demos/hotel/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/hotel/blog/blog-3.jpg b/resources/assets/img/demos/hotel/blog/blog-3.jpg new file mode 100644 index 0000000..edc66dd Binary files /dev/null and b/resources/assets/img/demos/hotel/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/hotel/gallery/gallery-1.jpg b/resources/assets/img/demos/hotel/gallery/gallery-1.jpg new file mode 100644 index 0000000..510b1c4 Binary files /dev/null and b/resources/assets/img/demos/hotel/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/hotel/gallery/gallery-2.jpg b/resources/assets/img/demos/hotel/gallery/gallery-2.jpg new file mode 100644 index 0000000..510b1c4 Binary files /dev/null and b/resources/assets/img/demos/hotel/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/hotel/icons/tripadvisor.svg b/resources/assets/img/demos/hotel/icons/tripadvisor.svg new file mode 100644 index 0000000..8a31f7b --- /dev/null +++ b/resources/assets/img/demos/hotel/icons/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/hotel/logo-footer.png b/resources/assets/img/demos/hotel/logo-footer.png new file mode 100644 index 0000000..eaeacca Binary files /dev/null and b/resources/assets/img/demos/hotel/logo-footer.png differ diff --git a/resources/assets/img/demos/hotel/logo.png b/resources/assets/img/demos/hotel/logo.png new file mode 100644 index 0000000..43baedf Binary files /dev/null and b/resources/assets/img/demos/hotel/logo.png differ diff --git a/resources/assets/img/demos/hotel/patterns/pattern.jpg b/resources/assets/img/demos/hotel/patterns/pattern.jpg new file mode 100644 index 0000000..b96d4bb Binary files /dev/null and b/resources/assets/img/demos/hotel/patterns/pattern.jpg differ diff --git a/resources/assets/img/demos/hotel/rooms/room-1.jpg b/resources/assets/img/demos/hotel/rooms/room-1.jpg new file mode 100644 index 0000000..f37f64e Binary files /dev/null and b/resources/assets/img/demos/hotel/rooms/room-1.jpg differ diff --git a/resources/assets/img/demos/hotel/rooms/room-2.jpg b/resources/assets/img/demos/hotel/rooms/room-2.jpg new file mode 100644 index 0000000..f37f64e Binary files /dev/null and b/resources/assets/img/demos/hotel/rooms/room-2.jpg differ diff --git a/resources/assets/img/demos/hotel/rooms/room-3.jpg b/resources/assets/img/demos/hotel/rooms/room-3.jpg new file mode 100644 index 0000000..f37f64e Binary files /dev/null and b/resources/assets/img/demos/hotel/rooms/room-3.jpg differ diff --git a/resources/assets/img/demos/hotel/slides/slide-hotel-1-boxed.jpg b/resources/assets/img/demos/hotel/slides/slide-hotel-1-boxed.jpg new file mode 100644 index 0000000..e974aea Binary files /dev/null and b/resources/assets/img/demos/hotel/slides/slide-hotel-1-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/slides/slide-hotel-1.jpg b/resources/assets/img/demos/hotel/slides/slide-hotel-1.jpg new file mode 100644 index 0000000..1bc7317 Binary files /dev/null and b/resources/assets/img/demos/hotel/slides/slide-hotel-1.jpg differ diff --git a/resources/assets/img/demos/hotel/slides/slide-hotel-2-boxed.jpg b/resources/assets/img/demos/hotel/slides/slide-hotel-2-boxed.jpg new file mode 100644 index 0000000..e974aea Binary files /dev/null and b/resources/assets/img/demos/hotel/slides/slide-hotel-2-boxed.jpg differ diff --git a/resources/assets/img/demos/hotel/slides/slide-hotel-2.jpg b/resources/assets/img/demos/hotel/slides/slide-hotel-2.jpg new file mode 100644 index 0000000..1bc7317 Binary files /dev/null and b/resources/assets/img/demos/hotel/slides/slide-hotel-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/backgrounds/background-1.jpg b/resources/assets/img/demos/industry-factory/backgrounds/background-1.jpg new file mode 100644 index 0000000..474e82d Binary files /dev/null and b/resources/assets/img/demos/industry-factory/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/backgrounds/background-2.jpg b/resources/assets/img/demos/industry-factory/backgrounds/background-2.jpg new file mode 100644 index 0000000..10eec1a Binary files /dev/null and b/resources/assets/img/demos/industry-factory/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/blog/blog-1.jpg b/resources/assets/img/demos/industry-factory/blog/blog-1.jpg new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/industry-factory/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/blog/blog-2.jpg b/resources/assets/img/demos/industry-factory/blog/blog-2.jpg new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/industry-factory/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/categories/category-1.jpg b/resources/assets/img/demos/industry-factory/categories/category-1.jpg new file mode 100644 index 0000000..b0327d2 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/categories/category-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/categories/category-2.jpg b/resources/assets/img/demos/industry-factory/categories/category-2.jpg new file mode 100644 index 0000000..b0327d2 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/categories/category-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/categories/category-3.jpg b/resources/assets/img/demos/industry-factory/categories/category-3.jpg new file mode 100644 index 0000000..b0327d2 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/categories/category-3.jpg differ diff --git a/resources/assets/img/demos/industry-factory/categories/category-4.jpg b/resources/assets/img/demos/industry-factory/categories/category-4.jpg new file mode 100644 index 0000000..b0327d2 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/categories/category-4.jpg differ diff --git a/resources/assets/img/demos/industry-factory/generic/generic-1.jpg b/resources/assets/img/demos/industry-factory/generic/generic-1.jpg new file mode 100644 index 0000000..95adc6e Binary files /dev/null and b/resources/assets/img/demos/industry-factory/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/generic/generic-2.jpg b/resources/assets/img/demos/industry-factory/generic/generic-2.jpg new file mode 100644 index 0000000..95adc6e Binary files /dev/null and b/resources/assets/img/demos/industry-factory/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/generic/generic-3.jpg b/resources/assets/img/demos/industry-factory/generic/generic-3.jpg new file mode 100644 index 0000000..95adc6e Binary files /dev/null and b/resources/assets/img/demos/industry-factory/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/industry-factory/generic/generic-4.jpg b/resources/assets/img/demos/industry-factory/generic/generic-4.jpg new file mode 100644 index 0000000..95adc6e Binary files /dev/null and b/resources/assets/img/demos/industry-factory/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/industry-factory/hero-1.jpg b/resources/assets/img/demos/industry-factory/hero-1.jpg new file mode 100644 index 0000000..236d50e Binary files /dev/null and b/resources/assets/img/demos/industry-factory/hero-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/hero-2.jpg b/resources/assets/img/demos/industry-factory/hero-2.jpg new file mode 100644 index 0000000..882a5d9 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/hero-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/icons/icon-automotive.png b/resources/assets/img/demos/industry-factory/icons/icon-automotive.png new file mode 100644 index 0000000..bef44aa Binary files /dev/null and b/resources/assets/img/demos/industry-factory/icons/icon-automotive.png differ diff --git a/resources/assets/img/demos/industry-factory/icons/icon-electrical-tower.png b/resources/assets/img/demos/industry-factory/icons/icon-electrical-tower.png new file mode 100644 index 0000000..02a0957 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/icons/icon-electrical-tower.png differ diff --git a/resources/assets/img/demos/industry-factory/icons/icon-location.svg b/resources/assets/img/demos/industry-factory/icons/icon-location.svg new file mode 100644 index 0000000..1e866e6 --- /dev/null +++ b/resources/assets/img/demos/industry-factory/icons/icon-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/industry-factory/icons/icon-mail.svg b/resources/assets/img/demos/industry-factory/icons/icon-mail.svg new file mode 100644 index 0000000..a096058 --- /dev/null +++ b/resources/assets/img/demos/industry-factory/icons/icon-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/industry-factory/icons/icon-oil.png b/resources/assets/img/demos/industry-factory/icons/icon-oil.png new file mode 100644 index 0000000..ce06824 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/icons/icon-oil.png differ diff --git a/resources/assets/img/demos/industry-factory/icons/icon-phone.svg b/resources/assets/img/demos/industry-factory/icons/icon-phone.svg new file mode 100644 index 0000000..3bc65c1 --- /dev/null +++ b/resources/assets/img/demos/industry-factory/icons/icon-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/industry-factory/icons/icon-solar-energy.png b/resources/assets/img/demos/industry-factory/icons/icon-solar-energy.png new file mode 100644 index 0000000..5c86817 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/icons/icon-solar-energy.png differ diff --git a/resources/assets/img/demos/industry-factory/logo-light.png b/resources/assets/img/demos/industry-factory/logo-light.png new file mode 100644 index 0000000..05dfd0d Binary files /dev/null and b/resources/assets/img/demos/industry-factory/logo-light.png differ diff --git a/resources/assets/img/demos/industry-factory/logo.png b/resources/assets/img/demos/industry-factory/logo.png new file mode 100644 index 0000000..d00481c Binary files /dev/null and b/resources/assets/img/demos/industry-factory/logo.png differ diff --git a/resources/assets/img/demos/industry-factory/products/product-1.jpg b/resources/assets/img/demos/industry-factory/products/product-1.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/products/product-2.jpg b/resources/assets/img/demos/industry-factory/products/product-2.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-2.jpg differ diff --git a/resources/assets/img/demos/industry-factory/products/product-3.jpg b/resources/assets/img/demos/industry-factory/products/product-3.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-3.jpg differ diff --git a/resources/assets/img/demos/industry-factory/products/product-4.jpg b/resources/assets/img/demos/industry-factory/products/product-4.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-4.jpg differ diff --git a/resources/assets/img/demos/industry-factory/products/product-5.jpg b/resources/assets/img/demos/industry-factory/products/product-5.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-5.jpg differ diff --git a/resources/assets/img/demos/industry-factory/products/product-6.jpg b/resources/assets/img/demos/industry-factory/products/product-6.jpg new file mode 100644 index 0000000..9aa4d6b Binary files /dev/null and b/resources/assets/img/demos/industry-factory/products/product-6.jpg differ diff --git a/resources/assets/img/demos/industry-factory/testimonials/author-1.jpg b/resources/assets/img/demos/industry-factory/testimonials/author-1.jpg new file mode 100644 index 0000000..7163a58 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/testimonials/author-1.jpg differ diff --git a/resources/assets/img/demos/industry-factory/testimonials/author-2.jpg b/resources/assets/img/demos/industry-factory/testimonials/author-2.jpg new file mode 100644 index 0000000..7163a58 Binary files /dev/null and b/resources/assets/img/demos/industry-factory/testimonials/author-2.jpg differ diff --git a/resources/assets/img/demos/insurance/backgrounds/background-1.jpg b/resources/assets/img/demos/insurance/backgrounds/background-1.jpg new file mode 100644 index 0000000..3d61a7d Binary files /dev/null and b/resources/assets/img/demos/insurance/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/insurance/backgrounds/background-2.jpg b/resources/assets/img/demos/insurance/backgrounds/background-2.jpg new file mode 100644 index 0000000..c497c7b Binary files /dev/null and b/resources/assets/img/demos/insurance/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/insurance/backgrounds/background-3.jpg b/resources/assets/img/demos/insurance/backgrounds/background-3.jpg new file mode 100644 index 0000000..6db5da1 Binary files /dev/null and b/resources/assets/img/demos/insurance/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/insurance/blog/post-thumb-1.jpg b/resources/assets/img/demos/insurance/blog/post-thumb-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/insurance/blog/post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/insurance/blog/post-thumb-2.jpg b/resources/assets/img/demos/insurance/blog/post-thumb-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/insurance/blog/post-thumb-2.jpg differ diff --git a/resources/assets/img/demos/insurance/blog/post-thumb-3.jpg b/resources/assets/img/demos/insurance/blog/post-thumb-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/insurance/blog/post-thumb-3.jpg differ diff --git a/resources/assets/img/demos/insurance/generic/generic-1.jpg b/resources/assets/img/demos/insurance/generic/generic-1.jpg new file mode 100644 index 0000000..19e9b5f Binary files /dev/null and b/resources/assets/img/demos/insurance/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/insurance/generic/generic-2.jpg b/resources/assets/img/demos/insurance/generic/generic-2.jpg new file mode 100644 index 0000000..536002e Binary files /dev/null and b/resources/assets/img/demos/insurance/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/insurance/generic/generic-3.png b/resources/assets/img/demos/insurance/generic/generic-3.png new file mode 100644 index 0000000..04bdc2e Binary files /dev/null and b/resources/assets/img/demos/insurance/generic/generic-3.png differ diff --git a/resources/assets/img/demos/insurance/generic/lines-1.svg b/resources/assets/img/demos/insurance/generic/lines-1.svg new file mode 100644 index 0000000..16408c5 --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-1.svg @@ -0,0 +1,34 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/generic/lines-2.svg b/resources/assets/img/demos/insurance/generic/lines-2.svg new file mode 100644 index 0000000..98cb19d --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-2.svg @@ -0,0 +1,35 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/generic/lines-3.svg b/resources/assets/img/demos/insurance/generic/lines-3.svg new file mode 100644 index 0000000..ea6862f --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-3.svg @@ -0,0 +1,27 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/generic/lines-4.svg b/resources/assets/img/demos/insurance/generic/lines-4.svg new file mode 100644 index 0000000..dbe5fec --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-4.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/generic/lines-5.svg b/resources/assets/img/demos/insurance/generic/lines-5.svg new file mode 100644 index 0000000..cc821c5 --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-5.svg @@ -0,0 +1,25 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/generic/lines-6.svg b/resources/assets/img/demos/insurance/generic/lines-6.svg new file mode 100644 index 0000000..2c777ea --- /dev/null +++ b/resources/assets/img/demos/insurance/generic/lines-6.svg @@ -0,0 +1,32 @@ + + + + + + + diff --git a/resources/assets/img/demos/insurance/icons/alloy-wheel.svg b/resources/assets/img/demos/insurance/icons/alloy-wheel.svg new file mode 100644 index 0000000..df37d74 --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/alloy-wheel.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/insurance/icons/arrow-right.svg b/resources/assets/img/demos/insurance/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/icons/casa.svg b/resources/assets/img/demos/insurance/icons/casa.svg new file mode 100644 index 0000000..f5a59b7 --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/casa.svg @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/resources/assets/img/demos/insurance/icons/hearts.svg b/resources/assets/img/demos/insurance/icons/hearts.svg new file mode 100644 index 0000000..ea99f8e --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/hearts.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/icons/money-suitcase.svg b/resources/assets/img/demos/insurance/icons/money-suitcase.svg new file mode 100644 index 0000000..edcfb1a --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/money-suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/icons/mouse-dollar.svg b/resources/assets/img/demos/insurance/icons/mouse-dollar.svg new file mode 100644 index 0000000..a9b76cc --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/mouse-dollar.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/icons/rounded-dollar.svg b/resources/assets/img/demos/insurance/icons/rounded-dollar.svg new file mode 100644 index 0000000..73c10ce --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/rounded-dollar.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/icons/travel-case.svg b/resources/assets/img/demos/insurance/icons/travel-case.svg new file mode 100644 index 0000000..e589a76 --- /dev/null +++ b/resources/assets/img/demos/insurance/icons/travel-case.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/insurance/logo.png b/resources/assets/img/demos/insurance/logo.png new file mode 100644 index 0000000..1247c8a Binary files /dev/null and b/resources/assets/img/demos/insurance/logo.png differ diff --git a/resources/assets/img/demos/it-services/about-us/generic-1.jpg b/resources/assets/img/demos/it-services/about-us/generic-1.jpg new file mode 100644 index 0000000..64559c2 Binary files /dev/null and b/resources/assets/img/demos/it-services/about-us/generic-1.jpg differ diff --git a/resources/assets/img/demos/it-services/about-us/generic-2.jpg b/resources/assets/img/demos/it-services/about-us/generic-2.jpg new file mode 100644 index 0000000..ab8989a Binary files /dev/null and b/resources/assets/img/demos/it-services/about-us/generic-2.jpg differ diff --git a/resources/assets/img/demos/it-services/about-us/generic-3.jpg b/resources/assets/img/demos/it-services/about-us/generic-3.jpg new file mode 100644 index 0000000..ab8989a Binary files /dev/null and b/resources/assets/img/demos/it-services/about-us/generic-3.jpg differ diff --git a/resources/assets/img/demos/it-services/about-us/generic-4.jpg b/resources/assets/img/demos/it-services/about-us/generic-4.jpg new file mode 100644 index 0000000..ab8989a Binary files /dev/null and b/resources/assets/img/demos/it-services/about-us/generic-4.jpg differ diff --git a/resources/assets/img/demos/it-services/backgrounds/background-1.jpg b/resources/assets/img/demos/it-services/backgrounds/background-1.jpg new file mode 100644 index 0000000..34745b2 Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/it-services/backgrounds/bg-full.jpg b/resources/assets/img/demos/it-services/backgrounds/bg-full.jpg new file mode 100644 index 0000000..34745b2 Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/bg-full.jpg differ diff --git a/resources/assets/img/demos/it-services/backgrounds/dots-background-1.png b/resources/assets/img/demos/it-services/backgrounds/dots-background-1.png new file mode 100644 index 0000000..ae6b6c9 Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/dots-background-1.png differ diff --git a/resources/assets/img/demos/it-services/backgrounds/dots-background-2.png b/resources/assets/img/demos/it-services/backgrounds/dots-background-2.png new file mode 100644 index 0000000..d0c22a9 Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/dots-background-2.png differ diff --git a/resources/assets/img/demos/it-services/backgrounds/dots-background-3.png b/resources/assets/img/demos/it-services/backgrounds/dots-background-3.png new file mode 100644 index 0000000..877bac6 Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/dots-background-3.png differ diff --git a/resources/assets/img/demos/it-services/backgrounds/dots-background-4.png b/resources/assets/img/demos/it-services/backgrounds/dots-background-4.png new file mode 100644 index 0000000..ca477ec Binary files /dev/null and b/resources/assets/img/demos/it-services/backgrounds/dots-background-4.png differ diff --git a/resources/assets/img/demos/it-services/blog/blog-post-1.jpg b/resources/assets/img/demos/it-services/blog/blog-post-1.jpg new file mode 100644 index 0000000..9cddfea Binary files /dev/null and b/resources/assets/img/demos/it-services/blog/blog-post-1.jpg differ diff --git a/resources/assets/img/demos/it-services/blog/blog-post-thumb-1.jpg b/resources/assets/img/demos/it-services/blog/blog-post-thumb-1.jpg new file mode 100644 index 0000000..dbe9418 Binary files /dev/null and b/resources/assets/img/demos/it-services/blog/blog-post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/it-services/blog/blog-post-thumb-2.jpg b/resources/assets/img/demos/it-services/blog/blog-post-thumb-2.jpg new file mode 100644 index 0000000..3959b77 Binary files /dev/null and b/resources/assets/img/demos/it-services/blog/blog-post-thumb-2.jpg differ diff --git a/resources/assets/img/demos/it-services/blog/blog-post-thumb-3.jpg b/resources/assets/img/demos/it-services/blog/blog-post-thumb-3.jpg new file mode 100644 index 0000000..dbe9418 Binary files /dev/null and b/resources/assets/img/demos/it-services/blog/blog-post-thumb-3.jpg differ diff --git a/resources/assets/img/demos/it-services/careers/generic-1.jpg b/resources/assets/img/demos/it-services/careers/generic-1.jpg new file mode 100644 index 0000000..7a919bc Binary files /dev/null and b/resources/assets/img/demos/it-services/careers/generic-1.jpg differ diff --git a/resources/assets/img/demos/it-services/careers/generic-2.jpg b/resources/assets/img/demos/it-services/careers/generic-2.jpg new file mode 100644 index 0000000..7a919bc Binary files /dev/null and b/resources/assets/img/demos/it-services/careers/generic-2.jpg differ diff --git a/resources/assets/img/demos/it-services/careers/puzzle-1.png b/resources/assets/img/demos/it-services/careers/puzzle-1.png new file mode 100644 index 0000000..612cd7b Binary files /dev/null and b/resources/assets/img/demos/it-services/careers/puzzle-1.png differ diff --git a/resources/assets/img/demos/it-services/careers/puzzle-2.png b/resources/assets/img/demos/it-services/careers/puzzle-2.png new file mode 100644 index 0000000..ffb858d Binary files /dev/null and b/resources/assets/img/demos/it-services/careers/puzzle-2.png differ diff --git a/resources/assets/img/demos/it-services/generic/generic-1.jpg b/resources/assets/img/demos/it-services/generic/generic-1.jpg new file mode 100644 index 0000000..23d5cdd Binary files /dev/null and b/resources/assets/img/demos/it-services/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/it-services/generic/generic-2.jpg b/resources/assets/img/demos/it-services/generic/generic-2.jpg new file mode 100644 index 0000000..23d5cdd Binary files /dev/null and b/resources/assets/img/demos/it-services/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/it-services/generic/generic-3.jpg b/resources/assets/img/demos/it-services/generic/generic-3.jpg new file mode 100644 index 0000000..0b35f97 Binary files /dev/null and b/resources/assets/img/demos/it-services/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/it-services/generic/generic-4.jpg b/resources/assets/img/demos/it-services/generic/generic-4.jpg new file mode 100644 index 0000000..80a5176 Binary files /dev/null and b/resources/assets/img/demos/it-services/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/it-services/generic/generic-5.jpg b/resources/assets/img/demos/it-services/generic/generic-5.jpg new file mode 100644 index 0000000..80a5176 Binary files /dev/null and b/resources/assets/img/demos/it-services/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/it-services/icons/backup-data-server.svg b/resources/assets/img/demos/it-services/icons/backup-data-server.svg new file mode 100644 index 0000000..aa508be --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/backup-data-server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/icons/building.svg b/resources/assets/img/demos/it-services/icons/building.svg new file mode 100644 index 0000000..542643c --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/icons/floppy-disk-memory.svg b/resources/assets/img/demos/it-services/icons/floppy-disk-memory.svg new file mode 100644 index 0000000..d0fa0ae --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/floppy-disk-memory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/icons/network-database.svg b/resources/assets/img/demos/it-services/icons/network-database.svg new file mode 100644 index 0000000..b8fe729 --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/network-database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/icons/password-lock-secure.svg b/resources/assets/img/demos/it-services/icons/password-lock-secure.svg new file mode 100644 index 0000000..bc8adb7 --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/password-lock-secure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/icons/remove-monitor-access.svg b/resources/assets/img/demos/it-services/icons/remove-monitor-access.svg new file mode 100644 index 0000000..9f1dd97 --- /dev/null +++ b/resources/assets/img/demos/it-services/icons/remove-monitor-access.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/it-services/logo-light.png b/resources/assets/img/demos/it-services/logo-light.png new file mode 100644 index 0000000..02a74e6 Binary files /dev/null and b/resources/assets/img/demos/it-services/logo-light.png differ diff --git a/resources/assets/img/demos/it-services/logo.png b/resources/assets/img/demos/it-services/logo.png new file mode 100644 index 0000000..cc60119 Binary files /dev/null and b/resources/assets/img/demos/it-services/logo.png differ diff --git a/resources/assets/img/demos/it-services/puzzle-and-dots.png b/resources/assets/img/demos/it-services/puzzle-and-dots.png new file mode 100644 index 0000000..52265db Binary files /dev/null and b/resources/assets/img/demos/it-services/puzzle-and-dots.png differ diff --git a/resources/assets/img/demos/it-services/puzzle.png b/resources/assets/img/demos/it-services/puzzle.png new file mode 100644 index 0000000..5a34b46 Binary files /dev/null and b/resources/assets/img/demos/it-services/puzzle.png differ diff --git a/resources/assets/img/demos/law-firm-2/backgrounds/background-1.jpg b/resources/assets/img/demos/law-firm-2/backgrounds/background-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/backgrounds/background-2.jpg b/resources/assets/img/demos/law-firm-2/backgrounds/background-2.jpg new file mode 100644 index 0000000..230fbb6 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/backgrounds/background-3.jpg b/resources/assets/img/demos/law-firm-2/backgrounds/background-3.jpg new file mode 100644 index 0000000..36ce7a1 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/backgrounds/background-4.jpg b/resources/assets/img/demos/law-firm-2/backgrounds/background-4.jpg new file mode 100644 index 0000000..9f717cd Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/backgrounds/background-4.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/backgrounds/background-5.jpg b/resources/assets/img/demos/law-firm-2/backgrounds/background-5.jpg new file mode 100644 index 0000000..6acc9a6 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/backgrounds/background-5.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/blog/blog-1.jpg b/resources/assets/img/demos/law-firm-2/blog/blog-1.jpg new file mode 100644 index 0000000..912680a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/blog/blog-2.jpg b/resources/assets/img/demos/law-firm-2/blog/blog-2.jpg new file mode 100644 index 0000000..912680a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/cases/case-1-big.jpg b/resources/assets/img/demos/law-firm-2/cases/case-1-big.jpg new file mode 100644 index 0000000..a650ddb Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/cases/case-1-big.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/cases/case-1.jpg b/resources/assets/img/demos/law-firm-2/cases/case-1.jpg new file mode 100644 index 0000000..f633c7a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/cases/case-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/cases/case-2.jpg b/resources/assets/img/demos/law-firm-2/cases/case-2.jpg new file mode 100644 index 0000000..f633c7a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/cases/case-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/cases/case-3.jpg b/resources/assets/img/demos/law-firm-2/cases/case-3.jpg new file mode 100644 index 0000000..f633c7a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/cases/case-3.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/cases/case-4.jpg b/resources/assets/img/demos/law-firm-2/cases/case-4.jpg new file mode 100644 index 0000000..f633c7a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/cases/case-4.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-1.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-1.jpg new file mode 100644 index 0000000..036f84a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-2-wide.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-2-wide.jpg new file mode 100644 index 0000000..4ec4a0a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-2-wide.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-2.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-2.jpg new file mode 100644 index 0000000..f412f1a Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-3.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-3.jpg new file mode 100644 index 0000000..835e125 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-4-portrait.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-4-portrait.jpg new file mode 100644 index 0000000..156b791 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-4-portrait.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/generic/generic-4.jpg b/resources/assets/img/demos/law-firm-2/generic/generic-4.jpg new file mode 100644 index 0000000..2241c6d Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-car-accident.svg b/resources/assets/img/demos/law-firm-2/icons/icon-car-accident.svg new file mode 100644 index 0000000..d86f5a3 --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-car-accident.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-court.svg b/resources/assets/img/demos/law-firm-2/icons/icon-court.svg new file mode 100644 index 0000000..e805c9e --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-court.svg @@ -0,0 +1,17 @@ + + + + diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-exchange.svg b/resources/assets/img/demos/law-firm-2/icons/icon-exchange.svg new file mode 100644 index 0000000..ee1260f --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-exchange.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-group.svg b/resources/assets/img/demos/law-firm-2/icons/icon-group.svg new file mode 100644 index 0000000..37445da --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-group.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-heart-hands.svg b/resources/assets/img/demos/law-firm-2/icons/icon-heart-hands.svg new file mode 100644 index 0000000..e955ced --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-heart-hands.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm-2/icons/icon-magnific-dollar.svg b/resources/assets/img/demos/law-firm-2/icons/icon-magnific-dollar.svg new file mode 100644 index 0000000..fa358b0 --- /dev/null +++ b/resources/assets/img/demos/law-firm-2/icons/icon-magnific-dollar.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm-2/logo-light.png b/resources/assets/img/demos/law-firm-2/logo-light.png new file mode 100644 index 0000000..4a7cb78 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/logo-light.png differ diff --git a/resources/assets/img/demos/law-firm-2/logo.png b/resources/assets/img/demos/law-firm-2/logo.png new file mode 100644 index 0000000..4e7f2fc Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/logo.png differ diff --git a/resources/assets/img/demos/law-firm-2/signature.png b/resources/assets/img/demos/law-firm-2/signature.png new file mode 100644 index 0000000..dd763f6 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/signature.png differ diff --git a/resources/assets/img/demos/law-firm-2/slides/slide-1.jpg b/resources/assets/img/demos/law-firm-2/slides/slide-1.jpg new file mode 100644 index 0000000..92d021b Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/slides/slide-2.jpg b/resources/assets/img/demos/law-firm-2/slides/slide-2.jpg new file mode 100644 index 0000000..92d021b Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/team/team-1.jpg b/resources/assets/img/demos/law-firm-2/team/team-1.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/team/team-1.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/team/team-2.jpg b/resources/assets/img/demos/law-firm-2/team/team-2.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/team/team-2.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/team/team-3.jpg b/resources/assets/img/demos/law-firm-2/team/team-3.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/team/team-3.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/team/team-4.jpg b/resources/assets/img/demos/law-firm-2/team/team-4.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/team/team-4.jpg differ diff --git a/resources/assets/img/demos/law-firm-2/team/team-5.jpg b/resources/assets/img/demos/law-firm-2/team/team-5.jpg new file mode 100644 index 0000000..b4b4413 Binary files /dev/null and b/resources/assets/img/demos/law-firm-2/team/team-5.jpg differ diff --git a/resources/assets/img/demos/law-firm/backgrounds/background-1.jpg b/resources/assets/img/demos/law-firm/backgrounds/background-1.jpg new file mode 100644 index 0000000..0ea3368 Binary files /dev/null and b/resources/assets/img/demos/law-firm/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/law-firm/backgrounds/background-2.jpg b/resources/assets/img/demos/law-firm/backgrounds/background-2.jpg new file mode 100644 index 0000000..08f61c5 Binary files /dev/null and b/resources/assets/img/demos/law-firm/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/law-firm/backgrounds/background-3.jpg b/resources/assets/img/demos/law-firm/backgrounds/background-3.jpg new file mode 100644 index 0000000..218ef5a Binary files /dev/null and b/resources/assets/img/demos/law-firm/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/law-firm/backgrounds/background-4.jpg b/resources/assets/img/demos/law-firm/backgrounds/background-4.jpg new file mode 100644 index 0000000..5800647 Binary files /dev/null and b/resources/assets/img/demos/law-firm/backgrounds/background-4.jpg differ diff --git a/resources/assets/img/demos/law-firm/blog/blog-1.jpg b/resources/assets/img/demos/law-firm/blog/blog-1.jpg new file mode 100644 index 0000000..912680a Binary files /dev/null and b/resources/assets/img/demos/law-firm/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/law-firm/blog/blog-2.jpg b/resources/assets/img/demos/law-firm/blog/blog-2.jpg new file mode 100644 index 0000000..912680a Binary files /dev/null and b/resources/assets/img/demos/law-firm/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/law-firm/blog/blog-thumb-1.jpg b/resources/assets/img/demos/law-firm/blog/blog-thumb-1.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/law-firm/blog/blog-thumb-1.jpg differ diff --git a/resources/assets/img/demos/law-firm/blog/blog-thumb-2.jpg b/resources/assets/img/demos/law-firm/blog/blog-thumb-2.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/law-firm/blog/blog-thumb-2.jpg differ diff --git a/resources/assets/img/demos/law-firm/generic/generic-1.jpg b/resources/assets/img/demos/law-firm/generic/generic-1.jpg new file mode 100644 index 0000000..952e03d Binary files /dev/null and b/resources/assets/img/demos/law-firm/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/law-firm/icons/accident-law.svg b/resources/assets/img/demos/law-firm/icons/accident-law.svg new file mode 100644 index 0000000..a20f9ef --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/accident-law.svg @@ -0,0 +1 @@ +accident-law \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/arrow-right.svg b/resources/assets/img/demos/law-firm/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/business-law.svg b/resources/assets/img/demos/law-firm/icons/business-law.svg new file mode 100644 index 0000000..34bd878 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/business-law.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/business-years.svg b/resources/assets/img/demos/law-firm/icons/business-years.svg new file mode 100644 index 0000000..b5a55b1 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/business-years.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/capital-law.svg b/resources/assets/img/demos/law-firm/icons/capital-law.svg new file mode 100644 index 0000000..5a4b6ee --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/capital-law.svg @@ -0,0 +1 @@ +capital-law \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/comment.svg b/resources/assets/img/demos/law-firm/icons/comment.svg new file mode 100644 index 0000000..0abc6d7 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/criminal-law.svg b/resources/assets/img/demos/law-firm/icons/criminal-law.svg new file mode 100644 index 0000000..1b53b8f --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/criminal-law.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/law-firm/icons/divorce-law.svg b/resources/assets/img/demos/law-firm/icons/divorce-law.svg new file mode 100644 index 0000000..994e7e3 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/divorce-law.svg @@ -0,0 +1 @@ +divorce-law \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/envelope.svg b/resources/assets/img/demos/law-firm/icons/envelope.svg new file mode 100644 index 0000000..3b6707b --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/health-law.svg b/resources/assets/img/demos/law-firm/icons/health-law.svg new file mode 100644 index 0000000..a2f3aae --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/health-law.svg @@ -0,0 +1 @@ +health-law \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/phone.svg b/resources/assets/img/demos/law-firm/icons/phone.svg new file mode 100644 index 0000000..bfd4c7d --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/professional-attorneys.svg b/resources/assets/img/demos/law-firm/icons/professional-attorneys.svg new file mode 100644 index 0000000..92be800 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/professional-attorneys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/satisfied-clients.svg b/resources/assets/img/demos/law-firm/icons/satisfied-clients.svg new file mode 100644 index 0000000..6516a63 --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/satisfied-clients.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/icons/successfull-cases.svg b/resources/assets/img/demos/law-firm/icons/successfull-cases.svg new file mode 100644 index 0000000..93450ad --- /dev/null +++ b/resources/assets/img/demos/law-firm/icons/successfull-cases.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/law-firm/logo-footer.png b/resources/assets/img/demos/law-firm/logo-footer.png new file mode 100644 index 0000000..fc76561 Binary files /dev/null and b/resources/assets/img/demos/law-firm/logo-footer.png differ diff --git a/resources/assets/img/demos/law-firm/logo.png b/resources/assets/img/demos/law-firm/logo.png new file mode 100644 index 0000000..2f1eae9 Binary files /dev/null and b/resources/assets/img/demos/law-firm/logo.png differ diff --git a/resources/assets/img/demos/law-firm/signature.png b/resources/assets/img/demos/law-firm/signature.png new file mode 100644 index 0000000..dd763f6 Binary files /dev/null and b/resources/assets/img/demos/law-firm/signature.png differ diff --git a/resources/assets/img/demos/law-firm/slides/slide-1-1.png b/resources/assets/img/demos/law-firm/slides/slide-1-1.png new file mode 100644 index 0000000..7243747 Binary files /dev/null and b/resources/assets/img/demos/law-firm/slides/slide-1-1.png differ diff --git a/resources/assets/img/demos/law-firm/slides/slide-1-bg.jpg b/resources/assets/img/demos/law-firm/slides/slide-1-bg.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/demos/law-firm/slides/slide-1-bg.jpg differ diff --git a/resources/assets/img/demos/law-firm/slides/slide-2-bg.jpg b/resources/assets/img/demos/law-firm/slides/slide-2-bg.jpg new file mode 100644 index 0000000..34d9ccd Binary files /dev/null and b/resources/assets/img/demos/law-firm/slides/slide-2-bg.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-1.jpg b/resources/assets/img/demos/law-firm/team/team-1.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-1.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-2.jpg b/resources/assets/img/demos/law-firm/team/team-2.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-2.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-3.jpg b/resources/assets/img/demos/law-firm/team/team-3.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-3.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-4.jpg b/resources/assets/img/demos/law-firm/team/team-4.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-4.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-5.jpg b/resources/assets/img/demos/law-firm/team/team-5.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-5.jpg differ diff --git a/resources/assets/img/demos/law-firm/team/team-6.jpg b/resources/assets/img/demos/law-firm/team/team-6.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/law-firm/team/team-6.jpg differ diff --git a/resources/assets/img/demos/marketing-1/backgrounds/bg-1.jpg b/resources/assets/img/demos/marketing-1/backgrounds/bg-1.jpg new file mode 100644 index 0000000..67668b9 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/backgrounds/bg-1.jpg differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-1.png b/resources/assets/img/demos/marketing-1/concept/concept-1.png new file mode 100644 index 0000000..674c4b7 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-1.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-10.png b/resources/assets/img/demos/marketing-1/concept/concept-10.png new file mode 100644 index 0000000..e3e3d2a Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-10.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-11.jpg b/resources/assets/img/demos/marketing-1/concept/concept-11.jpg new file mode 100644 index 0000000..108a1e7 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-11.jpg differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-12.jpg b/resources/assets/img/demos/marketing-1/concept/concept-12.jpg new file mode 100644 index 0000000..162941d Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-12.jpg differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-13.jpg b/resources/assets/img/demos/marketing-1/concept/concept-13.jpg new file mode 100644 index 0000000..2789426 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-13.jpg differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-2.png b/resources/assets/img/demos/marketing-1/concept/concept-2.png new file mode 100644 index 0000000..24d99e1 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-2.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-3.png b/resources/assets/img/demos/marketing-1/concept/concept-3.png new file mode 100644 index 0000000..c21b49f Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-3.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-4.png b/resources/assets/img/demos/marketing-1/concept/concept-4.png new file mode 100644 index 0000000..212aacf Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-4.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-5.png b/resources/assets/img/demos/marketing-1/concept/concept-5.png new file mode 100644 index 0000000..5f3b983 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-5.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-6.png b/resources/assets/img/demos/marketing-1/concept/concept-6.png new file mode 100644 index 0000000..43e48f7 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-6.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-7.png b/resources/assets/img/demos/marketing-1/concept/concept-7.png new file mode 100644 index 0000000..14f207b Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-7.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-8.png b/resources/assets/img/demos/marketing-1/concept/concept-8.png new file mode 100644 index 0000000..a46cfcc Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-8.png differ diff --git a/resources/assets/img/demos/marketing-1/concept/concept-9.png b/resources/assets/img/demos/marketing-1/concept/concept-9.png new file mode 100644 index 0000000..c49e3cb Binary files /dev/null and b/resources/assets/img/demos/marketing-1/concept/concept-9.png differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-1.png b/resources/assets/img/demos/marketing-1/generic/generic-1.png new file mode 100644 index 0000000..c0497d1 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-1.png differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-10.jpg b/resources/assets/img/demos/marketing-1/generic/generic-10.jpg new file mode 100644 index 0000000..c86d559 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-10.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-2.png b/resources/assets/img/demos/marketing-1/generic/generic-2.png new file mode 100644 index 0000000..0da0050 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-2.png differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-3.png b/resources/assets/img/demos/marketing-1/generic/generic-3.png new file mode 100644 index 0000000..897e4eb Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-3.png differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-4.jpg b/resources/assets/img/demos/marketing-1/generic/generic-4.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-5.jpg b/resources/assets/img/demos/marketing-1/generic/generic-5.jpg new file mode 100644 index 0000000..e8119e4 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-6.jpg b/resources/assets/img/demos/marketing-1/generic/generic-6.jpg new file mode 100644 index 0000000..c3c041d Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-7.jpg b/resources/assets/img/demos/marketing-1/generic/generic-7.jpg new file mode 100644 index 0000000..4df6aaa Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-7.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-8.jpg b/resources/assets/img/demos/marketing-1/generic/generic-8.jpg new file mode 100644 index 0000000..0f6907f Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-8.jpg differ diff --git a/resources/assets/img/demos/marketing-1/generic/generic-9.jpg b/resources/assets/img/demos/marketing-1/generic/generic-9.jpg new file mode 100644 index 0000000..c86d559 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/generic/generic-9.jpg differ diff --git a/resources/assets/img/demos/marketing-1/logo.png b/resources/assets/img/demos/marketing-1/logo.png new file mode 100644 index 0000000..74a1041 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/logo.png differ diff --git a/resources/assets/img/demos/marketing-1/projects/project-1.png b/resources/assets/img/demos/marketing-1/projects/project-1.png new file mode 100644 index 0000000..0b02d82 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/projects/project-1.png differ diff --git a/resources/assets/img/demos/marketing-1/projects/project-2.png b/resources/assets/img/demos/marketing-1/projects/project-2.png new file mode 100644 index 0000000..a3815b1 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/projects/project-2.png differ diff --git a/resources/assets/img/demos/marketing-1/projects/project-3.png b/resources/assets/img/demos/marketing-1/projects/project-3.png new file mode 100644 index 0000000..7da9495 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/projects/project-3.png differ diff --git a/resources/assets/img/demos/marketing-1/projects/project-4.png b/resources/assets/img/demos/marketing-1/projects/project-4.png new file mode 100644 index 0000000..101e22f Binary files /dev/null and b/resources/assets/img/demos/marketing-1/projects/project-4.png differ diff --git a/resources/assets/img/demos/marketing-1/projects/project-5.jpg b/resources/assets/img/demos/marketing-1/projects/project-5.jpg new file mode 100644 index 0000000..f1adaf0 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/projects/project-5.jpg differ diff --git a/resources/assets/img/demos/marketing-1/svg/generic-1.svg b/resources/assets/img/demos/marketing-1/svg/generic-1.svg new file mode 100644 index 0000000..9d04f4a --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-1.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-2.svg b/resources/assets/img/demos/marketing-1/svg/generic-2.svg new file mode 100644 index 0000000..aaab444 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-3.svg b/resources/assets/img/demos/marketing-1/svg/generic-3.svg new file mode 100644 index 0000000..77ebc6c --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-3.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-4.svg b/resources/assets/img/demos/marketing-1/svg/generic-4.svg new file mode 100644 index 0000000..cea903f --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-4.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-5.svg b/resources/assets/img/demos/marketing-1/svg/generic-5.svg new file mode 100644 index 0000000..cf9bc79 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-5.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-6.svg b/resources/assets/img/demos/marketing-1/svg/generic-6.svg new file mode 100644 index 0000000..1f113a4 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-6.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/demos/marketing-1/svg/generic-7.svg b/resources/assets/img/demos/marketing-1/svg/generic-7.svg new file mode 100644 index 0000000..bd40dc8 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/generic-7.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/demos/marketing-1/svg/icon-1.svg b/resources/assets/img/demos/marketing-1/svg/icon-1.svg new file mode 100644 index 0000000..8c47c93 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/icon-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/marketing-1/svg/icon-2.svg b/resources/assets/img/demos/marketing-1/svg/icon-2.svg new file mode 100644 index 0000000..75f0051 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/icon-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/marketing-1/svg/icon-3.svg b/resources/assets/img/demos/marketing-1/svg/icon-3.svg new file mode 100644 index 0000000..54e3af1 --- /dev/null +++ b/resources/assets/img/demos/marketing-1/svg/icon-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/marketing-1/team/team-1.jpg b/resources/assets/img/demos/marketing-1/team/team-1.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-1.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-2.jpg b/resources/assets/img/demos/marketing-1/team/team-2.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-2.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-3.jpg b/resources/assets/img/demos/marketing-1/team/team-3.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-3.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-4.jpg b/resources/assets/img/demos/marketing-1/team/team-4.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-4.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-5.jpg b/resources/assets/img/demos/marketing-1/team/team-5.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-5.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-6.jpg b/resources/assets/img/demos/marketing-1/team/team-6.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-6.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-7.jpg b/resources/assets/img/demos/marketing-1/team/team-7.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-7.jpg differ diff --git a/resources/assets/img/demos/marketing-1/team/team-8.jpg b/resources/assets/img/demos/marketing-1/team/team-8.jpg new file mode 100644 index 0000000..a931d73 Binary files /dev/null and b/resources/assets/img/demos/marketing-1/team/team-8.jpg differ diff --git a/resources/assets/img/demos/medical-2/bg/bg-1.png b/resources/assets/img/demos/medical-2/bg/bg-1.png new file mode 100644 index 0000000..f1a6245 Binary files /dev/null and b/resources/assets/img/demos/medical-2/bg/bg-1.png differ diff --git a/resources/assets/img/demos/medical-2/bg/bg-2.png b/resources/assets/img/demos/medical-2/bg/bg-2.png new file mode 100644 index 0000000..da1198a Binary files /dev/null and b/resources/assets/img/demos/medical-2/bg/bg-2.png differ diff --git a/resources/assets/img/demos/medical-2/bg/bg-3.png b/resources/assets/img/demos/medical-2/bg/bg-3.png new file mode 100644 index 0000000..abbb25a Binary files /dev/null and b/resources/assets/img/demos/medical-2/bg/bg-3.png differ diff --git a/resources/assets/img/demos/medical-2/blog/blog-1.png b/resources/assets/img/demos/medical-2/blog/blog-1.png new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/medical-2/blog/blog-1.png differ diff --git a/resources/assets/img/demos/medical-2/blog/blog-2.png b/resources/assets/img/demos/medical-2/blog/blog-2.png new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/medical-2/blog/blog-2.png differ diff --git a/resources/assets/img/demos/medical-2/blog/blog-3.png b/resources/assets/img/demos/medical-2/blog/blog-3.png new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/medical-2/blog/blog-3.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-1.png b/resources/assets/img/demos/medical-2/doctors/doctor-1.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-1.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-2.png b/resources/assets/img/demos/medical-2/doctors/doctor-2.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-2.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-3.png b/resources/assets/img/demos/medical-2/doctors/doctor-3.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-3.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-4.png b/resources/assets/img/demos/medical-2/doctors/doctor-4.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-4.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-5.png b/resources/assets/img/demos/medical-2/doctors/doctor-5.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-5.png differ diff --git a/resources/assets/img/demos/medical-2/doctors/doctor-6.png b/resources/assets/img/demos/medical-2/doctors/doctor-6.png new file mode 100644 index 0000000..1e2759d Binary files /dev/null and b/resources/assets/img/demos/medical-2/doctors/doctor-6.png differ diff --git a/resources/assets/img/demos/medical-2/gallery/gallery-1.jpg b/resources/assets/img/demos/medical-2/gallery/gallery-1.jpg new file mode 100644 index 0000000..7d7f19c Binary files /dev/null and b/resources/assets/img/demos/medical-2/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/medical-2/gallery/gallery-2.jpg b/resources/assets/img/demos/medical-2/gallery/gallery-2.jpg new file mode 100644 index 0000000..7d7f19c Binary files /dev/null and b/resources/assets/img/demos/medical-2/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/medical-2/gallery/gallery-3.jpg b/resources/assets/img/demos/medical-2/gallery/gallery-3.jpg new file mode 100644 index 0000000..7d7f19c Binary files /dev/null and b/resources/assets/img/demos/medical-2/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-calendar.svg b/resources/assets/img/demos/medical-2/icons/icon-calendar.svg new file mode 100644 index 0000000..3dd715a --- /dev/null +++ b/resources/assets/img/demos/medical-2/icons/icon-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/medical-2/icons/icon-cardiology.png b/resources/assets/img/demos/medical-2/icons/icon-cardiology.png new file mode 100644 index 0000000..b99bf4b Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-cardiology.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-dental.png b/resources/assets/img/demos/medical-2/icons/icon-dental.png new file mode 100644 index 0000000..ddc862e Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-dental.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-diagnostic-center.png b/resources/assets/img/demos/medical-2/icons/icon-diagnostic-center.png new file mode 100644 index 0000000..462d26d Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-diagnostic-center.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-envelope.svg b/resources/assets/img/demos/medical-2/icons/icon-envelope.svg new file mode 100644 index 0000000..5938cb6 --- /dev/null +++ b/resources/assets/img/demos/medical-2/icons/icon-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/medical-2/icons/icon-gastroenterology.png b/resources/assets/img/demos/medical-2/icons/icon-gastroenterology.png new file mode 100644 index 0000000..657cc5a Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-gastroenterology.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-gynecology.png b/resources/assets/img/demos/medical-2/icons/icon-gynecology.png new file mode 100644 index 0000000..5a271ab Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-gynecology.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-healthcare-center.png b/resources/assets/img/demos/medical-2/icons/icon-healthcare-center.png new file mode 100644 index 0000000..615469d Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-healthcare-center.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-hepatology.png b/resources/assets/img/demos/medical-2/icons/icon-hepatology.png new file mode 100644 index 0000000..ff68f1f Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-hepatology.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-immediate-center.png b/resources/assets/img/demos/medical-2/icons/icon-immediate-center.png new file mode 100644 index 0000000..dc5a7fc Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-immediate-center.png differ diff --git a/resources/assets/img/demos/medical-2/icons/icon-location.svg b/resources/assets/img/demos/medical-2/icons/icon-location.svg new file mode 100644 index 0000000..44f4b6d --- /dev/null +++ b/resources/assets/img/demos/medical-2/icons/icon-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/medical-2/icons/icon-phone.svg b/resources/assets/img/demos/medical-2/icons/icon-phone.svg new file mode 100644 index 0000000..ba4a06a --- /dev/null +++ b/resources/assets/img/demos/medical-2/icons/icon-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/medical-2/icons/icon-pulmonology.png b/resources/assets/img/demos/medical-2/icons/icon-pulmonology.png new file mode 100644 index 0000000..b386d3f Binary files /dev/null and b/resources/assets/img/demos/medical-2/icons/icon-pulmonology.png differ diff --git a/resources/assets/img/demos/medical-2/logos/logo-footer.png b/resources/assets/img/demos/medical-2/logos/logo-footer.png new file mode 100644 index 0000000..734f4ef Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/logo-footer.png differ diff --git a/resources/assets/img/demos/medical-2/logos/logo.png b/resources/assets/img/demos/medical-2/logos/logo.png new file mode 100644 index 0000000..6fae485 Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/logo.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-1.png b/resources/assets/img/demos/medical-2/logos/provider-1.png new file mode 100644 index 0000000..95e155e Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-1.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-2.png b/resources/assets/img/demos/medical-2/logos/provider-2.png new file mode 100644 index 0000000..107dc97 Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-2.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-3.png b/resources/assets/img/demos/medical-2/logos/provider-3.png new file mode 100644 index 0000000..de470b9 Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-3.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-4.png b/resources/assets/img/demos/medical-2/logos/provider-4.png new file mode 100644 index 0000000..35a05b1 Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-4.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-5.png b/resources/assets/img/demos/medical-2/logos/provider-5.png new file mode 100644 index 0000000..742fd63 Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-5.png differ diff --git a/resources/assets/img/demos/medical-2/logos/provider-6.png b/resources/assets/img/demos/medical-2/logos/provider-6.png new file mode 100644 index 0000000..bd66dca Binary files /dev/null and b/resources/assets/img/demos/medical-2/logos/provider-6.png differ diff --git a/resources/assets/img/demos/medical-2/others/signature.png b/resources/assets/img/demos/medical-2/others/signature.png new file mode 100644 index 0000000..6ead06f Binary files /dev/null and b/resources/assets/img/demos/medical-2/others/signature.png differ diff --git a/resources/assets/img/demos/medical-2/slides/slide-medical-2-1.jpg b/resources/assets/img/demos/medical-2/slides/slide-medical-2-1.jpg new file mode 100644 index 0000000..2617d1a Binary files /dev/null and b/resources/assets/img/demos/medical-2/slides/slide-medical-2-1.jpg differ diff --git a/resources/assets/img/demos/medical-2/slides/slide-medical-2-2.jpg b/resources/assets/img/demos/medical-2/slides/slide-medical-2-2.jpg new file mode 100644 index 0000000..2617d1a Binary files /dev/null and b/resources/assets/img/demos/medical-2/slides/slide-medical-2-2.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-1-2.jpg b/resources/assets/img/demos/medical/doctors/doctor-1-2.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-1-2.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-1.jpg b/resources/assets/img/demos/medical/doctors/doctor-1.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-1.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-2.jpg b/resources/assets/img/demos/medical/doctors/doctor-2.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-2.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-3.jpg b/resources/assets/img/demos/medical/doctors/doctor-3.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-3.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-4.jpg b/resources/assets/img/demos/medical/doctors/doctor-4.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-4.jpg differ diff --git a/resources/assets/img/demos/medical/doctors/doctor-5.jpg b/resources/assets/img/demos/medical/doctors/doctor-5.jpg new file mode 100644 index 0000000..8a40375 Binary files /dev/null and b/resources/assets/img/demos/medical/doctors/doctor-5.jpg differ diff --git a/resources/assets/img/demos/medical/gallery/gallery-1.jpg b/resources/assets/img/demos/medical/gallery/gallery-1.jpg new file mode 100644 index 0000000..b592cc3 Binary files /dev/null and b/resources/assets/img/demos/medical/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/medical/gallery/gallery-2.jpg b/resources/assets/img/demos/medical/gallery/gallery-2.jpg new file mode 100644 index 0000000..503e1e4 Binary files /dev/null and b/resources/assets/img/demos/medical/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/medical/gallery/gallery-3.jpg b/resources/assets/img/demos/medical/gallery/gallery-3.jpg new file mode 100644 index 0000000..503e1e4 Binary files /dev/null and b/resources/assets/img/demos/medical/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/demos/medical/gallery/gallery-4.jpg b/resources/assets/img/demos/medical/gallery/gallery-4.jpg new file mode 100644 index 0000000..503e1e4 Binary files /dev/null and b/resources/assets/img/demos/medical/gallery/gallery-4.jpg differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-cardiology.png b/resources/assets/img/demos/medical/icons/department-icon-cardiology.png new file mode 100644 index 0000000..b99bf4b Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-cardiology.png differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-dental.png b/resources/assets/img/demos/medical/icons/department-icon-dental.png new file mode 100644 index 0000000..ddc862e Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-dental.png differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-gastroenterology.png b/resources/assets/img/demos/medical/icons/department-icon-gastroenterology.png new file mode 100644 index 0000000..657cc5a Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-gastroenterology.png differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-gynecology.png b/resources/assets/img/demos/medical/icons/department-icon-gynecology.png new file mode 100644 index 0000000..5a271ab Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-gynecology.png differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-hepatology.png b/resources/assets/img/demos/medical/icons/department-icon-hepatology.png new file mode 100644 index 0000000..ff68f1f Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-hepatology.png differ diff --git a/resources/assets/img/demos/medical/icons/department-icon-pulmonology.png b/resources/assets/img/demos/medical/icons/department-icon-pulmonology.png new file mode 100644 index 0000000..b386d3f Binary files /dev/null and b/resources/assets/img/demos/medical/icons/department-icon-pulmonology.png differ diff --git a/resources/assets/img/demos/medical/icons/medical-icon-heart.png b/resources/assets/img/demos/medical/icons/medical-icon-heart.png new file mode 100644 index 0000000..088873e Binary files /dev/null and b/resources/assets/img/demos/medical/icons/medical-icon-heart.png differ diff --git a/resources/assets/img/demos/medical/icons/medical-icon-phone.png b/resources/assets/img/demos/medical/icons/medical-icon-phone.png new file mode 100644 index 0000000..cbca400 Binary files /dev/null and b/resources/assets/img/demos/medical/icons/medical-icon-phone.png differ diff --git a/resources/assets/img/demos/medical/logo-medical.png b/resources/assets/img/demos/medical/logo-medical.png new file mode 100644 index 0000000..7a3ec0f Binary files /dev/null and b/resources/assets/img/demos/medical/logo-medical.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-1.png b/resources/assets/img/demos/medical/logos/insurance-logo-1.png new file mode 100644 index 0000000..bd66dca Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-1.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-2.png b/resources/assets/img/demos/medical/logos/insurance-logo-2.png new file mode 100644 index 0000000..742fd63 Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-2.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-3.png b/resources/assets/img/demos/medical/logos/insurance-logo-3.png new file mode 100644 index 0000000..35a05b1 Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-3.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-4.png b/resources/assets/img/demos/medical/logos/insurance-logo-4.png new file mode 100644 index 0000000..de470b9 Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-4.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-5.png b/resources/assets/img/demos/medical/logos/insurance-logo-5.png new file mode 100644 index 0000000..107dc97 Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-5.png differ diff --git a/resources/assets/img/demos/medical/logos/insurance-logo-6.png b/resources/assets/img/demos/medical/logos/insurance-logo-6.png new file mode 100644 index 0000000..95e155e Binary files /dev/null and b/resources/assets/img/demos/medical/logos/insurance-logo-6.png differ diff --git a/resources/assets/img/demos/medical/slides/slide-medical-1.jpg b/resources/assets/img/demos/medical/slides/slide-medical-1.jpg new file mode 100644 index 0000000..c2ca73a Binary files /dev/null and b/resources/assets/img/demos/medical/slides/slide-medical-1.jpg differ diff --git a/resources/assets/img/demos/medical/slides/slide-medical-2.jpg b/resources/assets/img/demos/medical/slides/slide-medical-2.jpg new file mode 100644 index 0000000..c2ca73a Binary files /dev/null and b/resources/assets/img/demos/medical/slides/slide-medical-2.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/blog/blog-1.jpg b/resources/assets/img/demos/one-page-agency/blog/blog-1.jpg new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/blog/blog-2.jpg b/resources/assets/img/demos/one-page-agency/blog/blog-2.jpg new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/blog/blog-3.jpg b/resources/assets/img/demos/one-page-agency/blog/blog-3.jpg new file mode 100644 index 0000000..e46fdc1 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/blue-line.png b/resources/assets/img/demos/one-page-agency/blue-line.png new file mode 100644 index 0000000..65b3453 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/blue-line.png differ diff --git a/resources/assets/img/demos/one-page-agency/cases/case-1.jpg b/resources/assets/img/demos/one-page-agency/cases/case-1.jpg new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/cases/case-1.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/cases/case-2.jpg b/resources/assets/img/demos/one-page-agency/cases/case-2.jpg new file mode 100644 index 0000000..7993b4c Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/cases/case-2.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/desktop-ss.jpg b/resources/assets/img/demos/one-page-agency/desktop-ss.jpg new file mode 100644 index 0000000..5887e59 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/desktop-ss.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/generic/generic-1-small.jpg b/resources/assets/img/demos/one-page-agency/generic/generic-1-small.jpg new file mode 100644 index 0000000..98d2e1b Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/generic/generic-1-small.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/generic/generic-2-small.jpg b/resources/assets/img/demos/one-page-agency/generic/generic-2-small.jpg new file mode 100644 index 0000000..4c3008b Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/generic/generic-2-small.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/generic/generic-3-small.jpg b/resources/assets/img/demos/one-page-agency/generic/generic-3-small.jpg new file mode 100644 index 0000000..d351d4b Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/generic/generic-3-small.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/icons/add-user.svg b/resources/assets/img/demos/one-page-agency/icons/add-user.svg new file mode 100644 index 0000000..b68d30a --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/add-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/arrow-down.svg b/resources/assets/img/demos/one-page-agency/icons/arrow-down.svg new file mode 100644 index 0000000..f49099b --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/bubble.svg b/resources/assets/img/demos/one-page-agency/icons/bubble.svg new file mode 100644 index 0000000..e1a9845 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/code.svg b/resources/assets/img/demos/one-page-agency/icons/code.svg new file mode 100644 index 0000000..53d9380 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/location.svg b/resources/assets/img/demos/one-page-agency/icons/location.svg new file mode 100644 index 0000000..1e866e6 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/phone.svg b/resources/assets/img/demos/one-page-agency/icons/phone.svg new file mode 100644 index 0000000..af533be --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/seo-edit.svg b/resources/assets/img/demos/one-page-agency/icons/seo-edit.svg new file mode 100644 index 0000000..9c0f39f --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/seo-edit.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/seo-notebook.svg b/resources/assets/img/demos/one-page-agency/icons/seo-notebook.svg new file mode 100644 index 0000000..5e51b34 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/seo-notebook.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/seo-phone-tablet.svg b/resources/assets/img/demos/one-page-agency/icons/seo-phone-tablet.svg new file mode 100644 index 0000000..ffae8e5 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/seo-phone-tablet.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/icons/star.svg b/resources/assets/img/demos/one-page-agency/icons/star.svg new file mode 100644 index 0000000..fe2c8c3 --- /dev/null +++ b/resources/assets/img/demos/one-page-agency/icons/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/one-page-agency/logo.png b/resources/assets/img/demos/one-page-agency/logo.png new file mode 100644 index 0000000..d578e2a Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/logo.png differ diff --git a/resources/assets/img/demos/one-page-agency/mobile-ss.jpg b/resources/assets/img/demos/one-page-agency/mobile-ss.jpg new file mode 100644 index 0000000..575a786 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/mobile-ss.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/mockup.png b/resources/assets/img/demos/one-page-agency/mockup.png new file mode 100644 index 0000000..3fc9d77 Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/mockup.png differ diff --git a/resources/assets/img/demos/one-page-agency/slides/slide-1.jpg b/resources/assets/img/demos/one-page-agency/slides/slide-1.jpg new file mode 100644 index 0000000..2617d1a Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/slides/slide-2.jpg b/resources/assets/img/demos/one-page-agency/slides/slide-2.jpg new file mode 100644 index 0000000..84a589a Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/team/team-1.jpg b/resources/assets/img/demos/one-page-agency/team/team-1.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/team/team-1.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/team/team-2.jpg b/resources/assets/img/demos/one-page-agency/team/team-2.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/team/team-2.jpg differ diff --git a/resources/assets/img/demos/one-page-agency/team/team-3.jpg b/resources/assets/img/demos/one-page-agency/team/team-3.jpg new file mode 100644 index 0000000..144138f Binary files /dev/null and b/resources/assets/img/demos/one-page-agency/team/team-3.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/generic/generic-1.jpg b/resources/assets/img/demos/personal-portfolio-1/generic/generic-1.jpg new file mode 100644 index 0000000..4813895 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/generic/generic-2.jpg b/resources/assets/img/demos/personal-portfolio-1/generic/generic-2.jpg new file mode 100644 index 0000000..4813895 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/logo.png b/resources/assets/img/demos/personal-portfolio-1/logo.png new file mode 100644 index 0000000..ef9da15 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/logo.png differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-1.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-1.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-2.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-2.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-3.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-3.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-4.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-4.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-4.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-5.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-5.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-5.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/projects/project-6.jpg b/resources/assets/img/demos/personal-portfolio-1/projects/project-6.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-1/projects/project-6.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-1/svg/arrow-dark.svg b/resources/assets/img/demos/personal-portfolio-1/svg/arrow-dark.svg new file mode 100644 index 0000000..0ce9bf4 --- /dev/null +++ b/resources/assets/img/demos/personal-portfolio-1/svg/arrow-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/personal-portfolio-1/svg/arrow.svg b/resources/assets/img/demos/personal-portfolio-1/svg/arrow.svg new file mode 100644 index 0000000..8b527a3 --- /dev/null +++ b/resources/assets/img/demos/personal-portfolio-1/svg/arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/personal-portfolio-2/generic/generic-1.jpg b/resources/assets/img/demos/personal-portfolio-2/generic/generic-1.jpg new file mode 100644 index 0000000..4813895 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/generic/generic-2.jpg b/resources/assets/img/demos/personal-portfolio-2/generic/generic-2.jpg new file mode 100644 index 0000000..4813895 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/logo.png b/resources/assets/img/demos/personal-portfolio-2/logo.png new file mode 100644 index 0000000..d00481c Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/logo.png differ diff --git a/resources/assets/img/demos/personal-portfolio-2/logos/logo-1.jpg b/resources/assets/img/demos/personal-portfolio-2/logos/logo-1.jpg new file mode 100644 index 0000000..62a618b Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/logos/logo-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/logos/logo-2.jpg b/resources/assets/img/demos/personal-portfolio-2/logos/logo-2.jpg new file mode 100644 index 0000000..62a618b Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/logos/logo-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/logos/logo-3.jpg b/resources/assets/img/demos/personal-portfolio-2/logos/logo-3.jpg new file mode 100644 index 0000000..62a618b Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/logos/logo-3.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/logos/logo-4.jpg b/resources/assets/img/demos/personal-portfolio-2/logos/logo-4.jpg new file mode 100644 index 0000000..62a618b Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/logos/logo-4.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/projects/project-1.jpg b/resources/assets/img/demos/personal-portfolio-2/projects/project-1.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/projects/project-2.jpg b/resources/assets/img/demos/personal-portfolio-2/projects/project-2.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/projects/project-3.jpg b/resources/assets/img/demos/personal-portfolio-2/projects/project-3.jpg new file mode 100644 index 0000000..2b6d84e Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-2/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-2/svg/arrow-dark.svg b/resources/assets/img/demos/personal-portfolio-2/svg/arrow-dark.svg new file mode 100644 index 0000000..0ce9bf4 --- /dev/null +++ b/resources/assets/img/demos/personal-portfolio-2/svg/arrow-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/personal-portfolio-2/svg/arrow.svg b/resources/assets/img/demos/personal-portfolio-2/svg/arrow.svg new file mode 100644 index 0000000..8b527a3 --- /dev/null +++ b/resources/assets/img/demos/personal-portfolio-2/svg/arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/personal-portfolio-3/generic/generic-1.jpg b/resources/assets/img/demos/personal-portfolio-3/generic/generic-1.jpg new file mode 100644 index 0000000..720f308 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-3/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-3/logo.png b/resources/assets/img/demos/personal-portfolio-3/logo.png new file mode 100644 index 0000000..ef9da15 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-3/logo.png differ diff --git a/resources/assets/img/demos/personal-portfolio-3/projects/project-1.jpg b/resources/assets/img/demos/personal-portfolio-3/projects/project-1.jpg new file mode 100644 index 0000000..d4cfad8 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-3/projects/project-1.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-3/projects/project-2.jpg b/resources/assets/img/demos/personal-portfolio-3/projects/project-2.jpg new file mode 100644 index 0000000..d4cfad8 Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-3/projects/project-2.jpg differ diff --git a/resources/assets/img/demos/personal-portfolio-3/projects/project-3.jpg b/resources/assets/img/demos/personal-portfolio-3/projects/project-3.jpg new file mode 100644 index 0000000..6ea6b3d Binary files /dev/null and b/resources/assets/img/demos/personal-portfolio-3/projects/project-3.jpg differ diff --git a/resources/assets/img/demos/photography/about/about-me-concept.jpg b/resources/assets/img/demos/photography/about/about-me-concept.jpg new file mode 100644 index 0000000..38bb477 Binary files /dev/null and b/resources/assets/img/demos/photography/about/about-me-concept.jpg differ diff --git a/resources/assets/img/demos/photography/about/about-us-slide-1.jpg b/resources/assets/img/demos/photography/about/about-us-slide-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/about/about-us-slide-1.jpg differ diff --git a/resources/assets/img/demos/photography/about/about-us-slide-2.jpg b/resources/assets/img/demos/photography/about/about-us-slide-2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/about/about-us-slide-2.jpg differ diff --git a/resources/assets/img/demos/photography/about/awards-1.png b/resources/assets/img/demos/photography/about/awards-1.png new file mode 100644 index 0000000..6afc3ff Binary files /dev/null and b/resources/assets/img/demos/photography/about/awards-1.png differ diff --git a/resources/assets/img/demos/photography/about/awards-2.jpg b/resources/assets/img/demos/photography/about/awards-2.jpg new file mode 100644 index 0000000..6afc3ff Binary files /dev/null and b/resources/assets/img/demos/photography/about/awards-2.jpg differ diff --git a/resources/assets/img/demos/photography/about/our-services-1.jpg b/resources/assets/img/demos/photography/about/our-services-1.jpg new file mode 100644 index 0000000..ef0c712 Binary files /dev/null and b/resources/assets/img/demos/photography/about/our-services-1.jpg differ diff --git a/resources/assets/img/demos/photography/about/our-services-2.jpg b/resources/assets/img/demos/photography/about/our-services-2.jpg new file mode 100644 index 0000000..a45f642 Binary files /dev/null and b/resources/assets/img/demos/photography/about/our-services-2.jpg differ diff --git a/resources/assets/img/demos/photography/about/our-services-3.jpg b/resources/assets/img/demos/photography/about/our-services-3.jpg new file mode 100644 index 0000000..c07b1a1 Binary files /dev/null and b/resources/assets/img/demos/photography/about/our-services-3.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-1.jpg b/resources/assets/img/demos/photography/about/photographer-1.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-1.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-2-1.jpg b/resources/assets/img/demos/photography/about/photographer-2-1.jpg new file mode 100644 index 0000000..beed7cf Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-2-1.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-2-2.jpg b/resources/assets/img/demos/photography/about/photographer-2-2.jpg new file mode 100644 index 0000000..beed7cf Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-2-2.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-2.jpg b/resources/assets/img/demos/photography/about/photographer-2.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-2.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-3.jpg b/resources/assets/img/demos/photography/about/photographer-3.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-3.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-4.jpg b/resources/assets/img/demos/photography/about/photographer-4.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-4.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-5.jpg b/resources/assets/img/demos/photography/about/photographer-5.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-5.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-6.jpg b/resources/assets/img/demos/photography/about/photographer-6.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-6.jpg differ diff --git a/resources/assets/img/demos/photography/about/photographer-7.jpg b/resources/assets/img/demos/photography/about/photographer-7.jpg new file mode 100644 index 0000000..48d1518 Binary files /dev/null and b/resources/assets/img/demos/photography/about/photographer-7.jpg differ diff --git a/resources/assets/img/demos/photography/about/why-choose-us-1.png b/resources/assets/img/demos/photography/about/why-choose-us-1.png new file mode 100644 index 0000000..93830c1 Binary files /dev/null and b/resources/assets/img/demos/photography/about/why-choose-us-1.png differ diff --git a/resources/assets/img/demos/photography/about/why-choose-us-2.png b/resources/assets/img/demos/photography/about/why-choose-us-2.png new file mode 100644 index 0000000..de1b468 Binary files /dev/null and b/resources/assets/img/demos/photography/about/why-choose-us-2.png differ diff --git a/resources/assets/img/demos/photography/about/why-choose-us-3.png b/resources/assets/img/demos/photography/about/why-choose-us-3.png new file mode 100644 index 0000000..1eb1de4 Binary files /dev/null and b/resources/assets/img/demos/photography/about/why-choose-us-3.png differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-1.jpg b/resources/assets/img/demos/photography/blog/blog-post-1.jpg new file mode 100644 index 0000000..5de5f9c Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-1.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-author-photo.jpg b/resources/assets/img/demos/photography/blog/blog-post-author-photo.jpg new file mode 100644 index 0000000..a32eccb Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-author-photo.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-carousel-1.jpg b/resources/assets/img/demos/photography/blog/blog-post-carousel-1.jpg new file mode 100644 index 0000000..515b334 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-carousel-1.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-carousel-2.jpg b/resources/assets/img/demos/photography/blog/blog-post-carousel-2.jpg new file mode 100644 index 0000000..515b334 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-carousel-2.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-comment-author-1.jpg b/resources/assets/img/demos/photography/blog/blog-post-comment-author-1.jpg new file mode 100644 index 0000000..dde5cc0 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-comment-author-1.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-comment-author-2.jpg b/resources/assets/img/demos/photography/blog/blog-post-comment-author-2.jpg new file mode 100644 index 0000000..dde5cc0 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-comment-author-2.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-post-comment-author-3.jpg b/resources/assets/img/demos/photography/blog/blog-post-comment-author-3.jpg new file mode 100644 index 0000000..dde5cc0 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-post-comment-author-3.jpg differ diff --git a/resources/assets/img/demos/photography/blog/blog-top-bg.jpg b/resources/assets/img/demos/photography/blog/blog-top-bg.jpg new file mode 100644 index 0000000..f4b2df6 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/blog-top-bg.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-1.jpg b/resources/assets/img/demos/photography/blog/our-blog-1.jpg new file mode 100644 index 0000000..5016b01 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-1.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-2.jpg b/resources/assets/img/demos/photography/blog/our-blog-2.jpg new file mode 100644 index 0000000..f97325b Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-2.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-3.jpg b/resources/assets/img/demos/photography/blog/our-blog-3.jpg new file mode 100644 index 0000000..d0a34f3 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-3.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-4.jpg b/resources/assets/img/demos/photography/blog/our-blog-4.jpg new file mode 100644 index 0000000..8edf25f Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-4.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-5.jpg b/resources/assets/img/demos/photography/blog/our-blog-5.jpg new file mode 100644 index 0000000..5e5dc20 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-5.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-6.jpg b/resources/assets/img/demos/photography/blog/our-blog-6.jpg new file mode 100644 index 0000000..82ffc14 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-6.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-7.jpg b/resources/assets/img/demos/photography/blog/our-blog-7.jpg new file mode 100644 index 0000000..2986814 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-7.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-8.jpg b/resources/assets/img/demos/photography/blog/our-blog-8.jpg new file mode 100644 index 0000000..5e897d5 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-8.jpg differ diff --git a/resources/assets/img/demos/photography/blog/our-blog-9.jpg b/resources/assets/img/demos/photography/blog/our-blog-9.jpg new file mode 100644 index 0000000..9fa37c1 Binary files /dev/null and b/resources/assets/img/demos/photography/blog/our-blog-9.jpg differ diff --git a/resources/assets/img/demos/photography/custom-header-bg.jpg b/resources/assets/img/demos/photography/custom-header-bg.jpg new file mode 100644 index 0000000..7fc99b9 Binary files /dev/null and b/resources/assets/img/demos/photography/custom-header-bg.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/1-medium.jpg b/resources/assets/img/demos/photography/gallery/family/1-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/1-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/1-small.jpg b/resources/assets/img/demos/photography/gallery/family/1-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/1-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/1-thumb.jpg b/resources/assets/img/demos/photography/gallery/family/1-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/1-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/1.jpg b/resources/assets/img/demos/photography/gallery/family/1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/2-medium.jpg b/resources/assets/img/demos/photography/gallery/family/2-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/2-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/2-small.jpg b/resources/assets/img/demos/photography/gallery/family/2-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/2-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/2-thumb.jpg b/resources/assets/img/demos/photography/gallery/family/2-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/2-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/2.jpg b/resources/assets/img/demos/photography/gallery/family/2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/2.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/3-medium.jpg b/resources/assets/img/demos/photography/gallery/family/3-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/3-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/3-small.jpg b/resources/assets/img/demos/photography/gallery/family/3-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/3-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/3-thumb.jpg b/resources/assets/img/demos/photography/gallery/family/3-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/3-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/family/3.jpg b/resources/assets/img/demos/photography/gallery/family/3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/family/3.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/gallery-1.jpg b/resources/assets/img/demos/photography/gallery/gallery-1.jpg new file mode 100644 index 0000000..f01cc0d Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/1-medium.jpg b/resources/assets/img/demos/photography/gallery/landscape/1-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/1-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/1-small.jpg b/resources/assets/img/demos/photography/gallery/landscape/1-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/1-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/1-thumb.jpg b/resources/assets/img/demos/photography/gallery/landscape/1-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/1-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/1.jpg b/resources/assets/img/demos/photography/gallery/landscape/1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/2-medium.jpg b/resources/assets/img/demos/photography/gallery/landscape/2-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/2-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/2-small.jpg b/resources/assets/img/demos/photography/gallery/landscape/2-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/2-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/2-thumb.jpg b/resources/assets/img/demos/photography/gallery/landscape/2-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/2-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/2.jpg b/resources/assets/img/demos/photography/gallery/landscape/2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/2.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/3-medium.jpg b/resources/assets/img/demos/photography/gallery/landscape/3-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/3-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/3-small.jpg b/resources/assets/img/demos/photography/gallery/landscape/3-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/3-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/3-thumb.jpg b/resources/assets/img/demos/photography/gallery/landscape/3-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/3-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/landscape/3.jpg b/resources/assets/img/demos/photography/gallery/landscape/3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/landscape/3.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/1-medium.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/1-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/1-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/1-small.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/1-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/1-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/1-thumb.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/1-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/1-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/1.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/2-medium.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/2-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/2-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/2-small.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/2-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/2-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/2-thumb.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/2-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/2-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/2.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/2.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/3-medium.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/3-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/3-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/3-small.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/3-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/3-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/3-thumb.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/3-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/3-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/lifestyle/3.jpg b/resources/assets/img/demos/photography/gallery/lifestyle/3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/lifestyle/3.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/1-medium.jpg b/resources/assets/img/demos/photography/gallery/travel/1-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/1-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/1-small.jpg b/resources/assets/img/demos/photography/gallery/travel/1-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/1-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/1-thumb.jpg b/resources/assets/img/demos/photography/gallery/travel/1-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/1-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/1.jpg b/resources/assets/img/demos/photography/gallery/travel/1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/2-medium.jpg b/resources/assets/img/demos/photography/gallery/travel/2-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/2-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/2-small.jpg b/resources/assets/img/demos/photography/gallery/travel/2-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/2-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/2-thumb.jpg b/resources/assets/img/demos/photography/gallery/travel/2-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/2-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/2.jpg b/resources/assets/img/demos/photography/gallery/travel/2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/2.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/3-medium.jpg b/resources/assets/img/demos/photography/gallery/travel/3-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/3-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/3-small.jpg b/resources/assets/img/demos/photography/gallery/travel/3-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/3-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/3-thumb.jpg b/resources/assets/img/demos/photography/gallery/travel/3-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/3-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/3.jpg b/resources/assets/img/demos/photography/gallery/travel/3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/3.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/4-medium.jpg b/resources/assets/img/demos/photography/gallery/travel/4-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/4-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/4-small.jpg b/resources/assets/img/demos/photography/gallery/travel/4-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/4-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/4-thumb.jpg b/resources/assets/img/demos/photography/gallery/travel/4-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/4-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/travel/4.jpg b/resources/assets/img/demos/photography/gallery/travel/4.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/travel/4.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/1-medium.jpg b/resources/assets/img/demos/photography/gallery/wedding/1-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/1-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/1-small.jpg b/resources/assets/img/demos/photography/gallery/wedding/1-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/1-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/1-thumb.jpg b/resources/assets/img/demos/photography/gallery/wedding/1-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/1-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/1.jpg b/resources/assets/img/demos/photography/gallery/wedding/1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/1.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/2-medium.jpg b/resources/assets/img/demos/photography/gallery/wedding/2-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/2-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/2-small.jpg b/resources/assets/img/demos/photography/gallery/wedding/2-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/2-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/2-thumb.jpg b/resources/assets/img/demos/photography/gallery/wedding/2-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/2-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/2.jpg b/resources/assets/img/demos/photography/gallery/wedding/2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/2.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/3-medium.jpg b/resources/assets/img/demos/photography/gallery/wedding/3-medium.jpg new file mode 100644 index 0000000..2dc3508 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/3-medium.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/3-small.jpg b/resources/assets/img/demos/photography/gallery/wedding/3-small.jpg new file mode 100644 index 0000000..51af02b Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/3-small.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/3-thumb.jpg b/resources/assets/img/demos/photography/gallery/wedding/3-thumb.jpg new file mode 100644 index 0000000..68ea0de Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/3-thumb.jpg differ diff --git a/resources/assets/img/demos/photography/gallery/wedding/3.jpg b/resources/assets/img/demos/photography/gallery/wedding/3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/gallery/wedding/3.jpg differ diff --git a/resources/assets/img/demos/photography/logo-photography-2.png b/resources/assets/img/demos/photography/logo-photography-2.png new file mode 100644 index 0000000..1a9dc47 Binary files /dev/null and b/resources/assets/img/demos/photography/logo-photography-2.png differ diff --git a/resources/assets/img/demos/photography/logo-photography-3.png b/resources/assets/img/demos/photography/logo-photography-3.png new file mode 100644 index 0000000..589d7dc Binary files /dev/null and b/resources/assets/img/demos/photography/logo-photography-3.png differ diff --git a/resources/assets/img/demos/photography/logo-photography.png b/resources/assets/img/demos/photography/logo-photography.png new file mode 100644 index 0000000..2b225e9 Binary files /dev/null and b/resources/assets/img/demos/photography/logo-photography.png differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-1.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-1.jpg new file mode 100644 index 0000000..208eff6 Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-1.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-2.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-2.jpg new file mode 100644 index 0000000..208eff6 Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-2.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-3.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-3.jpg new file mode 100644 index 0000000..208eff6 Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-3.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-4.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-4.jpg new file mode 100644 index 0000000..074eab3 Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-4.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-5.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-5.jpg new file mode 100644 index 0000000..074eab3 Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-5.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-parallax-1.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-1.jpg new file mode 100644 index 0000000..59296fd Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-1.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-parallax-2.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-2.jpg new file mode 100644 index 0000000..59296fd Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-2.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-parallax-3.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-3.jpg new file mode 100644 index 0000000..59296fd Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-3.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-parallax-4.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-4.jpg new file mode 100644 index 0000000..59296fd Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-4.jpg differ diff --git a/resources/assets/img/demos/photography/portfolio/portfolio-parallax-5.jpg b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-5.jpg new file mode 100644 index 0000000..59296fd Binary files /dev/null and b/resources/assets/img/demos/photography/portfolio/portfolio-parallax-5.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-1.jpg b/resources/assets/img/demos/photography/slides/slide-photography-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-1.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-2.jpg b/resources/assets/img/demos/photography/slides/slide-photography-2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-2.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-3.jpg b/resources/assets/img/demos/photography/slides/slide-photography-3.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-3.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-4.jpg b/resources/assets/img/demos/photography/slides/slide-photography-4.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-4.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-5.jpg b/resources/assets/img/demos/photography/slides/slide-photography-5.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-5.jpg differ diff --git a/resources/assets/img/demos/photography/slides/slide-photography-6.jpg b/resources/assets/img/demos/photography/slides/slide-photography-6.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/photography/slides/slide-photography-6.jpg differ diff --git a/resources/assets/img/demos/photography/team/team-1.jpg b/resources/assets/img/demos/photography/team/team-1.jpg new file mode 100644 index 0000000..6c7020f Binary files /dev/null and b/resources/assets/img/demos/photography/team/team-1.jpg differ diff --git a/resources/assets/img/demos/photography/team/team-2.jpg b/resources/assets/img/demos/photography/team/team-2.jpg new file mode 100644 index 0000000..6c7020f Binary files /dev/null and b/resources/assets/img/demos/photography/team/team-2.jpg differ diff --git a/resources/assets/img/demos/photography/team/team-3.jpg b/resources/assets/img/demos/photography/team/team-3.jpg new file mode 100644 index 0000000..6c7020f Binary files /dev/null and b/resources/assets/img/demos/photography/team/team-3.jpg differ diff --git a/resources/assets/img/demos/product-landing/backgrounds/background-1.jpg b/resources/assets/img/demos/product-landing/backgrounds/background-1.jpg new file mode 100644 index 0000000..cb48d5e Binary files /dev/null and b/resources/assets/img/demos/product-landing/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/product-landing/client-1.jpg b/resources/assets/img/demos/product-landing/client-1.jpg new file mode 100644 index 0000000..19c62db Binary files /dev/null and b/resources/assets/img/demos/product-landing/client-1.jpg differ diff --git a/resources/assets/img/demos/product-landing/client-2.jpg b/resources/assets/img/demos/product-landing/client-2.jpg new file mode 100644 index 0000000..19c62db Binary files /dev/null and b/resources/assets/img/demos/product-landing/client-2.jpg differ diff --git a/resources/assets/img/demos/product-landing/logo.png b/resources/assets/img/demos/product-landing/logo.png new file mode 100644 index 0000000..ab679a1 Binary files /dev/null and b/resources/assets/img/demos/product-landing/logo.png differ diff --git a/resources/assets/img/demos/product-landing/noise.jpg b/resources/assets/img/demos/product-landing/noise.jpg new file mode 100644 index 0000000..18ac4ee Binary files /dev/null and b/resources/assets/img/demos/product-landing/noise.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-1.png b/resources/assets/img/demos/product-landing/product-1.png new file mode 100644 index 0000000..b389148 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-1.png differ diff --git a/resources/assets/img/demos/product-landing/product-2.jpg b/resources/assets/img/demos/product-landing/product-2.jpg new file mode 100644 index 0000000..bc54843 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-2.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-2.png b/resources/assets/img/demos/product-landing/product-2.png new file mode 100644 index 0000000..67e4623 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-2.png differ diff --git a/resources/assets/img/demos/product-landing/product-3.jpg b/resources/assets/img/demos/product-landing/product-3.jpg new file mode 100644 index 0000000..091cfd0 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-3.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-3.png b/resources/assets/img/demos/product-landing/product-3.png new file mode 100644 index 0000000..54581a4 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-3.png differ diff --git a/resources/assets/img/demos/product-landing/product-4.jpg b/resources/assets/img/demos/product-landing/product-4.jpg new file mode 100644 index 0000000..bf6533c Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-4.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-carousel-1-2.jpg b/resources/assets/img/demos/product-landing/product-carousel-1-2.jpg new file mode 100644 index 0000000..9313bdf Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-carousel-1-2.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-carousel-1-3.jpg b/resources/assets/img/demos/product-landing/product-carousel-1-3.jpg new file mode 100644 index 0000000..9313bdf Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-carousel-1-3.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-carousel-1-4.jpg b/resources/assets/img/demos/product-landing/product-carousel-1-4.jpg new file mode 100644 index 0000000..63bbdd6 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-carousel-1-4.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-carousel-1.jpg b/resources/assets/img/demos/product-landing/product-carousel-1.jpg new file mode 100644 index 0000000..9313bdf Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-carousel-1.jpg differ diff --git a/resources/assets/img/demos/product-landing/product-wire.jpg b/resources/assets/img/demos/product-landing/product-wire.jpg new file mode 100644 index 0000000..515b129 Binary files /dev/null and b/resources/assets/img/demos/product-landing/product-wire.jpg differ diff --git a/resources/assets/img/demos/real-estate/backgrounds/bg-locations-1.jpg b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-1.jpg new file mode 100644 index 0000000..e4952bb Binary files /dev/null and b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-1.jpg differ diff --git a/resources/assets/img/demos/real-estate/backgrounds/bg-locations-2.jpg b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-2.jpg new file mode 100644 index 0000000..e4952bb Binary files /dev/null and b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-2.jpg differ diff --git a/resources/assets/img/demos/real-estate/backgrounds/bg-locations-3.jpg b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-3.jpg new file mode 100644 index 0000000..e4952bb Binary files /dev/null and b/resources/assets/img/demos/real-estate/backgrounds/bg-locations-3.jpg differ diff --git a/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-1.jpg b/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-1.jpg new file mode 100644 index 0000000..a4d06d9 Binary files /dev/null and b/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-1.jpg differ diff --git a/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-2.jpg b/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-2.jpg new file mode 100644 index 0000000..a4d06d9 Binary files /dev/null and b/resources/assets/img/demos/real-estate/backgrounds/bg-special-offers-2.jpg differ diff --git a/resources/assets/img/demos/real-estate/generic/generic-1.jpg b/resources/assets/img/demos/real-estate/generic/generic-1.jpg new file mode 100644 index 0000000..92bcd90 Binary files /dev/null and b/resources/assets/img/demos/real-estate/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/real-estate/icons/arrow-right.svg b/resources/assets/img/demos/real-estate/icons/arrow-right.svg new file mode 100644 index 0000000..08cc0b5 --- /dev/null +++ b/resources/assets/img/demos/real-estate/icons/arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/real-estate/listing/listing-1-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-1-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-1-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-2-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-2-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-2-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-3-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-3-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-3-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-4-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-4-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-4-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-5-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-5-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-5-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-6-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-6-thumb.jpg new file mode 100644 index 0000000..0ac17b6 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-6-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-1-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-1-thumb.jpg new file mode 100644 index 0000000..60132c8 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-1-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-1.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-1.jpg new file mode 100644 index 0000000..d88dfab Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-1.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-2-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-2-thumb.jpg new file mode 100644 index 0000000..60132c8 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-2-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-2.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-2.jpg new file mode 100644 index 0000000..d88dfab Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-2.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-3-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-3-thumb.jpg new file mode 100644 index 0000000..60132c8 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-3-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-3.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-3.jpg new file mode 100644 index 0000000..d88dfab Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-3.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-4-thumb.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-4-thumb.jpg new file mode 100644 index 0000000..60132c8 Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-4-thumb.jpg differ diff --git a/resources/assets/img/demos/real-estate/listing/listing-detail-4.jpg b/resources/assets/img/demos/real-estate/listing/listing-detail-4.jpg new file mode 100644 index 0000000..d88dfab Binary files /dev/null and b/resources/assets/img/demos/real-estate/listing/listing-detail-4.jpg differ diff --git a/resources/assets/img/demos/real-estate/logo.png b/resources/assets/img/demos/real-estate/logo.png new file mode 100644 index 0000000..8830b27 Binary files /dev/null and b/resources/assets/img/demos/real-estate/logo.png differ diff --git a/resources/assets/img/demos/real-estate/slider/slide-1.jpg b/resources/assets/img/demos/real-estate/slider/slide-1.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/demos/real-estate/slider/slide-1.jpg differ diff --git a/resources/assets/img/demos/real-estate/slider/slide-2.jpg b/resources/assets/img/demos/real-estate/slider/slide-2.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/demos/real-estate/slider/slide-2.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/backgrounds/parallax-1.jpg b/resources/assets/img/demos/renewable-energy/backgrounds/parallax-1.jpg new file mode 100644 index 0000000..2d0da2a Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/backgrounds/parallax-1.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/backgrounds/parallax-2.jpg b/resources/assets/img/demos/renewable-energy/backgrounds/parallax-2.jpg new file mode 100644 index 0000000..2d0da2a Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/backgrounds/parallax-2.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/blog/post-thumb-1.jpg b/resources/assets/img/demos/renewable-energy/blog/post-thumb-1.jpg new file mode 100644 index 0000000..b224763 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/blog/post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/blog/post-thumb-2.jpg b/resources/assets/img/demos/renewable-energy/blog/post-thumb-2.jpg new file mode 100644 index 0000000..b224763 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/blog/post-thumb-2.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/gallery/gallery-1.jpg b/resources/assets/img/demos/renewable-energy/gallery/gallery-1.jpg new file mode 100644 index 0000000..a5915dc Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/gallery/gallery-2.jpg b/resources/assets/img/demos/renewable-energy/gallery/gallery-2.jpg new file mode 100644 index 0000000..a5915dc Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/gallery/gallery-3.jpg b/resources/assets/img/demos/renewable-energy/gallery/gallery-3.jpg new file mode 100644 index 0000000..a5915dc Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-1.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-1.jpg new file mode 100644 index 0000000..c625de4 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-2.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-2.jpg new file mode 100644 index 0000000..edcb2e4 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-3.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-3.jpg new file mode 100644 index 0000000..018fc1f Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-4.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-4.jpg new file mode 100644 index 0000000..1771274 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-5.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-5.jpg new file mode 100644 index 0000000..0d45381 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-5.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-6.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-6.jpg new file mode 100644 index 0000000..f8dcd4f Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-6.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-7.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-7.jpg new file mode 100644 index 0000000..f8dcd4f Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-7.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-8.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-8.jpg new file mode 100644 index 0000000..0d45381 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-8.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/generic/generic-9.jpg b/resources/assets/img/demos/renewable-energy/generic/generic-9.jpg new file mode 100644 index 0000000..0d45381 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/generic/generic-9.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/hero/hero-1.jpg b/resources/assets/img/demos/renewable-energy/hero/hero-1.jpg new file mode 100644 index 0000000..e2841b2 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/hero/hero-1.jpg differ diff --git a/resources/assets/img/demos/renewable-energy/icons/icon-1.svg b/resources/assets/img/demos/renewable-energy/icons/icon-1.svg new file mode 100644 index 0000000..8ecc054 --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/icons/icon-1.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/renewable-energy/icons/icon-2.svg b/resources/assets/img/demos/renewable-energy/icons/icon-2.svg new file mode 100644 index 0000000..dcb6e9a --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/icons/icon-2.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/renewable-energy/icons/icon-3.svg b/resources/assets/img/demos/renewable-energy/icons/icon-3.svg new file mode 100644 index 0000000..80d48cb --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/icons/icon-3.svg @@ -0,0 +1 @@ +Asset 3 \ No newline at end of file diff --git a/resources/assets/img/demos/renewable-energy/icons/icon-4.svg b/resources/assets/img/demos/renewable-energy/icons/icon-4.svg new file mode 100644 index 0000000..e86768c --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/icons/icon-4.svg @@ -0,0 +1 @@ +Asset 4 \ No newline at end of file diff --git a/resources/assets/img/demos/renewable-energy/icons/icon-5.svg b/resources/assets/img/demos/renewable-energy/icons/icon-5.svg new file mode 100644 index 0000000..a34334f --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/icons/icon-5.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/renewable-energy/logo.png b/resources/assets/img/demos/renewable-energy/logo.png new file mode 100644 index 0000000..dc433a7 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/logo.png differ diff --git a/resources/assets/img/demos/renewable-energy/logos/logo-1.png b/resources/assets/img/demos/renewable-energy/logos/logo-1.png new file mode 100644 index 0000000..3d2037a Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/logos/logo-1.png differ diff --git a/resources/assets/img/demos/renewable-energy/logos/logo-2.png b/resources/assets/img/demos/renewable-energy/logos/logo-2.png new file mode 100644 index 0000000..5100087 Binary files /dev/null and b/resources/assets/img/demos/renewable-energy/logos/logo-2.png differ diff --git a/resources/assets/img/demos/renewable-energy/svg/divider-1.svg b/resources/assets/img/demos/renewable-energy/svg/divider-1.svg new file mode 100644 index 0000000..0c0d402 --- /dev/null +++ b/resources/assets/img/demos/renewable-energy/svg/divider-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-1.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-1.jpg new file mode 100644 index 0000000..f893e25 Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-2.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-2.jpg new file mode 100644 index 0000000..e3d1b64 Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-2.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-3.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-3.jpg new file mode 100644 index 0000000..ab9515d Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-3.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-4.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-4.jpg new file mode 100644 index 0000000..f241f2c Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-4.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-5.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-5.jpg new file mode 100644 index 0000000..6c206b7 Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-5.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-top-left-1.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-top-left-1.jpg new file mode 100644 index 0000000..ef26ab3 Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-top-left-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/backgrounds/background-top-right-1.jpg b/resources/assets/img/demos/restaurant/backgrounds/background-top-right-1.jpg new file mode 100644 index 0000000..54e3057 Binary files /dev/null and b/resources/assets/img/demos/restaurant/backgrounds/background-top-right-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/blog/blog-1.jpg b/resources/assets/img/demos/restaurant/blog/blog-1.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/restaurant/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/blog/blog-2.jpg b/resources/assets/img/demos/restaurant/blog/blog-2.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/restaurant/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/restaurant/blog/blog-3.jpg b/resources/assets/img/demos/restaurant/blog/blog-3.jpg new file mode 100644 index 0000000..2a94256 Binary files /dev/null and b/resources/assets/img/demos/restaurant/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/restaurant/cheff.jpg b/resources/assets/img/demos/restaurant/cheff.jpg new file mode 100644 index 0000000..4913a88 Binary files /dev/null and b/resources/assets/img/demos/restaurant/cheff.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-1-big-plus.jpg b/resources/assets/img/demos/restaurant/generic/generic-1-big-plus.jpg new file mode 100644 index 0000000..f8673e7 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-1-big-plus.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-1-big-wide.jpg b/resources/assets/img/demos/restaurant/generic/generic-1-big-wide.jpg new file mode 100644 index 0000000..f8673e7 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-1-big-wide.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-1-big.jpg b/resources/assets/img/demos/restaurant/generic/generic-1-big.jpg new file mode 100644 index 0000000..8afb597 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-1-big.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-1.jpg b/resources/assets/img/demos/restaurant/generic/generic-1.jpg new file mode 100644 index 0000000..f588ee1 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-2-small.jpg b/resources/assets/img/demos/restaurant/generic/generic-2-small.jpg new file mode 100644 index 0000000..447d0d0 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-2-small.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-2.jpg b/resources/assets/img/demos/restaurant/generic/generic-2.jpg new file mode 100644 index 0000000..f588ee1 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-3-small.jpg b/resources/assets/img/demos/restaurant/generic/generic-3-small.jpg new file mode 100644 index 0000000..fff82fa Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-3-small.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-3.jpg b/resources/assets/img/demos/restaurant/generic/generic-3.jpg new file mode 100644 index 0000000..f588ee1 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-3.jpg differ diff --git a/resources/assets/img/demos/restaurant/generic/generic-4.jpg b/resources/assets/img/demos/restaurant/generic/generic-4.jpg new file mode 100644 index 0000000..f588ee1 Binary files /dev/null and b/resources/assets/img/demos/restaurant/generic/generic-4.jpg differ diff --git a/resources/assets/img/demos/restaurant/icons/email.svg b/resources/assets/img/demos/restaurant/icons/email.svg new file mode 100644 index 0000000..238c683 --- /dev/null +++ b/resources/assets/img/demos/restaurant/icons/email.svg @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/demos/restaurant/icons/location.svg b/resources/assets/img/demos/restaurant/icons/location.svg new file mode 100644 index 0000000..1e866e6 --- /dev/null +++ b/resources/assets/img/demos/restaurant/icons/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/restaurant/icons/phone.svg b/resources/assets/img/demos/restaurant/icons/phone.svg new file mode 100644 index 0000000..af533be --- /dev/null +++ b/resources/assets/img/demos/restaurant/icons/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/restaurant/icons/tripadvisor.svg b/resources/assets/img/demos/restaurant/icons/tripadvisor.svg new file mode 100644 index 0000000..8a31f7b --- /dev/null +++ b/resources/assets/img/demos/restaurant/icons/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/restaurant/logo-footer.png b/resources/assets/img/demos/restaurant/logo-footer.png new file mode 100644 index 0000000..62b8d87 Binary files /dev/null and b/resources/assets/img/demos/restaurant/logo-footer.png differ diff --git a/resources/assets/img/demos/restaurant/logo.png b/resources/assets/img/demos/restaurant/logo.png new file mode 100644 index 0000000..4707d31 Binary files /dev/null and b/resources/assets/img/demos/restaurant/logo.png differ diff --git a/resources/assets/img/demos/restaurant/menu/menu-1.jpg b/resources/assets/img/demos/restaurant/menu/menu-1.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/restaurant/menu/menu-1.jpg differ diff --git a/resources/assets/img/demos/restaurant/menu/menu-2.jpg b/resources/assets/img/demos/restaurant/menu/menu-2.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/restaurant/menu/menu-2.jpg differ diff --git a/resources/assets/img/demos/restaurant/menu/menu-3.jpg b/resources/assets/img/demos/restaurant/menu/menu-3.jpg new file mode 100644 index 0000000..1d33f2c Binary files /dev/null and b/resources/assets/img/demos/restaurant/menu/menu-3.jpg differ diff --git a/resources/assets/img/demos/resume/about-me/about-me-bg-1.jpg b/resources/assets/img/demos/resume/about-me/about-me-bg-1.jpg new file mode 100644 index 0000000..5e54811 Binary files /dev/null and b/resources/assets/img/demos/resume/about-me/about-me-bg-1.jpg differ diff --git a/resources/assets/img/demos/resume/about-me/me.jpg b/resources/assets/img/demos/resume/about-me/me.jpg new file mode 100644 index 0000000..c08c660 Binary files /dev/null and b/resources/assets/img/demos/resume/about-me/me.jpg differ diff --git a/resources/assets/img/demos/resume/about-me/mouse.png b/resources/assets/img/demos/resume/about-me/mouse.png new file mode 100644 index 0000000..5143744 Binary files /dev/null and b/resources/assets/img/demos/resume/about-me/mouse.png differ diff --git a/resources/assets/img/demos/resume/blog/blog-1.jpg b/resources/assets/img/demos/resume/blog/blog-1.jpg new file mode 100644 index 0000000..deb5553 Binary files /dev/null and b/resources/assets/img/demos/resume/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/resume/blog/blog-2.jpg b/resources/assets/img/demos/resume/blog/blog-2.jpg new file mode 100644 index 0000000..deb5553 Binary files /dev/null and b/resources/assets/img/demos/resume/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/resume/contact/contact-bg-1.jpg b/resources/assets/img/demos/resume/contact/contact-bg-1.jpg new file mode 100644 index 0000000..927a598 Binary files /dev/null and b/resources/assets/img/demos/resume/contact/contact-bg-1.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-1.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-1.jpg new file mode 100644 index 0000000..6e58769 Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-1.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-2.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-2.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-2.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-3.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-3.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-3.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-4.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-4.jpg new file mode 100644 index 0000000..eb4b616 Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-4.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-5.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-5.jpg new file mode 100644 index 0000000..4487eac Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-5.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-6.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-6.jpg new file mode 100644 index 0000000..0e6f887 Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-6.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-7.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-7.jpg new file mode 100644 index 0000000..d2de2c8 Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-7.jpg differ diff --git a/resources/assets/img/demos/resume/portfolio/portfolio-8.jpg b/resources/assets/img/demos/resume/portfolio/portfolio-8.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/demos/resume/portfolio/portfolio-8.jpg differ diff --git a/resources/assets/img/demos/sass/features/feature-1.gif b/resources/assets/img/demos/sass/features/feature-1.gif new file mode 100644 index 0000000..7f79e6a Binary files /dev/null and b/resources/assets/img/demos/sass/features/feature-1.gif differ diff --git a/resources/assets/img/demos/sass/features/feature-2.gif b/resources/assets/img/demos/sass/features/feature-2.gif new file mode 100644 index 0000000..307c18d Binary files /dev/null and b/resources/assets/img/demos/sass/features/feature-2.gif differ diff --git a/resources/assets/img/demos/sass/features/feature-3.gif b/resources/assets/img/demos/sass/features/feature-3.gif new file mode 100644 index 0000000..9ee74ae Binary files /dev/null and b/resources/assets/img/demos/sass/features/feature-3.gif differ diff --git a/resources/assets/img/demos/sass/icons/icon-1.png b/resources/assets/img/demos/sass/icons/icon-1.png new file mode 100644 index 0000000..f5ad514 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-1.png differ diff --git a/resources/assets/img/demos/sass/icons/icon-2.png b/resources/assets/img/demos/sass/icons/icon-2.png new file mode 100644 index 0000000..e83c2f6 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-2.png differ diff --git a/resources/assets/img/demos/sass/icons/icon-3.png b/resources/assets/img/demos/sass/icons/icon-3.png new file mode 100644 index 0000000..3d062f5 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-3.png differ diff --git a/resources/assets/img/demos/sass/icons/icon-4.png b/resources/assets/img/demos/sass/icons/icon-4.png new file mode 100644 index 0000000..5114295 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-4.png differ diff --git a/resources/assets/img/demos/sass/icons/icon-5.png b/resources/assets/img/demos/sass/icons/icon-5.png new file mode 100644 index 0000000..a44dea1 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-5.png differ diff --git a/resources/assets/img/demos/sass/icons/icon-6.png b/resources/assets/img/demos/sass/icons/icon-6.png new file mode 100644 index 0000000..5f35675 Binary files /dev/null and b/resources/assets/img/demos/sass/icons/icon-6.png differ diff --git a/resources/assets/img/demos/sass/screens/screen-1.jpg b/resources/assets/img/demos/sass/screens/screen-1.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-1.jpg differ diff --git a/resources/assets/img/demos/sass/screens/screen-2.jpg b/resources/assets/img/demos/sass/screens/screen-2.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-2.jpg differ diff --git a/resources/assets/img/demos/sass/screens/screen-3.jpg b/resources/assets/img/demos/sass/screens/screen-3.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-3.jpg differ diff --git a/resources/assets/img/demos/sass/screens/screen-4.jpg b/resources/assets/img/demos/sass/screens/screen-4.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-4.jpg differ diff --git a/resources/assets/img/demos/sass/screens/screen-5.jpg b/resources/assets/img/demos/sass/screens/screen-5.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-5.jpg differ diff --git a/resources/assets/img/demos/sass/screens/screen-6.jpg b/resources/assets/img/demos/sass/screens/screen-6.jpg new file mode 100644 index 0000000..e93e96d Binary files /dev/null and b/resources/assets/img/demos/sass/screens/screen-6.jpg differ diff --git a/resources/assets/img/demos/seo-2/blog/blog-1.jpg b/resources/assets/img/demos/seo-2/blog/blog-1.jpg new file mode 100644 index 0000000..46de946 Binary files /dev/null and b/resources/assets/img/demos/seo-2/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/seo-2/blog/blog-2.jpg b/resources/assets/img/demos/seo-2/blog/blog-2.jpg new file mode 100644 index 0000000..46de946 Binary files /dev/null and b/resources/assets/img/demos/seo-2/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/seo-2/concept-1.png b/resources/assets/img/demos/seo-2/concept-1.png new file mode 100644 index 0000000..78ee8f3 Binary files /dev/null and b/resources/assets/img/demos/seo-2/concept-1.png differ diff --git a/resources/assets/img/demos/seo-2/concept-2.png b/resources/assets/img/demos/seo-2/concept-2.png new file mode 100644 index 0000000..b27eaeb Binary files /dev/null and b/resources/assets/img/demos/seo-2/concept-2.png differ diff --git a/resources/assets/img/demos/seo-2/dots-group-2.png b/resources/assets/img/demos/seo-2/dots-group-2.png new file mode 100644 index 0000000..56a4066 Binary files /dev/null and b/resources/assets/img/demos/seo-2/dots-group-2.png differ diff --git a/resources/assets/img/demos/seo-2/dots-group-3.png b/resources/assets/img/demos/seo-2/dots-group-3.png new file mode 100644 index 0000000..b4fb9c8 Binary files /dev/null and b/resources/assets/img/demos/seo-2/dots-group-3.png differ diff --git a/resources/assets/img/demos/seo-2/dots-group-4.png b/resources/assets/img/demos/seo-2/dots-group-4.png new file mode 100644 index 0000000..185a214 Binary files /dev/null and b/resources/assets/img/demos/seo-2/dots-group-4.png differ diff --git a/resources/assets/img/demos/seo-2/dots-group.png b/resources/assets/img/demos/seo-2/dots-group.png new file mode 100644 index 0000000..fc2f026 Binary files /dev/null and b/resources/assets/img/demos/seo-2/dots-group.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-1.png b/resources/assets/img/demos/seo-2/icons/icon-1.png new file mode 100644 index 0000000..dcba0c7 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-1.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-2.png b/resources/assets/img/demos/seo-2/icons/icon-2.png new file mode 100644 index 0000000..5860d51 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-2.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-3.png b/resources/assets/img/demos/seo-2/icons/icon-3.png new file mode 100644 index 0000000..2bfd1f4 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-3.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-4.png b/resources/assets/img/demos/seo-2/icons/icon-4.png new file mode 100644 index 0000000..39fb411 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-4.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-5.png b/resources/assets/img/demos/seo-2/icons/icon-5.png new file mode 100644 index 0000000..47c87b2 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-5.png differ diff --git a/resources/assets/img/demos/seo-2/icons/icon-6.png b/resources/assets/img/demos/seo-2/icons/icon-6.png new file mode 100644 index 0000000..0a2e2c0 Binary files /dev/null and b/resources/assets/img/demos/seo-2/icons/icon-6.png differ diff --git a/resources/assets/img/demos/seo-2/icons/search.svg b/resources/assets/img/demos/seo-2/icons/search.svg new file mode 100644 index 0000000..0a2d95f --- /dev/null +++ b/resources/assets/img/demos/seo-2/icons/search.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-2/icons/target.svg b/resources/assets/img/demos/seo-2/icons/target.svg new file mode 100644 index 0000000..418053c --- /dev/null +++ b/resources/assets/img/demos/seo-2/icons/target.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-2/icons/teaching.svg b/resources/assets/img/demos/seo-2/icons/teaching.svg new file mode 100644 index 0000000..7ee2095 --- /dev/null +++ b/resources/assets/img/demos/seo-2/icons/teaching.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-2/logo-footer.png b/resources/assets/img/demos/seo-2/logo-footer.png new file mode 100644 index 0000000..e9ec4b5 Binary files /dev/null and b/resources/assets/img/demos/seo-2/logo-footer.png differ diff --git a/resources/assets/img/demos/seo-2/logo.png b/resources/assets/img/demos/seo-2/logo.png new file mode 100644 index 0000000..afe5a11 Binary files /dev/null and b/resources/assets/img/demos/seo-2/logo.png differ diff --git a/resources/assets/img/demos/seo-3/cases/case-1.jpg b/resources/assets/img/demos/seo-3/cases/case-1.jpg new file mode 100644 index 0000000..f506ee3 Binary files /dev/null and b/resources/assets/img/demos/seo-3/cases/case-1.jpg differ diff --git a/resources/assets/img/demos/seo-3/cases/case-2.jpg b/resources/assets/img/demos/seo-3/cases/case-2.jpg new file mode 100644 index 0000000..df0f738 Binary files /dev/null and b/resources/assets/img/demos/seo-3/cases/case-2.jpg differ diff --git a/resources/assets/img/demos/seo-3/cases/case-3.jpg b/resources/assets/img/demos/seo-3/cases/case-3.jpg new file mode 100644 index 0000000..f506ee3 Binary files /dev/null and b/resources/assets/img/demos/seo-3/cases/case-3.jpg differ diff --git a/resources/assets/img/demos/seo-3/cases/case-4.jpg b/resources/assets/img/demos/seo-3/cases/case-4.jpg new file mode 100644 index 0000000..f506ee3 Binary files /dev/null and b/resources/assets/img/demos/seo-3/cases/case-4.jpg differ diff --git a/resources/assets/img/demos/seo-3/generic/generic-1.svg b/resources/assets/img/demos/seo-3/generic/generic-1.svg new file mode 100644 index 0000000..6bfae39 --- /dev/null +++ b/resources/assets/img/demos/seo-3/generic/generic-1.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/generic/generic-2.svg b/resources/assets/img/demos/seo-3/generic/generic-2.svg new file mode 100644 index 0000000..6bfae39 --- /dev/null +++ b/resources/assets/img/demos/seo-3/generic/generic-2.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/generic/generic-3.svg b/resources/assets/img/demos/seo-3/generic/generic-3.svg new file mode 100644 index 0000000..6bfae39 --- /dev/null +++ b/resources/assets/img/demos/seo-3/generic/generic-3.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-1.svg b/resources/assets/img/demos/seo-3/icons/icon-1.svg new file mode 100644 index 0000000..16e058e --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-1.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-10.svg b/resources/assets/img/demos/seo-3/icons/icon-10.svg new file mode 100644 index 0000000..3a8bdb6 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-10.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-2.svg b/resources/assets/img/demos/seo-3/icons/icon-2.svg new file mode 100644 index 0000000..d15b0b2 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-2.svg @@ -0,0 +1 @@ +das \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-3.svg b/resources/assets/img/demos/seo-3/icons/icon-3.svg new file mode 100644 index 0000000..88d8db6 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-3.svg @@ -0,0 +1 @@ +aaa \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-4.svg b/resources/assets/img/demos/seo-3/icons/icon-4.svg new file mode 100644 index 0000000..056bc49 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-4.svg @@ -0,0 +1 @@ +asd \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-5.svg b/resources/assets/img/demos/seo-3/icons/icon-5.svg new file mode 100644 index 0000000..7e3a75c --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-6.svg b/resources/assets/img/demos/seo-3/icons/icon-6.svg new file mode 100644 index 0000000..5124b49 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-7.svg b/resources/assets/img/demos/seo-3/icons/icon-7.svg new file mode 100644 index 0000000..305be5d --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-8.svg b/resources/assets/img/demos/seo-3/icons/icon-8.svg new file mode 100644 index 0000000..4632bcf --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-8.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/icons/icon-9.svg b/resources/assets/img/demos/seo-3/icons/icon-9.svg new file mode 100644 index 0000000..af94ee6 --- /dev/null +++ b/resources/assets/img/demos/seo-3/icons/icon-9.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/seo-3/logo.png b/resources/assets/img/demos/seo-3/logo.png new file mode 100644 index 0000000..d00481c Binary files /dev/null and b/resources/assets/img/demos/seo-3/logo.png differ diff --git a/resources/assets/img/demos/seo/backgrounds/background-1.jpg b/resources/assets/img/demos/seo/backgrounds/background-1.jpg new file mode 100644 index 0000000..213a5eb Binary files /dev/null and b/resources/assets/img/demos/seo/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/seo/blog/blog-1.jpg b/resources/assets/img/demos/seo/blog/blog-1.jpg new file mode 100644 index 0000000..12a5e80 Binary files /dev/null and b/resources/assets/img/demos/seo/blog/blog-1.jpg differ diff --git a/resources/assets/img/demos/seo/blog/blog-2.jpg b/resources/assets/img/demos/seo/blog/blog-2.jpg new file mode 100644 index 0000000..12a5e80 Binary files /dev/null and b/resources/assets/img/demos/seo/blog/blog-2.jpg differ diff --git a/resources/assets/img/demos/seo/blog/blog-3.jpg b/resources/assets/img/demos/seo/blog/blog-3.jpg new file mode 100644 index 0000000..12a5e80 Binary files /dev/null and b/resources/assets/img/demos/seo/blog/blog-3.jpg differ diff --git a/resources/assets/img/demos/seo/blog/blog-4.jpg b/resources/assets/img/demos/seo/blog/blog-4.jpg new file mode 100644 index 0000000..12a5e80 Binary files /dev/null and b/resources/assets/img/demos/seo/blog/blog-4.jpg differ diff --git a/resources/assets/img/demos/seo/generic-1.jpg b/resources/assets/img/demos/seo/generic-1.jpg new file mode 100644 index 0000000..30ed125 Binary files /dev/null and b/resources/assets/img/demos/seo/generic-1.jpg differ diff --git a/resources/assets/img/demos/seo/generic-2.jpg b/resources/assets/img/demos/seo/generic-2.jpg new file mode 100644 index 0000000..2e7a0ff Binary files /dev/null and b/resources/assets/img/demos/seo/generic-2.jpg differ diff --git a/resources/assets/img/demos/seo/icons/icon-1.png b/resources/assets/img/demos/seo/icons/icon-1.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-1.png differ diff --git a/resources/assets/img/demos/seo/icons/icon-2.png b/resources/assets/img/demos/seo/icons/icon-2.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-2.png differ diff --git a/resources/assets/img/demos/seo/icons/icon-3.png b/resources/assets/img/demos/seo/icons/icon-3.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-3.png differ diff --git a/resources/assets/img/demos/seo/icons/icon-4.png b/resources/assets/img/demos/seo/icons/icon-4.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-4.png differ diff --git a/resources/assets/img/demos/seo/icons/icon-5.png b/resources/assets/img/demos/seo/icons/icon-5.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-5.png differ diff --git a/resources/assets/img/demos/seo/icons/icon-6.png b/resources/assets/img/demos/seo/icons/icon-6.png new file mode 100644 index 0000000..99df93d Binary files /dev/null and b/resources/assets/img/demos/seo/icons/icon-6.png differ diff --git a/resources/assets/img/demos/seo/seo-charts.png b/resources/assets/img/demos/seo/seo-charts.png new file mode 100644 index 0000000..c207c2c Binary files /dev/null and b/resources/assets/img/demos/seo/seo-charts.png differ diff --git a/resources/assets/img/demos/startup-agency/about-us-1.png b/resources/assets/img/demos/startup-agency/about-us-1.png new file mode 100644 index 0000000..95cf85c Binary files /dev/null and b/resources/assets/img/demos/startup-agency/about-us-1.png differ diff --git a/resources/assets/img/demos/startup-agency/authors/author-1.jpg b/resources/assets/img/demos/startup-agency/authors/author-1.jpg new file mode 100644 index 0000000..fe7fac1 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/authors/author-1.jpg differ diff --git a/resources/assets/img/demos/startup-agency/authors/author-2.jpg b/resources/assets/img/demos/startup-agency/authors/author-2.jpg new file mode 100644 index 0000000..fe7fac1 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/authors/author-2.jpg differ diff --git a/resources/assets/img/demos/startup-agency/authors/author-3.jpg b/resources/assets/img/demos/startup-agency/authors/author-3.jpg new file mode 100644 index 0000000..fe7fac1 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/authors/author-3.jpg differ diff --git a/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-1.jpg b/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-1.jpg new file mode 100644 index 0000000..b8f4c00 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-1.jpg differ diff --git a/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-2.jpg b/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-2.jpg new file mode 100644 index 0000000..15c6945 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/backgrounds/morphing-bg-2.jpg differ diff --git a/resources/assets/img/demos/startup-agency/icons/icon-calendar.svg b/resources/assets/img/demos/startup-agency/icons/icon-calendar.svg new file mode 100644 index 0000000..dcf6e20 --- /dev/null +++ b/resources/assets/img/demos/startup-agency/icons/icon-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/startup-agency/icons/icon-location.svg b/resources/assets/img/demos/startup-agency/icons/icon-location.svg new file mode 100644 index 0000000..1e866e6 --- /dev/null +++ b/resources/assets/img/demos/startup-agency/icons/icon-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/startup-agency/icons/icon-mail.svg b/resources/assets/img/demos/startup-agency/icons/icon-mail.svg new file mode 100644 index 0000000..a096058 --- /dev/null +++ b/resources/assets/img/demos/startup-agency/icons/icon-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/startup-agency/icons/icon-phone.svg b/resources/assets/img/demos/startup-agency/icons/icon-phone.svg new file mode 100644 index 0000000..3bc65c1 --- /dev/null +++ b/resources/assets/img/demos/startup-agency/icons/icon-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/startup-agency/logo.png b/resources/assets/img/demos/startup-agency/logo.png new file mode 100644 index 0000000..d00481c Binary files /dev/null and b/resources/assets/img/demos/startup-agency/logo.png differ diff --git a/resources/assets/img/demos/startup-agency/works/work-1.jpg b/resources/assets/img/demos/startup-agency/works/work-1.jpg new file mode 100644 index 0000000..4f08ce0 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/works/work-1.jpg differ diff --git a/resources/assets/img/demos/startup-agency/works/work-2.jpg b/resources/assets/img/demos/startup-agency/works/work-2.jpg new file mode 100644 index 0000000..4f08ce0 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/works/work-2.jpg differ diff --git a/resources/assets/img/demos/startup-agency/works/work-3.jpg b/resources/assets/img/demos/startup-agency/works/work-3.jpg new file mode 100644 index 0000000..4f08ce0 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/works/work-3.jpg differ diff --git a/resources/assets/img/demos/startup-agency/works/work-4.jpg b/resources/assets/img/demos/startup-agency/works/work-4.jpg new file mode 100644 index 0000000..4f08ce0 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/works/work-4.jpg differ diff --git a/resources/assets/img/demos/startup-agency/works/work-5.jpg b/resources/assets/img/demos/startup-agency/works/work-5.jpg new file mode 100644 index 0000000..4f08ce0 Binary files /dev/null and b/resources/assets/img/demos/startup-agency/works/work-5.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/backgrounds/background-1.jpg b/resources/assets/img/demos/transportation-logistic/backgrounds/background-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/backgrounds/background-1.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/blog/post-thumb-1.jpg b/resources/assets/img/demos/transportation-logistic/blog/post-thumb-1.jpg new file mode 100644 index 0000000..edab9a6 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/blog/post-thumb-1.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/generic/generic-1.png b/resources/assets/img/demos/transportation-logistic/generic/generic-1.png new file mode 100644 index 0000000..fc21ab6 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/generic/generic-1.png differ diff --git a/resources/assets/img/demos/transportation-logistic/generic/generic-2.jpg b/resources/assets/img/demos/transportation-logistic/generic/generic-2.jpg new file mode 100644 index 0000000..0ea3368 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/generic/generic-2.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/generic/generic-3.png b/resources/assets/img/demos/transportation-logistic/generic/generic-3.png new file mode 100644 index 0000000..42acbc5 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/generic/generic-3.png differ diff --git a/resources/assets/img/demos/transportation-logistic/icons/quote.svg b/resources/assets/img/demos/transportation-logistic/icons/quote.svg new file mode 100644 index 0000000..34c36a6 --- /dev/null +++ b/resources/assets/img/demos/transportation-logistic/icons/quote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/demos/transportation-logistic/icons/service-1.svg b/resources/assets/img/demos/transportation-logistic/icons/service-1.svg new file mode 100644 index 0000000..cbd213e --- /dev/null +++ b/resources/assets/img/demos/transportation-logistic/icons/service-1.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/resources/assets/img/demos/transportation-logistic/icons/service-2.svg b/resources/assets/img/demos/transportation-logistic/icons/service-2.svg new file mode 100644 index 0000000..36623a2 --- /dev/null +++ b/resources/assets/img/demos/transportation-logistic/icons/service-2.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/transportation-logistic/icons/service-3.svg b/resources/assets/img/demos/transportation-logistic/icons/service-3.svg new file mode 100644 index 0000000..6f1e980 --- /dev/null +++ b/resources/assets/img/demos/transportation-logistic/icons/service-3.svg @@ -0,0 +1 @@ +Asset 3 \ No newline at end of file diff --git a/resources/assets/img/demos/transportation-logistic/logo-footer.png b/resources/assets/img/demos/transportation-logistic/logo-footer.png new file mode 100644 index 0000000..2154009 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/logo-footer.png differ diff --git a/resources/assets/img/demos/transportation-logistic/logo.jpg b/resources/assets/img/demos/transportation-logistic/logo.jpg new file mode 100644 index 0000000..928f6d4 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/logo.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/services/service-1.jpg b/resources/assets/img/demos/transportation-logistic/services/service-1.jpg new file mode 100644 index 0000000..9383e72 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/services/service-1.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/services/service-2.jpg b/resources/assets/img/demos/transportation-logistic/services/service-2.jpg new file mode 100644 index 0000000..9383e72 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/services/service-2.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/services/service-3.jpg b/resources/assets/img/demos/transportation-logistic/services/service-3.jpg new file mode 100644 index 0000000..9383e72 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/services/service-3.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/slides/slide-1.jpg b/resources/assets/img/demos/transportation-logistic/slides/slide-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/slides/slide-1.jpg differ diff --git a/resources/assets/img/demos/transportation-logistic/slides/slide-2.jpg b/resources/assets/img/demos/transportation-logistic/slides/slide-2.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/transportation-logistic/slides/slide-2.jpg differ diff --git a/resources/assets/img/demos/wedding/backgrounds/bg-1.svg b/resources/assets/img/demos/wedding/backgrounds/bg-1.svg new file mode 100644 index 0000000..5de84f0 --- /dev/null +++ b/resources/assets/img/demos/wedding/backgrounds/bg-1.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/resources/assets/img/demos/wedding/backgrounds/bg-2.svg b/resources/assets/img/demos/wedding/backgrounds/bg-2.svg new file mode 100644 index 0000000..5d46313 --- /dev/null +++ b/resources/assets/img/demos/wedding/backgrounds/bg-2.svg @@ -0,0 +1 @@ +Asset 4 \ No newline at end of file diff --git a/resources/assets/img/demos/wedding/backgrounds/bg-3.jpg b/resources/assets/img/demos/wedding/backgrounds/bg-3.jpg new file mode 100644 index 0000000..81656fb Binary files /dev/null and b/resources/assets/img/demos/wedding/backgrounds/bg-3.jpg differ diff --git a/resources/assets/img/demos/wedding/backgrounds/bg-4.jpg b/resources/assets/img/demos/wedding/backgrounds/bg-4.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/wedding/backgrounds/bg-4.jpg differ diff --git a/resources/assets/img/demos/wedding/blog/blog-thumb-1.jpg b/resources/assets/img/demos/wedding/blog/blog-thumb-1.jpg new file mode 100644 index 0000000..56b8bfa Binary files /dev/null and b/resources/assets/img/demos/wedding/blog/blog-thumb-1.jpg differ diff --git a/resources/assets/img/demos/wedding/blog/blog-thumb-2.jpg b/resources/assets/img/demos/wedding/blog/blog-thumb-2.jpg new file mode 100644 index 0000000..56b8bfa Binary files /dev/null and b/resources/assets/img/demos/wedding/blog/blog-thumb-2.jpg differ diff --git a/resources/assets/img/demos/wedding/blog/blog-thumb-3.jpg b/resources/assets/img/demos/wedding/blog/blog-thumb-3.jpg new file mode 100644 index 0000000..56b8bfa Binary files /dev/null and b/resources/assets/img/demos/wedding/blog/blog-thumb-3.jpg differ diff --git a/resources/assets/img/demos/wedding/elements/blurflake1.png b/resources/assets/img/demos/wedding/elements/blurflake1.png new file mode 100644 index 0000000..1879c68 Binary files /dev/null and b/resources/assets/img/demos/wedding/elements/blurflake1.png differ diff --git a/resources/assets/img/demos/wedding/elements/blurflake2.png b/resources/assets/img/demos/wedding/elements/blurflake2.png new file mode 100644 index 0000000..8698c9c Binary files /dev/null and b/resources/assets/img/demos/wedding/elements/blurflake2.png differ diff --git a/resources/assets/img/demos/wedding/elements/blurflake3.png b/resources/assets/img/demos/wedding/elements/blurflake3.png new file mode 100644 index 0000000..4b183fb Binary files /dev/null and b/resources/assets/img/demos/wedding/elements/blurflake3.png differ diff --git a/resources/assets/img/demos/wedding/elements/blurflake4.png b/resources/assets/img/demos/wedding/elements/blurflake4.png new file mode 100644 index 0000000..68f89dd Binary files /dev/null and b/resources/assets/img/demos/wedding/elements/blurflake4.png differ diff --git a/resources/assets/img/demos/wedding/photos/photo-1.jpg b/resources/assets/img/demos/wedding/photos/photo-1.jpg new file mode 100644 index 0000000..e79b685 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-1.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-10-thumb.jpg b/resources/assets/img/demos/wedding/photos/photo-10-thumb.jpg new file mode 100644 index 0000000..8384b03 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-10-thumb.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-10.jpg b/resources/assets/img/demos/wedding/photos/photo-10.jpg new file mode 100644 index 0000000..5dfa2cb Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-10.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-11-thumb.jpg b/resources/assets/img/demos/wedding/photos/photo-11-thumb.jpg new file mode 100644 index 0000000..8384b03 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-11-thumb.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-11.jpg b/resources/assets/img/demos/wedding/photos/photo-11.jpg new file mode 100644 index 0000000..5dfa2cb Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-11.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-2.jpg b/resources/assets/img/demos/wedding/photos/photo-2.jpg new file mode 100644 index 0000000..e79b685 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-2.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-3.jpg b/resources/assets/img/demos/wedding/photos/photo-3.jpg new file mode 100644 index 0000000..9061862 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-3.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-4.jpg b/resources/assets/img/demos/wedding/photos/photo-4.jpg new file mode 100644 index 0000000..9061862 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-4.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-5.jpg b/resources/assets/img/demos/wedding/photos/photo-5.jpg new file mode 100644 index 0000000..015ac23 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-5.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-6.jpg b/resources/assets/img/demos/wedding/photos/photo-6.jpg new file mode 100644 index 0000000..c6b8025 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-6.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-7.jpg b/resources/assets/img/demos/wedding/photos/photo-7.jpg new file mode 100644 index 0000000..c6b8025 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-7.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-8-thumb.jpg b/resources/assets/img/demos/wedding/photos/photo-8-thumb.jpg new file mode 100644 index 0000000..8384b03 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-8-thumb.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-8.jpg b/resources/assets/img/demos/wedding/photos/photo-8.jpg new file mode 100644 index 0000000..5dfa2cb Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-8.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-9-thumb.jpg b/resources/assets/img/demos/wedding/photos/photo-9-thumb.jpg new file mode 100644 index 0000000..8384b03 Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-9-thumb.jpg differ diff --git a/resources/assets/img/demos/wedding/photos/photo-9.jpg b/resources/assets/img/demos/wedding/photos/photo-9.jpg new file mode 100644 index 0000000..5dfa2cb Binary files /dev/null and b/resources/assets/img/demos/wedding/photos/photo-9.jpg differ diff --git a/resources/assets/img/demos/wedding/slider/slide-1.jpg b/resources/assets/img/demos/wedding/slider/slide-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/demos/wedding/slider/slide-1.jpg differ diff --git a/resources/assets/img/demos/wedding/slider/slide-2.jpg b/resources/assets/img/demos/wedding/slider/slide-2.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/demos/wedding/slider/slide-2.jpg differ diff --git a/resources/assets/img/desktop-device-1.png b/resources/assets/img/desktop-device-1.png new file mode 100644 index 0000000..7db4423 Binary files /dev/null and b/resources/assets/img/desktop-device-1.png differ diff --git a/resources/assets/img/device.png b/resources/assets/img/device.png new file mode 100644 index 0000000..49e1264 Binary files /dev/null and b/resources/assets/img/device.png differ diff --git a/resources/assets/img/dotted-line-angle.png b/resources/assets/img/dotted-line-angle.png new file mode 100644 index 0000000..66ee8e0 Binary files /dev/null and b/resources/assets/img/dotted-line-angle.png differ diff --git a/resources/assets/img/favicon.ico b/resources/assets/img/favicon.ico new file mode 100644 index 0000000..6e42d26 Binary files /dev/null and b/resources/assets/img/favicon.ico differ diff --git a/resources/assets/img/flags.png b/resources/assets/img/flags.png new file mode 100644 index 0000000..516eb17 Binary files /dev/null and b/resources/assets/img/flags.png differ diff --git a/resources/assets/img/gallery/gallery-1.jpg b/resources/assets/img/gallery/gallery-1.jpg new file mode 100644 index 0000000..80497d7 Binary files /dev/null and b/resources/assets/img/gallery/gallery-1.jpg differ diff --git a/resources/assets/img/gallery/gallery-10.jpg b/resources/assets/img/gallery/gallery-10.jpg new file mode 100644 index 0000000..c69390d Binary files /dev/null and b/resources/assets/img/gallery/gallery-10.jpg differ diff --git a/resources/assets/img/gallery/gallery-11.jpg b/resources/assets/img/gallery/gallery-11.jpg new file mode 100644 index 0000000..d35eba8 Binary files /dev/null and b/resources/assets/img/gallery/gallery-11.jpg differ diff --git a/resources/assets/img/gallery/gallery-12-large.jpg b/resources/assets/img/gallery/gallery-12-large.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-12-large.jpg differ diff --git a/resources/assets/img/gallery/gallery-12-small.jpg b/resources/assets/img/gallery/gallery-12-small.jpg new file mode 100644 index 0000000..f404190 Binary files /dev/null and b/resources/assets/img/gallery/gallery-12-small.jpg differ diff --git a/resources/assets/img/gallery/gallery-13-large.jpg b/resources/assets/img/gallery/gallery-13-large.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-13-large.jpg differ diff --git a/resources/assets/img/gallery/gallery-13-small.jpg b/resources/assets/img/gallery/gallery-13-small.jpg new file mode 100644 index 0000000..f404190 Binary files /dev/null and b/resources/assets/img/gallery/gallery-13-small.jpg differ diff --git a/resources/assets/img/gallery/gallery-14-large.jpg b/resources/assets/img/gallery/gallery-14-large.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-14-large.jpg differ diff --git a/resources/assets/img/gallery/gallery-14-small.jpg b/resources/assets/img/gallery/gallery-14-small.jpg new file mode 100644 index 0000000..f404190 Binary files /dev/null and b/resources/assets/img/gallery/gallery-14-small.jpg differ diff --git a/resources/assets/img/gallery/gallery-15-large.jpg b/resources/assets/img/gallery/gallery-15-large.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-15-large.jpg differ diff --git a/resources/assets/img/gallery/gallery-15-small.jpg b/resources/assets/img/gallery/gallery-15-small.jpg new file mode 100644 index 0000000..f404190 Binary files /dev/null and b/resources/assets/img/gallery/gallery-15-small.jpg differ diff --git a/resources/assets/img/gallery/gallery-2.jpg b/resources/assets/img/gallery/gallery-2.jpg new file mode 100644 index 0000000..01e25c1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-2.jpg differ diff --git a/resources/assets/img/gallery/gallery-3.jpg b/resources/assets/img/gallery/gallery-3.jpg new file mode 100644 index 0000000..01e25c1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-3.jpg differ diff --git a/resources/assets/img/gallery/gallery-4.jpg b/resources/assets/img/gallery/gallery-4.jpg new file mode 100644 index 0000000..01e25c1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-4.jpg differ diff --git a/resources/assets/img/gallery/gallery-5.jpg b/resources/assets/img/gallery/gallery-5.jpg new file mode 100644 index 0000000..01e25c1 Binary files /dev/null and b/resources/assets/img/gallery/gallery-5.jpg differ diff --git a/resources/assets/img/gallery/gallery-6.jpg b/resources/assets/img/gallery/gallery-6.jpg new file mode 100644 index 0000000..827f8fd Binary files /dev/null and b/resources/assets/img/gallery/gallery-6.jpg differ diff --git a/resources/assets/img/gallery/gallery-7.jpg b/resources/assets/img/gallery/gallery-7.jpg new file mode 100644 index 0000000..827f8fd Binary files /dev/null and b/resources/assets/img/gallery/gallery-7.jpg differ diff --git a/resources/assets/img/gallery/gallery-8.jpg b/resources/assets/img/gallery/gallery-8.jpg new file mode 100644 index 0000000..1c569f6 Binary files /dev/null and b/resources/assets/img/gallery/gallery-8.jpg differ diff --git a/resources/assets/img/gallery/gallery-9.jpg b/resources/assets/img/gallery/gallery-9.jpg new file mode 100644 index 0000000..c69390d Binary files /dev/null and b/resources/assets/img/gallery/gallery-9.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-1-1.jpg b/resources/assets/img/generic/generic-before-after-1-1.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-1-1.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-1-2.jpg b/resources/assets/img/generic/generic-before-after-1-2.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-1-2.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-2-1.jpg b/resources/assets/img/generic/generic-before-after-2-1.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-2-1.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-2-2.jpg b/resources/assets/img/generic/generic-before-after-2-2.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-2-2.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-3-1.jpg b/resources/assets/img/generic/generic-before-after-3-1.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-3-1.jpg differ diff --git a/resources/assets/img/generic/generic-before-after-3-2.jpg b/resources/assets/img/generic/generic-before-after-3-2.jpg new file mode 100644 index 0000000..f0c3c2b Binary files /dev/null and b/resources/assets/img/generic/generic-before-after-3-2.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-11-1.jpg b/resources/assets/img/generic/generic-corporate-11-1.jpg new file mode 100644 index 0000000..cfd9e80 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-11-1.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-11-2.jpg b/resources/assets/img/generic/generic-corporate-11-2.jpg new file mode 100644 index 0000000..cfd9e80 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-11-2.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-17-1.jpg b/resources/assets/img/generic/generic-corporate-17-1.jpg new file mode 100644 index 0000000..672199f Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-17-1.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-17-2.png b/resources/assets/img/generic/generic-corporate-17-2.png new file mode 100644 index 0000000..48f7541 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-17-2.png differ diff --git a/resources/assets/img/generic/generic-corporate-19-1.jpg b/resources/assets/img/generic/generic-corporate-19-1.jpg new file mode 100644 index 0000000..e0af530 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-19-1.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-19-2.jpg b/resources/assets/img/generic/generic-corporate-19-2.jpg new file mode 100644 index 0000000..08f61c5 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-19-2.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-19-3.jpg b/resources/assets/img/generic/generic-corporate-19-3.jpg new file mode 100644 index 0000000..6baf49f Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-19-3.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-19-4.jpg b/resources/assets/img/generic/generic-corporate-19-4.jpg new file mode 100644 index 0000000..6baf49f Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-19-4.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-20-1.jpg b/resources/assets/img/generic/generic-corporate-20-1.jpg new file mode 100644 index 0000000..aeb0386 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-20-1.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-1-full.jpg b/resources/assets/img/generic/generic-corporate-3-1-full.jpg new file mode 100644 index 0000000..5285c5e Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-1-full.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-1.jpg b/resources/assets/img/generic/generic-corporate-3-1.jpg new file mode 100644 index 0000000..8c6a2f8 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-1.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-2-full.jpg b/resources/assets/img/generic/generic-corporate-3-2-full.jpg new file mode 100644 index 0000000..5285c5e Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-2-full.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-2.jpg b/resources/assets/img/generic/generic-corporate-3-2.jpg new file mode 100644 index 0000000..17e9563 Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-2.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-3-full.jpg b/resources/assets/img/generic/generic-corporate-3-3-full.jpg new file mode 100644 index 0000000..5285c5e Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-3-full.jpg differ diff --git a/resources/assets/img/generic/generic-corporate-3-3.jpg b/resources/assets/img/generic/generic-corporate-3-3.jpg new file mode 100644 index 0000000..40e804e Binary files /dev/null and b/resources/assets/img/generic/generic-corporate-3-3.jpg differ diff --git a/resources/assets/img/history/history-1.jpg b/resources/assets/img/history/history-1.jpg new file mode 100644 index 0000000..bcb250b Binary files /dev/null and b/resources/assets/img/history/history-1.jpg differ diff --git a/resources/assets/img/history/history-2.jpg b/resources/assets/img/history/history-2.jpg new file mode 100644 index 0000000..bcb250b Binary files /dev/null and b/resources/assets/img/history/history-2.jpg differ diff --git a/resources/assets/img/history/history-3.jpg b/resources/assets/img/history/history-3.jpg new file mode 100644 index 0000000..bcb250b Binary files /dev/null and b/resources/assets/img/history/history-3.jpg differ diff --git a/resources/assets/img/home/home-concept-dark.png b/resources/assets/img/home/home-concept-dark.png new file mode 100644 index 0000000..298c3f1 Binary files /dev/null and b/resources/assets/img/home/home-concept-dark.png differ diff --git a/resources/assets/img/home/home-concept-icons-dark.png b/resources/assets/img/home/home-concept-icons-dark.png new file mode 100644 index 0000000..ee976a0 Binary files /dev/null and b/resources/assets/img/home/home-concept-icons-dark.png differ diff --git a/resources/assets/img/home/home-concept-icons.png b/resources/assets/img/home/home-concept-icons.png new file mode 100644 index 0000000..6460037 Binary files /dev/null and b/resources/assets/img/home/home-concept-icons.png differ diff --git a/resources/assets/img/home/home-concept-item-1.png b/resources/assets/img/home/home-concept-item-1.png new file mode 100644 index 0000000..0407f0b Binary files /dev/null and b/resources/assets/img/home/home-concept-item-1.png differ diff --git a/resources/assets/img/home/home-concept-item-2.png b/resources/assets/img/home/home-concept-item-2.png new file mode 100644 index 0000000..0407f0b Binary files /dev/null and b/resources/assets/img/home/home-concept-item-2.png differ diff --git a/resources/assets/img/home/home-concept-item-3.png b/resources/assets/img/home/home-concept-item-3.png new file mode 100644 index 0000000..0407f0b Binary files /dev/null and b/resources/assets/img/home/home-concept-item-3.png differ diff --git a/resources/assets/img/home/home-concept-item-dark.png b/resources/assets/img/home/home-concept-item-dark.png new file mode 100644 index 0000000..46c60b1 Binary files /dev/null and b/resources/assets/img/home/home-concept-item-dark.png differ diff --git a/resources/assets/img/home/home-concept-item.png b/resources/assets/img/home/home-concept-item.png new file mode 100644 index 0000000..74110bd Binary files /dev/null and b/resources/assets/img/home/home-concept-item.png differ diff --git a/resources/assets/img/home/home-concept-rtl.png b/resources/assets/img/home/home-concept-rtl.png new file mode 100644 index 0000000..c02d3b4 Binary files /dev/null and b/resources/assets/img/home/home-concept-rtl.png differ diff --git a/resources/assets/img/home/home-concept-small-shadow.png b/resources/assets/img/home/home-concept-small-shadow.png new file mode 100644 index 0000000..86e4d60 Binary files /dev/null and b/resources/assets/img/home/home-concept-small-shadow.png differ diff --git a/resources/assets/img/home/home-concept-small.png b/resources/assets/img/home/home-concept-small.png new file mode 100644 index 0000000..32b22b0 Binary files /dev/null and b/resources/assets/img/home/home-concept-small.png differ diff --git a/resources/assets/img/home/home-concept.png b/resources/assets/img/home/home-concept.png new file mode 100644 index 0000000..fc18983 Binary files /dev/null and b/resources/assets/img/home/home-concept.png differ diff --git a/resources/assets/img/icons/abstract-bg-1.svg b/resources/assets/img/icons/abstract-bg-1.svg new file mode 100644 index 0000000..e156759 --- /dev/null +++ b/resources/assets/img/icons/abstract-bg-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-1.svg b/resources/assets/img/icons/accounting-auditor-1.svg new file mode 100644 index 0000000..87d2eec --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-2.svg b/resources/assets/img/icons/accounting-auditor-2.svg new file mode 100644 index 0000000..8bc2eab --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-3.svg b/resources/assets/img/icons/accounting-auditor-3.svg new file mode 100644 index 0000000..79bff9f --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-4.svg b/resources/assets/img/icons/accounting-auditor-4.svg new file mode 100644 index 0000000..a98ca76 --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-5.svg b/resources/assets/img/icons/accounting-auditor-5.svg new file mode 100644 index 0000000..a9310df --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/accounting-auditor-6.svg b/resources/assets/img/icons/accounting-auditor-6.svg new file mode 100644 index 0000000..cc6c2fc --- /dev/null +++ b/resources/assets/img/icons/accounting-auditor-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/blackboard.svg b/resources/assets/img/icons/blackboard.svg new file mode 100644 index 0000000..01671ea --- /dev/null +++ b/resources/assets/img/icons/blackboard.svg @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/chart-up.svg b/resources/assets/img/icons/chart-up.svg new file mode 100644 index 0000000..139964e --- /dev/null +++ b/resources/assets/img/icons/chart-up.svg @@ -0,0 +1,9 @@ + + + + diff --git a/resources/assets/img/icons/clock.svg b/resources/assets/img/icons/clock.svg new file mode 100644 index 0000000..b7988d1 --- /dev/null +++ b/resources/assets/img/icons/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/demos-redirect.png b/resources/assets/img/icons/demos-redirect.png new file mode 100644 index 0000000..81e6701 Binary files /dev/null and b/resources/assets/img/icons/demos-redirect.png differ diff --git a/resources/assets/img/icons/email.svg b/resources/assets/img/icons/email.svg new file mode 100644 index 0000000..238c683 --- /dev/null +++ b/resources/assets/img/icons/email.svg @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/icon-cart-big.svg b/resources/assets/img/icons/icon-cart-big.svg new file mode 100644 index 0000000..1862dd4 --- /dev/null +++ b/resources/assets/img/icons/icon-cart-big.svg @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/icon-cart-light.svg b/resources/assets/img/icons/icon-cart-light.svg new file mode 100644 index 0000000..081d727 --- /dev/null +++ b/resources/assets/img/icons/icon-cart-light.svg @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/icon-cart.svg b/resources/assets/img/icons/icon-cart.svg new file mode 100644 index 0000000..6388efc --- /dev/null +++ b/resources/assets/img/icons/icon-cart.svg @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/icons.png b/resources/assets/img/icons/icons.png new file mode 100644 index 0000000..febfccf Binary files /dev/null and b/resources/assets/img/icons/icons.png differ diff --git a/resources/assets/img/icons/marketing-grey.png b/resources/assets/img/icons/marketing-grey.png new file mode 100644 index 0000000..823e261 Binary files /dev/null and b/resources/assets/img/icons/marketing-grey.png differ diff --git a/resources/assets/img/icons/navigation.svg b/resources/assets/img/icons/navigation.svg new file mode 100644 index 0000000..b9dea78 --- /dev/null +++ b/resources/assets/img/icons/navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/phone-2.svg b/resources/assets/img/icons/phone-2.svg new file mode 100644 index 0000000..8681852 --- /dev/null +++ b/resources/assets/img/icons/phone-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/phone.svg b/resources/assets/img/icons/phone.svg new file mode 100644 index 0000000..853bce2 --- /dev/null +++ b/resources/assets/img/icons/phone.svg @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/resources/assets/img/icons/pin-light.svg b/resources/assets/img/icons/pin-light.svg new file mode 100644 index 0000000..84847bb --- /dev/null +++ b/resources/assets/img/icons/pin-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/pin.svg b/resources/assets/img/icons/pin.svg new file mode 100644 index 0000000..0897cbe --- /dev/null +++ b/resources/assets/img/icons/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/seo-grey.png b/resources/assets/img/icons/seo-grey.png new file mode 100644 index 0000000..823e261 Binary files /dev/null and b/resources/assets/img/icons/seo-grey.png differ diff --git a/resources/assets/img/icons/strategy-1.svg b/resources/assets/img/icons/strategy-1.svg new file mode 100644 index 0000000..8c47c93 --- /dev/null +++ b/resources/assets/img/icons/strategy-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/img/icons/support-grey.png b/resources/assets/img/icons/support-grey.png new file mode 100644 index 0000000..823e261 Binary files /dev/null and b/resources/assets/img/icons/support-grey.png differ diff --git a/resources/assets/img/icons/weight-balance.svg b/resources/assets/img/icons/weight-balance.svg new file mode 100644 index 0000000..3ef7758 --- /dev/null +++ b/resources/assets/img/icons/weight-balance.svg @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/resources/assets/img/landing/browser-icons-1.svg b/resources/assets/img/landing/browser-icons-1.svg new file mode 100644 index 0000000..ad01207 --- /dev/null +++ b/resources/assets/img/landing/browser-icons-1.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/landing/browser-icons-2.svg b/resources/assets/img/landing/browser-icons-2.svg new file mode 100644 index 0000000..39e845a --- /dev/null +++ b/resources/assets/img/landing/browser-icons-2.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/img/landing/build_bg.jpg b/resources/assets/img/landing/build_bg.jpg new file mode 100644 index 0000000..259b708 Binary files /dev/null and b/resources/assets/img/landing/build_bg.jpg differ diff --git a/resources/assets/img/landing/color-picker.png b/resources/assets/img/landing/color-picker.png new file mode 100644 index 0000000..b0250e6 Binary files /dev/null and b/resources/assets/img/landing/color-picker.png differ diff --git a/resources/assets/img/landing/half_circle.png b/resources/assets/img/landing/half_circle.png new file mode 100644 index 0000000..8bedef9 Binary files /dev/null and b/resources/assets/img/landing/half_circle.png differ diff --git a/resources/assets/img/landing/half_circle2.png b/resources/assets/img/landing/half_circle2.png new file mode 100644 index 0000000..0bb67f7 Binary files /dev/null and b/resources/assets/img/landing/half_circle2.png differ diff --git a/resources/assets/img/landing/header_bg.jpg b/resources/assets/img/landing/header_bg.jpg new file mode 100644 index 0000000..6853d47 Binary files /dev/null and b/resources/assets/img/landing/header_bg.jpg differ diff --git a/resources/assets/img/landing/header_builder_bg.jpg b/resources/assets/img/landing/header_builder_bg.jpg new file mode 100644 index 0000000..a3e4f00 Binary files /dev/null and b/resources/assets/img/landing/header_builder_bg.jpg differ diff --git a/resources/assets/img/landing/intro-preview-1.jpg b/resources/assets/img/landing/intro-preview-1.jpg new file mode 100644 index 0000000..35b5708 Binary files /dev/null and b/resources/assets/img/landing/intro-preview-1.jpg differ diff --git a/resources/assets/img/landing/intro-preview-2.jpg b/resources/assets/img/landing/intro-preview-2.jpg new file mode 100644 index 0000000..35b5708 Binary files /dev/null and b/resources/assets/img/landing/intro-preview-2.jpg differ diff --git a/resources/assets/img/landing/intro-preview-3.jpg b/resources/assets/img/landing/intro-preview-3.jpg new file mode 100644 index 0000000..35b5708 Binary files /dev/null and b/resources/assets/img/landing/intro-preview-3.jpg differ diff --git a/resources/assets/img/landing/intro-preview-4.jpg b/resources/assets/img/landing/intro-preview-4.jpg new file mode 100644 index 0000000..35b5708 Binary files /dev/null and b/resources/assets/img/landing/intro-preview-4.jpg differ diff --git a/resources/assets/img/landing/intro-preview-5.jpg b/resources/assets/img/landing/intro-preview-5.jpg new file mode 100644 index 0000000..35b5708 Binary files /dev/null and b/resources/assets/img/landing/intro-preview-5.jpg differ diff --git a/resources/assets/img/landing/intro1.jpg b/resources/assets/img/landing/intro1.jpg new file mode 100644 index 0000000..590a8fc Binary files /dev/null and b/resources/assets/img/landing/intro1.jpg differ diff --git a/resources/assets/img/landing/intro2.jpg b/resources/assets/img/landing/intro2.jpg new file mode 100644 index 0000000..35ed205 Binary files /dev/null and b/resources/assets/img/landing/intro2.jpg differ diff --git a/resources/assets/img/landing/intro3.jpg b/resources/assets/img/landing/intro3.jpg new file mode 100644 index 0000000..66fb637 Binary files /dev/null and b/resources/assets/img/landing/intro3.jpg differ diff --git a/resources/assets/img/landing/logo.png b/resources/assets/img/landing/logo.png new file mode 100644 index 0000000..0f3d3b4 Binary files /dev/null and b/resources/assets/img/landing/logo.png differ diff --git a/resources/assets/img/landing/porto_admin.jpg b/resources/assets/img/landing/porto_admin.jpg new file mode 100644 index 0000000..27949ea Binary files /dev/null and b/resources/assets/img/landing/porto_admin.jpg differ diff --git a/resources/assets/img/landing/porto_category_pages1.png b/resources/assets/img/landing/porto_category_pages1.png new file mode 100644 index 0000000..9108897 Binary files /dev/null and b/resources/assets/img/landing/porto_category_pages1.png differ diff --git a/resources/assets/img/landing/porto_category_pages2.png b/resources/assets/img/landing/porto_category_pages2.png new file mode 100644 index 0000000..5800a93 Binary files /dev/null and b/resources/assets/img/landing/porto_category_pages2.png differ diff --git a/resources/assets/img/landing/porto_category_pages3.png b/resources/assets/img/landing/porto_category_pages3.png new file mode 100644 index 0000000..8ab9643 Binary files /dev/null and b/resources/assets/img/landing/porto_category_pages3.png differ diff --git a/resources/assets/img/landing/porto_category_pages4.png b/resources/assets/img/landing/porto_category_pages4.png new file mode 100644 index 0000000..8641a1a Binary files /dev/null and b/resources/assets/img/landing/porto_category_pages4.png differ diff --git a/resources/assets/img/landing/porto_docs.jpg b/resources/assets/img/landing/porto_docs.jpg new file mode 100644 index 0000000..3ba147b Binary files /dev/null and b/resources/assets/img/landing/porto_docs.jpg differ diff --git a/resources/assets/img/landing/porto_dots.png b/resources/assets/img/landing/porto_dots.png new file mode 100644 index 0000000..183d0fe Binary files /dev/null and b/resources/assets/img/landing/porto_dots.png differ diff --git a/resources/assets/img/landing/porto_dots2.png b/resources/assets/img/landing/porto_dots2.png new file mode 100644 index 0000000..9bf0e7d Binary files /dev/null and b/resources/assets/img/landing/porto_dots2.png differ diff --git a/resources/assets/img/landing/porto_headers.png b/resources/assets/img/landing/porto_headers.png new file mode 100644 index 0000000..19cf15b Binary files /dev/null and b/resources/assets/img/landing/porto_headers.png differ diff --git a/resources/assets/img/landing/porto_ipad.png b/resources/assets/img/landing/porto_ipad.png new file mode 100644 index 0000000..b508a42 Binary files /dev/null and b/resources/assets/img/landing/porto_ipad.png differ diff --git a/resources/assets/img/landing/porto_iphone.png b/resources/assets/img/landing/porto_iphone.png new file mode 100644 index 0000000..38f251c Binary files /dev/null and b/resources/assets/img/landing/porto_iphone.png differ diff --git a/resources/assets/img/landing/porto_layouts1.png b/resources/assets/img/landing/porto_layouts1.png new file mode 100644 index 0000000..2fdddf0 Binary files /dev/null and b/resources/assets/img/landing/porto_layouts1.png differ diff --git a/resources/assets/img/landing/porto_layouts2.png b/resources/assets/img/landing/porto_layouts2.png new file mode 100644 index 0000000..5af37a0 Binary files /dev/null and b/resources/assets/img/landing/porto_layouts2.png differ diff --git a/resources/assets/img/landing/porto_layouts3.png b/resources/assets/img/landing/porto_layouts3.png new file mode 100644 index 0000000..96bf84f Binary files /dev/null and b/resources/assets/img/landing/porto_layouts3.png differ diff --git a/resources/assets/img/landing/porto_notebook.png b/resources/assets/img/landing/porto_notebook.png new file mode 100644 index 0000000..75403f2 Binary files /dev/null and b/resources/assets/img/landing/porto_notebook.png differ diff --git a/resources/assets/img/landing/porto_performance.svg b/resources/assets/img/landing/porto_performance.svg new file mode 100644 index 0000000..cf730d1 --- /dev/null +++ b/resources/assets/img/landing/porto_performance.svg @@ -0,0 +1,24 @@ + + + + background + + + + + + + Layer 1 + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/assets/img/landing/porto_performance_bg.png b/resources/assets/img/landing/porto_performance_bg.png new file mode 100644 index 0000000..ebdbc89 Binary files /dev/null and b/resources/assets/img/landing/porto_performance_bg.png differ diff --git a/resources/assets/img/landing/porto_sidebars1.png b/resources/assets/img/landing/porto_sidebars1.png new file mode 100644 index 0000000..6b4046e Binary files /dev/null and b/resources/assets/img/landing/porto_sidebars1.png differ diff --git a/resources/assets/img/landing/porto_sidebars2.png b/resources/assets/img/landing/porto_sidebars2.png new file mode 100644 index 0000000..9361e84 Binary files /dev/null and b/resources/assets/img/landing/porto_sidebars2.png differ diff --git a/resources/assets/img/landing/porto_sidebars3.png b/resources/assets/img/landing/porto_sidebars3.png new file mode 100644 index 0000000..11243ed Binary files /dev/null and b/resources/assets/img/landing/porto_sidebars3.png differ diff --git a/resources/assets/img/landing/porto_sliders1.png b/resources/assets/img/landing/porto_sliders1.png new file mode 100644 index 0000000..c5e4e8c Binary files /dev/null and b/resources/assets/img/landing/porto_sliders1.png differ diff --git a/resources/assets/img/landing/porto_sliders2.png b/resources/assets/img/landing/porto_sliders2.png new file mode 100644 index 0000000..fbb4033 Binary files /dev/null and b/resources/assets/img/landing/porto_sliders2.png differ diff --git a/resources/assets/img/landing/porto_sliders3.png b/resources/assets/img/landing/porto_sliders3.png new file mode 100644 index 0000000..51ab184 Binary files /dev/null and b/resources/assets/img/landing/porto_sliders3.png differ diff --git a/resources/assets/img/landing/porto_sliders4.png b/resources/assets/img/landing/porto_sliders4.png new file mode 100644 index 0000000..a6479ed Binary files /dev/null and b/resources/assets/img/landing/porto_sliders4.png differ diff --git a/resources/assets/img/landing/reason1.png b/resources/assets/img/landing/reason1.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason1.png differ diff --git a/resources/assets/img/landing/reason2.png b/resources/assets/img/landing/reason2.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason2.png differ diff --git a/resources/assets/img/landing/reason3.png b/resources/assets/img/landing/reason3.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason3.png differ diff --git a/resources/assets/img/landing/reason4.png b/resources/assets/img/landing/reason4.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason4.png differ diff --git a/resources/assets/img/landing/reason5.png b/resources/assets/img/landing/reason5.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason5.png differ diff --git a/resources/assets/img/landing/reason6.png b/resources/assets/img/landing/reason6.png new file mode 100644 index 0000000..4667d7e Binary files /dev/null and b/resources/assets/img/landing/reason6.png differ diff --git a/resources/assets/img/landing/reason_bg.png b/resources/assets/img/landing/reason_bg.png new file mode 100644 index 0000000..9ed91b8 Binary files /dev/null and b/resources/assets/img/landing/reason_bg.png differ diff --git a/resources/assets/img/landing/support_login.jpg b/resources/assets/img/landing/support_login.jpg new file mode 100644 index 0000000..f3a889d Binary files /dev/null and b/resources/assets/img/landing/support_login.jpg differ diff --git a/resources/assets/img/landing/theme_options.png b/resources/assets/img/landing/theme_options.png new file mode 100644 index 0000000..ab1be43 Binary files /dev/null and b/resources/assets/img/landing/theme_options.png differ diff --git a/resources/assets/img/layout-styles.png b/resources/assets/img/layout-styles.png new file mode 100644 index 0000000..a060209 Binary files /dev/null and b/resources/assets/img/layout-styles.png differ diff --git a/resources/assets/img/lazy.png b/resources/assets/img/lazy.png new file mode 100644 index 0000000..1914264 Binary files /dev/null and b/resources/assets/img/lazy.png differ diff --git a/resources/assets/img/left-section-image.jpg b/resources/assets/img/left-section-image.jpg new file mode 100644 index 0000000..803fb0a Binary files /dev/null and b/resources/assets/img/left-section-image.jpg differ diff --git a/resources/assets/img/logo-big.png b/resources/assets/img/logo-big.png new file mode 100644 index 0000000..497d9a6 Binary files /dev/null and b/resources/assets/img/logo-big.png differ diff --git a/resources/assets/img/logo-corporate-11.png b/resources/assets/img/logo-corporate-11.png new file mode 100644 index 0000000..9ab0e0f Binary files /dev/null and b/resources/assets/img/logo-corporate-11.png differ diff --git a/resources/assets/img/logo-corporate-12.png b/resources/assets/img/logo-corporate-12.png new file mode 100644 index 0000000..6de3835 Binary files /dev/null and b/resources/assets/img/logo-corporate-12.png differ diff --git a/resources/assets/img/logo-corporate-13-small.png b/resources/assets/img/logo-corporate-13-small.png new file mode 100644 index 0000000..dc00abd Binary files /dev/null and b/resources/assets/img/logo-corporate-13-small.png differ diff --git a/resources/assets/img/logo-corporate-13.png b/resources/assets/img/logo-corporate-13.png new file mode 100644 index 0000000..4cf9bf4 Binary files /dev/null and b/resources/assets/img/logo-corporate-13.png differ diff --git a/resources/assets/img/logo-corporate-14.png b/resources/assets/img/logo-corporate-14.png new file mode 100644 index 0000000..c64fb1d Binary files /dev/null and b/resources/assets/img/logo-corporate-14.png differ diff --git a/resources/assets/img/logo-corporate-15.png b/resources/assets/img/logo-corporate-15.png new file mode 100644 index 0000000..3c8c4c2 Binary files /dev/null and b/resources/assets/img/logo-corporate-15.png differ diff --git a/resources/assets/img/logo-corporate-17.png b/resources/assets/img/logo-corporate-17.png new file mode 100644 index 0000000..a6b2102 Binary files /dev/null and b/resources/assets/img/logo-corporate-17.png differ diff --git a/resources/assets/img/logo-corporate-18.png b/resources/assets/img/logo-corporate-18.png new file mode 100644 index 0000000..04bb65c Binary files /dev/null and b/resources/assets/img/logo-corporate-18.png differ diff --git a/resources/assets/img/logo-corporate-21.png b/resources/assets/img/logo-corporate-21.png new file mode 100644 index 0000000..ae00056 Binary files /dev/null and b/resources/assets/img/logo-corporate-21.png differ diff --git a/resources/assets/img/logo-corporate-4.png b/resources/assets/img/logo-corporate-4.png new file mode 100644 index 0000000..fc0acb4 Binary files /dev/null and b/resources/assets/img/logo-corporate-4.png differ diff --git a/resources/assets/img/logo-corporate-5.png b/resources/assets/img/logo-corporate-5.png new file mode 100644 index 0000000..c521b3a Binary files /dev/null and b/resources/assets/img/logo-corporate-5.png differ diff --git a/resources/assets/img/logo-corporate-6.png b/resources/assets/img/logo-corporate-6.png new file mode 100644 index 0000000..20d770e Binary files /dev/null and b/resources/assets/img/logo-corporate-6.png differ diff --git a/resources/assets/img/logo-corporate-9.png b/resources/assets/img/logo-corporate-9.png new file mode 100644 index 0000000..4fb5d1d Binary files /dev/null and b/resources/assets/img/logo-corporate-9.png differ diff --git a/resources/assets/img/logo-dark.png b/resources/assets/img/logo-dark.png new file mode 100644 index 0000000..cd51744 Binary files /dev/null and b/resources/assets/img/logo-dark.png differ diff --git a/resources/assets/img/logo-default-slim-dark-small.png b/resources/assets/img/logo-default-slim-dark-small.png new file mode 100644 index 0000000..5ac7124 Binary files /dev/null and b/resources/assets/img/logo-default-slim-dark-small.png differ diff --git a/resources/assets/img/logo-default-slim-dark.png b/resources/assets/img/logo-default-slim-dark.png new file mode 100644 index 0000000..aa216e3 Binary files /dev/null and b/resources/assets/img/logo-default-slim-dark.png differ diff --git a/resources/assets/img/logo-default-slim-small.png b/resources/assets/img/logo-default-slim-small.png new file mode 100644 index 0000000..23c9966 Binary files /dev/null and b/resources/assets/img/logo-default-slim-small.png differ diff --git a/resources/assets/img/logo-default-slim.png b/resources/assets/img/logo-default-slim.png new file mode 100644 index 0000000..7a7cb74 Binary files /dev/null and b/resources/assets/img/logo-default-slim.png differ diff --git a/resources/assets/img/logo-default.png b/resources/assets/img/logo-default.png new file mode 100644 index 0000000..fcbd204 Binary files /dev/null and b/resources/assets/img/logo-default.png differ diff --git a/resources/assets/img/logo-flat-light-small.png b/resources/assets/img/logo-flat-light-small.png new file mode 100644 index 0000000..4c35b2d Binary files /dev/null and b/resources/assets/img/logo-flat-light-small.png differ diff --git a/resources/assets/img/logo-flat-light.png b/resources/assets/img/logo-flat-light.png new file mode 100644 index 0000000..d5bb758 Binary files /dev/null and b/resources/assets/img/logo-flat-light.png differ diff --git a/resources/assets/img/logo-flat-small.png b/resources/assets/img/logo-flat-small.png new file mode 100644 index 0000000..f0d2bcc Binary files /dev/null and b/resources/assets/img/logo-flat-small.png differ diff --git a/resources/assets/img/logo-flat.png b/resources/assets/img/logo-flat.png new file mode 100644 index 0000000..d071912 Binary files /dev/null and b/resources/assets/img/logo-flat.png differ diff --git a/resources/assets/img/logo-footer-dark.png b/resources/assets/img/logo-footer-dark.png new file mode 100644 index 0000000..6fd9a24 Binary files /dev/null and b/resources/assets/img/logo-footer-dark.png differ diff --git a/resources/assets/img/logo-footer.png b/resources/assets/img/logo-footer.png new file mode 100644 index 0000000..cb37a61 Binary files /dev/null and b/resources/assets/img/logo-footer.png differ diff --git a/resources/assets/img/logo-red.png b/resources/assets/img/logo-red.png new file mode 100644 index 0000000..1e13c46 Binary files /dev/null and b/resources/assets/img/logo-red.png differ diff --git a/resources/assets/img/logo-stick-change-1.png b/resources/assets/img/logo-stick-change-1.png new file mode 100644 index 0000000..89bdcd5 Binary files /dev/null and b/resources/assets/img/logo-stick-change-1.png differ diff --git a/resources/assets/img/logo-stick-change-2.png b/resources/assets/img/logo-stick-change-2.png new file mode 100644 index 0000000..5d261df Binary files /dev/null and b/resources/assets/img/logo-stick-change-2.png differ diff --git a/resources/assets/img/logo-symbol-light.png b/resources/assets/img/logo-symbol-light.png new file mode 100644 index 0000000..efcfab7 Binary files /dev/null and b/resources/assets/img/logo-symbol-light.png differ diff --git a/resources/assets/img/logo.png b/resources/assets/img/logo.png new file mode 100644 index 0000000..a8ee88e Binary files /dev/null and b/resources/assets/img/logo.png differ diff --git a/resources/assets/img/logos/logo-1.png b/resources/assets/img/logos/logo-1.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-1.png differ diff --git a/resources/assets/img/logos/logo-10.png b/resources/assets/img/logos/logo-10.png new file mode 100644 index 0000000..6acd61e Binary files /dev/null and b/resources/assets/img/logos/logo-10.png differ diff --git a/resources/assets/img/logos/logo-11.png b/resources/assets/img/logos/logo-11.png new file mode 100644 index 0000000..e19f1da Binary files /dev/null and b/resources/assets/img/logos/logo-11.png differ diff --git a/resources/assets/img/logos/logo-12.png b/resources/assets/img/logos/logo-12.png new file mode 100644 index 0000000..1ad4a8b Binary files /dev/null and b/resources/assets/img/logos/logo-12.png differ diff --git a/resources/assets/img/logos/logo-13.png b/resources/assets/img/logos/logo-13.png new file mode 100644 index 0000000..3cc4dc4 Binary files /dev/null and b/resources/assets/img/logos/logo-13.png differ diff --git a/resources/assets/img/logos/logo-14.png b/resources/assets/img/logos/logo-14.png new file mode 100644 index 0000000..38d7c82 Binary files /dev/null and b/resources/assets/img/logos/logo-14.png differ diff --git a/resources/assets/img/logos/logo-15.png b/resources/assets/img/logos/logo-15.png new file mode 100644 index 0000000..73957fc Binary files /dev/null and b/resources/assets/img/logos/logo-15.png differ diff --git a/resources/assets/img/logos/logo-2.png b/resources/assets/img/logos/logo-2.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-2.png differ diff --git a/resources/assets/img/logos/logo-3.png b/resources/assets/img/logos/logo-3.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-3.png differ diff --git a/resources/assets/img/logos/logo-4.png b/resources/assets/img/logos/logo-4.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-4.png differ diff --git a/resources/assets/img/logos/logo-5.png b/resources/assets/img/logos/logo-5.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-5.png differ diff --git a/resources/assets/img/logos/logo-6.png b/resources/assets/img/logos/logo-6.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-6.png differ diff --git a/resources/assets/img/logos/logo-7.png b/resources/assets/img/logos/logo-7.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-7.png differ diff --git a/resources/assets/img/logos/logo-8.png b/resources/assets/img/logos/logo-8.png new file mode 100644 index 0000000..1a7cb3b Binary files /dev/null and b/resources/assets/img/logos/logo-8.png differ diff --git a/resources/assets/img/logos/logo-9.png b/resources/assets/img/logos/logo-9.png new file mode 100644 index 0000000..6cda7c3 Binary files /dev/null and b/resources/assets/img/logos/logo-9.png differ diff --git a/resources/assets/img/logos/logo-light-1.png b/resources/assets/img/logos/logo-light-1.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-1.png differ diff --git a/resources/assets/img/logos/logo-light-2.png b/resources/assets/img/logos/logo-light-2.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-2.png differ diff --git a/resources/assets/img/logos/logo-light-3.png b/resources/assets/img/logos/logo-light-3.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-3.png differ diff --git a/resources/assets/img/logos/logo-light-4.png b/resources/assets/img/logos/logo-light-4.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-4.png differ diff --git a/resources/assets/img/logos/logo-light-5.png b/resources/assets/img/logos/logo-light-5.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-5.png differ diff --git a/resources/assets/img/logos/logo-light-6.png b/resources/assets/img/logos/logo-light-6.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-6.png differ diff --git a/resources/assets/img/logos/logo-light-7.png b/resources/assets/img/logos/logo-light-7.png new file mode 100644 index 0000000..06320b1 Binary files /dev/null and b/resources/assets/img/logos/logo-light-7.png differ diff --git a/resources/assets/img/map.png b/resources/assets/img/map.png new file mode 100644 index 0000000..8288ca8 Binary files /dev/null and b/resources/assets/img/map.png differ diff --git a/resources/assets/img/office/our-office-1.jpg b/resources/assets/img/office/our-office-1.jpg new file mode 100644 index 0000000..a3d5a2d Binary files /dev/null and b/resources/assets/img/office/our-office-1.jpg differ diff --git a/resources/assets/img/office/our-office-10.jpg b/resources/assets/img/office/our-office-10.jpg new file mode 100644 index 0000000..d8be88e Binary files /dev/null and b/resources/assets/img/office/our-office-10.jpg differ diff --git a/resources/assets/img/office/our-office-11.jpg b/resources/assets/img/office/our-office-11.jpg new file mode 100644 index 0000000..918483f Binary files /dev/null and b/resources/assets/img/office/our-office-11.jpg differ diff --git a/resources/assets/img/office/our-office-12.jpg b/resources/assets/img/office/our-office-12.jpg new file mode 100644 index 0000000..918483f Binary files /dev/null and b/resources/assets/img/office/our-office-12.jpg differ diff --git a/resources/assets/img/office/our-office-13.jpg b/resources/assets/img/office/our-office-13.jpg new file mode 100644 index 0000000..918483f Binary files /dev/null and b/resources/assets/img/office/our-office-13.jpg differ diff --git a/resources/assets/img/office/our-office-2.jpg b/resources/assets/img/office/our-office-2.jpg new file mode 100644 index 0000000..a3d5a2d Binary files /dev/null and b/resources/assets/img/office/our-office-2.jpg differ diff --git a/resources/assets/img/office/our-office-3.jpg b/resources/assets/img/office/our-office-3.jpg new file mode 100644 index 0000000..a3d5a2d Binary files /dev/null and b/resources/assets/img/office/our-office-3.jpg differ diff --git a/resources/assets/img/office/our-office-4-square.jpg b/resources/assets/img/office/our-office-4-square.jpg new file mode 100644 index 0000000..dde5cc0 Binary files /dev/null and b/resources/assets/img/office/our-office-4-square.jpg differ diff --git a/resources/assets/img/office/our-office-4.jpg b/resources/assets/img/office/our-office-4.jpg new file mode 100644 index 0000000..aa13c7a Binary files /dev/null and b/resources/assets/img/office/our-office-4.jpg differ diff --git a/resources/assets/img/office/our-office-5-square.jpg b/resources/assets/img/office/our-office-5-square.jpg new file mode 100644 index 0000000..dde5cc0 Binary files /dev/null and b/resources/assets/img/office/our-office-5-square.jpg differ diff --git a/resources/assets/img/office/our-office-5.jpg b/resources/assets/img/office/our-office-5.jpg new file mode 100644 index 0000000..aa13c7a Binary files /dev/null and b/resources/assets/img/office/our-office-5.jpg differ diff --git a/resources/assets/img/office/our-office-7.jpg b/resources/assets/img/office/our-office-7.jpg new file mode 100644 index 0000000..aa13c7a Binary files /dev/null and b/resources/assets/img/office/our-office-7.jpg differ diff --git a/resources/assets/img/office/our-office-8.jpg b/resources/assets/img/office/our-office-8.jpg new file mode 100644 index 0000000..d254c53 Binary files /dev/null and b/resources/assets/img/office/our-office-8.jpg differ diff --git a/resources/assets/img/office/our-office-9.jpg b/resources/assets/img/office/our-office-9.jpg new file mode 100644 index 0000000..d8be88e Binary files /dev/null and b/resources/assets/img/office/our-office-9.jpg differ diff --git a/resources/assets/img/others/porto-half-transparent-circle.png b/resources/assets/img/others/porto-half-transparent-circle.png new file mode 100644 index 0000000..cbe5cb1 Binary files /dev/null and b/resources/assets/img/others/porto-half-transparent-circle.png differ diff --git a/resources/assets/img/overlay-dot.png b/resources/assets/img/overlay-dot.png new file mode 100644 index 0000000..997616c Binary files /dev/null and b/resources/assets/img/overlay-dot.png differ diff --git a/resources/assets/img/page-header/page-header-about-us.jpg b/resources/assets/img/page-header/page-header-about-us.jpg new file mode 100644 index 0000000..0b16542 Binary files /dev/null and b/resources/assets/img/page-header/page-header-about-us.jpg differ diff --git a/resources/assets/img/page-header/page-header-background-2.jpg b/resources/assets/img/page-header/page-header-background-2.jpg new file mode 100644 index 0000000..6730261 Binary files /dev/null and b/resources/assets/img/page-header/page-header-background-2.jpg differ diff --git a/resources/assets/img/page-header/page-header-background-transparent-2.jpg b/resources/assets/img/page-header/page-header-background-transparent-2.jpg new file mode 100644 index 0000000..0b16542 Binary files /dev/null and b/resources/assets/img/page-header/page-header-background-transparent-2.jpg differ diff --git a/resources/assets/img/page-header/page-header-background-transparent.jpg b/resources/assets/img/page-header/page-header-background-transparent.jpg new file mode 100644 index 0000000..0b16542 Binary files /dev/null and b/resources/assets/img/page-header/page-header-background-transparent.jpg differ diff --git a/resources/assets/img/page-header/page-header-background.jpg b/resources/assets/img/page-header/page-header-background.jpg new file mode 100644 index 0000000..191f050 Binary files /dev/null and b/resources/assets/img/page-header/page-header-background.jpg differ diff --git a/resources/assets/img/page-header/page-header-elements.jpg b/resources/assets/img/page-header/page-header-elements.jpg new file mode 100644 index 0000000..1bd6bc7 Binary files /dev/null and b/resources/assets/img/page-header/page-header-elements.jpg differ diff --git a/resources/assets/img/page-header/page-header-parallax.jpg b/resources/assets/img/page-header/page-header-parallax.jpg new file mode 100644 index 0000000..191f050 Binary files /dev/null and b/resources/assets/img/page-header/page-header-parallax.jpg differ diff --git a/resources/assets/img/page-header/page-header-services.jpg b/resources/assets/img/page-header/page-header-services.jpg new file mode 100644 index 0000000..0b16542 Binary files /dev/null and b/resources/assets/img/page-header/page-header-services.jpg differ diff --git a/resources/assets/img/parallax/parallax-10.jpg b/resources/assets/img/parallax/parallax-10.jpg new file mode 100644 index 0000000..84d188c Binary files /dev/null and b/resources/assets/img/parallax/parallax-10.jpg differ diff --git a/resources/assets/img/parallax/parallax-2.jpg b/resources/assets/img/parallax/parallax-2.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/parallax/parallax-2.jpg differ diff --git a/resources/assets/img/parallax/parallax-3.jpg b/resources/assets/img/parallax/parallax-3.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/parallax/parallax-3.jpg differ diff --git a/resources/assets/img/parallax/parallax-4.jpg b/resources/assets/img/parallax/parallax-4.jpg new file mode 100644 index 0000000..abe67e8 Binary files /dev/null and b/resources/assets/img/parallax/parallax-4.jpg differ diff --git a/resources/assets/img/parallax/parallax-7.jpg b/resources/assets/img/parallax/parallax-7.jpg new file mode 100644 index 0000000..3e50a4a Binary files /dev/null and b/resources/assets/img/parallax/parallax-7.jpg differ diff --git a/resources/assets/img/parallax/parallax-8.jpg b/resources/assets/img/parallax/parallax-8.jpg new file mode 100644 index 0000000..e2fc899 Binary files /dev/null and b/resources/assets/img/parallax/parallax-8.jpg differ diff --git a/resources/assets/img/parallax/parallax-9.jpg b/resources/assets/img/parallax/parallax-9.jpg new file mode 100644 index 0000000..84a589a Binary files /dev/null and b/resources/assets/img/parallax/parallax-9.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-1-1.jpg b/resources/assets/img/parallax/parallax-corporate-1-1.jpg new file mode 100644 index 0000000..836edfd Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-1-1.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-14-1.jpg b/resources/assets/img/parallax/parallax-corporate-14-1.jpg new file mode 100644 index 0000000..3abba29 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-14-1.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-14-2.jpg b/resources/assets/img/parallax/parallax-corporate-14-2.jpg new file mode 100644 index 0000000..eedbba0 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-14-2.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-14-3.jpg b/resources/assets/img/parallax/parallax-corporate-14-3.jpg new file mode 100644 index 0000000..a2bc2ff Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-14-3.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-16.jpg b/resources/assets/img/parallax/parallax-corporate-16.jpg new file mode 100644 index 0000000..37ba3e4 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-16.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-18.jpg b/resources/assets/img/parallax/parallax-corporate-18.jpg new file mode 100644 index 0000000..73563e4 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-18.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-21-1.jpg b/resources/assets/img/parallax/parallax-corporate-21-1.jpg new file mode 100644 index 0000000..8333864 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-21-1.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-21-2.jpg b/resources/assets/img/parallax/parallax-corporate-21-2.jpg new file mode 100644 index 0000000..7651ea4 Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-21-2.jpg differ diff --git a/resources/assets/img/parallax/parallax-corporate-9-1.jpg b/resources/assets/img/parallax/parallax-corporate-9-1.jpg new file mode 100644 index 0000000..3e50a4a Binary files /dev/null and b/resources/assets/img/parallax/parallax-corporate-9-1.jpg differ diff --git a/resources/assets/img/parallax/parallax.jpg b/resources/assets/img/parallax/parallax.jpg new file mode 100644 index 0000000..4deb8d8 Binary files /dev/null and b/resources/assets/img/parallax/parallax.jpg differ diff --git a/resources/assets/img/particle-dot.svg b/resources/assets/img/particle-dot.svg new file mode 100644 index 0000000..fe671f7 --- /dev/null +++ b/resources/assets/img/particle-dot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/resources/assets/img/patterns/az_subtle.png b/resources/assets/img/patterns/az_subtle.png new file mode 100644 index 0000000..3b95f7d Binary files /dev/null and b/resources/assets/img/patterns/az_subtle.png differ diff --git a/resources/assets/img/patterns/blizzard.png b/resources/assets/img/patterns/blizzard.png new file mode 100644 index 0000000..e89c6ff Binary files /dev/null and b/resources/assets/img/patterns/blizzard.png differ diff --git a/resources/assets/img/patterns/bright_squares.png b/resources/assets/img/patterns/bright_squares.png new file mode 100644 index 0000000..009c7bd Binary files /dev/null and b/resources/assets/img/patterns/bright_squares.png differ diff --git a/resources/assets/img/patterns/denim.png b/resources/assets/img/patterns/denim.png new file mode 100644 index 0000000..c26f3e8 Binary files /dev/null and b/resources/assets/img/patterns/denim.png differ diff --git a/resources/assets/img/patterns/fancy.jpg b/resources/assets/img/patterns/fancy.jpg new file mode 100644 index 0000000..f0e9486 Binary files /dev/null and b/resources/assets/img/patterns/fancy.jpg differ diff --git a/resources/assets/img/patterns/fancy_deboss.png b/resources/assets/img/patterns/fancy_deboss.png new file mode 100644 index 0000000..83be779 Binary files /dev/null and b/resources/assets/img/patterns/fancy_deboss.png differ diff --git a/resources/assets/img/patterns/gray_jean.png b/resources/assets/img/patterns/gray_jean.png new file mode 100644 index 0000000..15c0998 Binary files /dev/null and b/resources/assets/img/patterns/gray_jean.png differ diff --git a/resources/assets/img/patterns/honey_im_subtle.png b/resources/assets/img/patterns/honey_im_subtle.png new file mode 100644 index 0000000..5fd7739 Binary files /dev/null and b/resources/assets/img/patterns/honey_im_subtle.png differ diff --git a/resources/assets/img/patterns/linedpaper.png b/resources/assets/img/patterns/linedpaper.png new file mode 100644 index 0000000..cc3382c Binary files /dev/null and b/resources/assets/img/patterns/linedpaper.png differ diff --git a/resources/assets/img/patterns/linen.png b/resources/assets/img/patterns/linen.png new file mode 100644 index 0000000..cd26215 Binary files /dev/null and b/resources/assets/img/patterns/linen.png differ diff --git a/resources/assets/img/patterns/pw_maze_white.png b/resources/assets/img/patterns/pw_maze_white.png new file mode 100644 index 0000000..09de0ba Binary files /dev/null and b/resources/assets/img/patterns/pw_maze_white.png differ diff --git a/resources/assets/img/patterns/random_grey_variations.png b/resources/assets/img/patterns/random_grey_variations.png new file mode 100644 index 0000000..4c16318 Binary files /dev/null and b/resources/assets/img/patterns/random_grey_variations.png differ diff --git a/resources/assets/img/patterns/skin_side_up.png b/resources/assets/img/patterns/skin_side_up.png new file mode 100644 index 0000000..408d0b5 Binary files /dev/null and b/resources/assets/img/patterns/skin_side_up.png differ diff --git a/resources/assets/img/patterns/stitched_wool.png b/resources/assets/img/patterns/stitched_wool.png new file mode 100644 index 0000000..fc5f37e Binary files /dev/null and b/resources/assets/img/patterns/stitched_wool.png differ diff --git a/resources/assets/img/patterns/straws.png b/resources/assets/img/patterns/straws.png new file mode 100644 index 0000000..66c9261 Binary files /dev/null and b/resources/assets/img/patterns/straws.png differ diff --git a/resources/assets/img/patterns/stripes.png b/resources/assets/img/patterns/stripes.png new file mode 100644 index 0000000..0014a65 Binary files /dev/null and b/resources/assets/img/patterns/stripes.png differ diff --git a/resources/assets/img/patterns/subtle_grunge.png b/resources/assets/img/patterns/subtle_grunge.png new file mode 100644 index 0000000..0ffebae Binary files /dev/null and b/resources/assets/img/patterns/subtle_grunge.png differ diff --git a/resources/assets/img/patterns/swirl_pattern.png b/resources/assets/img/patterns/swirl_pattern.png new file mode 100644 index 0000000..f524547 Binary files /dev/null and b/resources/assets/img/patterns/swirl_pattern.png differ diff --git a/resources/assets/img/patterns/textured_stripes.png b/resources/assets/img/patterns/textured_stripes.png new file mode 100644 index 0000000..ae1b7ec Binary files /dev/null and b/resources/assets/img/patterns/textured_stripes.png differ diff --git a/resources/assets/img/patterns/tiling.png b/resources/assets/img/patterns/tiling.png new file mode 100644 index 0000000..bc269de Binary files /dev/null and b/resources/assets/img/patterns/tiling.png differ diff --git a/resources/assets/img/patterns/wild_oliva.png b/resources/assets/img/patterns/wild_oliva.png new file mode 100644 index 0000000..c558db9 Binary files /dev/null and b/resources/assets/img/patterns/wild_oliva.png differ diff --git a/resources/assets/img/patterns/worn_dots.png b/resources/assets/img/patterns/worn_dots.png new file mode 100644 index 0000000..d22ffe9 Binary files /dev/null and b/resources/assets/img/patterns/worn_dots.png differ diff --git a/resources/assets/img/payment-icon.png b/resources/assets/img/payment-icon.png new file mode 100644 index 0000000..09bb9bc Binary files /dev/null and b/resources/assets/img/payment-icon.png differ diff --git a/resources/assets/img/pencil-blue-line-2-dark.png b/resources/assets/img/pencil-blue-line-2-dark.png new file mode 100644 index 0000000..d73e1fd Binary files /dev/null and b/resources/assets/img/pencil-blue-line-2-dark.png differ diff --git a/resources/assets/img/pencil-blue-line-2.png b/resources/assets/img/pencil-blue-line-2.png new file mode 100644 index 0000000..42dca7c Binary files /dev/null and b/resources/assets/img/pencil-blue-line-2.png differ diff --git a/resources/assets/img/pencil-blue-line-dark.png b/resources/assets/img/pencil-blue-line-dark.png new file mode 100644 index 0000000..0006b56 Binary files /dev/null and b/resources/assets/img/pencil-blue-line-dark.png differ diff --git a/resources/assets/img/pencil-blue-line.png b/resources/assets/img/pencil-blue-line.png new file mode 100644 index 0000000..6f28240 Binary files /dev/null and b/resources/assets/img/pencil-blue-line.png differ diff --git a/resources/assets/img/porto-admin-preview-1.jpg b/resources/assets/img/porto-admin-preview-1.jpg new file mode 100644 index 0000000..b00a25a Binary files /dev/null and b/resources/assets/img/porto-admin-preview-1.jpg differ diff --git a/resources/assets/img/porto-icon-light.png b/resources/assets/img/porto-icon-light.png new file mode 100644 index 0000000..3aaaf98 Binary files /dev/null and b/resources/assets/img/porto-icon-light.png differ diff --git a/resources/assets/img/previews/areas/areas-1.png b/resources/assets/img/previews/areas/areas-1.png new file mode 100644 index 0000000..456d39b Binary files /dev/null and b/resources/assets/img/previews/areas/areas-1.png differ diff --git a/resources/assets/img/previews/areas/areas-2.png b/resources/assets/img/previews/areas/areas-2.png new file mode 100644 index 0000000..456d39b Binary files /dev/null and b/resources/assets/img/previews/areas/areas-2.png differ diff --git a/resources/assets/img/previews/footers/blog-classic.jpg b/resources/assets/img/previews/footers/blog-classic.jpg new file mode 100644 index 0000000..043c4cd Binary files /dev/null and b/resources/assets/img/previews/footers/blog-classic.jpg differ diff --git a/resources/assets/img/previews/footers/classic-advanced.jpg b/resources/assets/img/previews/footers/classic-advanced.jpg new file mode 100644 index 0000000..4ffa3f1 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-advanced.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-light-simple.jpg b/resources/assets/img/previews/footers/classic-colors-light-simple.jpg new file mode 100644 index 0000000..ec4f52f Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-light-simple.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-light.jpg b/resources/assets/img/previews/footers/classic-colors-light.jpg new file mode 100644 index 0000000..41c931c Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-light.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-primary.jpg b/resources/assets/img/previews/footers/classic-colors-primary.jpg new file mode 100644 index 0000000..a33a41b Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-primary.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-quaternary.jpg b/resources/assets/img/previews/footers/classic-colors-quaternary.jpg new file mode 100644 index 0000000..9f1bd9a Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-quaternary.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-secondary.jpg b/resources/assets/img/previews/footers/classic-colors-secondary.jpg new file mode 100644 index 0000000..6754a9e Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-secondary.jpg differ diff --git a/resources/assets/img/previews/footers/classic-colors-tertiary.jpg b/resources/assets/img/previews/footers/classic-colors-tertiary.jpg new file mode 100644 index 0000000..d7b1b59 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-colors-tertiary.jpg differ diff --git a/resources/assets/img/previews/footers/classic-compact.jpg b/resources/assets/img/previews/footers/classic-compact.jpg new file mode 100644 index 0000000..8c93e47 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-compact.jpg differ diff --git a/resources/assets/img/previews/footers/classic-copyright-dark.jpg b/resources/assets/img/previews/footers/classic-copyright-dark.jpg new file mode 100644 index 0000000..54b1115 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-copyright-dark.jpg differ diff --git a/resources/assets/img/previews/footers/classic-copyright-light.jpg b/resources/assets/img/previews/footers/classic-copyright-light.jpg new file mode 100644 index 0000000..5d5badf Binary files /dev/null and b/resources/assets/img/previews/footers/classic-copyright-light.jpg differ diff --git a/resources/assets/img/previews/footers/classic-copyright-social-icons.jpg b/resources/assets/img/previews/footers/classic-copyright-social-icons.jpg new file mode 100644 index 0000000..7c1d376 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-copyright-social-icons.jpg differ diff --git a/resources/assets/img/previews/footers/classic-locations.jpg b/resources/assets/img/previews/footers/classic-locations.jpg new file mode 100644 index 0000000..29f2545 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-locations.jpg differ diff --git a/resources/assets/img/previews/footers/classic-simple.jpg b/resources/assets/img/previews/footers/classic-simple.jpg new file mode 100644 index 0000000..33dc357 Binary files /dev/null and b/resources/assets/img/previews/footers/classic-simple.jpg differ diff --git a/resources/assets/img/previews/footers/classic.jpg b/resources/assets/img/previews/footers/classic.jpg new file mode 100644 index 0000000..d8f76c7 Binary files /dev/null and b/resources/assets/img/previews/footers/classic.jpg differ diff --git a/resources/assets/img/previews/footers/contact-form-above-the-map.jpg b/resources/assets/img/previews/footers/contact-form-above-the-map.jpg new file mode 100644 index 0000000..44a9653 Binary files /dev/null and b/resources/assets/img/previews/footers/contact-form-above-the-map.jpg differ diff --git a/resources/assets/img/previews/footers/contact-form-center.jpg b/resources/assets/img/previews/footers/contact-form-center.jpg new file mode 100644 index 0000000..94e9e21 Binary files /dev/null and b/resources/assets/img/previews/footers/contact-form-center.jpg differ diff --git a/resources/assets/img/previews/footers/contact-form-classic.jpg b/resources/assets/img/previews/footers/contact-form-classic.jpg new file mode 100644 index 0000000..c579700 Binary files /dev/null and b/resources/assets/img/previews/footers/contact-form-classic.jpg differ diff --git a/resources/assets/img/previews/footers/contact-form-columns.jpg b/resources/assets/img/previews/footers/contact-form-columns.jpg new file mode 100644 index 0000000..46af313 Binary files /dev/null and b/resources/assets/img/previews/footers/contact-form-columns.jpg differ diff --git a/resources/assets/img/previews/footers/ecommerce-classic.jpg b/resources/assets/img/previews/footers/ecommerce-classic.jpg new file mode 100644 index 0000000..302aad9 Binary files /dev/null and b/resources/assets/img/previews/footers/ecommerce-classic.jpg differ diff --git a/resources/assets/img/previews/footers/extra-big-icons.jpg b/resources/assets/img/previews/footers/extra-big-icons.jpg new file mode 100644 index 0000000..393c4dc Binary files /dev/null and b/resources/assets/img/previews/footers/extra-big-icons.jpg differ diff --git a/resources/assets/img/previews/footers/extra-full-width-dark.jpg b/resources/assets/img/previews/footers/extra-full-width-dark.jpg new file mode 100644 index 0000000..4bf27f6 Binary files /dev/null and b/resources/assets/img/previews/footers/extra-full-width-dark.jpg differ diff --git a/resources/assets/img/previews/footers/extra-full-width-light.jpg b/resources/assets/img/previews/footers/extra-full-width-light.jpg new file mode 100644 index 0000000..5d5badf Binary files /dev/null and b/resources/assets/img/previews/footers/extra-full-width-light.jpg differ diff --git a/resources/assets/img/previews/footers/extra-instagram.jpg b/resources/assets/img/previews/footers/extra-instagram.jpg new file mode 100644 index 0000000..579ef51 Binary files /dev/null and b/resources/assets/img/previews/footers/extra-instagram.jpg differ diff --git a/resources/assets/img/previews/footers/extra-recent-work.jpg b/resources/assets/img/previews/footers/extra-recent-work.jpg new file mode 100644 index 0000000..b2111ef Binary files /dev/null and b/resources/assets/img/previews/footers/extra-recent-work.jpg differ diff --git a/resources/assets/img/previews/footers/extra-reveal.jpg b/resources/assets/img/previews/footers/extra-reveal.jpg new file mode 100644 index 0000000..c2de662 Binary files /dev/null and b/resources/assets/img/previews/footers/extra-reveal.jpg differ diff --git a/resources/assets/img/previews/footers/extra-top-social-icons.jpg b/resources/assets/img/previews/footers/extra-top-social-icons.jpg new file mode 100644 index 0000000..64820fd Binary files /dev/null and b/resources/assets/img/previews/footers/extra-top-social-icons.jpg differ diff --git a/resources/assets/img/previews/footers/map-full-width.jpg b/resources/assets/img/previews/footers/map-full-width.jpg new file mode 100644 index 0000000..33f1f49 Binary files /dev/null and b/resources/assets/img/previews/footers/map-full-width.jpg differ diff --git a/resources/assets/img/previews/footers/map-hidden.jpg b/resources/assets/img/previews/footers/map-hidden.jpg new file mode 100644 index 0000000..bbc7d27 Binary files /dev/null and b/resources/assets/img/previews/footers/map-hidden.jpg differ diff --git a/resources/assets/img/previews/footers/modern-background-image-advanced.jpg b/resources/assets/img/previews/footers/modern-background-image-advanced.jpg new file mode 100644 index 0000000..562c4c6 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-background-image-advanced.jpg differ diff --git a/resources/assets/img/previews/footers/modern-background-image-simple.jpg b/resources/assets/img/previews/footers/modern-background-image-simple.jpg new file mode 100644 index 0000000..d6f74d7 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-background-image-simple.jpg differ diff --git a/resources/assets/img/previews/footers/modern-background-video-simple.jpg b/resources/assets/img/previews/footers/modern-background-video-simple.jpg new file mode 100644 index 0000000..2bf2540 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-background-video-simple.jpg differ diff --git a/resources/assets/img/previews/footers/modern-call-to-action-button.jpg b/resources/assets/img/previews/footers/modern-call-to-action-button.jpg new file mode 100644 index 0000000..7b4a3c0 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-call-to-action-button.jpg differ diff --git a/resources/assets/img/previews/footers/modern-call-to-action-simple.jpg b/resources/assets/img/previews/footers/modern-call-to-action-simple.jpg new file mode 100644 index 0000000..bc2394e Binary files /dev/null and b/resources/assets/img/previews/footers/modern-call-to-action-simple.jpg differ diff --git a/resources/assets/img/previews/footers/modern-clean.jpg b/resources/assets/img/previews/footers/modern-clean.jpg new file mode 100644 index 0000000..b3645e0 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-clean.jpg differ diff --git a/resources/assets/img/previews/footers/modern-font-style-alternative.jpg b/resources/assets/img/previews/footers/modern-font-style-alternative.jpg new file mode 100644 index 0000000..42a9739 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-font-style-alternative.jpg differ diff --git a/resources/assets/img/previews/footers/modern-useful-links.jpg b/resources/assets/img/previews/footers/modern-useful-links.jpg new file mode 100644 index 0000000..fcbc026 Binary files /dev/null and b/resources/assets/img/previews/footers/modern-useful-links.jpg differ diff --git a/resources/assets/img/previews/footers/modern.jpg b/resources/assets/img/previews/footers/modern.jpg new file mode 100644 index 0000000..f2100a0 Binary files /dev/null and b/resources/assets/img/previews/footers/modern.jpg differ diff --git a/resources/assets/img/previews/headers/below-slider.jpg b/resources/assets/img/previews/headers/below-slider.jpg new file mode 100644 index 0000000..acc94bf Binary files /dev/null and b/resources/assets/img/previews/headers/below-slider.jpg differ diff --git a/resources/assets/img/previews/headers/center-below-slider.jpg b/resources/assets/img/previews/headers/center-below-slider.jpg new file mode 100644 index 0000000..51a088e Binary files /dev/null and b/resources/assets/img/previews/headers/center-below-slider.jpg differ diff --git a/resources/assets/img/previews/headers/center-double-navs.jpg b/resources/assets/img/previews/headers/center-double-navs.jpg new file mode 100644 index 0000000..13c4782 Binary files /dev/null and b/resources/assets/img/previews/headers/center-double-navs.jpg differ diff --git a/resources/assets/img/previews/headers/center-nav-buttons.jpg b/resources/assets/img/previews/headers/center-nav-buttons.jpg new file mode 100644 index 0000000..7847b32 Binary files /dev/null and b/resources/assets/img/previews/headers/center-nav-buttons.jpg differ diff --git a/resources/assets/img/previews/headers/center.jpg b/resources/assets/img/previews/headers/center.jpg new file mode 100644 index 0000000..6c1e1a8 Binary files /dev/null and b/resources/assets/img/previews/headers/center.jpg differ diff --git a/resources/assets/img/previews/headers/classic-big-log.jpg b/resources/assets/img/previews/headers/classic-big-log.jpg new file mode 100644 index 0000000..fdd1142 Binary files /dev/null and b/resources/assets/img/previews/headers/classic-big-log.jpg differ diff --git a/resources/assets/img/previews/headers/classic-language-dropdown.jpg b/resources/assets/img/previews/headers/classic-language-dropdown.jpg new file mode 100644 index 0000000..c2583f8 Binary files /dev/null and b/resources/assets/img/previews/headers/classic-language-dropdown.jpg differ diff --git a/resources/assets/img/previews/headers/classic.jpg b/resources/assets/img/previews/headers/classic.jpg new file mode 100644 index 0000000..7847b32 Binary files /dev/null and b/resources/assets/img/previews/headers/classic.jpg differ diff --git a/resources/assets/img/previews/headers/extra-background-color.jpg b/resources/assets/img/previews/headers/extra-background-color.jpg new file mode 100644 index 0000000..ac22d79 Binary files /dev/null and b/resources/assets/img/previews/headers/extra-background-color.jpg differ diff --git a/resources/assets/img/previews/headers/extra-big-icon.jpg b/resources/assets/img/previews/headers/extra-big-icon.jpg new file mode 100644 index 0000000..d9b538b Binary files /dev/null and b/resources/assets/img/previews/headers/extra-big-icon.jpg differ diff --git a/resources/assets/img/previews/headers/extra-big-icons-top.jpg b/resources/assets/img/previews/headers/extra-big-icons-top.jpg new file mode 100644 index 0000000..739462b Binary files /dev/null and b/resources/assets/img/previews/headers/extra-big-icons-top.jpg differ diff --git a/resources/assets/img/previews/headers/extra-button.jpg b/resources/assets/img/previews/headers/extra-button.jpg new file mode 100644 index 0000000..fb0467d Binary files /dev/null and b/resources/assets/img/previews/headers/extra-button.jpg differ diff --git a/resources/assets/img/previews/headers/flat-borders.jpg b/resources/assets/img/previews/headers/flat-borders.jpg new file mode 100644 index 0000000..fa52409 Binary files /dev/null and b/resources/assets/img/previews/headers/flat-borders.jpg differ diff --git a/resources/assets/img/previews/headers/flat-colored-top-bar.jpg b/resources/assets/img/previews/headers/flat-colored-top-bar.jpg new file mode 100644 index 0000000..fc7bb24 Binary files /dev/null and b/resources/assets/img/previews/headers/flat-colored-top-bar.jpg differ diff --git a/resources/assets/img/previews/headers/flat-top-bar-top-borders.jpg b/resources/assets/img/previews/headers/flat-top-bar-top-borders.jpg new file mode 100644 index 0000000..91a3559 Binary files /dev/null and b/resources/assets/img/previews/headers/flat-top-bar-top-borders.jpg differ diff --git a/resources/assets/img/previews/headers/flat-top-bar.jpg b/resources/assets/img/previews/headers/flat-top-bar.jpg new file mode 100644 index 0000000..2d7a790 Binary files /dev/null and b/resources/assets/img/previews/headers/flat-top-bar.jpg differ diff --git a/resources/assets/img/previews/headers/flat.jpg b/resources/assets/img/previews/headers/flat.jpg new file mode 100644 index 0000000..6083822 Binary files /dev/null and b/resources/assets/img/previews/headers/flat.jpg differ diff --git a/resources/assets/img/previews/headers/floating-bar.jpg b/resources/assets/img/previews/headers/floating-bar.jpg new file mode 100644 index 0000000..b720cfc Binary files /dev/null and b/resources/assets/img/previews/headers/floating-bar.jpg differ diff --git a/resources/assets/img/previews/headers/floating-icons.jpg b/resources/assets/img/previews/headers/floating-icons.jpg new file mode 100644 index 0000000..f8ae5ed Binary files /dev/null and b/resources/assets/img/previews/headers/floating-icons.jpg differ diff --git a/resources/assets/img/previews/headers/full-video.jpg b/resources/assets/img/previews/headers/full-video.jpg new file mode 100644 index 0000000..205c74d Binary files /dev/null and b/resources/assets/img/previews/headers/full-video.jpg differ diff --git a/resources/assets/img/previews/headers/full-width-borders.jpg b/resources/assets/img/previews/headers/full-width-borders.jpg new file mode 100644 index 0000000..d9b538b Binary files /dev/null and b/resources/assets/img/previews/headers/full-width-borders.jpg differ diff --git a/resources/assets/img/previews/headers/full-width-semi-transparent-dark.jpg b/resources/assets/img/previews/headers/full-width-semi-transparent-dark.jpg new file mode 100644 index 0000000..843ba4e Binary files /dev/null and b/resources/assets/img/previews/headers/full-width-semi-transparent-dark.jpg differ diff --git a/resources/assets/img/previews/headers/full-width-semi-transparent-light.jpg b/resources/assets/img/previews/headers/full-width-semi-transparent-light.jpg new file mode 100644 index 0000000..3b00672 Binary files /dev/null and b/resources/assets/img/previews/headers/full-width-semi-transparent-light.jpg differ diff --git a/resources/assets/img/previews/headers/full-width-transparent-dark.jpg b/resources/assets/img/previews/headers/full-width-transparent-dark.jpg new file mode 100644 index 0000000..ccfe225 Binary files /dev/null and b/resources/assets/img/previews/headers/full-width-transparent-dark.jpg differ diff --git a/resources/assets/img/previews/headers/full-width-transparent-light.jpg b/resources/assets/img/previews/headers/full-width-transparent-light.jpg new file mode 100644 index 0000000..a997eaf Binary files /dev/null and b/resources/assets/img/previews/headers/full-width-transparent-light.jpg differ diff --git a/resources/assets/img/previews/headers/full-width.jpg b/resources/assets/img/previews/headers/full-width.jpg new file mode 100644 index 0000000..fb0467d Binary files /dev/null and b/resources/assets/img/previews/headers/full-width.jpg differ diff --git a/resources/assets/img/previews/headers/logged.jpg b/resources/assets/img/previews/headers/logged.jpg new file mode 100644 index 0000000..7ed2a97 Binary files /dev/null and b/resources/assets/img/previews/headers/logged.jpg differ diff --git a/resources/assets/img/previews/headers/mini-cart.jpg b/resources/assets/img/previews/headers/mini-cart.jpg new file mode 100644 index 0000000..7ed2a97 Binary files /dev/null and b/resources/assets/img/previews/headers/mini-cart.jpg differ diff --git a/resources/assets/img/previews/headers/narrow.jpg b/resources/assets/img/previews/headers/narrow.jpg new file mode 100644 index 0000000..f56bcdf Binary files /dev/null and b/resources/assets/img/previews/headers/narrow.jpg differ diff --git a/resources/assets/img/previews/headers/navbar-divisors.jpg b/resources/assets/img/previews/headers/navbar-divisors.jpg new file mode 100644 index 0000000..8be43bf Binary files /dev/null and b/resources/assets/img/previews/headers/navbar-divisors.jpg differ diff --git a/resources/assets/img/previews/headers/navbar-full.jpg b/resources/assets/img/previews/headers/navbar-full.jpg new file mode 100644 index 0000000..df31f79 Binary files /dev/null and b/resources/assets/img/previews/headers/navbar-full.jpg differ diff --git a/resources/assets/img/previews/headers/navbar-icons-search.jpg b/resources/assets/img/previews/headers/navbar-icons-search.jpg new file mode 100644 index 0000000..b7761f6 Binary files /dev/null and b/resources/assets/img/previews/headers/navbar-icons-search.jpg differ diff --git a/resources/assets/img/previews/headers/navbar-pills.jpg b/resources/assets/img/previews/headers/navbar-pills.jpg new file mode 100644 index 0000000..65d5544 Binary files /dev/null and b/resources/assets/img/previews/headers/navbar-pills.jpg differ diff --git a/resources/assets/img/previews/headers/navbar.jpg b/resources/assets/img/previews/headers/navbar.jpg new file mode 100644 index 0000000..b28334e Binary files /dev/null and b/resources/assets/img/previews/headers/navbar.jpg differ diff --git a/resources/assets/img/previews/headers/search-big-input-hidden.jpg b/resources/assets/img/previews/headers/search-big-input-hidden.jpg new file mode 100644 index 0000000..2d032a7 Binary files /dev/null and b/resources/assets/img/previews/headers/search-big-input-hidden.jpg differ diff --git a/resources/assets/img/previews/headers/search-dropdown.jpg b/resources/assets/img/previews/headers/search-dropdown.jpg new file mode 100644 index 0000000..7847b32 Binary files /dev/null and b/resources/assets/img/previews/headers/search-dropdown.jpg differ diff --git a/resources/assets/img/previews/headers/search-full-screen.jpg b/resources/assets/img/previews/headers/search-full-screen.jpg new file mode 100644 index 0000000..bdf88a8 Binary files /dev/null and b/resources/assets/img/previews/headers/search-full-screen.jpg differ diff --git a/resources/assets/img/previews/headers/search-simple-input-reveal.jpg b/resources/assets/img/previews/headers/search-simple-input-reveal.jpg new file mode 100644 index 0000000..f8e50a5 Binary files /dev/null and b/resources/assets/img/previews/headers/search-simple-input-reveal.jpg differ diff --git a/resources/assets/img/previews/headers/search-simple-input.jpg b/resources/assets/img/previews/headers/search-simple-input.jpg new file mode 100644 index 0000000..d3f80ae Binary files /dev/null and b/resources/assets/img/previews/headers/search-simple-input.jpg differ diff --git a/resources/assets/img/previews/headers/semi-transparent-bottom-slider.jpg b/resources/assets/img/previews/headers/semi-transparent-bottom-slider.jpg new file mode 100644 index 0000000..ba7daa9 Binary files /dev/null and b/resources/assets/img/previews/headers/semi-transparent-bottom-slider.jpg differ diff --git a/resources/assets/img/previews/headers/semi-transparent-dark.jpg b/resources/assets/img/previews/headers/semi-transparent-dark.jpg new file mode 100644 index 0000000..bdf88a8 Binary files /dev/null and b/resources/assets/img/previews/headers/semi-transparent-dark.jpg differ diff --git a/resources/assets/img/previews/headers/semi-transparent-light.jpg b/resources/assets/img/previews/headers/semi-transparent-light.jpg new file mode 100644 index 0000000..917aa90 Binary files /dev/null and b/resources/assets/img/previews/headers/semi-transparent-light.jpg differ diff --git a/resources/assets/img/previews/headers/semi-transparent-top-bar-borders.jpg b/resources/assets/img/previews/headers/semi-transparent-top-bar-borders.jpg new file mode 100644 index 0000000..ab84e5a Binary files /dev/null and b/resources/assets/img/previews/headers/semi-transparent-top-bar-borders.jpg differ diff --git a/resources/assets/img/previews/headers/sign-in-sign-up.jpg b/resources/assets/img/previews/headers/sign-in-sign-up.jpg new file mode 100644 index 0000000..7ed2a97 Binary files /dev/null and b/resources/assets/img/previews/headers/sign-in-sign-up.jpg differ diff --git a/resources/assets/img/previews/headers/sticky-change-logo.jpg b/resources/assets/img/previews/headers/sticky-change-logo.jpg new file mode 100644 index 0000000..3bea0ed Binary files /dev/null and b/resources/assets/img/previews/headers/sticky-change-logo.jpg differ diff --git a/resources/assets/img/previews/headers/sticky-reveal.jpg b/resources/assets/img/previews/headers/sticky-reveal.jpg new file mode 100644 index 0000000..790330a Binary files /dev/null and b/resources/assets/img/previews/headers/sticky-reveal.jpg differ diff --git a/resources/assets/img/previews/headers/sticky-shirnk.jpg b/resources/assets/img/previews/headers/sticky-shirnk.jpg new file mode 100644 index 0000000..fb0467d Binary files /dev/null and b/resources/assets/img/previews/headers/sticky-shirnk.jpg differ diff --git a/resources/assets/img/previews/headers/sticky-static.jpg b/resources/assets/img/previews/headers/sticky-static.jpg new file mode 100644 index 0000000..a37c9f9 Binary files /dev/null and b/resources/assets/img/previews/headers/sticky-static.jpg differ diff --git a/resources/assets/img/previews/headers/transparent-bottom-slider.jpg b/resources/assets/img/previews/headers/transparent-bottom-slider.jpg new file mode 100644 index 0000000..b720cfc Binary files /dev/null and b/resources/assets/img/previews/headers/transparent-bottom-slider.jpg differ diff --git a/resources/assets/img/previews/headers/transparent-dark-bottom-border.jpg b/resources/assets/img/previews/headers/transparent-dark-bottom-border.jpg new file mode 100644 index 0000000..1279510 Binary files /dev/null and b/resources/assets/img/previews/headers/transparent-dark-bottom-border.jpg differ diff --git a/resources/assets/img/previews/headers/transparent-dark.jpg b/resources/assets/img/previews/headers/transparent-dark.jpg new file mode 100644 index 0000000..76e46fe Binary files /dev/null and b/resources/assets/img/previews/headers/transparent-dark.jpg differ diff --git a/resources/assets/img/previews/headers/transparent-light-bottom-border.jpg b/resources/assets/img/previews/headers/transparent-light-bottom-border.jpg new file mode 100644 index 0000000..205c74d Binary files /dev/null and b/resources/assets/img/previews/headers/transparent-light-bottom-border.jpg differ diff --git a/resources/assets/img/previews/headers/transparent-light.jpg b/resources/assets/img/previews/headers/transparent-light.jpg new file mode 100644 index 0000000..a997eaf Binary files /dev/null and b/resources/assets/img/previews/headers/transparent-light.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-clean.jpg b/resources/assets/img/previews/page-headers/background-clean.jpg new file mode 100644 index 0000000..7cf79ca Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-clean.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-fixed.jpg b/resources/assets/img/previews/page-headers/background-fixed.jpg new file mode 100644 index 0000000..de452c9 Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-fixed.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-overlay.jpg b/resources/assets/img/previews/page-headers/background-overlay.jpg new file mode 100644 index 0000000..8e7d8f6 Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-overlay.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-parallax.jpg b/resources/assets/img/previews/page-headers/background-parallax.jpg new file mode 100644 index 0000000..b9d725b Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-parallax.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-pattern.jpg b/resources/assets/img/previews/page-headers/background-pattern.jpg new file mode 100644 index 0000000..21d8c91 Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-pattern.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-transparent-header.jpg b/resources/assets/img/previews/page-headers/background-transparent-header.jpg new file mode 100644 index 0000000..54e7350 Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-transparent-header.jpg differ diff --git a/resources/assets/img/previews/page-headers/background-video.jpg b/resources/assets/img/previews/page-headers/background-video.jpg new file mode 100644 index 0000000..293562e Binary files /dev/null and b/resources/assets/img/previews/page-headers/background-video.jpg differ diff --git a/resources/assets/img/previews/page-headers/classic-large.jpg b/resources/assets/img/previews/page-headers/classic-large.jpg new file mode 100644 index 0000000..e0330e3 Binary files /dev/null and b/resources/assets/img/previews/page-headers/classic-large.jpg differ diff --git a/resources/assets/img/previews/page-headers/classic-medium.jpg b/resources/assets/img/previews/page-headers/classic-medium.jpg new file mode 100644 index 0000000..d386d42 Binary files /dev/null and b/resources/assets/img/previews/page-headers/classic-medium.jpg differ diff --git a/resources/assets/img/previews/page-headers/classic-small.jpg b/resources/assets/img/previews/page-headers/classic-small.jpg new file mode 100644 index 0000000..d0acff0 Binary files /dev/null and b/resources/assets/img/previews/page-headers/classic-small.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-dark.jpg b/resources/assets/img/previews/page-headers/colors-dark.jpg new file mode 100644 index 0000000..d578fbf Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-dark.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-light.jpg b/resources/assets/img/previews/page-headers/colors-light.jpg new file mode 100644 index 0000000..71ae101 Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-light.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-primary.jpg b/resources/assets/img/previews/page-headers/colors-primary.jpg new file mode 100644 index 0000000..6e187ea Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-primary.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-quaternary.jpg b/resources/assets/img/previews/page-headers/colors-quaternary.jpg new file mode 100644 index 0000000..d2df86d Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-quaternary.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-secondary.jpg b/resources/assets/img/previews/page-headers/colors-secondary.jpg new file mode 100644 index 0000000..35b8126 Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-secondary.jpg differ diff --git a/resources/assets/img/previews/page-headers/colors-tertiary.jpg b/resources/assets/img/previews/page-headers/colors-tertiary.jpg new file mode 100644 index 0000000..d578fbf Binary files /dev/null and b/resources/assets/img/previews/page-headers/colors-tertiary.jpg differ diff --git a/resources/assets/img/previews/page-headers/extra-breadcrumb-dark.jpg b/resources/assets/img/previews/page-headers/extra-breadcrumb-dark.jpg new file mode 100644 index 0000000..c9e2f72 Binary files /dev/null and b/resources/assets/img/previews/page-headers/extra-breadcrumb-dark.jpg differ diff --git a/resources/assets/img/previews/page-headers/extra-breadcrumb-outside.jpg b/resources/assets/img/previews/page-headers/extra-breadcrumb-outside.jpg new file mode 100644 index 0000000..21e4966 Binary files /dev/null and b/resources/assets/img/previews/page-headers/extra-breadcrumb-outside.jpg differ diff --git a/resources/assets/img/previews/page-headers/extra-full-width.jpg b/resources/assets/img/previews/page-headers/extra-full-width.jpg new file mode 100644 index 0000000..0dba084 Binary files /dev/null and b/resources/assets/img/previews/page-headers/extra-full-width.jpg differ diff --git a/resources/assets/img/previews/page-headers/extra-scroll-to-content.jpg b/resources/assets/img/previews/page-headers/extra-scroll-to-content.jpg new file mode 100644 index 0000000..f06a126 Binary files /dev/null and b/resources/assets/img/previews/page-headers/extra-scroll-to-content.jpg differ diff --git a/resources/assets/img/previews/page-headers/modern-large.jpg b/resources/assets/img/previews/page-headers/modern-large.jpg new file mode 100644 index 0000000..b7761f6 Binary files /dev/null and b/resources/assets/img/previews/page-headers/modern-large.jpg differ diff --git a/resources/assets/img/previews/page-headers/modern-medium.jpg b/resources/assets/img/previews/page-headers/modern-medium.jpg new file mode 100644 index 0000000..9d09c01 Binary files /dev/null and b/resources/assets/img/previews/page-headers/modern-medium.jpg differ diff --git a/resources/assets/img/previews/page-headers/modern-small.jpg b/resources/assets/img/previews/page-headers/modern-small.jpg new file mode 100644 index 0000000..13966f4 Binary files /dev/null and b/resources/assets/img/previews/page-headers/modern-small.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-center-large.jpg b/resources/assets/img/previews/page-headers/title-position-center-large.jpg new file mode 100644 index 0000000..bf810cb Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-center-large.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-center-medium.jpg b/resources/assets/img/previews/page-headers/title-position-center-medium.jpg new file mode 100644 index 0000000..9956a40 Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-center-medium.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-center-small.jpg b/resources/assets/img/previews/page-headers/title-position-center-small.jpg new file mode 100644 index 0000000..96d441e Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-center-small.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-left-large.jpg b/resources/assets/img/previews/page-headers/title-position-left-large.jpg new file mode 100644 index 0000000..b7761f6 Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-left-large.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-left-medium.jpg b/resources/assets/img/previews/page-headers/title-position-left-medium.jpg new file mode 100644 index 0000000..5fd6774 Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-left-medium.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-left-small.jpg b/resources/assets/img/previews/page-headers/title-position-left-small.jpg new file mode 100644 index 0000000..853605e Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-left-small.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-right-large.jpg b/resources/assets/img/previews/page-headers/title-position-right-large.jpg new file mode 100644 index 0000000..797cdc4 Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-right-large.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-right-medium.jpg b/resources/assets/img/previews/page-headers/title-position-right-medium.jpg new file mode 100644 index 0000000..3cf5dce Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-right-medium.jpg differ diff --git a/resources/assets/img/previews/page-headers/title-position-right-small.jpg b/resources/assets/img/previews/page-headers/title-position-right-small.jpg new file mode 100644 index 0000000..d68489d Binary files /dev/null and b/resources/assets/img/previews/page-headers/title-position-right-small.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1-61CCEF.jpg b/resources/assets/img/previews/preview-accounting-1-61CCEF.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1-61CCEF.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1-DABDA9.jpg b/resources/assets/img/previews/preview-accounting-1-DABDA9.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1-DABDA9.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1-E8D8D9.jpg b/resources/assets/img/previews/preview-accounting-1-E8D8D9.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1-E8D8D9.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1-F7DDA7.jpg b/resources/assets/img/previews/preview-accounting-1-F7DDA7.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1-F7DDA7.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1-FFC8BD.jpg b/resources/assets/img/previews/preview-accounting-1-FFC8BD.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1-FFC8BD.jpg differ diff --git a/resources/assets/img/previews/preview-accounting-1.jpg b/resources/assets/img/previews/preview-accounting-1.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-accounting-1.jpg differ diff --git a/resources/assets/img/previews/preview-app-landing.jpg b/resources/assets/img/previews/preview-app-landing.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-app-landing.jpg differ diff --git a/resources/assets/img/previews/preview-architecture-2.jpg b/resources/assets/img/previews/preview-architecture-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-architecture-2.jpg differ diff --git a/resources/assets/img/previews/preview-architecture-interior.jpg b/resources/assets/img/previews/preview-architecture-interior.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-architecture-interior.jpg differ diff --git a/resources/assets/img/previews/preview-auto-services-DA1526.jpg b/resources/assets/img/previews/preview-auto-services-DA1526.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-auto-services-DA1526.jpg differ diff --git a/resources/assets/img/previews/preview-auto-services-EDB302.jpg b/resources/assets/img/previews/preview-auto-services-EDB302.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-auto-services-EDB302.jpg differ diff --git a/resources/assets/img/previews/preview-auto-services-F24E25.jpg b/resources/assets/img/previews/preview-auto-services-F24E25.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-auto-services-F24E25.jpg differ diff --git a/resources/assets/img/previews/preview-auto-services.jpg b/resources/assets/img/previews/preview-auto-services.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-auto-services.jpg differ diff --git a/resources/assets/img/previews/preview-band.jpg b/resources/assets/img/previews/preview-band.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-band.jpg differ diff --git a/resources/assets/img/previews/preview-barber.jpg b/resources/assets/img/previews/preview-barber.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-barber.jpg differ diff --git a/resources/assets/img/previews/preview-beauty-salon.jpg b/resources/assets/img/previews/preview-beauty-salon.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-beauty-salon.jpg differ diff --git a/resources/assets/img/previews/preview-blog-2.jpg b/resources/assets/img/previews/preview-blog-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-blog-2.jpg differ diff --git a/resources/assets/img/previews/preview-blog-3.jpg b/resources/assets/img/previews/preview-blog-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-blog-3.jpg differ diff --git a/resources/assets/img/previews/preview-blog-4.jpg b/resources/assets/img/previews/preview-blog-4.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-blog-4.jpg differ diff --git a/resources/assets/img/previews/preview-blog-5.jpg b/resources/assets/img/previews/preview-blog-5.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-blog-5.jpg differ diff --git a/resources/assets/img/previews/preview-blog.jpg b/resources/assets/img/previews/preview-blog.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-blog.jpg differ diff --git a/resources/assets/img/previews/preview-boxed.jpg b/resources/assets/img/previews/preview-boxed.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-boxed.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting-2.jpg b/resources/assets/img/previews/preview-business-consulting-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting-2.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting-3-0088CC.jpg b/resources/assets/img/previews/preview-business-consulting-3-0088CC.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting-3-0088CC.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting-3.jpg b/resources/assets/img/previews/preview-business-consulting-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting-3.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting-4.jpg b/resources/assets/img/previews/preview-business-consulting-4.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting-4.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting-5.jpg b/resources/assets/img/previews/preview-business-consulting-5.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting-5.jpg differ diff --git a/resources/assets/img/previews/preview-business-consulting.jpg b/resources/assets/img/previews/preview-business-consulting.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-business-consulting.jpg differ diff --git a/resources/assets/img/previews/preview-church.jpg b/resources/assets/img/previews/preview-church.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-church.jpg differ diff --git a/resources/assets/img/previews/preview-classic-color.jpg b/resources/assets/img/previews/preview-classic-color.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-classic-color.jpg differ diff --git a/resources/assets/img/previews/preview-classic-light.jpg b/resources/assets/img/previews/preview-classic-light.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-classic-light.jpg differ diff --git a/resources/assets/img/previews/preview-classic-video-light.jpg b/resources/assets/img/previews/preview-classic-video-light.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-classic-video-light.jpg differ diff --git a/resources/assets/img/previews/preview-classic-video.jpg b/resources/assets/img/previews/preview-classic-video.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-classic-video.jpg differ diff --git a/resources/assets/img/previews/preview-classic.jpg b/resources/assets/img/previews/preview-classic.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-classic.jpg differ diff --git a/resources/assets/img/previews/preview-cleaning-services.jpg b/resources/assets/img/previews/preview-cleaning-services.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-cleaning-services.jpg differ diff --git a/resources/assets/img/previews/preview-coffee.jpg b/resources/assets/img/previews/preview-coffee.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-coffee.jpg differ diff --git a/resources/assets/img/previews/preview-coming-soon.jpg b/resources/assets/img/previews/preview-coming-soon.jpg new file mode 100644 index 0000000..b8456ea Binary files /dev/null and b/resources/assets/img/previews/preview-coming-soon.jpg differ diff --git a/resources/assets/img/previews/preview-construction-2.jpg b/resources/assets/img/previews/preview-construction-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-construction-2.jpg differ diff --git a/resources/assets/img/previews/preview-construction.jpg b/resources/assets/img/previews/preview-construction.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-construction.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-10.jpg b/resources/assets/img/previews/preview-corporate-10.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-10.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-11.jpg b/resources/assets/img/previews/preview-corporate-11.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-11.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-12.jpg b/resources/assets/img/previews/preview-corporate-12.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-12.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-13.jpg b/resources/assets/img/previews/preview-corporate-13.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-13.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-14.jpg b/resources/assets/img/previews/preview-corporate-14.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-14.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-15.jpg b/resources/assets/img/previews/preview-corporate-15.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-15.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-16.jpg b/resources/assets/img/previews/preview-corporate-16.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-16.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-17.jpg b/resources/assets/img/previews/preview-corporate-17.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-17.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-18.jpg b/resources/assets/img/previews/preview-corporate-18.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-18.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-19.jpg b/resources/assets/img/previews/preview-corporate-19.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-19.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-2.jpg b/resources/assets/img/previews/preview-corporate-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-2.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-20.jpg b/resources/assets/img/previews/preview-corporate-20.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-20.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-21.jpg b/resources/assets/img/previews/preview-corporate-21.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-21.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-3.jpg b/resources/assets/img/previews/preview-corporate-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-3.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-4.jpg b/resources/assets/img/previews/preview-corporate-4.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-4.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-5.jpg b/resources/assets/img/previews/preview-corporate-5.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-5.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-6.jpg b/resources/assets/img/previews/preview-corporate-6.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-6.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-7.jpg b/resources/assets/img/previews/preview-corporate-7.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-7.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-8.jpg b/resources/assets/img/previews/preview-corporate-8.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-8.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-9.jpg b/resources/assets/img/previews/preview-corporate-9.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-9.jpg differ diff --git a/resources/assets/img/previews/preview-corporate-hosting.jpg b/resources/assets/img/previews/preview-corporate-hosting.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate-hosting.jpg differ diff --git a/resources/assets/img/previews/preview-corporate.jpg b/resources/assets/img/previews/preview-corporate.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-corporate.jpg differ diff --git a/resources/assets/img/previews/preview-creative-agency-1.jpg b/resources/assets/img/previews/preview-creative-agency-1.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-creative-agency-1.jpg differ diff --git a/resources/assets/img/previews/preview-creative-agency-2-0088CC.jpg b/resources/assets/img/previews/preview-creative-agency-2-0088CC.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-creative-agency-2-0088CC.jpg differ diff --git a/resources/assets/img/previews/preview-creative-agency-2-FF7049.jpg b/resources/assets/img/previews/preview-creative-agency-2-FF7049.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-creative-agency-2-FF7049.jpg differ diff --git a/resources/assets/img/previews/preview-creative-agency-2.jpg b/resources/assets/img/previews/preview-creative-agency-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-creative-agency-2.jpg differ diff --git a/resources/assets/img/previews/preview-default.jpg b/resources/assets/img/previews/preview-default.jpg new file mode 100644 index 0000000..4d80824 Binary files /dev/null and b/resources/assets/img/previews/preview-default.jpg differ diff --git a/resources/assets/img/previews/preview-dentist.jpg b/resources/assets/img/previews/preview-dentist.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-dentist.jpg differ diff --git a/resources/assets/img/previews/preview-digital-agency-2-dark.jpg b/resources/assets/img/previews/preview-digital-agency-2-dark.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-digital-agency-2-dark.jpg differ diff --git a/resources/assets/img/previews/preview-digital-agency-2.jpg b/resources/assets/img/previews/preview-digital-agency-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-digital-agency-2.jpg differ diff --git a/resources/assets/img/previews/preview-digital-agency.jpg b/resources/assets/img/previews/preview-digital-agency.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-digital-agency.jpg differ diff --git a/resources/assets/img/previews/preview-education.jpg b/resources/assets/img/previews/preview-education.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-education.jpg differ diff --git a/resources/assets/img/previews/preview-event.jpg b/resources/assets/img/previews/preview-event.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-event.jpg differ diff --git a/resources/assets/img/previews/preview-finance.jpg b/resources/assets/img/previews/preview-finance.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-finance.jpg differ diff --git a/resources/assets/img/previews/preview-gym.jpg b/resources/assets/img/previews/preview-gym.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-gym.jpg differ diff --git a/resources/assets/img/previews/preview-hotel-boxed.jpg b/resources/assets/img/previews/preview-hotel-boxed.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-hotel-boxed.jpg differ diff --git a/resources/assets/img/previews/preview-hotel.jpg b/resources/assets/img/previews/preview-hotel.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-hotel.jpg differ diff --git a/resources/assets/img/previews/preview-industry-factory.jpg b/resources/assets/img/previews/preview-industry-factory.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-industry-factory.jpg differ diff --git a/resources/assets/img/previews/preview-insurance.jpg b/resources/assets/img/previews/preview-insurance.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-insurance.jpg differ diff --git a/resources/assets/img/previews/preview-it-services.jpg b/resources/assets/img/previews/preview-it-services.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-it-services.jpg differ diff --git a/resources/assets/img/previews/preview-landing.jpg b/resources/assets/img/previews/preview-landing.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-landing.jpg differ diff --git a/resources/assets/img/previews/preview-law-firm-2.jpg b/resources/assets/img/previews/preview-law-firm-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-law-firm-2.jpg differ diff --git a/resources/assets/img/previews/preview-law-firm.jpg b/resources/assets/img/previews/preview-law-firm.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-law-firm.jpg differ diff --git a/resources/assets/img/previews/preview-marketing-1.jpg b/resources/assets/img/previews/preview-marketing-1.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-marketing-1.jpg differ diff --git a/resources/assets/img/previews/preview-medical-2.jpg b/resources/assets/img/previews/preview-medical-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-medical-2.jpg differ diff --git a/resources/assets/img/previews/preview-medical.jpg b/resources/assets/img/previews/preview-medical.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-medical.jpg differ diff --git a/resources/assets/img/previews/preview-one-page-agency.jpg b/resources/assets/img/previews/preview-one-page-agency.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-one-page-agency.jpg differ diff --git a/resources/assets/img/previews/preview-one-page.jpg b/resources/assets/img/previews/preview-one-page.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-one-page.jpg differ diff --git a/resources/assets/img/previews/preview-personal-portfolio-1.jpg b/resources/assets/img/previews/preview-personal-portfolio-1.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-personal-portfolio-1.jpg differ diff --git a/resources/assets/img/previews/preview-personal-portfolio-2.jpg b/resources/assets/img/previews/preview-personal-portfolio-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-personal-portfolio-2.jpg differ diff --git a/resources/assets/img/previews/preview-personal-portfolio-3.jpg b/resources/assets/img/previews/preview-personal-portfolio-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-personal-portfolio-3.jpg differ diff --git a/resources/assets/img/previews/preview-photography-2.jpg b/resources/assets/img/previews/preview-photography-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-photography-2.jpg differ diff --git a/resources/assets/img/previews/preview-photography-3.jpg b/resources/assets/img/previews/preview-photography-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-photography-3.jpg differ diff --git a/resources/assets/img/previews/preview-photography.jpg b/resources/assets/img/previews/preview-photography.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-photography.jpg differ diff --git a/resources/assets/img/previews/preview-portfolio-2.jpg b/resources/assets/img/previews/preview-portfolio-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-portfolio-2.jpg differ diff --git a/resources/assets/img/previews/preview-portfolio-3.jpg b/resources/assets/img/previews/preview-portfolio-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-portfolio-3.jpg differ diff --git a/resources/assets/img/previews/preview-portfolio-4.jpg b/resources/assets/img/previews/preview-portfolio-4.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-portfolio-4.jpg differ diff --git a/resources/assets/img/previews/preview-portfolio-5.jpg b/resources/assets/img/previews/preview-portfolio-5.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-portfolio-5.jpg differ diff --git a/resources/assets/img/previews/preview-portfolio.jpg b/resources/assets/img/previews/preview-portfolio.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-portfolio.jpg differ diff --git a/resources/assets/img/previews/preview-product-landing.jpg b/resources/assets/img/previews/preview-product-landing.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-product-landing.jpg differ diff --git a/resources/assets/img/previews/preview-real-estate.jpg b/resources/assets/img/previews/preview-real-estate.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-real-estate.jpg differ diff --git a/resources/assets/img/previews/preview-renewable-energy.jpg b/resources/assets/img/previews/preview-renewable-energy.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-renewable-energy.jpg differ diff --git a/resources/assets/img/previews/preview-restaurant.jpg b/resources/assets/img/previews/preview-restaurant.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-restaurant.jpg differ diff --git a/resources/assets/img/previews/preview-resume-blue.jpg b/resources/assets/img/previews/preview-resume-blue.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-resume-blue.jpg differ diff --git a/resources/assets/img/previews/preview-resume-dark.jpg b/resources/assets/img/previews/preview-resume-dark.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-resume-dark.jpg differ diff --git a/resources/assets/img/previews/preview-resume-green.jpg b/resources/assets/img/previews/preview-resume-green.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-resume-green.jpg differ diff --git a/resources/assets/img/previews/preview-resume-red.jpg b/resources/assets/img/previews/preview-resume-red.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-resume-red.jpg differ diff --git a/resources/assets/img/previews/preview-resume.jpg b/resources/assets/img/previews/preview-resume.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-resume.jpg differ diff --git a/resources/assets/img/previews/preview-rtl.jpg b/resources/assets/img/previews/preview-rtl.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-rtl.jpg differ diff --git a/resources/assets/img/previews/preview-sass.jpg b/resources/assets/img/previews/preview-sass.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-sass.jpg differ diff --git a/resources/assets/img/previews/preview-seo-2.jpg b/resources/assets/img/previews/preview-seo-2.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-seo-2.jpg differ diff --git a/resources/assets/img/previews/preview-seo-3.jpg b/resources/assets/img/previews/preview-seo-3.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-seo-3.jpg differ diff --git a/resources/assets/img/previews/preview-seo.jpg b/resources/assets/img/previews/preview-seo.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-seo.jpg differ diff --git a/resources/assets/img/previews/preview-shop.jpg b/resources/assets/img/previews/preview-shop.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-shop.jpg differ diff --git a/resources/assets/img/previews/preview-startup-agency.jpg b/resources/assets/img/previews/preview-startup-agency.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-startup-agency.jpg differ diff --git a/resources/assets/img/previews/preview-transportation-logistic.jpg b/resources/assets/img/previews/preview-transportation-logistic.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-transportation-logistic.jpg differ diff --git a/resources/assets/img/previews/preview-wedding.jpg b/resources/assets/img/previews/preview-wedding.jpg new file mode 100644 index 0000000..d01b012 Binary files /dev/null and b/resources/assets/img/previews/preview-wedding.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-columns.jpg b/resources/assets/img/previews/side-headers/side-header-left-columns.jpg new file mode 100644 index 0000000..bdf88a8 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-columns.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-dark.jpg b/resources/assets/img/previews/side-headers/side-header-left-dark.jpg new file mode 100644 index 0000000..178e765 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-dark.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-dropdown.jpg b/resources/assets/img/previews/side-headers/side-header-left-dropdown.jpg new file mode 100644 index 0000000..131cad4 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-dropdown.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-expand.jpg b/resources/assets/img/previews/side-headers/side-header-left-expand.jpg new file mode 100644 index 0000000..e851036 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-expand.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-semi-transparent.jpg b/resources/assets/img/previews/side-headers/side-header-left-semi-transparent.jpg new file mode 100644 index 0000000..e971386 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-semi-transparent.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-left-slide.jpg b/resources/assets/img/previews/side-headers/side-header-left-slide.jpg new file mode 100644 index 0000000..dacf925 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-left-slide.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-narrow-bar.jpg b/resources/assets/img/previews/side-headers/side-header-narrow-bar.jpg new file mode 100644 index 0000000..51a088e Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-narrow-bar.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-offcanvas-push.jpg b/resources/assets/img/previews/side-headers/side-header-offcanvas-push.jpg new file mode 100644 index 0000000..81a5a67 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-offcanvas-push.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-offcanvas-slide.jpg b/resources/assets/img/previews/side-headers/side-header-offcanvas-slide.jpg new file mode 100644 index 0000000..205c74d Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-offcanvas-slide.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-columns.jpg b/resources/assets/img/previews/side-headers/side-header-right-columns.jpg new file mode 100644 index 0000000..a997eaf Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-columns.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-dark.jpg b/resources/assets/img/previews/side-headers/side-header-right-dark.jpg new file mode 100644 index 0000000..ba7daa9 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-dark.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-dropdown.jpg b/resources/assets/img/previews/side-headers/side-header-right-dropdown.jpg new file mode 100644 index 0000000..a478753 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-dropdown.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-expand.jpg b/resources/assets/img/previews/side-headers/side-header-right-expand.jpg new file mode 100644 index 0000000..fbc4350 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-expand.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-semi-transparent.jpg b/resources/assets/img/previews/side-headers/side-header-right-semi-transparent.jpg new file mode 100644 index 0000000..ba7daa9 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-semi-transparent.jpg differ diff --git a/resources/assets/img/previews/side-headers/side-header-right-slide.jpg b/resources/assets/img/previews/side-headers/side-header-right-slide.jpg new file mode 100644 index 0000000..bdf88a8 Binary files /dev/null and b/resources/assets/img/previews/side-headers/side-header-right-slide.jpg differ diff --git a/resources/assets/img/products/product-1.jpg b/resources/assets/img/products/product-1.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-1.jpg differ diff --git a/resources/assets/img/products/product-360-sprite-preview.jpg b/resources/assets/img/products/product-360-sprite-preview.jpg new file mode 100644 index 0000000..0850b17 Binary files /dev/null and b/resources/assets/img/products/product-360-sprite-preview.jpg differ diff --git a/resources/assets/img/products/product-360-sprite.jpg b/resources/assets/img/products/product-360-sprite.jpg new file mode 100644 index 0000000..644d56a Binary files /dev/null and b/resources/assets/img/products/product-360-sprite.jpg differ diff --git a/resources/assets/img/products/product-grey-1.jpg b/resources/assets/img/products/product-grey-1.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-1.jpg differ diff --git a/resources/assets/img/products/product-grey-2.jpg b/resources/assets/img/products/product-grey-2.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-2.jpg differ diff --git a/resources/assets/img/products/product-grey-3.jpg b/resources/assets/img/products/product-grey-3.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-3.jpg differ diff --git a/resources/assets/img/products/product-grey-4.jpg b/resources/assets/img/products/product-grey-4.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-4.jpg differ diff --git a/resources/assets/img/products/product-grey-5.jpg b/resources/assets/img/products/product-grey-5.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-5.jpg differ diff --git a/resources/assets/img/products/product-grey-6.jpg b/resources/assets/img/products/product-grey-6.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-6.jpg differ diff --git a/resources/assets/img/products/product-grey-7-2.jpg b/resources/assets/img/products/product-grey-7-2.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/products/product-grey-7-2.jpg differ diff --git a/resources/assets/img/products/product-grey-7-3.jpg b/resources/assets/img/products/product-grey-7-3.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/products/product-grey-7-3.jpg differ diff --git a/resources/assets/img/products/product-grey-7-4.jpg b/resources/assets/img/products/product-grey-7-4.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/products/product-grey-7-4.jpg differ diff --git a/resources/assets/img/products/product-grey-7-5.jpg b/resources/assets/img/products/product-grey-7-5.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/products/product-grey-7-5.jpg differ diff --git a/resources/assets/img/products/product-grey-7.jpg b/resources/assets/img/products/product-grey-7.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/products/product-grey-7.jpg differ diff --git a/resources/assets/img/products/product-grey-8.jpg b/resources/assets/img/products/product-grey-8.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-8.jpg differ diff --git a/resources/assets/img/products/product-grey-9.jpg b/resources/assets/img/products/product-grey-9.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/products/product-grey-9.jpg differ diff --git a/resources/assets/img/projects/project-1-2.jpg b/resources/assets/img/projects/project-1-2.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-1-2.jpg differ diff --git a/resources/assets/img/projects/project-1-short-2.jpg b/resources/assets/img/projects/project-1-short-2.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-1-short-2.jpg differ diff --git a/resources/assets/img/projects/project-1-short.jpg b/resources/assets/img/projects/project-1-short.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-1-short.jpg differ diff --git a/resources/assets/img/projects/project-1.jpg b/resources/assets/img/projects/project-1.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-1.jpg differ diff --git a/resources/assets/img/projects/project-2-short.jpg b/resources/assets/img/projects/project-2-short.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-2-short.jpg differ diff --git a/resources/assets/img/projects/project-2.jpg b/resources/assets/img/projects/project-2.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-2.jpg differ diff --git a/resources/assets/img/projects/project-23.jpg b/resources/assets/img/projects/project-23.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-23.jpg differ diff --git a/resources/assets/img/projects/project-24.jpg b/resources/assets/img/projects/project-24.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-24.jpg differ diff --git a/resources/assets/img/projects/project-25.jpg b/resources/assets/img/projects/project-25.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-25.jpg differ diff --git a/resources/assets/img/projects/project-26.jpg b/resources/assets/img/projects/project-26.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-26.jpg differ diff --git a/resources/assets/img/projects/project-27-detail.jpg b/resources/assets/img/projects/project-27-detail.jpg new file mode 100644 index 0000000..1fc544f Binary files /dev/null and b/resources/assets/img/projects/project-27-detail.jpg differ diff --git a/resources/assets/img/projects/project-27-short.jpg b/resources/assets/img/projects/project-27-short.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-27-short.jpg differ diff --git a/resources/assets/img/projects/project-27.jpg b/resources/assets/img/projects/project-27.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-27.jpg differ diff --git a/resources/assets/img/projects/project-28.jpg b/resources/assets/img/projects/project-28.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-28.jpg differ diff --git a/resources/assets/img/projects/project-29.jpg b/resources/assets/img/projects/project-29.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-29.jpg differ diff --git a/resources/assets/img/projects/project-3.jpg b/resources/assets/img/projects/project-3.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-3.jpg differ diff --git a/resources/assets/img/projects/project-30.jpg b/resources/assets/img/projects/project-30.jpg new file mode 100644 index 0000000..db46184 Binary files /dev/null and b/resources/assets/img/projects/project-30.jpg differ diff --git a/resources/assets/img/projects/project-31.jpg b/resources/assets/img/projects/project-31.jpg new file mode 100644 index 0000000..db46184 Binary files /dev/null and b/resources/assets/img/projects/project-31.jpg differ diff --git a/resources/assets/img/projects/project-32.jpg b/resources/assets/img/projects/project-32.jpg new file mode 100644 index 0000000..db46184 Binary files /dev/null and b/resources/assets/img/projects/project-32.jpg differ diff --git a/resources/assets/img/projects/project-33.jpg b/resources/assets/img/projects/project-33.jpg new file mode 100644 index 0000000..db46184 Binary files /dev/null and b/resources/assets/img/projects/project-33.jpg differ diff --git a/resources/assets/img/projects/project-34.jpg b/resources/assets/img/projects/project-34.jpg new file mode 100644 index 0000000..db46184 Binary files /dev/null and b/resources/assets/img/projects/project-34.jpg differ diff --git a/resources/assets/img/projects/project-35.jpg b/resources/assets/img/projects/project-35.jpg new file mode 100644 index 0000000..ff01cf5 Binary files /dev/null and b/resources/assets/img/projects/project-35.jpg differ diff --git a/resources/assets/img/projects/project-36.jpg b/resources/assets/img/projects/project-36.jpg new file mode 100644 index 0000000..ff01cf5 Binary files /dev/null and b/resources/assets/img/projects/project-36.jpg differ diff --git a/resources/assets/img/projects/project-37.jpg b/resources/assets/img/projects/project-37.jpg new file mode 100644 index 0000000..ff01cf5 Binary files /dev/null and b/resources/assets/img/projects/project-37.jpg differ diff --git a/resources/assets/img/projects/project-38.jpg b/resources/assets/img/projects/project-38.jpg new file mode 100644 index 0000000..ff01cf5 Binary files /dev/null and b/resources/assets/img/projects/project-38.jpg differ diff --git a/resources/assets/img/projects/project-39.jpg b/resources/assets/img/projects/project-39.jpg new file mode 100644 index 0000000..c3d907c Binary files /dev/null and b/resources/assets/img/projects/project-39.jpg differ diff --git a/resources/assets/img/projects/project-4.jpg b/resources/assets/img/projects/project-4.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-4.jpg differ diff --git a/resources/assets/img/projects/project-40.jpg b/resources/assets/img/projects/project-40.jpg new file mode 100644 index 0000000..c3d907c Binary files /dev/null and b/resources/assets/img/projects/project-40.jpg differ diff --git a/resources/assets/img/projects/project-41.jpg b/resources/assets/img/projects/project-41.jpg new file mode 100644 index 0000000..c3d907c Binary files /dev/null and b/resources/assets/img/projects/project-41.jpg differ diff --git a/resources/assets/img/projects/project-42.jpg b/resources/assets/img/projects/project-42.jpg new file mode 100644 index 0000000..c3d907c Binary files /dev/null and b/resources/assets/img/projects/project-42.jpg differ diff --git a/resources/assets/img/projects/project-43.jpg b/resources/assets/img/projects/project-43.jpg new file mode 100644 index 0000000..c3d907c Binary files /dev/null and b/resources/assets/img/projects/project-43.jpg differ diff --git a/resources/assets/img/projects/project-44.jpg b/resources/assets/img/projects/project-44.jpg new file mode 100644 index 0000000..652aaad Binary files /dev/null and b/resources/assets/img/projects/project-44.jpg differ diff --git a/resources/assets/img/projects/project-5.jpg b/resources/assets/img/projects/project-5.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-5.jpg differ diff --git a/resources/assets/img/projects/project-6.jpg b/resources/assets/img/projects/project-6.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-6.jpg differ diff --git a/resources/assets/img/projects/project-7.jpg b/resources/assets/img/projects/project-7.jpg new file mode 100644 index 0000000..28d494f Binary files /dev/null and b/resources/assets/img/projects/project-7.jpg differ diff --git a/resources/assets/img/projects/project-carousel-1.png b/resources/assets/img/projects/project-carousel-1.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-1.png differ diff --git a/resources/assets/img/projects/project-carousel-2.png b/resources/assets/img/projects/project-carousel-2.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-2.png differ diff --git a/resources/assets/img/projects/project-carousel-3.png b/resources/assets/img/projects/project-carousel-3.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-3.png differ diff --git a/resources/assets/img/projects/project-carousel-4.png b/resources/assets/img/projects/project-carousel-4.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-4.png differ diff --git a/resources/assets/img/projects/project-carousel-5.png b/resources/assets/img/projects/project-carousel-5.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-5.png differ diff --git a/resources/assets/img/projects/project-carousel-6.png b/resources/assets/img/projects/project-carousel-6.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-6.png differ diff --git a/resources/assets/img/projects/project-carousel-7.png b/resources/assets/img/projects/project-carousel-7.png new file mode 100644 index 0000000..fee32cf Binary files /dev/null and b/resources/assets/img/projects/project-carousel-7.png differ diff --git a/resources/assets/img/projects/project-corporate-21-1.jpg b/resources/assets/img/projects/project-corporate-21-1.jpg new file mode 100644 index 0000000..bcdff9e Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-1.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-2.jpg b/resources/assets/img/projects/project-corporate-21-2.jpg new file mode 100644 index 0000000..1315498 Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-2.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-3.jpg b/resources/assets/img/projects/project-corporate-21-3.jpg new file mode 100644 index 0000000..ca19f2f Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-3.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-4.jpg b/resources/assets/img/projects/project-corporate-21-4.jpg new file mode 100644 index 0000000..ca19f2f Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-4.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-5.jpg b/resources/assets/img/projects/project-corporate-21-5.jpg new file mode 100644 index 0000000..ca19f2f Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-5.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-6.jpg b/resources/assets/img/projects/project-corporate-21-6.jpg new file mode 100644 index 0000000..1315498 Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-6.jpg differ diff --git a/resources/assets/img/projects/project-corporate-21-7.jpg b/resources/assets/img/projects/project-corporate-21-7.jpg new file mode 100644 index 0000000..ca19f2f Binary files /dev/null and b/resources/assets/img/projects/project-corporate-21-7.jpg differ diff --git a/resources/assets/img/projects/project-full-width-2.jpg b/resources/assets/img/projects/project-full-width-2.jpg new file mode 100644 index 0000000..51bca7e Binary files /dev/null and b/resources/assets/img/projects/project-full-width-2.jpg differ diff --git a/resources/assets/img/projects/project-full-width.jpg b/resources/assets/img/projects/project-full-width.jpg new file mode 100644 index 0000000..51bca7e Binary files /dev/null and b/resources/assets/img/projects/project-full-width.jpg differ diff --git a/resources/assets/img/projects/project-home-1.jpg b/resources/assets/img/projects/project-home-1.jpg new file mode 100644 index 0000000..01dd9f0 Binary files /dev/null and b/resources/assets/img/projects/project-home-1.jpg differ diff --git a/resources/assets/img/projects/project-home-2.jpg b/resources/assets/img/projects/project-home-2.jpg new file mode 100644 index 0000000..01dd9f0 Binary files /dev/null and b/resources/assets/img/projects/project-home-2.jpg differ diff --git a/resources/assets/img/projects/project-home-3.jpg b/resources/assets/img/projects/project-home-3.jpg new file mode 100644 index 0000000..01dd9f0 Binary files /dev/null and b/resources/assets/img/projects/project-home-3.jpg differ diff --git a/resources/assets/img/projects/project-masonry-1-2.jpg b/resources/assets/img/projects/project-masonry-1-2.jpg new file mode 100644 index 0000000..fb5a68d Binary files /dev/null and b/resources/assets/img/projects/project-masonry-1-2.jpg differ diff --git a/resources/assets/img/projects/project-masonry-1.jpg b/resources/assets/img/projects/project-masonry-1.jpg new file mode 100644 index 0000000..fb5a68d Binary files /dev/null and b/resources/assets/img/projects/project-masonry-1.jpg differ diff --git a/resources/assets/img/projects/project-masonry-2.jpg b/resources/assets/img/projects/project-masonry-2.jpg new file mode 100644 index 0000000..c9d0e18 Binary files /dev/null and b/resources/assets/img/projects/project-masonry-2.jpg differ diff --git a/resources/assets/img/projects/project-masonry-24.jpg b/resources/assets/img/projects/project-masonry-24.jpg new file mode 100644 index 0000000..a3f94cd Binary files /dev/null and b/resources/assets/img/projects/project-masonry-24.jpg differ diff --git a/resources/assets/img/projects/project-masonry-25.jpg b/resources/assets/img/projects/project-masonry-25.jpg new file mode 100644 index 0000000..aa32de1 Binary files /dev/null and b/resources/assets/img/projects/project-masonry-25.jpg differ diff --git a/resources/assets/img/projects/project-masonry-26.jpg b/resources/assets/img/projects/project-masonry-26.jpg new file mode 100644 index 0000000..bda4b2a Binary files /dev/null and b/resources/assets/img/projects/project-masonry-26.jpg differ diff --git a/resources/assets/img/projects/project-masonry-27.jpg b/resources/assets/img/projects/project-masonry-27.jpg new file mode 100644 index 0000000..3f28e51 Binary files /dev/null and b/resources/assets/img/projects/project-masonry-27.jpg differ diff --git a/resources/assets/img/projects/project-masonry-28.jpg b/resources/assets/img/projects/project-masonry-28.jpg new file mode 100644 index 0000000..36ebb6b Binary files /dev/null and b/resources/assets/img/projects/project-masonry-28.jpg differ diff --git a/resources/assets/img/projects/project-masonry-29.jpg b/resources/assets/img/projects/project-masonry-29.jpg new file mode 100644 index 0000000..ff41d7c Binary files /dev/null and b/resources/assets/img/projects/project-masonry-29.jpg differ diff --git a/resources/assets/img/projects/project-masonry-3.jpg b/resources/assets/img/projects/project-masonry-3.jpg new file mode 100644 index 0000000..dc564e5 Binary files /dev/null and b/resources/assets/img/projects/project-masonry-3.jpg differ diff --git a/resources/assets/img/projects/project-masonry-5.jpg b/resources/assets/img/projects/project-masonry-5.jpg new file mode 100644 index 0000000..8e1ba7b Binary files /dev/null and b/resources/assets/img/projects/project-masonry-5.jpg differ diff --git a/resources/assets/img/projects/project-masonry-6.jpg b/resources/assets/img/projects/project-masonry-6.jpg new file mode 100644 index 0000000..3430ae6 Binary files /dev/null and b/resources/assets/img/projects/project-masonry-6.jpg differ diff --git a/resources/assets/img/projects/project-masonry-7.jpg b/resources/assets/img/projects/project-masonry-7.jpg new file mode 100644 index 0000000..5d056bc Binary files /dev/null and b/resources/assets/img/projects/project-masonry-7.jpg differ diff --git a/resources/assets/img/projects/project-masonry.jpg b/resources/assets/img/projects/project-masonry.jpg new file mode 100644 index 0000000..ce2e556 Binary files /dev/null and b/resources/assets/img/projects/project-masonry.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-1.jpg b/resources/assets/img/projects/project-portfolio-1-1.jpg new file mode 100644 index 0000000..866d0ac Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-1.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-10.jpg b/resources/assets/img/projects/project-portfolio-1-10.jpg new file mode 100644 index 0000000..65935c7 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-10.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-2.jpg b/resources/assets/img/projects/project-portfolio-1-2.jpg new file mode 100644 index 0000000..65935c7 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-2.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-3.jpg b/resources/assets/img/projects/project-portfolio-1-3.jpg new file mode 100644 index 0000000..f3bbb9a Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-3.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-4.jpg b/resources/assets/img/projects/project-portfolio-1-4.jpg new file mode 100644 index 0000000..f3bbb9a Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-4.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-5.jpg b/resources/assets/img/projects/project-portfolio-1-5.jpg new file mode 100644 index 0000000..f3bbb9a Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-5.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-6.jpg b/resources/assets/img/projects/project-portfolio-1-6.jpg new file mode 100644 index 0000000..3ad3cc0 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-6.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-7.jpg b/resources/assets/img/projects/project-portfolio-1-7.jpg new file mode 100644 index 0000000..f3bbb9a Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-7.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-8.jpg b/resources/assets/img/projects/project-portfolio-1-8.jpg new file mode 100644 index 0000000..65935c7 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-8.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-1-9.jpg b/resources/assets/img/projects/project-portfolio-1-9.jpg new file mode 100644 index 0000000..6f88a39 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-1-9.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-2-1.jpg b/resources/assets/img/projects/project-portfolio-2-1.jpg new file mode 100644 index 0000000..f35642e Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-2-1.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-2-2.jpg b/resources/assets/img/projects/project-portfolio-2-2.jpg new file mode 100644 index 0000000..f35642e Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-2-2.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-2-3.jpg b/resources/assets/img/projects/project-portfolio-2-3.jpg new file mode 100644 index 0000000..f35642e Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-2-3.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-1.jpg b/resources/assets/img/projects/project-portfolio-3-1.jpg new file mode 100644 index 0000000..5864b15 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-1.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-2.jpg b/resources/assets/img/projects/project-portfolio-3-2.jpg new file mode 100644 index 0000000..6cad69b Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-2.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-3.jpg b/resources/assets/img/projects/project-portfolio-3-3.jpg new file mode 100644 index 0000000..5864b15 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-3.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-4.jpg b/resources/assets/img/projects/project-portfolio-3-4.jpg new file mode 100644 index 0000000..45ae288 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-4.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-5.jpg b/resources/assets/img/projects/project-portfolio-3-5.jpg new file mode 100644 index 0000000..76238f2 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-5.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-6.jpg b/resources/assets/img/projects/project-portfolio-3-6.jpg new file mode 100644 index 0000000..551bdf0 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-6.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-3-7.jpg b/resources/assets/img/projects/project-portfolio-3-7.jpg new file mode 100644 index 0000000..551bdf0 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-3-7.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-1.jpg b/resources/assets/img/projects/project-portfolio-4-1.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-1.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-2.jpg b/resources/assets/img/projects/project-portfolio-4-2.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-2.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-3.jpg b/resources/assets/img/projects/project-portfolio-4-3.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-3.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-4.jpg b/resources/assets/img/projects/project-portfolio-4-4.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-4.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-5.jpg b/resources/assets/img/projects/project-portfolio-4-5.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-5.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-6.jpg b/resources/assets/img/projects/project-portfolio-4-6.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-6.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-7.jpg b/resources/assets/img/projects/project-portfolio-4-7.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-7.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-8.jpg b/resources/assets/img/projects/project-portfolio-4-8.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-8.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-4-9.jpg b/resources/assets/img/projects/project-portfolio-4-9.jpg new file mode 100644 index 0000000..a912835 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-4-9.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-5-1.jpg b/resources/assets/img/projects/project-portfolio-5-1.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-5-1.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-5-2.jpg b/resources/assets/img/projects/project-portfolio-5-2.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-5-2.jpg differ diff --git a/resources/assets/img/projects/project-portfolio-5-3.jpg b/resources/assets/img/projects/project-portfolio-5-3.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/projects/project-portfolio-5-3.jpg differ diff --git a/resources/assets/img/projects/project-short-2.jpg b/resources/assets/img/projects/project-short-2.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-short-2.jpg differ diff --git a/resources/assets/img/projects/project-short-3.jpg b/resources/assets/img/projects/project-short-3.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-short-3.jpg differ diff --git a/resources/assets/img/projects/project-short.jpg b/resources/assets/img/projects/project-short.jpg new file mode 100644 index 0000000..bcd3eb4 Binary files /dev/null and b/resources/assets/img/projects/project-short.jpg differ diff --git a/resources/assets/img/projects/project.jpg b/resources/assets/img/projects/project.jpg new file mode 100644 index 0000000..a037785 Binary files /dev/null and b/resources/assets/img/projects/project.jpg differ diff --git a/resources/assets/img/right-section-image.jpg b/resources/assets/img/right-section-image.jpg new file mode 100644 index 0000000..803fb0a Binary files /dev/null and b/resources/assets/img/right-section-image.jpg differ diff --git a/resources/assets/img/signature.png b/resources/assets/img/signature.png new file mode 100644 index 0000000..af6bd7f Binary files /dev/null and b/resources/assets/img/signature.png differ diff --git a/resources/assets/img/slides/circle.png b/resources/assets/img/slides/circle.png new file mode 100644 index 0000000..3066268 Binary files /dev/null and b/resources/assets/img/slides/circle.png differ diff --git a/resources/assets/img/slides/slide-1.jpg b/resources/assets/img/slides/slide-1.jpg new file mode 100644 index 0000000..2dcfe13 Binary files /dev/null and b/resources/assets/img/slides/slide-1.jpg differ diff --git a/resources/assets/img/slides/slide-2.jpg b/resources/assets/img/slides/slide-2.jpg new file mode 100644 index 0000000..2dcfe13 Binary files /dev/null and b/resources/assets/img/slides/slide-2.jpg differ diff --git a/resources/assets/img/slides/slide-bg-2.jpg b/resources/assets/img/slides/slide-bg-2.jpg new file mode 100644 index 0000000..dab7977 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-2.jpg differ diff --git a/resources/assets/img/slides/slide-bg-6.jpg b/resources/assets/img/slides/slide-bg-6.jpg new file mode 100644 index 0000000..d5c1a87 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-6.jpg differ diff --git a/resources/assets/img/slides/slide-bg-7.jpg b/resources/assets/img/slides/slide-bg-7.jpg new file mode 100644 index 0000000..badaf99 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-7.jpg differ diff --git a/resources/assets/img/slides/slide-bg-8.jpg b/resources/assets/img/slides/slide-bg-8.jpg new file mode 100644 index 0000000..addffb7 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-8.jpg differ diff --git a/resources/assets/img/slides/slide-bg-light-1.jpg b/resources/assets/img/slides/slide-bg-light-1.jpg new file mode 100644 index 0000000..4378ef4 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-light-1.jpg differ diff --git a/resources/assets/img/slides/slide-bg-light.jpg b/resources/assets/img/slides/slide-bg-light.jpg new file mode 100644 index 0000000..78f1082 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-light.jpg differ diff --git a/resources/assets/img/slides/slide-bg-performance.jpg b/resources/assets/img/slides/slide-bg-performance.jpg new file mode 100644 index 0000000..b9fcfc6 Binary files /dev/null and b/resources/assets/img/slides/slide-bg-performance.jpg differ diff --git a/resources/assets/img/slides/slide-bg.jpg b/resources/assets/img/slides/slide-bg.jpg new file mode 100644 index 0000000..c6db08d Binary files /dev/null and b/resources/assets/img/slides/slide-bg.jpg differ diff --git a/resources/assets/img/slides/slide-blue-line-big.png b/resources/assets/img/slides/slide-blue-line-big.png new file mode 100644 index 0000000..ebbfb88 Binary files /dev/null and b/resources/assets/img/slides/slide-blue-line-big.png differ diff --git a/resources/assets/img/slides/slide-blue-line.png b/resources/assets/img/slides/slide-blue-line.png new file mode 100644 index 0000000..307e4b5 Binary files /dev/null and b/resources/assets/img/slides/slide-blue-line.png differ diff --git a/resources/assets/img/slides/slide-corporate-1-1.jpg b/resources/assets/img/slides/slide-corporate-1-1.jpg new file mode 100644 index 0000000..cce3bd0 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-1-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-1-2.jpg b/resources/assets/img/slides/slide-corporate-1-2.jpg new file mode 100644 index 0000000..7c0c386 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-1-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-10-1.jpg b/resources/assets/img/slides/slide-corporate-10-1.jpg new file mode 100644 index 0000000..ff285c8 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-10-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-10-2.jpg b/resources/assets/img/slides/slide-corporate-10-2.jpg new file mode 100644 index 0000000..81a11a9 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-10-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-10.jpg b/resources/assets/img/slides/slide-corporate-10.jpg new file mode 100644 index 0000000..03a24dd Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-10.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-11-1.jpg b/resources/assets/img/slides/slide-corporate-11-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-11-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-12-1.jpg b/resources/assets/img/slides/slide-corporate-12-1.jpg new file mode 100644 index 0000000..36ca03e Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-12-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-13-1.jpg b/resources/assets/img/slides/slide-corporate-13-1.jpg new file mode 100644 index 0000000..abe67e8 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-13-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-14-1.jpg b/resources/assets/img/slides/slide-corporate-14-1.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-14-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-15-1.png b/resources/assets/img/slides/slide-corporate-15-1.png new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-15-1.png differ diff --git a/resources/assets/img/slides/slide-corporate-15-2.png b/resources/assets/img/slides/slide-corporate-15-2.png new file mode 100644 index 0000000..9cee832 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-15-2.png differ diff --git a/resources/assets/img/slides/slide-corporate-16-1.jpg b/resources/assets/img/slides/slide-corporate-16-1.jpg new file mode 100644 index 0000000..df057ca Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-16-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-16-2.jpg b/resources/assets/img/slides/slide-corporate-16-2.jpg new file mode 100644 index 0000000..894bb0a Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-16-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-18-1.jpg b/resources/assets/img/slides/slide-corporate-18-1.jpg new file mode 100644 index 0000000..1253cd4 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-18-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-18-2.jpg b/resources/assets/img/slides/slide-corporate-18-2.jpg new file mode 100644 index 0000000..55f3c74 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-18-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-19-1.jpg b/resources/assets/img/slides/slide-corporate-19-1.jpg new file mode 100644 index 0000000..fe063c3 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-19-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-2-1.jpg b/resources/assets/img/slides/slide-corporate-2-1.jpg new file mode 100644 index 0000000..e790db2 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-2-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-2-2.jpg b/resources/assets/img/slides/slide-corporate-2-2.jpg new file mode 100644 index 0000000..474e82d Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-2-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-3-1.jpg b/resources/assets/img/slides/slide-corporate-3-1.jpg new file mode 100644 index 0000000..4e27969 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-3-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-3-2.jpg b/resources/assets/img/slides/slide-corporate-3-2.jpg new file mode 100644 index 0000000..4e27969 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-3-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-4-1.jpg b/resources/assets/img/slides/slide-corporate-4-1.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-4-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-4-2.jpg b/resources/assets/img/slides/slide-corporate-4-2.jpg new file mode 100644 index 0000000..7dc9cf1 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-4-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-5-1.jpg b/resources/assets/img/slides/slide-corporate-5-1.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-5-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-6-1.jpg b/resources/assets/img/slides/slide-corporate-6-1.jpg new file mode 100644 index 0000000..7a87653 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-6-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-7-1.jpg b/resources/assets/img/slides/slide-corporate-7-1.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-7-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-7-2.jpg b/resources/assets/img/slides/slide-corporate-7-2.jpg new file mode 100644 index 0000000..7248543 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-7-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-8-1-1.jpg b/resources/assets/img/slides/slide-corporate-8-1-1.jpg new file mode 100644 index 0000000..3fc8fad Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-8-1-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-8-1-2.jpg b/resources/assets/img/slides/slide-corporate-8-1-2.jpg new file mode 100644 index 0000000..3fc8fad Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-8-1-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-9-1.jpg b/resources/assets/img/slides/slide-corporate-9-1.jpg new file mode 100644 index 0000000..3db0753 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-9-1.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-9-2.jpg b/resources/assets/img/slides/slide-corporate-9-2.jpg new file mode 100644 index 0000000..01d6fcf Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-9-2.jpg differ diff --git a/resources/assets/img/slides/slide-corporate-light-1.jpg b/resources/assets/img/slides/slide-corporate-light-1.jpg new file mode 100644 index 0000000..f3c22e6 Binary files /dev/null and b/resources/assets/img/slides/slide-corporate-light-1.jpg differ diff --git a/resources/assets/img/slides/slide-dark-line.png b/resources/assets/img/slides/slide-dark-line.png new file mode 100644 index 0000000..4d8e03f Binary files /dev/null and b/resources/assets/img/slides/slide-dark-line.png differ diff --git a/resources/assets/img/slides/slide-desktop-device.jpg b/resources/assets/img/slides/slide-desktop-device.jpg new file mode 100644 index 0000000..0bd2920 Binary files /dev/null and b/resources/assets/img/slides/slide-desktop-device.jpg differ diff --git a/resources/assets/img/slides/slide-devices.jpg b/resources/assets/img/slides/slide-devices.jpg new file mode 100644 index 0000000..6ef40d8 Binary files /dev/null and b/resources/assets/img/slides/slide-devices.jpg differ diff --git a/resources/assets/img/slides/slide-laptop-1.jpg b/resources/assets/img/slides/slide-laptop-1.jpg new file mode 100644 index 0000000..2c80860 Binary files /dev/null and b/resources/assets/img/slides/slide-laptop-1.jpg differ diff --git a/resources/assets/img/slides/slide-laptop.jpg b/resources/assets/img/slides/slide-laptop.jpg new file mode 100644 index 0000000..8ae8b4c Binary files /dev/null and b/resources/assets/img/slides/slide-laptop.jpg differ diff --git a/resources/assets/img/slides/slide-one-page-1-1.jpg b/resources/assets/img/slides/slide-one-page-1-1.jpg new file mode 100644 index 0000000..627a72d Binary files /dev/null and b/resources/assets/img/slides/slide-one-page-1-1.jpg differ diff --git a/resources/assets/img/slides/slide-one-page-1-2.jpg b/resources/assets/img/slides/slide-one-page-1-2.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/slides/slide-one-page-1-2.jpg differ diff --git a/resources/assets/img/slides/slide-one-page-1-3.jpg b/resources/assets/img/slides/slide-one-page-1-3.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/slides/slide-one-page-1-3.jpg differ diff --git a/resources/assets/img/slides/slide-one-page-1-4.jpg b/resources/assets/img/slides/slide-one-page-1-4.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/slides/slide-one-page-1-4.jpg differ diff --git a/resources/assets/img/slides/slide-one-page-1-5.jpg b/resources/assets/img/slides/slide-one-page-1-5.jpg new file mode 100644 index 0000000..b046031 Binary files /dev/null and b/resources/assets/img/slides/slide-one-page-1-5.jpg differ diff --git a/resources/assets/img/slides/slide-parallax-porto-symbol.png b/resources/assets/img/slides/slide-parallax-porto-symbol.png new file mode 100644 index 0000000..8803a0e Binary files /dev/null and b/resources/assets/img/slides/slide-parallax-porto-symbol.png differ diff --git a/resources/assets/img/slides/slide-title-border-light.png b/resources/assets/img/slides/slide-title-border-light.png new file mode 100644 index 0000000..0aafe42 Binary files /dev/null and b/resources/assets/img/slides/slide-title-border-light.png differ diff --git a/resources/assets/img/slides/slide-title-border.png b/resources/assets/img/slides/slide-title-border.png new file mode 100644 index 0000000..3c6e664 Binary files /dev/null and b/resources/assets/img/slides/slide-title-border.png differ diff --git a/resources/assets/img/slides/slide-white-line.png b/resources/assets/img/slides/slide-white-line.png new file mode 100644 index 0000000..3b88dbe Binary files /dev/null and b/resources/assets/img/slides/slide-white-line.png differ diff --git a/resources/assets/img/smartphone-corporate-14-1.png b/resources/assets/img/smartphone-corporate-14-1.png new file mode 100644 index 0000000..83cf51f Binary files /dev/null and b/resources/assets/img/smartphone-corporate-14-1.png differ diff --git a/resources/assets/img/smartphone-corporate-14-2.png b/resources/assets/img/smartphone-corporate-14-2.png new file mode 100644 index 0000000..83cf51f Binary files /dev/null and b/resources/assets/img/smartphone-corporate-14-2.png differ diff --git a/resources/assets/img/smartphone-corporate-14-3.png b/resources/assets/img/smartphone-corporate-14-3.png new file mode 100644 index 0000000..83cf51f Binary files /dev/null and b/resources/assets/img/smartphone-corporate-14-3.png differ diff --git a/resources/assets/img/style-switcher-concept.png b/resources/assets/img/style-switcher-concept.png new file mode 100644 index 0000000..eede0c6 Binary files /dev/null and b/resources/assets/img/style-switcher-concept.png differ diff --git a/resources/assets/img/style-switcher-step-1.png b/resources/assets/img/style-switcher-step-1.png new file mode 100644 index 0000000..41738eb Binary files /dev/null and b/resources/assets/img/style-switcher-step-1.png differ diff --git a/resources/assets/img/style-switcher-step-2.png b/resources/assets/img/style-switcher-step-2.png new file mode 100644 index 0000000..41738eb Binary files /dev/null and b/resources/assets/img/style-switcher-step-2.png differ diff --git a/resources/assets/img/style-switcher-step-3.png b/resources/assets/img/style-switcher-step-3.png new file mode 100644 index 0000000..41738eb Binary files /dev/null and b/resources/assets/img/style-switcher-step-3.png differ diff --git a/resources/assets/img/style-switcher.png b/resources/assets/img/style-switcher.png new file mode 100644 index 0000000..a14bd94 Binary files /dev/null and b/resources/assets/img/style-switcher.png differ diff --git a/resources/assets/img/team/team-1.jpg b/resources/assets/img/team/team-1.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-1.jpg differ diff --git a/resources/assets/img/team/team-11.jpg b/resources/assets/img/team/team-11.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-11.jpg differ diff --git a/resources/assets/img/team/team-12.jpg b/resources/assets/img/team/team-12.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-12.jpg differ diff --git a/resources/assets/img/team/team-13.jpg b/resources/assets/img/team/team-13.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-13.jpg differ diff --git a/resources/assets/img/team/team-14.jpg b/resources/assets/img/team/team-14.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-14.jpg differ diff --git a/resources/assets/img/team/team-15.jpg b/resources/assets/img/team/team-15.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-15.jpg differ diff --git a/resources/assets/img/team/team-17.jpg b/resources/assets/img/team/team-17.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-17.jpg differ diff --git a/resources/assets/img/team/team-19.jpg b/resources/assets/img/team/team-19.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-19.jpg differ diff --git a/resources/assets/img/team/team-2.jpg b/resources/assets/img/team/team-2.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-2.jpg differ diff --git a/resources/assets/img/team/team-22.jpg b/resources/assets/img/team/team-22.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-22.jpg differ diff --git a/resources/assets/img/team/team-23.jpg b/resources/assets/img/team/team-23.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-23.jpg differ diff --git a/resources/assets/img/team/team-24.jpg b/resources/assets/img/team/team-24.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-24.jpg differ diff --git a/resources/assets/img/team/team-25.jpg b/resources/assets/img/team/team-25.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-25.jpg differ diff --git a/resources/assets/img/team/team-26.jpg b/resources/assets/img/team/team-26.jpg new file mode 100644 index 0000000..ac447b0 Binary files /dev/null and b/resources/assets/img/team/team-26.jpg differ diff --git a/resources/assets/img/team/team-27.jpg b/resources/assets/img/team/team-27.jpg new file mode 100644 index 0000000..ac447b0 Binary files /dev/null and b/resources/assets/img/team/team-27.jpg differ diff --git a/resources/assets/img/team/team-28.jpg b/resources/assets/img/team/team-28.jpg new file mode 100644 index 0000000..ac447b0 Binary files /dev/null and b/resources/assets/img/team/team-28.jpg differ diff --git a/resources/assets/img/team/team-29.jpg b/resources/assets/img/team/team-29.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-29.jpg differ diff --git a/resources/assets/img/team/team-3.jpg b/resources/assets/img/team/team-3.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-3.jpg differ diff --git a/resources/assets/img/team/team-30.jpg b/resources/assets/img/team/team-30.jpg new file mode 100644 index 0000000..cf1ee87 Binary files /dev/null and b/resources/assets/img/team/team-30.jpg differ diff --git a/resources/assets/img/team/team-4.jpg b/resources/assets/img/team/team-4.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-4.jpg differ diff --git a/resources/assets/img/team/team-5.jpg b/resources/assets/img/team/team-5.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-5.jpg differ diff --git a/resources/assets/img/team/team-6.jpg b/resources/assets/img/team/team-6.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-6.jpg differ diff --git a/resources/assets/img/team/team-7.jpg b/resources/assets/img/team/team-7.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-7.jpg differ diff --git a/resources/assets/img/team/team-8.jpg b/resources/assets/img/team/team-8.jpg new file mode 100644 index 0000000..917528e Binary files /dev/null and b/resources/assets/img/team/team-8.jpg differ diff --git a/resources/assets/img/vertical-lines-light.svg b/resources/assets/img/vertical-lines-light.svg new file mode 100644 index 0000000..f572dcd --- /dev/null +++ b/resources/assets/img/vertical-lines-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/vertical-lines.svg b/resources/assets/img/vertical-lines.svg new file mode 100644 index 0000000..6d086da --- /dev/null +++ b/resources/assets/img/vertical-lines.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/assets/img/vimeo-1.jpg b/resources/assets/img/vimeo-1.jpg new file mode 100644 index 0000000..60c1049 Binary files /dev/null and b/resources/assets/img/vimeo-1.jpg differ diff --git a/resources/assets/img/youtube-1.jpg b/resources/assets/img/youtube-1.jpg new file mode 100644 index 0000000..f45303b Binary files /dev/null and b/resources/assets/img/youtube-1.jpg differ diff --git a/resources/assets/js/custom.js b/resources/assets/js/custom.js new file mode 100644 index 0000000..e69de29 diff --git a/resources/assets/js/demos/demo-accounting-1.js b/resources/assets/js/demos/demo-accounting-1.js new file mode 100644 index 0000000..0696e95 --- /dev/null +++ b/resources/assets/js/demos/demo-accounting-1.js @@ -0,0 +1,11 @@ +/* +Name: Demo Accounting 1 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + + + +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-app-landing.js b/resources/assets/js/demos/demo-app-landing.js new file mode 100644 index 0000000..f1aa7e1 --- /dev/null +++ b/resources/assets/js/demos/demo-app-landing.js @@ -0,0 +1,5 @@ +/* +Name: App Landing +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ diff --git a/resources/assets/js/demos/demo-architecture-2.js b/resources/assets/js/demos/demo-architecture-2.js new file mode 100644 index 0000000..ad64e11 --- /dev/null +++ b/resources/assets/js/demos/demo-architecture-2.js @@ -0,0 +1,156 @@ +/* +Name: Architecture 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Slider Background + */ + const $slider = $('#slider'); + + let direction = ''; + + $slider.on('click', '.owl-next', () => { + direction = 'next'; + }); + + $slider.on('click', '.owl-prev', () => { + direction = 'prev'; + }); + + $slider.on('changed.owl.carousel', ({item}) => { + + $('.custom-slider-background .custom-slider-background-image-stage').each(function(){ + const $stage = $(this), $stageOuter = $stage.closest('.custom-slider-background-image-stage-outer'), $currentItem = $stage.find('.custom-slider-background-image-item').eq( item.index ), nItems = $stage.find('.custom-slider-background-image-item').length; + + const distance = $stage.hasClass('reverse') ? ( $currentItem.outerHeight() * nItems ) - ( $currentItem.outerHeight() * ( item.index + 1 ) ) : $currentItem.outerHeight() * item.index, mathSymbol = $stage.hasClass('reverse') ? '-' : '-'; + + $stage.css({ + transform: 'translate3d(0, '+ mathSymbol + distance +'px, 0)' + }); + }); + + }); + + // Once we have all ready, show the slider + $slider.on('initialized.owl.carousel', () => { + setTimeout(() => { + $('.custom-slider-background').addClass('show'); + }, 800); + }); + + // Hide nav on first load of page + $slider.on('initialized.owl.carousel', () => { + setTimeout(() => { + $slider.find('.owl-nav').addClass('hide'); + }, 200); + }); + + // Show nav once the slider animation is completed + $('.custom-slider-background').parent().on('transitionend', () => { + setTimeout(() => { + $slider.find('.owl-nav').addClass('show'); + $('.custom-slider-background').addClass('custom-box-shadow-1'); + }, 2000); + }); + + /* + * Page Header + */ + $('.custom-page-header-1-wrapper > div').on('animationend', () => { + setTimeout(() => { + $('.custom-page-header-1-wrapper').addClass('custom-box-shadow-1'); + }, 1000); + }); + + /* + * Load More - Projects + */ + const loadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#loadMoreWrapper'), + $btn: $('#loadMore'), + $btnWrapper: $('#loadMoreBtnWrapper'), + $loader: $('#loadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + // init isotope + self.$wrapper.isotope(); + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Lazy Load + if(self.$btn.hasClass('btn-lazy-load')) { + theme.fn.intObs( '#loadMore', "$('#loadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this; + + self.$btn.css({ + opacity: 0 + }); + self.$loader.show(); + + // Ajax + $.ajax({ + url: 'ajax/demo-architecture-2-ajax-projects-load-more-' + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.css({ + opacity: 1 + }).blur(); + } else { + self.$btnWrapper.remove(); + } + + self.$loader.hide(); + + }, 1000); + + } + }); + + } + + }; + + if($('#loadMoreWrapper').get(0)) { + loadMore.build(); + } +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-architecture-interior.js b/resources/assets/js/demos/demo-architecture-interior.js new file mode 100644 index 0000000..fa1d70f --- /dev/null +++ b/resources/assets/js/demos/demo-architecture-interior.js @@ -0,0 +1,214 @@ +/* +Name: Architecture & Interior Design +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Custom Content Rotator + $('.custom-content-rotator').each(function(){ + $(this).textRotator({ + fadeSpeed: 500, + pauseSpeed: 5000 + }); + }); + + // Load More - Projects + var portfolioLoadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#portfolioLoadMoreWrapper'), + $btn: $('#portfolioLoadMore'), + $btnWrapper: $('#portfolioLoadMoreBtnWrapper'), + $loader: $('#portfolioLoadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Infinite Scroll + if(self.$btn.hasClass('btn-portfolio-infinite-scroll')) { + theme.fn.intObs( '#portfolioLoadMore', "$('#portfolioLoadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this, ajax_url = ( self.$wrapper.data('ajax-url') ) ? self.$wrapper.data('ajax-url') : 'ajax/portfolio-ajax-load-more-'; + + self.$btn.parent().find('.btn').hide(); + self.$loader.addClass('portfolio-load-more-loader-showing').show(); + + // Ajax + $.ajax({ + url: ajax_url + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.parent().find('.btn').show().blur(); + } else { + self.$btnWrapper.remove(); + } + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + self.$loader.removeClass('portfolio-load-more-loader-showing').hide(); + + }, 1000); + + } + }); + + } + + } + + if($('#portfolioLoadMoreWrapper').get(0)) { + portfolioLoadMore.build(); + } + + // Load More - Blog + var portfolioLoadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#portfolioLoadMoreWrapperBlog'), + $btn: $('#portfolioLoadMoreBlog'), + $btnWrapper: $('#portfolioLoadMoreBtnWrapperBlog'), + $loader: $('#portfolioLoadMoreLoaderBlog'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Infinite Scroll + if(self.$btn.hasClass('btn-portfolio-infinite-scroll')) { + theme.fn.intObs( '#portfolioLoadMoreBlog', "$('#portfolioLoadMoreBlog').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this, ajax_url = ( self.$wrapper.data('ajax-url') ) ? self.$wrapper.data('ajax-url') : 'ajax/portfolio-ajax-load-more-'; + + self.$btn.parent().find('.btn').hide(); + self.$loader.addClass('portfolio-load-more-loader-showing').show(); + + // Ajax + $.ajax({ + url: ajax_url + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.parent().find('.btn').show().blur(); + } else { + self.$btnWrapper.remove(); + } + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + self.$loader.removeClass('portfolio-load-more-loader-showing').hide(); + + }, 1000); + + } + }); + + } + + } + + if($('#portfolioLoadMoreWrapperBlog').get(0)) { + portfolioLoadMore.build(); + } + + /* + Services Ajax + */ + $('.simple-ajax-popup').magnificPopup({ + type: 'ajax', + callbacks: { + open() { + $('html').addClass('lightbox-opened'); + }, + close() { + $('html').removeClass('lightbox-opened'); + } + } + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-auto-services.js b/resources/assets/js/demos/demo-auto-services.js new file mode 100644 index 0000000..89ffd53 --- /dev/null +++ b/resources/assets/js/demos/demo-auto-services.js @@ -0,0 +1,51 @@ +/* +Name: Auto Services +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Datepicker + */ + + // Fix datepicker issue when using body with margin (notice top bar) + const datepicker = $.fn.datepicker; + $.fn.datepicker = function(...args) { + const result = datepicker.apply(this, args); + + this.on('show', function (e) { + const $target = $(this); + const $picker = $target.data('datepicker').picker; + let top; + + if ($picker.hasClass('datepicker-orient-top')) { + top = $target.offset().top - $picker.outerHeight() - parseInt($picker.css('marginTop')); + } else { + top = $target.offset().top + $target.outerHeight() + parseInt($picker.css('marginTop')); + } + + $picker.offset({top}); + }); + + return result; + } + + // Initialize Datepickers on the page + $('.custom-datepicker').each(function(){ + $(this).datepicker(); + }); + + /* + * Timepicker + */ + $('.custom-timepicker').each(function(){ + $(this).timepicker({ + disableMousewheel: true, + icons: { + up: 'fas fa-chevron-up', + down: 'fas fa-chevron-down' + } + }); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-band.js b/resources/assets/js/demos/demo-band.js new file mode 100644 index 0000000..81308a6 --- /dev/null +++ b/resources/assets/js/demos/demo-band.js @@ -0,0 +1,51 @@ +/* +Name: Band +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Add "active" class to animate Custom Porto SVG Logo + */ + $(window).on('load', () => { + setTimeout(() => { + $('.custom-porto-svg-logo').addClass('active'); + }, 1000); + }); + + /* + * Scroll and Focus + */ + function scrollAndFocus($this, scrollTarget, focusTarget, scrollOffset, scrollAgain) { + ($ => { + + $('body').addClass('scrolling'); + + // if it's inside a header menu + if( $($this).closest('#mainNav').length ) { + $($this).parents('.collapse.show').collapse('hide'); + } + + $('html, body').animate({ + scrollTop: $(scrollTarget).offset().top - (scrollOffset ? scrollOffset : 0) + }, 300, () => { + $('body').removeClass('scrolling'); + + setTimeout(() => { + $(focusTarget).focus(); + }, 500); + + if( scrollAgain ) { + $('html, body').animate({ + scrollTop: $(scrollTarget).offset().top - (scrollOffset ? scrollOffset : 0) + }); + } + }); + })(jQuery); + } + + $('[data-scroll-and-focus]').on('click', function() { + scrollAndFocus($(this), '#contact', '#name', 70, true); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-barber.js b/resources/assets/js/demos/demo-barber.js new file mode 100644 index 0000000..571a2b6 --- /dev/null +++ b/resources/assets/js/demos/demo-barber.js @@ -0,0 +1,5 @@ +/* +Name: Barber +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ \ No newline at end of file diff --git a/resources/assets/js/demos/demo-beauty-salon.js b/resources/assets/js/demos/demo-beauty-salon.js new file mode 100644 index 0000000..9c88a35 --- /dev/null +++ b/resources/assets/js/demos/demo-beauty-salon.js @@ -0,0 +1,5 @@ +/* +Name: Demo Beauty Salon +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ diff --git a/resources/assets/js/demos/demo-business-consulting-2.js b/resources/assets/js/demos/demo-business-consulting-2.js new file mode 100644 index 0000000..e03826f --- /dev/null +++ b/resources/assets/js/demos/demo-business-consulting-2.js @@ -0,0 +1,17 @@ +/* +Name: Business Consulting 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Accordion + $("[data-parent='#accordionServices']").on("click", function() { + const trigger = $(this); + $("#accordionServices .collapse.show").each(function() { + if (trigger.attr("href") != ("#" + $(this).attr("id"))) { + $(this).removeClass("show"); + } + }); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-business-consulting-4.js b/resources/assets/js/demos/demo-business-consulting-4.js new file mode 100644 index 0000000..54ea815 --- /dev/null +++ b/resources/assets/js/demos/demo-business-consulting-4.js @@ -0,0 +1,120 @@ +/* +Name: Demo Business Consulting 4 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + + +(($ => { + // Particles 1 + particlesJS("particles-1", { + "particles": { + "number": { + "value": 30, + "density": { + "enable": true, + "value_area": 800 + } + }, + "color": { + "value": "#ffffff" + }, + "shape": { + "type": "image", + "stroke": { + "width": 0, + "color": "#000000" + }, + "polygon": { + "nb_sides": 5 + }, + "image": { + "src": "img/demos/business-consulting-4/generic/generic-7.png", + "width": 100, + "height": 100 + } + }, + "opacity": { + "value": 1, + "random": true, + "anim": { + "enable": true, + "speed": 1, + "opacity_min": 0, + "sync": false + } + }, + "size": { + "value": 48.10236182596568, + "random": true, + "anim": { + "enable": false, + "speed": 4, + "size_min": 0.3, + "sync": false + } + }, + "line_linked": { + "enable": false, + "distance": 150, + "color": "#ffffff", + "opacity": 0.4, + "width": 1 + }, + "move": { + "enable": true, + "speed": 1, + "direction": "none", + "random": true, + "straight": false, + "out_mode": "out", + "bounce": false, + "attract": { + "enable": false, + "rotateX": 600, + "rotateY": 600 + } + } + }, + "interactivity": { + "detect_on": "canvas", + "events": { + "onhover": { + "enable": true, + "mode": "bubble" + }, + "onclick": { + "enable": true, + "mode": "repulse" + }, + "resize": true + }, + "modes": { + "grab": { + "distance": 400, + "line_linked": { + "opacity": 1 + } + }, + "bubble": { + "distance": 250, + "size": 0, + "duration": 2, + "opacity": 0, + "speed": 3 + }, + "repulse": { + "distance": 400, + "duration": 0.4 + }, + "push": { + "particles_nb": 4 + }, + "remove": { + "particles_nb": 2 + } + } + }, + "retina_detect": true + }); + })).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-business-consulting-5.js b/resources/assets/js/demos/demo-business-consulting-5.js new file mode 100644 index 0000000..c17c0a6 --- /dev/null +++ b/resources/assets/js/demos/demo-business-consulting-5.js @@ -0,0 +1,5 @@ +/* +Name: Demo Business Consulting 5 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ \ No newline at end of file diff --git a/resources/assets/js/demos/demo-church.js b/resources/assets/js/demos/demo-church.js new file mode 100644 index 0000000..263f99d --- /dev/null +++ b/resources/assets/js/demos/demo-church.js @@ -0,0 +1,130 @@ +/* +Name: Church +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Validate + */ + if($('#contactFormMessage').get(0) ) { + $('#contactFormMessage').validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.parent().parent()); + } else { + error.insertAfter(element); + } + } + }); + } + + /* + * Ajax on Page + */ + const ajaxOnPagePortfolioDetails = { + + pages: [], + $ajaxBox: $('#galleryAjaxBox'), + $ajaxBoxContent: $('#galleryAjaxBoxContent'), + + build() { + + const self = this; + + $('a[data-ajax-on-page]').each(function() { + self.add($(this)); + }); + + $(document).on('mousedown', 'a[data-ajax-on-page]', ev => { + if (ev.which == 2) { + ev.preventDefault(); + return false; + } + }); + + }, + + add($el) { + + const self = this, href = $el.attr('data-href'); + + self.pages.push(href); + + $el.on('click', function(e) { + e.preventDefault(); + self.show(self.pages.indexOf(href)); + + // Remove active from all items + $('a[data-ajax-on-page]').find('.thumb-info-wrapper').removeClass('active'); + + // Set active current selected item + $(this).find('.thumb-info-wrapper').addClass('active'); + }); + + }, + + events() { + + const self = this; + + // Carousel + if ($.isFunction($.fn['themePluginCarousel'])) { + + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + } + + }, + + show(i) { + + const self = this; + + self.$ajaxBoxContent.empty(); + self.$ajaxBox.removeClass('ajax-box-init').addClass('ajax-box-loading'); + + $('html, body').animate({ + scrollTop: self.$ajaxBox.offset().top - 100 + }, 300, 'easeOutQuad'); + + // Ajax + $.ajax({ + url: self.pages[i], + complete({responseText}) { + + setTimeout(() => { + + self.$ajaxBoxContent.html(responseText); + self.$ajaxBox.removeClass('ajax-box-loading'); + + self.events(); + + }, 1000); + + } + }); + + } + + }; + + if($('#galleryAjaxBox').get(0)) { + ajaxOnPagePortfolioDetails.build(); + } +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-cleaning-services.js b/resources/assets/js/demos/demo-cleaning-services.js new file mode 100644 index 0000000..51f630c --- /dev/null +++ b/resources/assets/js/demos/demo-cleaning-services.js @@ -0,0 +1,27 @@ +/* +Name: Cleaning Services +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * SVG Aspect Ratio + */ + function aspectRatioSVG() { + if( $(window).width() < 2000 ) { + $('svg[preserveAspectRatio]').each(function(){ + $(this).attr('preserveAspectRatio', 'xMinYMin'); + }); + } else { + $('svg[preserveAspectRatio]').each(function(){ + $(this).attr('preserveAspectRatio', 'none'); + }); + } + } + + aspectRatioSVG(); + $(window).on('resize', () => { + aspectRatioSVG(); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-construction-2.js b/resources/assets/js/demos/demo-construction-2.js new file mode 100644 index 0000000..edff4ff --- /dev/null +++ b/resources/assets/js/demos/demo-construction-2.js @@ -0,0 +1,135 @@ +/* +Name: Construction 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Load More - Projects + const loadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#loadMoreWrapper'), + $btn: $('#loadMore'), + $btnWrapper: $('#loadMoreBtnWrapper'), + $loader: $('#loadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + // init isotope + self.$wrapper.isotope(); + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Lazy Load + if(self.$btn.hasClass('btn-lazy-load')) { + theme.fn.intObs( '#loadMore', "$('#loadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this; + + self.$btn.css('visibility', 'hidden'); + self.$loader.show(); + + // Ajax + $.ajax({ + url: 'ajax/demo-construction-2-ajax-projects-load-more-' + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.css('visibility', 'visible').blur(); + } else { + self.$btnWrapper.remove(); + } + + self.$loader.hide(); + + }, 1000); + + } + }); + + } + + }; + + if($('#loadMoreWrapper').get(0)) { + loadMore.build(); + } + + // Thumb Gallery + const $customThumbGalleryDetail = $('#customThumbGalleryDetail'); + + const $customThumbGalleryThumbs = $('#customThumbGalleryThumbs'); + let flag = false; + const duration = 300; + + $customThumbGalleryDetail + .owlCarousel({ + items: 1, + margin: 10, + nav: false, + dots: false, + loop: false, + navText: [], + rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $customThumbGalleryThumbs.trigger('to.owl.carousel', [item.index-1, duration, true]); + flag = false; + } + }); + + $customThumbGalleryThumbs + .owlCarousel({ + margin: 15, + items: 4, + nav: false, + center: false, + dots: false, + rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false + }) + .on('click', '.owl-item', function() { + $customThumbGalleryDetail.trigger('to.owl.carousel', [$(this).index(), duration, true]); + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $customThumbGalleryDetail.trigger('to.owl.carousel', [item.index, duration, true]); + flag = false; + } + }); +})).apply(this, [jQuery]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-creative-agency-1.js b/resources/assets/js/demos/demo-creative-agency-1.js new file mode 100644 index 0000000..4be8970 --- /dev/null +++ b/resources/assets/js/demos/demo-creative-agency-1.js @@ -0,0 +1,74 @@ +/* +Name: Demo Creative Agency 1 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +// Disable Scroll to Top +theme.PluginScrollToTop.initialize = () => {}; + +(($ => { + + if (typeof LocomotiveScroll !== 'undefined') { + + window.scrollTo(0,0); + + setTimeout(() => { + + /* + Horizontal Scroll + */ + let scroller; + + let initLocoScroll = () => { + + window.scrollTo(0,0); + + scroller = new LocomotiveScroll({ + el: document.querySelector('[data-scroll-container]'), + smooth: true, + direction: (window.innerWidth > 1199 ? "horizontal" : "vertical"), + mobile: { + breakpoint: 0, + smooth: true, + direction: (window.innerWidth > 1199 ? "horizontal" : "vertical") + }, + tablet: { + breakpoint: 0, + smooth: true, + direction: (window.innerWidth > 1199 ? "horizontal" : "vertical") + } + }); + + scroller.on("scroll", () => { + ScrollTrigger.update(); + }); + } + + initLocoScroll(); + + $('[data-hash]').off().on('click', function(e) { + e.preventDefault(); + e.stopPropagation(); + const anchor = $($(this).attr('href')).get(0); + + scroller.scrollTo(anchor); + }); + + $(window).afterResize(() => { + scroller.destroy(); + initLocoScroll(); + }); + + }, 100); + + window.onbeforeunload = () => { + window.scrollTo(0,0); + }; + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: Locomotive Scroll - Include the following file(s): (vendor/locomotive-scroll/locomotive-scroll.min.js)'); + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-creative-agency-2.js b/resources/assets/js/demos/demo-creative-agency-2.js new file mode 100644 index 0000000..ac6b0ac --- /dev/null +++ b/resources/assets/js/demos/demo-creative-agency-2.js @@ -0,0 +1,14 @@ +/* +Name: Demo Creative Agency 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + $(window).on('load', () => { + setTimeout(() => { + $('.custom-hero-bg').addClass('loaded'); + }, 500); + + }); +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-dentist.js b/resources/assets/js/demos/demo-dentist.js new file mode 100644 index 0000000..286be14 --- /dev/null +++ b/resources/assets/js/demos/demo-dentist.js @@ -0,0 +1,62 @@ +/* +Name: Demo Dentist +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + const owlTestimonials = $('#textimonialsCarousel'); + + owlTestimonials.on('initialized.owl.carousel', event => { + + if ($.isFunction($.fn['themePluginBeforeAfter'])) { + + $(() => { + $('[data-plugin-before-after]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginBeforeAfter(opts); + }); + }); + + } + + + }); + + owlTestimonials.owlCarousel({ + loop: false, + responsive: { + 0: { + items: 1 + }, + 479: { + items: 1 + }, + 768: { + items: 1 + }, + 979: { + items: 1 + }, + 1199: { + items: 1 + } + }, + mouseDrag: false, + touchDrag: false, + nav: true, + dots: false, + navText: [], + margin: 0, + autoWidth: false, + autoHeight: false, + items: 1, + rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false + }); +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-event.js b/resources/assets/js/demos/demo-event.js new file mode 100644 index 0000000..41b3c1a --- /dev/null +++ b/resources/assets/js/demos/demo-event.js @@ -0,0 +1,28 @@ +/* +Name: Event +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Dialog with CSS animation + */ + theme.fn.execOnceTroughEvent( $('.popup-with-zoom-anim'), 'mouseover.trigger.zoom.lightbox', function(){ + $(this).magnificPopup({ + type: 'inline', + + fixedContentPos: false, + fixedBgPos: true, + + overflowY: 'auto', + + closeBtnInside: true, + preloader: false, + + midClick: true, + removalDelay: 300, + mainClass: 'my-mfp-zoom-in' + }); + }); +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-gym.js b/resources/assets/js/demos/demo-gym.js new file mode 100644 index 0000000..9ca7c29 --- /dev/null +++ b/resources/assets/js/demos/demo-gym.js @@ -0,0 +1,105 @@ +/* +Name: Gym +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Slider Options + const sliderOptions = { + sliderType: 'standard', + sliderLayout: 'fullscreen', + responsiveLevels: [4096,1200,992,420], + gridwidth:[1170,970,750], + delay: 5000, + disableProgressBar: 'on', + lazyType: "none", + shadow: 0, + spinner: "off", + shuffle: "off", + autoHeight: "off", + fullScreenAlignForce: "off", + fullScreenOffset: "", + hideThumbsOnMobile: "off", + hideSliderAtLimit: 0, + hideCaptionAtLimit: 0, + hideAllCaptionAtLilmit: 0, + debugMode: false, + fallbacks: { + simplifyAll: "off", + nextSlideOnWindowFocus: "off", + disableFocusListener: false, + }, + navigation: { + keyboardNavigation: "on", + keyboard_direction: "horizontal", + mouseScrollNavigation: "off", + onHoverStop: "off", + touch: { + touchenabled: "on", + swipe_threshold: 75, + swipe_min_touches: 1, + swipe_direction: "horizontal", + drag_block_vertical: false + }, + arrows: { + enable: false, + }, + bullets: { + style:"custom-tp-bullets", + enable: true, + container:"slider", + rtl: false, + hide_onmobile: false, + hide_onleave: true, + hide_delay: 200, + hide_delay_mobile: 1200, + hide_under: 0, + hide_over: 9999, + direction:"horizontal", + space: 20, + h_align: "center", + v_align: "bottom", + h_offset: 0, + v_offset: 50 + } + }, + parallax:{ + type:"on", + levels:[20,40,60,80,100], + origo:"enterpoint", + speed:400, + bgparallax:"on", + disable_onmobile:"off" + } + }; + + // Slider Init + $('#revolutionSlider').revolution(sliderOptions); + + // Custom Menu Style + if($('.custom-header-style-1').get(0)) { + $('.header-nav-main nav > ul > li > a').each(function(){ + const parent = $(this).parent(), clone = $(this).clone(), clone2 = $(this).clone(), wrapper = $(''); + + // Config Classes + $(this).addClass('item-original'); + clone2.addClass('item-two'); + + // Insert on DOM + parent.prepend(wrapper); + wrapper.append(clone).append(clone2); + }); + } + + // Isotope + const $wrapper = $('#itemDetailGallery'); + + if( $wrapper.get(0) ) { + $wrapper.waitForImages(() => { + $wrapper.isotope({ + itemSelector: '.isotope-item' + }); + }); + } +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-hotel.js b/resources/assets/js/demos/demo-hotel.js new file mode 100644 index 0000000..144b7f0 --- /dev/null +++ b/resources/assets/js/demos/demo-hotel.js @@ -0,0 +1,136 @@ +/* +Name: Hotel +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Slider + $('#revolutionSlider').revolution({ + sliderType: 'standard', + sliderLayout: 'fullwidth', + delay: 5000, + gridwidth: 1170, + gridheight: 530, + spinner: 'off', + disableProgressBar: 'on', + parallax:{ + type:"on", + levels:[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85], + origo:"enterpoint", + speed:400, + bgparallax:"on", + disable_onmobile:"off" + }, + navigation: { + keyboardNavigation:"off", + keyboard_direction: "horizontal", + mouseScrollNavigation:"off", + onHoverStop:"on", + touch:{ + touchenabled:"on", + swipe_threshold: 75, + swipe_min_touches: 1, + swipe_direction: "horizontal", + drag_block_vertical: false + }, + bullets: { + enable:true, + hide_onmobile:true, + hide_under:778, + style:"uranus", + tmp: '', + hide_onleave:false, + direction:"horizontal", + h_align:"center", + v_align:"bottom", + h_offset:0, + v_offset:45, + space:7 + } + } + }); + + // Header + const $headerWrapper = $('#headerBookNow'); + + if( $(window).width() > 991 ) { + $headerWrapper.on('mousedown', () => { + $headerWrapper.addClass('open'); + }); + + $(document).mouseup(({target}) => { + if (!$headerWrapper.is(target) && $headerWrapper.has(target).length === 0 && !$(target).parents('.datepicker').get(0)) { + $headerWrapper.removeClass('open'); + } + }); + } + + // DatePicker + $('#bookNowArrivalHeader').datepicker({ + defaultDate: '+1d', + startDate: '+1d', + autoclose: true, + orientation: (($('html[dir="rtl"]').get(0)) ? 'bottom right' : 'bottom'), + container: '#header', + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }); + + $('#bookNowDepartureHeader').datepicker({ + defaultDate: '+2d', + startDate: '+2d', + autoclose: true, + orientation: (($('html[dir="rtl"]').get(0)) ? 'bottom right' : 'bottom'), + container: '#header', + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }); + + $(document).scroll(() => { + $('#bookNowArrivalHeader, #bookNowDepartureHeader').datepicker('hide').blur(); + }); + + $('#bookNowArrival').datepicker({ + defaultDate: '+1d', + startDate: '+1d', + autoclose: true, + orientation: (($('html[dir="rtl"]').get(0)) ? 'bottom left' : 'bottom left'), + container: '#bookFormDetails', + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }); + + $('#bookNowDeparture').datepicker({ + defaultDate: '+2d', + startDate: '+2d', + autoclose: true, + orientation: (($('html[dir="rtl"]').get(0)) ? 'bottom left' : 'bottom left'), + container: '#bookFormDetails', + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }); + + // Book Form + $('#bookFormHeader').validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.parent().parent()); + } else { + error.insertAfter(element); + } + } + }); + + $('#bookForm').validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.parent().parent()); + } else { + error.insertAfter(element); + } + } + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-industry-factory.js b/resources/assets/js/demos/demo-industry-factory.js new file mode 100644 index 0000000..9b77de7 --- /dev/null +++ b/resources/assets/js/demos/demo-industry-factory.js @@ -0,0 +1,69 @@ +/* +Name: Industry & Factory +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * SVG Aspect Ratio + */ + function aspectRatioSVG() { + if( $(window).width() < 2000 ) { + $('svg[preserveAspectRatio]:not(.custom-svg-btn-background)').each(function(){ + $(this).attr('preserveAspectRatio', 'xMinYMin'); + }); + } else { + $('svg[preserveAspectRatio]:not(.custom-svg-btn-background)').each(function(){ + $(this).attr('preserveAspectRatio', 'none'); + }); + } + } + + aspectRatioSVG(); + $(window).on('resize', () => { + aspectRatioSVG(); + }); + + /* + * Play Video + */ + const $videoBox = $('.custom-featured-box-with-video'); + + $videoBox.find('.custom-trigger-play-video').on('click', function(e){ + e.preventDefault(); + + const $this = $(this); + + // Show Loading Dots + $this + .css('height', $this.outerHeight()) + .html( '
' ); + + setTimeout(() => { + + // Hide Video Poster + $videoBox + .find('.featured-box-background') + .addClass('hide'); + + // Hide Video Box Content + $videoBox + .find('.box-content') + .addClass('hide'); + + // Turn the video active + $videoBox + .find('.custom-featured-box-video') + .addClass('active'); + + // Play video + setTimeout(() => { + $videoBox + .find('.custom-featured-box-video') + .get(0) + .play(); + }, 500); + }, 1000); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-it-services.js b/resources/assets/js/demos/demo-it-services.js new file mode 100644 index 0000000..7fa29bd --- /dev/null +++ b/resources/assets/js/demos/demo-it-services.js @@ -0,0 +1,122 @@ +/* +Name: it-services +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Load More - Cases + */ + const portfolioLoadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#portfolioLoadMoreWrapper'), + $btn: $('#portfolioLoadMore'), + $btnWrapper: $('#portfolioLoadMoreBtnWrapper'), + $loader: $('#portfolioLoadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Infinite Scroll + if(self.$btn.hasClass('btn-portfolio-infinite-scroll')) { + theme.fn.intObs( '#portfolioLoadMore', "$('#portfolioLoadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this, ajax_url = ( self.$wrapper.data('ajax-url') ) ? self.$wrapper.data('ajax-url') : 'ajax/portfolio-ajax-load-more-'; + + self.$btn.hide(); + self.$loader.addClass('portfolio-load-more-loader-showing').show(); + + // Ajax + $.ajax({ + url: ajax_url + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.show().blur(); + } else { + self.$btnWrapper.remove(); + } + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + self.$loader.removeClass('portfolio-load-more-loader-showing').hide(); + + }, 1000); + + } + }); + + } + + }; + + if($('#portfolioLoadMoreWrapper').get(0)) { + portfolioLoadMore.build(); + } + + /** + * Custom Simple Form Validation + * + */ + $('.custom-form-simple-validation').each(function(){ + $(this).validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.closest('.form-group')); + } else { + error.insertAfter(element); + } + } + }); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-law-firm-2.js b/resources/assets/js/demos/demo-law-firm-2.js new file mode 100644 index 0000000..07cb88e --- /dev/null +++ b/resources/assets/js/demos/demo-law-firm-2.js @@ -0,0 +1,27 @@ +/* +Name: Law Firm 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + * Custom See More Overlay + */ + $('.custom-seemore-overlay-button').on('click', function(e){ + e.preventDefault(); + + const $this = $(this), $wrapper = $this.closest('.custom-seemore-overlay'); + + $wrapper.addClass('active'); + + setTimeout(() => { + $this.closest('.custom-seemore-overlay').animate({ + 'max-height': $wrapper[0].scrollHeight + }, () => { + $this.remove(); + $wrapper.closest('.custom-seemore-overlay').css('max-height', 'none'); + }); + }, 200); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-law-firm.js b/resources/assets/js/demos/demo-law-firm.js new file mode 100644 index 0000000..9a227d2 --- /dev/null +++ b/resources/assets/js/demos/demo-law-firm.js @@ -0,0 +1,87 @@ +/* +Name: Law Firm +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Combination Filters + */ + if($('#combinationFilters').get(0)) { + + $(window).on('load', () => { + + setTimeout(() => { + + const $grid = $('.portfolio-list').isotope({ + itemSelector: '.isotope-item', + layoutMode: 'masonry', + filter: '*', + hiddenStyle: { + opacity: 0 + }, + visibleStyle: { + opacity: 1 + }, + stagger: 30, + isOriginLeft: ($('html').attr('dir') == 'rtl' ? false : true) + }); + + const filters = {}, $loader = $('.sort-destination-loader'); + + $('.filters').on('click', 'a', function(e) { + + e.preventDefault(); + + const $this = $(this); + + const $buttonGroup = $this.parents('.portfolio-filter-group'); + const filterGroup = $buttonGroup.attr('data-filter-group'); + + filters[filterGroup] = $this.parent().attr('data-option-value'); + + const filterValue = concatValues(filters); + + $grid.isotope({ + filter: filterValue + }); + }); + + $('.portfolio-filter-group').each((i, buttonGroup) => { + const $buttonGroup = $(buttonGroup); + $buttonGroup.on('click', 'a', function() { + $buttonGroup.find('.active').removeClass('active'); + $(this).parent().addClass('active'); + $(this).addClass('active'); + }); + }); + + var concatValues = obj => { + let value = ''; + for (const prop in obj) { + value += obj[prop]; + } + return value; + } + + $(window).on('resize', () => { + setTimeout(() => { + $grid.isotope('layout'); + }, 300); + }); + + if ($loader) { + $loader.removeClass('sort-destination-loader-showing'); + + setTimeout(() => { + $loader.addClass('sort-destination-loader-loaded'); + }, 500); + } + + }, 1000); + + }); + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-marketing-1.js b/resources/assets/js/demos/demo-marketing-1.js new file mode 100644 index 0000000..893730b --- /dev/null +++ b/resources/assets/js/demos/demo-marketing-1.js @@ -0,0 +1,102 @@ +/* +Name: Demo Marketing 1 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + gsap.registerPlugin(ScrollTrigger); + + /* + Section Scale + */ + gsap.utils.toArray(".gsap-section-scale").forEach((section, index) => { + const tl1 = gsap.timeline({ + scrollTrigger: { + trigger: section, + start: "100% 100%", + end: "bottom top", + scrub: true + }, + }); + + tl1.fromTo( + section, { + scale: 1, + }, + { + scale: 0.9, + duration: 1, + ease: "power2.out" + } + ); + }); + + /* + Image Change + */ + gsap.defaults({ overwrite: 'auto'}); + + // Set up our scroll trigger + const ST = ScrollTrigger.create({ + trigger: ".gsap-content-container", + start: "top top", + end: "bottom bottom", + onUpdate: getCurrentSection + }); + + const contentMarkers = gsap.utils.toArray(".gsap-content-marker"); + + // Set up our content behaviors + contentMarkers.forEach(marker => { + marker.content = document.querySelector(`#${marker.dataset.markerContent}`); + + marker.content.enter = () => { + gsap.fromTo(marker.content, { + autoAlpha: 0 + }, { + duration: 0.3, + autoAlpha: 1 + }); + } + + marker.content.leave = () => { + gsap.to(marker.content, { + duration: 0.1, + autoAlpha: 0 + }); + } + + }); + + // Handle the updated position + let lastContent; + + function getCurrentSection() { + let newContent; + const currScroll = scrollY; + + // Find the current section + contentMarkers.forEach(({offsetTop, content}) => { + if (currScroll > (offsetTop - 100)) { + newContent = content; + } + }); + + // If the current section is different than that last, animate in + if (newContent && + (lastContent == null || + !newContent.isSameNode(lastContent))) { + // Fade out last section + if (lastContent) { + lastContent.leave(); + } + + // Animate in new section + newContent.enter(); + + lastContent = newContent; + } + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-medical.js b/resources/assets/js/demos/demo-medical.js new file mode 100644 index 0000000..61f5973 --- /dev/null +++ b/resources/assets/js/demos/demo-medical.js @@ -0,0 +1,104 @@ +/* +Name: Medical +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // Ajax on Page + const ajaxOnPageMedical = { + + pages: [], + $ajaxBox: $('#porfolioAjaxBoxMedical'), + $ajaxBoxContent: $('#porfolioAjaxBoxContentMedical'), + + build() { + + const self = this; + + $('a[data-ajax-on-page]').each(function() { + self.add($(this)); + }); + + $(document).on('mousedown', 'a[data-ajax-on-page]', ev => { + if (ev.which == 2) { + ev.preventDefault(); + return false; + } + }); + + }, + + add($el) { + + const self = this, href = $el.attr('data-href'); + + self.pages.push(href); + + $el.on('click', e => { + e.preventDefault(); + self.show(self.pages.indexOf(href)); + }); + + }, + + events() { + + const self = this; + + // Carousel + if ($.isFunction($.fn['themePluginCarousel'])) { + + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + } + + }, + + show(i) { + + const self = this; + + self.$ajaxBoxContent.empty(); + self.$ajaxBox.removeClass('ajax-box-init').addClass('ajax-box-loading'); + + $('html, body').animate({ + scrollTop: self.$ajaxBox.offset().top - 100 + }, 300, 'easeOutQuad'); + + // Ajax + $.ajax({ + url: self.pages[i], + complete({responseText}) { + + setTimeout(() => { + + self.$ajaxBoxContent.html(responseText); + self.$ajaxBox.removeClass('ajax-box-loading'); + + self.events(); + + }, 1000); + + } + }); + + } + + }; + + if($('#porfolioAjaxBoxMedical').get(0)) { + ajaxOnPageMedical.build(); + } +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-one-page-agency.js b/resources/assets/js/demos/demo-one-page-agency.js new file mode 100644 index 0000000..c82a9d1 --- /dev/null +++ b/resources/assets/js/demos/demo-one-page-agency.js @@ -0,0 +1,229 @@ +/* +Name: One Page Agency +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + const $window = $(window); + + /* + * Header + */ + const $header = $('#header'); + + window.onscroll = () => { + if (window.pageYOffset > $header.offset().top) { + $('html').addClass('sticky-header-active'); + } else { + $('html').removeClass('sticky-header-active'); + } + }; + + /* + * Collapse Menu Button + */ + $('.header-btn-collapse-nav').on('click', () => { + $('html, body').animate({ + scrollTop: $(".header-btn-collapse-nav").offset().top - 18 + }, 300); + }); + + /* + * Isotope + */ + const $wrapper = $('#itemDetailGallery'); + + if( $wrapper.get(0) ) { + $wrapper.waitForImages(() => { + $wrapper.isotope({ + itemSelector: '.isotope-item' + }); + }); + } + + /* + Load More + */ + const portfolioLoadMore = { + + pages: 0, + currentPage: 1, + $wrapper: $('#portfolioLoadMoreWrapper'), + $btn: $('#portfolioLoadMore'), + $btnWrapper: $('#portfolioLoadMoreBtnWrapper'), + $loader: $('#portfolioLoadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Infinite Scroll + if(self.$btn.hasClass('btn-portfolio-infinite-scroll')) { + theme.fn.intObs( '#portfolioLoadMore', "$('#portfolioLoadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + }, true ); + } + + } + + }, + loadMore() { + + const self = this, ajax_url = ( self.$wrapper.data('ajax-url') ) ? self.$wrapper.data('ajax-url') : 'ajax/portfolio-ajax-load-more-'; + + self.$btn.hide(); + self.$loader.addClass('portfolio-load-more-loader-showing').show(); + + // Ajax + $.ajax({ + url: ajax_url + (parseInt(self.currentPage)+1) + '.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.show().blur(); + } else { + self.$btnWrapper.remove(); + } + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + self.$loader.removeClass('portfolio-load-more-loader-showing').hide(); + + self.$wrapper.waitForImages(() => { + self.$wrapper.isotope('layout'); + }); + + }, 1000); + + } + }); + + } + + }; + + if($('#portfolioLoadMoreWrapper').get(0)) { + portfolioLoadMore.build(); + } + + /* + * Ajax on Modal + */ + theme.fn.execOnceTroughEvent( 'a[data-ajax-on-modal]', 'mouseover.trigger.ajax.on.modal', () => { + $('a[data-ajax-on-modal]').magnificPopup({ + type: 'ajax', + tLoading: '', + mainClass: 'portfolio-ajax-modal', + closeBtnInside: true, + gallery: { + enabled: true + }, + callbacks: { + ajaxContentAdded() { + + // Wrapper + const $wrapper = $('.portfolio-ajax-modal'); + + // Close + $wrapper.find('a[data-ajax-portfolio-close]').on('click', e => { + e.preventDefault(); + $.magnificPopup.close(); + }); + + // Remove Next and Close + if($('a[data-ajax-on-modal]').length <= 1) { + + $wrapper.find('a[data-ajax-portfolio-prev], a[data-ajax-portfolio-next]').remove(); + + } else { + + // Prev + $wrapper.find('a[data-ajax-portfolio-prev]').on('click', e => { + e.preventDefault(); + $('.mfp-arrow-left').trigger('click'); + return false; + }); + + // Next + $wrapper.find('a[data-ajax-portfolio-next]').on('click', e => { + e.preventDefault(); + $('.mfp-arrow-right').trigger('click'); + return false; + }); + + } + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + } + } + }); + }); + + /* + * Dialog with CSS animation + */ + $('.popup-with-zoom-anim').magnificPopup({ + type: 'inline', + + fixedContentPos: false, + fixedBgPos: true, + + overflowY: 'auto', + + closeBtnInside: true, + preloader: false, + + midClick: true, + removalDelay: 300, + mainClass: 'my-mfp-zoom-in' + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-personal-portfolio-1.js b/resources/assets/js/demos/demo-personal-portfolio-1.js new file mode 100644 index 0000000..7ea11fd --- /dev/null +++ b/resources/assets/js/demos/demo-personal-portfolio-1.js @@ -0,0 +1,134 @@ +/* +Name: Demo Personal Portfolio 1 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Horizontal Scroller Section + */ + if( $('.horizontal-scroller-item').length ) { + if (typeof gsap !== 'undefined') { + + // Copy Original HTML to clone on Resize. + const originalScrollHTML = $('.horizontal-scroller').html(); + + // Generate Scroller + const generateScroller = () => { + + let images = gsap.utils.toArray('.horizontal-scroller-item'); + + gsap.to(images, { + xPercent: -100 * (images.length - 1), + ease: 'none', + scrollTrigger: { + trigger: '.horizontal-scroller', + pin: true, + scrub: 1, + snap: 1 / (images.length - 1), + end: () => '+=' + document.querySelector('.horizontal-scroller-images').offsetWidth + } + }); + + }; + + // Resize Event removing and restarting + $(window).afterResize(() => { + + setTimeout(() => { + + let Alltrigger = ScrollTrigger.getAll(); + + for (let i = 0; i < Alltrigger.length; i++) { + Alltrigger[i].kill(true); + } + + $('.horizontal-scroller-wrapper').empty().html('
' + originalScrollHTML + '
'); + + generateScroller(); + generateCircleExpand(); + + }, 500); + + }); + + /* + Circle Expand + */ + var generateCircleExpand = () => { + + let section = document.getElementById('circleSection'), + dot = document.getElementById("circleDot"); + + gsap.set(dot, { + width: "142vmax", + height: "142vmax", + xPercent: -50, + yPercent: -50, + top: "50%", + left: "50%" + }); + + let tl1 = gsap.timeline({ + scrollTrigger: { + trigger: section, + start: "-50%", + end: "0%", + scrub: 2, + invalidateOnRefresh: true, + }, + defaults: { + ease: "none" + } + }); + + tl1 + .fromTo(dot, { + scale: 0 + }, { + x: 0, + y: 0, + ease: "power3.in", + scale: 1 + }); + + } + + // Init GSAP Elements + generateScroller(); + generateCircleExpand(); + + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: GSAP - Include the following file(s): (vendor/gsap/gsap.min.js)'); + + } + + /* + Spotlight Cursor Text - Credits: https://codepen.io/carolineartz/pen/rNaGQYo + */ + if( $('.spotlight-cursor-text').length ) { + if (typeof gsap !== 'undefined') { + + document.body.addEventListener('mousemove', ({clientX, clientY}) => { + const mouseX = clientX; + const mouseY = clientY; + + gsap.to('.shape', { + x: mouseX, + y: mouseY, + stagger: -0.1 + }); + }); + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: GSAP - Include the following file(s): (vendor/gsap/gsap.min.js)'); + + } + } + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-personal-portfolio-2.js b/resources/assets/js/demos/demo-personal-portfolio-2.js new file mode 100644 index 0000000..77fa23c --- /dev/null +++ b/resources/assets/js/demos/demo-personal-portfolio-2.js @@ -0,0 +1,49 @@ +/* +Name: Demo Personal Portfolio 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Locomotive + */ + if (typeof LocomotiveScroll !== 'undefined') { + + window.scrollTo(0,0); + + setTimeout(() => { + + const scroller = new LocomotiveScroll({ + el: document.querySelector("[data-scroll-container]"), + smooth: true, + mobile: { + breakpoint: 0, + smooth: true + }, + tablet: { + breakpoint: 0, + smooth: true + } + }); + + $('[data-hash]').off().on('click', function(e) { + e.preventDefault(); + e.stopPropagation(); + const anchor = $($(this).attr('href')).get(0); + + scroller.scrollTo(anchor); + }); + + }, 100); + + window.onbeforeunload = () => { + window.scrollTo(0,0); + }; + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: Locomotive Scroll - Include the following file(s): (vendor/locomotive-scroll/locomotive-scroll.min.js)'); + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-personal-portfolio-3.js b/resources/assets/js/demos/demo-personal-portfolio-3.js new file mode 100644 index 0000000..7047a65 --- /dev/null +++ b/resources/assets/js/demos/demo-personal-portfolio-3.js @@ -0,0 +1,97 @@ +/* +Name: Demo Personal Portfolio 3 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +// Disable Scroll to Top +theme.PluginScrollToTop.initialize = () => {}; + +(($ => { + /* + Locomotive + */ + if (typeof LocomotiveScroll !== 'undefined') { + + setTimeout(() => { + + const pageContainer = document.querySelector("[data-scroll-container]"); + pageContainer.setAttribute("data-scroll-container", ""); + + const scroller = new LocomotiveScroll({ + el: pageContainer, + smooth: true, + mobile: { + breakpoint: 0, + smooth: true + }, + tablet: { + breakpoint: 0, + smooth: true + } + }); + + ScrollTrigger.scrollerProxy(pageContainer, { + getBoundingClientRect() { + return { + left: 0, + top: 0, + width: window.innerWidth, + height: window.innerHeight + }; + }, + pinType: pageContainer.style.transform ? "transform" : "fixed" + }); + + const scrollColorElems = document.querySelectorAll("[data-bgcolor]"); + + scrollColorElems.forEach((colorSection, i) => { + const prevBg = i === 0 ? "" : scrollColorElems[i - 1].dataset.bgcolor; + + ScrollTrigger.create({ + trigger: colorSection, + scroller: "[data-scroll-container]", + start: "33% 50%", + onEnter: () => + gsap.to(".bg-color-changer", { + backgroundColor: colorSection.dataset.bgcolor, + overwrite: "auto" + }), + onLeaveBack: () => + gsap.to(".bg-color-changer", { + backgroundColor: prevBg, + overwrite: "auto" + }) + }); + }); + + $('[data-hash]').off().on('click', function(e) { + e.preventDefault(); + e.stopPropagation(); + const anchor = $($(this).attr('href')).get(0); + + $('.hamburguer-btn-side-header.active').trigger('click'); + + scroller.scrollTo(anchor); + }); + + scroller.on("scroll", ScrollTrigger.update); + + ScrollTrigger.addEventListener("refresh", () => scroller.update()); + + ScrollTrigger.refresh(); + + window.scrollTo(0,1); + + }, 100); + + window.onbeforeunload = () => { + window.scrollTo(0,0); + }; + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: Locomotive Scroll - Include the following file(s): (vendor/locomotive-scroll/locomotive-scroll.min.js)'); + + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-photography.js b/resources/assets/js/demos/demo-photography.js new file mode 100644 index 0000000..e34ce72 --- /dev/null +++ b/resources/assets/js/demos/demo-photography.js @@ -0,0 +1,879 @@ +/* +Name: Photography +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +// Disable Scroll to Top +theme.PluginScrollToTop.initialize = () => {}; + +(($ => { + // Slider Options + const sliderOptions = { + sliderType: 'standard', + sliderLayout: 'fullscreen', + fullScreenOffsetContainer: '#header', + delay: 5000, + disableProgressBar: 'on', + gridwidth: 1170, + gridheight: 500, + lazyType: "none", + shadow: 0, + spinner: "off", + shuffle: "off", + autoHeight: "off", + fullScreenAlignForce: "off", + fullScreenOffset: "", + hideThumbsOnMobile: "off", + hideSliderAtLimit: 0, + hideCaptionAtLimit: 0, + hideAllCaptionAtLilmit: 0, + debugMode: false, + fallbacks: { + simplifyAll: "off", + nextSlideOnWindowFocus: "off", + disableFocusListener: false, + }, + navigation: { + keyboardNavigation: "on", + keyboard_direction: "horizontal", + mouseScrollNavigation: "on", + onHoverStop: "off", + touch: { + touchenabled: "on", + swipe_threshold: 75, + swipe_min_touches: 1, + swipe_direction: "horizontal", + drag_block_vertical: false + }, + arrows: { + enable: true, + style: "arrows-portfolio-detail-1", + left : { + container:"slider", + h_align:"left", + v_align:"center", + h_offset:0, + v_offset:0, + }, + right : { + v_align:"center", + container:"slider", + h_align:"right", + h_offset:0, + v_offset:0 + } + } + }, + parallax:{ + type:"on", + levels:[20,40,60,80,100], + origo:"enterpoint", + speed:400, + bgparallax:"on", + disable_onmobile:"off" + } + }; + + if( $('.photography-demo-3').get(0) ) { + sliderOptions.fullScreenOffsetContainer = null; + sliderOptions.navigation.arrows.style = 'arrows-side-header-1'; + sliderOptions.navigation.arrows.hide_onleave = false; + + if( $(window).width() < 992 ) { + sliderOptions.fullScreenOffsetContainer = '#header'; + } + } + + if( $('.photography-demo-2').get(0) ) { + sliderOptions.fullScreenOffsetContainer = null; + sliderOptions.navigation.arrows.style = 'arrows-transparent-header-photography-1'; + sliderOptions.navigation.arrows.hide_onleave = false; + sliderOptions.navigation.arrows.left.h_offset = 20; + sliderOptions.navigation.arrows.right.h_offset = 20; + } + + if( $('.rev_about_us').get(0) ) { + sliderOptions.navigation.mouseScrollNavigation = false; + } + + // Slider Init + $(window).on('load', () => { + $('#revolutionSlider').revolution(sliderOptions); + }); + + /* + Custom Portfolio Details Load More + */ + const portfolioDetailLoadMore = { + + pages: 0, + currentPage: 0, + $wrapper: $('#portfolioDetailLoadMoreWrapper'), + $btn: $('#portfolioDetailLoadMore'), + $btnWrapper: $('#portfolioDetailLoadMoreBtnWrapper'), + $loader: $('#portfolioDetailLoadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + // init isotope + self.$wrapper.isotope(); + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Lazy Load + if(self.$btn.hasClass('btn-portfolioDetail-lazy-load')) { + theme.fn.intObs( '#portfolioDetailLoadMore', "$('#portfolioDetailLoadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + } ); + } + + } + + }, + loadMore() { + + const self = this; + + self.$btn.hide(); + self.$loader.show(); + + // Ajax + $.ajax({ + url: 'ajax/demo-photography-portfolio-ajax-on-page-load-more.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.$wrapper.isotope('layout'); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.show().blur(); + } else { + self.$btnWrapper.remove(); + } + + self.$wrapper.on( 'layoutComplete', laidOutItems => { + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + setTimeout(() => { + $this.owlCarousel('refresh'); + }, 1); + }); + }); + + }); + + // Ajax On Page + ajaxOnPagePortfolioDetails.build(); + + self.$loader.hide(); + + // Refresh Parallax + $(window).trigger('scroll'); + + }, 1000); + + } + }); + + } + + }; + + if($('#portfolioDetailLoadMoreWrapper').get(0)) { + portfolioDetailLoadMore.build(); + } + + /* + Custom Portfolio Infinite Scroll + */ + const portfolioInfiniteScroll = { + + pages: 0, + currentPage: 0, + $wrapper: $('.portfolioInfiniteScrollWrapper'), + $btn: $('#portfolioInfiniteScrollLoadMore'), + $btnWrapper: $('#portfolioInfiniteScrollLoadMoreBtnWrapper'), + $loader: $('#portfolioInfiniteScrollLoadMoreLoader'), + + build() { + + const self = this; + + self.pages = self.$wrapper.data('total-pages'); + + if(self.pages <= 1) { + + self.$btnWrapper.remove(); + return; + + } else { + + // init isotope + self.$wrapper.isotope(); + + self.$btn.on('click', () => { + self.loadMore(); + }); + + // Lazy Load + if(self.$btn.hasClass('btn-portfolioInfiniteScroll-lazy-load')) { + theme.fn.intObs( '#portfolioInfiniteScrollLoadMore', "$('#portfolioInfiniteScrollLoadMore').trigger('click');", { + rootMargin: '0px 0px 0px 0px' + }, true ); + } + + } + + }, + loadMore() { + + const self = this; + + self.$btn.hide(); + self.$loader.show(); + + // Ajax + $.ajax({ + url: 'ajax/demo-photography-portfolio-infinite-scroll-load-more.html', + complete({responseText}) { + + const $items = $(responseText); + + setTimeout(() => { + + self.$wrapper.append($items) + + self.$wrapper.isotope('appended', $items); + + self.$wrapper.isotope('layout'); + + self.currentPage++; + + if(self.currentPage < self.pages) { + self.$btn.show().blur(); + } else { + self.$btnWrapper.remove(); + } + + self.$wrapper.on( 'layoutComplete', laidOutItems => { + // Add new items to gallery + self.$wrapper.find('.item-appended').each(function(){ + const imgsrc = $(this).find('.thumb-info-background').attr('data-src'), imgThumbsrc = $(this).find('.thumb-info-background').attr('data-thumb-src'), clone = $('#thumbGalleryDetail .owl-item > div').first().clone(), cloneThumb = $('#thumbGalleryThumbs .owl-item > div').first().clone(); + + // Create images + clone.find('img').attr('src',imgsrc); + cloneThumb.find('img').attr('src',imgThumbsrc); + + // Add images + $('#thumbGalleryDetail').owlCarousel().trigger('add.owl.carousel', [clone]); + $('#thumbGalleryThumbs').owlCarousel().trigger('add.owl.carousel', [cloneThumb]); + + $(this).removeClass('item-appended'); + }); + + // Carousel + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + setTimeout(() => { + $this.owlCarousel('refresh'); + }, 1); + }); + }); + + // Lightbox - Clicked Item + $('a[href="#photographyLightbox"]').on('click', function(){ + if($('.grid-sizer').get(0)) { + clickedItem = $(this).parent().parent().index() - 1; + } else { + clickedItem = $(this).parent().parent().index(); + } + }); + + // Lightbox + $('.popup-with-move-anim').magnificPopup(portfolioLightboxOptions); + + }); + + + + self.$loader.hide(); + + // Refresh Parallax + $(window).trigger('scroll'); + + }, 1000); + + } + }); + + } + + }; + + if($('.portfolioInfiniteScrollWrapper').get(0)) { + portfolioInfiniteScroll.build(); + } + + /* + * Ajax on Page + */ + var ajaxOnPagePortfolioDetails = { + + pages: [], + $ajaxBox: $('#porfolioDetailsAjaxBox'), + $ajaxBoxContent: $('#porfolioDetailsAjaxBoxContent'), + + build() { + + const self = this; + + $('a[data-ajax-on-page]').each(function() { + self.add($(this)); + }); + + $(document).on('mousedown', 'a[data-ajax-on-page]', ev => { + if (ev.which == 2) { + ev.preventDefault(); + return false; + } + }); + + }, + + add($el) { + + const self = this, href = $el.attr('data-href'); + + self.pages.push(href); + + $el.on('click', e => { + e.preventDefault(); + self.show(self.pages.indexOf(href)); + }); + + }, + + events() { + + const self = this; + + // Slider + sliderOptions.navigation.mouseScrollNavigation = false; + $('#revolutionSlider').revolution(sliderOptions); + + // Carousel + if ($.isFunction($.fn['themePluginCarousel'])) { + + $(() => { + $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginCarousel(opts); + }); + }); + + } + + }, + + show(i) { + + const self = this; + + self.$ajaxBoxContent.empty(); + self.$ajaxBox.removeClass('ajax-box-init').addClass('ajax-box-loading'); + + $('html, body').animate({ + scrollTop: self.$ajaxBox.offset().top - 100 + }, 300, 'easeOutQuad'); + + // Ajax + $.ajax({ + url: self.pages[i], + complete({responseText}) { + + setTimeout(() => { + + self.$ajaxBoxContent.html(responseText); + self.$ajaxBox.removeClass('ajax-box-loading'); + + self.events(); + + }, 1000); + + } + }); + + } + + } + + if($('#porfolioDetailsAjaxBox').get(0)) { + ajaxOnPagePortfolioDetails.build(); + } + + /* + * Portfolio Grid - Init isotope + */ + $(window).on('load', () => { + const $portfolioGrid = $('#portfolioGrid'), $ourBlog = $('#ourBlog'), gridSizer = $portfolioGrid.attr('data-grid-sizer'); + + // Portfolio Grid + if( $portfolioGrid.get(0) ) { + $portfolioGrid.isotope({ + itemSelector: '.isotope-item', + masonry: { + columnWidth: gridSizer, + gutter: 0 + } + }); + + $portfolioGrid.isotope('layout'); + } + + if( $ourBlog.get(0) ) { + $ourBlog.isotope({ + itemSelector: '.isotope-item', + masonry: { + gutter: 0 + } + }); + + $ourBlog.isotope('layout'); + } + }); + + /* + * Horizontal Scroll + */ + const $horizontalScroll = { + $horizontalScrollWrapper : $('#horizontalScrollBox'), + $horizontalScrollContent : $('#horizontalScrollBox .content'), + $horizontalScrollItem : $('#horizontalScrollBox .content .horizontal-scroll-item-wrapper'), + + build() { + const self = this; + + self.setContentWidth(); + self.buttonNavigation(); + self.disableEnableButtons(); + }, + setContentWidth() { + const self = this; + let totalWidth = 0; + + $(self.$horizontalScrollItem).each(function(e){ + const boxImageWidth = $(this).outerWidth(true); + + totalWidth = (totalWidth + boxImageWidth); + }); + + self.$horizontalScrollContent.width( totalWidth ); + }, + isElementInView(element, fullyInView) { + const pageLeft = $(window).scrollLeft(), pageRight = pageLeft + $(window).width(), elementLeft = $(element).offset().left, elementRight = elementLeft + $(element).width(); + + if (fullyInView === true) { + return ((pageLeft < elementLeft) && (pageRight > elementRight)); + } else { + return ((elementLeft <= pageRight) && (elementRight >= pageLeft)); + } + }, + buttonNavigation() { + const self = this; + const nextButton = self.$horizontalScrollWrapper.find('.custom-portfolio-navigation .next'); + const prevButton = self.$horizontalScrollWrapper.find('.custom-portfolio-navigation .prev'); + const totalItems = self.$horizontalScrollItem.length - 1; + let screen = 0; + let distance = 0; + let index = 0; + let flag = false; + let atualItem; + + prevButton.on('click', () => { + if( !flag ){ + flag = true; + + if( index > 0 ) { + index--; + } + atualItem = self.$horizontalScrollItem.eq(index); + + // Check if Element in View + const isElementInView = self.isElementInView(atualItem, false); + if( !isElementInView ) { + self.$horizontalScrollItem.each(function(){ + const inView = self.isElementInView($(this), false); + + if( inView ) { + atualItem = $(this); + return false; + } + }); + } + + // If Demo 3 + if($('.photography-demo-3').get(0)) { + screen = (($(window).width() - 255 ) - atualItem.outerWidth(true)) / 2; + } else { + screen = ($(window).width() - atualItem.outerWidth(true)) / 2; + } + + distance = (atualItem.position().left - screen); + + $('#horizontalScrollBox').animate({ scrollLeft: distance }, 300, () => { + flag = false; + }); + } + }); + + nextButton.on('click', () => { + if( !flag ){ + flag = true; + + if( index < totalItems ) { + index++; + } + atualItem = self.$horizontalScrollItem.eq(index); + + // Check if Element in View + const isElementInView = self.isElementInView(atualItem, false); + if( !isElementInView ) { + self.$horizontalScrollItem.each(function(){ + const inView = self.isElementInView($(this), false); + + if( inView ) { + atualItem = $(this); + index = $(this).index(); + return false; + } + }); + } + + // If Demo 3 + if($('.photography-demo-3').get(0)) { + screen = (($(window).width() - 255 ) - atualItem.outerWidth(true)) / 2; + } else { + screen = ($(window).width() - atualItem.outerWidth(true)) / 2; + } + + distance = (atualItem.position().left - screen); + + $('#horizontalScrollBox').animate({ scrollLeft: distance }, 300, () => { + flag = false; + }); + } + }); + }, + disableEnableButtons() { + const self = this, nextButton = self.$horizontalScrollWrapper.find('.custom-portfolio-navigation .next'), prevButton = self.$horizontalScrollWrapper.find('.custom-portfolio-navigation .prev'); + + self.$horizontalScrollWrapper.on('scroll', function(){ + if( $(this).scrollLeft() == 0 ) { + prevButton.addClass('disable-button'); + } else { + prevButton.removeClass('disable-button'); + } + + if( $(this).scrollLeft() > ((self.$horizontalScrollContent.width() - $(window).width()) - 1) ) { + nextButton.addClass('disable-button'); + } else { + nextButton.removeClass('disable-button'); + } + }); + } + }; + + if($('#horizontalScrollBox').get(0)) { + $horizontalScroll.build(); + + $(window).trigger('resize'); + + const $window = $(window); + + // Mousewheel horizontal scroll + $('#horizontalScrollBox').mousewheel(function(event, delta) { + if ($window.width() > 991) { + this.scrollLeft -= (delta * 60); + event.preventDefault(); + } + }); + + // Build $horizontalScroll on resize + $window.on('load', () => { + $(document).ready(() => { + $(window).afterResize(() => { + $horizontalScroll.setContentWidth(); + + if($('.photography-demo-2').get(0)) { + $(".thumb-info-wrapper img").css('transition','ease all 5s'); + $(".thumb-info-wrapper img").on("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend", e => { + $horizontalScroll.setContentWidth(); + }); + } + }); + + if($('.photography-demo-2').get(0)) { + $(window).on('resize', () => { + $(".thumb-info-wrapper img").css('transition','none'); + }); + } + + $(window).trigger('resize'); + }); + }); + } + + /* + * Lightbox + */ + var clickedItem; + + let removeShowThumbsTimeout; + + var portfolioLightboxOptions = { + type: 'inline', + + fixedContentPos: true, + fixedBgPos: true, + + overflowY: 'hidden', + + closeBtnInside: true, + preloader: false, + + midClick: true, + removalDelay: 300, + mainClass: 'photography-portfolio-gallery', + + callbacks: { + open() { + $('#thumbGalleryDetail').owlCarousel().trigger('refresh.owl.carousel'); + $('#thumbGalleryDetail').owlCarousel().trigger('to.owl.carousel', [clickedItem, 0]); + + $('#thumbGalleryThumbs').owlCarousel('refresh'); + + removeShowThumbsTimeout = setTimeout(() => { + $('#thumbGalleryThumbs').removeClass('show-thumbs'); + }, 3000); + + $(document).on('keydown', ({keyCode}) => { + if(keyCode == 37) { + $('#thumbGalleryDetail').trigger('prev.owl') + } + if(keyCode == 39) { + $('#thumbGalleryDetail').trigger('next.owl') + } + }); + + + }, + close() { + clearTimeout(removeShowThumbsTimeout); + $('#thumbGalleryThumbs').addClass('show-thumbs'); + $(document).off('keydown'); + } + } +}; + + if($('a[href="#photographyLightbox"]').get(0)) { + $('a[href="#photographyLightbox"]').on('click', function(){ + if($('.grid-sizer').get(0)) { + clickedItem = $(this).parent().parent().index() - 1; + } else { + clickedItem = $(this).parent().parent().index(); + } + }); + + $('a[href="#photographyLightbox"]').magnificPopup(portfolioLightboxOptions); + } + + /* + Thumb Gallery + */ + if( $('#photographyLightbox').get(0) ) { + var $thumbGalleryDetail = $('#thumbGalleryDetail'), + $thumbGalleryThumbs = $('#thumbGalleryThumbs'), + flag = false, + duration = 300; + + $thumbGalleryDetail + .owlCarousel({ + items: 1, + margin: 10, + nav: true, + dots: false, + loop: false, + navText: [], + rtl: (($('html[dir="rtl"]').get(0)) ? true : false), + onRefreshed(e) { + setTimeout(() => { + $('.mfp-wrap.photography-portfolio-gallery').css('opacity',1); + }, 300); + } + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $thumbGalleryThumbs.trigger('to.owl.carousel', [item.index-1, duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $thumbGalleryThumbs.find('.owl-item:eq('+ item.index +')').addClass('active-thumb'); + + flag = false; + } + }); + + $thumbGalleryThumbs + .owlCarousel({ + margin: 15, + items: 15, + nav: false, + center: false, + dots: false, + pagination: false, + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }) + .on('click', '.owl-item', function() { + $thumbGalleryDetail.trigger('to.owl.carousel', [$(this).index(), duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $(this).addClass('active-thumb'); + }); + + // Set first item with active-thumb + $thumbGalleryThumbs.find('.owl-item:eq(0)').addClass('active-thumb'); + + } + + if( $('#portfolioSliderWithThumbs').get(0) ) { + var $thumbGalleryDetail = $('#thumbGalleryDetail'), + $thumbGalleryThumbs = $('#thumbGalleryThumbs'), + flag = false, + duration = 300; + + $thumbGalleryDetail + .owlCarousel({ + items: 1, + margin: 10, + nav: true, + dots: false, + loop: false, + navText: [], + rtl: (($('html[dir="rtl"]').get(0)) ? true : false), + onRefreshed(e) { + setTimeout(() => { + $('.mfp-wrap.photography-portfolio-gallery').css('opacity',1); + }, 300); + } + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $thumbGalleryThumbs.trigger('to.owl.carousel', [item.index-1, duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $thumbGalleryThumbs.find('.owl-item:eq('+ item.index +')').addClass('active-thumb'); + + flag = false; + } + }); + + $thumbGalleryThumbs + .owlCarousel({ + margin: 15, + items: 8, + nav: false, + center: false, + dots: false, + pagination: false, + rtl: (($('html[dir="rtl"]').get(0)) ? true : false), + responsive:{ + 0:{ + items:2 + }, + 300:{ + items:3 + }, + 767:{ + items:6, + }, + 991:{ + items:7, + }, + 1200:{ + items:8, + } + } + }) + .on('click', '.owl-item', function() { + $thumbGalleryDetail.trigger('to.owl.carousel', [$(this).index(), duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $(this).addClass('active-thumb'); + }); + + // Set first item with active-thumb + $thumbGalleryThumbs.find('.owl-item:eq(0)').addClass('active-thumb'); + + $(document).on('keydown', ({keyCode}) => { + if(keyCode == 37) { + $('#thumbGalleryDetail').trigger('prev.owl') + } + if(keyCode == 39) { + $('#thumbGalleryDetail').trigger('next.owl') + } + }); + + } +})).apply(this, [jQuery]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-product-landing.js b/resources/assets/js/demos/demo-product-landing.js new file mode 100644 index 0000000..94f4671 --- /dev/null +++ b/resources/assets/js/demos/demo-product-landing.js @@ -0,0 +1,26 @@ +/* +Name: Product Landing +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Quantity + */ + $('.quantity .plus').on('click',function(){ + const $qty=$(this).parents('.quantity').find('.qty'); + const currentVal = parseInt($qty.val()); + if (!isNaN(currentVal)) { + $qty.val(currentVal + 1); + } + }); + + $('.quantity .minus').on('click',function(){ + const $qty=$(this).parents('.quantity').find('.qty'); + const currentVal = parseInt($qty.val()); + if (!isNaN(currentVal) && currentVal > 0) { + $qty.val(currentVal - 1); + } + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-real-estate.js b/resources/assets/js/demos/demo-real-estate.js new file mode 100644 index 0000000..b548acc --- /dev/null +++ b/resources/assets/js/demos/demo-real-estate.js @@ -0,0 +1,82 @@ +/* +Name: RealEstate +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +/* +Header +*/ + +// Search Properties +const $headerWrapper = $('#headerSearchProperties'), $window = $(window); + +$headerWrapper.on('click', () => { + if ($window.width() > 992) { + $headerWrapper.addClass('open'); + } +}); + +$(document).mouseup(({target}) => { + if (!$headerWrapper.is(target) && $headerWrapper.has(target).length === 0) { + $headerWrapper.removeClass('open'); + } +}); + +$('#propertiesFormHeader').validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.parent().parent()); + } else { + error.insertAfter(element); + } + } +}); + +// Thumb Gallery +const $thumbGalleryDetail1 = $('#thumbGalleryDetail'); + +const $thumbGalleryThumbs1 = $('#thumbGalleryThumbs'); +let flag = false; +const duration = 300; + +$thumbGalleryDetail1 + .owlCarousel({ + items: 1, + margin: 10, + nav: true, + dots: false, + loop: false, + navText: [], + rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $thumbGalleryThumbs1.trigger('to.owl.carousel', [item.index-1, duration, true]); + flag = false; + } + }); + +$thumbGalleryThumbs1 + .owlCarousel({ + margin: 15, + items: 4, + nav: false, + center: false, + dots: false, + rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false + }) + .on('click', '.owl-item', function() { + $thumbGalleryDetail1.trigger('to.owl.carousel', [$(this).index(), duration, true]); + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $thumbGalleryDetail1.trigger('to.owl.carousel', [item.index, duration, true]); + flag = false; + } + }); diff --git a/resources/assets/js/demos/demo-renewable-energy.js b/resources/assets/js/demos/demo-renewable-energy.js new file mode 100644 index 0000000..f7d6676 --- /dev/null +++ b/resources/assets/js/demos/demo-renewable-energy.js @@ -0,0 +1,5 @@ +/* +Name: Demo Renewable Energy +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ diff --git a/resources/assets/js/demos/demo-resume.js b/resources/assets/js/demos/demo-resume.js new file mode 100644 index 0000000..27fb802 --- /dev/null +++ b/resources/assets/js/demos/demo-resume.js @@ -0,0 +1,70 @@ +/* +Name: Resume +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + // About Me + $('#aboutMeMoreBtn').on('click', function() { + $(this).hide(); + $('#aboutMeMore').toggleClass('about-me-more-visible'); + return false; + }); + + /* + * Timeline + */ + const timelineHeightAdjust = { + $timeline: $('#timeline'), + $timelineBar: $('#timeline .timeline-bar'), + $firstTimelineItem: $('#timeline .timeline-box').first(), + $lastTimelineItem: $('#timeline .timeline-box').last(), + + build() { + const self = this; + + self.adjustHeight(); + }, + adjustHeight() { + const self = this, calcFirstItemHeight = self.$firstTimelineItem.outerHeight(true) / 2, calcLastItemHeight = self.$lastTimelineItem.outerHeight(true) / 2; + + // Set Timeline Bar Top and Bottom + self.$timelineBar.css({ + top: calcFirstItemHeight, + bottom: calcLastItemHeight + }); + } + }; + + if( $('#timeline').get(0) ) { + setTimeout(() => { + // Adjust Timeline Height On Resize + $(window).afterResize(() => { + timelineHeightAdjust.build(); + }); + }, 1000); + + timelineHeightAdjust.build(); + } + + /* + * Header Image Anim + */ + let lastScrollTop = 0; + + $(window).on('scroll', function(){ + const st = $(this).scrollTop(); + + if (st > lastScrollTop){ + $('img[custom-anim]').css({ + transform: 'translate(0, -'+ st +'px)' + }); + } else { + $('img[custom-anim]').css({ + transform: 'translate(0, '+ -Math.abs(st) +'px)' + }); + } + lastScrollTop = st; + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-seo-2.js b/resources/assets/js/demos/demo-seo-2.js new file mode 100644 index 0000000..8f52e5d --- /dev/null +++ b/resources/assets/js/demos/demo-seo-2.js @@ -0,0 +1,26 @@ +/* +Name: SEO 2 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /** + * Custom Simple Form Validation + * + */ + $('.custom-form-simple-validation').each(function(){ + $(this).validate({ + onkeyup: false, + onclick: false, + onfocusout: false, + errorPlacement(error, element) { + if (element.attr('type') == 'radio' || element.attr('type') == 'checkbox') { + error.appendTo(element.closest('.form-group')); + } else { + error.insertAfter(element); + } + } + }); + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-seo-3.js b/resources/assets/js/demos/demo-seo-3.js new file mode 100644 index 0000000..679d699 --- /dev/null +++ b/resources/assets/js/demos/demo-seo-3.js @@ -0,0 +1,81 @@ +/* +Name: Demo SEO 3 +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Mouse Hover Split + */ + const left = document.getElementById("side-left"); + + const handleMove = ({clientX}) => { + left.style.width = `${clientX / window.innerWidth * 100}%`; + } + + document.onmousemove = e => handleMove(e); + + document.ontouchmove = ({touches}) => handleMove(touches[0]); + + $(window).on('load resize', () => { + const height = $('.mouse-hover-split .side').height(); + $('.mouse-hover-split').css('min-height', height); + }); + + /* + Horizontal Scroller Section + */ + if( $('.horizontal-scroller-item').length ) { + if (typeof gsap !== 'undefined') { + + // Copy Original HTML to clone on Resize. + const originalScrollHTML = $('.horizontal-scroller').html(); + + // Generate Scroller + const generateScroller = () => { + + let images = gsap.utils.toArray('.horizontal-scroller-item'); + + gsap.to(images, { + xPercent: -100 * (images.length - ( $(window).width() > 991 ? 3 : 1 )), + ease: 'none', + scrollTrigger: { + trigger: '.horizontal-scroller', + pin: true, + scrub: 1, + snap: 1 / (images.length - 1), + end: () => '+=' + document.querySelector('.horizontal-scroller-images').offsetWidth + } + }); + + }; + + // Resize Event removing and restarting + $(window).afterResize(() => { + + setTimeout(() => { + + let Alltrigger = ScrollTrigger.getAll(); + + for (let i = 0; i < Alltrigger.length; i++) { + Alltrigger[i].kill(true); + } + + $('.horizontal-scroller-wrapper').empty().html('
' + originalScrollHTML + '
'); + + generateScroller(); + + }, 500); + + }); + + generateScroller(); + + } else { + + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: GSAP - Include the following file(s): (vendor/gsap/gsap.min.js)'); + + } + } +})).apply( this, [ jQuery ]); diff --git a/resources/assets/js/demos/demo-seo.js b/resources/assets/js/demos/demo-seo.js new file mode 100644 index 0000000..de38881 --- /dev/null +++ b/resources/assets/js/demos/demo-seo.js @@ -0,0 +1,58 @@ +/* +Name: SEO +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + SVG Morphing + */ + setTimeout(() => { + if( $('#shape_one_start').get(0) ) { + const shape1 = KUTE.fromTo('#shape_one_start', { + path: '#shape_one_start' + }, { + path: '#shape_one_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + + if( $('#shape_two_start').get(0) ) { + const shape2 = KUTE.fromTo('#shape_two_start', { + path: '#shape_two_start' + }, { + path: '#shape_two_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + }, 100); + + /* + Form + */ + $('.popup-with-form').magnificPopup({ + type: 'inline', + preloader: false, + focus: '#name', + mainClass: 'my-mfp-zoom-in', + callbacks: { + open() { + $('html').addClass('lightbox-opened'); + }, + close() { + $('html').removeClass('lightbox-opened'); + } + } + }); +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-startup-agency.js b/resources/assets/js/demos/demo-startup-agency.js new file mode 100644 index 0000000..97b8b7d --- /dev/null +++ b/resources/assets/js/demos/demo-startup-agency.js @@ -0,0 +1,94 @@ +/* +Name: Startup Agency +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + SVG Morphing + */ + $(window).on('load', () => { + setTimeout(() => { + + if( $('#st0_start').get(0) ) { + var shape1 = KUTE.fromTo('#st0_start', { + path: '#st0_start' + }, { + path: '#st0_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + + if( $('#st1_start').get(0) ) { + var shape1 = KUTE.fromTo('#st1_start', { + path: '#st1_start' + }, { + path: '#st1_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + + if( $('#st2_start').get(0) ) { + var shape1 = KUTE.fromTo('#st2_start', { + path: '#st2_start' + }, { + path: '#st2_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + + if( $('#st3_start').get(0) ) { + var shape1 = KUTE.fromTo('#st3_start', { + path: '#st3_start' + }, { + path: '#st3_end' + }, { + duration: 10000, + easing : 'easingQuadraticInOut', + repeat: 20, + repeatDelay: 1000, + yoyo: true + }).start(); + } + + /* + * SVG Aspect Ratio + */ + function aspectRatioSVG() { + if( $(window).width() < 2000 ) { + $('svg[preserveAspectRatio]').each(function(){ + $(this).attr('preserveAspectRatio', 'xMinYMin'); + }); + } else { + $('svg[preserveAspectRatio]').each(function(){ + $(this).attr('preserveAspectRatio', 'none'); + }); + } + } + + aspectRatioSVG(); + + $(window).on('resize', () => { + aspectRatioSVG(); + }); + + }, 100); + }); + +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/demos/demo-transportation-logistic.js b/resources/assets/js/demos/demo-transportation-logistic.js new file mode 100644 index 0000000..de18d92 --- /dev/null +++ b/resources/assets/js/demos/demo-transportation-logistic.js @@ -0,0 +1,5 @@ +/* +Name: Demo Transportation Logistic +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ \ No newline at end of file diff --git a/resources/assets/js/demos/demo-wedding.js b/resources/assets/js/demos/demo-wedding.js new file mode 100644 index 0000000..d212568 --- /dev/null +++ b/resources/assets/js/demos/demo-wedding.js @@ -0,0 +1,204 @@ +/* +Name: Wedding +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +(($ => { + /* + Slider + */ + $('#revolutionSlider').revolution({ + sliderType: 'standard', + sliderLayout: 'fullwidth', + delay: 9000, + responsiveLevels: [1920, 1200, 992, 500], + gridwidth: [1920, 1200, 992, 500], + gridheight: 780, + disableProgressBar: 'on', + spinner: 'spinner3', + parallax: { + type: "mouse", + origo: "slidercenter", + speed: 2000, + levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50], + }, + navigation: { + arrows: { + style: "hades", + enable: false, + hide_onmobile: false, + hide_onleave: false, + tmp: '
', + left: { + h_align: "left", + v_align: "center", + h_offset: 10, + v_offset: 0 + }, + right: { + h_align: "right", + v_align: "center", + h_offset: 10, + v_offset: 0 + } + } + } + }); + + $('#revolutionSlider2').revolution({ + sliderType: 'standard', + sliderLayout: 'fullwidth', + delay: 9000, + responsiveLevels: [1920, 1200, 992, 500], + gridwidth: [1920, 1200, 992, 500], + gridheight: 575, + disableProgressBar: 'on', + spinner: 'spinner3', + parallax: { + type: "mouse", + origo: "slidercenter", + speed: 2000, + levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50], + }, + navigation: { + arrows: { + style: "hades", + enable: false, + hide_onmobile: false, + hide_onleave: false, + tmp: '
', + left: { + h_align: "left", + v_align: "center", + h_offset: 10, + v_offset: 0 + }, + right: { + h_align: "right", + v_align: "center", + h_offset: 10, + v_offset: 0 + } + } + } + }); + + // Our History Gallery + var clickedItem; + + let removeShowThumbsTimeout; + + const portfolioLightboxOptions = { + type: 'inline', + + fixedContentPos: true, + fixedBgPos: true, + + overflowY: 'hidden', + + closeBtnInside: true, + preloader: false, + + midClick: true, + removalDelay: 300, + mainClass: 'wedding-portfolio-gallery', + + callbacks: { + open() { + $('#thumbGalleryDetail').owlCarousel().trigger('refresh.owl.carousel'); + $('#thumbGalleryDetail').owlCarousel().trigger('to.owl.carousel', [clickedItem, 0]); + + $('#thumbGalleryThumbs').owlCarousel('refresh'); + + removeShowThumbsTimeout = setTimeout(() => { + $('#thumbGalleryThumbs').removeClass('show-thumbs'); + }, 3000); + + $(document).on('keydown', ({keyCode}) => { + if(keyCode == 37) { + $('#thumbGalleryDetail').trigger('prev.owl') + } + if(keyCode == 39) { + $('#thumbGalleryDetail').trigger('next.owl') + } + }); + + + }, + close() { + clearTimeout(removeShowThumbsTimeout); + $('#thumbGalleryThumbs').addClass('show-thumbs'); + $(document).off('keydown'); + } + } +}; + + var clickedItem = ''; + if( $('a[href="#ourHistoryLightbox"]').length ) { + $('a[href="#ourHistoryLightbox"]').on('click', function(){ + clickedItem = $(this).parent().index(); + }); + + $('a[href="#ourHistoryLightbox"]').magnificPopup(portfolioLightboxOptions); + } + + /* + Thumb Gallery + */ + if( $('#ourHistoryLightbox').get(0) ) { + const $thumbGalleryDetail = $('#thumbGalleryDetail'); + const $thumbGalleryThumbs = $('#thumbGalleryThumbs'); + let flag = false; + const duration = 300; + + $thumbGalleryDetail + .owlCarousel({ + items: 1, + margin: 10, + nav: true, + dots: false, + loop: false, + navText: [], + rtl: (($('html[dir="rtl"]').get(0)) ? true : false), + onRefreshed(e) { + setTimeout(() => { + $('.mfp-wrap.wedding-portfolio-gallery').css('opacity',1); + }, 300); + } + }) + .on('changed.owl.carousel', ({item}) => { + if (!flag) { + flag = true; + $thumbGalleryThumbs.trigger('to.owl.carousel', [item.index-1, duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $thumbGalleryThumbs.find('.owl-item:eq('+ item.index +')').addClass('active-thumb'); + + flag = false; + } + }); + + $thumbGalleryThumbs + .owlCarousel({ + margin: 15, + items: 15, + nav: false, + center: false, + dots: false, + pagination: false, + rtl: (($('html[dir="rtl"]').get(0)) ? true : false) + }) + .on('click', '.owl-item', function() { + $thumbGalleryDetail.trigger('to.owl.carousel', [$(this).index(), duration, true]); + + // add class to active thumb + $thumbGalleryThumbs.find('.owl-item').removeClass('active-thumb'); + $(this).addClass('active-thumb'); + }); + + // Set first item with active-thumb + $thumbGalleryThumbs.find('.owl-item:eq(0)').addClass('active-thumb'); + } +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/theme.init.js b/resources/assets/js/theme.init.js new file mode 100644 index 0000000..32b368f --- /dev/null +++ b/resources/assets/js/theme.init.js @@ -0,0 +1,346 @@ +// Commom Plugins +(($ => { + + 'use strict'; + + // Scroll to Top Button. + if (typeof theme.PluginScrollToTop !== 'undefined') { + theme.PluginScrollToTop.initialize(); + } + + // Tooltips + var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')) + var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { + return new bootstrap.Tooltip(tooltipTriggerEl) + }); + + // Popovers + var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')) + var popoverList = popoverTriggerList.map(function (popoverTriggerEl) { + return new bootstrap.Popover(popoverTriggerEl) + }); + + // Validations + if ( $.isFunction($.validator) && typeof theme.PluginValidation !== 'undefined') { + theme.PluginValidation.initialize(); + } + + // Animate + if ($.isFunction($.fn['themePluginAnimate']) && $('[data-appear-animation]').length) { + theme.fn.dynIntObsInit( '[data-appear-animation], [data-appear-animation-svg]', 'themePluginAnimate', theme.PluginAnimate.defaults ); + } + + // Animated Content + if ($.isFunction($.fn['themePluginAnimatedContent'])) { + theme.fn.intObsInit( '[data-plugin-animated-letters]:not(.manual), .animated-letters', 'themePluginAnimatedContent' ); + theme.fn.intObsInit( '[data-plugin-animated-words]:not(.manual), .animated-words', 'themePluginAnimatedContent' ); + } + + // Before / After + if ($.isFunction($.fn['themePluginBeforeAfter']) && $('[data-plugin-before-after]').length) { + theme.fn.intObsInit( '[data-plugin-before-after]:not(.manual)', 'themePluginBeforeAfter' ); + } + + // Carousel Light + if ($.isFunction($.fn['themePluginCarouselLight']) && $('.owl-carousel-light').length) { + theme.fn.intObsInit( '.owl-carousel-light', 'themePluginCarouselLight' ); + } + + // Carousel + if ($.isFunction($.fn['themePluginCarousel']) && $('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').length) { + theme.fn.intObsInit( '[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)', 'themePluginCarousel' ); + } + + // Chart.Circular + if ($.isFunction($.fn['themePluginChartCircular']) && ( $('[data-plugin-chart-circular]').length || $('.circular-bar-chart').length )) { + theme.fn.dynIntObsInit( '[data-plugin-chart-circular]:not(.manual), .circular-bar-chart:not(.manual)', 'themePluginChartCircular', theme.PluginChartCircular.defaults ); + } + + // Countdown + if ($.isFunction($.fn['themePluginCountdown']) && ( $('[data-plugin-countdown]').length || $('.countdown').length )) { + theme.fn.intObsInit( '[data-plugin-countdown]:not(.manual), .countdown', 'themePluginCountdown' ); + } + + // Counter + if ($.isFunction($.fn['themePluginCounter']) && ( $('[data-plugin-counter]').length || $('.counters [data-to]').length )) { + theme.fn.dynIntObsInit( '[data-plugin-counter]:not(.manual), .counters [data-to]', 'themePluginCounter', theme.PluginCounter.defaults ); + } + + // Cursor Effect + if ($.isFunction($.fn['themePluginCursorEffect']) && $('[data-plugin-cursor-effect]').length ) { + theme.fn.intObsInit( '[data-plugin-cursor-effect]:not(.manual)', 'themePluginCursorEffect' ); + } + + // Float Element + if ($.isFunction($.fn['themePluginFloatElement']) && $('[data-plugin-float-element]').length) { + theme.fn.intObsInit( '[data-plugin-float-element], [data-plugin-float-element-svg]', 'themePluginFloatElement' ); + } + + // GDPR + if ($.isFunction($.fn['themePluginGDPR']) && $('[data-plugin-gdpr]').length) { + + $(() => { + $('[data-plugin-gdpr]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginGDPR(opts); + }); + }); + + } + + // GDPR Wrapper + if ($.isFunction($.fn['themePluginGDPRWrapper']) && $('[data-plugin-gdpr-wrapper]').length) { + + $(() => { + $('[data-plugin-gdpr-wrapper]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginGDPRWrapper(opts); + }); + }); + + } + + // Hover Effect + if ($.isFunction($.fn['themePluginHoverEffect']) && $('[data-plugin-hover-effect], .hover-effect-3d').length) { + theme.fn.intObsInit( '[data-plugin-hover-effect]:not(.manual), .hover-effect-3d:not(.manual)', 'themePluginHoverEffect' ); + } + + // Animated Icon + if ($.isFunction($.fn['themePluginIcon']) && $('[data-icon]').length) { + theme.fn.dynIntObsInit( '[data-icon]:not(.svg-inline--fa)', 'themePluginIcon', theme.PluginIcon.defaults ); + } + + // In Viewport Style + if ($.isFunction($.fn['themePluginInViewportStyle']) && $('[data-inviewport-style]').length) { + + $(() => { + $('[data-inviewport-style]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginInViewportStyle(opts); + }); + }); + + } + + // Lightbox + if ($.isFunction($.fn['themePluginLightbox']) && ( $('[data-plugin-lightbox]').length || $('.lightbox').length )) { + theme.fn.execOnceTroughEvent( '[data-plugin-lightbox]:not(.manual), .lightbox:not(.manual)', 'mouseover.trigger.lightbox', function(){ + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginLightbox(opts); + }); + } + + // Masonry + if ($.isFunction($.fn['themePluginMasonry']) && $('[data-plugin-masonry]').length) { + + $(() => { + $('[data-plugin-masonry]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginMasonry(opts); + }); + }); + + } + + if ($('[data-masonry]').length) { + const $masonryItems = $('[data-masonry]'); + + $(window).on('load', () => { + setTimeout(() => { + $masonryItems.each(function() { + $(this).masonry('layout'); + }); + }, 1); + }); + } + + + // Match Height + if ($.isFunction($.fn['themePluginMatchHeight']) && $('[data-plugin-match-height]').length) { + + $(() => { + $('[data-plugin-match-height]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginMatchHeight(opts); + }); + }); + + } + + // Parallax + if ($.isFunction($.fn['themePluginParallax']) && $('[data-plugin-parallax]').length) { + theme.fn.intObsInit( '[data-plugin-parallax]:not(.manual)', 'themePluginParallax' ); + } + + // Progress Bar + if ($.isFunction($.fn['themePluginProgressBar']) && ( $('[data-plugin-progress-bar]') || $('[data-appear-progress-animation]').length )) { + theme.fn.dynIntObsInit( '[data-plugin-progress-bar]:not(.manual), [data-appear-progress-animation]', 'themePluginProgressBar', theme.PluginProgressBar.defaults ); + } + + // Random Images + if ($.isFunction($.fn['themePluginRandomImages']) && $('[data-plugin-random-images]').length) { + theme.fn.dynIntObsInit( '.plugin-random-images', 'themePluginRandomImages', theme.PluginRandomImages.defaults ); + } + + // Read More + if ($.isFunction($.fn['themePluginReadMore']) && $('[data-plugin-readmore]').length) { + theme.fn.intObsInit( '[data-plugin-readmore]:not(.manual)', 'themePluginReadMore' ); + } + + // Revolution Slider + if ($.isFunction($.fn['themePluginRevolutionSlider']) && ( $('[data-plugin-revolution-slider]').length || $('.slider-container .slider').length )) { + + $(() => { + $('[data-plugin-revolution-slider]:not(.manual), .slider-container .slider:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginRevolutionSlider(opts); + }); + }); + + } + + // Scroll Spy + if ($.isFunction($.fn['themePluginScrollSpy']) && $('[data-plugin-scroll-spy]').length) { + + $(() => { + $('[data-plugin-scroll-spy]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginScrollSpy(opts); + }); + }); + + } + + // Scrollable + if ( $.isFunction($.fn[ 'nanoScroller' ]) && $('[data-plugin-scrollable]').length ) { + theme.fn.intObsInit( '[data-plugin-scrollable]', 'themePluginScrollable' ); + } + + // Section Scroll + if ($.isFunction($.fn['themePluginSectionScroll']) && $('[data-plugin-section-scroll]').length) { + + $(() => { + $('[data-plugin-section-scroll]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginSectionScroll(opts); + }); + }); + + } + + // Sort + if ($.isFunction($.fn['themePluginSort']) && ( $('[data-plugin-sort]').length || $('.sort-source').length )) { + theme.fn.intObsInit( '[data-plugin-sort]:not(.manual), .sort-source:not(.manual)', 'themePluginSort' ); + } + + // Star Rating + if ($.isFunction($.fn['themePluginStarRating']) && $('[data-plugin-star-rating]').length) { + theme.fn.intObsInit( '[data-plugin-star-rating]:not(.manual)', 'themePluginStarRating' ); + } + + // Sticky + if ($.isFunction($.fn['themePluginSticky']) && $('[data-plugin-sticky]').length) { + theme.fn.execOnceTroughWindowEvent( window, 'scroll.trigger.sticky', () => { + $('[data-plugin-sticky]:not(.manual)').each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + $this.themePluginSticky(opts); + }); + }); + } + + // Toggle + if ($.isFunction($.fn['themePluginToggle']) && $('[data-plugin-toggle]').length) { + theme.fn.intObsInit( '[data-plugin-toggle]:not(.manual)', 'themePluginToggle' ); + } + + // Video Background + if ($.isFunction($.fn['themePluginVideoBackground']) && $('[data-plugin-video-background]').length) { + theme.fn.intObsInit( '[data-plugin-video-background]:not(.manual)', 'themePluginVideoBackground' ); + } + + // Sticky Header + if (typeof theme.StickyHeader !== 'undefined') { + theme.StickyHeader.initialize(); + } + + // Nav Menu + if (typeof theme.Nav !== 'undefined') { + theme.Nav.initialize(); + } + + // Search + if (typeof theme.Search !== 'undefined' && ( $('#searchForm').length || $('.header-nav-features-search-reveal').length )) { + theme.Search.initialize(); + } + + // Newsletter + if (typeof theme.Newsletter !== 'undefined' && $('#newsletterForm').length) { + theme.fn.intObs( '#newsletterForm', 'theme.Newsletter.initialize();', {} ); + } + + // Account + if (typeof theme.Account !== 'undefined' && ( $('#headerAccount').length || $('#headerSignUp').length || $('#headerSignIn').length || $('#headerRecover').length || $('#headerRecoverCancel').length )) { + theme.Account.initialize(); + } + +})).apply( this, [ jQuery ]); \ No newline at end of file diff --git a/resources/assets/js/theme.js b/resources/assets/js/theme.js new file mode 100644 index 0000000..685b7f7 --- /dev/null +++ b/resources/assets/js/theme.js @@ -0,0 +1,9505 @@ +/* +Name: Theme Base +Written by: Okler Themes - (http://www.okler.net) +Theme Version: 12.1.0 +*/ + +// Theme +window.theme = {}; + +// Theme Common Functions +window.theme.fn = { + + getOptions(opts) { + + if (typeof(opts) == 'object') { + + return opts; + + } else if (typeof(opts) == 'string') { + + try { + return JSON.parse(opts.replace(/'/g, '"').replace(';', '')); + } catch (e) { + return {}; + } + + } else { + + return {}; + + } + + }, + + execPluginFunction(functionName, context) { + const args = Array.prototype.slice.call(arguments, 2); + const namespaces = functionName.split("."); + const func = namespaces.pop(); + + for (let i = 0; i < namespaces.length; i++) { + context = context[namespaces[i]]; + } + + return context[func](...args); + }, + + intObs(selector, functionName, intObsOptions, alwaysObserve) { + const $el = document.querySelectorAll(selector); + let intersectionObserverOptions = { + rootMargin: '0px 0px 200px 0px' + }; + + if (Object.keys(intObsOptions).length) { + intersectionObserverOptions = $.extend(intersectionObserverOptions, intObsOptions); + } + + const observer = new IntersectionObserver(entries => { + for (const entry of entries) { + if (entry.intersectionRatio > 0) { + if (typeof functionName === 'string') { + const func = Function('return ' + functionName)(); + } else { + const callback = functionName; + + callback.call($(entry.target)); + } + + // Unobserve + if (!alwaysObserve) { + observer.unobserve(entry.target); + } + + } + } + }, intersectionObserverOptions); + + $($el).each(function() { + observer.observe($(this)[0]); + }); + }, + + intObsInit(selector, functionName) { + const $el = document.querySelectorAll(selector); + const intersectionObserverOptions = { + rootMargin: '200px' + }; + + const observer = new IntersectionObserver(entries => { + for (const entry of entries) { + if (entry.intersectionRatio > 0) { + const $this = $(entry.target); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + theme.fn.execPluginFunction(functionName, $this, opts); + + // Unobserve + observer.unobserve(entry.target); + } + } + }, intersectionObserverOptions); + + $($el).each(function() { + observer.observe($(this)[0]); + }); + }, + + dynIntObsInit(selector, functionName, pluginDefaults) { + const $el = document.querySelectorAll(selector); + + $($el).each(function() { + const $this = $(this); + let opts; + + const pluginOptions = theme.fn.getOptions($this.data('plugin-options')); + if (pluginOptions) + opts = pluginOptions; + + const mergedPluginDefaults = theme.fn.mergeOptions(pluginDefaults, opts); + + const intersectionObserverOptions = { + rootMargin: theme.fn.getRootMargin(functionName, mergedPluginDefaults), + threshold: 0 + }; + + if (!mergedPluginDefaults.forceInit) { + + const observer = new IntersectionObserver(entries => { + for (const entry of entries) { + if (entry.intersectionRatio > 0) { + theme.fn.execPluginFunction(functionName, $this, mergedPluginDefaults); + + // Unobserve + observer.unobserve(entry.target); + } + } + }, intersectionObserverOptions); + + observer.observe($this[0]); + + } else { + theme.fn.execPluginFunction(functionName, $this, mergedPluginDefaults); + } + }); + }, + + getRootMargin(plugin, {accY}) { + switch (plugin) { + case 'themePluginCounter': + return accY ? `0px 0px ${accY}px 0px` : '0px 0px 200px 0px'; + break; + + case 'themePluginAnimate': + return accY ? `0px 0px ${accY}px 0px` : '0px 0px 200px 0px'; + break; + + case 'themePluginIcon': + return accY ? `0px 0px ${accY}px 0px` : '0px 0px 200px 0px'; + break; + + case 'themePluginRandomImages': + return accY ? `0px 0px ${accY}px 0px` : '0px 0px 200px 0px'; + break; + + default: + return '0px 0px 200px 0px'; + break; + } + }, + + mergeOptions(obj1, obj2) { + const obj3 = {}; + + for (var attrname in obj1) { + obj3[attrname] = obj1[attrname]; + } + for (var attrname in obj2) { + obj3[attrname] = obj2[attrname]; + } + + return obj3; + }, + + execOnceTroughEvent($el, event, callback) { + const self = this, dataName = self.formatDataName(event); + + $($el).on(event, function() { + if (!$(this).data(dataName)) { + + // Exec Callback Function + callback.call($(this)); + + // Add data name + $(this).data(dataName, true); + + // Unbind event + $(this).off(event); + } + }); + + return this; + }, + + execOnceTroughWindowEvent($el, event, callback) { + const self = this, dataName = self.formatDataName(event); + + $($el).on(event, function() { + if (!$(this).data(dataName)) { + + // Exec Callback Function + callback(); + + // Add data name + $(this).data(dataName, true); + + // Unbind event + $(this).off(event); + } + }); + + return this; + }, + + formatDataName(name) { + name = name.replace('.', ''); + return name; + }, + + isElementInView($el) { + const rect = $el[0].getBoundingClientRect(); + + return ( + rect.top <= (window.innerHeight / 3) + ); + }, + + getScripts(arr, path) { + const _arr = $.map(arr, scr => $.getScript((path || "") + scr)); + + _arr.push($.Deferred(({resolve}) => { + $(resolve); + })); + + return $.when(..._arr); + }, + + showErrorMessage(title, content) { + + $('.modalThemeErrorMessage').remove(); + $('body').append(''); + + var modalThemeErrorMessage = document.getElementById('modalThemeErrorMessage'); + var modalThemeErrorMessage = bootstrap.Modal.getOrCreateInstance(modalThemeErrorMessage); + modalThemeErrorMessage.show(); + + } + +}; + +(((theme = {}, $) => { + /* + Local Environment Warning + */ + try { + if ("file://" === location.origin) { + if ($('[data-icon]').length || $('iframe').length) { + + theme.fn.showErrorMessage('Local Environment Warning', 'SVG Objects, Icons, YouTube and Vimeo Videos might not show correctly on local environment. For better result, please preview on a server.'); + + } + } + } catch (e) {} + + /* + Browser Selector + */ + $.extend({ + + browserSelector() { + + // jQuery.browser.mobile (http://detectmobilebrowser.com/) + (a => {(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera); + + // Touch + const hasTouch = 'ontouchstart' in window || navigator.msMaxTouchPoints; + + const u = navigator.userAgent, ua = u.toLowerCase(), is = t => ua.includes(t), g = 'gecko', w = 'webkit', s = 'safari', o = 'opera', h = document.documentElement, b = [(!(/opera|webtv/i.test(ua)) && /msie\s(\d)/.test(ua)) ? (`ie ie${parseFloat(navigator.appVersion.split("MSIE")[1])}`) : is('firefox/2') ? `${g} ff2` : is('firefox/3.5') ? `${g} ff3 ff3_5` : is('firefox/3') ? `${g} ff3` : is('gecko/') ? g : is('opera') ? o + (/version\/(\d+)/.test(ua) ? ` ${o}${RegExp.jQuery1}` : (/opera(\s|\/)(\d+)/.test(ua) ? ` ${o}${RegExp.jQuery2}` : '')) : is('konqueror') ? 'konqueror' : is('chrome') ? `${w} chrome` : is('iron') ? `${w} iron` : is('applewebkit/') ? `${w} ${s}${/version\/(\d+)/.test(ua) ? ` ${s}${RegExp.jQuery1}` : ''}` : is('mozilla/') ? g : '', is('j2me') ? 'mobile' : is('iphone') ? 'iphone' : is('ipod') ? 'ipod' : is('mac') ? 'mac' : is('darwin') ? 'mac' : is('webtv') ? 'webtv' : is('win') ? 'win' : is('freebsd') ? 'freebsd' : (is('x11') || is('linux')) ? 'linux' : '', 'js']; + + c = b.join(' '); + + if ($.browser.mobile) { + c += ' mobile'; + } + + if (hasTouch) { + c += ' touch'; + } + + h.className += ` ${c}`; + + // Edge Detect + const isEdge = /Edge/.test(navigator.userAgent); + + if(isEdge) { + $('html').removeClass('chrome').addClass('edge'); + } + + // Dark and Boxed Compatibility + if($('body').hasClass('dark')) { + $('html').addClass('dark'); + } + + if($('body').hasClass('boxed')) { + $('html').addClass('boxed'); + } + + } + + }); + + $.browserSelector(); + + /* + Browser Workarounds + */ + if (/iPad|iPhone|iPod/.test(navigator.platform)) { + + // iPad/Iphone/iPod Hover Workaround + $(document).ready($ => { + $('.thumb-info').attr('onclick', 'return true'); + }); + } + + /* + Lazy Load Bacground Images + */ + + // Check for IntersectionObserver support + if ('IntersectionObserver' in window) { + document.addEventListener("DOMContentLoaded", function() { + + function handleIntersection(entries) { + entries.map((entry) => { + if (entry.isIntersecting) { + // Item has crossed our observation + // threshold - load src from data-src + entry.target.style.backgroundImage = "url('" + entry.target.dataset.bgSrc + "')"; + // Job done for this item - no need to watch it! + observer.unobserve(entry.target); + } + }); + } + + const lazyLoadElements = document.querySelectorAll('.lazyload'); + const observer = new IntersectionObserver( + handleIntersection, { + rootMargin: "100px" + } + ); + lazyLoadElements.forEach(lazyLoadEl => observer.observe(lazyLoadEl)); + }); + } else { + // No interaction support? Load all background images automatically + const lazyLoadElements = document.querySelectorAll('.lazyload'); + lazyLoadElements.forEach(lazyLoadEl => { + lazyLoadEl.style.backgroundImage = "url('" + lazyLoadEl.dataset.bgSrc + "')"; + }); + } + + /* + Tabs + */ + if( $('a[data-bs-toggle="tab"]').length ) { + $('a[data-bs-toggle="tab"]').on('shown.bs.tab', function({target}) { + const $tabPane = $($(target).attr('href')); + + // Carousel Refresh + if($tabPane.length) { + $tabPane.find('.owl-carousel').trigger('refresh.owl.carousel'); + } + + // Change Active Class + $(this).parents('.nav-tabs').find('.active').removeClass('active'); + $(this).addClass('active').parent().addClass('active'); + }); + + if( window.location.hash ) { + $(window).on('load', () => { + if( window.location.hash !== '*' && $( window.location.hash ).get(0) ) { + new bootstrap.Tab( $('a.nav-link[href="'+ window.location.hash +'"]:not([data-hash])')[0] ).show(); + } + }); + } + } + + /* + On Load Scroll + */ + if( !$('html').hasClass('disable-onload-scroll') && window.location.hash && !['#*'].includes( window.location.hash ) ) { + + window.scrollTo(0, 0); + + $(window).on('load', () => { + setTimeout(() => { + const target = window.location.hash; + let offset = ( $(window).width() < 768 ) ? 180 : 90; + + if (!$(target).length) { + return; + } + + if ( $("a[href$='" + window.location.hash + "']").is('[data-hash-offset]') ) { + offset = parseInt( $("a[href$='" + window.location.hash + "']").first().attr('data-hash-offset') ); + } else if ( $("html").is('[data-hash-offset]') ) { + offset = parseInt( $("html").attr('data-hash-offset') ); + } + + if (isNaN(offset)) { + offset = 0; + } + + $('body').addClass('scrolling'); + + $('html, body').animate({ + scrollTop: $(target).offset().top - offset + }, 600, 'easeOutQuad', () => { + $('body').removeClass('scrolling'); + }); + }, 1); + }); + } + + /* + * Text Rotator + */ + $.fn.extend({ + textRotator(options) { + + const defaults = { + fadeSpeed: 500, + pauseSpeed: 100, + child: null + }; + + var options = $.extend(defaults, options); + + return this.each(function() { + const o = options; + const obj = $(this); + const items = $(obj.children(), obj); + items.each(function() { + $(this).hide(); + }) + if (!o.child) { + var next = $(obj).children(':first'); + } else { + var next = o.child; + } + $(next).fadeIn(o.fadeSpeed, () => { + $(next).delay(o.pauseSpeed).fadeOut(o.fadeSpeed, function() { + let next = $(this).next(); + if (next.length == 0) { + next = $(obj).children(':first'); + } + $(obj).textRotator({ + child: next, + fadeSpeed: o.fadeSpeed, + pauseSpeed: o.pauseSpeed + }); + }) + }); + }); + } + }); + + /* + * Notice Top bar + */ + const $noticeTopBar = { + $wrapper: $('.notice-top-bar'), + $closeBtn: $('.notice-top-bar-close'), + $header: $('#header'), + $body: $('.body'), + init() { + const self = this; + + if( !$.cookie('portoNoticeTopBarClose') ) { + self + .build() + .events(); + } else { + self.$wrapper.parent().prepend( '' ); + self.$wrapper.remove(); + } + + return this; + }, + build() { + const self = this; + + $(window).on('load', () => { + setTimeout(() => { + self.$body.css({ + 'margin-top': self.$wrapper.outerHeight(), + 'transition': 'ease margin 300ms' + }); + + $('#noticeTopBarContent').textRotator({ + fadeSpeed: 500, + pauseSpeed: 5000 + }); + + if( ['absolute', 'fixed'].includes( self.$header.css('position') ) ) { + self.$header.css({ + 'top': self.$wrapper.outerHeight(), + 'transition': 'ease top 300ms' + }); + } + + $(window).trigger('notice.top.bar.opened'); + + }, 1000); + }); + + return this; + }, + events() { + const self = this; + + self.$closeBtn.on('click', e => { + e.preventDefault(); + + self.$body.animate({ + 'margin-top': 0, + }, 300, () => { + self.$wrapper.remove(); + self.saveCookie(); + }); + + if( ['absolute', 'fixed'].includes( self.$header.css('position') ) ) { + self.$header.animate({ + top: 0 + }, 300); + } + + // When header has shrink effect + if( self.$header.hasClass('header-effect-shrink') ) { + self.$header.find('.header-body').animate({ + top: 0 + }, 300); + } + + $(window).trigger('notice.top.bar.closed'); + }); + + return this; + }, + checkCookie() { + const self = this; + + if( $.cookie('portoNoticeTopBarClose') ) { + return true; + } else { + return false; + } + + return this; + }, + saveCookie() { + const self = this; + + $.cookie('portoNoticeTopBarClose', true); + + return this; + } + }; + + if( $('.notice-top-bar').length ) { + $noticeTopBar.init(); + } + + /* + * Image Hotspots + */ + if( $('.image-hotspot').length ) { + $('.image-hotspot') + .append('') + .append(''); + } + + /* + * Reading Progress + */ + if( $('.progress-reading').length ) { + + function updateScrollProgress() { + const pixels = $(document).scrollTop(); + pageHeight = $(document).height() - $(window).height() + progress = 100 * pixels / pageHeight; + + $('.progress-reading .progress-bar').width(parseInt(progress) + "%"); + } + + $(document).on('scroll ready', () => { + updateScrollProgress(); + }); + + $(document).ready(() => { + $(window).afterResize(() => { + updateScrollProgress(); + }); + }); + + } + + /* + * Page Transition + */ + if( $('body[data-plugin-page-transition]').length ) { + + let link_click = false; + + $(document).on('click', 'a', function(e){ + link_click = $(this); + }); + + $(window).on("beforeunload", e => { + if( typeof link_click === 'object' ) { + const href = link_click.attr('href'); + + if( href.indexOf('mailto:') != 0 && href.indexOf('tel:') != 0 && !link_click.data('rm-from-transition') ) { + $('body').addClass('page-transition-active'); + } + } + }); + + $(window).on("pageshow", ({persisted, originalEvent}) => { + if( persisted || originalEvent.persisted) { + if( $('html').hasClass('safari') ) { + window.location.reload(); + } + + $('body').removeClass('page-transition-active'); + } + }); + } + + /* + * Clone Element + */ + if( $('[data-clone-element]').length ) { + + $('[data-clone-element]').each(function() { + + const $el = $(this), content = $el.html(), qty = $el.attr('data-clone-element'); + + for (let i = 0; i < qty; i++) { + $el.html($el.html() + content); + } + + }); + + } + + if( $('[data-clone-element-to]').length ) { + + $('[data-clone-element-to]').each(function() { + + const $el = $(this); + const content = $el.html(); + const $to = $($el.attr('data-clone-element-to')); + + $to.html($to.html() + content); + + }); + + } + + /* + * Thumb Info Floating Caption + */ + $('.thumb-info-floating-caption').each(function() { + + $(this) + .addClass('thumb-info-floating-element-wrapper') + .append( ''+ $(this).data('title') +'' ); + + if( $(this).data('type') ) { + $('.thumb-info-floating-caption-title', $(this)) + .append( '
'+ $(this).data('type') +'
' ) + .css({ + 'padding-bottom' : 22 + }); + } + + if( $(this).hasClass('thumb-info-floating-caption-clean') ) { + $('.thumb-info-floating-element', $(this)).addClass('bg-transparent'); + } + + }); + + /* + * Thumb Info Floating Element + */ + if( $('.thumb-info-floating-element-wrapper').length ) { + + if (typeof gsap !== 'undefined') { + + $('.thumb-info-floating-element-wrapper').on('mouseenter', function({clientX, clientY}) { + + if(!$(this).data('offset')) { + $(this).data('offset', 0); + } + + const offset = parseInt($(this).data('offset')); + + $('.thumb-info-floating-element-clone').remove(); + + $('.thumb-info-floating-element', $(this)).clone().addClass('thumb-info-floating-element-clone p-fixed p-events-none').attr('style', 'transform: scale(0.1);').removeClass('d-none').appendTo('body'); + + $('.thumb-info-floating-element-clone').css({ + left: clientX + (offset), + top: clientY + (offset) + }).fadeIn(300); + + gsap.to('.thumb-info-floating-element-clone', 0.5, { + css: { + scaleX: 1, + scaleY: 1 + } + }); + + $(document).off('mousemove').on('mousemove', ({clientX, clientY}) => { + + gsap.to('.thumb-info-floating-element-clone', 0.5, { + css: { + left: clientX + (offset), + top: clientY + (offset) + } + }); + + }); + + }).on('mouseout', () => { + + gsap.to('.thumb-info-floating-element-clone', 0.5, { + css: { + scaleX: 0.5, + scaleY: 0.5, + opacity: 0 + } + }); + + }); + + } else { + theme.fn.showErrorMessage('Failed to Load File', 'Failed to load: GSAP - Include the following file(s): (vendor/gsap/gsap.min.js)'); + } + + } + + /* + * Thumb Info Direction Aware + */ + $(window).on('load', () => { + $('.thumb-info-wrapper-direction-aware').each( function() { + $(this).hoverdir({ + speed : 300, + easing : 'ease', + hoverDelay : 0, + inverse : false, + hoverElem: '.thumb-info-wrapper-overlay' + }); + }); + }); + + /* + * Thumb Info Container Full + */ + $('.thumb-info-container-full-img').each(function() { + + const $container = $(this); + + $('[data-full-width-img-src]', $container).each(function() { + const uniqueId = 'img' + Math.floor(Math.random() * 10000); + $(this).attr('data-rel', uniqueId); + + $container.append('
'); + }); + + $('.thumb-info', $container).on('mouseenter', function(e){ + $('.thumb-info-container-full-img-large').removeClass('active'); + $('#' + $(this).attr('data-rel')).addClass('active'); + }); + + }); + + /* + * Toggle Text Click + */ + $('[data-toggle-text-click]').on('click', function () { + $(this).text(function(i, text){ + return text === $(this).attr('data-toggle-text-click') ? $(this).attr('data-toggle-text-click-alt') : $(this).attr('data-toggle-text-click'); + }); + }); + + /* + * Toggle Class + */ + $('[data-toggle-class]').on('click', function (e) { + e.preventDefault(); + + $(this).toggleClass( $(this).data('toggle-class') ); + }); + + /* + * Shape Divider Aspect Ratio + */ + if( $('.shape-divider').length ) { + aspectRatioSVG(); + $(window).on('resize', () => { + aspectRatioSVG(); + }); + } + + /* + * Shape Divider Animated + */ + if( $('.shape-divider-horizontal-animation').length ) { + theme.fn.intObs('.shape-divider-horizontal-animation', function(){ + for( let i = 0; i <= 1; i++ ) { + const svgClone = $(this).find('svg:nth-child(1)').clone(); + + $(this).append( svgClone ) + } + + $(this).addClass('start'); + }, {}); + } + + /* + * Shape Divider - SVG Aspect Ratio + */ + function aspectRatioSVG() { + if( $(window).width() < 1950 ) { + $('.shape-divider svg[preserveAspectRatio]').each(function(){ + if( !$(this).parent().hasClass('shape-divider-horizontal-animation') ) { + $(this).attr('preserveAspectRatio', 'xMinYMin'); + } else { + $(this).attr('preserveAspectRatio', 'none'); + } + }); + } else { + $('.shape-divider svg[preserveAspectRatio]').each(function(){ + $(this).attr('preserveAspectRatio', 'none'); + }); + } + } + + /* + * Content Switcher + */ + $('[data-content-switcher]').on('change', function(e, v) { + const switcherRel = ($(this).is(':checked') ? '1' : '2' ), switcherId = $(this).attr('data-content-switcher-content-id'); + + $('[data-content-switcher-id=' + switcherId + ']').addClass('initialized').removeClass('active'); + + const $activeEl = $('[data-content-switcher-id=' + switcherId + '][data-content-switcher-rel=' + switcherRel + ']'); + + $activeEl.addClass('active'); + + $activeEl.parent().css('height', $activeEl.height()); + }); + + $('[data-content-switcher]').trigger('change'); + + /* + * Dynamic Height + */ + var $window = $(window); + $window.on('resize dynamic.height.resize', () => { + $('[data-dynamic-height]').each(function(){ + const $this = $(this), values = JSON.parse($this.data('dynamic-height').replace(/'/g,'"').replace(';','')); + + // XS + if( $window.width() < 576 ) { + $this.height( values[4] ); + } + + // SM + if( $window.width() > 575 && $window.width() < 768 ) { + $this.height( values[3] ); + } + + // MD + if( $window.width() > 767 && $window.width() < 992 ) { + $this.height( values[2] ); + } + + // LG + if( $window.width() > 991 && $window.width() < 1200 ) { + $this.height( values[1] ); + } + + // XS + if( $window.width() > 1199 ) { + $this.height( values[0] ); + } + }); + }); + + // Mobile First Load + if( $window.width() < 992 ) { + $window.trigger('dynamic.height.resize'); + } + + /* + * Video - Trigger Play + */ + if( $('[data-trigger-play-video]').length ) { + theme.fn.execOnceTroughEvent( '[data-trigger-play-video]', 'mouseover.trigger.play.video', function(){ + const $video = $( $(this).data('trigger-play-video') ); + + $(this).on('click', function(e){ + e.preventDefault(); + + if( $(this).data('trigger-play-video-remove') == 'yes' ) { + $(this).animate({ + opacity: 0 + }, 300, function(){ + $video[0].play(); + + $(this).remove(); + }); + } else { + setTimeout(() => { + $video[0].play(); + },300); + } + }); + }); + } + + /* + * Video - Auto Play + */ + if( $('video[data-auto-play]').length ) { + $(window).on('load', () => { + $('video[data-auto-play]').each(function(){ + const $video = $(this); + + setTimeout(() => { + if( $( '#' + $video.attr('id') ).length ) { + if( $( '[data-trigger-play-video="#' + $video.attr('id') + '"]' ).data('trigger-play-video-remove') == 'yes' ) { + $( '[data-trigger-play-video="#' + $video.attr('id') + '"]' ).animate({ + opacity: 0 + }, 300, () => { + $video[0].play(); + + $( '[data-trigger-play-video="#' + $video.attr('id') + '"]' ).remove(); + }); + } else { + setTimeout(() => { + $video[0].play(); + },300); + } + } + }, 100); + + }); + }); + } + + /* + * Remove min height after the load of page + */ + if( $('[data-remove-min-height]').length ) { + $(window).on('load', () => { + $('[data-remove-min-height]').each(function(){ + $(this).css({ + 'min-height': 0 + }); + }); + }); + } + + /* + * Title Border + */ + if($('[data-title-border]').length) { + + const $pageHeaderTitleBorder = $(''), $pageHeaderTitle = $('[data-title-border]'), $window = $(window); + + $pageHeaderTitle.before($pageHeaderTitleBorder); + + const setPageHeaderTitleBorderWidth = () => { + $pageHeaderTitleBorder.width($pageHeaderTitle.width()); + }; + + $window.afterResize(() => { + setPageHeaderTitleBorderWidth(); + }); + + setPageHeaderTitleBorderWidth(); + + $pageHeaderTitleBorder.addClass('visible'); + } + + /* + * Footer Reveal + */ + ($ => { + const $footerReveal = { + $wrapper: $('.footer-reveal'), + init() { + const self = this; + + self.build(); + self.events(); + }, + build() { + const self = this, footer_height = self.$wrapper.outerHeight(true), window_height = ( $(window).height() - $('.header-body').height() ); + + if( footer_height > window_height ) { + $('#footer').removeClass('footer-reveal'); + $('body').css('margin-bottom', 0); + } else { + $('#footer').addClass('footer-reveal'); + $('body').css('margin-bottom', footer_height); + } + + }, + events() { + const self = this, $window = $(window); + + $window.on('load', () => { + $window.afterResize(() => { + self.build(); + }); + }); + } + }; + + if( $('.footer-reveal').length ) { + $footerReveal.init(); + } + })(jQuery); + + /* + * Re-Init Plugin + */ + if( $('[data-reinit-plugin]').length ) { + $('[data-reinit-plugin]').on('click', function(e) { + e.preventDefault(); + + const pluginInstance = $(this).data('reinit-plugin'), pluginFunction = $(this).data('reinit-plugin-function'), pluginElement = $(this).data('reinit-plugin-element'), pluginOptions = theme.fn.getOptions($(this).data('reinit-plugin-options')); + + $( pluginElement ).data( pluginInstance ).destroy(); + + setTimeout(() => { + theme.fn.execPluginFunction(pluginFunction, $( pluginElement ), pluginOptions); + }, 1000); + + }); + } + + /* + * Simple Copy To Clipboard + */ + if( $('[data-copy-to-clipboard]').length ) { + theme.fn.intObs( '[data-copy-to-clipboard]', function(){ + const $this = $(this); + + $this.wrap( '
' ); + + const $copyButton = $('COPY'); + $this.parent().prepend( $copyButton ); + + $copyButton.on('click', function(e){ + e.preventDefault(); + + const $btn = $(this), $temp = $('",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!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(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*\s*$/g,ib={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=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=jb(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=jb(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?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(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,n.cleanData(ob(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,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("'+ + '', + + srcAction: 'iframe_src', + + // we don't care and support only one default type of URL by default + patterns: { + youtube: { + index: 'youtube.com', + id: 'v=', + src: '//www.youtube.com/embed/%id%?autoplay=1' + }, + vimeo: { + index: 'vimeo.com/', + id: '/', + src: '//player.vimeo.com/video/%id%?autoplay=1' + }, + gmaps: { + index: '//maps.google.', + src: '%id%&output=embed' + } + } + }, + + proto: { + initIframe: function() { + mfp.types.push(IFRAME_NS); + + _mfpOn('BeforeChange', function(e, prevType, newType) { + if(prevType !== newType) { + if(prevType === IFRAME_NS) { + _fixIframeBugs(); // iframe if removed + } else if(newType === IFRAME_NS) { + _fixIframeBugs(true); // iframe is showing + } + }// else { + // iframe source is switched, don't do anything + //} + }); + + _mfpOn(CLOSE_EVENT + '.' + IFRAME_NS, function() { + _fixIframeBugs(); + }); + }, + + getIframe: function(item, template) { + var embedSrc = item.src; + var iframeSt = mfp.st.iframe; + + $.each(iframeSt.patterns, function() { + if(embedSrc.indexOf( this.index ) > -1) { + if(this.id) { + if(typeof this.id === 'string') { + embedSrc = embedSrc.substr(embedSrc.lastIndexOf(this.id)+this.id.length, embedSrc.length); + } else { + embedSrc = this.id.call( this, embedSrc ); + } + } + embedSrc = this.src.replace('%id%', embedSrc ); + return false; // break; + } + }); + + var dataObj = {}; + if(iframeSt.srcAction) { + dataObj[iframeSt.srcAction] = embedSrc; + } + + mfp._parseMarkup(template, dataObj, item); + + mfp.updateStatus('ready'); + + return template; + } + } +}); + + + +/*>>iframe*/ + +/*>>gallery*/ +/** + * Get looped index depending on number of slides + */ +var _getLoopedId = function(index) { + var numSlides = mfp.items.length; + if(index > numSlides - 1) { + return index - numSlides; + } else if(index < 0) { + return numSlides + index; + } + return index; + }, + _replaceCurrTotal = function(text, curr, total) { + return text.replace(/%curr%/gi, curr + 1).replace(/%total%/gi, total); + }; + +$.magnificPopup.registerModule('gallery', { + + options: { + enabled: false, + arrowMarkup: '', + preload: [0,2], + navigateByImgClick: true, + arrows: true, + + tPrev: 'Previous (Left arrow key)', + tNext: 'Next (Right arrow key)', + tCounter: '%curr% of %total%', + + langDir: null, + loop: true, + }, + + proto: { + initGallery: function() { + + var gSt = mfp.st.gallery, + ns = '.mfp-gallery'; + + mfp.direction = true; // true - next, false - prev + + if(!gSt || !gSt.enabled ) return false; + + if (!gSt.langDir) { + gSt.langDir = document.dir || 'ltr'; + } + + _wrapClasses += ' mfp-gallery'; + + _mfpOn(OPEN_EVENT+ns, function() { + + if(gSt.navigateByImgClick) { + mfp.wrap.on('click'+ns, '.mfp-img', function() { + if(mfp.items.length > 1) { + mfp.next(); + return false; + } + }); + } + + _document.on('keydown'+ns, function(e) { + if (e.keyCode === 37) { + if (gSt.langDir === 'rtl') mfp.next(); + else mfp.prev(); + } else if (e.keyCode === 39) { + if (gSt.langDir === 'rtl') mfp.prev(); + else mfp.next(); + } + }); + + mfp.updateGalleryButtons(); + + }); + + _mfpOn('UpdateStatus'+ns, function(/*e, data*/) { + mfp.updateGalleryButtons(); + }); + + _mfpOn('UpdateStatus'+ns, function(e, data) { + if(data.text) { + data.text = _replaceCurrTotal(data.text, mfp.currItem.index, mfp.items.length); + } + }); + + _mfpOn(MARKUP_PARSE_EVENT+ns, function(e, element, values, item) { + var l = mfp.items.length; + values.counter = l > 1 ? _replaceCurrTotal(gSt.tCounter, item.index, l) : ''; + }); + + _mfpOn('BuildControls' + ns, function() { + if(mfp.items.length > 1 && gSt.arrows && !mfp.arrowLeft) { + + var arrowLeftDesc, arrowRightDesc, arrowLeftAction, arrowRightAction; + + if (gSt.langDir === 'rtl') { + arrowLeftDesc = gSt.tNext; + arrowRightDesc = gSt.tPrev; + arrowLeftAction = 'next'; + arrowRightAction = 'prev'; + } else { + arrowLeftDesc = gSt.tPrev; + arrowRightDesc = gSt.tNext; + arrowLeftAction = 'prev'; + arrowRightAction = 'next'; + } + + var markup = gSt.arrowMarkup, + arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, arrowLeftDesc).replace(/%action%/gi, arrowLeftAction).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS), + arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, arrowRightDesc).replace(/%action%/gi, arrowRightAction).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS); + + if (gSt.langDir === 'rtl') { + mfp.arrowNext = arrowLeft; + mfp.arrowPrev = arrowRight; + } else { + mfp.arrowNext = arrowRight; + mfp.arrowPrev = arrowLeft; + } + + arrowLeft.on('click', function() { + if (gSt.langDir === 'rtl') mfp.next(); + else mfp.prev(); + }); + arrowRight.on('click', function() { + if (gSt.langDir === 'rtl') mfp.prev(); + else mfp.next(); + }); + + mfp.container.append(arrowLeft.add(arrowRight)); + + } + }); + + _mfpOn(CHANGE_EVENT+ns, function() { + if(mfp._preloadTimeout) clearTimeout(mfp._preloadTimeout); + + mfp._preloadTimeout = setTimeout(function() { + mfp.preloadNearbyImages(); + mfp._preloadTimeout = null; + }, 16); + }); + + + _mfpOn(CLOSE_EVENT+ns, function() { + _document.off(ns); + mfp.wrap.off('click'+ns); + mfp.arrowRight = mfp.arrowLeft = null; + }); + + }, + next: function() { + var newIndex = _getLoopedId(mfp.index + 1); + if (!mfp.st.gallery.loop && newIndex === 0 ) return false; + mfp.direction = true; + mfp.index = newIndex; + mfp.updateItemHTML(); + }, + prev: function() { + var newIndex = mfp.index - 1; + if (!mfp.st.gallery.loop && newIndex < 0) return false; + mfp.direction = false; + mfp.index = _getLoopedId(newIndex); + mfp.updateItemHTML(); + }, + goTo: function(newIndex) { + mfp.direction = (newIndex >= mfp.index); + mfp.index = newIndex; + mfp.updateItemHTML(); + }, + preloadNearbyImages: function() { + var p = mfp.st.gallery.preload, + preloadBefore = Math.min(p[0], mfp.items.length), + preloadAfter = Math.min(p[1], mfp.items.length), + i; + + for(i = 1; i <= (mfp.direction ? preloadAfter : preloadBefore); i++) { + mfp._preloadItem(mfp.index+i); + } + for(i = 1; i <= (mfp.direction ? preloadBefore : preloadAfter); i++) { + mfp._preloadItem(mfp.index-i); + } + }, + _preloadItem: function(index) { + index = _getLoopedId(index); + + if(mfp.items[index].preloaded) { + return; + } + + var item = mfp.items[index]; + if(!item.parsed) { + item = mfp.parseEl( index ); + } + + _mfpTrigger('LazyLoad', item); + + if(item.type === 'image') { + item.img = $('').on('load.mfploader', function() { + item.hasSize = true; + }).on('error.mfploader', function() { + item.hasSize = true; + item.loadError = true; + _mfpTrigger('LazyLoadError', item); + }).attr('src', item.src); + } + + + item.preloaded = true; + }, + + /** + * Show/hide the gallery prev/next buttons if we're at the start/end, if looping is turned off + * Added by Joloco for Veg + */ + updateGalleryButtons: function() { + + if ( !mfp.st.gallery.loop && typeof mfp.arrowPrev === 'object' && mfp.arrowPrev !== null) { + + if (mfp.index === 0) mfp.arrowPrev.hide(); + else mfp.arrowPrev.show(); + + if (mfp.index === (mfp.items.length - 1)) mfp.arrowNext.hide(); + else mfp.arrowNext.show(); + + } + + }, + + } + +}); + + +/*>>gallery*/ + +/*>>retina*/ + +var RETINA_NS = 'retina'; + +$.magnificPopup.registerModule(RETINA_NS, { + options: { + replaceSrc: function(item) { + return item.src.replace(/\.\w+$/, function(m) { return '@2x' + m; }); + }, + ratio: 1 // Function or number. Set to 1 to disable. + }, + proto: { + initRetina: function() { + if(window.devicePixelRatio > 1) { + + var st = mfp.st.retina, + ratio = st.ratio; + + ratio = !isNaN(ratio) ? ratio : ratio(); + + if(ratio > 1) { + _mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) { + item.img.css({ + 'max-width': item.img[0].naturalWidth / ratio, + 'width': '100%' + }); + }); + _mfpOn('ElementParse' + '.' + RETINA_NS, function(e, item) { + item.src = st.replaceSrc(item, ratio); + }); + } + } + + } + } +}); + +/*>>retina*/ + _checkInstance(); })); \ No newline at end of file diff --git a/resources/assets/vendor/magnific-popup/jquery.magnific-popup.min.js b/resources/assets/vendor/magnific-popup/jquery.magnific-popup.min.js new file mode 100644 index 0000000..01c4662 --- /dev/null +++ b/resources/assets/vendor/magnific-popup/jquery.magnific-popup.min.js @@ -0,0 +1 @@ +!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(window.jQuery||window.Zepto)}(function(c){function e(){}function d(e,t){m.ev.on(x+e+I,t)}function p(e,t,n,o){var i=document.createElement("div");return i.className="mfp-"+e,n&&(i.innerHTML=n),o?t&&t.appendChild(i):(i=c(i),t&&i.appendTo(t)),i}function u(e,t){m.ev.triggerHandler(x+e,t),m.st.callbacks&&(e=e.charAt(0).toLowerCase()+e.slice(1),m.st.callbacks[e])&&m.st.callbacks[e].apply(m,Array.isArray(t)?t:[t])}function f(e){return e===A&&m.currTemplate.closeBtn||(m.currTemplate.closeBtn=c(m.st.closeMarkup.replace("%title%",m.st.tClose)),A=e),m.currTemplate.closeBtn}function r(){c.magnificPopup.instance||((m=new e).init(),c.magnificPopup.instance=m)}function a(){y&&(v.after(y.addClass(l)).detach(),y=null)}function i(){n&&c(document.body).removeClass(n)}function t(){i(),m.req&&m.req.abort()}var m,o,g,s,h,A,l,v,y,n,w="Close",F="BeforeClose",C="MarkupParse",b="Open",j="Change",x="mfp",I="."+x,T="mfp-ready",N="mfp-removing",k="mfp-prevent-close",P=!!window.jQuery,_=c(window),S=(c.magnificPopup={instance:null,proto:e.prototype={constructor:e,init:function(){var e=navigator.appVersion;m.isLowIE=m.isIE8=document.all&&!document.addEventListener,m.isAndroid=/android/gi.test(e),m.isIOS=/iphone|ipad|ipod/gi.test(e),m.supportsTransition=function(){var e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in e)return!0;return!1}(),m.probablyMobile=m.isAndroid||m.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),g=c(document),m.popupsCache={}},open:function(e){if(!1===e.isObj){m.items=e.items.toArray(),m.index=0;for(var t,n=e.items,o=0;o(e||_.height())},_setFocus:function(){(m.st.focus?m.content.find(m.st.focus).eq(0):m.wrap).trigger("focus")},_onFocusIn:function(e){if(e.target!==m.wrap[0]&&!c.contains(m.wrap[0],e.target))return m._setFocus(),!1},_parseMarkup:function(i,e,t){var r;t.data&&(e=c.extend(t.data,e)),u(C,[i,e,t]),c.each(e,function(e,t){if(void 0===t||!1===t)return!0;var n,o;1<(r=e.split("_")).length?0<(n=i.find(I+"-"+r[0])).length&&("replaceWith"===(o=r[1])?n[0]!==t[0]&&n.replaceWith(t):"img"===o?n.is("img")?n.attr("src",t):n.replaceWith(c("").attr("src",t).attr("class",n.attr("class"))):n.attr(r[1],t)):m.st.allowHTMLInTemplate?i.find(I+"-"+e).html(t):i.find(I+"-"+e).text(t)})},_getScrollbarSize:function(){var e;return void 0===m.scrollbarSize&&((e=document.createElement("div")).style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(e),m.scrollbarSize=e.offsetWidth-e.clientWidth,document.body.removeChild(e)),m.scrollbarSize}},modules:[],open:function(e,t){return r(),(e=e?c.extend(!0,{},e):{}).isObj=!0,e.index=t||0,this.instance.open(e)},close:function(){return c.magnificPopup.instance&&c.magnificPopup.instance.close()},registerModule:function(e,t){t.options&&(c.magnificPopup.defaults[e]=t.options),c.extend(this.proto,t.proto),this.modules.push(e)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0,allowHTMLInStatusIndicator:!1,allowHTMLInTemplate:!1}},c.fn.magnificPopup=function(e){r();var t,n,o,i=c(this);return"string"==typeof e?"open"===e?(t=P?i.data("magnificPopup"):i[0].magnificPopup,n=parseInt(arguments[1],10)||0,o=t.items?t.items[n]:(o=i,(o=t.delegate?o.find(t.delegate):o).eq(n)),m._openClick({mfpEl:o},i,t)):m.isOpen&&m[e].apply(m,Array.prototype.slice.call(arguments,1)):(e=c.extend(!0,{},e),P?i.data("magnificPopup",e):i[0].magnificPopup=e,m.addGroup(i,e)),i},"inline"),E=(c.magnificPopup.registerModule(S,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){m.types.push(S),d(w+"."+S,function(){a()})},getInline:function(e,t){var n,o,i;return a(),e.src?(n=m.st.inline,(o=c(e.src)).length?((i=o[0].parentNode)&&i.tagName&&(v||(l=n.hiddenClass,v=p(l),l="mfp-"+l),y=o.after(v).detach().removeClass(l)),m.updateStatus("ready")):(m.updateStatus("error",n.tNotFound),o=c("
")),e.inlineElement=o):(m.updateStatus("ready"),m._parseMarkup(t,{},e),t)}}}),"ajax");c.magnificPopup.registerModule(E,{options:{settings:null,cursor:"mfp-ajax-cur",tError:"The content could not be loaded."},proto:{initAjax:function(){m.types.push(E),n=m.st.ajax.cursor,d(w+"."+E,t),d("BeforeChange."+E,t)},getAjax:function(o){n&&c(document.body).addClass(n),m.updateStatus("loading");var e=c.extend({url:o.src,success:function(e,t,n){e={data:e,xhr:n};u("ParseAjax",e),m.appendContent(c(e.data),E),o.finished=!0,i(),m._setFocus(),setTimeout(function(){m.wrap.addClass(T)},16),m.updateStatus("ready"),u("AjaxContentAdded")},error:function(){i(),o.finished=o.loadError=!0,m.updateStatus("error",m.st.ajax.tError.replace("%url%",o.src))}},m.st.ajax.settings);return m.req=c.ajax(e),""}}});var z;c.magnificPopup.registerModule("image",{options:{markup:'
',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:"The image could not be loaded."},proto:{initImage:function(){var e=m.st.image,t=".image";m.types.push("image"),d(b+t,function(){"image"===m.currItem.type&&e.cursor&&c(document.body).addClass(e.cursor)}),d(w+t,function(){e.cursor&&c(document.body).removeClass(e.cursor),_.off("resize"+I)}),d("Resize"+t,m.resizeImage),m.isLowIE&&d("AfterChange",m.resizeImage)},resizeImage:function(){var e,t=m.currItem;t&&t.img&&m.st.image.verticalFit&&(e=0,m.isLowIE&&(e=parseInt(t.img.css("padding-top"),10)+parseInt(t.img.css("padding-bottom"),10)),t.img.css("max-height",m.wH-e))},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,z&&clearInterval(z),e.isCheckingImgSize=!1,u("ImageHasSize",e),e.imgHidden)&&(m.content&&m.content.removeClass("mfp-loading"),e.imgHidden=!1)},findImageSize:function(t){function n(e){z&&clearInterval(z),z=setInterval(function(){0
',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){m.types.push(L),d("BeforeChange",function(e,t,n){t!==n&&(t===L?O():n===L&&O(!0))}),d(w+"."+L,function(){O()})},getIframe:function(e,t){var n=e.src,o=m.st.iframe,i=(c.each(o.patterns,function(){if(-1',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%",langDir:null,loop:!0},proto:{initGallery:function(){var r=m.st.gallery,e=".mfp-gallery";if(m.direction=!0,!r||!r.enabled)return!1;r.langDir||(r.langDir=document.dir||"ltr"),h+=" mfp-gallery",d(b+e,function(){r.navigateByImgClick&&m.wrap.on("click"+e,".mfp-img",function(){if(1=m.index,m.index=e,m.updateItemHTML()},preloadNearbyImages:function(){for(var e=m.st.gallery.preload,t=Math.min(e[0],m.items.length),n=Math.min(e[1],m.items.length),o=1;o<=(m.direction?n:t);o++)m._preloadItem(m.index+o);for(o=1;o<=(m.direction?t:n);o++)m._preloadItem(m.index-o)},_preloadItem:function(e){var t;e=M(e),m.items[e].preloaded||((t=m.items[e]).parsed||(t=m.parseEl(e)),u("LazyLoad",t),"image"===t.type&&(t.img=c('').on("load.mfploader",function(){t.hasSize=!0}).on("error.mfploader",function(){t.hasSize=!0,t.loadError=!0,u("LazyLoadError",t)}).attr("src",t.src)),t.preloaded=!0)},updateGalleryButtons:function(){m.st.gallery.loop||"object"!=typeof m.arrowPrev||null===m.arrowPrev||(0===m.index?m.arrowPrev.hide():m.arrowPrev.show(),m.index===m.items.length-1?m.arrowNext.hide():m.arrowNext.show())}}}),"retina");c.magnificPopup.registerModule(H,{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,function(e){return"@2x"+e})},ratio:1},proto:{initRetina:function(){var n,o;1 23; + }; + + /** + @class NanoScroll + @param element {HTMLElement|Node} the main element + @param options {Object} nanoScroller's options + @constructor + */ + NanoScroll = (function() { + function NanoScroll(el, options) { + this.el = el; + this.options = options; + BROWSER_SCROLLBAR_WIDTH || (BROWSER_SCROLLBAR_WIDTH = getBrowserScrollbarWidth()); + this.$el = $(this.el); + this.doc = $(this.options.documentContext || document); + this.win = $(this.options.windowContext || window); + this.body = this.doc.find('body'); + this.$content = this.$el.children("." + this.options.contentClass); + this.$content.attr('tabindex', this.options.tabIndex || 0); + this.content = this.$content[0]; + this.previousPosition = 0; + if (this.options.iOSNativeScrolling && (this.el.style.WebkitOverflowScrolling != null)) { + this.nativeScrolling(); + } else { + this.generate(); + } + this.createEvents(); + this.addEvents(); + this.reset(); + } + + + /** + Prevents the rest of the page being scrolled + when user scrolls the `.nano-content` element. + @method preventScrolling + @param event {Event} + @param direction {String} Scroll direction (up or down) + @private + */ + + NanoScroll.prototype.preventScrolling = function(e, direction) { + if (!this.isActive) { + return; + } + if (e.type === DOMSCROLL) { + if (direction === DOWN && e.originalEvent.detail > 0 || direction === UP && e.originalEvent.detail < 0) { + e.preventDefault(); + } + } else if (e.type === MOUSEWHEEL) { + if (!e.originalEvent || !e.originalEvent.wheelDelta) { + return; + } + if (direction === DOWN && e.originalEvent.wheelDelta < 0 || direction === UP && e.originalEvent.wheelDelta > 0) { + e.preventDefault(); + } + } + }; + + + /** + Enable iOS native scrolling + @method nativeScrolling + @private + */ + + NanoScroll.prototype.nativeScrolling = function() { + this.$content.css({ + WebkitOverflowScrolling: 'touch' + }); + this.iOSNativeScrolling = true; + this.isActive = true; + }; + + + /** + Updates those nanoScroller properties that + are related to current scrollbar position. + @method updateScrollValues + @private + */ + + NanoScroll.prototype.updateScrollValues = function() { + var content, direction; + content = this.content; + this.maxScrollTop = content.scrollHeight - content.clientHeight; + this.prevScrollTop = this.contentScrollTop || 0; + this.contentScrollTop = content.scrollTop; + direction = this.contentScrollTop > this.previousPosition ? "down" : this.contentScrollTop < this.previousPosition ? "up" : "same"; + this.previousPosition = this.contentScrollTop; + if (direction !== "same") { + this.$el.trigger('update', { + position: this.contentScrollTop, + maximum: this.maxScrollTop, + direction: direction + }); + } + if (!this.iOSNativeScrolling) { + this.maxSliderTop = this.paneHeight - this.sliderHeight; + this.sliderTop = this.maxScrollTop === 0 ? 0 : this.contentScrollTop * this.maxSliderTop / this.maxScrollTop; + } + }; + + + /** + Updates CSS styles for current scroll position. + Uses CSS 2d transfroms and `window.requestAnimationFrame` if available. + @method setOnScrollStyles + @private + */ + + NanoScroll.prototype.setOnScrollStyles = function() { + var cssValue; + if (hasTransform) { + cssValue = {}; + cssValue[transform] = "translate(0, " + this.sliderTop + "px)"; + } else { + cssValue = { + top: this.sliderTop + }; + } + if (rAF) { + if (cAF && this.scrollRAF) { + cAF(this.scrollRAF); + } + this.scrollRAF = rAF((function(_this) { + return function() { + _this.scrollRAF = null; + return _this.slider.css(cssValue); + }; + })(this)); + } else { + this.slider.css(cssValue); + } + }; + + + /** + Creates event related methods + @method createEvents + @private + */ + + NanoScroll.prototype.createEvents = function() { + this.events = { + down: (function(_this) { + return function(e) { + _this.isBeingDragged = true; + _this.offsetY = e.pageY - _this.slider.offset().top; + if (!_this.slider.is(e.target)) { + _this.offsetY = 0; + } + _this.pane.addClass('active'); + _this.doc.bind(MOUSEMOVE, _this.events[DRAG]).bind(MOUSEUP, _this.events[UP]); + _this.body.bind(MOUSEENTER, _this.events[ENTER]); + return false; + }; + })(this), + drag: (function(_this) { + return function(e) { + _this.sliderY = e.pageY - _this.$el.offset().top - _this.paneTop - (_this.offsetY || _this.sliderHeight * 0.5); + _this.scroll(); + if (_this.contentScrollTop >= _this.maxScrollTop && _this.prevScrollTop !== _this.maxScrollTop) { + _this.$el.trigger('scrollend'); + } else if (_this.contentScrollTop === 0 && _this.prevScrollTop !== 0) { + _this.$el.trigger('scrolltop'); + } + return false; + }; + })(this), + up: (function(_this) { + return function(e) { + _this.isBeingDragged = false; + _this.pane.removeClass('active'); + _this.doc.unbind(MOUSEMOVE, _this.events[DRAG]).unbind(MOUSEUP, _this.events[UP]); + _this.body.unbind(MOUSEENTER, _this.events[ENTER]); + return false; + }; + })(this), + resize: (function(_this) { + return function(e) { + _this.reset(); + }; + })(this), + panedown: (function(_this) { + return function(e) { + _this.sliderY = (e.offsetY || e.originalEvent.layerY) - (_this.sliderHeight * 0.5); + _this.scroll(); + _this.events.down(e); + return false; + }; + })(this), + scroll: (function(_this) { + return function(e) { + _this.updateScrollValues(); + if (_this.isBeingDragged) { + return; + } + if (!_this.iOSNativeScrolling) { + _this.sliderY = _this.sliderTop; + _this.setOnScrollStyles(); + } + if (e == null) { + return; + } + if (_this.contentScrollTop >= _this.maxScrollTop) { + if (_this.options.preventPageScrolling) { + _this.preventScrolling(e, DOWN); + } + if (_this.prevScrollTop !== _this.maxScrollTop) { + _this.$el.trigger('scrollend'); + } + } else if (_this.contentScrollTop === 0) { + if (_this.options.preventPageScrolling) { + _this.preventScrolling(e, UP); + } + if (_this.prevScrollTop !== 0) { + _this.$el.trigger('scrolltop'); + } + } + }; + })(this), + wheel: (function(_this) { + return function(e) { + var delta; + if (e == null) { + return; + } + delta = e.delta || e.wheelDelta || (e.originalEvent && e.originalEvent.wheelDelta) || -e.detail || (e.originalEvent && -e.originalEvent.detail); + if (delta) { + _this.sliderY += -delta / 3; + } + _this.scroll(); + return false; + }; + })(this), + enter: (function(_this) { + return function(e) { + var _ref; + if (!_this.isBeingDragged) { + return; + } + if ((e.buttons || e.which) !== 1) { + return (_ref = _this.events)[UP].apply(_ref, arguments); + } + }; + })(this) + }; + }; + + + /** + Adds event listeners with jQuery. + @method addEvents + @private + */ + + NanoScroll.prototype.addEvents = function() { + var events; + this.removeEvents(); + events = this.events; + if (!this.options.disableResize) { + this.win.bind(RESIZE, events[RESIZE]); + } + if (!this.iOSNativeScrolling) { + this.slider.bind(MOUSEDOWN, events[DOWN]); + this.pane.bind(MOUSEDOWN, events[PANEDOWN]).bind("" + MOUSEWHEEL + " " + DOMSCROLL, events[WHEEL]); + } + this.$content.bind("" + SCROLL + " " + MOUSEWHEEL + " " + DOMSCROLL + " " + TOUCHMOVE, events[SCROLL]); + }; + + + /** + Removes event listeners with jQuery. + @method removeEvents + @private + */ + + NanoScroll.prototype.removeEvents = function() { + var events; + events = this.events; + this.win.unbind(RESIZE, events[RESIZE]); + if (!this.iOSNativeScrolling) { + this.slider.unbind(); + this.pane.unbind(); + } + this.$content.unbind("" + SCROLL + " " + MOUSEWHEEL + " " + DOMSCROLL + " " + TOUCHMOVE, events[SCROLL]); + }; + + + /** + Generates nanoScroller's scrollbar and elements for it. + @method generate + @chainable + @private + */ + + NanoScroll.prototype.generate = function() { + var contentClass, cssRule, currentPadding, options, pane, paneClass, sliderClass; + options = this.options; + paneClass = options.paneClass, sliderClass = options.sliderClass, contentClass = options.contentClass; + if (!(pane = this.$el.children("." + paneClass)).length && !pane.children("." + sliderClass).length) { + this.$el.append("
"); + } + this.pane = this.$el.children("." + paneClass); + this.slider = this.pane.find("." + sliderClass); + if (BROWSER_SCROLLBAR_WIDTH === 0 && isFFWithBuggyScrollbar()) { + currentPadding = window.getComputedStyle(this.content, null).getPropertyValue('padding-right').replace(/[^0-9.]+/g, ''); + cssRule = { + right: -14, + paddingRight: +currentPadding + 14 + }; + } else if (BROWSER_SCROLLBAR_WIDTH) { + cssRule = { + right: -BROWSER_SCROLLBAR_WIDTH + }; + this.$el.addClass('has-scrollbar'); + } + if (cssRule != null) { + this.$content.css(cssRule); + } + return this; + }; + + + /** + @method restore + @private + */ + + NanoScroll.prototype.restore = function() { + this.stopped = false; + if (!this.iOSNativeScrolling) { + this.pane.show(); + } + this.addEvents(); + }; + + + /** + Resets nanoScroller's scrollbar. + @method reset + @chainable + @example + $(".nano").nanoScroller(); + */ + + NanoScroll.prototype.reset = function() { + var content, contentHeight, contentPosition, contentStyle, contentStyleOverflowY, paneBottom, paneHeight, paneOuterHeight, paneTop, parentMaxHeight, right, sliderHeight; + if (this.iOSNativeScrolling) { + this.contentHeight = this.content.scrollHeight; + return; + } + if (!this.$el.find("." + this.options.paneClass).length) { + this.generate().stop(); + } + if (this.stopped) { + this.restore(); + } + content = this.content; + contentStyle = content.style; + contentStyleOverflowY = contentStyle.overflowY; + if (BROWSER_IS_IE7) { + this.$content.css({ + height: this.$content.height() + }); + } + contentHeight = content.scrollHeight + BROWSER_SCROLLBAR_WIDTH; + parentMaxHeight = parseInt(this.$el.css("max-height"), 10); + if (parentMaxHeight > 0) { + this.$el.height(""); + this.$el.height(content.scrollHeight > parentMaxHeight ? parentMaxHeight : content.scrollHeight); + } + paneHeight = this.pane.outerHeight(false); + paneTop = parseInt(this.pane.css('top'), 10); + paneBottom = parseInt(this.pane.css('bottom'), 10); + paneOuterHeight = paneHeight + paneTop + paneBottom; + sliderHeight = Math.round(paneOuterHeight / contentHeight * paneHeight); + if (sliderHeight < this.options.sliderMinHeight) { + sliderHeight = this.options.sliderMinHeight; + } else if ((this.options.sliderMaxHeight != null) && sliderHeight > this.options.sliderMaxHeight) { + sliderHeight = this.options.sliderMaxHeight; + } + if (contentStyleOverflowY === SCROLL && contentStyle.overflowX !== SCROLL) { + sliderHeight += BROWSER_SCROLLBAR_WIDTH; + } + this.maxSliderTop = paneOuterHeight - sliderHeight; + this.contentHeight = contentHeight; + this.paneHeight = paneHeight; + this.paneOuterHeight = paneOuterHeight; + this.sliderHeight = sliderHeight; + this.paneTop = paneTop; + this.slider.height(sliderHeight); + this.events.scroll(); + this.pane.show(); + this.isActive = true; + if ((content.scrollHeight === content.clientHeight) || (this.pane.outerHeight(true) >= content.scrollHeight && contentStyleOverflowY !== SCROLL)) { + this.pane.hide(); + this.isActive = false; + } else if (this.el.clientHeight === content.scrollHeight && contentStyleOverflowY === SCROLL) { + this.slider.hide(); + } else { + this.slider.show(); + } + this.pane.css({ + opacity: (this.options.alwaysVisible ? 1 : ''), + visibility: (this.options.alwaysVisible ? 'visible' : '') + }); + contentPosition = this.$content.css('position'); + if (contentPosition === 'static' || contentPosition === 'relative') { + right = parseInt(this.$content.css('right'), 10); + if (right) { + this.$content.css({ + right: '', + marginRight: right + }); + } + } + return this; + }; + + + /** + @method scroll + @private + @example + $(".nano").nanoScroller({ scroll: 'top' }); + */ + + NanoScroll.prototype.scroll = function() { + if (!this.isActive) { + return; + } + this.sliderY = Math.max(0, this.sliderY); + this.sliderY = Math.min(this.maxSliderTop, this.sliderY); + this.$content.scrollTop(this.maxScrollTop * this.sliderY / this.maxSliderTop); + if (!this.iOSNativeScrolling) { + this.updateScrollValues(); + this.setOnScrollStyles(); + } + return this; + }; + + + /** + Scroll at the bottom with an offset value + @method scrollBottom + @param offsetY {Number} + @chainable + @example + $(".nano").nanoScroller({ scrollBottom: value }); + */ + + NanoScroll.prototype.scrollBottom = function(offsetY) { + if (!this.isActive) { + return; + } + this.$content.scrollTop(this.contentHeight - this.$content.height() - offsetY).trigger(MOUSEWHEEL); + this.stop().restore(); + return this; + }; + + + /** + Scroll at the top with an offset value + @method scrollTop + @param offsetY {Number} + @chainable + @example + $(".nano").nanoScroller({ scrollTop: value }); + */ + + NanoScroll.prototype.scrollTop = function(offsetY) { + if (!this.isActive) { + return; + } + this.$content.scrollTop(+offsetY).trigger(MOUSEWHEEL); + this.stop().restore(); + return this; + }; + + + /** + Scroll to an element + @method scrollTo + @param node {Node} A node to scroll to. + @chainable + @example + $(".nano").nanoScroller({ scrollTo: $('#a_node') }); + */ + + NanoScroll.prototype.scrollTo = function(node) { + if (!this.isActive) { + return; + } + this.scrollTop(this.$el.find(node).get(0).offsetTop); + return this; + }; + + + /** + To stop the operation. + This option will tell the plugin to disable all event bindings and hide the gadget scrollbar from the UI. + @method stop + @chainable + @example + $(".nano").nanoScroller({ stop: true }); + */ + + NanoScroll.prototype.stop = function() { + if (cAF && this.scrollRAF) { + cAF(this.scrollRAF); + this.scrollRAF = null; + } + this.stopped = true; + this.removeEvents(); + if (!this.iOSNativeScrolling) { + this.pane.hide(); + } + return this; + }; + + + /** + Destroys nanoScroller and restores browser's native scrollbar. + @method destroy + @chainable + @example + $(".nano").nanoScroller({ destroy: true }); + */ + + NanoScroll.prototype.destroy = function() { + if (!this.stopped) { + this.stop(); + } + if (!this.iOSNativeScrolling && this.pane.length) { + this.pane.remove(); + } + if (BROWSER_IS_IE7) { + this.$content.height(''); + } + this.$content.removeAttr('tabindex'); + if (this.$el.hasClass('has-scrollbar')) { + this.$el.removeClass('has-scrollbar'); + this.$content.css({ + right: '' + }); + } + return this; + }; + + + /** + To flash the scrollbar gadget for an amount of time defined in plugin settings (defaults to 1,5s). + Useful if you want to show the user (e.g. on pageload) that there is more content waiting for him. + @method flash + @chainable + @example + $(".nano").nanoScroller({ flash: true }); + */ + + NanoScroll.prototype.flash = function() { + if (this.iOSNativeScrolling) { + return; + } + if (!this.isActive) { + return; + } + this.reset(); + this.pane.addClass('flashed'); + setTimeout((function(_this) { + return function() { + _this.pane.removeClass('flashed'); + }; + })(this), this.options.flashDelay); + return this; + }; + + return NanoScroll; + + })(); + $.fn.nanoScroller = function(settings) { + return this.each(function() { + var options, scrollbar; + if (!(scrollbar = this.nanoscroller)) { + options = $.extend({}, defaults, settings); + this.nanoscroller = scrollbar = new NanoScroll(this, options); + } + if (settings && typeof settings === "object") { + $.extend(scrollbar.options, settings); + if (settings.scrollBottom != null) { + return scrollbar.scrollBottom(settings.scrollBottom); + } + if (settings.scrollTop != null) { + return scrollbar.scrollTop(settings.scrollTop); + } + if (settings.scrollTo) { + return scrollbar.scrollTo(settings.scrollTo); + } + if (settings.scroll === 'bottom') { + return scrollbar.scrollBottom(0); + } + if (settings.scroll === 'top') { + return scrollbar.scrollTop(0); + } + if (settings.scroll && settings.scroll instanceof $) { + return scrollbar.scrollTo(settings.scroll); + } + if (settings.stop) { + return scrollbar.stop(); + } + if (settings.destroy) { + return scrollbar.destroy(); + } + if (settings.flash) { + return scrollbar.flash(); + } + } + return scrollbar.reset(); + }); + }; + $.fn.nanoScroller.Constructor = NanoScroll; +}); + +//# sourceMappingURL=jquery.nanoscroller.js.map diff --git a/resources/assets/vendor/nanoscroller/jquery.nanoscroller.min.js b/resources/assets/vendor/nanoscroller/jquery.nanoscroller.min.js new file mode 100644 index 0000000..1c0d4ad --- /dev/null +++ b/resources/assets/vendor/nanoscroller/jquery.nanoscroller.min.js @@ -0,0 +1 @@ +(e=>{"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t,window,document)}):"object"==typeof exports?module.exports=e(require("jquery"),window,document):e(jQuery,window,document)})(function(s,o,i){var h,c,n,a,p,d,e,u,g,v,l,r,f,S,m,T,y,b,w,x,$,H,C,O,A;function t(t,e){this.el=t,this.options=e,c=c||w(),this.$el=s(this.el),this.doc=s(this.options.documentContext||i),this.win=s(this.options.windowContext||o),this.body=this.doc.find("body"),this.$content=this.$el.children("."+this.options.contentClass),this.$content.attr("tabindex",this.options.tabIndex||0),this.content=this.$content[0],this.previousPosition=0,this.options.iOSNativeScrolling&&null!=this.el.style.WebkitOverflowScrolling?this.nativeScrolling():this.generate(),this.createEvents(),this.addEvents(),this.reset()}b={paneClass:"nano-pane",sliderClass:"nano-slider",contentClass:"nano-content",iOSNativeScrolling:!1,preventPageScrolling:!1,disableResize:!1,alwaysVisible:!1,flashDelay:1500,sliderMinHeight:20,sliderMaxHeight:null,documentContext:null,windowContext:null},S="scroll",e="mousedown",u="mouseenter",g="mousemove",l="mousewheel",v="mouseup",f="resize",p="drag",d="enter",T="up",n="DOMMouseScroll",a="down",m="touchmove",h="Microsoft Internet Explorer"===o.navigator.appName&&/msie 7./i.test(o.navigator.appVersion)&&o.ActiveXObject,c=null,H=o.requestAnimationFrame,y=o.cancelAnimationFrame,O=i.createElement("div").style,A=(()=>{for(var t,e=["t","webkitT","MozT","msT","OT"],i=t=0,s=e.length;tthis.previousPosition?"down":this.contentScrollTop=r.maxScrollTop&&r.prevScrollTop!==r.maxScrollTop?r.$el.trigger("scrollend"):0===r.contentScrollTop&&0!==r.prevScrollTop&&r.$el.trigger("scrolltop"),!1},up:function(t){return l.isBeingDragged=!1,l.pane.removeClass("active"),l.doc.unbind(g,l.events[p]).unbind(v,l.events.up),l.body.unbind(u,l.events[d]),!1},resize:function(t){n.reset()},panedown:function(t){return o.sliderY=(t.offsetY||t.originalEvent.layerY)-.5*o.sliderHeight,o.scroll(),o.events.down(t),!1},scroll:function(t){s.updateScrollValues(),s.isBeingDragged||(s.iOSNativeScrolling||(s.sliderY=s.sliderTop,s.setOnScrollStyles()),null!=t&&(s.maxScrollTop<=s.contentScrollTop?(s.options.preventPageScrolling&&s.preventScrolling(t,a),s.prevScrollTop!==s.maxScrollTop&&s.$el.trigger("scrollend")):0===s.contentScrollTop&&(s.options.preventPageScrolling&&s.preventScrolling(t,T),0!==s.prevScrollTop)&&s.$el.trigger("scrolltop")))},wheel:function(t){if(null!=t)return(t=t.delta||t.wheelDelta||t.originalEvent&&t.originalEvent.wheelDelta||-t.detail||t.originalEvent&&-t.originalEvent.detail)&&(i.sliderY+=-t/3),i.scroll(),!1},enter:(e=i=s=o=n=l=r=h=this,function(t){return e.isBeingDragged&&1!==(t.buttons||t.which)?(t=e.events).up.apply(t,arguments):void 0})}},t.prototype.addEvents=function(){var t;this.removeEvents(),t=this.events,this.options.disableResize||this.win.bind(f,t[f]),this.iOSNativeScrolling||(this.slider.bind(e,t[a]),this.pane.bind(e,t.panedown).bind(l+" "+n,t.wheel)),this.$content.bind(S+" "+l+" "+n+" "+m,t[S])},t.prototype.removeEvents=function(){var t=this.events;this.win.unbind(f,t[f]),this.iOSNativeScrolling||(this.slider.unbind(),this.pane.unbind()),this.$content.unbind(S+" "+l+" "+n+" "+m,t[S])},t.prototype.generate=function(){var t,e,i=this.options,s=i.paneClass,i=i.sliderClass;return(e=this.$el.children("."+s)).length||e.children("."+i).length||this.$el.append('
'),this.pane=this.$el.children("."+s),this.slider=this.pane.find("."+i),0===c&&$()?t={right:-14,paddingRight:+o.getComputedStyle(this.content,null).getPropertyValue("padding-right").replace(/[^0-9.]+/g,"")+14}:c&&(t={right:-c},this.$el.addClass("has-scrollbar")),null!=t&&this.$content.css(t),this},t.prototype.restore=function(){this.stopped=!1,this.iOSNativeScrolling||this.pane.show(),this.addEvents()},t.prototype.reset=function(){var t,e,i,s,o,n,l,r;if(!this.iOSNativeScrolling)return this.$el.find("."+this.options.paneClass).length||this.generate().stop(),this.stopped&&this.restore(),i=(e=(t=this.content).style).overflowY,h&&this.$content.css({height:this.$content.height()}),l=t.scrollHeight+c,0<(n=parseInt(this.$el.css("max-height"),10))&&(this.$el.height(""),this.$el.height(t.scrollHeight>n?n:t.scrollHeight)),s=(n=this.pane.outerHeight(!1))+(o=parseInt(this.pane.css("top"),10))+parseInt(this.pane.css("bottom"),10),(r=Math.round(s/l*n))this.options.sliderMaxHeight&&(r=this.options.sliderMaxHeight),i===S&&e.overflowX!==S&&(r+=c),this.maxSliderTop=s-r,this.contentHeight=l,this.paneHeight=n,this.paneOuterHeight=s,this.sliderHeight=r,this.paneTop=o,this.slider.height(r),this.events.scroll(),this.pane.show(),this.isActive=!0,t.scrollHeight===t.clientHeight||this.pane.outerHeight(!0)>=t.scrollHeight&&i!==S?(this.pane.hide(),this.isActive=!1):this.el.clientHeight===t.scrollHeight&&i===S?this.slider.hide():this.slider.show(),this.pane.css({opacity:this.options.alwaysVisible?1:"",visibility:this.options.alwaysVisible?"visible":""}),"static"!==(e=this.$content.css("position"))&&"relative"!==e||(l=parseInt(this.$content.css("right"),10))&&this.$content.css({right:"",marginRight:l}),this;this.contentHeight=this.content.scrollHeight},t.prototype.scroll=function(){if(this.isActive)return this.sliderY=Math.max(0,this.sliderY),this.sliderY=Math.min(this.maxSliderTop,this.sliderY),this.$content.scrollTop(this.maxScrollTop*this.sliderY/this.maxSliderTop),this.iOSNativeScrolling||(this.updateScrollValues(),this.setOnScrollStyles()),this},t.prototype.scrollBottom=function(t){if(this.isActive)return this.$content.scrollTop(this.contentHeight-this.$content.height()-t).trigger(l),this.stop().restore(),this},t.prototype.scrollTop=function(t){if(this.isActive)return this.$content.scrollTop(+t).trigger(l),this.stop().restore(),this},t.prototype.scrollTo=function(t){if(this.isActive)return this.scrollTop(this.$el.find(t).get(0).offsetTop),this},t.prototype.stop=function(){return y&&this.scrollRAF&&(y(this.scrollRAF),this.scrollRAF=null),this.stopped=!0,this.removeEvents(),this.iOSNativeScrolling||this.pane.hide(),this},t.prototype.destroy=function(){return this.stopped||this.stop(),!this.iOSNativeScrolling&&this.pane.length&&this.pane.remove(),h&&this.$content.height(""),this.$content.removeAttr("tabindex"),this.$el.hasClass("has-scrollbar")&&(this.$el.removeClass("has-scrollbar"),this.$content.css({right:""})),this},t.prototype.flash=function(){var t;if(!this.iOSNativeScrolling&&this.isActive)return this.reset(),this.pane.addClass("flashed"),setTimeout(function(){t.pane.removeClass("flashed")},(t=this).options.flashDelay),this},r=t,s.fn.nanoScroller=function(i){return this.each(function(){var t,e;if((e=this.nanoscroller)||(t=s.extend({},b,i),this.nanoscroller=e=new r(this,t)),i&&"object"==typeof i){if(s.extend(e.options,i),null!=i.scrollBottom)return e.scrollBottom(i.scrollBottom);if(null!=i.scrollTop)return e.scrollTop(i.scrollTop);if(i.scrollTo)return e.scrollTo(i.scrollTo);if("bottom"===i.scroll)return e.scrollBottom(0);if("top"===i.scroll)return e.scrollTop(0);if(i.scroll&&i.scroll instanceof s)return e.scrollTo(i.scroll);if(i.stop)return e.stop();if(i.destroy)return e.destroy();if(i.flash)return e.flash()}return e.reset()})},s.fn.nanoScroller.Constructor=r}); \ No newline at end of file diff --git a/resources/assets/vendor/nanoscroller/nanoscroller.css b/resources/assets/vendor/nanoscroller/nanoscroller.css new file mode 100644 index 0000000..a902aae --- /dev/null +++ b/resources/assets/vendor/nanoscroller/nanoscroller.css @@ -0,0 +1,55 @@ +/** initial setup **/ +.nano { + position : relative; + width : 100%; + height : 100%; + overflow : hidden; +} +.nano > .nano-content { + position : absolute; + overflow : scroll; + overflow-x : hidden; + top : 0; + right : 0; + bottom : 0; + left : 0; +} +.nano > .nano-content:focus { + outline: thin dotted; +} +.nano > .nano-content::-webkit-scrollbar { + display: none; +} +.has-scrollbar > .nano-content::-webkit-scrollbar { + display: block; +} +.nano > .nano-pane { + background : rgba(0,0,0,.25); + position : absolute; + width : 10px; + right : 0; + top : 0; + bottom : 0; + visibility : hidden\9; /* Target only IE7 and IE8 with this hack */ + opacity : .01; + -webkit-transition : .2s; + -moz-transition : .2s; + -o-transition : .2s; + transition : .2s; + -moz-border-radius : 5px; + -webkit-border-radius : 5px; + border-radius : 5px; +} +.nano > .nano-pane > .nano-slider { + background: #444; + background: rgba(0,0,0,.5); + position : relative; + margin : 0 1px; + -moz-border-radius : 3px; + -webkit-border-radius : 3px; + border-radius : 3px; +} +.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed { + visibility : visible\9; /* Target only IE7 and IE8 with this hack */ + opacity : 0.99; +} diff --git a/resources/assets/vendor/owl.carousel/LICENSE b/resources/assets/vendor/owl.carousel/LICENSE new file mode 100644 index 0000000..052211d --- /dev/null +++ b/resources/assets/vendor/owl.carousel/LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2014 Owl +Modified work Copyright 2016-2018 David Deutsch + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/resources/assets/vendor/owl.carousel/README.md b/resources/assets/vendor/owl.carousel/README.md new file mode 100644 index 0000000..e912df2 --- /dev/null +++ b/resources/assets/vendor/owl.carousel/README.md @@ -0,0 +1,122 @@ +# Owl Carousel 2 + +Touch enabled [jQuery](https://jquery.com/) plugin that lets you create a beautiful, responsive carousel slider. **To get started, check out https://owlcarousel2.github.io/OwlCarousel2/.** + +**Notice:** The old Owl Carousel site (owlgraphic [dot] com) is no longer in use. Please delete all references to this in bookmarks and your own products' documentation as it's being used for malicious purposes. + +## Quick start + +### Install + +This package can be installed with: + +- [npm](https://www.npmjs.com/package/owl.carousel): `npm install --save owl.carousel` or `yarn add owl.carousel jquery` +- [bower](http://bower.io/search/?q=owl.carousel): `bower install --save owl.carousel` + +Or download the [latest release](https://github.com/OwlCarousel2/OwlCarousel2/releases). + +### Load + +#### Webpack + +Add jQuery via the "webpack.ProvidePlugin" to your webpack configuration: + + const webpack = require('webpack'); + + //... + plugins: [ + new webpack.ProvidePlugin({ + $: 'jquery', + jQuery: 'jquery', + 'window.jQuery': 'jquery' + }), + ], + //... + +Load the required stylesheet and JS: + +```js +import 'owl.carousel/dist/assets/owl.carousel.css'; +import 'owl.carousel'; +``` + +#### Static HTML + +Put the required stylesheet at the [top](https://developer.yahoo.com/performance/rules.html#css_top) of your markup: + +```html + +``` + +```html + +``` + +**NOTE:** If you want to use the default navigation styles, you will also need to include `owl.theme.default.css`. + + +Put the script at the [bottom](https://developer.yahoo.com/performance/rules.html#js_bottom) of your markup right after jQuery: + +```html + + +``` + +```html + + +``` + +### Usage + +Wrap your items (`div`, `a`, `img`, `span`, `li` etc.) with a container element (`div`, `ul` etc.). Only the class `owl-carousel` is mandatory to apply proper styles: + +```html + +``` +**NOTE:** The `owl-theme` class is optional, but without it, you will need to style navigation features on your own. + + +Call the [plugin](https://learn.jquery.com/plugins/) function and your carousel is ready. + +```javascript +$(document).ready(function(){ + $('.owl-carousel').owlCarousel(); +}); +``` + +## Documentation + +The documentation, included in this repo in the root directory, is built with [Assemble](http://assemble.io/) and publicly available at https://owlcarousel2.github.io/OwlCarousel2/. The documentation may also be run locally. + +## Building + +This package comes with [Grunt](http://gruntjs.com/) and [Bower](http://bower.io/). The following tasks are available: + + * `default` compiles the CSS and JS into `/dist` and builds the doc. + * `dist` compiles the CSS and JS into `/dist` only. + * `watch` watches source files and builds them automatically whenever you save. + * `test` runs [JSHint](http://www.jshint.com/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/). + +To define which plugins are build into the distribution just edit `/_config.json` to fit your needs. + +## Contributing + +Please read [CONTRIBUTING.md](CONTRIBUTING.md). + +## Roadmap + +Please make sure to check out our [Roadmap Discussion](https://github.com/OwlCarousel2/OwlCarousel2/issues/1756). + + +## License + +The code and the documentation are released under the [MIT License](LICENSE). diff --git a/resources/assets/vendor/owl.carousel/assets/ajax-loader.gif b/resources/assets/vendor/owl.carousel/assets/ajax-loader.gif new file mode 100644 index 0000000..d3962f9 Binary files /dev/null and b/resources/assets/vendor/owl.carousel/assets/ajax-loader.gif differ diff --git a/resources/assets/vendor/owl.carousel/assets/owl.carousel.css b/resources/assets/vendor/owl.carousel/assets/owl.carousel.css new file mode 100644 index 0000000..49ecd33 --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.carousel.css @@ -0,0 +1,186 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +/* + * Owl Carousel - Core + */ +.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; + touch-action: manipulation; + -moz-backface-visibility: hidden; + /* fix firefox animation glitch */ } + .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-wrapper, + .owl-carousel .owl-item { + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); } + .owl-carousel .owl-item { + position: relative; + min-height: 1px; + float: left; + -webkit-backface-visibility: hidden; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; } + .owl-carousel .owl-item img { + display: block; + width: 100%; } + .owl-carousel .owl-nav.disabled, + .owl-carousel .owl-dots.disabled { + display: none; } + .owl-carousel .owl-nav .owl-prev, + .owl-carousel .owl-nav .owl-next, + .owl-carousel .owl-dot { + cursor: pointer; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + .owl-carousel .owl-nav button.owl-prev, + .owl-carousel .owl-nav button.owl-next, + .owl-carousel button.owl-dot { + background: none; + color: inherit; + border: none; + padding: 0 !important; + font: inherit; } + .owl-carousel.owl-loaded { + display: block; } + .owl-carousel.owl-loading { + opacity: 0; + display: block; } + .owl-carousel.owl-hidden { + opacity: 0; } + .owl-carousel.owl-refresh .owl-item { + visibility: hidden; } + .owl-carousel.owl-drag .owl-item { + -ms-touch-action: pan-y; + touch-action: pan-y; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + .owl-carousel.owl-grab { + cursor: move; + cursor: grab; } + .owl-carousel.owl-rtl { + direction: rtl; } + .owl-carousel.owl-rtl .owl-item { + float: right; } + +/* No Js */ +.no-js .owl-carousel { + display: block; } + +/* + * Owl Carousel - Animate Plugin + */ +.owl-carousel .animated { + animation-duration: 1000ms; + animation-fill-mode: both; } + +.owl-carousel .owl-animated-in { + z-index: 0; } + +.owl-carousel .owl-animated-out { + z-index: 1; } + +.owl-carousel .fadeOut { + animation-name: fadeOut; } + +@keyframes fadeOut { + 0% { + opacity: 1; } + 100% { + opacity: 0; } } + +/* + * Owl Carousel - Auto Height Plugin + */ +.owl-height { + transition: height 500ms ease-in-out; } + +/* + * Owl Carousel - Lazy Load Plugin + */ +.owl-carousel .owl-item { + /** + This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong + calculation of the height of the owl-item that breaks page layouts + */ } + .owl-carousel .owl-item .owl-lazy { + opacity: 0; + transition: opacity 400ms ease; } + .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { + max-height: 0; } + .owl-carousel .owl-item img.owl-lazy { + 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.png") no-repeat; + cursor: pointer; + z-index: 1; + -webkit-backface-visibility: hidden; + transition: transform 100ms ease; } + +.owl-carousel .owl-video-play-icon:hover { + -ms-transform: scale(1.3, 1.3); + transform: scale(1.3, 1.3); } + +.owl-carousel .owl-video-playing .owl-video-tn, +.owl-carousel .owl-video-playing .owl-video-play-icon { + display: none; } + +.owl-carousel .owl-video-tn { + opacity: 0; + height: 100%; + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + transition: opacity 400ms ease; } + +.owl-carousel .owl-video-frame { + position: relative; + z-index: 1; + height: 100%; + width: 100%; } diff --git a/resources/assets/vendor/owl.carousel/assets/owl.carousel.min.css b/resources/assets/vendor/owl.carousel/assets/owl.carousel.min.css new file mode 100644 index 0000000..a71df11 --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.carousel.min.css @@ -0,0 +1,6 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} \ No newline at end of file diff --git a/resources/assets/vendor/owl.carousel/assets/owl.theme.default.css b/resources/assets/vendor/owl.carousel/assets/owl.theme.default.css new file mode 100644 index 0000000..abfac3f --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.theme.default.css @@ -0,0 +1,50 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +/* + * Default theme - Owl Carousel CSS File + */ +.owl-theme .owl-nav { + margin-top: 10px; + text-align: center; + -webkit-tap-highlight-color: transparent; } + .owl-theme .owl-nav [class*='owl-'] { + color: #FFF; + font-size: 14px; + margin: 5px; + padding: 4px 7px; + background: #D6D6D6; + display: inline-block; + cursor: pointer; + border-radius: 3px; } + .owl-theme .owl-nav [class*='owl-']:hover { + background: #869791; + color: #FFF; + text-decoration: none; } + .owl-theme .owl-nav .disabled { + opacity: 0.5; + cursor: default; } + +.owl-theme .owl-nav.disabled + .owl-dots { + margin-top: 10px; } + +.owl-theme .owl-dots { + text-align: center; + -webkit-tap-highlight-color: transparent; } + .owl-theme .owl-dots .owl-dot { + display: inline-block; + zoom: 1; + display: inline; } + .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + margin: 5px 7px; + background: #D6D6D6; + display: block; + backface-visibility: hidden; + transition: opacity 200ms ease; + border-radius: 30px; } + .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { + background: #869791; } diff --git a/resources/assets/vendor/owl.carousel/assets/owl.theme.default.min.css b/resources/assets/vendor/owl.carousel/assets/owl.theme.default.min.css new file mode 100644 index 0000000..487088d --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.theme.default.min.css @@ -0,0 +1,6 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} \ No newline at end of file diff --git a/resources/assets/vendor/owl.carousel/assets/owl.theme.green.css b/resources/assets/vendor/owl.carousel/assets/owl.theme.green.css new file mode 100644 index 0000000..88d228b --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.theme.green.css @@ -0,0 +1,50 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +/* + * Green theme - Owl Carousel CSS File + */ +.owl-theme .owl-nav { + margin-top: 10px; + text-align: center; + -webkit-tap-highlight-color: transparent; } + .owl-theme .owl-nav [class*='owl-'] { + color: #FFF; + font-size: 14px; + margin: 5px; + padding: 4px 7px; + background: #D6D6D6; + display: inline-block; + cursor: pointer; + border-radius: 3px; } + .owl-theme .owl-nav [class*='owl-']:hover { + background: #4DC7A0; + color: #FFF; + text-decoration: none; } + .owl-theme .owl-nav .disabled { + opacity: 0.5; + cursor: default; } + +.owl-theme .owl-nav.disabled + .owl-dots { + margin-top: 10px; } + +.owl-theme .owl-dots { + text-align: center; + -webkit-tap-highlight-color: transparent; } + .owl-theme .owl-dots .owl-dot { + display: inline-block; + zoom: 1; + display: inline; } + .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + margin: 5px 7px; + background: #D6D6D6; + display: block; + backface-visibility: hidden; + transition: opacity 200ms ease; + border-radius: 30px; } + .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { + background: #4DC7A0; } diff --git a/resources/assets/vendor/owl.carousel/assets/owl.theme.green.min.css b/resources/assets/vendor/owl.carousel/assets/owl.theme.green.min.css new file mode 100644 index 0000000..187bea0 --- /dev/null +++ b/resources/assets/vendor/owl.carousel/assets/owl.theme.green.min.css @@ -0,0 +1,6 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0} \ No newline at end of file diff --git a/resources/assets/vendor/owl.carousel/assets/owl.video.play.png b/resources/assets/vendor/owl.carousel/assets/owl.video.play.png new file mode 100644 index 0000000..5d0218d Binary files /dev/null and b/resources/assets/vendor/owl.carousel/assets/owl.video.play.png differ diff --git a/resources/assets/vendor/owl.carousel/owl.carousel.js b/resources/assets/vendor/owl.carousel/owl.carousel.js new file mode 100644 index 0000000..66c67eb --- /dev/null +++ b/resources/assets/vendor/owl.carousel/owl.carousel.js @@ -0,0 +1,3448 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +/** + * Owl carousel + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + * @todo Lazy Load Icon + * @todo prevent animationend bubling + * @todo itemsScaleUp + * @todo Test Zepto + * @todo stagePadding calculate wrong active classes + */ +;(function($, window, document, undefined) { + + /** + * Creates a carousel. + * @class The Owl Carousel. + * @public + * @param {HTMLElement|jQuery} element - The element to create the carousel for. + * @param {Object} [options] - The options + */ + function Owl(element, options) { + + /** + * Current settings for the carousel. + * @public + */ + this.settings = null; + + /** + * Current options set by the caller including defaults. + * @public + */ + this.options = $.extend({}, Owl.Defaults, options); + + /** + * Plugin element. + * @public + */ + this.$element = $(element); + + /** + * Proxied event handlers. + * @protected + */ + this._handlers = {}; + + /** + * References to the running plugins of this carousel. + * @protected + */ + this._plugins = {}; + + /** + * Currently suppressed events to prevent them from being retriggered. + * @protected + */ + this._supress = {}; + + /** + * Absolute current position. + * @protected + */ + this._current = null; + + /** + * Animation speed in milliseconds. + * @protected + */ + this._speed = null; + + /** + * Coordinates of all items in pixel. + * @todo The name of this member is missleading. + * @protected + */ + this._coordinates = []; + + /** + * Current breakpoint. + * @todo Real media queries would be nice. + * @protected + */ + this._breakpoint = null; + + /** + * Current width of the plugin element. + */ + this._width = null; + + /** + * All real items. + * @protected + */ + this._items = []; + + /** + * All cloned items. + * @protected + */ + this._clones = []; + + /** + * Merge values of all items. + * @todo Maybe this could be part of a plugin. + * @protected + */ + this._mergers = []; + + /** + * Widths of all items. + */ + this._widths = []; + + /** + * Invalidated parts within the update process. + * @protected + */ + this._invalidated = {}; + + /** + * Ordered list of workers for the update process. + * @protected + */ + this._pipe = []; + + /** + * Current state information for the drag operation. + * @todo #261 + * @protected + */ + this._drag = { + time: null, + target: null, + pointer: null, + stage: { + start: null, + current: null + }, + direction: null + }; + + /** + * Current state information and their tags. + * @type {Object} + * @protected + */ + this._states = { + current: {}, + tags: { + 'initializing': [ 'busy' ], + 'animating': [ 'busy' ], + 'dragging': [ 'interacting' ] + } + }; + + $.each([ 'onResize', 'onThrottledResize' ], $.proxy(function(i, handler) { + this._handlers[handler] = $.proxy(this[handler], this); + }, this)); + + $.each(Owl.Plugins, $.proxy(function(key, plugin) { + this._plugins[key.charAt(0).toLowerCase() + key.slice(1)] + = new plugin(this); + }, this)); + + $.each(Owl.Workers, $.proxy(function(priority, worker) { + this._pipe.push({ + 'filter': worker.filter, + 'run': $.proxy(worker.run, this) + }); + }, this)); + + this.setup(); + this.initialize(); + } + + /** + * Default options for the carousel. + * @public + */ + Owl.Defaults = { + items: 3, + loop: false, + center: false, + rewind: false, + checkVisibility: true, + + mouseDrag: true, + touchDrag: true, + pullDrag: true, + freeDrag: false, + + margin: 0, + stagePadding: 0, + + merge: false, + mergeFit: true, + autoWidth: false, + + startPosition: 0, + rtl: false, + + smartSpeed: 250, + fluidSpeed: false, + dragEndSpeed: false, + + responsive: {}, + responsiveRefreshRate: 200, + responsiveBaseElement: window, + + fallbackEasing: 'swing', + slideTransition: '', + + info: false, + + nestedItemSelector: false, + itemElement: 'div', + stageElement: 'div', + + refreshClass: 'owl-refresh', + loadedClass: 'owl-loaded', + loadingClass: 'owl-loading', + rtlClass: 'owl-rtl', + responsiveClass: 'owl-responsive', + dragClass: 'owl-drag', + itemClass: 'owl-item', + stageClass: 'owl-stage', + stageOuterClass: 'owl-stage-outer', + grabClass: 'owl-grab' + }; + + /** + * Enumeration for width. + * @public + * @readonly + * @enum {String} + */ + Owl.Width = { + Default: 'default', + Inner: 'inner', + Outer: 'outer' + }; + + /** + * Enumeration for types. + * @public + * @readonly + * @enum {String} + */ + Owl.Type = { + Event: 'event', + State: 'state' + }; + + /** + * Contains all registered plugins. + * @public + */ + Owl.Plugins = {}; + + /** + * List of workers involved in the update process. + */ + Owl.Workers = [ { + filter: [ 'width', 'settings' ], + run: function() { + this._width = this.$element.width(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = this._items && this._items[this.relative(this._current)]; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + this.$stage.children('.cloned').remove(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var margin = this.settings.margin || '', + grid = !this.settings.autoWidth, + rtl = this.settings.rtl, + css = { + 'width': 'auto', + 'margin-left': rtl ? margin : '', + 'margin-right': rtl ? '' : margin + }; + + !grid && this.$stage.children().css(css); + + cache.css = css; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var width = (this.width() / this.settings.items).toFixed(3) - this.settings.margin, + merge = null, + iterator = this._items.length, + grid = !this.settings.autoWidth, + widths = []; + + cache.items = { + merge: false, + width: width + }; + + while (iterator--) { + merge = this._mergers[iterator]; + merge = this.settings.mergeFit && Math.min(merge, this.settings.items) || merge; + + cache.items.merge = merge > 1 || cache.items.merge; + + widths[iterator] = !grid ? this._items[iterator].width() : width * merge; + } + + this._widths = widths; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + var clones = [], + items = this._items, + settings = this.settings, + // TODO: Should be computed from number of min width items in stage + view = Math.max(settings.items * 2, 4), + size = Math.ceil(items.length / 2) * 2, + repeat = settings.loop && items.length ? settings.rewind ? view : Math.max(view, size) : 0, + append = '', + prepend = ''; + + repeat /= 2; + + while (repeat > 0) { + // Switch to only using appended clones + clones.push(this.normalize(clones.length / 2, true)); + append = append + items[clones[clones.length - 1]][0].outerHTML; + clones.push(this.normalize(items.length - 1 - (clones.length - 1) / 2, true)); + prepend = items[clones[clones.length - 1]][0].outerHTML + prepend; + repeat -= 1; + } + + this._clones = clones; + + $(append).addClass('cloned').appendTo(this.$stage); + $(prepend).addClass('cloned').prependTo(this.$stage); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + size = this._clones.length + this._items.length, + iterator = -1, + previous = 0, + current = 0, + coordinates = []; + + while (++iterator < size) { + previous = coordinates[iterator - 1] || 0; + current = this._widths[this.relative(iterator)] + this.settings.margin; + coordinates.push(previous + current * rtl); + } + + this._coordinates = coordinates; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var padding = this.settings.stagePadding, + coordinates = this._coordinates, + css = { + 'width': Math.ceil(Math.abs(coordinates[coordinates.length - 1])) + padding * 2, + 'padding-left': padding || '', + 'padding-right': padding || '' + }; + + this.$stage.css(css); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var iterator = this._coordinates.length, + grid = !this.settings.autoWidth, + items = this.$stage.children(); + + if (grid && cache.items.merge) { + while (iterator--) { + cache.css.width = this._widths[this.relative(iterator)]; + items.eq(iterator).css(cache.css); + } + } else if (grid) { + cache.css.width = cache.items.width; + items.css(cache.css); + } + } + }, { + filter: [ 'items' ], + run: function() { + this._coordinates.length < 1 && this.$stage.removeAttr('style'); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = cache.current ? this.$stage.children().index(cache.current) : 0; + cache.current = Math.max(this.minimum(), Math.min(this.maximum(), cache.current)); + this.reset(cache.current); + } + }, { + filter: [ 'position' ], + run: function() { + this.animate(this.coordinates(this._current)); + } + }, { + filter: [ 'width', 'position', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + padding = this.settings.stagePadding * 2, + begin = this.coordinates(this.current()) + padding, + end = begin + this.width() * rtl, + inner, outer, matches = [], i, n; + + for (i = 0, n = this._coordinates.length; i < n; i++) { + inner = this._coordinates[i - 1] || 0; + outer = Math.abs(this._coordinates[i]) + padding * rtl; + + if ((this.op(inner, '<=', begin) && (this.op(inner, '>', end))) + || (this.op(outer, '<', begin) && this.op(outer, '>', end))) { + matches.push(i); + } + } + + this.$stage.children('.active').removeClass('active'); + this.$stage.children(':eq(' + matches.join('), :eq(') + ')').addClass('active'); + + this.$stage.children('.center').removeClass('center'); + if (this.settings.center) { + this.$stage.children().eq(this.current()).addClass('center'); + } + } + } ]; + + /** + * Create the stage DOM element + */ + Owl.prototype.initializeStage = function() { + this.$stage = this.$element.find('.' + this.settings.stageClass); + + // if the stage is already in the DOM, grab it and skip stage initialization + if (this.$stage.length) { + return; + } + + this.$element.addClass(this.options.loadingClass); + + // create stage + this.$stage = $('<' + this.settings.stageElement + '>', { + "class": this.settings.stageClass + }).wrap( $( '
', { + "class": this.settings.stageOuterClass + })); + + // append stage + this.$element.append(this.$stage.parent()); + }; + + /** + * Create item DOM elements + */ + Owl.prototype.initializeItems = function() { + var $items = this.$element.find('.owl-item'); + + // if the items are already in the DOM, grab them and skip item initialization + if ($items.length) { + this._items = $items.get().map(function(item) { + return $(item); + }); + + this._mergers = this._items.map(function() { + return 1; + }); + + this.refresh(); + + return; + } + + // append content + this.replace(this.$element.children().not(this.$stage.parent())); + + // check visibility + if (this.isVisible()) { + // update view + this.refresh(); + } else { + // invalidate width + this.invalidate('width'); + } + + this.$element + .removeClass(this.options.loadingClass) + .addClass(this.options.loadedClass); + }; + + /** + * Initializes the carousel. + * @protected + */ + Owl.prototype.initialize = function() { + this.enter('initializing'); + this.trigger('initialize'); + + this.$element.toggleClass(this.settings.rtlClass, this.settings.rtl); + + if (this.settings.autoWidth && !this.is('pre-loading')) { + var imgs, nestedSelector, width; + imgs = this.$element.find('img'); + nestedSelector = this.settings.nestedItemSelector ? '.' + this.settings.nestedItemSelector : undefined; + width = this.$element.children(nestedSelector).width(); + + if (imgs.length && width <= 0) { + this.preloadAutoWidthImages(imgs); + } + } + + this.initializeStage(); + this.initializeItems(); + + // register event handlers + this.registerEventHandlers(); + + this.leave('initializing'); + this.trigger('initialized'); + }; + + /** + * @returns {Boolean} visibility of $element + * if you know the carousel will always be visible you can set `checkVisibility` to `false` to + * prevent the expensive browser layout forced reflow the $element.is(':visible') does + */ + Owl.prototype.isVisible = function() { + return this.settings.checkVisibility + ? this.$element.is(':visible') + : true; + }; + + /** + * Setups the current settings. + * @todo Remove responsive classes. Why should adaptive designs be brought into IE8? + * @todo Support for media queries by using `matchMedia` would be nice. + * @public + */ + Owl.prototype.setup = function() { + var viewport = this.viewport(), + overwrites = this.options.responsive, + match = -1, + settings = null; + + if (!overwrites) { + settings = $.extend({}, this.options); + } else { + $.each(overwrites, function(breakpoint) { + if (breakpoint <= viewport && breakpoint > match) { + match = Number(breakpoint); + } + }); + + settings = $.extend({}, this.options, overwrites[match]); + if (typeof settings.stagePadding === 'function') { + settings.stagePadding = settings.stagePadding(); + } + delete settings.responsive; + + // responsive class + if (settings.responsiveClass) { + this.$element.attr('class', + this.$element.attr('class').replace(new RegExp('(' + this.options.responsiveClass + '-)\\S+\\s', 'g'), '$1' + match) + ); + } + } + + this.trigger('change', { property: { name: 'settings', value: settings } }); + this._breakpoint = match; + this.settings = settings; + this.invalidate('settings'); + this.trigger('changed', { property: { name: 'settings', value: this.settings } }); + }; + + /** + * Updates option logic if necessery. + * @protected + */ + Owl.prototype.optionsLogic = function() { + if (this.settings.autoWidth) { + this.settings.stagePadding = false; + this.settings.merge = false; + } + }; + + /** + * Prepares an item before add. + * @todo Rename event parameter `content` to `item`. + * @protected + * @returns {jQuery|HTMLElement} - The item container. + */ + Owl.prototype.prepare = function(item) { + var event = this.trigger('prepare', { content: item }); + + if (!event.data) { + event.data = $('<' + this.settings.itemElement + '/>') + .addClass(this.options.itemClass).append(item) + } + + this.trigger('prepared', { content: event.data }); + + return event.data; + }; + + /** + * Updates the view. + * @public + */ + Owl.prototype.update = function() { + var i = 0, + n = this._pipe.length, + filter = $.proxy(function(p) { return this[p] }, this._invalidated), + cache = {}; + + while (i < n) { + if (this._invalidated.all || $.grep(this._pipe[i].filter, filter).length > 0) { + this._pipe[i].run(cache); + } + i++; + } + + this._invalidated = {}; + + !this.is('valid') && this.enter('valid'); + }; + + /** + * Gets the width of the view. + * @public + * @param {Owl.Width} [dimension=Owl.Width.Default] - The dimension to return. + * @returns {Number} - The width of the view in pixel. + */ + Owl.prototype.width = function(dimension) { + dimension = dimension || Owl.Width.Default; + switch (dimension) { + case Owl.Width.Inner: + case Owl.Width.Outer: + return this._width; + default: + return this._width - this.settings.stagePadding * 2 + this.settings.margin; + } + }; + + /** + * Refreshes the carousel primarily for adaptive purposes. + * @public + */ + Owl.prototype.refresh = function() { + this.enter('refreshing'); + this.trigger('refresh'); + + this.setup(); + + this.optionsLogic(); + + this.$element.addClass(this.options.refreshClass); + + this.update(); + + this.$element.removeClass(this.options.refreshClass); + + this.leave('refreshing'); + this.trigger('refreshed'); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onThrottledResize = function() { + window.clearTimeout(this.resizeTimer); + this.resizeTimer = window.setTimeout(this._handlers.onResize, this.settings.responsiveRefreshRate); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onResize = function() { + if (!this._items.length) { + return false; + } + + if (this._width === this.$element.width()) { + return false; + } + + if (!this.isVisible()) { + return false; + } + + this.enter('resizing'); + + if (this.trigger('resize').isDefaultPrevented()) { + this.leave('resizing'); + return false; + } + + this.invalidate('width'); + + this.refresh(); + + this.leave('resizing'); + this.trigger('resized'); + }; + + /** + * Registers event handlers. + * @todo Check `msPointerEnabled` + * @todo #261 + * @protected + */ + Owl.prototype.registerEventHandlers = function() { + if ($.support.transition) { + this.$stage.on($.support.transition.end + '.owl.core', $.proxy(this.onTransitionEnd, this)); + } + + if (this.settings.responsive !== false) { + this.on(window, 'resize', this._handlers.onThrottledResize); + } + + if (this.settings.mouseDrag) { + this.$element.addClass(this.options.dragClass); + this.$stage.on('mousedown.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('dragstart.owl.core selectstart.owl.core', function() { return false }); + } + + if (this.settings.touchDrag){ + this.$stage.on('touchstart.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('touchcancel.owl.core', $.proxy(this.onDragEnd, this)); + } + }; + + /** + * Handles `touchstart` and `mousedown` events. + * @todo Horizontal swipe threshold as option + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragStart = function(event) { + var stage = null; + + if (event.which === 3) { + return; + } + + if ($.support.transform) { + stage = this.$stage.css('transform').replace(/.*\(|\)| /g, '').split(','); + stage = { + x: stage[stage.length === 16 ? 12 : 4], + y: stage[stage.length === 16 ? 13 : 5] + }; + } else { + stage = this.$stage.position(); + stage = { + x: this.settings.rtl ? + stage.left + this.$stage.width() - this.width() + this.settings.margin : + stage.left, + y: stage.top + }; + } + + if (this.is('animating')) { + $.support.transform ? this.animate(stage.x) : this.$stage.stop() + this.invalidate('position'); + } + + this.$element.toggleClass(this.options.grabClass, event.type === 'mousedown'); + + this.speed(0); + + this._drag.time = new Date().getTime(); + this._drag.target = $(event.target); + this._drag.stage.start = stage; + this._drag.stage.current = stage; + this._drag.pointer = this.pointer(event); + + $(document).on('mouseup.owl.core touchend.owl.core', $.proxy(this.onDragEnd, this)); + + $(document).one('mousemove.owl.core touchmove.owl.core', $.proxy(function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)); + + $(document).on('mousemove.owl.core touchmove.owl.core', $.proxy(this.onDragMove, this)); + + if (Math.abs(delta.x) < Math.abs(delta.y) && this.is('valid')) { + return; + } + + event.preventDefault(); + + this.enter('dragging'); + this.trigger('drag'); + }, this)); + }; + + /** + * Handles the `touchmove` and `mousemove` events. + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragMove = function(event) { + var minimum = null, + maximum = null, + pull = null, + delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this.difference(this._drag.stage.start, delta); + + if (!this.is('dragging')) { + return; + } + + event.preventDefault(); + + if (this.settings.loop) { + minimum = this.coordinates(this.minimum()); + maximum = this.coordinates(this.maximum() + 1) - minimum; + stage.x = (((stage.x - minimum) % maximum + maximum) % maximum) + minimum; + } else { + minimum = this.settings.rtl ? this.coordinates(this.maximum()) : this.coordinates(this.minimum()); + maximum = this.settings.rtl ? this.coordinates(this.minimum()) : this.coordinates(this.maximum()); + pull = this.settings.pullDrag ? -1 * delta.x / 5 : 0; + stage.x = Math.max(Math.min(stage.x, minimum + pull), maximum + pull); + } + + this._drag.stage.current = stage; + + this.animate(stage.x); + }; + + /** + * Handles the `touchend` and `mouseup` events. + * @todo #261 + * @todo Threshold for click event + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragEnd = function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this._drag.stage.current, + direction = delta.x > 0 ^ this.settings.rtl ? 'left' : 'right'; + + $(document).off('.owl.core'); + + this.$element.removeClass(this.options.grabClass); + + if (delta.x !== 0 && this.is('dragging') || !this.is('valid')) { + this.speed(this.settings.dragEndSpeed || this.settings.smartSpeed); + this.current(this.closest(stage.x, delta.x !== 0 ? direction : this._drag.direction)); + this.invalidate('position'); + this.update(); + + this._drag.direction = direction; + + if (Math.abs(delta.x) > 3 || new Date().getTime() - this._drag.time > 300) { + this._drag.target.one('click.owl.core', function() { return false; }); + } + } + + if (!this.is('dragging')) { + return; + } + + this.leave('dragging'); + this.trigger('dragged'); + }; + + /** + * Gets absolute position of the closest item for a coordinate. + * @todo Setting `freeDrag` makes `closest` not reusable. See #165. + * @protected + * @param {Number} coordinate - The coordinate in pixel. + * @param {String} direction - The direction to check for the closest item. Ether `left` or `right`. + * @return {Number} - The absolute position of the closest item. + */ + Owl.prototype.closest = function(coordinate, direction) { + var position = -1, + pull = 30, + width = this.width(), + coordinates = this.coordinates(); + + if (!this.settings.freeDrag) { + // check closest item + $.each(coordinates, $.proxy(function(index, value) { + // on a left pull, check on current index + if (direction === 'left' && coordinate > value - pull && coordinate < value + pull) { + position = index; + // on a right pull, check on previous index + // to do so, subtract width from value and set position = index + 1 + } else if (direction === 'right' && coordinate > value - width - pull && coordinate < value - width + pull) { + position = index + 1; + } else if (this.op(coordinate, '<', value) + && this.op(coordinate, '>', coordinates[index + 1] !== undefined ? coordinates[index + 1] : value - width)) { + position = direction === 'left' ? index + 1 : index; + } + return position === -1; + }, this)); + } + + if (!this.settings.loop) { + // non loop boundries + if (this.op(coordinate, '>', coordinates[this.minimum()])) { + position = coordinate = this.minimum(); + } else if (this.op(coordinate, '<', coordinates[this.maximum()])) { + position = coordinate = this.maximum(); + } + } + + return position; + }; + + /** + * Animates the stage. + * @todo #270 + * @public + * @param {Number} coordinate - The coordinate in pixels. + */ + Owl.prototype.animate = function(coordinate) { + var animate = this.speed() > 0; + + this.is('animating') && this.onTransitionEnd(); + + if (animate) { + this.enter('animating'); + this.trigger('translate'); + } + + if ($.support.transform3d && $.support.transition) { + this.$stage.css({ + transform: 'translate3d(' + coordinate + 'px,0px,0px)', + transition: (this.speed() / 1000) + 's' + ( + this.settings.slideTransition ? ' ' + this.settings.slideTransition : '' + ) + }); + } else if (animate) { + this.$stage.animate({ + left: coordinate + 'px' + }, this.speed(), this.settings.fallbackEasing, $.proxy(this.onTransitionEnd, this)); + } else { + this.$stage.css({ + left: coordinate + 'px' + }); + } + }; + + /** + * Checks whether the carousel is in a specific state or not. + * @param {String} state - The state to check. + * @returns {Boolean} - The flag which indicates if the carousel is busy. + */ + Owl.prototype.is = function(state) { + return this._states.current[state] && this._states.current[state] > 0; + }; + + /** + * Sets the absolute position of the current item. + * @public + * @param {Number} [position] - The new absolute position or nothing to leave it unchanged. + * @returns {Number} - The absolute position of the current item. + */ + Owl.prototype.current = function(position) { + if (position === undefined) { + return this._current; + } + + if (this._items.length === 0) { + return undefined; + } + + position = this.normalize(position); + + if (this._current !== position) { + var event = this.trigger('change', { property: { name: 'position', value: position } }); + + if (event.data !== undefined) { + position = this.normalize(event.data); + } + + this._current = position; + + this.invalidate('position'); + + this.trigger('changed', { property: { name: 'position', value: this._current } }); + } + + return this._current; + }; + + /** + * Invalidates the given part of the update routine. + * @param {String} [part] - The part to invalidate. + * @returns {Array.} - The invalidated parts. + */ + Owl.prototype.invalidate = function(part) { + if ($.type(part) === 'string') { + this._invalidated[part] = true; + this.is('valid') && this.leave('valid'); + } + return $.map(this._invalidated, function(v, i) { return i }); + }; + + /** + * Resets the absolute position of the current item. + * @public + * @param {Number} position - The absolute position of the new item. + */ + Owl.prototype.reset = function(position) { + position = this.normalize(position); + + if (position === undefined) { + return; + } + + this._speed = 0; + this._current = position; + + this.suppress([ 'translate', 'translated' ]); + + this.animate(this.coordinates(position)); + + this.release([ 'translate', 'translated' ]); + }; + + /** + * Normalizes an absolute or a relative position of an item. + * @public + * @param {Number} position - The absolute or relative position to normalize. + * @param {Boolean} [relative=false] - Whether the given position is relative or not. + * @returns {Number} - The normalized position. + */ + Owl.prototype.normalize = function(position, relative) { + var n = this._items.length, + m = relative ? 0 : this._clones.length; + + if (!this.isNumeric(position) || n < 1) { + position = undefined; + } else if (position < 0 || position >= n + m) { + position = ((position - m / 2) % n + n) % n + m / 2; + } + + return position; + }; + + /** + * Converts an absolute position of an item into a relative one. + * @public + * @param {Number} position - The absolute position to convert. + * @returns {Number} - The converted position. + */ + Owl.prototype.relative = function(position) { + position -= this._clones.length / 2; + return this.normalize(position, true); + }; + + /** + * Gets the maximum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.maximum = function(relative) { + var settings = this.settings, + maximum = this._coordinates.length, + iterator, + reciprocalItemsWidth, + elementWidth; + + if (settings.loop) { + maximum = this._clones.length / 2 + this._items.length - 1; + } else if (settings.autoWidth || settings.merge) { + iterator = this._items.length; + if (iterator) { + reciprocalItemsWidth = this._items[--iterator].width(); + elementWidth = this.$element.width(); + while (iterator--) { + reciprocalItemsWidth += this._items[iterator].width() + this.settings.margin; + if (reciprocalItemsWidth > elementWidth) { + break; + } + } + } + maximum = iterator + 1; + } else if (settings.center) { + maximum = this._items.length - 1; + } else { + maximum = this._items.length - settings.items; + } + + if (relative) { + maximum -= this._clones.length / 2; + } + + return Math.max(maximum, 0); + }; + + /** + * Gets the minimum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.minimum = function(relative) { + return relative ? 0 : this._clones.length / 2; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.items = function(position) { + if (position === undefined) { + return this._items.slice(); + } + + position = this.normalize(position, true); + return this._items[position]; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.mergers = function(position) { + if (position === undefined) { + return this._mergers.slice(); + } + + position = this.normalize(position, true); + return this._mergers[position]; + }; + + /** + * Gets the absolute positions of clones for an item. + * @public + * @param {Number} [position] - The relative position of the item. + * @returns {Array.} - The absolute positions of clones for the item or all if no position was given. + */ + Owl.prototype.clones = function(position) { + var odd = this._clones.length / 2, + even = odd + this._items.length, + map = function(index) { return index % 2 === 0 ? even + index / 2 : odd - (index + 1) / 2 }; + + if (position === undefined) { + return $.map(this._clones, function(v, i) { return map(i) }); + } + + return $.map(this._clones, function(v, i) { return v === position ? map(i) : null }); + }; + + /** + * Sets the current animation speed. + * @public + * @param {Number} [speed] - The animation speed in milliseconds or nothing to leave it unchanged. + * @returns {Number} - The current animation speed in milliseconds. + */ + Owl.prototype.speed = function(speed) { + if (speed !== undefined) { + this._speed = speed; + } + + return this._speed; + }; + + /** + * Gets the coordinate of an item. + * @todo The name of this method is missleanding. + * @public + * @param {Number} position - The absolute position of the item within `minimum()` and `maximum()`. + * @returns {Number|Array.} - The coordinate of the item in pixel or all coordinates. + */ + Owl.prototype.coordinates = function(position) { + var multiplier = 1, + newPosition = position - 1, + coordinate; + + if (position === undefined) { + return $.map(this._coordinates, $.proxy(function(coordinate, index) { + return this.coordinates(index); + }, this)); + } + + if (this.settings.center) { + if (this.settings.rtl) { + multiplier = -1; + newPosition = position + 1; + } + + coordinate = this._coordinates[position]; + coordinate += (this.width() - coordinate + (this._coordinates[newPosition] || 0)) / 2 * multiplier; + } else { + coordinate = this._coordinates[newPosition] || 0; + } + + coordinate = Math.ceil(coordinate); + + return coordinate; + }; + + /** + * Calculates the speed for a translation. + * @protected + * @param {Number} from - The absolute position of the start item. + * @param {Number} to - The absolute position of the target item. + * @param {Number} [factor=undefined] - The time factor in milliseconds. + * @returns {Number} - The time in milliseconds for the translation. + */ + Owl.prototype.duration = function(from, to, factor) { + if (factor === 0) { + return 0; + } + + return Math.min(Math.max(Math.abs(to - from), 1), 6) * Math.abs((factor || this.settings.smartSpeed)); + }; + + /** + * Slides to the specified item. + * @public + * @param {Number} position - The position of the item. + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.to = function(position, speed) { + var current = this.current(), + revert = null, + distance = position - this.relative(current), + direction = (distance > 0) - (distance < 0), + items = this._items.length, + minimum = this.minimum(), + maximum = this.maximum(); + + if (this.settings.loop) { + if (!this.settings.rewind && Math.abs(distance) > items / 2) { + distance += direction * -1 * items; + } + + position = current + distance; + revert = ((position - minimum) % items + items) % items + minimum; + + if (revert !== position && revert - distance <= maximum && revert - distance > 0) { + current = revert - distance; + position = revert; + this.reset(current); + } + } else if (this.settings.rewind) { + maximum += 1; + position = (position % maximum + maximum) % maximum; + } else { + position = Math.max(minimum, Math.min(maximum, position)); + } + + this.speed(this.duration(current, position, speed)); + this.current(position); + + if (this.isVisible()) { + this.update(); + } + }; + + /** + * Slides to the next item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.next = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) + 1, speed); + }; + + /** + * Slides to the previous item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.prev = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) - 1, speed); + }; + + /** + * Handles the end of an animation. + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onTransitionEnd = function(event) { + + // if css2 animation then event object is undefined + if (event !== undefined) { + event.stopPropagation(); + + // Catch only owl-stage transitionEnd event + if ((event.target || event.srcElement || event.originalTarget) !== this.$stage.get(0)) { + return false; + } + } + + this.leave('animating'); + this.trigger('translated'); + }; + + /** + * Gets viewport width. + * @protected + * @return {Number} - The width in pixel. + */ + Owl.prototype.viewport = function() { + var width; + if (this.options.responsiveBaseElement !== window) { + width = $(this.options.responsiveBaseElement).width(); + } else if (window.innerWidth) { + width = window.innerWidth; + } else if (document.documentElement && document.documentElement.clientWidth) { + width = document.documentElement.clientWidth; + } else { + console.warn('Can not detect viewport width.'); + } + return width; + }; + + /** + * Replaces the current content. + * @public + * @param {HTMLElement|jQuery|String} content - The new content. + */ + Owl.prototype.replace = function(content) { + this.$stage.empty(); + this._items = []; + + if (content) { + content = (content instanceof jQuery) ? content : $(content); + } + + if (this.settings.nestedItemSelector) { + content = content.find('.' + this.settings.nestedItemSelector); + } + + content.filter(function() { + return this.nodeType === 1; + }).each($.proxy(function(index, item) { + item = this.prepare(item); + this.$stage.append(item); + this._items.push(item); + this._mergers.push(item.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + }, this)); + + this.reset(this.isNumeric(this.settings.startPosition) ? this.settings.startPosition : 0); + + this.invalidate('items'); + }; + + /** + * Adds an item. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {HTMLElement|jQuery|String} content - The item content to add. + * @param {Number} [position] - The relative position at which to insert the item otherwise the item will be added to the end. + */ + Owl.prototype.add = function(content, position) { + var current = this.relative(this._current); + + position = position === undefined ? this._items.length : this.normalize(position, true); + content = content instanceof jQuery ? content : $(content); + + this.trigger('add', { content: content, position: position }); + + content = this.prepare(content); + + if (this._items.length === 0 || position === this._items.length) { + this._items.length === 0 && this.$stage.append(content); + this._items.length !== 0 && this._items[position - 1].after(content); + this._items.push(content); + this._mergers.push(content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } else { + this._items[position].before(content); + this._items.splice(position, 0, content); + this._mergers.splice(position, 0, content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } + + this._items[current] && this.reset(this._items[current].index()); + + this.invalidate('items'); + + this.trigger('added', { content: content, position: position }); + }; + + /** + * Removes an item by its position. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {Number} position - The relative position of the item to remove. + */ + Owl.prototype.remove = function(position) { + position = this.normalize(position, true); + + if (position === undefined) { + return; + } + + this.trigger('remove', { content: this._items[position], position: position }); + + this._items[position].remove(); + this._items.splice(position, 1); + this._mergers.splice(position, 1); + + this.invalidate('items'); + + this.trigger('removed', { content: null, position: position }); + }; + + /** + * Preloads images with auto width. + * @todo Replace by a more generic approach + * @protected + */ + Owl.prototype.preloadAutoWidthImages = function(images) { + images.each($.proxy(function(i, element) { + this.enter('pre-loading'); + element = $(element); + $(new Image()).one('load', $.proxy(function(e) { + element.attr('src', e.target.src); + element.css('opacity', 1); + this.leave('pre-loading'); + !this.is('pre-loading') && !this.is('initializing') && this.refresh(); + }, this)).attr('src', element.attr('src') || element.attr('data-src') || element.attr('data-src-retina')); + }, this)); + }; + + /** + * Destroys the carousel. + * @public + */ + Owl.prototype.destroy = function() { + + this.$element.off('.owl.core'); + this.$stage.off('.owl.core'); + $(document).off('.owl.core'); + + if (this.settings.responsive !== false) { + window.clearTimeout(this.resizeTimer); + this.off(window, 'resize', this._handlers.onThrottledResize); + } + + for (var i in this._plugins) { + this._plugins[i].destroy(); + } + + this.$stage.children('.cloned').remove(); + + this.$stage.unwrap(); + this.$stage.children().contents().unwrap(); + this.$stage.children().unwrap(); + this.$stage.remove(); + this.$element + .removeClass(this.options.refreshClass) + .removeClass(this.options.loadingClass) + .removeClass(this.options.loadedClass) + .removeClass(this.options.rtlClass) + .removeClass(this.options.dragClass) + .removeClass(this.options.grabClass) + .attr('class', this.$element.attr('class').replace(new RegExp(this.options.responsiveClass + '-\\S+\\s', 'g'), '')) + .removeData('owl.carousel'); + }; + + /** + * Operators to calculate right-to-left and left-to-right. + * @protected + * @param {Number} [a] - The left side operand. + * @param {String} [o] - The operator. + * @param {Number} [b] - The right side operand. + */ + Owl.prototype.op = function(a, o, b) { + var rtl = this.settings.rtl; + switch (o) { + case '<': + return rtl ? a > b : a < b; + case '>': + return rtl ? a < b : a > b; + case '>=': + return rtl ? a <= b : a >= b; + case '<=': + return rtl ? a >= b : a <= b; + default: + break; + } + }; + + /** + * Attaches to an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The event handler to attach. + * @param {Boolean} capture - Wether the event should be handled at the capturing phase or not. + */ + Owl.prototype.on = function(element, event, listener, capture) { + if (element.addEventListener) { + element.addEventListener(event, listener, capture); + } else if (element.attachEvent) { + element.attachEvent('on' + event, listener); + } + }; + + /** + * Detaches from an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The attached event handler to detach. + * @param {Boolean} capture - Wether the attached event handler was registered as a capturing listener or not. + */ + Owl.prototype.off = function(element, event, listener, capture) { + if (element.removeEventListener) { + element.removeEventListener(event, listener, capture); + } else if (element.detachEvent) { + element.detachEvent('on' + event, listener); + } + }; + + /** + * Triggers a public event. + * @todo Remove `status`, `relatedTarget` should be used instead. + * @protected + * @param {String} name - The event name. + * @param {*} [data=null] - The event data. + * @param {String} [namespace=carousel] - The event namespace. + * @param {String} [state] - The state which is associated with the event. + * @param {Boolean} [enter=false] - Indicates if the call enters the specified state or not. + * @returns {Event} - The event arguments. + */ + Owl.prototype.trigger = function(name, data, namespace, state, enter) { + var status = { + item: { count: this._items.length, index: this.current() } + }, handler = $.camelCase( + $.grep([ 'on', name, namespace ], function(v) { return v }) + .join('-').toLowerCase() + ), event = $.Event( + [ name, 'owl', namespace || 'carousel' ].join('.').toLowerCase(), + $.extend({ relatedTarget: this }, status, data) + ); + + if (!this._supress[name]) { + $.each(this._plugins, function(name, plugin) { + if (plugin.onTrigger) { + plugin.onTrigger(event); + } + }); + + this.register({ type: Owl.Type.Event, name: name }); + this.$element.trigger(event); + + if (this.settings && typeof this.settings[handler] === 'function') { + this.settings[handler].call(this, event); + } + } + + return event; + }; + + /** + * Enters a state. + * @param name - The state name. + */ + Owl.prototype.enter = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + if (this._states.current[name] === undefined) { + this._states.current[name] = 0; + } + + this._states.current[name]++; + }, this)); + }; + + /** + * Leaves a state. + * @param name - The state name. + */ + Owl.prototype.leave = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + this._states.current[name]--; + }, this)); + }; + + /** + * Registers an event or state. + * @public + * @param {Object} object - The event or state to register. + */ + Owl.prototype.register = function(object) { + if (object.type === Owl.Type.Event) { + if (!$.event.special[object.name]) { + $.event.special[object.name] = {}; + } + + if (!$.event.special[object.name].owl) { + var _default = $.event.special[object.name]._default; + $.event.special[object.name]._default = function(e) { + if (_default && _default.apply && (!e.namespace || e.namespace.indexOf('owl') === -1)) { + return _default.apply(this, arguments); + } + return e.namespace && e.namespace.indexOf('owl') > -1; + }; + $.event.special[object.name].owl = true; + } + } else if (object.type === Owl.Type.State) { + if (!this._states.tags[object.name]) { + this._states.tags[object.name] = object.tags; + } else { + this._states.tags[object.name] = this._states.tags[object.name].concat(object.tags); + } + + this._states.tags[object.name] = $.grep(this._states.tags[object.name], $.proxy(function(tag, i) { + return $.inArray(tag, this._states.tags[object.name]) === i; + }, this)); + } + }; + + /** + * Suppresses events. + * @protected + * @param {Array.} events - The events to suppress. + */ + Owl.prototype.suppress = function(events) { + $.each(events, $.proxy(function(index, event) { + this._supress[event] = true; + }, this)); + }; + + /** + * Releases suppressed events. + * @protected + * @param {Array.} events - The events to release. + */ + Owl.prototype.release = function(events) { + $.each(events, $.proxy(function(index, event) { + delete this._supress[event]; + }, this)); + }; + + /** + * Gets unified pointer coordinates from event. + * @todo #261 + * @protected + * @param {Event} - The `mousedown` or `touchstart` event. + * @returns {Object} - Contains `x` and `y` coordinates of current pointer position. + */ + Owl.prototype.pointer = function(event) { + var result = { x: null, y: null }; + + event = event.originalEvent || event || window.event; + + event = event.touches && event.touches.length ? + event.touches[0] : event.changedTouches && event.changedTouches.length ? + event.changedTouches[0] : event; + + if (event.pageX) { + result.x = event.pageX; + result.y = event.pageY; + } else { + result.x = event.clientX; + result.y = event.clientY; + } + + return result; + }; + + /** + * Determines if the input is a Number or something that can be coerced to a Number + * @protected + * @param {Number|String|Object|Array|Boolean|RegExp|Function|Symbol} - The input to be tested + * @returns {Boolean} - An indication if the input is a Number or can be coerced to a Number + */ + Owl.prototype.isNumeric = function(number) { + return !isNaN(parseFloat(number)); + }; + + /** + * Gets the difference of two vectors. + * @todo #261 + * @protected + * @param {Object} - The first vector. + * @param {Object} - The second vector. + * @returns {Object} - The difference. + */ + Owl.prototype.difference = function(first, second) { + return { + x: first.x - second.x, + y: first.y - second.y + }; + }; + + /** + * The jQuery Plugin for the Owl Carousel + * @todo Navigation plugin `next` and `prev` + * @public + */ + $.fn.owlCarousel = function(option) { + var args = Array.prototype.slice.call(arguments, 1); + + return this.each(function() { + var $this = $(this), + data = $this.data('owl.carousel'); + + if (!data) { + data = new Owl(this, typeof option == 'object' && option); + $this.data('owl.carousel', data); + + $.each([ + 'next', 'prev', 'to', 'destroy', 'refresh', 'replace', 'add', 'remove' + ], function(i, event) { + data.register({ type: Owl.Type.Event, name: event }); + data.$element.on(event + '.owl.carousel.core', $.proxy(function(e) { + if (e.namespace && e.relatedTarget !== this) { + this.suppress([ event ]); + data[event].apply(this, [].slice.call(arguments, 1)); + this.release([ event ]); + } + }, data)); + }); + } + + if (typeof option == 'string' && option.charAt(0) !== '_') { + data[option].apply(data, args); + } + }); + }; + + /** + * The constructor for the jQuery Plugin + * @public + */ + $.fn.owlCarousel.Constructor = Owl; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoRefresh Plugin + * @version 2.3.4 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto refresh plugin. + * @class The Auto Refresh Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoRefresh = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Refresh interval. + * @protected + * @type {number} + */ + this._interval = null; + + /** + * Whether the element is currently visible or not. + * @protected + * @type {Boolean} + */ + this._visible = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoRefresh) { + this.watch(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoRefresh.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoRefresh.Defaults = { + autoRefresh: true, + autoRefreshInterval: 500 + }; + + /** + * Watches the element. + */ + AutoRefresh.prototype.watch = function() { + if (this._interval) { + return; + } + + this._visible = this._core.isVisible(); + this._interval = window.setInterval($.proxy(this.refresh, this), this._core.settings.autoRefreshInterval); + }; + + /** + * Refreshes the element. + */ + AutoRefresh.prototype.refresh = function() { + if (this._core.isVisible() === this._visible) { + return; + } + + this._visible = !this._visible; + + this._core.$element.toggleClass('owl-hidden', !this._visible); + + this._visible && (this._core.invalidate('width') && this._core.refresh()); + }; + + /** + * Destroys the plugin. + */ + AutoRefresh.prototype.destroy = function() { + var handler, property; + + window.clearInterval(this._interval); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoRefresh = AutoRefresh; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Lazy Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the lazy plugin. + * @class The Lazy Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Lazy = function(carousel) { + + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Already loaded items. + * @protected + * @type {Array.} + */ + this._loaded = []; + + /** + * Event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel change.owl.carousel resized.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + if (!this._core.settings || !this._core.settings.lazyLoad) { + return; + } + + if ((e.property && e.property.name == 'position') || e.type == 'initialized') { + var settings = this._core.settings, + n = (settings.center && Math.ceil(settings.items / 2) || settings.items), + i = ((settings.center && n * -1) || 0), + position = (e.property && e.property.value !== undefined ? e.property.value : this._core.current()) + i, + clones = this._core.clones().length, + load = $.proxy(function(i, v) { this.load(v) }, this); + //TODO: Need documentation for this new option + if (settings.lazyLoadEager > 0) { + n += settings.lazyLoadEager; + // If the carousel is looping also preload images that are to the "left" + if (settings.loop) { + position -= settings.lazyLoadEager; + n++; + } + } + + while (i++ < n) { + this.load(clones / 2 + this._core.relative(position)); + clones && $.each(this._core.clones(this._core.relative(position)), load); + position++; + } + } + }, this) + }; + + // set the default options + this._core.options = $.extend({}, Lazy.Defaults, this._core.options); + + // register event handler + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + Lazy.Defaults = { + lazyLoad: false, + lazyLoadEager: 0 + }; + + /** + * Loads all resources of an item at the specified position. + * @param {Number} position - The absolute position of the item. + * @protected + */ + Lazy.prototype.load = function(position) { + var $item = this._core.$stage.children().eq(position), + $elements = $item && $item.find('.owl-lazy'); + + if (!$elements || $.inArray($item.get(0), this._loaded) > -1) { + return; + } + + $elements.each($.proxy(function(index, element) { + var $element = $(element), image, + url = (window.devicePixelRatio > 1 && $element.attr('data-src-retina')) || $element.attr('data-src') || $element.attr('data-srcset'); + + this._core.trigger('load', { element: $element, url: url }, 'lazy'); + + if ($element.is('img')) { + $element.one('load.owl.lazy', $.proxy(function() { + $element.css('opacity', 1); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('src', url); + } else if ($element.is('source')) { + $element.one('load.owl.lazy', $.proxy(function() { + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('srcset', url); + } else { + image = new Image(); + image.onload = $.proxy(function() { + $element.css({ + 'background-image': 'url("' + url + '")', + 'opacity': '1' + }); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this); + image.src = url; + } + }, this)); + + this._loaded.push($item.get(0)); + }; + + /** + * Destroys the plugin. + * @public + */ + Lazy.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this._core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Lazy = Lazy; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoHeight Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto height plugin. + * @class The Auto Height Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoHeight = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + this._previousHeight = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight) { + this.update(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight && e.property.name === 'position'){ + this.update(); + } + }, this), + 'loaded.owl.lazy': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight + && e.element.closest('.' + this._core.settings.itemClass).index() === this._core.current()) { + this.update(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoHeight.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + this._intervalId = null; + var refThis = this; + + // These changes have been taken from a PR by gavrochelegnou proposed in #1575 + // and have been made compatible with the latest jQuery version + $(window).on('load', function() { + if (refThis._core.settings.autoHeight) { + refThis.update(); + } + }); + + // Autoresize the height of the carousel when window is resized + // When carousel has images, the height is dependent on the width + // and should also change on resize + $(window).resize(function() { + if (refThis._core.settings.autoHeight) { + if (refThis._intervalId != null) { + clearTimeout(refThis._intervalId); + } + + refThis._intervalId = setTimeout(function() { + refThis.update(); + }, 250); + } + }); + + }; + + /** + * Default options. + * @public + */ + AutoHeight.Defaults = { + autoHeight: false, + autoHeightClass: 'owl-height' + }; + + /** + * Updates the view. + */ + AutoHeight.prototype.update = function() { + var start = this._core._current, + end = start + this._core.settings.items, + lazyLoadEnabled = this._core.settings.lazyLoad, + visible = this._core.$stage.children().toArray().slice(start, end), + heights = [], + maxheight = 0; + + $.each(visible, function(index, item) { + heights.push($(item).height()); + }); + + maxheight = Math.max.apply(null, heights); + + if (maxheight <= 1 && lazyLoadEnabled && this._previousHeight) { + maxheight = this._previousHeight; + } + + this._previousHeight = maxheight; + + this._core.$stage.parent() + .height(maxheight) + .addClass(this._core.settings.autoHeightClass); + }; + + AutoHeight.prototype.destroy = function() { + var handler, property; + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] !== 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoHeight = AutoHeight; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Video Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the video plugin. + * @class The Video Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Video = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Cache all video URLs. + * @protected + * @type {Object} + */ + this._videos = {}; + + /** + * Current playing item. + * @protected + * @type {jQuery} + */ + this._playing = null; + + /** + * All event handlers. + * @todo The cloned content removale is too late + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this._core.register({ type: 'state', name: 'playing', tags: [ 'interacting' ] }); + } + }, this), + 'resize.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.video && this.isInFullScreen()) { + e.preventDefault(); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.is('resizing')) { + this._core.$stage.find('.cloned .owl-video-frame').remove(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position' && this._playing) { + this.stop(); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + var $element = $(e.content).find('.owl-video'); + + if ($element.length) { + $element.css('display', 'none'); + this.fetch($element, $(e.content)); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Video.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + + this._core.$element.on('click.owl.video', '.owl-video-play-icon', $.proxy(function(e) { + this.play(e); + }, this)); + }; + + /** + * Default options. + * @public + */ + Video.Defaults = { + video: false, + videoHeight: false, + videoWidth: false + }; + + /** + * Gets the video ID and the type (YouTube/Vimeo/vzaar only). + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {jQuery} item - The item containing the video. + */ + Video.prototype.fetch = function(target, item) { + var type = (function() { + if (target.attr('data-vimeo-id')) { + return 'vimeo'; + } else if (target.attr('data-vzaar-id')) { + return 'vzaar' + } else { + return 'youtube'; + } + })(), + id = target.attr('data-vimeo-id') || target.attr('data-youtube-id') || target.attr('data-vzaar-id'), + width = target.attr('data-width') || this._core.settings.videoWidth, + height = target.attr('data-height') || this._core.settings.videoHeight, + url = target.attr('href'); + + if (url) { + + /* + Parses the id's out of the following urls (and probably more): + https://www.youtube.com/watch?v=:id + https://youtu.be/:id + https://vimeo.com/:id + https://vimeo.com/channels/:channel/:id + https://vimeo.com/groups/:group/videos/:id + https://app.vzaar.com/videos/:id + + Visual example: https://regexper.com/#(http%3A%7Chttps%3A%7C)%5C%2F%5C%2F(player.%7Cwww.%7Capp.)%3F(vimeo%5C.com%7Cyoutu(be%5C.com%7C%5C.be%7Cbe%5C.googleapis%5C.com)%7Cvzaar%5C.com)%5C%2F(video%5C%2F%7Cvideos%5C%2F%7Cembed%5C%2F%7Cchannels%5C%2F.%2B%5C%2F%7Cgroups%5C%2F.%2B%5C%2F%7Cwatch%5C%3Fv%3D%7Cv%5C%2F)%3F(%5BA-Za-z0-9._%25-%5D*)(%5C%26%5CS%2B)%3F + */ + + id = url.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/); + + if (id[3].indexOf('youtu') > -1) { + type = 'youtube'; + } else if (id[3].indexOf('vimeo') > -1) { + type = 'vimeo'; + } else if (id[3].indexOf('vzaar') > -1) { + type = 'vzaar'; + } else { + throw new Error('Video URL not supported.'); + } + id = id[6]; + } else { + throw new Error('Missing video URL.'); + } + + this._videos[url] = { + type: type, + id: id, + width: width, + height: height + }; + + item.attr('data-video', url); + + this.thumbnail(target, this._videos[url]); + }; + + /** + * Creates video thumbnail. + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {Object} info - The video info object. + * @see `fetch` + */ + Video.prototype.thumbnail = function(target, video) { + var tnLink, + icon, + path, + dimensions = video.width && video.height ? 'width:' + video.width + 'px;height:' + video.height + 'px;' : '', + customTn = target.find('img'), + srcType = 'src', + lazyClass = '', + settings = this._core.settings, + create = function(path) { + icon = '
'; + + if (settings.lazyLoad) { + tnLink = $('
',{ + "class": 'owl-video-tn ' + lazyClass, + "srcType": path + }); + } else { + tnLink = $( '
', { + "class": "owl-video-tn", + "style": 'opacity:1;background-image:url(' + path + ')' + }); + } + target.after(tnLink); + target.after(icon); + }; + + // wrap video content into owl-video-wrapper div + target.wrap( $( '
', { + "class": "owl-video-wrapper", + "style": dimensions + })); + + if (this._core.settings.lazyLoad) { + srcType = 'data-src'; + lazyClass = 'owl-lazy'; + } + + // custom thumbnail + if (customTn.length) { + create(customTn.attr(srcType)); + customTn.remove(); + return false; + } + + if (video.type === 'youtube') { + path = "//img.youtube.com/vi/" + video.id + "/hqdefault.jpg"; + create(path); + } else if (video.type === 'vimeo') { + $.ajax({ + type: 'GET', + url: '//vimeo.com/api/v2/video/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data[0].thumbnail_large; + create(path); + } + }); + } else if (video.type === 'vzaar') { + $.ajax({ + type: 'GET', + url: '//vzaar.com/api/videos/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data.framegrab_url; + create(path); + } + }); + } + }; + + /** + * Stops the current video. + * @public + */ + Video.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; + this._core.leave('playing'); + this._core.trigger('stopped', null, 'video'); + }; + + /** + * Starts the current video. + * @public + * @param {Event} event - The event arguments. + */ + Video.prototype.play = function(event) { + var target = $(event.target), + item = target.closest('.' + this._core.settings.itemClass), + video = this._videos[item.attr('data-video')], + width = video.width || '100%', + height = video.height || this._core.$stage.height(), + html, + iframe; + + if (this._playing) { + return; + } + + this._core.enter('playing'); + this._core.trigger('play', null, 'video'); + + item = this._core.items(this._core.relative(item.index())); + + this._core.reset(item.index()); + + html = $( '' ); + html.attr( 'height', height ); + html.attr( 'width', width ); + if (video.type === 'youtube') { + html.attr( 'src', '//www.youtube.com/embed/' + video.id + '?autoplay=1&rel=0&v=' + video.id ); + } else if (video.type === 'vimeo') { + html.attr( 'src', '//player.vimeo.com/video/' + video.id + '?autoplay=1' ); + } else if (video.type === 'vzaar') { + html.attr( 'src', '//view.vzaar.com/' + video.id + '/player?autoplay=true' ); + } + + iframe = $(html).wrap( '
' ).insertAfter(item.find('.owl-video')); + + this._playing = item.addClass('owl-video-playing'); + }; + + /** + * Checks whether an video is currently in full screen mode or not. + * @todo Bad style because looks like a readonly method but changes members. + * @protected + * @returns {Boolean} + */ + Video.prototype.isInFullScreen = function() { + var element = document.fullscreenElement || document.mozFullScreenElement || + document.webkitFullscreenElement; + + return element && $(element).parent().hasClass('owl-video-frame'); + }; + + /** + * Destroys the plugin. + */ + Video.prototype.destroy = function() { + var handler, property; + + this._core.$element.off('click.owl.video'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Video = Video; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Animate Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the animate plugin. + * @class The Navigation Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Animate = function(scope) { + this.core = scope; + this.core.options = $.extend({}, Animate.Defaults, this.core.options); + this.swapping = true; + this.previous = undefined; + this.next = undefined; + + this.handlers = { + 'change.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.previous = this.core.current(); + this.next = e.property.value; + } + }, this), + 'drag.owl.carousel dragged.owl.carousel translated.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this.swapping = e.type == 'translated'; + } + }, this), + 'translate.owl.carousel': $.proxy(function(e) { + if (e.namespace && this.swapping && (this.core.options.animateOut || this.core.options.animateIn)) { + this.swap(); + } + }, this) + }; + + this.core.$element.on(this.handlers); + }; + + /** + * Default options. + * @public + */ + Animate.Defaults = { + animateOut: false, + animateIn: false + }; + + /** + * Toggles the animation classes whenever an translations starts. + * @protected + * @returns {Boolean|undefined} + */ + Animate.prototype.swap = function() { + + if (this.core.settings.items !== 1) { + return; + } + + if (!$.support.animation || !$.support.transition) { + return; + } + + this.core.speed(0); + + var left, + clear = $.proxy(this.clear, this), + previous = this.core.$stage.children().eq(this.previous), + next = this.core.$stage.children().eq(this.next), + incoming = this.core.settings.animateIn, + outgoing = this.core.settings.animateOut; + + if (this.core.current() === this.previous) { + return; + } + + if (outgoing) { + left = this.core.coordinates(this.previous) - this.core.coordinates(this.next); + previous.one($.support.animation.end, clear) + .css( { 'left': left + 'px' } ) + .addClass('animated owl-animated-out') + .addClass(outgoing); + } + + if (incoming) { + next.one($.support.animation.end, clear) + .addClass('animated owl-animated-in') + .addClass(incoming); + } + }; + + Animate.prototype.clear = function(e) { + $(e.target).css( { 'left': '' } ) + .removeClass('animated owl-animated-out owl-animated-in') + .removeClass(this.core.settings.animateIn) + .removeClass(this.core.settings.animateOut); + this.core.onTransitionEnd(); + }; + + /** + * Destroys the plugin. + * @public + */ + Animate.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this.core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Animate = Animate; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Autoplay Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author Artus Kolanowski + * @author David Deutsch + * @author Tom De Caluwé + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the autoplay plugin. + * @class The Autoplay Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Autoplay = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * The autoplay timeout id. + * @type {Number} + */ + this._call = null; + + /** + * Depending on the state of the plugin, this variable contains either + * the start time of the timer or the current timer value if it's + * paused. Since we start in a paused state we initialize the timer + * value. + * @type {Number} + */ + this._time = 0; + + /** + * Stores the timeout currently used. + * @type {Number} + */ + this._timeout = 0; + + /** + * Indicates whenever the autoplay is paused. + * @type {Boolean} + */ + this._paused = true; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'settings') { + if (this._core.settings.autoplay) { + this.play(); + } else { + this.stop(); + } + } else if (e.namespace && e.property.name === 'position' && this._paused) { + // Reset the timer. This code is triggered when the position + // of the carousel was changed through user interaction. + this._time = 0; + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoplay) { + this.play(); + } + }, this), + 'play.owl.autoplay': $.proxy(function(e, t, s) { + if (e.namespace) { + this.play(t, s); + } + }, this), + 'stop.owl.autoplay': $.proxy(function(e) { + if (e.namespace) { + this.stop(); + } + }, this), + 'mouseover.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'mouseleave.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.play(); + } + }, this), + 'touchstart.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'touchend.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause) { + this.play(); + } + }, this) + }; + + // register event handlers + this._core.$element.on(this._handlers); + + // set default options + this._core.options = $.extend({}, Autoplay.Defaults, this._core.options); + }; + + /** + * Default options. + * @public + */ + Autoplay.Defaults = { + autoplay: false, + autoplayTimeout: 5000, + autoplayHoverPause: false, + autoplaySpeed: false + }; + + /** + * Transition to the next slide and set a timeout for the next transition. + * @private + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype._next = function(speed) { + this._call = window.setTimeout( + $.proxy(this._next, this, speed), + this._timeout * (Math.round(this.read() / this._timeout) + 1) - this.read() + ); + + if (this._core.is('interacting') || document.hidden) { + return; + } + this._core.next(speed || this._core.settings.autoplaySpeed); + } + + /** + * Reads the current timer value when the timer is playing. + * @public + */ + Autoplay.prototype.read = function() { + return new Date().getTime() - this._time; + }; + + /** + * Starts the autoplay. + * @public + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype.play = function(timeout, speed) { + var elapsed; + + if (!this._core.is('rotating')) { + this._core.enter('rotating'); + } + + timeout = timeout || this._core.settings.autoplayTimeout; + + // Calculate the elapsed time since the last transition. If the carousel + // wasn't playing this calculation will yield zero. + elapsed = Math.min(this._time % (this._timeout || timeout), timeout); + + if (this._paused) { + // Start the clock. + this._time = this.read(); + this._paused = false; + } else { + // Clear the active timeout to allow replacement. + window.clearTimeout(this._call); + } + + // Adjust the origin of the timer to match the new timeout value. + this._time += this.read() % timeout - elapsed; + + this._timeout = timeout; + this._call = window.setTimeout($.proxy(this._next, this, speed), timeout - elapsed); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.stop = function() { + if (this._core.is('rotating')) { + // Reset the clock. + this._time = 0; + this._paused = true; + + window.clearTimeout(this._call); + this._core.leave('rotating'); + } + }; + + /** + * Pauses the autoplay. + * @public + */ + Autoplay.prototype.pause = function() { + if (this._core.is('rotating') && !this._paused) { + // Pause the clock. + this._time = this.read(); + this._paused = true; + + window.clearTimeout(this._call); + } + }; + + /** + * Destroys the plugin. + */ + Autoplay.prototype.destroy = function() { + var handler, property; + + this.stop(); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.autoplay = Autoplay; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Navigation Plugin + * @version 2.3.4 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the navigation plugin. + * @class The Navigation Plugin + * @param {Owl} carousel - The Owl Carousel. + */ + var Navigation = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Indicates whether the plugin is initialized or not. + * @protected + * @type {Boolean} + */ + this._initialized = false; + + /** + * The current paging indexes. + * @protected + * @type {Array} + */ + this._pages = []; + + /** + * All DOM elements of the user interface. + * @protected + * @type {Object} + */ + this._controls = {}; + + /** + * Markup for an indicator. + * @protected + * @type {Array.} + */ + this._templates = []; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * Overridden methods of the carousel. + * @protected + * @type {Object} + */ + this._overrides = { + next: this._core.next, + prev: this._core.prev, + to: this._core.to + }; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.push('
' + + $(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot') + '
'); + } + }, this), + 'added.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 0, this._templates.pop()); + } + }, this), + 'remove.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 1); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.draw(); + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && !this._initialized) { + this._core.trigger('initialize', null, 'navigation'); + this.initialize(); + this.update(); + this.draw(); + this._initialized = true; + this._core.trigger('initialized', null, 'navigation'); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._initialized) { + this._core.trigger('refresh', null, 'navigation'); + this.update(); + this.draw(); + this._core.trigger('refreshed', null, 'navigation'); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Navigation.Defaults, this._core.options); + + // register event handlers + this.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + * @todo Rename `slideBy` to `navBy` + */ + Navigation.Defaults = { + nav: false, + navText: [ + '', + '' + ], + navSpeed: false, + navElement: 'button type="button" role="presentation"', + navContainer: false, + navContainerClass: 'owl-nav', + navClass: [ + 'owl-prev', + 'owl-next' + ], + slideBy: 1, + dotClass: 'owl-dot', + dotsClass: 'owl-dots', + dots: true, + dotsEach: false, + dotsData: false, + dotsSpeed: false, + dotsContainer: false + }; + + /** + * Initializes the layout of the plugin and extends the carousel. + * @protected + */ + Navigation.prototype.initialize = function() { + var override, + settings = this._core.settings; + + // create DOM structure for relative navigation + this._controls.$relative = (settings.navContainer ? $(settings.navContainer) + : $('
').addClass(settings.navContainerClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$previous = $('<' + settings.navElement + '>') + .addClass(settings.navClass[0]) + .html(settings.navText[0]) + .prependTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.prev(settings.navSpeed); + }, this)); + this._controls.$next = $('<' + settings.navElement + '>') + .addClass(settings.navClass[1]) + .html(settings.navText[1]) + .appendTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.next(settings.navSpeed); + }, this)); + + // create DOM structure for absolute navigation + if (!settings.dotsData) { + this._templates = [ $('',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0,allowHTMLInStatusIndicator:!1,allowHTMLInTemplate:!1}},c.fn.magnificPopup=function(e){r();var t,n,o,i=c(this);return"string"==typeof e?"open"===e?(t=P?i.data("magnificPopup"):i[0].magnificPopup,n=parseInt(arguments[1],10)||0,o=t.items?t.items[n]:(o=i,(o=t.delegate?o.find(t.delegate):o).eq(n)),m._openClick({mfpEl:o},i,t)):m.isOpen&&m[e].apply(m,Array.prototype.slice.call(arguments,1)):(e=c.extend(!0,{},e),P?i.data("magnificPopup",e):i[0].magnificPopup=e,m.addGroup(i,e)),i},"inline"),E=(c.magnificPopup.registerModule(S,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){m.types.push(S),d(w+"."+S,function(){a()})},getInline:function(e,t){var n,o,i;return a(),e.src?(n=m.st.inline,(o=c(e.src)).length?((i=o[0].parentNode)&&i.tagName&&(v||(l=n.hiddenClass,v=p(l),l="mfp-"+l),y=o.after(v).detach().removeClass(l)),m.updateStatus("ready")):(m.updateStatus("error",n.tNotFound),o=c("
")),e.inlineElement=o):(m.updateStatus("ready"),m._parseMarkup(t,{},e),t)}}}),"ajax");c.magnificPopup.registerModule(E,{options:{settings:null,cursor:"mfp-ajax-cur",tError:"The content could not be loaded."},proto:{initAjax:function(){m.types.push(E),n=m.st.ajax.cursor,d(w+"."+E,t),d("BeforeChange."+E,t)},getAjax:function(o){n&&c(document.body).addClass(n),m.updateStatus("loading");var e=c.extend({url:o.src,success:function(e,t,n){e={data:e,xhr:n};u("ParseAjax",e),m.appendContent(c(e.data),E),o.finished=!0,i(),m._setFocus(),setTimeout(function(){m.wrap.addClass(T)},16),m.updateStatus("ready"),u("AjaxContentAdded")},error:function(){i(),o.finished=o.loadError=!0,m.updateStatus("error",m.st.ajax.tError.replace("%url%",o.src))}},m.st.ajax.settings);return m.req=c.ajax(e),""}}});var z;c.magnificPopup.registerModule("image",{options:{markup:'
',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:"The image could not be loaded."},proto:{initImage:function(){var e=m.st.image,t=".image";m.types.push("image"),d(b+t,function(){"image"===m.currItem.type&&e.cursor&&c(document.body).addClass(e.cursor)}),d(w+t,function(){e.cursor&&c(document.body).removeClass(e.cursor),_.off("resize"+I)}),d("Resize"+t,m.resizeImage),m.isLowIE&&d("AfterChange",m.resizeImage)},resizeImage:function(){var e,t=m.currItem;t&&t.img&&m.st.image.verticalFit&&(e=0,m.isLowIE&&(e=parseInt(t.img.css("padding-top"),10)+parseInt(t.img.css("padding-bottom"),10)),t.img.css("max-height",m.wH-e))},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,z&&clearInterval(z),e.isCheckingImgSize=!1,u("ImageHasSize",e),e.imgHidden)&&(m.content&&m.content.removeClass("mfp-loading"),e.imgHidden=!1)},findImageSize:function(t){function n(e){z&&clearInterval(z),z=setInterval(function(){0
',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){m.types.push(L),d("BeforeChange",function(e,t,n){t!==n&&(t===L?O():n===L&&O(!0))}),d(w+"."+L,function(){O()})},getIframe:function(e,t){var n=e.src,o=m.st.iframe,i=(c.each(o.patterns,function(){if(-1',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%",langDir:null,loop:!0},proto:{initGallery:function(){var r=m.st.gallery,e=".mfp-gallery";if(m.direction=!0,!r||!r.enabled)return!1;r.langDir||(r.langDir=document.dir||"ltr"),h+=" mfp-gallery",d(b+e,function(){r.navigateByImgClick&&m.wrap.on("click"+e,".mfp-img",function(){if(1=m.index,m.index=e,m.updateItemHTML()},preloadNearbyImages:function(){for(var e=m.st.gallery.preload,t=Math.min(e[0],m.items.length),n=Math.min(e[1],m.items.length),o=1;o<=(m.direction?n:t);o++)m._preloadItem(m.index+o);for(o=1;o<=(m.direction?t:n);o++)m._preloadItem(m.index-o)},_preloadItem:function(e){var t;e=M(e),m.items[e].preloaded||((t=m.items[e]).parsed||(t=m.parseEl(e)),u("LazyLoad",t),"image"===t.type&&(t.img=c('').on("load.mfploader",function(){t.hasSize=!0}).on("error.mfploader",function(){t.hasSize=!0,t.loadError=!0,u("LazyLoadError",t)}).attr("src",t.src)),t.preloaded=!0)},updateGalleryButtons:function(){m.st.gallery.loop||"object"!=typeof m.arrowPrev||null===m.arrowPrev||(0===m.index?m.arrowPrev.hide():m.arrowPrev.show(),m.index===m.items.length-1?m.arrowNext.hide():m.arrowNext.show())}}}),"retina");c.magnificPopup.registerModule(H,{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,function(e){return"@2x"+e})},ratio:1},proto:{initRetina:function(){var n,o;1=this.duration)throw new Error("Vivus [constructor]: delay must be shorter than duration")},i.prototype.setCallback=function(t){if(t&&t.constructor!==Function)throw new Error('Vivus [constructor]: "callback" parameter must be a function');this.callback=t||function(){}},i.prototype.mapping=function(){var t,e,n,r,i,a,o,s,h,l;for(s=a=o=0,e=this.el.querySelectorAll("path"),l=!1,t=0;t=this.frameLength))return this.trace(),void(this.handle=e(function(){t.draw()}));this.stop(),this.currentFrame=this.frameLength,this.trace(),this.selfDestroy&&this.destroy()}this.callback(this),this.instanceCallback&&(this.instanceCallback(this),this.instanceCallback=null)},i.prototype.trace=function(){var t,e,n,r;for(r=this.animTimingFunction(this.currentFrame/this.frameLength)*this.frameLength,t=0;t0}});else{var t=function(t){for(var e=window.document,o=i(e);o;)o=i(e=o.ownerDocument);return e}(),e=[],o=null,n=null;s.prototype.THROTTLE_TIMEOUT=100,s.prototype.POLL_INTERVAL=null,s.prototype.USE_MUTATION_OBSERVER=!0,s._setupCrossOriginUpdater=function(){return o||(o=function(t,o){n=t&&o?l(t,o):{top:0,bottom:0,left:0,right:0,width:0,height:0},e.forEach(function(t){t._checkForIntersections()})}),o},s._resetCrossOriginUpdater=function(){o=null,n=null},s.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(t.ownerDocument),this._checkForIntersections()}},s.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._unmonitorIntersections(t.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},s.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},s.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},s.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,o){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==o[e-1]})},s.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},s.prototype._monitorIntersections=function(e){var o=e.defaultView;if(o&&-1==this._monitoringDocuments.indexOf(e)){var n=this._checkForIntersections,r=null,s=null;this.POLL_INTERVAL?r=o.setInterval(n,this.POLL_INTERVAL):(h(o,"resize",n,!0),h(e,"scroll",n,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in o&&(s=new o.MutationObserver(n)).observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(e),this._monitoringUnsubscribes.push(function(){var t=e.defaultView;t&&(r&&t.clearInterval(r),c(t,"resize",n,!0)),c(e,"scroll",n,!0),s&&s.disconnect()});var u=this.root&&(this.root.ownerDocument||this.root)||t;if(e!=u){var a=i(e);a&&this._monitorIntersections(a.ownerDocument)}}},s.prototype._unmonitorIntersections=function(e){var o=this._monitoringDocuments.indexOf(e);if(-1!=o){var n=this.root&&(this.root.ownerDocument||this.root)||t;if(!this._observationTargets.some(function(t){var o=t.element.ownerDocument;if(o==e)return!0;for(;o&&o!=n;){var r=i(o);if((o=r&&r.ownerDocument)==e)return!0}return!1})){var r=this._monitoringUnsubscribes[o];if(this._monitoringDocuments.splice(o,1),this._monitoringUnsubscribes.splice(o,1),r(),e!=n){var s=i(e);s&&this._unmonitorIntersections(s.ownerDocument)}}}},s.prototype._unmonitorAllIntersections=function(){var t=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var e=0;e=0&&m>=0&&{top:c,bottom:a,left:f,right:d,width:g,height:m}||null),!v)break;_=_&&p(_)}return v}},s.prototype._getRootRect=function(){var e;if(this.root&&!d(this.root))e=u(this.root);else{var o=d(this.root)?this.root:t,n=o.documentElement,i=o.body;e={top:0,left:0,right:n.clientWidth||i.clientWidth,width:n.clientWidth||i.clientWidth,bottom:n.clientHeight||i.clientHeight,height:n.clientHeight||i.clientHeight}}return this._expandRectByRootMargin(e)},s.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,o){return"px"==e.unit?e.value:e.value*(o%2?t.width:t.height)/100}),o={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return o.width=o.right-o.left,o.height=o.bottom-o.top,o},s.prototype._hasCrossedThreshold=function(t,e){var o=t&&t.isIntersecting?t.intersectionRatio||0:-1,n=e.isIntersecting?e.intersectionRatio||0:-1;if(o!==n)for(var i=0;i"); + } + + var pad = $.extend({ + top: 0, + bottom: 0 + }, options.padding || {}); + + $this.data("pin", { + pad: pad, + from: (options.containerSelector ? containerOffset.top : offset.top) - pad.top, + to: containerOffset.top + $container.height() - $this.outerHeight() - pad.bottom, + end: containerOffset.top + $container.height(), + parentTop: parentOffset.top + }); + + $this.css({width: $this.outerWidth()}); + $this.parent().css("height", $this.outerHeight()); + } + }; + + var onScroll = function () { + if (disabled) { return; } + + scrollY = $window.scrollTop(); + + var elmts = []; + for (var i=0, len=elements.length; i data.end) { + $this.css('position', ''); + continue; + } + + if (from < scrollY && to > scrollY) { + !($this.css("position") == "fixed") && $this.css({ + left: $this.offset().left, + top: data.pad.top + }).css("position", "fixed"); + if (options.activeClass) { $this.addClass(options.activeClass); } + } else if (scrollY >= to) { + $this.css({ + left: "", + top: to - data.parentTop + data.pad.top + }).css("position", "absolute"); + if (options.activeClass) { $this.addClass(options.activeClass); } + } else { + $this.css({position: "", top: "", left: ""}); + if (options.activeClass) { $this.removeClass(options.activeClass); } + } + } + elements = elmts; + }; + + var update = function () { recalculateLimits(); onScroll(); }; + + this.each(function () { + var $this = $(this), + data = $(this).data('pin') || {}; + + if (data && data.update) { return; } + elements.push($this); + $("img", this).one("load", recalculateLimits); + data.update = update; + $(this).data('pin', data); + }); + + $window.scroll(onScroll); + $window.resize(function () { recalculateLimits(); }); + recalculateLimits(); + + $window.on('load', update); + + return this; + }; +})(jQuery); + + +( function( $ ) { + "use strict"; + + // Define default settings + var defaults = { + action: function() {}, + runOnLoad: false, + duration: 500 + }; + + // Define global variables + var settings = defaults, + running = false, + start; + + var methods = {}; + + // Initial plugin configuration + methods.init = function() { + + // Allocate passed arguments to settings based on type + for( var i = 0; i <= arguments.length; i++ ) { + var arg = arguments[i]; + switch ( typeof arg ) { + case "function": + settings.action = arg; + break; + case "boolean": + settings.runOnLoad = arg; + break; + case "number": + settings.duration = arg; + break; + } + } + + // Process each matching jQuery object + return this.each(function() { + + if( settings.runOnLoad ) { settings.action(); } + + $(this).resize( function() { + + methods.timedAction.call( this ); + + } ); + + } ); + }; + + methods.timedAction = function( code, millisec ) { + + var doAction = function() { + var remaining = settings.duration; + + if( running ) { + var elapse = new Date() - start; + remaining = settings.duration - elapse; + if( remaining <= 0 ) { + // Clear timeout and reset running variable + clearTimeout(running); + running = false; + // Perform user defined function + settings.action(); + + return; + } + } + wait( remaining ); + }; + + var wait = function( time ) { + running = setTimeout( doAction, time ); + }; + + // Define new action starting time + start = new Date(); + + // Define runtime settings if function is run directly + if( typeof millisec === 'number' ) { settings.duration = millisec; } + if( typeof code === 'function' ) { settings.action = code; } + + // Only run timed loop if not already running + if( !running ) { doAction(); } + + }; + + + $.fn.afterResize = function( method ) { + + if( methods[method] ) { + return methods[method].apply( this, Array.prototype.slice.call( arguments, 1 ) ); + } else { + return methods.init.apply( this, arguments ); + } + + }; + +})(jQuery); + + +/* +Plugin Name: Animated Headlines +Written by: Codyhouse - (https://codyhouse.co/demo/animated-headlines/index.html) +*/ +jQuery(document).ready(function($) { + //set animation timing + var animationDelay = 2500, + //loading bar effect + barAnimationDelay = 3800, + barWaiting = barAnimationDelay - 3000, //3000 is the duration of the transition on the loading bar - set in the scss/css file + //letters effect + lettersDelay = 50, + //type effect + typeLettersDelay = 150, + selectionDuration = 500, + typeAnimationDelay = selectionDuration + 800, + //clip effect + revealDuration = 600, + revealAnimationDelay = 1500; + + initHeadline(); + + function initHeadline() { + //initialise headline animation + animateHeadline('.word-rotator', '.word-rotator.letters'); + } + + function animateHeadline($selector) { + var duration = animationDelay; + + theme.fn.intObs($selector, function(){ + + // Single Letters - Insert element for each letter of a changing word + if( $(this).hasClass('letters') ) { + $(this).find('b').each(function() { + var word = $(this), + letters = word.text().split(''), + selected = word.hasClass('is-visible'); + for (i in letters) { + if (word.parents('.rotate-2').length > 0) letters[i] = '' + letters[i] + ''; + letters[i] = (selected) ? '' + letters[i] + '' : '' + letters[i] + ''; + } + var newLetters = letters.join(''); + word.html(newLetters).css('opacity', 1); + }); + } + + // Animate the Headline + var headline = $(this); + + if (headline.hasClass('loading-bar')) { + duration = barAnimationDelay; + setTimeout(function() { + headline.find('.word-rotator-words').addClass('is-loading') + }, barWaiting); + } else if (headline.hasClass('clip')) { + var spanWrapper = headline.find('.word-rotator-words'), + newWidth = spanWrapper.outerWidth() + 10 + spanWrapper.css('width', newWidth); + } else if (!headline.hasClass('type')) { + //assign to .word-rotator-words the width of its longest word + var words = headline.find('.word-rotator-words b'), + width = 0; + words.each(function() { + var wordWidth = $(this).outerWidth(); + if (wordWidth > width) width = wordWidth; + }); + headline.find('.word-rotator-words').css('width', width); + }; + + // Trigger animation + setTimeout(function() { + hideWord(headline.find('.is-visible').eq(0)) + }, duration); + }, {}); + } + + function hideWord($word) { + var nextWord = takeNext($word); + + if ($word.parents('.word-rotator').hasClass('type')) { + var parentSpan = $word.parent('.word-rotator-words'); + parentSpan.addClass('selected').removeClass('waiting'); + setTimeout(function() { + parentSpan.removeClass('selected'); + $word.removeClass('is-visible').addClass('is-hidden').children('i').removeClass('in').addClass('out'); + }, selectionDuration); + setTimeout(function() { + showWord(nextWord, typeLettersDelay) + }, typeAnimationDelay); + + } else if ($word.parents('.word-rotator').hasClass('letters')) { + var bool = ($word.children('i').length >= nextWord.children('i').length) ? true : false; + hideLetter($word.find('i').eq(0), $word, bool, lettersDelay); + showLetter(nextWord.find('i').eq(0), nextWord, bool, lettersDelay); + + } else if ($word.parents('.word-rotator').hasClass('clip')) { + $word.parents('.word-rotator-words').stop( true, true ).animate({ + width: '2px' + }, revealDuration, function() { + switchWord($word, nextWord); + showWord(nextWord); + }); + + } else if ($word.parents('.word-rotator').hasClass('loading-bar')) { + $word.parents('.word-rotator-words').removeClass('is-loading'); + switchWord($word, nextWord); + setTimeout(function() { + hideWord(nextWord) + }, barAnimationDelay); + setTimeout(function() { + $word.parents('.word-rotator-words').addClass('is-loading') + }, barWaiting); + + } else { + switchWord($word, nextWord); + setTimeout(function() { + hideWord(nextWord) + }, animationDelay); + } + } + + function showWord($word, $duration) { + if ($word.parents('.word-rotator').hasClass('type')) { + showLetter($word.find('i').eq(0), $word, false, $duration); + $word.addClass('is-visible').removeClass('is-hidden'); + } else if ($word.parents('.word-rotator').hasClass('clip')) { + if (document.hasFocus()) { + $word.parents('.word-rotator-words').stop( true, true ).animate({ + 'width': $word.outerWidth() + 10 + }, revealDuration, function() { + setTimeout(function() { + hideWord($word) + }, revealAnimationDelay); + }); + } else { + $word.parents('.word-rotator-words').stop( true, true ).animate({ + width: $word.outerWidth() + 10 + }); + setTimeout(function() { + hideWord($word) + }, revealAnimationDelay); + } + } + } + + function hideLetter($letter, $word, $bool, $duration) { + $letter.removeClass('in').addClass('out'); + + if (!$letter.is(':last-child')) { + setTimeout(function() { + hideLetter($letter.next(), $word, $bool, $duration); + }, $duration); + } else if ($bool) { + setTimeout(function() { + hideWord(takeNext($word)) + }, animationDelay); + } + + if ($letter.is(':last-child') && $('html').hasClass('no-csstransitions')) { + var nextWord = takeNext($word); + switchWord($word, nextWord); + } + } + + function showLetter($letter, $word, $bool, $duration) { + $letter.addClass('in').removeClass('out'); + + if (!$letter.is(':last-child')) { + setTimeout(function() { + showLetter($letter.next(), $word, $bool, $duration); + }, $duration); + } else { + if ($word.parents('.word-rotator').hasClass('type')) { + setTimeout(function() { + $word.parents('.word-rotator-words').addClass('waiting'); + }, 200); + } + if (!$bool) { + setTimeout(function() { + hideWord($word) + }, animationDelay) + } + + if (!$word.closest('.word-rotator').hasClass('type')) { + $word.closest('.word-rotator-words').stop( true, true ).animate({ + width: $word.outerWidth() + }); + } + } + } + + function takeNext($word) { + return (!$word.is(':last-child')) ? $word.next() : $word.parent().children().eq(0); + } + + function takePrev($word) { + return (!$word.is(':first-child')) ? $word.prev() : $word.parent().children().last(); + } + + function switchWord($oldWord, $newWord) { + $oldWord.removeClass('is-visible').addClass('is-hidden'); + $newWord.removeClass('is-hidden').addClass('is-visible'); + + if (!$newWord.closest('.word-rotator').hasClass('clip')) { + var space = 0, + delay = ($newWord.outerWidth() > $oldWord.outerWidth()) ? 0 : 600; + + if ($newWord.closest('.word-rotator').hasClass('loading-bar') || $newWord.closest('.word-rotator').hasClass('slide')) { + space = 3; + delay = 0; + } + + setTimeout(function() { + $newWord.closest('.word-rotator-words').stop( true, true ).animate({ + width: $newWord.outerWidth() + space + }); + }, delay); + } + } +}); + +/* +jQuery Hover3d +================================================= +Version: 1.1.0 +Author: Rian Ariona +Website: http://ariona.net +Docs: http://ariona.github.io/hover3d +Repo: http://github.com/ariona/hover3d +Issues: http://github.com/ariona/hover3d/issues +*/ + +(function($){ + + $.fn.hover3d = function(options){ + + var settings = $.extend({ + selector : null, + perspective : 1000, + sensitivity : 20, + invert : false, + shine : false, + hoverInClass : "hover-in", + hoverOutClass : "hover-out", + hoverClass : "hover-3d" + }, options); + + return this.each(function(){ + + var $this = $(this), + $card = $this.find(settings.selector); + currentX = 0; + currentY = 0; + + + if( settings.shine ){ + $card.append('
'); + } + var $shine = $(this).find(".shine"); + + // Set perspective and transformStyle value + // for element and 3d object + $this.css({ + perspective: settings.perspective+"px", + transformStyle: "preserve-3d" + }); + + $card.css({ + perspective: settings.perspective+"px", + transformStyle: "preserve-3d", + }); + + $shine.css({ + position : "absolute", + top : 0, + left : 0, + bottom : 0, + right : 0, + transform : 'translateZ(1px)', + "z-index" : 9 + }); + + // Mouse Enter function, this will add hover-in + // Class so when mouse over it will add transition + // based on hover-in class + function enter(event){ + $card.addClass(settings.hoverInClass+" "+settings.hoverClass); + currentX = currentY = 0; + setTimeout(function(){ + $card.removeClass(settings.hoverInClass); + }, 1000); + } + + // Mouse movement Parallax effect + function move(event){ + + var w = $card.innerWidth(), + h = $card.innerHeight(), + currentX = Math.round(event.pageX - $card.offset().left), + currentY = Math.round(event.pageY - $card.offset().top), + ax = settings.invert ? ( w / 2 - currentX)/settings.sensitivity : -( w / 2 - currentX)/settings.sensitivity, + ay = settings.invert ? -( h / 2 - currentY)/settings.sensitivity : ( h / 2 - currentY)/settings.sensitivity, + dx = currentX - w / 2, + dy = currentY - h / 2, + theta = Math.atan2(dy, dx), + angle = theta * 180 / Math.PI - 90; + + + if (angle < 0) { + angle = angle + 360; + } + + + $card.css({ + perspective : settings.perspective+"px", + transformStyle : "preserve-3d", + transform : "rotateY("+ax+"deg) rotateX("+ay+"deg)" + }); + + $shine.css('background', 'linear-gradient(' + angle + 'deg, rgba(255,255,255,' + event.offsetY / h * .5 + ') 0%,var(--light-rgba-0) 80%)'); + } + + // Mouse leave function, will set the transform + // property to 0, and add transition class + // for exit animation + function leave(){ + $card.addClass(settings.hoverOutClass+" "+settings.hoverClass); + $card.css({ + perspective : settings.perspective+"px", + transformStyle : "preserve-3d", + transform : "rotateX(0) rotateY(0)" + }); + setTimeout( function(){ + $card.removeClass(settings.hoverOutClass+" "+settings.hoverClass); + currentX = currentY = 0; + }, 1000 ); + } + + // Mouseenter event binding + $this.on( "mouseenter", function(){ + return enter(); + }); + + // Mousemove event binding + $this.on( "mousemove", function(event){ + return move(event); + }); + + // Mouseleave event binding + $this.on( "mouseleave", function(){ + return leave(); + }); + + }); + + }; + +}(jQuery)); + + +/** + * jquery.hoverdir.js v1.1.0 + * http://www.codrops.com + * + * Licensed under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + * + * Copyright 2012, Codrops + * http://www.codrops.com + */ +;( function( $, window, undefined ) { + + 'use strict'; + + $.HoverDir = function( options, element ) { + + this.$el = $( element ); + this._init( options ); + + }; + + // the options + $.HoverDir.defaults = { + speed : 300, + easing : 'ease', + hoverDelay : 0, + inverse : false, + hoverElem: '.thumb-info-wrapper-overlay' + }; + + $.HoverDir.prototype = { + + _init : function( options ) { + + // options + this.options = $.extend( true, {}, $.HoverDir.defaults, options ); + // transition properties + this.transitionProp = 'all ' + this.options.speed + 'ms ' + this.options.easing; + // support for CSS transitions + this.support = true; + // load the events + this._loadEvents(); + + }, + _loadEvents : function() { + + var self = this; + + this.$el.on( 'mouseenter.hoverdir, mouseleave.hoverdir', function( event ) { + + var $el = $( this ), + $hoverElem = $el.find( self.options.hoverElem ), + direction = self._getDir( $el, { x : event.pageX, y : event.pageY } ), + styleCSS = self._getStyle( direction ); + + if( event.type === 'mouseenter' ) { + + $hoverElem.hide().css( styleCSS.from ); + clearTimeout( self.tmhover ); + + self.tmhover = setTimeout( function() { + + $hoverElem.show( 0, function() { + + var $el = $( this ); + if( self.support ) { + $el.css( 'transition', self.transitionProp ); + } + self._applyAnimation( $el, styleCSS.to, self.options.speed ); + + } ); + + + }, self.options.hoverDelay ); + + } + else { + + if( self.support ) { + $hoverElem.css( 'transition', self.transitionProp ); + } + clearTimeout( self.tmhover ); + self._applyAnimation( $hoverElem, styleCSS.from, self.options.speed ); + + } + + } ); + + }, + // credits : http://stackoverflow.com/a/3647634 + _getDir : function( $el, coordinates ) { + + // the width and height of the current div + var w = $el.width(), + h = $el.height(), + + // calculate the x and y to get an angle to the center of the div from that x and y. + // gets the x value relative to the center of the DIV and "normalize" it + x = ( coordinates.x - $el.offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ), + y = ( coordinates.y - $el.offset().top - ( h/2 )) * ( h > w ? ( w/h ) : 1 ), + + // the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123); + // first calculate the angle of the point, + // add 180 deg to get rid of the negative values + // divide by 90 to get the quadrant + // add 3 and do a modulo by 4 to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/ + direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4; + + return direction; + + }, + _getStyle : function( direction ) { + + var fromStyle, toStyle, + slideFromTop = { left : '0px', top : '-100%' }, + slideFromBottom = { left : '0px', top : '100%' }, + slideFromLeft = { left : '-100%', top : '0px' }, + slideFromRight = { left : '100%', top : '0px' }, + slideTop = { top : '0px' }, + slideLeft = { left : '0px' }; + + switch( direction ) { + case 0: + // from top + fromStyle = !this.options.inverse ? slideFromTop : slideFromBottom; + toStyle = slideTop; + break; + case 1: + // from right + fromStyle = !this.options.inverse ? slideFromRight : slideFromLeft; + toStyle = slideLeft; + break; + case 2: + // from bottom + fromStyle = !this.options.inverse ? slideFromBottom : slideFromTop; + toStyle = slideTop; + break; + case 3: + // from left + fromStyle = !this.options.inverse ? slideFromLeft : slideFromRight; + toStyle = slideLeft; + break; + }; + + return { from : fromStyle, to : toStyle }; + + }, + // apply a transition or fallback to jquery animate based on Modernizr.csstransitions support + _applyAnimation : function( el, styleCSS, speed ) { + + $.fn.applyStyle = this.support ? $.fn.css : $.fn.animate; + el.stop().applyStyle( styleCSS, $.extend( true, [], { duration : speed + 'ms' } ) ); + + }, + + }; + + var logError = function( message ) { + + if ( window.console ) { + + window.console.error( message ); + + } + + }; + + $.fn.hoverdir = function( options ) { + + var instance = $.data( this, 'hoverdir' ); + + if ( typeof options === 'string' ) { + + var args = Array.prototype.slice.call( arguments, 1 ); + + this.each(function() { + + if ( !instance ) { + + logError( "cannot call methods on hoverdir prior to initialization; " + + "attempted to call method '" + options + "'" ); + return; + + } + + if ( !$.isFunction( instance[options] ) || options.charAt(0) === "_" ) { + + logError( "no such method '" + options + "' for hoverdir instance" ); + return; + + } + + instance[ options ].apply( instance, args ); + + }); + + } + else { + + this.each(function() { + + if ( instance ) { + + instance._init(); + + } + else { + + instance = $.data( this, 'hoverdir', new $.HoverDir( options, this ) ); + + } + + }); + + } + + return instance; + + }; + +} )( jQuery, window ); + + +/* + * Vide - v0.5.1 + * Easy as hell jQuery plugin for video backgrounds. + * http://vodkabears.github.io/vide/ + * + * Made by Ilya Makarov + * Under MIT License + */ +!(function(root, factory) { + if (typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } else if (typeof exports === 'object') { + factory(require('jquery')); + } else { + factory(root.jQuery); + } +})(this, function($) { + + 'use strict'; + + /** + * Name of the plugin + * @private + * @const + * @type {String} + */ + var PLUGIN_NAME = 'vide'; + + /** + * Default settings + * @private + * @const + * @type {Object} + */ + var DEFAULTS = { + volume: 1, + playbackRate: 1, + muted: true, + loop: true, + autoplay: true, + position: '50% 50%', + posterType: 'detect', + resizing: true, + bgColor: 'transparent', + className: '' + }; + + /** + * Not implemented error message + * @private + * @const + * @type {String} + */ + var NOT_IMPLEMENTED_MSG = 'Not implemented'; + + /** + * Parse a string with options + * @private + * @param {String} str + * @returns {Object|String} + */ + function parseOptions(str) { + var obj = {}; + var delimiterIndex; + var option; + var prop; + var val; + var arr; + var len; + var i; + + // Remove spaces around delimiters and split + arr = str.replace(/\s*:\s*/g, ':').replace(/\s*,\s*/g, ',').split(','); + + // Parse a string + for (i = 0, len = arr.length; i < len; i++) { + option = arr[i]; + + // Ignore urls and a string without colon delimiters + if ( + option.search(/^(http|https|ftp):\/\//) !== -1 || + option.search(':') === -1 + ) { + break; + } + + delimiterIndex = option.indexOf(':'); + prop = option.substring(0, delimiterIndex); + val = option.substring(delimiterIndex + 1); + + // If val is an empty string, make it undefined + if (!val) { + val = undefined; + } + + // Convert a string value if it is like a boolean + if (typeof val === 'string') { + val = val === 'true' || (val === 'false' ? false : val); + } + + // Convert a string value if it is like a number + if (typeof val === 'string') { + val = !isNaN(val) ? +val : val; + } + + obj[prop] = val; + } + + // If nothing is parsed + if (prop == null && val == null) { + return str; + } + + return obj; + } + + /** + * Parse a position option + * @private + * @param {String} str + * @returns {Object} + */ + function parsePosition(str) { + str = '' + str; + + // Default value is a center + var args = str.split(/\s+/); + var x = '50%'; + var y = '50%'; + var len; + var arg; + var i; + + for (i = 0, len = args.length; i < len; i++) { + arg = args[i]; + + // Convert values + if (arg === 'left') { + x = '0%'; + } else if (arg === 'right') { + x = '100%'; + } else if (arg === 'top') { + y = '0%'; + } else if (arg === 'bottom') { + y = '100%'; + } else if (arg === 'center') { + if (i === 0) { + x = '50%'; + } else { + y = '50%'; + } + } else { + if (i === 0) { + x = arg; + } else { + y = arg; + } + } + } + + return { x: x, y: y }; + } + + /** + * Search a poster + * @private + * @param {String} path + * @param {Function} callback + */ + function findPoster(path, callback) { + var onLoad = function() { + callback(this.src); + }; + + $('').on('load', onLoad); + $('').on('load', onLoad); + $('').on('load', onLoad); + $('').on('load', onLoad); + } + + /** + * Vide constructor + * @param {HTMLElement} element + * @param {Object|String} path + * @param {Object|String} options + * @constructor + */ + function Vide(element, path, options) { + this.$element = $(element); + + // Parse path + if (typeof path === 'string') { + path = parseOptions(path); + } + + // Parse options + if (!options) { + options = {}; + } else if (typeof options === 'string') { + options = parseOptions(options); + } + + // Remove an extension + if (typeof path === 'string') { + path = path.replace(/\.\w*$/, ''); + } else if (typeof path === 'object') { + for (var i in path) { + if (path.hasOwnProperty(i)) { + path[i] = path[i].replace(/\.\w*$/, ''); + } + } + } + + this.settings = $.extend({}, DEFAULTS, options); + this.path = path; + + // https://github.com/VodkaBears/Vide/issues/110 + try { + this.init(); + } catch (e) { + if (e.message !== NOT_IMPLEMENTED_MSG) { + throw e; + } + } + } + + /** + * Initialization + * @public + */ + Vide.prototype.init = function() { + var vide = this; + var path = vide.path; + var poster = path; + var sources = ''; + var $element = vide.$element; + var settings = vide.settings; + var position = parsePosition(settings.position); + var posterType = settings.posterType; + var $video; + var $wrapper; + + // Set styles of a video wrapper + $wrapper = vide.$wrapper = $('
') + .addClass(settings.className) + .css({ + position: 'absolute', + 'z-index': -1, + top: 0, + left: 0, + bottom: 0, + right: 0, + overflow: 'hidden', + '-webkit-background-size': 'cover', + '-moz-background-size': 'cover', + '-o-background-size': 'cover', + 'background-size': 'cover', + 'background-color': settings.bgColor, + 'background-repeat': 'no-repeat', + 'background-position': position.x + ' ' + position.y + }); + + // Get a poster path + if (typeof path === 'object') { + if (path.poster) { + poster = path.poster; + } else { + if (path.mp4) { + poster = path.mp4; + } else if (path.webm) { + poster = path.webm; + } else if (path.ogv) { + poster = path.ogv; + } + } + } + + // Set a video poster + if (posterType === 'detect') { + findPoster(poster, function(url) { + $wrapper.css('background-image', 'url(' + url + ')'); + }); + } else if (posterType !== 'none') { + $wrapper.css('background-image', 'url(' + poster + '.' + posterType + ')'); + } + + // If a parent element has a static position, make it relative + if ($element.css('position') === 'static') { + $element.css('position', 'relative'); + } + + $element.prepend($wrapper); + + if (typeof path === 'object') { + if (path.mp4) { + sources += ''; + } + + if (path.webm) { + sources += ''; + } + + if (path.ogv) { + sources += ''; + } + + $video = vide.$video = $(''); + } else { + $video = vide.$video = $(''); + } + + // https://github.com/VodkaBears/Vide/issues/110 + try { + $video + + // Set video properties + .prop({ + autoplay: settings.autoplay, + loop: settings.loop, + volume: settings.volume, + muted: settings.muted, + defaultMuted: settings.muted, + playbackRate: settings.playbackRate, + defaultPlaybackRate: settings.playbackRate + }); + + if (settings.autoplay) { + $video.attr('playsinline', ''); + } + } catch (e) { + throw new Error(NOT_IMPLEMENTED_MSG); + } + + // Video alignment + $video.css({ + margin: 'auto', + position: 'absolute', + 'z-index': -1, + top: position.y, + left: position.x, + '-webkit-transform': 'translate(-' + position.x + ', -' + position.y + ')', + '-ms-transform': 'translate(-' + position.x + ', -' + position.y + ')', + '-moz-transform': 'translate(-' + position.x + ', -' + position.y + ')', + transform: 'translate(-' + position.x + ', -' + position.y + ')', + opacity: 0 + }) + + // Resize a video, when it's loaded + .one('canplaythrough.' + PLUGIN_NAME, function() { + vide.resize(); + }) + + // Make it visible, when it's already playing + .one('playing.' + PLUGIN_NAME, function() { + $video.css({ + visibility: 'visible', + opacity: 1 + }); + $wrapper.css('background-image', 'none'); + }); + + // Resize event is available only for 'window' + // Use another code solutions to detect DOM elements resizing + $element.on('resize.' + PLUGIN_NAME, function() { + if (settings.resizing) { + vide.resize(); + } + }); + + // Append a video + $wrapper.append($video); + }; + + /** + * Get a video element + * @public + * @returns {HTMLVideoElement} + */ + Vide.prototype.getVideoObject = function() { + return this.$video[0]; + }; + + /** + * Resize a video background + * @public + */ + Vide.prototype.resize = function() { + if (!this.$video) { + return; + } + + var $wrapper = this.$wrapper; + var $video = this.$video; + var video = $video[0]; + + // Get a native video size + var videoHeight = video.videoHeight; + var videoWidth = video.videoWidth; + + // Get a wrapper size + var wrapperHeight = $wrapper.height(); + var wrapperWidth = $wrapper.width(); + + if (wrapperWidth / videoWidth > wrapperHeight / videoHeight) { + $video.css({ + + // +2 pixels to prevent an empty space after transformation + width: wrapperWidth + 2, + height: 'auto' + }); + } else { + $video.css({ + width: 'auto', + + // +2 pixels to prevent an empty space after transformation + height: wrapperHeight + 2 + }); + } + }; + + /** + * Destroy a video background + * @public + */ + Vide.prototype.destroy = function() { + delete $[PLUGIN_NAME].lookup[this.index]; + this.$video && this.$video.off(PLUGIN_NAME); + this.$element.off(PLUGIN_NAME).removeData(PLUGIN_NAME); + this.$wrapper.remove(); + }; + + /** + * Special plugin object for instances. + * @public + * @type {Object} + */ + $[PLUGIN_NAME] = { + lookup: [] + }; + + /** + * Plugin constructor + * @param {Object|String} path + * @param {Object|String} options + * @returns {JQuery} + * @constructor + */ + $.fn[PLUGIN_NAME] = function(path, options) { + var instance; + + this.each(function() { + instance = $.data(this, PLUGIN_NAME); + + // Destroy the plugin instance if exists + instance && instance.destroy(); + + // Create the plugin instance + instance = new Vide(this, path, options); + instance.index = $[PLUGIN_NAME].lookup.push(instance) - 1; + $.data(this, PLUGIN_NAME, instance); + }); + + return this; + }; + + $(document).ready(function() { + var $window = $(window); + + // Window resize event listener + $window.on('resize.' + PLUGIN_NAME, function() { + for (var len = $[PLUGIN_NAME].lookup.length, i = 0, instance; i < len; i++) { + instance = $[PLUGIN_NAME].lookup[i]; + + if (instance && instance.settings.resizing) { + instance.resize(); + } + } + }); + + // https://github.com/VodkaBears/Vide/issues/68 + $window.on('pagehide.' + PLUGIN_NAME, function() { + return false; + }); + + // Auto initialization + // Add 'data-vide-bg' attribute with a path to the video without extension + // Also you can pass options throw the 'data-vide-options' attribute + // 'data-vide-options' must be like 'muted: false, volume: 0.5' + $(document).find('[data-' + PLUGIN_NAME + '-bg]').each(function(i, element) { + var $element = $(element); + var options = $element.data(PLUGIN_NAME + '-options'); + var path = $element.data(PLUGIN_NAME + '-bg'); + + $element[PLUGIN_NAME](path, options); + }); + }); + +}); + + +/*! + * @fileOverview TouchSwipe - jQuery Plugin + * @version 1.6.18 + * + * @author Matt Bryson http://www.github.com/mattbryson + * @see https://github.com/mattbryson/TouchSwipe-Jquery-Plugin + * @see http://labs.rampinteractive.co.uk/touchSwipe/ + * @see http://plugins.jquery.com/project/touchSwipe + * @license + * Copyright (c) 2010-2015 Matt Bryson + * Dual licensed under the MIT or GPL Version 2 licenses. + * + */ +!function(factory){"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],factory):factory("undefined"!=typeof module&&module.exports?require("jquery"):jQuery)}(function($){"use strict";function init(options){return!options||void 0!==options.allowPageScroll||void 0===options.swipe&&void 0===options.swipeStatus||(options.allowPageScroll=NONE),void 0!==options.click&&void 0===options.tap&&(options.tap=options.click),options||(options={}),options=$.extend({},$.fn.swipe.defaults,options),this.each(function(){var $this=$(this),plugin=$this.data(PLUGIN_NS);plugin||(plugin=new TouchSwipe(this,options),$this.data(PLUGIN_NS,plugin))})}function TouchSwipe(element,options){function touchStart(jqEvent){if(!(getTouchInProgress()||$(jqEvent.target).closest(options.excludedElements,$element).length>0)){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;if(!event.pointerType||"mouse"!=event.pointerType||0!=options.fallbackToMouseEvents){var ret,touches=event.touches,evt=touches?touches[0]:event;return phase=PHASE_START,touches?fingerCount=touches.length:options.preventDefaultEvents!==!1&&jqEvent.preventDefault(),distance=0,direction=null,currentDirection=null,pinchDirection=null,duration=0,startTouchesDistance=0,endTouchesDistance=0,pinchZoom=1,pinchDistance=0,maximumsMap=createMaximumsData(),cancelMultiFingerRelease(),createFingerData(0,evt),!touches||fingerCount===options.fingers||options.fingers===ALL_FINGERS||hasPinches()?(startTime=getTimeStamp(),2==fingerCount&&(createFingerData(1,touches[1]),startTouchesDistance=endTouchesDistance=calculateTouchesDistance(fingerData[0].start,fingerData[1].start)),(options.swipeStatus||options.pinchStatus)&&(ret=triggerHandler(event,phase))):ret=!1,ret===!1?(phase=PHASE_CANCEL,triggerHandler(event,phase),ret):(options.hold&&(holdTimeout=setTimeout($.proxy(function(){$element.trigger("hold",[event.target]),options.hold&&(ret=options.hold.call($element,event,event.target))},this),options.longTapThreshold)),setTouchInProgress(!0),null)}}}function touchMove(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;if(phase!==PHASE_END&&phase!==PHASE_CANCEL&&!inMultiFingerRelease()){var ret,touches=event.touches,evt=touches?touches[0]:event,currentFinger=updateFingerData(evt);if(endTime=getTimeStamp(),touches&&(fingerCount=touches.length),options.hold&&clearTimeout(holdTimeout),phase=PHASE_MOVE,2==fingerCount&&(0==startTouchesDistance?(createFingerData(1,touches[1]),startTouchesDistance=endTouchesDistance=calculateTouchesDistance(fingerData[0].start,fingerData[1].start)):(updateFingerData(touches[1]),endTouchesDistance=calculateTouchesDistance(fingerData[0].end,fingerData[1].end),pinchDirection=calculatePinchDirection(fingerData[0].end,fingerData[1].end)),pinchZoom=calculatePinchZoom(startTouchesDistance,endTouchesDistance),pinchDistance=Math.abs(startTouchesDistance-endTouchesDistance)),fingerCount===options.fingers||options.fingers===ALL_FINGERS||!touches||hasPinches()){if(direction=calculateDirection(currentFinger.start,currentFinger.end),currentDirection=calculateDirection(currentFinger.last,currentFinger.end),validateDefaultEvent(jqEvent,currentDirection),distance=calculateDistance(currentFinger.start,currentFinger.end),duration=calculateDuration(),setMaxDistance(direction,distance),ret=triggerHandler(event,phase),!options.triggerOnTouchEnd||options.triggerOnTouchLeave){var inBounds=!0;if(options.triggerOnTouchLeave){var bounds=getbounds(this);inBounds=isInBounds(currentFinger.end,bounds)}!options.triggerOnTouchEnd&&inBounds?phase=getNextPhase(PHASE_MOVE):options.triggerOnTouchLeave&&!inBounds&&(phase=getNextPhase(PHASE_END)),phase!=PHASE_CANCEL&&phase!=PHASE_END||triggerHandler(event,phase)}}else phase=PHASE_CANCEL,triggerHandler(event,phase);ret===!1&&(phase=PHASE_CANCEL,triggerHandler(event,phase))}}function touchEnd(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent,touches=event.touches;if(touches){if(touches.length&&!inMultiFingerRelease())return startMultiFingerRelease(event),!0;if(touches.length&&inMultiFingerRelease())return!0}return inMultiFingerRelease()&&(fingerCount=fingerCountAtRelease),endTime=getTimeStamp(),duration=calculateDuration(),didSwipeBackToCancel()||!validateSwipeDistance()?(phase=PHASE_CANCEL,triggerHandler(event,phase)):options.triggerOnTouchEnd||options.triggerOnTouchEnd===!1&&phase===PHASE_MOVE?(options.preventDefaultEvents!==!1&&jqEvent.cancelable!==!1&&jqEvent.preventDefault(),phase=PHASE_END,triggerHandler(event,phase)):!options.triggerOnTouchEnd&&hasTap()?(phase=PHASE_END,triggerHandlerForGesture(event,phase,TAP)):phase===PHASE_MOVE&&(phase=PHASE_CANCEL,triggerHandler(event,phase)),setTouchInProgress(!1),null}function touchCancel(){fingerCount=0,endTime=0,startTime=0,startTouchesDistance=0,endTouchesDistance=0,pinchZoom=1,cancelMultiFingerRelease(),setTouchInProgress(!1)}function touchLeave(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;options.triggerOnTouchLeave&&(phase=getNextPhase(PHASE_END),triggerHandler(event,phase))}function removeListeners(){$element.off(START_EV,touchStart),$element.off(CANCEL_EV,touchCancel),$element.off(MOVE_EV,touchMove),$element.off(END_EV,touchEnd),LEAVE_EV&&$element.off(LEAVE_EV,touchLeave),setTouchInProgress(!1)}function getNextPhase(currentPhase){var nextPhase=currentPhase,validTime=validateSwipeTime(),validDistance=validateSwipeDistance(),didCancel=didSwipeBackToCancel();return!validTime||didCancel?nextPhase=PHASE_CANCEL:!validDistance||currentPhase!=PHASE_MOVE||options.triggerOnTouchEnd&&!options.triggerOnTouchLeave?!validDistance&¤tPhase==PHASE_END&&options.triggerOnTouchLeave&&(nextPhase=PHASE_CANCEL):nextPhase=PHASE_END,nextPhase}function triggerHandler(event,phase){var ret,touches=event.touches;return(didSwipe()||hasSwipes())&&(ret=triggerHandlerForGesture(event,phase,SWIPE)),(didPinch()||hasPinches())&&ret!==!1&&(ret=triggerHandlerForGesture(event,phase,PINCH)),didDoubleTap()&&ret!==!1?ret=triggerHandlerForGesture(event,phase,DOUBLE_TAP):didLongTap()&&ret!==!1?ret=triggerHandlerForGesture(event,phase,LONG_TAP):didTap()&&ret!==!1&&(ret=triggerHandlerForGesture(event,phase,TAP)),phase===PHASE_CANCEL&&touchCancel(event),phase===PHASE_END&&(touches?touches.length||touchCancel(event):touchCancel(event)),ret}function triggerHandlerForGesture(event,phase,gesture){var ret;if(gesture==SWIPE){if($element.trigger("swipeStatus",[phase,direction||null,distance||0,duration||0,fingerCount,fingerData,currentDirection]),options.swipeStatus&&(ret=options.swipeStatus.call($element,event,phase,direction||null,distance||0,duration||0,fingerCount,fingerData,currentDirection),ret===!1))return!1;if(phase==PHASE_END&&validateSwipe()){if(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),$element.trigger("swipe",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipe&&(ret=options.swipe.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection),ret===!1))return!1;switch(direction){case LEFT:$element.trigger("swipeLeft",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeLeft&&(ret=options.swipeLeft.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case RIGHT:$element.trigger("swipeRight",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeRight&&(ret=options.swipeRight.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case UP:$element.trigger("swipeUp",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeUp&&(ret=options.swipeUp.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case DOWN:$element.trigger("swipeDown",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeDown&&(ret=options.swipeDown.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection))}}}if(gesture==PINCH){if($element.trigger("pinchStatus",[phase,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchStatus&&(ret=options.pinchStatus.call($element,event,phase,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData),ret===!1))return!1;if(phase==PHASE_END&&validatePinch())switch(pinchDirection){case IN:$element.trigger("pinchIn",[pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchIn&&(ret=options.pinchIn.call($element,event,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData));break;case OUT:$element.trigger("pinchOut",[pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchOut&&(ret=options.pinchOut.call($element,event,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData))}}return gesture==TAP?phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),hasDoubleTap()&&!inDoubleTap()?(doubleTapStartTime=getTimeStamp(),singleTapTimeout=setTimeout($.proxy(function(){doubleTapStartTime=null,$element.trigger("tap",[event.target]),options.tap&&(ret=options.tap.call($element,event,event.target))},this),options.doubleTapThreshold)):(doubleTapStartTime=null,$element.trigger("tap",[event.target]),options.tap&&(ret=options.tap.call($element,event,event.target)))):gesture==DOUBLE_TAP?phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),doubleTapStartTime=null,$element.trigger("doubletap",[event.target]),options.doubleTap&&(ret=options.doubleTap.call($element,event,event.target))):gesture==LONG_TAP&&(phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),doubleTapStartTime=null,$element.trigger("longtap",[event.target]),options.longTap&&(ret=options.longTap.call($element,event,event.target)))),ret}function validateSwipeDistance(){var valid=!0;return null!==options.threshold&&(valid=distance>=options.threshold),valid}function didSwipeBackToCancel(){var cancelled=!1;return null!==options.cancelThreshold&&null!==direction&&(cancelled=getMaxDistance(direction)-distance>=options.cancelThreshold),cancelled}function validatePinchDistance(){return null!==options.pinchThreshold?pinchDistance>=options.pinchThreshold:!0}function validateSwipeTime(){var result;return result=options.maxTimeThreshold?!(duration>=options.maxTimeThreshold):!0}function validateDefaultEvent(jqEvent,direction){if(options.preventDefaultEvents!==!1)if(options.allowPageScroll===NONE)jqEvent.preventDefault();else{var auto=options.allowPageScroll===AUTO;switch(direction){case LEFT:(options.swipeLeft&&auto||!auto&&options.allowPageScroll!=HORIZONTAL)&&jqEvent.preventDefault();break;case RIGHT:(options.swipeRight&&auto||!auto&&options.allowPageScroll!=HORIZONTAL)&&jqEvent.preventDefault();break;case UP:(options.swipeUp&&auto||!auto&&options.allowPageScroll!=VERTICAL)&&jqEvent.preventDefault();break;case DOWN:(options.swipeDown&&auto||!auto&&options.allowPageScroll!=VERTICAL)&&jqEvent.preventDefault();break;case NONE:}}}function validatePinch(){var hasCorrectFingerCount=validateFingers(),hasEndPoint=validateEndPoint(),hasCorrectDistance=validatePinchDistance();return hasCorrectFingerCount&&hasEndPoint&&hasCorrectDistance}function hasPinches(){return!!(options.pinchStatus||options.pinchIn||options.pinchOut)}function didPinch(){return!(!validatePinch()||!hasPinches())}function validateSwipe(){var hasValidTime=validateSwipeTime(),hasValidDistance=validateSwipeDistance(),hasCorrectFingerCount=validateFingers(),hasEndPoint=validateEndPoint(),didCancel=didSwipeBackToCancel(),valid=!didCancel&&hasEndPoint&&hasCorrectFingerCount&&hasValidDistance&&hasValidTime;return valid}function hasSwipes(){return!!(options.swipe||options.swipeStatus||options.swipeLeft||options.swipeRight||options.swipeUp||options.swipeDown)}function didSwipe(){return!(!validateSwipe()||!hasSwipes())}function validateFingers(){return fingerCount===options.fingers||options.fingers===ALL_FINGERS||!SUPPORTS_TOUCH}function validateEndPoint(){return 0!==fingerData[0].end.x}function hasTap(){return!!options.tap}function hasDoubleTap(){return!!options.doubleTap}function hasLongTap(){return!!options.longTap}function validateDoubleTap(){if(null==doubleTapStartTime)return!1;var now=getTimeStamp();return hasDoubleTap()&&now-doubleTapStartTime<=options.doubleTapThreshold}function inDoubleTap(){return validateDoubleTap()}function validateTap(){return(1===fingerCount||!SUPPORTS_TOUCH)&&(isNaN(distance)||distanceoptions.longTapThreshold&&DOUBLE_TAP_THRESHOLD>distance}function didTap(){return!(!validateTap()||!hasTap())}function didDoubleTap(){return!(!validateDoubleTap()||!hasDoubleTap())}function didLongTap(){return!(!validateLongTap()||!hasLongTap())}function startMultiFingerRelease(event){previousTouchEndTime=getTimeStamp(),fingerCountAtRelease=event.touches.length+1}function cancelMultiFingerRelease(){previousTouchEndTime=0,fingerCountAtRelease=0}function inMultiFingerRelease(){var withinThreshold=!1;if(previousTouchEndTime){var diff=getTimeStamp()-previousTouchEndTime;diff<=options.fingerReleaseThreshold&&(withinThreshold=!0)}return withinThreshold}function getTouchInProgress(){return!($element.data(PLUGIN_NS+"_intouch")!==!0)}function setTouchInProgress(val){$element&&(val===!0?($element.on(MOVE_EV,touchMove),$element.on(END_EV,touchEnd),LEAVE_EV&&$element.on(LEAVE_EV,touchLeave)):($element.off(MOVE_EV,touchMove,!1),$element.off(END_EV,touchEnd,!1),LEAVE_EV&&$element.off(LEAVE_EV,touchLeave,!1)),$element.data(PLUGIN_NS+"_intouch",val===!0))}function createFingerData(id,evt){var f={start:{x:0,y:0},last:{x:0,y:0},end:{x:0,y:0}};return f.start.x=f.last.x=f.end.x=evt.pageX||evt.clientX,f.start.y=f.last.y=f.end.y=evt.pageY||evt.clientY,fingerData[id]=f,f}function updateFingerData(evt){var id=void 0!==evt.identifier?evt.identifier:0,f=getFingerData(id);return null===f&&(f=createFingerData(id,evt)),f.last.x=f.end.x,f.last.y=f.end.y,f.end.x=evt.pageX||evt.clientX,f.end.y=evt.pageY||evt.clientY,f}function getFingerData(id){return fingerData[id]||null}function setMaxDistance(direction,distance){direction!=NONE&&(distance=Math.max(distance,getMaxDistance(direction)),maximumsMap[direction].distance=distance)}function getMaxDistance(direction){return maximumsMap[direction]?maximumsMap[direction].distance:void 0}function createMaximumsData(){var maxData={};return maxData[LEFT]=createMaximumVO(LEFT),maxData[RIGHT]=createMaximumVO(RIGHT),maxData[UP]=createMaximumVO(UP),maxData[DOWN]=createMaximumVO(DOWN),maxData}function createMaximumVO(dir){return{direction:dir,distance:0}}function calculateDuration(){return endTime-startTime}function calculateTouchesDistance(startPoint,endPoint){var diffX=Math.abs(startPoint.x-endPoint.x),diffY=Math.abs(startPoint.y-endPoint.y);return Math.round(Math.sqrt(diffX*diffX+diffY*diffY))}function calculatePinchZoom(startDistance,endDistance){var percent=endDistance/startDistance*1;return percent.toFixed(2)}function calculatePinchDirection(){return 1>pinchZoom?OUT:IN}function calculateDistance(startPoint,endPoint){return Math.round(Math.sqrt(Math.pow(endPoint.x-startPoint.x,2)+Math.pow(endPoint.y-startPoint.y,2)))}function calculateAngle(startPoint,endPoint){var x=startPoint.x-endPoint.x,y=endPoint.y-startPoint.y,r=Math.atan2(y,x),angle=Math.round(180*r/Math.PI);return 0>angle&&(angle=360-Math.abs(angle)),angle}function calculateDirection(startPoint,endPoint){if(comparePoints(startPoint,endPoint))return NONE;var angle=calculateAngle(startPoint,endPoint);return 45>=angle&&angle>=0?LEFT:360>=angle&&angle>=315?LEFT:angle>=135&&225>=angle?RIGHT:angle>45&&135>angle?DOWN:UP}function getTimeStamp(){var now=new Date;return now.getTime()}function getbounds(el){el=$(el);var offset=el.offset(),bounds={left:offset.left,right:offset.left+el.outerWidth(),top:offset.top,bottom:offset.top+el.outerHeight()};return bounds}function isInBounds(point,bounds){return point.x>bounds.left&&point.xbounds.top&&point.y= this.loops) { + clearInterval(this.interval); + this.value = this.options.to; + + if (typeof(this.options.onComplete) == 'function') { + this.options.onComplete.call(this.$element, this.value); + } + } + }; + + CountTo.prototype.render = function () { + var formattedValue = this.options.formatter.call(this.$element, this.value, this.options); + this.$element.text(formattedValue); + }; + + CountTo.prototype.restart = function () { + this.stop(); + this.init(); + this.start(); + }; + + CountTo.prototype.start = function () { + this.stop(); + this.render(); + this.interval = setInterval(this.update.bind(this), this.options.refreshInterval); + }; + + CountTo.prototype.stop = function () { + if (this.interval) { + clearInterval(this.interval); + } + }; + + CountTo.prototype.toggle = function () { + if (this.interval) { + this.stop(); + } else { + this.start(); + } + }; + + function formatter(value, options) { + return value.toFixed(options.decimals); + } + + $.fn.countTo = function (option) { + return this.each(function () { + var $this = $(this); + var data = $this.data('countTo'); + var init = !data || typeof(option) === 'object'; + var options = typeof(option) === 'object' ? option : {}; + var method = typeof(option) === 'string' ? option : 'start'; + + if (init) { + if (data) data.stop(); + $this.data('countTo', data = new CountTo(this, options)); + } + + data[method].call(data); + }); + }; +})); + + +(function($){ + + /** + * Copyright 2012, Digital Fusion + * Licensed under the MIT license. + * http://teamdf.com/jquery-plugins/license/ + * + * @author Sam Sehnert + * @desc A small plugin that checks whether elements are within + * the user visible viewport of a web browser. + * only accounts for vertical position, not horizontal. + */ + $.fn.visible = function(partial,hidden,direction,container){ + + if (this.length < 1) + return; + + var $t = this.length > 1 ? this.eq(0) : this, + isContained = typeof container !== 'undefined' && container !== null, + $w = isContained ? $(container) : $(window), + wPosition = isContained ? $w.position() : 0, + t = $t.get(0), + vpWidth = $w.outerWidth(), + vpHeight = $w.outerHeight(), + direction = (direction) ? direction : 'both', + clientSize = hidden === true ? t.offsetWidth * t.offsetHeight : true; + + if (typeof t.getBoundingClientRect === 'function'){ + + // Use this native browser method, if available. + var rec = t.getBoundingClientRect(), + tViz = isContained ? + rec.top - wPosition.top >= 0 && rec.top < vpHeight + wPosition.top : + rec.top >= 0 && rec.top < vpHeight, + bViz = isContained ? + rec.bottom - wPosition.top > 0 && rec.bottom <= vpHeight + wPosition.top : + rec.bottom > 0 && rec.bottom <= vpHeight, + lViz = isContained ? + rec.left - wPosition.left >= 0 && rec.left < vpWidth + wPosition.left : + rec.left >= 0 && rec.left < vpWidth, + rViz = isContained ? + rec.right - wPosition.left > 0 && rec.right < vpWidth + wPosition.left : + rec.right > 0 && rec.right <= vpWidth, + vVisible = partial ? tViz || bViz : tViz && bViz, + hVisible = partial ? lViz || rViz : lViz && rViz; + + if(direction === 'both') + return clientSize && vVisible && hVisible; + else if(direction === 'vertical') + return clientSize && vVisible; + else if(direction === 'horizontal') + return clientSize && hVisible; + } else { + + var viewTop = isContained ? 0 : wPosition, + viewBottom = viewTop + vpHeight, + viewLeft = $w.scrollLeft(), + viewRight = viewLeft + vpWidth, + position = $t.position(), + _top = position.top, + _bottom = _top + $t.height(), + _left = position.left, + _right = _left + $t.width(), + compareTop = partial === true ? _bottom : _top, + compareBottom = partial === true ? _top : _bottom, + compareLeft = partial === true ? _right : _left, + compareRight = partial === true ? _left : _right; + + if(direction === 'both') + return !!clientSize && ((compareBottom <= viewBottom) && (compareTop >= viewTop)) && ((compareRight <= viewRight) && (compareLeft >= viewLeft)); + else if(direction === 'vertical') + return !!clientSize && ((compareBottom <= viewBottom) && (compareTop >= viewTop)); + else if(direction === 'horizontal') + return !!clientSize && ((compareRight <= viewRight) && (compareLeft >= viewLeft)); + } + }; + +})(jQuery); + + +/** +* jquery-match-height 0.7.2 by @liabru +* http://brm.io/jquery-match-height/ +* License: MIT +*/ + +;(function(factory) { // eslint-disable-line no-extra-semi + 'use strict'; + if (typeof define === 'function' && define.amd) { + // AMD + define(['jquery'], factory); + } else if (typeof module !== 'undefined' && module.exports) { + // CommonJS + module.exports = factory(require('jquery')); + } else { + // Global + factory(jQuery); + } +})(function($) { + /* + * internal + */ + + var _previousResizeWidth = -1, + _updateTimeout = -1; + + /* + * _parse + * value parse utility function + */ + + var _parse = function(value) { + // parse value and convert NaN to 0 + return parseFloat(value) || 0; + }; + + /* + * _rows + * utility function returns array of jQuery selections representing each row + * (as displayed after float wrapping applied by browser) + */ + + var _rows = function(elements) { + var tolerance = 1, + $elements = $(elements), + lastTop = null, + rows = []; + + // group elements by their top position + $elements.each(function(){ + var $that = $(this), + top = $that.offset().top - _parse($that.css('margin-top')), + lastRow = rows.length > 0 ? rows[rows.length - 1] : null; + + if (lastRow === null) { + // first item on the row, so just push it + rows.push($that); + } else { + // if the row top is the same, add to the row group + if (Math.floor(Math.abs(lastTop - top)) <= tolerance) { + rows[rows.length - 1] = lastRow.add($that); + } else { + // otherwise start a new row group + rows.push($that); + } + } + + // keep track of the last row top + lastTop = top; + }); + + return rows; + }; + + /* + * _parseOptions + * handle plugin options + */ + + var _parseOptions = function(options) { + var opts = { + byRow: true, + property: 'height', + target: null, + remove: false + }; + + if (typeof options === 'object') { + return $.extend(opts, options); + } + + if (typeof options === 'boolean') { + opts.byRow = options; + } else if (options === 'remove') { + opts.remove = true; + } + + return opts; + }; + + /* + * matchHeight + * plugin definition + */ + + var matchHeight = $.fn.matchHeight = function(options) { + var opts = _parseOptions(options); + + // handle remove + if (opts.remove) { + var that = this; + + // remove fixed height from all selected elements + this.css(opts.property, ''); + + // remove selected elements from all groups + $.each(matchHeight._groups, function(key, group) { + group.elements = group.elements.not(that); + }); + + // TODO: cleanup empty groups + + return this; + } + + if (this.length <= 1 && !opts.target) { + return this; + } + + // keep track of this group so we can re-apply later on load and resize events + matchHeight._groups.push({ + elements: this, + options: opts + }); + + // match each element's height to the tallest element in the selection + matchHeight._apply(this, opts); + + return this; + }; + + /* + * plugin global options + */ + + matchHeight.version = '0.7.2'; + matchHeight._groups = []; + matchHeight._throttle = 80; + matchHeight._maintainScroll = false; + matchHeight._beforeUpdate = null; + matchHeight._afterUpdate = null; + matchHeight._rows = _rows; + matchHeight._parse = _parse; + matchHeight._parseOptions = _parseOptions; + + /* + * matchHeight._apply + * apply matchHeight to given elements + */ + + matchHeight._apply = function(elements, options) { + var opts = _parseOptions(options), + $elements = $(elements), + rows = [$elements]; + + // take note of scroll position + var scrollTop = $(window).scrollTop(), + htmlHeight = $('html').outerHeight(true); + + // get hidden parents + var $hiddenParents = $elements.parents().filter(':hidden'); + + // cache the original inline style + $hiddenParents.each(function() { + var $that = $(this); + $that.data('style-cache', $that.attr('style')); + }); + + // temporarily must force hidden parents visible + $hiddenParents.css('display', 'block'); + + // get rows if using byRow, otherwise assume one row + if (opts.byRow && !opts.target) { + + // must first force an arbitrary equal height so floating elements break evenly + $elements.each(function() { + var $that = $(this), + display = $that.css('display'); + + // temporarily force a usable display value + if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') { + display = 'block'; + } + + // cache the original inline style + $that.data('style-cache', $that.attr('style')); + + $that.css({ + 'display': display, + 'padding-top': '0', + 'padding-bottom': '0', + 'margin-top': '0', + 'margin-bottom': '0', + 'border-top-width': '0', + 'border-bottom-width': '0', + 'height': '100px', + 'overflow': 'hidden' + }); + }); + + // get the array of rows (based on element top position) + rows = _rows($elements); + + // revert original inline styles + $elements.each(function() { + var $that = $(this); + $that.attr('style', $that.data('style-cache') || ''); + }); + } + + $.each(rows, function(key, row) { + var $row = $(row), + targetHeight = 0; + + if (!opts.target) { + // skip apply to rows with only one item + if (opts.byRow && $row.length <= 1) { + $row.css(opts.property, ''); + return; + } + + // iterate the row and find the max height + $row.each(function(){ + var $that = $(this), + style = $that.attr('style'), + display = $that.css('display'); + + // temporarily force a usable display value + if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') { + display = 'block'; + } + + // ensure we get the correct actual height (and not a previously set height value) + var css = { 'display': display }; + css[opts.property] = ''; + $that.css(css); + + // find the max height (including padding, but not margin) + if ($that.outerHeight(false) > targetHeight) { + targetHeight = $that.outerHeight(false); + } + + // revert styles + if (style) { + $that.attr('style', style); + } else { + $that.css('display', ''); + } + }); + } else { + // if target set, use the height of the target element + targetHeight = opts.target.outerHeight(false); + } + + // iterate the row and apply the height to all elements + $row.each(function(){ + var $that = $(this), + verticalPadding = 0; + + // don't apply to a target + if (opts.target && $that.is(opts.target)) { + return; + } + + // handle padding and border correctly (required when not using border-box) + if ($that.css('box-sizing') !== 'border-box') { + verticalPadding += _parse($that.css('border-top-width')) + _parse($that.css('border-bottom-width')); + verticalPadding += _parse($that.css('padding-top')) + _parse($that.css('padding-bottom')); + } + + // set the height (accounting for padding and border) + $that.css(opts.property, (targetHeight - verticalPadding) + 'px'); + }); + }); + + // revert hidden parents + $hiddenParents.each(function() { + var $that = $(this); + $that.attr('style', $that.data('style-cache') || null); + }); + + // restore scroll position if enabled + if (matchHeight._maintainScroll) { + $(window).scrollTop((scrollTop / htmlHeight) * $('html').outerHeight(true)); + } + + return this; + }; + + /* + * matchHeight._applyDataApi + * applies matchHeight to all elements with a data-match-height attribute + */ + + matchHeight._applyDataApi = function() { + var groups = {}; + + // generate groups by their groupId set by elements using data-match-height + $('[data-match-height], [data-mh]').each(function() { + var $this = $(this), + groupId = $this.attr('data-mh') || $this.attr('data-match-height'); + + if (groupId in groups) { + groups[groupId] = groups[groupId].add($this); + } else { + groups[groupId] = $this; + } + }); + + // apply matchHeight to each group + $.each(groups, function() { + this.matchHeight(true); + }); + }; + + /* + * matchHeight._update + * updates matchHeight on all current groups with their correct options + */ + + var _update = function(event) { + if (matchHeight._beforeUpdate) { + matchHeight._beforeUpdate(event, matchHeight._groups); + } + + $.each(matchHeight._groups, function() { + matchHeight._apply(this.elements, this.options); + }); + + if (matchHeight._afterUpdate) { + matchHeight._afterUpdate(event, matchHeight._groups); + } + }; + + matchHeight._update = function(throttle, event) { + // prevent update if fired from a resize event + // where the viewport width hasn't actually changed + // fixes an event looping bug in IE8 + if (event && event.type === 'resize') { + var windowWidth = $(window).width(); + if (windowWidth === _previousResizeWidth) { + return; + } + _previousResizeWidth = windowWidth; + } + + // throttle updates + if (!throttle) { + _update(event); + } else if (_updateTimeout === -1) { + _updateTimeout = setTimeout(function() { + _update(event); + _updateTimeout = -1; + }, matchHeight._throttle); + } + }; + + /* + * bind events + */ + + // apply on DOM ready event + $(matchHeight._applyDataApi); + + // use on or bind where supported + var on = $.fn.on ? 'on' : 'bind'; + + // update heights on load and resize events + $(window)[on]('load', function(event) { + matchHeight._update(false, event); + }); + + // throttled update heights on resize events + $(window)[on]('resize orientationchange', function(event) { + matchHeight._update(true, event); + }); + +}); + + +/*! waitForImages jQuery Plugin - v2.4.0 - 2018-02-13 +* https://github.com/alexanderdickson/waitForImages +* Copyright (c) 2018 Alex Dickson; Licensed MIT */ +;(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['jquery'], factory); + } else if (typeof exports === 'object') { + // CommonJS / nodejs module + module.exports = factory(require('jquery')); + } else { + // Browser globals + factory(jQuery); + } +}(function ($) { + // Namespace all events. + var eventNamespace = 'waitForImages'; + + // Is srcset supported by this browser? + var hasSrcset = (function(img) { + return img.srcset && img.sizes; + })(new Image()); + + // CSS properties which contain references to images. + $.waitForImages = { + hasImageProperties: [ + 'backgroundImage', + 'listStyleImage', + 'borderImage', + 'borderCornerImage', + 'cursor' + ], + hasImageAttributes: ['srcset'] + }; + + // Custom selector to find all `img` elements with a valid `src` attribute. + $.expr.pseudos['has-src'] = function (obj) { + // Ensure we are dealing with an `img` element with a valid + // `src` attribute. + return $(obj).is('img[src][src!=""]'); + }; + + // Custom selector to find images which are not already cached by the + // browser. + $.expr.pseudos.uncached = function (obj) { + // Ensure we are dealing with an `img` element with a valid + // `src` attribute. + if (!$(obj).is(':has-src')) { + return false; + } + + return !obj.complete; + }; + + $.fn.waitForImages = function () { + + var allImgsLength = 0; + var allImgsLoaded = 0; + var deferred = $.Deferred(); + var originalCollection = this; + var allImgs = []; + + // CSS properties which may contain an image. + var hasImgProperties = $.waitForImages.hasImageProperties || []; + // Element attributes which may contain an image. + var hasImageAttributes = $.waitForImages.hasImageAttributes || []; + // To match `url()` references. + // Spec: http://www.w3.org/TR/CSS2/syndata.html#value-def-uri + var matchUrl = /url\(\s*(['"]?)(.*?)\1\s*\)/g; + + var finishedCallback; + var eachCallback; + var waitForAll; + + // Handle options object (if passed). + if ($.isPlainObject(arguments[0])) { + + waitForAll = arguments[0].waitForAll; + eachCallback = arguments[0].each; + finishedCallback = arguments[0].finished; + + } else { + + // Handle if using deferred object and only one param was passed in. + if (arguments.length === 1 && $.type(arguments[0]) === 'boolean') { + waitForAll = arguments[0]; + } else { + finishedCallback = arguments[0]; + eachCallback = arguments[1]; + waitForAll = arguments[2]; + } + + } + + // Handle missing callbacks. + finishedCallback = finishedCallback || $.noop; + eachCallback = eachCallback || $.noop; + + // Convert waitForAll to Boolean. + waitForAll = !! waitForAll; + + // Ensure callbacks are functions. + if (!$.isFunction(finishedCallback) || !$.isFunction(eachCallback)) { + throw new TypeError('An invalid callback was supplied.'); + } + + this.each(function () { + // Build a list of all imgs, dependent on what images will + // be considered. + var obj = $(this); + + if (waitForAll) { + + // Get all elements (including the original), as any one of + // them could have a background image. + obj.find('*').addBack().each(function () { + var element = $(this); + + // If an `img` element, add it. But keep iterating in + // case it has a background image too. + if (element.is('img:has-src') && + !element.is('[srcset]')) { + allImgs.push({ + src: element.attr('src'), + element: element[0] + }); + } + + $.each(hasImgProperties, function (i, property) { + var propertyValue = element.css(property); + var match; + + // If it doesn't contain this property, skip. + if (!propertyValue) { + return true; + } + + // Get all url() of this element. + while (match = matchUrl.exec(propertyValue)) { + allImgs.push({ + src: match[2], + element: element[0] + }); + } + }); + + $.each(hasImageAttributes, function (i, attribute) { + var attributeValue = element.attr(attribute); + var attributeValues; + + // If it doesn't contain this property, skip. + if (!attributeValue) { + return true; + } + + allImgs.push({ + src: element.attr('src'), + srcset: element.attr('srcset'), + element: element[0] + }); + }); + }); + } else { + // For images only, the task is simpler. + obj.find('img:has-src') + .each(function () { + allImgs.push({ + src: this.src, + element: this + }); + }); + } + }); + + allImgsLength = allImgs.length; + allImgsLoaded = 0; + + // If no images found, don't bother. + if (allImgsLength === 0) { + finishedCallback.call(originalCollection); + deferred.resolveWith(originalCollection); + } + + // Now that we've found all imgs in all elements in this, + // load them and attach callbacks. + $.each(allImgs, function (i, img) { + + var image = new Image(); + var events = + 'load.' + eventNamespace + ' error.' + eventNamespace; + + // Handle the image loading and error with the same callback. + $(image).one(events, function me (event) { + // If an error occurred with loading the image, set the + // third argument accordingly. + var eachArguments = [ + allImgsLoaded, + allImgsLength, + event.type == 'load' + ]; + allImgsLoaded++; + + eachCallback.apply(img.element, eachArguments); + deferred.notifyWith(img.element, eachArguments); + + // Unbind the event listeners. I use this in addition to + // `one` as one of those events won't be called (either + // 'load' or 'error' will be called). + $(this).off(events, me); + + if (allImgsLoaded == allImgsLength) { + finishedCallback.call(originalCollection[0]); + deferred.resolveWith(originalCollection[0]); + return false; + } + + }); + + if (hasSrcset && img.srcset) { + image.srcset = img.srcset; + image.sizes = img.sizes; + } + image.src = img.src; + }); + + return deferred.promise(); + + }; +})); + + +/* jQuery-FontSpy.js v3.0.0 + * https://github.com/patrickmarabeas/jQuery-FontSpy.js + * + * Copyright 2013, Patrick Marabeas http://pulse-dev.com + * Released under the MIT license + * http://opensource.org/licenses/mit-license.php + * + * Date: 02/11/2015 + */ + +(function( w, $ ) { + + fontSpy = function ( fontName, conf ) { + var $html = $('html'), + $body = $('body'), + fontFamilyName = fontName; + + // Throw error if fontName is not a string or not is left as an empty string + if (typeof fontFamilyName !== 'string' || fontFamilyName === '') { + throw 'A valid fontName is required. fontName must be a string and must not be an empty string.'; + } + + var defaults = { + font: fontFamilyName, + fontClass: fontFamilyName.toLowerCase().replace( /\s/g, '' ), + success: function() {}, + failure: function() {}, + testFont: 'Courier New', + testString: 'QW@HhsXJ', + glyphs: '', + delay: 50, + timeOut: 1000, + callback: $.noop + }; + + var config = $.extend( defaults, conf ); + + var $tester = $('' + config.testString+config.glyphs + '') + .css('position', 'absolute') + .css('top', '-9999px') + .css('left', '-9999px') + .css('visibility', 'hidden') + .css('fontFamily', config.testFont) + .css('fontSize', '250px'); + + $body.append($tester); + + var fallbackFontWidth = $tester.outerWidth(); + + $tester.css('fontFamily', config.font + ',' + config.testFont); + + var failure = function () { + $html.addClass("no-"+config.fontClass); + if( config && config.failure ) { + config.failure(); + } + config.callback(new Error('FontSpy timeout')); + $tester.remove(); + }; + + var success = function () { + config.callback(); + $html.addClass(config.fontClass); + if( config && config.success ) { + config.success(); + } + $tester.remove(); + }; + + var retry = function () { + setTimeout(checkFont, config.delay); + config.timeOut = config.timeOut - config.delay; + }; + + var checkFont = function () { + var loadedFontWidth = $tester.outerWidth(); + + if (fallbackFontWidth !== loadedFontWidth){ + success(); + } else if(config.timeOut < 0) { + failure(); + } else { + retry(); + } + } + + checkFont(); + } + })( this, jQuery ); + + +!function(o,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e(o.observeElementInViewport={})}(this,function(o){function e(o,e,t,r){if(void 0===t&&(t=function(){}),void 0===r&&(r={}),!o)throw new Error("Target element to observe should be a valid DOM Node");var n=Object.assign({},{viewport:null,modTop:"0px",modRight:"0px",modBottom:"0px",modLeft:"0px",threshold:[0]},r),i=n.viewport,f=n.modTop,s=n.modLeft,u=n.modBottom,a=n.modRight,d=n.threshold;if(!Array.isArray(d)&&"number"!=typeof d)throw new Error("threshold should be a number or an array of numbers");var p=Array.isArray(d)?d.map(function(o){return Math.floor(o%101)/100}):[Math.floor(d?d%101:0)/100],c=Math.min.apply(Math,p),m={root:i instanceof Node?i:null,rootMargin:f+" "+a+" "+u+" "+s,threshold:p},h=new IntersectionObserver(function(r,n){var i=r.filter(function(e){return e.target===o})[0],f=function(){return n.unobserve(o)};i&&(i.isInViewport=i.isIntersecting&&i.intersectionRatio>=c,i.isInViewport?e(i,f,o):t(i,f,o))},m);return h.observe(o),function(){return h.unobserve(o)}}o.observeElementInViewport=e,o.isInViewport=function(o,t){return void 0===t&&(t={}),new Promise(function(r,n){try{e(o,function(o,e){e(),r(!0)},function(o,e){e(),r(!1)},t)}catch(o){n(o)}})}}); +//# sourceMappingURL=index.umd.js.map + + +(function(factory){"use strict";if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else if(typeof exports!=="undefined"){module.exports=factory(require("jquery"))}else{factory(jQuery)}})(function($){$.fn.marquee=function(options){return this.each(function(){var o=$.extend({},$.fn.marquee.defaults,options),$this=$(this),$marqueeWrapper,containerWidth,animationCss,verticalDir,elWidth,loopCount=3,playState="animation-play-state",css3AnimationIsSupported=false,_prefixedEvent=function(element,type,callback){var pfx=["webkit","moz","MS","o",""];for(var p=0;p
');var $el=$this.find(".js-marquee").css({"margin-right":o.gap,float:"left"});if(o.duplicated){if(o.duplicateCount<=0){o.duplicateCount=1}for(let duplicateLoop=0;duplicateLoop
');$marqueeWrapper=$this.find(".js-marquee-wrapper");if(verticalDir){var containerHeight=$this.height();$marqueeWrapper.removeAttr("style");$this.height(containerHeight);$this.find(".js-marquee").css({float:"none","margin-bottom":o.gap,"margin-right":0});if(o.duplicated){$this.find(".js-marquee:last").css({"margin-bottom":0})}var elHeight=$this.find(".js-marquee:first").height()+o.gap;if(o.startVisible&&!o.duplicated){o._completeDuration=(parseInt(elHeight,10)+parseInt(containerHeight,10))/parseInt(containerHeight,10)*o.duration;o.duration=parseInt(elHeight,10)/parseInt(containerHeight,10)*o.duration}else{o.duration=(parseInt(elHeight,10)+parseInt(containerHeight,10))/parseInt(containerHeight,10)*o.duration}}else{elWidth=$this.find(".js-marquee:first").width()+o.gap;containerWidth=$this.width();if(o.startVisible&&!o.duplicated){o._completeDuration=(parseInt(elWidth,10)+parseInt(containerWidth,10))/parseInt(containerWidth,10)*o.duration;o.duration=parseInt(elWidth,10)/parseInt(containerWidth,10)*o.duration}else{o.duration=(parseInt(elWidth,10)+parseInt(containerWidth,10))/parseInt(containerWidth,10)*o.duration}}if(o.duplicated){o.duration=o.duration/2}if(o.allowCss3Support){var elm=document.body||document.createElement("div"),animationName="marqueeAnimation-"+Math.floor(Math.random()*1e7),domPrefixes="Webkit Moz O ms Khtml".split(" "),animationString="animation",animationCss3Str="",keyframeString="";if(elm.style.animation!==undefined){keyframeString="@keyframes "+animationName+" ";css3AnimationIsSupported=true}if(css3AnimationIsSupported===false){for(var i=0;i2){$marqueeWrapper.css("transform","translateY("+(o.direction==="up"?0:"-"+elHeight+"px")+")")}animationCss={transform:"translateY("+(o.direction==="up"?"-"+elHeight+"px":0)+")"}}else if(o.startVisible){if(loopCount===2){if(animationCss3Str){animationCss3Str=animationName+" "+o.duration/1e3+"s "+o.delayBeforeStart/1e3+"s "+o.css3easing}animationCss={transform:"translateY("+(o.direction==="up"?"-"+elHeight+"px":containerHeight+"px")+")"};loopCount++}else if(loopCount===3){o.duration=o._completeDuration;if(animationCss3Str){animationName=animationName+"0";keyframeString=$.trim(keyframeString)+"0 ";animationCss3Str=animationName+" "+o.duration/1e3+"s 0s infinite "+o.css3easing}_rePositionVertically()}}else{_rePositionVertically();animationCss={transform:"translateY("+(o.direction==="up"?"-"+$marqueeWrapper.height()+"px":containerHeight+"px")+")"}}}else{if(o.duplicated){if(loopCount>2){$marqueeWrapper.css("transform","translateX("+(o.direction==="left"?0:"-"+elWidth+"px")+")")}animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":0)+")"}}else if(o.startVisible){if(loopCount===2){if(animationCss3Str){animationCss3Str=animationName+" "+o.duration/1e3+"s "+o.delayBeforeStart/1e3+"s "+o.css3easing}animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":containerWidth+"px")+")"};loopCount++}else if(loopCount===3){o.duration=o._completeDuration;if(animationCss3Str){animationName=animationName+"0";keyframeString=$.trim(keyframeString)+"0 ";animationCss3Str=animationName+" "+o.duration/1e3+"s 0s infinite "+o.css3easing}_rePositionHorizontally()}}else{_rePositionHorizontally();animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":containerWidth+"px")+")"}}}$this.trigger("beforeStarting");if(css3AnimationIsSupported){$marqueeWrapper.css(animationString,animationCss3Str);var keyframeCss=keyframeString+" { 100% "+_objToString(animationCss)+"}",$styles=$marqueeWrapper.find("style");if($styles.length!==0){$styles.filter(":last").html(keyframeCss)}else{$("head").append("")}_prefixedEvent($marqueeWrapper[0],"AnimationIteration",function(){$this.trigger("finished")});_prefixedEvent($marqueeWrapper[0],"AnimationEnd",function(){animate();$this.trigger("finished")})}else{$marqueeWrapper.animate(animationCss,o.duration,o.easing,function(){$this.trigger("finished");if(o.pauseOnCycle){_startAnimationWithDelay()}else{animate()}})}$this.data("runningStatus","resumed")};$this.on("pause",methods.pause);$this.on("resume",methods.resume);if(o.pauseOnHover){$this.on("mouseenter",methods.pause);$this.on("mouseleave",methods.resume)}if(css3AnimationIsSupported&&o.allowCss3Support){animate()}else{_startAnimationWithDelay()}})};$.fn.marquee.defaults={allowCss3Support:true,css3easing:"linear",easing:"linear",delayBeforeStart:1e3,direction:"left",duplicated:false,duplicateCount:1,duration:5e3,speed:0,gap:20,pauseOnCycle:false,pauseOnHover:false,startVisible:false}}); \ No newline at end of file diff --git a/resources/assets/vendor/plugins/js/plugins.min.js b/resources/assets/vendor/plugins/js/plugins.min.js new file mode 100644 index 0000000..69d6380 --- /dev/null +++ b/resources/assets/vendor/plugins/js/plugins.min.js @@ -0,0 +1 @@ +((t,e)=>{"object"==typeof module&&"object"==typeof module.exports?module.exports=t.document?e(t,!0):function(t){if(t.document)return e(t);throw new Error("jQuery requires a window with a document")}:e(t)})("undefined"!=typeof window?window:this,function(x,z){function y(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item}function R(t){return null!=t&&t===t.window}var e=[],N=Object.getPrototypeOf,a=e.slice,q=e.flat?function(t){return e.flat.call(t)}:function(t){return e.concat.apply([],t)},H=e.push,_=e.indexOf,F={},W=F.toString,$=F.hasOwnProperty,B=$.toString,V=B.call(Object),m={},C=x.document,U={type:!0,src:!0,nonce:!0,noModule:!0};function Q(t,e,i){var n,o,r=(i=i||C).createElement("script");if(r.text=t,e)for(n in U)(o=e[n]||e.getAttribute&&e.getAttribute(n))&&r.setAttribute(n,o);i.head.appendChild(r).parentNode.removeChild(r)}function Y(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?F[W.call(t)]||"object":typeof t}var t="3.7.1",X=/HTML$/i,T=function(t,e){return new T.fn.init(t,e)};function G(t){var e=!!t&&"length"in t&&t.length,i=Y(t);return!y(t)&&!R(t)&&("array"===i||0===e||"number"==typeof e&&0+~]|"+i+")"+i+"*"),bt=new RegExp(i+"|>"),_t=new RegExp(s),wt=new RegExp("^"+t+"$"),xt={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+r),PSEUDO:new RegExp("^"+s),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+i+"*(even|odd|(([+-]|)(\\d*)n|)"+i+"*(?:([+-]|)"+i+"*(\\d+)|))"+i+"*\\)|)","i"),bool:new RegExp("^(?:"+mt+")$","i"),needsContext:new RegExp("^"+i+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+i+"*((?:-\\d)?\\d*)"+i+"*\\)|)(?=[^-]|$)","i")},Ct=/^(?:input|select|textarea|button)$/i,Tt=/^h\d$/i,Et=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,St=/[+~]/,h=new RegExp("\\\\[\\da-fA-F]{1,6}"+i+"?|\\\\([^\\r\\n\\f])","g"),p=function(t,e){t="0x"+t.slice(1)-65536;return e||(t<0?String.fromCharCode(65536+t):String.fromCharCode(t>>10|55296,1023&t|56320))},kt=function(){jt()},It=Nt(function(t){return!0===t.disabled&&b(t,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(e=a.call(o.childNodes),o.childNodes),e[o.childNodes.length].nodeType}catch(nt){k={apply:function(t,e){lt.apply(t,a.call(e))},call:function(t){lt.apply(t,a.call(arguments,1))}}}function O(t,e,i,n){var o,r,s,a,l,c,u=e&&e.ownerDocument,h=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==h&&9!==h&&11!==h)return i;if(!n&&(jt(e),e=e||E,S)){if(11!==h&&(a=Et.exec(t)))if(o=a[1]){if(9===h){if(!(c=e.getElementById(o)))return i;if(c.id===o)return k.call(i,c),i}else if(u&&(c=u.getElementById(o))&&O.contains(e,c)&&c.id===o)return k.call(i,c),i}else{if(a[2])return k.apply(i,e.getElementsByTagName(t)),i;if((o=a[3])&&e.getElementsByClassName)return k.apply(i,e.getElementsByClassName(o)),i}if(!(pt[t+" "]||d&&d.test(t))){if(c=t,u=e,1===h&&(bt.test(t)||yt.test(t))){for((u=St.test(t)&&Pt(e.parentNode)||e)==e&&m.scope||((s=e.getAttribute("id"))?s=T.escapeSelector(s):e.setAttribute("id",s=I)),r=(l=zt(t)).length;r--;)l[r]=(s?"#"+s:":scope")+" "+Rt(l[r]);c=l.join(",")}try{return k.apply(i,u.querySelectorAll(c)),i}catch(e){pt(t,!0)}finally{s===I&&e.removeAttribute("id")}}}return $t(t.replace(tt,"$1"),e,i,n)}function At(){var n=[];return function t(e,i){return n.push(e+" ")>w.cacheLength&&delete t[n.shift()],t[e+" "]=i}}function l(t){return t[I]=!0,t}function Ot(t){var e=E.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e)}}function Lt(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&It(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function Dt(s){return l(function(r){return r=+r,l(function(t,e){for(var i,n=s([],t.length,r),o=n.length;o--;)t[i=n[o]]&&(t[i]=!(e[i]=t[i]))})})}function Pt(t){return t&&void 0!==t.getElementsByTagName&&t}function jt(t){var t=t?t.ownerDocument||t:o;return t!=E&&9===t.nodeType&&t.documentElement&&(n=(E=t).documentElement,S=!T.isXMLDoc(E),at=n.matches||n.webkitMatchesSelector||n.msMatchesSelector,n.msMatchesSelector&&o!=E&&(t=E.defaultView)&&t.top!==t&&t.addEventListener("unload",kt),m.getById=Ot(function(t){return n.appendChild(t).id=T.expando,!E.getElementsByName||!E.getElementsByName(T.expando).length}),m.disconnectedMatch=Ot(function(t){return at.call(t,"*")}),m.scope=Ot(function(){return E.querySelectorAll(":scope")}),m.cssHas=Ot(function(){try{return E.querySelector(":has(*,:jqfake)"),0}catch(t){return 1}}),m.getById?(w.filter.ID=function(t){var e=t.replace(h,p);return function(t){return t.getAttribute("id")===e}},w.find.ID=function(t,e){if(void 0!==e.getElementById&&S)return(e=e.getElementById(t))?[e]:[]}):(w.filter.ID=function(t){var e=t.replace(h,p);return function(t){t=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return t&&t.value===e}},w.find.ID=function(t,e){if(void 0!==e.getElementById&&S){var i,n,o,r=e.getElementById(t);if(r){if((i=r.getAttributeNode("id"))&&i.value===t)return[r];for(o=e.getElementsByName(t),n=0;r=o[n++];)if((i=r.getAttributeNode("id"))&&i.value===t)return[r]}return[]}}),w.find.TAG=function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):e.querySelectorAll(t)},w.find.CLASS=function(t,e){if(void 0!==e.getElementsByClassName&&S)return e.getElementsByClassName(t)},d=[],Ot(function(t){var e;n.appendChild(t).innerHTML="",t.querySelectorAll("[selected]").length||d.push("\\["+i+"*(?:value|"+mt+")"),t.querySelectorAll("[id~="+I+"-]").length||d.push("~="),t.querySelectorAll("a#"+I+"+*").length||d.push(".#.+[+~]"),t.querySelectorAll(":checked").length||d.push(":checked"),(e=E.createElement("input")).setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),n.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(e=E.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||d.push("\\["+i+"*name"+i+"*="+i+"*(?:''|\"\")")}),m.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),ft=function(t,e){var i;return t===e?(st=!0,0):!t.compareDocumentPosition-!e.compareDocumentPosition||(1&(i=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!m.sortDetached&&e.compareDocumentPosition(t)===i?t===E||t.ownerDocument==o&&O.contains(o,t)?-1:e===E||e.ownerDocument==o&&O.contains(o,e)?1:rt?_.call(rt,t)-_.call(rt,e):0:4&i?-1:1)}),E}for(nt in O.matches=function(t,e){return O(t,null,null,e)},O.matchesSelector=function(t,e){if(jt(t),S&&!pt[e+" "]&&(!d||!d.test(e)))try{var i=at.call(t,e);if(i||m.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(t){pt(e,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(h,p),t[3]=(t[3]||t[4]||t[5]||"").replace(h,p),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||O.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&O.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return xt.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&_t.test(i)&&(e=(e=zt(i,!0))&&i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(h,p).toLowerCase();return"*"===t?function(){return!0}:function(t){return b(t,e)}},CLASS:function(t){var e=ut[t+" "];return e||(e=new RegExp("(^|"+i+")"+t+"("+i+"|$)"))&&ut(t,function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(e,i,n){return function(t){t=O.attr(t,e);return null==t?"!="===i:!i||(t+="","="===i?t===n:"!="===i?t!==n:"^="===i?n&&0===t.indexOf(n):"*="===i?n&&-1{try{return E.activeElement}catch(t){}})()&&E.hasFocus()&&!!(t.type||t.href||~t.tabIndex)},enabled:Lt(!1),disabled:Lt(!0),checked:function(t){return b(t,"input")&&!!t.checked||b(t,"option")&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!w.pseudos.empty(t)},header:function(t){return Tt.test(t.nodeName)},input:function(t){return Ct.test(t.nodeName)},button:function(t){return b(t,"input")&&"button"===t.type||b(t,"button")},text:function(t){return b(t,"input")&&"text"===t.type&&(null==(t=t.getAttribute("type"))||"text"===t.toLowerCase())},first:Dt(function(){return[0]}),last:Dt(function(t,e){return[e-1]}),eq:Dt(function(t,e,i){return[i<0?i+e:i]}),even:Dt(function(t,e){for(var i=0;ifunction(t){return b(t,"input")&&t.type===e})(nt);for(nt in{submit:!0,reset:!0})w.pseudos[nt]=(e=>function(t){return(b(t,"input")||b(t,"button"))&&t.type===e})(nt);function Mt(){}function zt(t,e){var i,n,o,r,s,a,l,c=ht[t+" "];if(c)return e?0:c.slice(0);for(s=t,a=[],l=w.preFilter;s;){for(r in i&&!(n=vt.exec(s))||(n&&(s=s.slice(n[0].length)||s),a.push(o=[])),i=!1,(n=yt.exec(s))&&(i=n.shift(),o.push({value:i,type:n[0].replace(tt," ")}),s=s.slice(i.length)),w.filter)!(n=xt[r].exec(s))||l[r]&&!(n=l[r](n))||(i=n.shift(),o.push({value:i,type:r,matches:n}),s=s.slice(i.length));if(!i)break}return e?s.length:s?O.error(t):ht(t,a).slice(0)}function Rt(t){for(var e=0,i=t.length,n="";e{for(var n=0,o=e.length;n:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Yt(t,i,n){return y(i)?T.grep(t,function(t,e){return!!i.call(t,e,t)!==n}):i.nodeType?T.grep(t,function(t){return t===i!==n}):"string"!=typeof i?T.grep(t,function(t){return-1<_.call(i,t)!==n}):T.filter(i,t,n)}T.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?T.find.matchesSelector(n,t)?[n]:[]:T.find.matches(t,T.grep(e,function(t){return 1===t.nodeType}))},T.fn.extend({find:function(t){var e,i,n=this.length,o=this;if("string"!=typeof t)return this.pushStack(T(t).filter(function(){for(e=0;e)[^>]*|#([\w-]+))$/,Zt=((T.fn.init=function(t,e,i){if(t){if(i=i||Xt,"string"!=typeof t)return t.nodeType?(this[0]=t,this.length=1,this):y(t)?void 0!==i.ready?i.ready(t):t(T):T.makeArray(t,this);if(!(n="<"===t[0]&&">"===t[t.length-1]&&3<=t.length?[null,t,null]:Gt.exec(t))||!n[1]&&e)return(!e||e.jquery?e||i:this.constructor(e)).find(t);if(n[1]){if(e=e instanceof T?e[0]:e,T.merge(this,T.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:C,!0)),Qt.test(n[1])&&T.isPlainObject(e))for(var n in e)y(this[n])?this[n](e[n]):this.attr(n,e[n])}else(i=C.getElementById(n[2]))&&(this[0]=i,this.length=1)}return this}).prototype=T.fn,Xt=T(C),/^(?:parents|prev(?:Until|All))/),Kt={children:!0,contents:!0,next:!0,prev:!0};function Jt(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}T.fn.extend({has:function(t){var e=T(t,this),i=e.length;return this.filter(function(){for(var t=0;t\x20\t\r\n\f]*)/i,Ee=/^$|^module$|\/(?:java|ecma)script/i,r=C.createDocumentFragment().appendChild(C.createElement("div")),f=((s=C.createElement("input")).setAttribute("type","radio"),s.setAttribute("checked","checked"),s.setAttribute("name","t"),r.appendChild(s),m.checkClone=r.cloneNode(!0).cloneNode(!0).lastChild.checked,r.innerHTML="",m.noCloneChecked=!!r.cloneNode(!0).lastChild.defaultValue,r.innerHTML="",m.option=!!r.lastChild,{thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]});function g(t,e){var i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[];return void 0===e||e&&b(t,e)?T.merge([t],i):i}function Se(t,e){for(var i=0,n=t.length;i",""]);var ke=/<|&#?\w+;/;function Ie(t,e,i,n,o){for(var r,s,a,l,c,u=e.createDocumentFragment(),h=[],d=0,p=t.length;d\s*$/g;function Re(t,e){return b(t,"table")&&b(11!==e.nodeType?e:e.firstChild,"tr")&&T(t).children("tbody")[0]||t}function Ne(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function qe(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function He(t,e){var i,n,o,r;if(1===e.nodeType){if(v.hasData(t)&&(r=v.get(t).events))for(o in v.remove(e,"handle events"),r)for(i=0,n=r[o].length;i{for(var e=t[0].toUpperCase()+t.slice(1),i=ri.length;i--;)if((t=ri[i]+e)in si)return t})(t)||t)}var ci=/^(none|table(?!-c[ea]).+)/,ui={position:"absolute",visibility:"hidden",display:"block"},hi={letterSpacing:"0",fontWeight:"400"};function di(t,e,i){var n=me.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function pi(t,e,i,n,o,r){var s="width"===e?1:0,a=0,l=0,c=0;if(i===(n?"border":"content"))return 0;for(;s<4;s+=2)"margin"===i&&(c+=T.css(t,i+ge[s],!0,o)),n?("content"===i&&(l-=T.css(t,"padding"+ge[s],!0,o)),"margin"!==i&&(l-=T.css(t,"border"+ge[s]+"Width",!0,o))):(l+=T.css(t,"padding"+ge[s],!0,o),"padding"!==i?l+=T.css(t,"border"+ge[s]+"Width",!0,o):a+=T.css(t,"border"+ge[s]+"Width",!0,o));return!n&&0<=r&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-r-l-a-.5))||0),l+c}function fi(t,e,i){var n=$e(t),o=(!m.boxSizingReliable()||i)&&"border-box"===T.css(t,"boxSizing",!1,n),r=o,s=ei(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(Ke.test(s)){if(!i)return s;s="auto"}return(!m.boxSizingReliable()&&o||!m.reliableTrDimensions()&&b(t,"tr")||"auto"===s||!parseFloat(s)&&"inline"===T.css(t,"display",!1,n))&&t.getClientRects().length&&(o="border-box"===T.css(t,"boxSizing",!1,n),r=a in t)&&(s=t[a]),(s=parseFloat(s)||0)+pi(t,e,i||(o?"border":"content"),r,n,s)+"px"}function j(t,e,i,n,o){return new j.prototype.init(t,e,i,n,o)}T.extend({cssHooks:{opacity:{get:function(t,e){if(e)return""===(e=ei(t,"opacity"))?"1":e}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var o,r,s,a=D(e),l=Je.test(e),c=t.style;if(l||(e=li(a)),s=T.cssHooks[e]||T.cssHooks[a],void 0===i)return s&&"get"in s&&void 0!==(o=s.get(t,!1,n))?o:c[e];"string"==(r=typeof i)&&(o=me.exec(i))&&o[1]&&(i=_e(t,e,o),r="number"),null!=i&&i==i&&("number"!==r||l||(i+=o&&o[3]||(T.cssNumber[a]?"":"px")),m.clearCloneStyle||""!==i||0!==e.indexOf("background")||(c[e]="inherit"),s&&"set"in s&&void 0===(i=s.set(t,i,n))||(l?c.setProperty(e,i):c[e]=i))}},css:function(t,e,i,n){var o,r=D(e);return Je.test(e)||(e=li(r)),"normal"===(o=void 0===(o=(r=T.cssHooks[e]||T.cssHooks[r])&&"get"in r?r.get(t,!0,i):o)?ei(t,e,n):o)&&e in hi&&(o=hi[e]),(""===i||i)&&(r=parseFloat(o),!0===i||isFinite(r))?r||0:o}}),T.each(["height","width"],function(t,s){T.cssHooks[s]={get:function(t,e,i){if(e)return!ci.test(T.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?fi(t,s,i):Be(t,ui,function(){return fi(t,s,i)})},set:function(t,e,i){var n=$e(t),o=!m.scrollboxSize()&&"absolute"===n.position,r=(o||i)&&"border-box"===T.css(t,"boxSizing",!1,n),i=i?pi(t,s,i,r,n):0;return r&&o&&(i-=Math.ceil(t["offset"+s[0].toUpperCase()+s.slice(1)]-parseFloat(n[s])-pi(t,s,"border",!1,n)-.5)),i&&(r=me.exec(e))&&"px"!==(r[3]||"px")&&(t.style[s]=e,e=T.css(t,s)),di(0,e,i)}}}),T.cssHooks.marginLeft=ii(m.reliableMarginLeft,function(t,e){if(e)return(parseFloat(ei(t,"marginLeft"))||t.getBoundingClientRect().left-Be(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),T.each({margin:"",padding:"",border:"Width"},function(o,r){T.cssHooks[o+r]={expand:function(t){for(var e=0,i={},n="string"==typeof t?t.split(" "):[t];e<4;e++)i[o+ge[e]+r]=n[e]||n[e-2]||n[0];return i}},"margin"!==o&&(T.cssHooks[o+r].set=di)}),T.fn.extend({css:function(t,e){return u(this,function(t,e,i){var n,o,r={},s=0;if(Array.isArray(e)){for(n=$e(t),o=e.length;s{for(var n,o,r,s,a=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(o in a)if(a[o]&&a[o].test(n)){l.unshift(o);break}if(l[0]in i)r=l[0];else{for(o in i){if(!l[0]||t.converters[o+" "+l[0]]){r=o;break}s=s||o}r=r||s}if(r)return r!==l[0]&&l.unshift(r),i[r]})(f,_,i)),!n&&-1{var o,r,s,a,l,c={},u=t.dataTypes.slice();if(u[1])for(s in t.converters)c[s.toLowerCase()]=t.converters[s];for(r=u.shift();r;)if(t.responseFields[r]&&(i[t.responseFields[r]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=r,r=u.shift())if("*"===r)r=l;else if("*"!==l&&l!==r){if(!(s=c[l+" "+r]||c["* "+r]))for(o in c)if((a=o.split(" "))[1]===r&&(s=c[l+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[o]:!0!==c[o]&&(r=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&t.throws)e=s(e);else try{e=s(e)}catch(t){return{state:"parsererror",error:s?t:"No conversion from "+l+" to "+r}}}return{state:"success",data:e}})(f,s,_,n),n?(f.ifModified&&((i=_.getResponseHeader("Last-Modified"))&&(T.lastModified[c]=i),i=_.getResponseHeader("etag"))&&(T.etag[c]=i),204===t||"HEAD"===f.type?a="nocontent":304===t?a="notmodified":(a=s.state,o=s.data,n=!(r=s.error))):(r=a,!t&&a||(a="error",t<0&&(t=0))),_.status=t,_.statusText=(e||a)+"",n?v.resolveWith(m,[o,a,_]):v.rejectWith(m,[_,a,r]),_.statusCode(b),b=void 0,p&&g.trigger(n?"ajaxSuccess":"ajaxError",[_,f,n?o:r]),y.fireWith(m,[_,a]),p&&(g.trigger("ajaxComplete",[_,f]),--T.active||T.event.trigger("ajaxStop")))}},getJSON:function(t,e,i){return T.get(t,e,i,"json")},getScript:function(t,e){return T.get(t,void 0,e,"script")}}),T.each(["get","post"],function(t,o){T[o]=function(t,e,i,n){return y(e)&&(n=n||i,i=e,e=void 0),T.ajax(T.extend({url:t,type:o,dataType:n,data:e,success:i},T.isPlainObject(t)&&t))}}),T.ajaxPrefilter(function(t){for(var e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")}),T._evalUrl=function(t,e,i){return T.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){T.globalEval(t,e,i)}})},T.fn.extend({wrapAll:function(t){return this[0]&&(y(t)&&(t=t.call(this[0])),t=T(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(i){return y(i)?this.each(function(t){T(this).wrapInner(i.call(this,t))}):this.each(function(){var t=T(this),e=t.contents();e.length?e.wrapAll(i):t.append(i)})},wrap:function(e){var i=y(e);return this.each(function(t){T(this).wrapAll(i?e.call(this,t):e)})},unwrap:function(t){return this.parent(t).not("body").each(function(){T(this).replaceWith(this.childNodes)}),this}}),T.expr.pseudos.hidden=function(t){return!T.expr.pseudos.visible(t)},T.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},T.ajaxSettings.xhr=function(){try{return new x.XMLHttpRequest}catch(t){}};var Ji={0:200,1223:204},tn=T.ajaxSettings.xhr();m.cors=!!tn&&"withCredentials"in tn,m.ajax=tn=!!tn,T.ajaxTransport(function(o){var r,s;if(m.cors||tn&&!o.crossDomain)return{send:function(t,e){var i,n=o.xhr();if(n.open(o.type,o.url,o.async,o.username,o.password),o.xhrFields)for(i in o.xhrFields)n[i]=o.xhrFields[i];for(i in o.mimeType&&n.overrideMimeType&&n.overrideMimeType(o.mimeType),o.crossDomain||t["X-Requested-With"]||(t["X-Requested-With"]="XMLHttpRequest"),t)n.setRequestHeader(i,t[i]);r=function(t){return function(){r&&(r=s=n.onload=n.onerror=n.onabort=n.ontimeout=n.onreadystatechange=null,"abort"===t?n.abort():"error"===t?"number"!=typeof n.status?e(0,"error"):e(n.status,n.statusText):e(Ji[n.status]||n.status,n.statusText,"text"!==(n.responseType||"text")||"string"!=typeof n.responseText?{binary:n.response}:{text:n.responseText},n.getAllResponseHeaders()))}},n.onload=r(),s=n.onerror=n.ontimeout=r("error"),void 0!==n.onabort?n.onabort=s:n.onreadystatechange=function(){4===n.readyState&&x.setTimeout(function(){r&&s()})},r=r("abort");try{n.send(o.hasContent&&o.data||null)}catch(t){if(r)throw t}},abort:function(){r&&r()}}}),T.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),T.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return T.globalEval(t),t}}}),T.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),T.ajaxTransport("script",function(i){var n,o;if(i.crossDomain||i.scriptAttrs)return{send:function(t,e){n=T(" + + + + + diff --git a/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.css b/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.css new file mode 100644 index 0000000..0d57392 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.css @@ -0,0 +1,782 @@ +/* +* Font Face +*/ +@font-face { + font-family: 'simple-line-icons'; + src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0'); + src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); + font-weight: normal; + font-style: normal; +} +/* + Use the following code if you want to have a class per icon. + Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, + but it's slower. +*/ +.icon-user, +.icon-people, +.icon-user-female, +.icon-user-follow, +.icon-user-following, +.icon-user-unfollow, +.icon-login, +.icon-logout, +.icon-emotsmile, +.icon-phone, +.icon-call-end, +.icon-call-in, +.icon-call-out, +.icon-map, +.icon-location-pin, +.icon-direction, +.icon-directions, +.icon-compass, +.icon-layers, +.icon-menu, +.icon-list, +.icon-options-vertical, +.icon-options, +.icon-arrow-down, +.icon-arrow-left, +.icon-arrow-right, +.icon-arrow-up, +.icon-arrow-up-circle, +.icon-arrow-left-circle, +.icon-arrow-right-circle, +.icon-arrow-down-circle, +.icon-check, +.icon-clock, +.icon-plus, +.icon-minus, +.icon-close, +.icon-event, +.icon-exclamation, +.icon-organization, +.icon-trophy, +.icon-screen-smartphone, +.icon-screen-desktop, +.icon-plane, +.icon-notebook, +.icon-mustache, +.icon-mouse, +.icon-magnet, +.icon-energy, +.icon-disc, +.icon-cursor, +.icon-cursor-move, +.icon-crop, +.icon-chemistry, +.icon-speedometer, +.icon-shield, +.icon-screen-tablet, +.icon-magic-wand, +.icon-hourglass, +.icon-graduation, +.icon-ghost, +.icon-game-controller, +.icon-fire, +.icon-eyeglass, +.icon-envelope-open, +.icon-envelope-letter, +.icon-bell, +.icon-badge, +.icon-anchor, +.icon-wallet, +.icon-vector, +.icon-speech, +.icon-puzzle, +.icon-printer, +.icon-present, +.icon-playlist, +.icon-pin, +.icon-picture, +.icon-handbag, +.icon-globe-alt, +.icon-globe, +.icon-folder-alt, +.icon-folder, +.icon-film, +.icon-feed, +.icon-drop, +.icon-drawer, +.icon-docs, +.icon-doc, +.icon-diamond, +.icon-cup, +.icon-calculator, +.icon-bubbles, +.icon-briefcase, +.icon-book-open, +.icon-basket-loaded, +.icon-basket, +.icon-bag, +.icon-action-undo, +.icon-action-redo, +.icon-wrench, +.icon-umbrella, +.icon-trash, +.icon-tag, +.icon-support, +.icon-frame, +.icon-size-fullscreen, +.icon-size-actual, +.icon-shuffle, +.icon-share-alt, +.icon-share, +.icon-rocket, +.icon-question, +.icon-pie-chart, +.icon-pencil, +.icon-note, +.icon-loop, +.icon-home, +.icon-grid, +.icon-graph, +.icon-microphone, +.icon-music-tone-alt, +.icon-music-tone, +.icon-earphones-alt, +.icon-earphones, +.icon-equalizer, +.icon-like, +.icon-dislike, +.icon-control-start, +.icon-control-rewind, +.icon-control-play, +.icon-control-pause, +.icon-control-forward, +.icon-control-end, +.icon-volume-1, +.icon-volume-2, +.icon-volume-off, +.icon-calendar, +.icon-bulb, +.icon-chart, +.icon-ban, +.icon-bubble, +.icon-camrecorder, +.icon-camera, +.icon-cloud-download, +.icon-cloud-upload, +.icon-envelope, +.icon-eye, +.icon-flag, +.icon-heart, +.icon-info, +.icon-key, +.icon-link, +.icon-lock, +.icon-lock-open, +.icon-magnifier, +.icon-magnifier-add, +.icon-magnifier-remove, +.icon-paper-clip, +.icon-paper-plane, +.icon-power, +.icon-refresh, +.icon-reload, +.icon-settings, +.icon-star, +.icon-symbol-female, +.icon-symbol-male, +.icon-target, +.icon-credit-card, +.icon-paypal, +.icon-social-tumblr, +.icon-social-twitter, +.icon-social-facebook, +.icon-social-instagram, +.icon-social-linkedin, +.icon-social-pinterest, +.icon-social-github, +.icon-social-google, +.icon-social-reddit, +.icon-social-skype, +.icon-social-dribbble, +.icon-social-behance, +.icon-social-foursqare, +.icon-social-soundcloud, +.icon-social-spotify, +.icon-social-stumbleupon, +.icon-social-youtube, +.icon-social-dropbox, +.icon-social-vkontakte, +.icon-social-steam { + font-family: 'simple-line-icons'; + 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; +} +.icon-user:before { + content: "\e005"; +} +.icon-people:before { + content: "\e001"; +} +.icon-user-female:before { + content: "\e000"; +} +.icon-user-follow:before { + content: "\e002"; +} +.icon-user-following:before { + content: "\e003"; +} +.icon-user-unfollow:before { + content: "\e004"; +} +.icon-login:before { + content: "\e066"; +} +.icon-logout:before { + content: "\e065"; +} +.icon-emotsmile:before { + content: "\e021"; +} +.icon-phone:before { + content: "\e600"; +} +.icon-call-end:before { + content: "\e048"; +} +.icon-call-in:before { + content: "\e047"; +} +.icon-call-out:before { + content: "\e046"; +} +.icon-map:before { + content: "\e033"; +} +.icon-location-pin:before { + content: "\e096"; +} +.icon-direction:before { + content: "\e042"; +} +.icon-directions:before { + content: "\e041"; +} +.icon-compass:before { + content: "\e045"; +} +.icon-layers:before { + content: "\e034"; +} +.icon-menu:before { + content: "\e601"; +} +.icon-list:before { + content: "\e067"; +} +.icon-options-vertical:before { + content: "\e602"; +} +.icon-options:before { + content: "\e603"; +} +.icon-arrow-down:before { + content: "\e604"; +} +.icon-arrow-left:before { + content: "\e605"; +} +.icon-arrow-right:before { + content: "\e606"; +} +.icon-arrow-up:before { + content: "\e607"; +} +.icon-arrow-up-circle:before { + content: "\e078"; +} +.icon-arrow-left-circle:before { + content: "\e07a"; +} +.icon-arrow-right-circle:before { + content: "\e079"; +} +.icon-arrow-down-circle:before { + content: "\e07b"; +} +.icon-check:before { + content: "\e080"; +} +.icon-clock:before { + content: "\e081"; +} +.icon-plus:before { + content: "\e095"; +} +.icon-minus:before { + content: "\e615"; +} +.icon-close:before { + content: "\e082"; +} +.icon-event:before { + content: "\e619"; +} +.icon-exclamation:before { + content: "\e617"; +} +.icon-organization:before { + content: "\e616"; +} +.icon-trophy:before { + content: "\e006"; +} +.icon-screen-smartphone:before { + content: "\e010"; +} +.icon-screen-desktop:before { + content: "\e011"; +} +.icon-plane:before { + content: "\e012"; +} +.icon-notebook:before { + content: "\e013"; +} +.icon-mustache:before { + content: "\e014"; +} +.icon-mouse:before { + content: "\e015"; +} +.icon-magnet:before { + content: "\e016"; +} +.icon-energy:before { + content: "\e020"; +} +.icon-disc:before { + content: "\e022"; +} +.icon-cursor:before { + content: "\e06e"; +} +.icon-cursor-move:before { + content: "\e023"; +} +.icon-crop:before { + content: "\e024"; +} +.icon-chemistry:before { + content: "\e026"; +} +.icon-speedometer:before { + content: "\e007"; +} +.icon-shield:before { + content: "\e00e"; +} +.icon-screen-tablet:before { + content: "\e00f"; +} +.icon-magic-wand:before { + content: "\e017"; +} +.icon-hourglass:before { + content: "\e018"; +} +.icon-graduation:before { + content: "\e019"; +} +.icon-ghost:before { + content: "\e01a"; +} +.icon-game-controller:before { + content: "\e01b"; +} +.icon-fire:before { + content: "\e01c"; +} +.icon-eyeglass:before { + content: "\e01d"; +} +.icon-envelope-open:before { + content: "\e01e"; +} +.icon-envelope-letter:before { + content: "\e01f"; +} +.icon-bell:before { + content: "\e027"; +} +.icon-badge:before { + content: "\e028"; +} +.icon-anchor:before { + content: "\e029"; +} +.icon-wallet:before { + content: "\e02a"; +} +.icon-vector:before { + content: "\e02b"; +} +.icon-speech:before { + content: "\e02c"; +} +.icon-puzzle:before { + content: "\e02d"; +} +.icon-printer:before { + content: "\e02e"; +} +.icon-present:before { + content: "\e02f"; +} +.icon-playlist:before { + content: "\e030"; +} +.icon-pin:before { + content: "\e031"; +} +.icon-picture:before { + content: "\e032"; +} +.icon-handbag:before { + content: "\e035"; +} +.icon-globe-alt:before { + content: "\e036"; +} +.icon-globe:before { + content: "\e037"; +} +.icon-folder-alt:before { + content: "\e039"; +} +.icon-folder:before { + content: "\e089"; +} +.icon-film:before { + content: "\e03a"; +} +.icon-feed:before { + content: "\e03b"; +} +.icon-drop:before { + content: "\e03e"; +} +.icon-drawer:before { + content: "\e03f"; +} +.icon-docs:before { + content: "\e040"; +} +.icon-doc:before { + content: "\e085"; +} +.icon-diamond:before { + content: "\e043"; +} +.icon-cup:before { + content: "\e044"; +} +.icon-calculator:before { + content: "\e049"; +} +.icon-bubbles:before { + content: "\e04a"; +} +.icon-briefcase:before { + content: "\e04b"; +} +.icon-book-open:before { + content: "\e04c"; +} +.icon-basket-loaded:before { + content: "\e04d"; +} +.icon-basket:before { + content: "\e04e"; +} +.icon-bag:before { + content: "\e04f"; +} +.icon-action-undo:before { + content: "\e050"; +} +.icon-action-redo:before { + content: "\e051"; +} +.icon-wrench:before { + content: "\e052"; +} +.icon-umbrella:before { + content: "\e053"; +} +.icon-trash:before { + content: "\e054"; +} +.icon-tag:before { + content: "\e055"; +} +.icon-support:before { + content: "\e056"; +} +.icon-frame:before { + content: "\e038"; +} +.icon-size-fullscreen:before { + content: "\e057"; +} +.icon-size-actual:before { + content: "\e058"; +} +.icon-shuffle:before { + content: "\e059"; +} +.icon-share-alt:before { + content: "\e05a"; +} +.icon-share:before { + content: "\e05b"; +} +.icon-rocket:before { + content: "\e05c"; +} +.icon-question:before { + content: "\e05d"; +} +.icon-pie-chart:before { + content: "\e05e"; +} +.icon-pencil:before { + content: "\e05f"; +} +.icon-note:before { + content: "\e060"; +} +.icon-loop:before { + content: "\e064"; +} +.icon-home:before { + content: "\e069"; +} +.icon-grid:before { + content: "\e06a"; +} +.icon-graph:before { + content: "\e06b"; +} +.icon-microphone:before { + content: "\e063"; +} +.icon-music-tone-alt:before { + content: "\e061"; +} +.icon-music-tone:before { + content: "\e062"; +} +.icon-earphones-alt:before { + content: "\e03c"; +} +.icon-earphones:before { + content: "\e03d"; +} +.icon-equalizer:before { + content: "\e06c"; +} +.icon-like:before { + content: "\e068"; +} +.icon-dislike:before { + content: "\e06d"; +} +.icon-control-start:before { + content: "\e06f"; +} +.icon-control-rewind:before { + content: "\e070"; +} +.icon-control-play:before { + content: "\e071"; +} +.icon-control-pause:before { + content: "\e072"; +} +.icon-control-forward:before { + content: "\e073"; +} +.icon-control-end:before { + content: "\e074"; +} +.icon-volume-1:before { + content: "\e09f"; +} +.icon-volume-2:before { + content: "\e0a0"; +} +.icon-volume-off:before { + content: "\e0a1"; +} +.icon-calendar:before { + content: "\e075"; +} +.icon-bulb:before { + content: "\e076"; +} +.icon-chart:before { + content: "\e077"; +} +.icon-ban:before { + content: "\e07c"; +} +.icon-bubble:before { + content: "\e07d"; +} +.icon-camrecorder:before { + content: "\e07e"; +} +.icon-camera:before { + content: "\e07f"; +} +.icon-cloud-download:before { + content: "\e083"; +} +.icon-cloud-upload:before { + content: "\e084"; +} +.icon-envelope:before { + content: "\e086"; +} +.icon-eye:before { + content: "\e087"; +} +.icon-flag:before { + content: "\e088"; +} +.icon-heart:before { + content: "\e08a"; +} +.icon-info:before { + content: "\e08b"; +} +.icon-key:before { + content: "\e08c"; +} +.icon-link:before { + content: "\e08d"; +} +.icon-lock:before { + content: "\e08e"; +} +.icon-lock-open:before { + content: "\e08f"; +} +.icon-magnifier:before { + content: "\e090"; +} +.icon-magnifier-add:before { + content: "\e091"; +} +.icon-magnifier-remove:before { + content: "\e092"; +} +.icon-paper-clip:before { + content: "\e093"; +} +.icon-paper-plane:before { + content: "\e094"; +} +.icon-power:before { + content: "\e097"; +} +.icon-refresh:before { + content: "\e098"; +} +.icon-reload:before { + content: "\e099"; +} +.icon-settings:before { + content: "\e09a"; +} +.icon-star:before { + content: "\e09b"; +} +.icon-symbol-female:before { + content: "\e09c"; +} +.icon-symbol-male:before { + content: "\e09d"; +} +.icon-target:before { + content: "\e09e"; +} +.icon-credit-card:before { + content: "\e025"; +} +.icon-paypal:before { + content: "\e608"; +} +.icon-social-tumblr:before { + content: "\e00a"; +} +.icon-social-twitter:before { + content: "\e009"; +} +.icon-social-facebook:before { + content: "\e00b"; +} +.icon-social-instagram:before { + content: "\e609"; +} +.icon-social-linkedin:before { + content: "\e60a"; +} +.icon-social-pinterest:before { + content: "\e60b"; +} +.icon-social-github:before { + content: "\e60c"; +} +.icon-social-google:before { + content: "\e60d"; +} +.icon-social-reddit:before { + content: "\e60e"; +} +.icon-social-skype:before { + content: "\e60f"; +} +.icon-social-dribbble:before { + content: "\e00d"; +} +.icon-social-behance:before { + content: "\e610"; +} +.icon-social-foursqare:before { + content: "\e611"; +} +.icon-social-soundcloud:before { + content: "\e612"; +} +.icon-social-spotify:before { + content: "\e613"; +} +.icon-social-stumbleupon:before { + content: "\e614"; +} +.icon-social-youtube:before { + content: "\e008"; +} +.icon-social-dropbox:before { + content: "\e00c"; +} +.icon-social-vkontakte:before { + content: "\e618"; +} +.icon-social-steam:before { + content: "\e620"; +} diff --git a/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.less b/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.less new file mode 100644 index 0000000..8653991 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/docs/styles/simple-line-icons.less @@ -0,0 +1,986 @@ +// Default Variables +@simple-line-font-path: "../fonts/"; // default +@simple-line-font-family: "simple-line-icons"; // default +@simple-line-icon-prefix: icon-; // default + +/* +* Font Face +*/ + +@font-face { + font-family: '@{simple-line-font-family}'; + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0'); + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), + url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.4.0') format('woff'), + url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* + Use the following code if you want to have a class per icon. + Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, + but it's slower. +*/ + +.@{simple-line-icon-prefix} { + &user, + &people, + &user-female, + &user-follow, + &user-following, + &user-unfollow, + &login, + &logout, + &emotsmile, + &phone, + &call-end, + &call-in, + &call-out, + &map, + &location-pin, + &direction, + &directions, + &compass, + &layers, + &menu, + &list, + &options-vertical, + &options, + &arrow-down, + &arrow-left, + &arrow-right, + &arrow-up, + &arrow-up-circle, + &arrow-left-circle, + &arrow-right-circle, + &arrow-down-circle, + &check, + &clock, + &plus, + &minus, + &close, + &event, + &exclamation, + &organization, + &trophy, + &screen-smartphone, + &screen-desktop, + &plane, + ¬ebook, + &mustache, + &mouse, + &magnet, + &energy, + &disc, + &cursor, + &cursor-move, + &crop, + &chemistry, + &speedometer, + &shield, + &screen-tablet, + &magic-wand, + &hourglass, + &graduation, + &ghost, + &game-controller, + &fire, + &eyeglass, + &envelope-open, + &envelope-letter, + &bell, + &badge, + &anchor, + &wallet, + &vector, + &speech, + &puzzle, + &printer, + &present, + &playlist, + &pin, + &picture, + &handbag, + &globe-alt, + &globe, + &folder-alt, + &folder, + &film, + &feed, + &drop, + &drawer, + &docs, + &doc, + &diamond, + &cup, + &calculator, + &bubbles, + &briefcase, + &book-open, + &basket-loaded, + &basket, + &bag, + &action-undo, + &action-redo, + &wrench, + &umbrella, + &trash, + &tag, + &support, + &frame, + &size-fullscreen, + &size-actual, + &shuffle, + &share-alt, + &share, + &rocket, + &question, + &pie-chart, + &pencil, + ¬e, + &loop, + &home, + &grid, + &graph, + µphone, + &music-tone-alt, + &music-tone, + &earphones-alt, + &earphones, + &equalizer, + &like, + &dislike, + &control-start, + &control-rewind, + &control-play, + &control-pause, + &control-forward, + &control-end, + &volume-1, + &volume-2, + &volume-off, + &calendar, + &bulb, + &chart, + &ban, + &bubble, + &camrecorder, + &camera, + &cloud-download, + &cloud-upload, + &envelope, + &eye, + &flag, + &heart, + &info, + &key, + &link, + &lock, + &lock-open, + &magnifier, + &magnifier-add, + &magnifier-remove, + &paper-clip, + &paper-plane, + &power, + &refresh, + &reload, + &settings, + &star, + &symbol-female, + &symbol-male, + &target, + &credit-card, + &paypal, + &social-tumblr, + &social-twitter, + &social-facebook, + &social-instagram, + &social-linkedin, + &social-pinterest, + &social-github, + &social-google, + &social-reddit, + &social-skype, + &social-dribbble, + &social-behance, + &social-foursqare, + &social-soundcloud, + &social-spotify, + &social-stumbleupon, + &social-youtube, + &social-dropbox, + &social-vkontakte, + &social-steam { + font-family: '@{simple-line-font-family}'; + 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; + } +} + +.@{simple-line-icon-prefix}user:before { + content: "\e005"; +} + +.@{simple-line-icon-prefix}people:before { + content: "\e001"; +} + +.@{simple-line-icon-prefix}user-female:before { + content: "\e000"; +} + +.@{simple-line-icon-prefix}user-follow:before { + content: "\e002"; +} + +.@{simple-line-icon-prefix}user-following:before { + content: "\e003"; +} + +.@{simple-line-icon-prefix}user-unfollow:before { + content: "\e004"; +} + +.@{simple-line-icon-prefix}login:before { + content: "\e066"; +} + +.@{simple-line-icon-prefix}logout:before { + content: "\e065"; +} + +.@{simple-line-icon-prefix}emotsmile:before { + content: "\e021"; +} + +.@{simple-line-icon-prefix}phone:before { + content: "\e600"; +} + +.@{simple-line-icon-prefix}call-end:before { + content: "\e048"; +} + +.@{simple-line-icon-prefix}call-in:before { + content: "\e047"; +} + +.@{simple-line-icon-prefix}call-out:before { + content: "\e046"; +} + +.@{simple-line-icon-prefix}map:before { + content: "\e033"; +} + +.@{simple-line-icon-prefix}location-pin:before { + content: "\e096"; +} + +.@{simple-line-icon-prefix}direction:before { + content: "\e042"; +} + +.@{simple-line-icon-prefix}directions:before { + content: "\e041"; +} + +.@{simple-line-icon-prefix}compass:before { + content: "\e045"; +} + +.@{simple-line-icon-prefix}layers:before { + content: "\e034"; +} + +.@{simple-line-icon-prefix}menu:before { + content: "\e601"; +} + +.@{simple-line-icon-prefix}list:before { + content: "\e067"; +} + +.@{simple-line-icon-prefix}options-vertical:before { + content: "\e602"; +} + +.@{simple-line-icon-prefix}options:before { + content: "\e603"; +} + +.@{simple-line-icon-prefix}arrow-down:before { + content: "\e604"; +} + +.@{simple-line-icon-prefix}arrow-left:before { + content: "\e605"; +} + +.@{simple-line-icon-prefix}arrow-right:before { + content: "\e606"; +} + +.@{simple-line-icon-prefix}arrow-up:before { + content: "\e607"; +} + +.@{simple-line-icon-prefix}arrow-up-circle:before { + content: "\e078"; +} + +.@{simple-line-icon-prefix}arrow-left-circle:before { + content: "\e07a"; +} + +.@{simple-line-icon-prefix}arrow-right-circle:before { + content: "\e079"; +} + +.@{simple-line-icon-prefix}arrow-down-circle:before { + content: "\e07b"; +} + +.@{simple-line-icon-prefix}check:before { + content: "\e080"; +} + +.@{simple-line-icon-prefix}clock:before { + content: "\e081"; +} + +.@{simple-line-icon-prefix}plus:before { + content: "\e095"; +} + +.@{simple-line-icon-prefix}minus:before { + content: "\e615"; +} + +.@{simple-line-icon-prefix}close:before { + content: "\e082"; +} + +.@{simple-line-icon-prefix}event:before { + content: "\e619"; +} + +.@{simple-line-icon-prefix}exclamation:before { + content: "\e617"; +} + +.@{simple-line-icon-prefix}organization:before { + content: "\e616"; +} + +.@{simple-line-icon-prefix}trophy:before { + content: "\e006"; +} + +.@{simple-line-icon-prefix}screen-smartphone:before { + content: "\e010"; +} + +.@{simple-line-icon-prefix}screen-desktop:before { + content: "\e011"; +} + +.@{simple-line-icon-prefix}plane:before { + content: "\e012"; +} + +.@{simple-line-icon-prefix}notebook:before { + content: "\e013"; +} + +.@{simple-line-icon-prefix}mustache:before { + content: "\e014"; +} + +.@{simple-line-icon-prefix}mouse:before { + content: "\e015"; +} + +.@{simple-line-icon-prefix}magnet:before { + content: "\e016"; +} + +.@{simple-line-icon-prefix}energy:before { + content: "\e020"; +} + +.@{simple-line-icon-prefix}disc:before { + content: "\e022"; +} + +.@{simple-line-icon-prefix}cursor:before { + content: "\e06e"; +} + +.@{simple-line-icon-prefix}cursor-move:before { + content: "\e023"; +} + +.@{simple-line-icon-prefix}crop:before { + content: "\e024"; +} + +.@{simple-line-icon-prefix}chemistry:before { + content: "\e026"; +} + +.@{simple-line-icon-prefix}speedometer:before { + content: "\e007"; +} + +.@{simple-line-icon-prefix}shield:before { + content: "\e00e"; +} + +.@{simple-line-icon-prefix}screen-tablet:before { + content: "\e00f"; +} + +.@{simple-line-icon-prefix}magic-wand:before { + content: "\e017"; +} + +.@{simple-line-icon-prefix}hourglass:before { + content: "\e018"; +} + +.@{simple-line-icon-prefix}graduation:before { + content: "\e019"; +} + +.@{simple-line-icon-prefix}ghost:before { + content: "\e01a"; +} + +.@{simple-line-icon-prefix}game-controller:before { + content: "\e01b"; +} + +.@{simple-line-icon-prefix}fire:before { + content: "\e01c"; +} + +.@{simple-line-icon-prefix}eyeglass:before { + content: "\e01d"; +} + +.@{simple-line-icon-prefix}envelope-open:before { + content: "\e01e"; +} + +.@{simple-line-icon-prefix}envelope-letter:before { + content: "\e01f"; +} + +.@{simple-line-icon-prefix}bell:before { + content: "\e027"; +} + +.@{simple-line-icon-prefix}badge:before { + content: "\e028"; +} + +.@{simple-line-icon-prefix}anchor:before { + content: "\e029"; +} + +.@{simple-line-icon-prefix}wallet:before { + content: "\e02a"; +} + +.@{simple-line-icon-prefix}vector:before { + content: "\e02b"; +} + +.@{simple-line-icon-prefix}speech:before { + content: "\e02c"; +} + +.@{simple-line-icon-prefix}puzzle:before { + content: "\e02d"; +} + +.@{simple-line-icon-prefix}printer:before { + content: "\e02e"; +} + +.@{simple-line-icon-prefix}present:before { + content: "\e02f"; +} + +.@{simple-line-icon-prefix}playlist:before { + content: "\e030"; +} + +.@{simple-line-icon-prefix}pin:before { + content: "\e031"; +} + +.@{simple-line-icon-prefix}picture:before { + content: "\e032"; +} + +.@{simple-line-icon-prefix}handbag:before { + content: "\e035"; +} + +.@{simple-line-icon-prefix}globe-alt:before { + content: "\e036"; +} + +.@{simple-line-icon-prefix}globe:before { + content: "\e037"; +} + +.@{simple-line-icon-prefix}folder-alt:before { + content: "\e039"; +} + +.@{simple-line-icon-prefix}folder:before { + content: "\e089"; +} + +.@{simple-line-icon-prefix}film:before { + content: "\e03a"; +} + +.@{simple-line-icon-prefix}feed:before { + content: "\e03b"; +} + +.@{simple-line-icon-prefix}drop:before { + content: "\e03e"; +} + +.@{simple-line-icon-prefix}drawer:before { + content: "\e03f"; +} + +.@{simple-line-icon-prefix}docs:before { + content: "\e040"; +} + +.@{simple-line-icon-prefix}doc:before { + content: "\e085"; +} + +.@{simple-line-icon-prefix}diamond:before { + content: "\e043"; +} + +.@{simple-line-icon-prefix}cup:before { + content: "\e044"; +} + +.@{simple-line-icon-prefix}calculator:before { + content: "\e049"; +} + +.@{simple-line-icon-prefix}bubbles:before { + content: "\e04a"; +} + +.@{simple-line-icon-prefix}briefcase:before { + content: "\e04b"; +} + +.@{simple-line-icon-prefix}book-open:before { + content: "\e04c"; +} + +.@{simple-line-icon-prefix}basket-loaded:before { + content: "\e04d"; +} + +.@{simple-line-icon-prefix}basket:before { + content: "\e04e"; +} + +.@{simple-line-icon-prefix}bag:before { + content: "\e04f"; +} + +.@{simple-line-icon-prefix}action-undo:before { + content: "\e050"; +} + +.@{simple-line-icon-prefix}action-redo:before { + content: "\e051"; +} + +.@{simple-line-icon-prefix}wrench:before { + content: "\e052"; +} + +.@{simple-line-icon-prefix}umbrella:before { + content: "\e053"; +} + +.@{simple-line-icon-prefix}trash:before { + content: "\e054"; +} + +.@{simple-line-icon-prefix}tag:before { + content: "\e055"; +} + +.@{simple-line-icon-prefix}support:before { + content: "\e056"; +} + +.@{simple-line-icon-prefix}frame:before { + content: "\e038"; +} + +.@{simple-line-icon-prefix}size-fullscreen:before { + content: "\e057"; +} + +.@{simple-line-icon-prefix}size-actual:before { + content: "\e058"; +} + +.@{simple-line-icon-prefix}shuffle:before { + content: "\e059"; +} + +.@{simple-line-icon-prefix}share-alt:before { + content: "\e05a"; +} + +.@{simple-line-icon-prefix}share:before { + content: "\e05b"; +} + +.@{simple-line-icon-prefix}rocket:before { + content: "\e05c"; +} + +.@{simple-line-icon-prefix}question:before { + content: "\e05d"; +} + +.@{simple-line-icon-prefix}pie-chart:before { + content: "\e05e"; +} + +.@{simple-line-icon-prefix}pencil:before { + content: "\e05f"; +} + +.@{simple-line-icon-prefix}note:before { + content: "\e060"; +} + +.@{simple-line-icon-prefix}loop:before { + content: "\e064"; +} + +.@{simple-line-icon-prefix}home:before { + content: "\e069"; +} + +.@{simple-line-icon-prefix}grid:before { + content: "\e06a"; +} + +.@{simple-line-icon-prefix}graph:before { + content: "\e06b"; +} + +.@{simple-line-icon-prefix}microphone:before { + content: "\e063"; +} + +.@{simple-line-icon-prefix}music-tone-alt:before { + content: "\e061"; +} + +.@{simple-line-icon-prefix}music-tone:before { + content: "\e062"; +} + +.@{simple-line-icon-prefix}earphones-alt:before { + content: "\e03c"; +} + +.@{simple-line-icon-prefix}earphones:before { + content: "\e03d"; +} + +.@{simple-line-icon-prefix}equalizer:before { + content: "\e06c"; +} + +.@{simple-line-icon-prefix}like:before { + content: "\e068"; +} + +.@{simple-line-icon-prefix}dislike:before { + content: "\e06d"; +} + +.@{simple-line-icon-prefix}control-start:before { + content: "\e06f"; +} + +.@{simple-line-icon-prefix}control-rewind:before { + content: "\e070"; +} + +.@{simple-line-icon-prefix}control-play:before { + content: "\e071"; +} + +.@{simple-line-icon-prefix}control-pause:before { + content: "\e072"; +} + +.@{simple-line-icon-prefix}control-forward:before { + content: "\e073"; +} + +.@{simple-line-icon-prefix}control-end:before { + content: "\e074"; +} + +.@{simple-line-icon-prefix}volume-1:before { + content: "\e09f"; +} + +.@{simple-line-icon-prefix}volume-2:before { + content: "\e0a0"; +} + +.@{simple-line-icon-prefix}volume-off:before { + content: "\e0a1"; +} + +.@{simple-line-icon-prefix}calendar:before { + content: "\e075"; +} + +.@{simple-line-icon-prefix}bulb:before { + content: "\e076"; +} + +.@{simple-line-icon-prefix}chart:before { + content: "\e077"; +} + +.@{simple-line-icon-prefix}ban:before { + content: "\e07c"; +} + +.@{simple-line-icon-prefix}bubble:before { + content: "\e07d"; +} + +.@{simple-line-icon-prefix}camrecorder:before { + content: "\e07e"; +} + +.@{simple-line-icon-prefix}camera:before { + content: "\e07f"; +} + +.@{simple-line-icon-prefix}cloud-download:before { + content: "\e083"; +} + +.@{simple-line-icon-prefix}cloud-upload:before { + content: "\e084"; +} + +.@{simple-line-icon-prefix}envelope:before { + content: "\e086"; +} + +.@{simple-line-icon-prefix}eye:before { + content: "\e087"; +} + +.@{simple-line-icon-prefix}flag:before { + content: "\e088"; +} + +.@{simple-line-icon-prefix}heart:before { + content: "\e08a"; +} + +.@{simple-line-icon-prefix}info:before { + content: "\e08b"; +} + +.@{simple-line-icon-prefix}key:before { + content: "\e08c"; +} + +.@{simple-line-icon-prefix}link:before { + content: "\e08d"; +} + +.@{simple-line-icon-prefix}lock:before { + content: "\e08e"; +} + +.@{simple-line-icon-prefix}lock-open:before { + content: "\e08f"; +} + +.@{simple-line-icon-prefix}magnifier:before { + content: "\e090"; +} + +.@{simple-line-icon-prefix}magnifier-add:before { + content: "\e091"; +} + +.@{simple-line-icon-prefix}magnifier-remove:before { + content: "\e092"; +} + +.@{simple-line-icon-prefix}paper-clip:before { + content: "\e093"; +} + +.@{simple-line-icon-prefix}paper-plane:before { + content: "\e094"; +} + +.@{simple-line-icon-prefix}power:before { + content: "\e097"; +} + +.@{simple-line-icon-prefix}refresh:before { + content: "\e098"; +} + +.@{simple-line-icon-prefix}reload:before { + content: "\e099"; +} + +.@{simple-line-icon-prefix}settings:before { + content: "\e09a"; +} + +.@{simple-line-icon-prefix}star:before { + content: "\e09b"; +} + +.@{simple-line-icon-prefix}symbol-female:before { + content: "\e09c"; +} + +.@{simple-line-icon-prefix}symbol-male:before { + content: "\e09d"; +} + +.@{simple-line-icon-prefix}target:before { + content: "\e09e"; +} + +.@{simple-line-icon-prefix}credit-card:before { + content: "\e025"; +} + +.@{simple-line-icon-prefix}paypal:before { + content: "\e608"; +} + +.@{simple-line-icon-prefix}social-tumblr:before { + content: "\e00a"; +} + +.@{simple-line-icon-prefix}social-twitter:before { + content: "\e009"; +} + +.@{simple-line-icon-prefix}social-facebook:before { + content: "\e00b"; +} + +.@{simple-line-icon-prefix}social-instagram:before { + content: "\e609"; +} + +.@{simple-line-icon-prefix}social-linkedin:before { + content: "\e60a"; +} + +.@{simple-line-icon-prefix}social-pinterest:before { + content: "\e60b"; +} + +.@{simple-line-icon-prefix}social-github:before { + content: "\e60c"; +} + +.@{simple-line-icon-prefix}social-google:before { + content: "\e60d"; +} + +.@{simple-line-icon-prefix}social-reddit:before { + content: "\e60e"; +} + +.@{simple-line-icon-prefix}social-skype:before { + content: "\e60f"; +} + +.@{simple-line-icon-prefix}social-dribbble:before { + content: "\e00d"; +} + +.@{simple-line-icon-prefix}social-behance:before { + content: "\e610"; +} + +.@{simple-line-icon-prefix}social-foursqare:before { + content: "\e611"; +} + +.@{simple-line-icon-prefix}social-soundcloud:before { + content: "\e612"; +} + +.@{simple-line-icon-prefix}social-spotify:before { + content: "\e613"; +} + +.@{simple-line-icon-prefix}social-stumbleupon:before { + content: "\e614"; +} + +.@{simple-line-icon-prefix}social-youtube:before { + content: "\e008"; +} + +.@{simple-line-icon-prefix}social-dropbox:before { + content: "\e00c"; +} + +.@{simple-line-icon-prefix}social-vkontakte:before { + content: "\e618"; +} + +.@{simple-line-icon-prefix}social-steam:before { + content: "\e620"; +} diff --git a/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot new file mode 100644 index 0000000..f0ca6e8 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot differ diff --git a/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg new file mode 100644 index 0000000..e24c746 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf new file mode 100644 index 0000000..6ecb686 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf differ diff --git a/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff new file mode 100644 index 0000000..b17d694 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff differ diff --git a/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 new file mode 100644 index 0000000..c49fccf Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 differ diff --git a/resources/assets/vendor/simple-line-icons/less/simple-line-icons.less b/resources/assets/vendor/simple-line-icons/less/simple-line-icons.less new file mode 100644 index 0000000..8653991 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/less/simple-line-icons.less @@ -0,0 +1,986 @@ +// Default Variables +@simple-line-font-path: "../fonts/"; // default +@simple-line-font-family: "simple-line-icons"; // default +@simple-line-icon-prefix: icon-; // default + +/* +* Font Face +*/ + +@font-face { + font-family: '@{simple-line-font-family}'; + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0'); + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), + url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.4.0') format('woff'), + url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* + Use the following code if you want to have a class per icon. + Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, + but it's slower. +*/ + +.@{simple-line-icon-prefix} { + &user, + &people, + &user-female, + &user-follow, + &user-following, + &user-unfollow, + &login, + &logout, + &emotsmile, + &phone, + &call-end, + &call-in, + &call-out, + &map, + &location-pin, + &direction, + &directions, + &compass, + &layers, + &menu, + &list, + &options-vertical, + &options, + &arrow-down, + &arrow-left, + &arrow-right, + &arrow-up, + &arrow-up-circle, + &arrow-left-circle, + &arrow-right-circle, + &arrow-down-circle, + &check, + &clock, + &plus, + &minus, + &close, + &event, + &exclamation, + &organization, + &trophy, + &screen-smartphone, + &screen-desktop, + &plane, + ¬ebook, + &mustache, + &mouse, + &magnet, + &energy, + &disc, + &cursor, + &cursor-move, + &crop, + &chemistry, + &speedometer, + &shield, + &screen-tablet, + &magic-wand, + &hourglass, + &graduation, + &ghost, + &game-controller, + &fire, + &eyeglass, + &envelope-open, + &envelope-letter, + &bell, + &badge, + &anchor, + &wallet, + &vector, + &speech, + &puzzle, + &printer, + &present, + &playlist, + &pin, + &picture, + &handbag, + &globe-alt, + &globe, + &folder-alt, + &folder, + &film, + &feed, + &drop, + &drawer, + &docs, + &doc, + &diamond, + &cup, + &calculator, + &bubbles, + &briefcase, + &book-open, + &basket-loaded, + &basket, + &bag, + &action-undo, + &action-redo, + &wrench, + &umbrella, + &trash, + &tag, + &support, + &frame, + &size-fullscreen, + &size-actual, + &shuffle, + &share-alt, + &share, + &rocket, + &question, + &pie-chart, + &pencil, + ¬e, + &loop, + &home, + &grid, + &graph, + µphone, + &music-tone-alt, + &music-tone, + &earphones-alt, + &earphones, + &equalizer, + &like, + &dislike, + &control-start, + &control-rewind, + &control-play, + &control-pause, + &control-forward, + &control-end, + &volume-1, + &volume-2, + &volume-off, + &calendar, + &bulb, + &chart, + &ban, + &bubble, + &camrecorder, + &camera, + &cloud-download, + &cloud-upload, + &envelope, + &eye, + &flag, + &heart, + &info, + &key, + &link, + &lock, + &lock-open, + &magnifier, + &magnifier-add, + &magnifier-remove, + &paper-clip, + &paper-plane, + &power, + &refresh, + &reload, + &settings, + &star, + &symbol-female, + &symbol-male, + &target, + &credit-card, + &paypal, + &social-tumblr, + &social-twitter, + &social-facebook, + &social-instagram, + &social-linkedin, + &social-pinterest, + &social-github, + &social-google, + &social-reddit, + &social-skype, + &social-dribbble, + &social-behance, + &social-foursqare, + &social-soundcloud, + &social-spotify, + &social-stumbleupon, + &social-youtube, + &social-dropbox, + &social-vkontakte, + &social-steam { + font-family: '@{simple-line-font-family}'; + 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; + } +} + +.@{simple-line-icon-prefix}user:before { + content: "\e005"; +} + +.@{simple-line-icon-prefix}people:before { + content: "\e001"; +} + +.@{simple-line-icon-prefix}user-female:before { + content: "\e000"; +} + +.@{simple-line-icon-prefix}user-follow:before { + content: "\e002"; +} + +.@{simple-line-icon-prefix}user-following:before { + content: "\e003"; +} + +.@{simple-line-icon-prefix}user-unfollow:before { + content: "\e004"; +} + +.@{simple-line-icon-prefix}login:before { + content: "\e066"; +} + +.@{simple-line-icon-prefix}logout:before { + content: "\e065"; +} + +.@{simple-line-icon-prefix}emotsmile:before { + content: "\e021"; +} + +.@{simple-line-icon-prefix}phone:before { + content: "\e600"; +} + +.@{simple-line-icon-prefix}call-end:before { + content: "\e048"; +} + +.@{simple-line-icon-prefix}call-in:before { + content: "\e047"; +} + +.@{simple-line-icon-prefix}call-out:before { + content: "\e046"; +} + +.@{simple-line-icon-prefix}map:before { + content: "\e033"; +} + +.@{simple-line-icon-prefix}location-pin:before { + content: "\e096"; +} + +.@{simple-line-icon-prefix}direction:before { + content: "\e042"; +} + +.@{simple-line-icon-prefix}directions:before { + content: "\e041"; +} + +.@{simple-line-icon-prefix}compass:before { + content: "\e045"; +} + +.@{simple-line-icon-prefix}layers:before { + content: "\e034"; +} + +.@{simple-line-icon-prefix}menu:before { + content: "\e601"; +} + +.@{simple-line-icon-prefix}list:before { + content: "\e067"; +} + +.@{simple-line-icon-prefix}options-vertical:before { + content: "\e602"; +} + +.@{simple-line-icon-prefix}options:before { + content: "\e603"; +} + +.@{simple-line-icon-prefix}arrow-down:before { + content: "\e604"; +} + +.@{simple-line-icon-prefix}arrow-left:before { + content: "\e605"; +} + +.@{simple-line-icon-prefix}arrow-right:before { + content: "\e606"; +} + +.@{simple-line-icon-prefix}arrow-up:before { + content: "\e607"; +} + +.@{simple-line-icon-prefix}arrow-up-circle:before { + content: "\e078"; +} + +.@{simple-line-icon-prefix}arrow-left-circle:before { + content: "\e07a"; +} + +.@{simple-line-icon-prefix}arrow-right-circle:before { + content: "\e079"; +} + +.@{simple-line-icon-prefix}arrow-down-circle:before { + content: "\e07b"; +} + +.@{simple-line-icon-prefix}check:before { + content: "\e080"; +} + +.@{simple-line-icon-prefix}clock:before { + content: "\e081"; +} + +.@{simple-line-icon-prefix}plus:before { + content: "\e095"; +} + +.@{simple-line-icon-prefix}minus:before { + content: "\e615"; +} + +.@{simple-line-icon-prefix}close:before { + content: "\e082"; +} + +.@{simple-line-icon-prefix}event:before { + content: "\e619"; +} + +.@{simple-line-icon-prefix}exclamation:before { + content: "\e617"; +} + +.@{simple-line-icon-prefix}organization:before { + content: "\e616"; +} + +.@{simple-line-icon-prefix}trophy:before { + content: "\e006"; +} + +.@{simple-line-icon-prefix}screen-smartphone:before { + content: "\e010"; +} + +.@{simple-line-icon-prefix}screen-desktop:before { + content: "\e011"; +} + +.@{simple-line-icon-prefix}plane:before { + content: "\e012"; +} + +.@{simple-line-icon-prefix}notebook:before { + content: "\e013"; +} + +.@{simple-line-icon-prefix}mustache:before { + content: "\e014"; +} + +.@{simple-line-icon-prefix}mouse:before { + content: "\e015"; +} + +.@{simple-line-icon-prefix}magnet:before { + content: "\e016"; +} + +.@{simple-line-icon-prefix}energy:before { + content: "\e020"; +} + +.@{simple-line-icon-prefix}disc:before { + content: "\e022"; +} + +.@{simple-line-icon-prefix}cursor:before { + content: "\e06e"; +} + +.@{simple-line-icon-prefix}cursor-move:before { + content: "\e023"; +} + +.@{simple-line-icon-prefix}crop:before { + content: "\e024"; +} + +.@{simple-line-icon-prefix}chemistry:before { + content: "\e026"; +} + +.@{simple-line-icon-prefix}speedometer:before { + content: "\e007"; +} + +.@{simple-line-icon-prefix}shield:before { + content: "\e00e"; +} + +.@{simple-line-icon-prefix}screen-tablet:before { + content: "\e00f"; +} + +.@{simple-line-icon-prefix}magic-wand:before { + content: "\e017"; +} + +.@{simple-line-icon-prefix}hourglass:before { + content: "\e018"; +} + +.@{simple-line-icon-prefix}graduation:before { + content: "\e019"; +} + +.@{simple-line-icon-prefix}ghost:before { + content: "\e01a"; +} + +.@{simple-line-icon-prefix}game-controller:before { + content: "\e01b"; +} + +.@{simple-line-icon-prefix}fire:before { + content: "\e01c"; +} + +.@{simple-line-icon-prefix}eyeglass:before { + content: "\e01d"; +} + +.@{simple-line-icon-prefix}envelope-open:before { + content: "\e01e"; +} + +.@{simple-line-icon-prefix}envelope-letter:before { + content: "\e01f"; +} + +.@{simple-line-icon-prefix}bell:before { + content: "\e027"; +} + +.@{simple-line-icon-prefix}badge:before { + content: "\e028"; +} + +.@{simple-line-icon-prefix}anchor:before { + content: "\e029"; +} + +.@{simple-line-icon-prefix}wallet:before { + content: "\e02a"; +} + +.@{simple-line-icon-prefix}vector:before { + content: "\e02b"; +} + +.@{simple-line-icon-prefix}speech:before { + content: "\e02c"; +} + +.@{simple-line-icon-prefix}puzzle:before { + content: "\e02d"; +} + +.@{simple-line-icon-prefix}printer:before { + content: "\e02e"; +} + +.@{simple-line-icon-prefix}present:before { + content: "\e02f"; +} + +.@{simple-line-icon-prefix}playlist:before { + content: "\e030"; +} + +.@{simple-line-icon-prefix}pin:before { + content: "\e031"; +} + +.@{simple-line-icon-prefix}picture:before { + content: "\e032"; +} + +.@{simple-line-icon-prefix}handbag:before { + content: "\e035"; +} + +.@{simple-line-icon-prefix}globe-alt:before { + content: "\e036"; +} + +.@{simple-line-icon-prefix}globe:before { + content: "\e037"; +} + +.@{simple-line-icon-prefix}folder-alt:before { + content: "\e039"; +} + +.@{simple-line-icon-prefix}folder:before { + content: "\e089"; +} + +.@{simple-line-icon-prefix}film:before { + content: "\e03a"; +} + +.@{simple-line-icon-prefix}feed:before { + content: "\e03b"; +} + +.@{simple-line-icon-prefix}drop:before { + content: "\e03e"; +} + +.@{simple-line-icon-prefix}drawer:before { + content: "\e03f"; +} + +.@{simple-line-icon-prefix}docs:before { + content: "\e040"; +} + +.@{simple-line-icon-prefix}doc:before { + content: "\e085"; +} + +.@{simple-line-icon-prefix}diamond:before { + content: "\e043"; +} + +.@{simple-line-icon-prefix}cup:before { + content: "\e044"; +} + +.@{simple-line-icon-prefix}calculator:before { + content: "\e049"; +} + +.@{simple-line-icon-prefix}bubbles:before { + content: "\e04a"; +} + +.@{simple-line-icon-prefix}briefcase:before { + content: "\e04b"; +} + +.@{simple-line-icon-prefix}book-open:before { + content: "\e04c"; +} + +.@{simple-line-icon-prefix}basket-loaded:before { + content: "\e04d"; +} + +.@{simple-line-icon-prefix}basket:before { + content: "\e04e"; +} + +.@{simple-line-icon-prefix}bag:before { + content: "\e04f"; +} + +.@{simple-line-icon-prefix}action-undo:before { + content: "\e050"; +} + +.@{simple-line-icon-prefix}action-redo:before { + content: "\e051"; +} + +.@{simple-line-icon-prefix}wrench:before { + content: "\e052"; +} + +.@{simple-line-icon-prefix}umbrella:before { + content: "\e053"; +} + +.@{simple-line-icon-prefix}trash:before { + content: "\e054"; +} + +.@{simple-line-icon-prefix}tag:before { + content: "\e055"; +} + +.@{simple-line-icon-prefix}support:before { + content: "\e056"; +} + +.@{simple-line-icon-prefix}frame:before { + content: "\e038"; +} + +.@{simple-line-icon-prefix}size-fullscreen:before { + content: "\e057"; +} + +.@{simple-line-icon-prefix}size-actual:before { + content: "\e058"; +} + +.@{simple-line-icon-prefix}shuffle:before { + content: "\e059"; +} + +.@{simple-line-icon-prefix}share-alt:before { + content: "\e05a"; +} + +.@{simple-line-icon-prefix}share:before { + content: "\e05b"; +} + +.@{simple-line-icon-prefix}rocket:before { + content: "\e05c"; +} + +.@{simple-line-icon-prefix}question:before { + content: "\e05d"; +} + +.@{simple-line-icon-prefix}pie-chart:before { + content: "\e05e"; +} + +.@{simple-line-icon-prefix}pencil:before { + content: "\e05f"; +} + +.@{simple-line-icon-prefix}note:before { + content: "\e060"; +} + +.@{simple-line-icon-prefix}loop:before { + content: "\e064"; +} + +.@{simple-line-icon-prefix}home:before { + content: "\e069"; +} + +.@{simple-line-icon-prefix}grid:before { + content: "\e06a"; +} + +.@{simple-line-icon-prefix}graph:before { + content: "\e06b"; +} + +.@{simple-line-icon-prefix}microphone:before { + content: "\e063"; +} + +.@{simple-line-icon-prefix}music-tone-alt:before { + content: "\e061"; +} + +.@{simple-line-icon-prefix}music-tone:before { + content: "\e062"; +} + +.@{simple-line-icon-prefix}earphones-alt:before { + content: "\e03c"; +} + +.@{simple-line-icon-prefix}earphones:before { + content: "\e03d"; +} + +.@{simple-line-icon-prefix}equalizer:before { + content: "\e06c"; +} + +.@{simple-line-icon-prefix}like:before { + content: "\e068"; +} + +.@{simple-line-icon-prefix}dislike:before { + content: "\e06d"; +} + +.@{simple-line-icon-prefix}control-start:before { + content: "\e06f"; +} + +.@{simple-line-icon-prefix}control-rewind:before { + content: "\e070"; +} + +.@{simple-line-icon-prefix}control-play:before { + content: "\e071"; +} + +.@{simple-line-icon-prefix}control-pause:before { + content: "\e072"; +} + +.@{simple-line-icon-prefix}control-forward:before { + content: "\e073"; +} + +.@{simple-line-icon-prefix}control-end:before { + content: "\e074"; +} + +.@{simple-line-icon-prefix}volume-1:before { + content: "\e09f"; +} + +.@{simple-line-icon-prefix}volume-2:before { + content: "\e0a0"; +} + +.@{simple-line-icon-prefix}volume-off:before { + content: "\e0a1"; +} + +.@{simple-line-icon-prefix}calendar:before { + content: "\e075"; +} + +.@{simple-line-icon-prefix}bulb:before { + content: "\e076"; +} + +.@{simple-line-icon-prefix}chart:before { + content: "\e077"; +} + +.@{simple-line-icon-prefix}ban:before { + content: "\e07c"; +} + +.@{simple-line-icon-prefix}bubble:before { + content: "\e07d"; +} + +.@{simple-line-icon-prefix}camrecorder:before { + content: "\e07e"; +} + +.@{simple-line-icon-prefix}camera:before { + content: "\e07f"; +} + +.@{simple-line-icon-prefix}cloud-download:before { + content: "\e083"; +} + +.@{simple-line-icon-prefix}cloud-upload:before { + content: "\e084"; +} + +.@{simple-line-icon-prefix}envelope:before { + content: "\e086"; +} + +.@{simple-line-icon-prefix}eye:before { + content: "\e087"; +} + +.@{simple-line-icon-prefix}flag:before { + content: "\e088"; +} + +.@{simple-line-icon-prefix}heart:before { + content: "\e08a"; +} + +.@{simple-line-icon-prefix}info:before { + content: "\e08b"; +} + +.@{simple-line-icon-prefix}key:before { + content: "\e08c"; +} + +.@{simple-line-icon-prefix}link:before { + content: "\e08d"; +} + +.@{simple-line-icon-prefix}lock:before { + content: "\e08e"; +} + +.@{simple-line-icon-prefix}lock-open:before { + content: "\e08f"; +} + +.@{simple-line-icon-prefix}magnifier:before { + content: "\e090"; +} + +.@{simple-line-icon-prefix}magnifier-add:before { + content: "\e091"; +} + +.@{simple-line-icon-prefix}magnifier-remove:before { + content: "\e092"; +} + +.@{simple-line-icon-prefix}paper-clip:before { + content: "\e093"; +} + +.@{simple-line-icon-prefix}paper-plane:before { + content: "\e094"; +} + +.@{simple-line-icon-prefix}power:before { + content: "\e097"; +} + +.@{simple-line-icon-prefix}refresh:before { + content: "\e098"; +} + +.@{simple-line-icon-prefix}reload:before { + content: "\e099"; +} + +.@{simple-line-icon-prefix}settings:before { + content: "\e09a"; +} + +.@{simple-line-icon-prefix}star:before { + content: "\e09b"; +} + +.@{simple-line-icon-prefix}symbol-female:before { + content: "\e09c"; +} + +.@{simple-line-icon-prefix}symbol-male:before { + content: "\e09d"; +} + +.@{simple-line-icon-prefix}target:before { + content: "\e09e"; +} + +.@{simple-line-icon-prefix}credit-card:before { + content: "\e025"; +} + +.@{simple-line-icon-prefix}paypal:before { + content: "\e608"; +} + +.@{simple-line-icon-prefix}social-tumblr:before { + content: "\e00a"; +} + +.@{simple-line-icon-prefix}social-twitter:before { + content: "\e009"; +} + +.@{simple-line-icon-prefix}social-facebook:before { + content: "\e00b"; +} + +.@{simple-line-icon-prefix}social-instagram:before { + content: "\e609"; +} + +.@{simple-line-icon-prefix}social-linkedin:before { + content: "\e60a"; +} + +.@{simple-line-icon-prefix}social-pinterest:before { + content: "\e60b"; +} + +.@{simple-line-icon-prefix}social-github:before { + content: "\e60c"; +} + +.@{simple-line-icon-prefix}social-google:before { + content: "\e60d"; +} + +.@{simple-line-icon-prefix}social-reddit:before { + content: "\e60e"; +} + +.@{simple-line-icon-prefix}social-skype:before { + content: "\e60f"; +} + +.@{simple-line-icon-prefix}social-dribbble:before { + content: "\e00d"; +} + +.@{simple-line-icon-prefix}social-behance:before { + content: "\e610"; +} + +.@{simple-line-icon-prefix}social-foursqare:before { + content: "\e611"; +} + +.@{simple-line-icon-prefix}social-soundcloud:before { + content: "\e612"; +} + +.@{simple-line-icon-prefix}social-spotify:before { + content: "\e613"; +} + +.@{simple-line-icon-prefix}social-stumbleupon:before { + content: "\e614"; +} + +.@{simple-line-icon-prefix}social-youtube:before { + content: "\e008"; +} + +.@{simple-line-icon-prefix}social-dropbox:before { + content: "\e00c"; +} + +.@{simple-line-icon-prefix}social-vkontakte:before { + content: "\e618"; +} + +.@{simple-line-icon-prefix}social-steam:before { + content: "\e620"; +} diff --git a/resources/assets/vendor/simple-line-icons/package.json b/resources/assets/vendor/simple-line-icons/package.json new file mode 100644 index 0000000..b152d89 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/package.json @@ -0,0 +1,32 @@ +{ + "name": "simple-line-icons", + "version": "2.5.5", + "description": "Simple and elegant line icons.", + "main": "dist/styles/simple-line-icons.css", + "scripts": { + "test": "node scripts/build", + "build": "node scripts/build", + "postbuild": "cp -r dist/ docs/" + }, + "repository": { + "type": "git", + "url": "https://github.com/thesabbir/simple-line-icons.git" + }, + "keywords": [ + "icon", + "simple-icons", + "simple-line-icons", + "line", + "css", + "webfont" + ], + "author": "Sabbir Ahmed", + "license": "MIT", + "bugs": { + "url": "https://github.com/thesabbir/simple-line-icons/issues" + }, + "homepage": "https://thesabbir.github.io/simple-line-icons", + "dependencies": { + "less": "^3.12.2" + } +} diff --git a/resources/assets/vendor/simple-line-icons/scripts/build.js b/resources/assets/vendor/simple-line-icons/scripts/build.js new file mode 100644 index 0000000..e7d4601 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/scripts/build.js @@ -0,0 +1,116 @@ +const less2sass = require("./less2sass"); +const less2css = require("./less2css"); +const fs = require("fs").promises; +const path = require("path"); +const packageJSON = require("../package.json"); +const paths = require("./paths"); +const styleFileName = "simple-line-icons"; +const cheatSheetCssFile = `styles/${styleFileName}.css`; + +async function copyFonts(src, dest) { + const entries = await fs.readdir(src, { withFileTypes: true }); + for (let entry of entries) { + const srcPath = path.join(src, entry.name); + const destPath = path.join(dest, entry.name); + await fs.copyFile(srcPath, destPath); + } +} + +function extension(filePath, extension) { + return filePath.replace(/\.less$/, extension); +} + +async function clearDist() { + await fs.rmdir(paths.dist, { recursive: true }); +} + +async function createDist() { + await fs.mkdir(paths.distStyles, { recursive: true }); + await fs.mkdir(paths.distFonts, { recursive: true }); + await fs.mkdir(paths.distDoc, { recursive: true }); +} + +async function clearLegacyDist() { + await Promise.all([ + fs.rmdir(paths.legacyCSS, { recursive: true }), + fs.rmdir(paths.legacySCSS, { recursive: true }), + fs.rmdir(paths.legacyLESS, { recursive: true }), + fs.rmdir(paths.legacyFonts, { recursive: true }), + ]); +} +async function legacyDist() { + await clearLegacyDist(); + try { + await Promise.all([ + fs.mkdir(paths.legacyCSS), + fs.mkdir(paths.legacySCSS), + fs.mkdir(paths.legacyLESS), + fs.mkdir(paths.legacyFonts), + ]); + } catch (e) { + // exist + } + await Promise.all([ + fs.copyFile(paths.distLessFile, paths.legacyLESSFile), + fs.copyFile(paths.distSCSSFile, paths.legacySCSSFile), + fs.copyFile(paths.distCSSFile, paths.legacyCSSFile), + copyFonts(paths.distFonts, paths.legacyFonts), + ]); +} + +async function generateCheatSheet() { + const cssPath = path.join(extension(paths.distLessFile, ".css")); + const css = await fs.readFile(cssPath, "UTF8"); + const regex = /\.(icon-(?:\w+(?:-)?)+):before\s+{\s*content:\s*"(.+)";\s+}/g; + const icons = []; + + css.match(regex).forEach((item) => { + let res = regex.exec(item); + if (!res) return; + icons.push(res[1]); + }); + + const iconHTML = icons + .map( + (icon) => `` + ) + .join(""); + + const html = (await fs.readFile(paths.chTemplate, "UTF8")) + .replace(/{{version}}/g, packageJSON.version) + .replace(/{{fontCss}}/g, cheatSheetCssFile) + .replace(/{{contents}}/g, iconHTML); + await fs.writeFile(paths.distDocIndex, html); +} + +async function compileStyleSheets() { + const buffer = await fs.readFile(paths.sourceLessFile); + const less = buffer.toString(); + const css = less2css(less); + const sass = less2sass.convert(less); + + await Promise.all([ + fs.writeFile(paths.distLessFile, less), + fs.writeFile(paths.distSCSSFile, sass), + fs.writeFile(paths.distCSSFile, css), + ]); +} + +async function build() { + await clearDist(); + await createDist(); + await Promise.all([ + copyFonts(paths.fontsSrc, paths.distFonts), + compileStyleSheets(), + ]); + await Promise.all([legacyDist(), generateCheatSheet()]); +} + +(async () => await build())(); diff --git a/resources/assets/vendor/simple-line-icons/scripts/cheatsheet.template.html b/resources/assets/vendor/simple-line-icons/scripts/cheatsheet.template.html new file mode 100644 index 0000000..2300582 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/scripts/cheatsheet.template.html @@ -0,0 +1,184 @@ + + + + Simple Line Icons CheatSheet + + + + + + + + + + + + +
+

Cheat sheet

+
+ Small • + Medium • + Large +
+

Click on the icons to get the icon class name

+ + + + {{contents}} + +
+ + + + + + + diff --git a/resources/assets/vendor/simple-line-icons/scripts/less2css.js b/resources/assets/vendor/simple-line-icons/scripts/less2css.js new file mode 100644 index 0000000..b053986 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/scripts/less2css.js @@ -0,0 +1,11 @@ +const less = require("less"); + +function less2css(content) { + let output = ""; + less.render(content, (e, { css }) => { + output = css; + }); + return output; +} + +module.exports = less2css; diff --git a/resources/assets/vendor/simple-line-icons/scripts/less2sass.js b/resources/assets/vendor/simple-line-icons/scripts/less2sass.js new file mode 100644 index 0000000..4641fe9 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/scripts/less2sass.js @@ -0,0 +1,134 @@ +// http://stackoverflow.com/questions/14970224/anyone-know-of-a-good-way-to-convert-from-less-to-sass +// https://github.com/ekryski/less2sass/releases/tag/v1.0.3 +// For any deviations, look for comments prefixed with "SIMPLE LINE ICONS DEVIATION:". + +function Less2Sass(){ + +} + +Less2Sass.prototype.convert = function(file) { + + this.file = file; + + this.convertInterpolatedVariables() + .convertVariables() + .convertTildaStrings() + .convertMixins() + .includeMixins() + .convertExtend() + .convertColourHelpers() + .convertFileExtensions() + .convertFunctionUnit(); + + return this.file; +}; + +Less2Sass.prototype.includeMixins = function() { + var includeRegex = /^(\s*)\.([a-zA-Z][\w\-]*\(?[^;{}]*\)?;{1}$)/gm; + + this.file = this.file.replace(includeRegex, '$1@include $2'); + + return this; +}; + + +Less2Sass.prototype.convertMixins = function() { + // Simple form: no semicolons. + const mixinRegexNoSemicolon = /^(\s*?)\.([\w\-]*?)\s*\(([\s\S][^\;]+?)?\)\s*\{$/gm; + this.file = this.file.replace(mixinRegexNoSemicolon, '$1@mixin $2($3) {'); + // With semicolons. + const mixinRegexWithSemicolon = /^(\s*?)\.([\w\-]*?)\s*\(([\s\S][^\,]+?)?\)\s*\{$/gm; + this.file = this.file.replace(mixinRegexWithSemicolon, function (match, g1, g2, g3) { + return g1 + '@mixin ' + g2 + '(' + g3.replace(/;/g, ',') + ') {'; + }); + return this; +}; + +Less2Sass.prototype.convertFunctionUnit = function() { + // Two-args. + const unitTwoArgRegex = /unit\((\S+),(\S+)\)/g; + this.file = this.file.replace(unitTwoArgRegex, '0$2 + $1'); + // One-arg. + const unitOneArgRegex = /unit\(([^,]+)\)/g; + this.file = this.file.replace(unitOneArgRegex, 'unit-less($1)'); + + return this; +}; + +Less2Sass.prototype.convertExtend = function() { + // http://lesscss.org/features/#extend-feature + // &:extend syntax. + const andExtendRegex = /&:extend\((.[\w]*)\);/g; + this.file = this.file.replace(andExtendRegex, '@extend $1;'); + + return this; +}; + +Less2Sass.prototype.convertColourHelpers = function() { + var helperRegex = /spin\(/g; + + this.file = this.file.replace(helperRegex, 'adjust-hue('); + + // TODO (EK): Flag other colour helpers for manual conversion that SASS does not have + + return this; +}; + +Less2Sass.prototype.convertTildaStrings = function() { + var tildaRegex = /~("|')/g; + + this.file = this.file.replace(tildaRegex, '$1'); + + return this; +}; + +Less2Sass.prototype.convertInterpolatedVariables = function() { + var interpolationRegex = /@\{(?!(\s|\())/g; + + this.file = this.file.replace(interpolationRegex, '#{$'); + + return this; +}; + +Less2Sass.prototype.convertVariables = function() { + // Matches any @ that doesn't have 'media ' or 'import ' after it. + // + // SIMPLE LINE ICONS DEVIATION: + // Additionally, we capture the variable name, full variable declaration and if this + // should be considered a default variable for "simple-line-icons"-specific logic for + // creating default variables (because LESS doesn't have the concept of default variable declarations). + // + // For example, if we have a LESS variable that looked like: + // + // @simple-line-font-path: "../fonts/"; // default + // + // The "varDeclaration" group would be 'simple-line-font-path: "../fonts/"', the varName + // group would be "simple-line-font-path" and the isDefault group would have content (indicating + // that this should be output as a default variable). + var varRegex = /@(?!(media|import|mixin|font-face|keyframes)(\s|\())(?(?([^:]*))[^;]*);(?\s*\/\/\s*default)?/g; + + // SIMPLE LINE ICONS DEVIATION: + // The "replace" call has been modified so we can append the "!default" string for our + // overridable variables. We only output a variable with the "!default" string if the + // source had a "default" comment. + this.file = this.file.replace(varRegex, function (match, p1, p2, p3, p4, p5, p6, offset, string, groups) { + if (groups.isDefault) { + return `$${groups.varDeclaration} !default;` + } + + // The "match" includes the "@" symbol which we want to convert to a "$" for SASS. + return `$${match.substring(1)}` + }); + + return this; +}; + +Less2Sass.prototype.convertFileExtensions = function() { + var extensionRegex = /\.less/g; + + this.file = this.file.replace(extensionRegex, '.scss'); + + return this; +}; + +module.exports = new Less2Sass(); diff --git a/resources/assets/vendor/simple-line-icons/scripts/paths.js b/resources/assets/vendor/simple-line-icons/scripts/paths.js new file mode 100644 index 0000000..cdcfc7d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/scripts/paths.js @@ -0,0 +1,62 @@ +const path = require("path"); +/* + * Paths + */ + +// root +const root = path.resolve(__dirname, ".."); + +// filename +const styleFileName = "simple-line-icons"; +const lessFileName = `${styleFileName}.less`; +const scssFileName = `${styleFileName}.scss`; +const cssFileName = `${styleFileName}.css`; + +// src +const src = path.resolve(root, "src"); +const sourceLessFile = path.resolve(src, "styles", lessFileName); +const fontsSrc = path.resolve(src, "fonts"); + +// dist +const dist = path.join(root, "dist"); +const distStyles = path.join(dist, "styles"); +const distLessFile = path.join(distStyles, lessFileName); +const distSCSSFile = path.join(distStyles, scssFileName); +const distCSSFile = path.join(distStyles, cssFileName); +const distFonts = path.resolve(dist, "fonts"); + +// legacy dist + +const legacyCSS = path.join(root, "css"); +const legacySCSS = path.join(root, "scss"); +const legacyLESS = path.join(root, "less"); +const legacyFonts = path.resolve(root, "fonts"); +const legacyCSSFile = path.join(root, "css", cssFileName); +const legacySCSSFile = path.join(root, "scss", scssFileName); +const legacyLESSFile = path.join(root, "less", lessFileName); + +const distDoc = path.resolve(root, "docs"); +const distDocIndex = path.resolve(distDoc, "index.html"); +// cheetsheet +const chTemplate = path.resolve(__dirname, "cheatsheet.template.html"); + +module.exports = { + dist, + distStyles, + sourceLessFile, + distLessFile, + fontsSrc, + distFonts, + chTemplate, + distDocIndex, + distDoc, + distCSSFile, + distSCSSFile, + legacyCSSFile, + legacySCSSFile, + legacyLESSFile, + legacyFonts, + legacyLESS, + legacySCSS, + legacyCSS, +}; diff --git a/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.eot b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.eot new file mode 100644 index 0000000..f0ca6e8 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.eot differ diff --git a/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.svg b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.svg new file mode 100644 index 0000000..e24c746 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.ttf b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.ttf new file mode 100644 index 0000000..6ecb686 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.ttf differ diff --git a/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff new file mode 100644 index 0000000..b17d694 Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff differ diff --git a/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff2 b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff2 new file mode 100644 index 0000000..c49fccf Binary files /dev/null and b/resources/assets/vendor/simple-line-icons/src/fonts/Simple-Line-Icons.woff2 differ diff --git a/resources/assets/vendor/simple-line-icons/src/styles/simple-line-icons.less b/resources/assets/vendor/simple-line-icons/src/styles/simple-line-icons.less new file mode 100644 index 0000000..8653991 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/styles/simple-line-icons.less @@ -0,0 +1,986 @@ +// Default Variables +@simple-line-font-path: "../fonts/"; // default +@simple-line-font-family: "simple-line-icons"; // default +@simple-line-icon-prefix: icon-; // default + +/* +* Font Face +*/ + +@font-face { + font-family: '@{simple-line-font-family}'; + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0'); + src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), + url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), + url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.4.0') format('woff'), + url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* + Use the following code if you want to have a class per icon. + Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, + but it's slower. +*/ + +.@{simple-line-icon-prefix} { + &user, + &people, + &user-female, + &user-follow, + &user-following, + &user-unfollow, + &login, + &logout, + &emotsmile, + &phone, + &call-end, + &call-in, + &call-out, + &map, + &location-pin, + &direction, + &directions, + &compass, + &layers, + &menu, + &list, + &options-vertical, + &options, + &arrow-down, + &arrow-left, + &arrow-right, + &arrow-up, + &arrow-up-circle, + &arrow-left-circle, + &arrow-right-circle, + &arrow-down-circle, + &check, + &clock, + &plus, + &minus, + &close, + &event, + &exclamation, + &organization, + &trophy, + &screen-smartphone, + &screen-desktop, + &plane, + ¬ebook, + &mustache, + &mouse, + &magnet, + &energy, + &disc, + &cursor, + &cursor-move, + &crop, + &chemistry, + &speedometer, + &shield, + &screen-tablet, + &magic-wand, + &hourglass, + &graduation, + &ghost, + &game-controller, + &fire, + &eyeglass, + &envelope-open, + &envelope-letter, + &bell, + &badge, + &anchor, + &wallet, + &vector, + &speech, + &puzzle, + &printer, + &present, + &playlist, + &pin, + &picture, + &handbag, + &globe-alt, + &globe, + &folder-alt, + &folder, + &film, + &feed, + &drop, + &drawer, + &docs, + &doc, + &diamond, + &cup, + &calculator, + &bubbles, + &briefcase, + &book-open, + &basket-loaded, + &basket, + &bag, + &action-undo, + &action-redo, + &wrench, + &umbrella, + &trash, + &tag, + &support, + &frame, + &size-fullscreen, + &size-actual, + &shuffle, + &share-alt, + &share, + &rocket, + &question, + &pie-chart, + &pencil, + ¬e, + &loop, + &home, + &grid, + &graph, + µphone, + &music-tone-alt, + &music-tone, + &earphones-alt, + &earphones, + &equalizer, + &like, + &dislike, + &control-start, + &control-rewind, + &control-play, + &control-pause, + &control-forward, + &control-end, + &volume-1, + &volume-2, + &volume-off, + &calendar, + &bulb, + &chart, + &ban, + &bubble, + &camrecorder, + &camera, + &cloud-download, + &cloud-upload, + &envelope, + &eye, + &flag, + &heart, + &info, + &key, + &link, + &lock, + &lock-open, + &magnifier, + &magnifier-add, + &magnifier-remove, + &paper-clip, + &paper-plane, + &power, + &refresh, + &reload, + &settings, + &star, + &symbol-female, + &symbol-male, + &target, + &credit-card, + &paypal, + &social-tumblr, + &social-twitter, + &social-facebook, + &social-instagram, + &social-linkedin, + &social-pinterest, + &social-github, + &social-google, + &social-reddit, + &social-skype, + &social-dribbble, + &social-behance, + &social-foursqare, + &social-soundcloud, + &social-spotify, + &social-stumbleupon, + &social-youtube, + &social-dropbox, + &social-vkontakte, + &social-steam { + font-family: '@{simple-line-font-family}'; + 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; + } +} + +.@{simple-line-icon-prefix}user:before { + content: "\e005"; +} + +.@{simple-line-icon-prefix}people:before { + content: "\e001"; +} + +.@{simple-line-icon-prefix}user-female:before { + content: "\e000"; +} + +.@{simple-line-icon-prefix}user-follow:before { + content: "\e002"; +} + +.@{simple-line-icon-prefix}user-following:before { + content: "\e003"; +} + +.@{simple-line-icon-prefix}user-unfollow:before { + content: "\e004"; +} + +.@{simple-line-icon-prefix}login:before { + content: "\e066"; +} + +.@{simple-line-icon-prefix}logout:before { + content: "\e065"; +} + +.@{simple-line-icon-prefix}emotsmile:before { + content: "\e021"; +} + +.@{simple-line-icon-prefix}phone:before { + content: "\e600"; +} + +.@{simple-line-icon-prefix}call-end:before { + content: "\e048"; +} + +.@{simple-line-icon-prefix}call-in:before { + content: "\e047"; +} + +.@{simple-line-icon-prefix}call-out:before { + content: "\e046"; +} + +.@{simple-line-icon-prefix}map:before { + content: "\e033"; +} + +.@{simple-line-icon-prefix}location-pin:before { + content: "\e096"; +} + +.@{simple-line-icon-prefix}direction:before { + content: "\e042"; +} + +.@{simple-line-icon-prefix}directions:before { + content: "\e041"; +} + +.@{simple-line-icon-prefix}compass:before { + content: "\e045"; +} + +.@{simple-line-icon-prefix}layers:before { + content: "\e034"; +} + +.@{simple-line-icon-prefix}menu:before { + content: "\e601"; +} + +.@{simple-line-icon-prefix}list:before { + content: "\e067"; +} + +.@{simple-line-icon-prefix}options-vertical:before { + content: "\e602"; +} + +.@{simple-line-icon-prefix}options:before { + content: "\e603"; +} + +.@{simple-line-icon-prefix}arrow-down:before { + content: "\e604"; +} + +.@{simple-line-icon-prefix}arrow-left:before { + content: "\e605"; +} + +.@{simple-line-icon-prefix}arrow-right:before { + content: "\e606"; +} + +.@{simple-line-icon-prefix}arrow-up:before { + content: "\e607"; +} + +.@{simple-line-icon-prefix}arrow-up-circle:before { + content: "\e078"; +} + +.@{simple-line-icon-prefix}arrow-left-circle:before { + content: "\e07a"; +} + +.@{simple-line-icon-prefix}arrow-right-circle:before { + content: "\e079"; +} + +.@{simple-line-icon-prefix}arrow-down-circle:before { + content: "\e07b"; +} + +.@{simple-line-icon-prefix}check:before { + content: "\e080"; +} + +.@{simple-line-icon-prefix}clock:before { + content: "\e081"; +} + +.@{simple-line-icon-prefix}plus:before { + content: "\e095"; +} + +.@{simple-line-icon-prefix}minus:before { + content: "\e615"; +} + +.@{simple-line-icon-prefix}close:before { + content: "\e082"; +} + +.@{simple-line-icon-prefix}event:before { + content: "\e619"; +} + +.@{simple-line-icon-prefix}exclamation:before { + content: "\e617"; +} + +.@{simple-line-icon-prefix}organization:before { + content: "\e616"; +} + +.@{simple-line-icon-prefix}trophy:before { + content: "\e006"; +} + +.@{simple-line-icon-prefix}screen-smartphone:before { + content: "\e010"; +} + +.@{simple-line-icon-prefix}screen-desktop:before { + content: "\e011"; +} + +.@{simple-line-icon-prefix}plane:before { + content: "\e012"; +} + +.@{simple-line-icon-prefix}notebook:before { + content: "\e013"; +} + +.@{simple-line-icon-prefix}mustache:before { + content: "\e014"; +} + +.@{simple-line-icon-prefix}mouse:before { + content: "\e015"; +} + +.@{simple-line-icon-prefix}magnet:before { + content: "\e016"; +} + +.@{simple-line-icon-prefix}energy:before { + content: "\e020"; +} + +.@{simple-line-icon-prefix}disc:before { + content: "\e022"; +} + +.@{simple-line-icon-prefix}cursor:before { + content: "\e06e"; +} + +.@{simple-line-icon-prefix}cursor-move:before { + content: "\e023"; +} + +.@{simple-line-icon-prefix}crop:before { + content: "\e024"; +} + +.@{simple-line-icon-prefix}chemistry:before { + content: "\e026"; +} + +.@{simple-line-icon-prefix}speedometer:before { + content: "\e007"; +} + +.@{simple-line-icon-prefix}shield:before { + content: "\e00e"; +} + +.@{simple-line-icon-prefix}screen-tablet:before { + content: "\e00f"; +} + +.@{simple-line-icon-prefix}magic-wand:before { + content: "\e017"; +} + +.@{simple-line-icon-prefix}hourglass:before { + content: "\e018"; +} + +.@{simple-line-icon-prefix}graduation:before { + content: "\e019"; +} + +.@{simple-line-icon-prefix}ghost:before { + content: "\e01a"; +} + +.@{simple-line-icon-prefix}game-controller:before { + content: "\e01b"; +} + +.@{simple-line-icon-prefix}fire:before { + content: "\e01c"; +} + +.@{simple-line-icon-prefix}eyeglass:before { + content: "\e01d"; +} + +.@{simple-line-icon-prefix}envelope-open:before { + content: "\e01e"; +} + +.@{simple-line-icon-prefix}envelope-letter:before { + content: "\e01f"; +} + +.@{simple-line-icon-prefix}bell:before { + content: "\e027"; +} + +.@{simple-line-icon-prefix}badge:before { + content: "\e028"; +} + +.@{simple-line-icon-prefix}anchor:before { + content: "\e029"; +} + +.@{simple-line-icon-prefix}wallet:before { + content: "\e02a"; +} + +.@{simple-line-icon-prefix}vector:before { + content: "\e02b"; +} + +.@{simple-line-icon-prefix}speech:before { + content: "\e02c"; +} + +.@{simple-line-icon-prefix}puzzle:before { + content: "\e02d"; +} + +.@{simple-line-icon-prefix}printer:before { + content: "\e02e"; +} + +.@{simple-line-icon-prefix}present:before { + content: "\e02f"; +} + +.@{simple-line-icon-prefix}playlist:before { + content: "\e030"; +} + +.@{simple-line-icon-prefix}pin:before { + content: "\e031"; +} + +.@{simple-line-icon-prefix}picture:before { + content: "\e032"; +} + +.@{simple-line-icon-prefix}handbag:before { + content: "\e035"; +} + +.@{simple-line-icon-prefix}globe-alt:before { + content: "\e036"; +} + +.@{simple-line-icon-prefix}globe:before { + content: "\e037"; +} + +.@{simple-line-icon-prefix}folder-alt:before { + content: "\e039"; +} + +.@{simple-line-icon-prefix}folder:before { + content: "\e089"; +} + +.@{simple-line-icon-prefix}film:before { + content: "\e03a"; +} + +.@{simple-line-icon-prefix}feed:before { + content: "\e03b"; +} + +.@{simple-line-icon-prefix}drop:before { + content: "\e03e"; +} + +.@{simple-line-icon-prefix}drawer:before { + content: "\e03f"; +} + +.@{simple-line-icon-prefix}docs:before { + content: "\e040"; +} + +.@{simple-line-icon-prefix}doc:before { + content: "\e085"; +} + +.@{simple-line-icon-prefix}diamond:before { + content: "\e043"; +} + +.@{simple-line-icon-prefix}cup:before { + content: "\e044"; +} + +.@{simple-line-icon-prefix}calculator:before { + content: "\e049"; +} + +.@{simple-line-icon-prefix}bubbles:before { + content: "\e04a"; +} + +.@{simple-line-icon-prefix}briefcase:before { + content: "\e04b"; +} + +.@{simple-line-icon-prefix}book-open:before { + content: "\e04c"; +} + +.@{simple-line-icon-prefix}basket-loaded:before { + content: "\e04d"; +} + +.@{simple-line-icon-prefix}basket:before { + content: "\e04e"; +} + +.@{simple-line-icon-prefix}bag:before { + content: "\e04f"; +} + +.@{simple-line-icon-prefix}action-undo:before { + content: "\e050"; +} + +.@{simple-line-icon-prefix}action-redo:before { + content: "\e051"; +} + +.@{simple-line-icon-prefix}wrench:before { + content: "\e052"; +} + +.@{simple-line-icon-prefix}umbrella:before { + content: "\e053"; +} + +.@{simple-line-icon-prefix}trash:before { + content: "\e054"; +} + +.@{simple-line-icon-prefix}tag:before { + content: "\e055"; +} + +.@{simple-line-icon-prefix}support:before { + content: "\e056"; +} + +.@{simple-line-icon-prefix}frame:before { + content: "\e038"; +} + +.@{simple-line-icon-prefix}size-fullscreen:before { + content: "\e057"; +} + +.@{simple-line-icon-prefix}size-actual:before { + content: "\e058"; +} + +.@{simple-line-icon-prefix}shuffle:before { + content: "\e059"; +} + +.@{simple-line-icon-prefix}share-alt:before { + content: "\e05a"; +} + +.@{simple-line-icon-prefix}share:before { + content: "\e05b"; +} + +.@{simple-line-icon-prefix}rocket:before { + content: "\e05c"; +} + +.@{simple-line-icon-prefix}question:before { + content: "\e05d"; +} + +.@{simple-line-icon-prefix}pie-chart:before { + content: "\e05e"; +} + +.@{simple-line-icon-prefix}pencil:before { + content: "\e05f"; +} + +.@{simple-line-icon-prefix}note:before { + content: "\e060"; +} + +.@{simple-line-icon-prefix}loop:before { + content: "\e064"; +} + +.@{simple-line-icon-prefix}home:before { + content: "\e069"; +} + +.@{simple-line-icon-prefix}grid:before { + content: "\e06a"; +} + +.@{simple-line-icon-prefix}graph:before { + content: "\e06b"; +} + +.@{simple-line-icon-prefix}microphone:before { + content: "\e063"; +} + +.@{simple-line-icon-prefix}music-tone-alt:before { + content: "\e061"; +} + +.@{simple-line-icon-prefix}music-tone:before { + content: "\e062"; +} + +.@{simple-line-icon-prefix}earphones-alt:before { + content: "\e03c"; +} + +.@{simple-line-icon-prefix}earphones:before { + content: "\e03d"; +} + +.@{simple-line-icon-prefix}equalizer:before { + content: "\e06c"; +} + +.@{simple-line-icon-prefix}like:before { + content: "\e068"; +} + +.@{simple-line-icon-prefix}dislike:before { + content: "\e06d"; +} + +.@{simple-line-icon-prefix}control-start:before { + content: "\e06f"; +} + +.@{simple-line-icon-prefix}control-rewind:before { + content: "\e070"; +} + +.@{simple-line-icon-prefix}control-play:before { + content: "\e071"; +} + +.@{simple-line-icon-prefix}control-pause:before { + content: "\e072"; +} + +.@{simple-line-icon-prefix}control-forward:before { + content: "\e073"; +} + +.@{simple-line-icon-prefix}control-end:before { + content: "\e074"; +} + +.@{simple-line-icon-prefix}volume-1:before { + content: "\e09f"; +} + +.@{simple-line-icon-prefix}volume-2:before { + content: "\e0a0"; +} + +.@{simple-line-icon-prefix}volume-off:before { + content: "\e0a1"; +} + +.@{simple-line-icon-prefix}calendar:before { + content: "\e075"; +} + +.@{simple-line-icon-prefix}bulb:before { + content: "\e076"; +} + +.@{simple-line-icon-prefix}chart:before { + content: "\e077"; +} + +.@{simple-line-icon-prefix}ban:before { + content: "\e07c"; +} + +.@{simple-line-icon-prefix}bubble:before { + content: "\e07d"; +} + +.@{simple-line-icon-prefix}camrecorder:before { + content: "\e07e"; +} + +.@{simple-line-icon-prefix}camera:before { + content: "\e07f"; +} + +.@{simple-line-icon-prefix}cloud-download:before { + content: "\e083"; +} + +.@{simple-line-icon-prefix}cloud-upload:before { + content: "\e084"; +} + +.@{simple-line-icon-prefix}envelope:before { + content: "\e086"; +} + +.@{simple-line-icon-prefix}eye:before { + content: "\e087"; +} + +.@{simple-line-icon-prefix}flag:before { + content: "\e088"; +} + +.@{simple-line-icon-prefix}heart:before { + content: "\e08a"; +} + +.@{simple-line-icon-prefix}info:before { + content: "\e08b"; +} + +.@{simple-line-icon-prefix}key:before { + content: "\e08c"; +} + +.@{simple-line-icon-prefix}link:before { + content: "\e08d"; +} + +.@{simple-line-icon-prefix}lock:before { + content: "\e08e"; +} + +.@{simple-line-icon-prefix}lock-open:before { + content: "\e08f"; +} + +.@{simple-line-icon-prefix}magnifier:before { + content: "\e090"; +} + +.@{simple-line-icon-prefix}magnifier-add:before { + content: "\e091"; +} + +.@{simple-line-icon-prefix}magnifier-remove:before { + content: "\e092"; +} + +.@{simple-line-icon-prefix}paper-clip:before { + content: "\e093"; +} + +.@{simple-line-icon-prefix}paper-plane:before { + content: "\e094"; +} + +.@{simple-line-icon-prefix}power:before { + content: "\e097"; +} + +.@{simple-line-icon-prefix}refresh:before { + content: "\e098"; +} + +.@{simple-line-icon-prefix}reload:before { + content: "\e099"; +} + +.@{simple-line-icon-prefix}settings:before { + content: "\e09a"; +} + +.@{simple-line-icon-prefix}star:before { + content: "\e09b"; +} + +.@{simple-line-icon-prefix}symbol-female:before { + content: "\e09c"; +} + +.@{simple-line-icon-prefix}symbol-male:before { + content: "\e09d"; +} + +.@{simple-line-icon-prefix}target:before { + content: "\e09e"; +} + +.@{simple-line-icon-prefix}credit-card:before { + content: "\e025"; +} + +.@{simple-line-icon-prefix}paypal:before { + content: "\e608"; +} + +.@{simple-line-icon-prefix}social-tumblr:before { + content: "\e00a"; +} + +.@{simple-line-icon-prefix}social-twitter:before { + content: "\e009"; +} + +.@{simple-line-icon-prefix}social-facebook:before { + content: "\e00b"; +} + +.@{simple-line-icon-prefix}social-instagram:before { + content: "\e609"; +} + +.@{simple-line-icon-prefix}social-linkedin:before { + content: "\e60a"; +} + +.@{simple-line-icon-prefix}social-pinterest:before { + content: "\e60b"; +} + +.@{simple-line-icon-prefix}social-github:before { + content: "\e60c"; +} + +.@{simple-line-icon-prefix}social-google:before { + content: "\e60d"; +} + +.@{simple-line-icon-prefix}social-reddit:before { + content: "\e60e"; +} + +.@{simple-line-icon-prefix}social-skype:before { + content: "\e60f"; +} + +.@{simple-line-icon-prefix}social-dribbble:before { + content: "\e00d"; +} + +.@{simple-line-icon-prefix}social-behance:before { + content: "\e610"; +} + +.@{simple-line-icon-prefix}social-foursqare:before { + content: "\e611"; +} + +.@{simple-line-icon-prefix}social-soundcloud:before { + content: "\e612"; +} + +.@{simple-line-icon-prefix}social-spotify:before { + content: "\e613"; +} + +.@{simple-line-icon-prefix}social-stumbleupon:before { + content: "\e614"; +} + +.@{simple-line-icon-prefix}social-youtube:before { + content: "\e008"; +} + +.@{simple-line-icon-prefix}social-dropbox:before { + content: "\e00c"; +} + +.@{simple-line-icon-prefix}social-vkontakte:before { + content: "\e618"; +} + +.@{simple-line-icon-prefix}social-steam:before { + content: "\e620"; +} diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/action-redo.svg b/resources/assets/vendor/simple-line-icons/src/svgs/action-redo.svg new file mode 100644 index 0000000..5d978c1 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/action-redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/action-undo.svg b/resources/assets/vendor/simple-line-icons/src/svgs/action-undo.svg new file mode 100644 index 0000000..9856db2 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/action-undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/anchor.svg b/resources/assets/vendor/simple-line-icons/src/svgs/anchor.svg new file mode 100644 index 0000000..49db133 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down-circle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down-circle.svg new file mode 100644 index 0000000..811f5e4 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down.svg new file mode 100644 index 0000000..d0749f3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left-circle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left-circle.svg new file mode 100644 index 0000000..168adcf --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left.svg new file mode 100644 index 0000000..c6a1e6e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right-circle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right-circle.svg new file mode 100644 index 0000000..1e0e8d2 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right.svg new file mode 100644 index 0000000..d2ba402 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up-circle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up-circle.svg new file mode 100644 index 0000000..f249ba9 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up.svg b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up.svg new file mode 100644 index 0000000..2a65489 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/badge.svg b/resources/assets/vendor/simple-line-icons/src/svgs/badge.svg new file mode 100644 index 0000000..99aae9c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/bag.svg b/resources/assets/vendor/simple-line-icons/src/svgs/bag.svg new file mode 100644 index 0000000..fd9b1c2 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/ban.svg b/resources/assets/vendor/simple-line-icons/src/svgs/ban.svg new file mode 100644 index 0000000..58a4926 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/basket-loaded.svg b/resources/assets/vendor/simple-line-icons/src/svgs/basket-loaded.svg new file mode 100644 index 0000000..46e61a9 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/basket-loaded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/basket.svg b/resources/assets/vendor/simple-line-icons/src/svgs/basket.svg new file mode 100644 index 0000000..e2f176f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/bell.svg b/resources/assets/vendor/simple-line-icons/src/svgs/bell.svg new file mode 100644 index 0000000..963b7a1 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/book-open.svg b/resources/assets/vendor/simple-line-icons/src/svgs/book-open.svg new file mode 100644 index 0000000..d307e93 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/briefcase.svg b/resources/assets/vendor/simple-line-icons/src/svgs/briefcase.svg new file mode 100644 index 0000000..0a276bf --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/bubble.svg b/resources/assets/vendor/simple-line-icons/src/svgs/bubble.svg new file mode 100644 index 0000000..66c585d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/bubbles.svg b/resources/assets/vendor/simple-line-icons/src/svgs/bubbles.svg new file mode 100644 index 0000000..e1323fe --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/bubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/bulb.svg b/resources/assets/vendor/simple-line-icons/src/svgs/bulb.svg new file mode 100644 index 0000000..4e66cce --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/calculator.svg b/resources/assets/vendor/simple-line-icons/src/svgs/calculator.svg new file mode 100644 index 0000000..00993ae --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/calender.svg b/resources/assets/vendor/simple-line-icons/src/svgs/calender.svg new file mode 100644 index 0000000..cdd22a8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/calender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/call-end.svg b/resources/assets/vendor/simple-line-icons/src/svgs/call-end.svg new file mode 100644 index 0000000..ec97e90 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/call-end.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/call-in.svg b/resources/assets/vendor/simple-line-icons/src/svgs/call-in.svg new file mode 100644 index 0000000..da2cb9d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/call-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/call-out.svg b/resources/assets/vendor/simple-line-icons/src/svgs/call-out.svg new file mode 100644 index 0000000..889590a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/call-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/camera.svg b/resources/assets/vendor/simple-line-icons/src/svgs/camera.svg new file mode 100644 index 0000000..5a73dd5 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/camrecorder.svg b/resources/assets/vendor/simple-line-icons/src/svgs/camrecorder.svg new file mode 100644 index 0000000..eaa7e8e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/camrecorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/chart.svg b/resources/assets/vendor/simple-line-icons/src/svgs/chart.svg new file mode 100644 index 0000000..c200dd8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/check.svg b/resources/assets/vendor/simple-line-icons/src/svgs/check.svg new file mode 100644 index 0000000..2131079 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/chemistry.svg b/resources/assets/vendor/simple-line-icons/src/svgs/chemistry.svg new file mode 100644 index 0000000..bee96b9 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/chemistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/clock.svg b/resources/assets/vendor/simple-line-icons/src/svgs/clock.svg new file mode 100644 index 0000000..5fc939e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/close.svg b/resources/assets/vendor/simple-line-icons/src/svgs/close.svg new file mode 100644 index 0000000..b9ecdbe --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/cloud-download.svg b/resources/assets/vendor/simple-line-icons/src/svgs/cloud-download.svg new file mode 100644 index 0000000..4850bba --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/cloud-upload.svg b/resources/assets/vendor/simple-line-icons/src/svgs/cloud-upload.svg new file mode 100644 index 0000000..115b28a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/compass.svg b/resources/assets/vendor/simple-line-icons/src/svgs/compass.svg new file mode 100644 index 0000000..14a5bbe --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-end.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-end.svg new file mode 100644 index 0000000..4d5eab7 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-end.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-forward.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-forward.svg new file mode 100644 index 0000000..c78365c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-pause.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-pause.svg new file mode 100644 index 0000000..6a0ca8b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-play.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-play.svg new file mode 100644 index 0000000..2b93c0d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-rewind.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-rewind.svg new file mode 100644 index 0000000..c0d166c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-rewind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/control-start.svg b/resources/assets/vendor/simple-line-icons/src/svgs/control-start.svg new file mode 100644 index 0000000..f184f45 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/control-start.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/credit-card.svg b/resources/assets/vendor/simple-line-icons/src/svgs/credit-card.svg new file mode 100644 index 0000000..f0aeb6e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/crop.svg b/resources/assets/vendor/simple-line-icons/src/svgs/crop.svg new file mode 100644 index 0000000..ac16880 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/cup.svg b/resources/assets/vendor/simple-line-icons/src/svgs/cup.svg new file mode 100644 index 0000000..4a3b0d7 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/cursor-move.svg b/resources/assets/vendor/simple-line-icons/src/svgs/cursor-move.svg new file mode 100644 index 0000000..75bef67 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/cursor-move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/cursor.svg b/resources/assets/vendor/simple-line-icons/src/svgs/cursor.svg new file mode 100644 index 0000000..acfea2a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/diamond.svg b/resources/assets/vendor/simple-line-icons/src/svgs/diamond.svg new file mode 100644 index 0000000..284833a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/direction.svg b/resources/assets/vendor/simple-line-icons/src/svgs/direction.svg new file mode 100644 index 0000000..a536b10 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/direction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/directions.svg b/resources/assets/vendor/simple-line-icons/src/svgs/directions.svg new file mode 100644 index 0000000..d43f11a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/disc.svg b/resources/assets/vendor/simple-line-icons/src/svgs/disc.svg new file mode 100644 index 0000000..d44e0bd --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/dislike.svg b/resources/assets/vendor/simple-line-icons/src/svgs/dislike.svg new file mode 100644 index 0000000..453d5df --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/doc.svg b/resources/assets/vendor/simple-line-icons/src/svgs/doc.svg new file mode 100644 index 0000000..d6fe156 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/doc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/docs.svg b/resources/assets/vendor/simple-line-icons/src/svgs/docs.svg new file mode 100644 index 0000000..a7ec2be --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/docs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/drawer.svg b/resources/assets/vendor/simple-line-icons/src/svgs/drawer.svg new file mode 100644 index 0000000..f2831c3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/drawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/drop.svg b/resources/assets/vendor/simple-line-icons/src/svgs/drop.svg new file mode 100644 index 0000000..f54cd68 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/earphones-alt.svg b/resources/assets/vendor/simple-line-icons/src/svgs/earphones-alt.svg new file mode 100644 index 0000000..658a563 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/earphones-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/earphones.svg b/resources/assets/vendor/simple-line-icons/src/svgs/earphones.svg new file mode 100644 index 0000000..7fe9cbc --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/earphones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/emotsmile.svg b/resources/assets/vendor/simple-line-icons/src/svgs/emotsmile.svg new file mode 100644 index 0000000..d1a600c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/emotsmile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/energy.svg b/resources/assets/vendor/simple-line-icons/src/svgs/energy.svg new file mode 100644 index 0000000..acb3d27 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/envelope-open.svg b/resources/assets/vendor/simple-line-icons/src/svgs/envelope-open.svg new file mode 100644 index 0000000..c453c35 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/envolope-letter.svg b/resources/assets/vendor/simple-line-icons/src/svgs/envolope-letter.svg new file mode 100644 index 0000000..0ddd18f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/envolope-letter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/envolope.svg b/resources/assets/vendor/simple-line-icons/src/svgs/envolope.svg new file mode 100644 index 0000000..a1ff984 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/envolope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/equalizer.svg b/resources/assets/vendor/simple-line-icons/src/svgs/equalizer.svg new file mode 100644 index 0000000..698dcc8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/equalizer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/event.svg b/resources/assets/vendor/simple-line-icons/src/svgs/event.svg new file mode 100644 index 0000000..a993aab --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/exclamation.svg b/resources/assets/vendor/simple-line-icons/src/svgs/exclamation.svg new file mode 100644 index 0000000..cfb13d1 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/eye.svg b/resources/assets/vendor/simple-line-icons/src/svgs/eye.svg new file mode 100644 index 0000000..d243338 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/eyeglass.svg b/resources/assets/vendor/simple-line-icons/src/svgs/eyeglass.svg new file mode 100644 index 0000000..f448624 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/eyeglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/feed.svg b/resources/assets/vendor/simple-line-icons/src/svgs/feed.svg new file mode 100644 index 0000000..4485fbe --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/feed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/film.svg b/resources/assets/vendor/simple-line-icons/src/svgs/film.svg new file mode 100644 index 0000000..87a8660 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/fire.svg b/resources/assets/vendor/simple-line-icons/src/svgs/fire.svg new file mode 100644 index 0000000..d700046 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/flag.svg b/resources/assets/vendor/simple-line-icons/src/svgs/flag.svg new file mode 100644 index 0000000..e038f4c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/folder-alt.svg b/resources/assets/vendor/simple-line-icons/src/svgs/folder-alt.svg new file mode 100644 index 0000000..5889ed3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/folder-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/folder.svg b/resources/assets/vendor/simple-line-icons/src/svgs/folder.svg new file mode 100644 index 0000000..a1f05a5 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/frame.svg b/resources/assets/vendor/simple-line-icons/src/svgs/frame.svg new file mode 100644 index 0000000..585e426 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/frame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/game-controller.svg b/resources/assets/vendor/simple-line-icons/src/svgs/game-controller.svg new file mode 100644 index 0000000..4982303 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/game-controller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/ghost.svg b/resources/assets/vendor/simple-line-icons/src/svgs/ghost.svg new file mode 100644 index 0000000..ea69622 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/globe-alt.svg b/resources/assets/vendor/simple-line-icons/src/svgs/globe-alt.svg new file mode 100644 index 0000000..ed9436d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/globe-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/globe.svg b/resources/assets/vendor/simple-line-icons/src/svgs/globe.svg new file mode 100644 index 0000000..6e4956f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/graduation.svg b/resources/assets/vendor/simple-line-icons/src/svgs/graduation.svg new file mode 100644 index 0000000..6fa65dd --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/graduation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/graph.svg b/resources/assets/vendor/simple-line-icons/src/svgs/graph.svg new file mode 100644 index 0000000..1411068 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/grid.svg b/resources/assets/vendor/simple-line-icons/src/svgs/grid.svg new file mode 100644 index 0000000..e1ba713 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/grid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/handbag.svg b/resources/assets/vendor/simple-line-icons/src/svgs/handbag.svg new file mode 100644 index 0000000..ceff230 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/handbag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/heart.svg b/resources/assets/vendor/simple-line-icons/src/svgs/heart.svg new file mode 100644 index 0000000..369eeb8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/home.svg b/resources/assets/vendor/simple-line-icons/src/svgs/home.svg new file mode 100644 index 0000000..5b36f39 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/hourglass.svg b/resources/assets/vendor/simple-line-icons/src/svgs/hourglass.svg new file mode 100644 index 0000000..1f6aab8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/info.svg b/resources/assets/vendor/simple-line-icons/src/svgs/info.svg new file mode 100644 index 0000000..2ea362d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/key.svg b/resources/assets/vendor/simple-line-icons/src/svgs/key.svg new file mode 100644 index 0000000..d896e47 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/layers.svg b/resources/assets/vendor/simple-line-icons/src/svgs/layers.svg new file mode 100644 index 0000000..04bd93a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/layers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/like.svg b/resources/assets/vendor/simple-line-icons/src/svgs/like.svg new file mode 100644 index 0000000..33a64db --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/link.svg b/resources/assets/vendor/simple-line-icons/src/svgs/link.svg new file mode 100644 index 0000000..4882ef3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/list.svg b/resources/assets/vendor/simple-line-icons/src/svgs/list.svg new file mode 100644 index 0000000..b8b63e1 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/location-pin.svg b/resources/assets/vendor/simple-line-icons/src/svgs/location-pin.svg new file mode 100644 index 0000000..f935b7b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/location-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/lock-open.svg b/resources/assets/vendor/simple-line-icons/src/svgs/lock-open.svg new file mode 100644 index 0000000..f16bc6b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/lock.svg b/resources/assets/vendor/simple-line-icons/src/svgs/lock.svg new file mode 100644 index 0000000..9e2b97f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/login.svg b/resources/assets/vendor/simple-line-icons/src/svgs/login.svg new file mode 100644 index 0000000..164b408 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/logout.svg b/resources/assets/vendor/simple-line-icons/src/svgs/logout.svg new file mode 100644 index 0000000..b1e8629 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/logout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/loop.svg b/resources/assets/vendor/simple-line-icons/src/svgs/loop.svg new file mode 100644 index 0000000..33426f7 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/loop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/magic-wand.svg b/resources/assets/vendor/simple-line-icons/src/svgs/magic-wand.svg new file mode 100644 index 0000000..7e2d154 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/magic-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/magnet.svg b/resources/assets/vendor/simple-line-icons/src/svgs/magnet.svg new file mode 100644 index 0000000..350bfec --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-add.svg b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-add.svg new file mode 100644 index 0000000..bf16a2c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-remove.svg b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-remove.svg new file mode 100644 index 0000000..7eddc93 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/magnifier.svg b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier.svg new file mode 100644 index 0000000..8bcdde8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/magnifier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/map.svg b/resources/assets/vendor/simple-line-icons/src/svgs/map.svg new file mode 100644 index 0000000..8158a3c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/menu.svg b/resources/assets/vendor/simple-line-icons/src/svgs/menu.svg new file mode 100644 index 0000000..0395410 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/microphone.svg b/resources/assets/vendor/simple-line-icons/src/svgs/microphone.svg new file mode 100644 index 0000000..962a52f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/minus.svg b/resources/assets/vendor/simple-line-icons/src/svgs/minus.svg new file mode 100644 index 0000000..47fdcad --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/mouse.svg b/resources/assets/vendor/simple-line-icons/src/svgs/mouse.svg new file mode 100644 index 0000000..893d3c0 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/music-tone-alt.svg b/resources/assets/vendor/simple-line-icons/src/svgs/music-tone-alt.svg new file mode 100644 index 0000000..3bf79ab --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/music-tone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/music-tone.svg b/resources/assets/vendor/simple-line-icons/src/svgs/music-tone.svg new file mode 100644 index 0000000..96cef50 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/music-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/mustache.svg b/resources/assets/vendor/simple-line-icons/src/svgs/mustache.svg new file mode 100644 index 0000000..1cd48b6 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/mustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/note.svg b/resources/assets/vendor/simple-line-icons/src/svgs/note.svg new file mode 100644 index 0000000..d7c5e9c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/notebook.svg b/resources/assets/vendor/simple-line-icons/src/svgs/notebook.svg new file mode 100644 index 0000000..2dc6834 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/notebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/options-vertical.svg b/resources/assets/vendor/simple-line-icons/src/svgs/options-vertical.svg new file mode 100644 index 0000000..ce64d31 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/options-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/options.svg b/resources/assets/vendor/simple-line-icons/src/svgs/options.svg new file mode 100644 index 0000000..aa02f71 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/options.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/organization.svg b/resources/assets/vendor/simple-line-icons/src/svgs/organization.svg new file mode 100644 index 0000000..4687dde --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/organization.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/paper-clip.svg b/resources/assets/vendor/simple-line-icons/src/svgs/paper-clip.svg new file mode 100644 index 0000000..e3e717c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/paper-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/paper-plane.svg b/resources/assets/vendor/simple-line-icons/src/svgs/paper-plane.svg new file mode 100644 index 0000000..73cb08a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/paypal.svg b/resources/assets/vendor/simple-line-icons/src/svgs/paypal.svg new file mode 100644 index 0000000..2d89db3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/pencil.svg b/resources/assets/vendor/simple-line-icons/src/svgs/pencil.svg new file mode 100644 index 0000000..238f42b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/people.svg b/resources/assets/vendor/simple-line-icons/src/svgs/people.svg new file mode 100644 index 0000000..6a51235 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/phone.svg b/resources/assets/vendor/simple-line-icons/src/svgs/phone.svg new file mode 100644 index 0000000..8d56d4b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/picture.svg b/resources/assets/vendor/simple-line-icons/src/svgs/picture.svg new file mode 100644 index 0000000..ec99f85 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/pie-chart.svg b/resources/assets/vendor/simple-line-icons/src/svgs/pie-chart.svg new file mode 100644 index 0000000..fdc7d37 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/pin.svg b/resources/assets/vendor/simple-line-icons/src/svgs/pin.svg new file mode 100644 index 0000000..d8d260e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/plane.svg b/resources/assets/vendor/simple-line-icons/src/svgs/plane.svg new file mode 100644 index 0000000..9bc45d0 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/playlist.svg b/resources/assets/vendor/simple-line-icons/src/svgs/playlist.svg new file mode 100644 index 0000000..66cef88 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/playlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/plus.svg b/resources/assets/vendor/simple-line-icons/src/svgs/plus.svg new file mode 100644 index 0000000..bc54e9e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/power.svg b/resources/assets/vendor/simple-line-icons/src/svgs/power.svg new file mode 100644 index 0000000..cf65286 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/present.svg b/resources/assets/vendor/simple-line-icons/src/svgs/present.svg new file mode 100644 index 0000000..b34ff06 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/present.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/printer.svg b/resources/assets/vendor/simple-line-icons/src/svgs/printer.svg new file mode 100644 index 0000000..7be61cd --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/puzzle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/puzzle.svg new file mode 100644 index 0000000..cace0eb --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/question.svg b/resources/assets/vendor/simple-line-icons/src/svgs/question.svg new file mode 100644 index 0000000..bb2f2b1 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/refresh.svg b/resources/assets/vendor/simple-line-icons/src/svgs/refresh.svg new file mode 100644 index 0000000..82c7365 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/reload.svg b/resources/assets/vendor/simple-line-icons/src/svgs/reload.svg new file mode 100644 index 0000000..187e438 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/reload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/rocket.svg b/resources/assets/vendor/simple-line-icons/src/svgs/rocket.svg new file mode 100644 index 0000000..3104096 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/screen-desktop.svg b/resources/assets/vendor/simple-line-icons/src/svgs/screen-desktop.svg new file mode 100644 index 0000000..a577d32 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/screen-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/screen-smartphone.svg b/resources/assets/vendor/simple-line-icons/src/svgs/screen-smartphone.svg new file mode 100644 index 0000000..2ea2822 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/screen-smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/screen-tablet.svg b/resources/assets/vendor/simple-line-icons/src/svgs/screen-tablet.svg new file mode 100644 index 0000000..104c8ac --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/screen-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/settings.svg b/resources/assets/vendor/simple-line-icons/src/svgs/settings.svg new file mode 100644 index 0000000..183781d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/share-alt.svg b/resources/assets/vendor/simple-line-icons/src/svgs/share-alt.svg new file mode 100644 index 0000000..6873a6f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/share.svg b/resources/assets/vendor/simple-line-icons/src/svgs/share.svg new file mode 100644 index 0000000..f8c68b6 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/shield.svg b/resources/assets/vendor/simple-line-icons/src/svgs/shield.svg new file mode 100644 index 0000000..b6e5a9c --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/shuffle.svg b/resources/assets/vendor/simple-line-icons/src/svgs/shuffle.svg new file mode 100644 index 0000000..9f42208 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/shuffle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/size-actual.svg b/resources/assets/vendor/simple-line-icons/src/svgs/size-actual.svg new file mode 100644 index 0000000..d7099b3 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/size-actual.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/size-fullscreen.svg b/resources/assets/vendor/simple-line-icons/src/svgs/size-fullscreen.svg new file mode 100644 index 0000000..294734a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/size-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-behance.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-behance.svg new file mode 100644 index 0000000..6abae52 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-dribbble.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-dribbble.svg new file mode 100644 index 0000000..1e878f8 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-dropbox.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-dropbox.svg new file mode 100644 index 0000000..c3fca58 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-facebook.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-facebook.svg new file mode 100644 index 0000000..7f4c99b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-foursqare.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-foursqare.svg new file mode 100644 index 0000000..fce665f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-foursqare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-github.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-github.svg new file mode 100644 index 0000000..5745ba7 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-google.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-google.svg new file mode 100644 index 0000000..64a7086 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-instagram.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-instagram.svg new file mode 100644 index 0000000..076502d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-linkedin.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-linkedin.svg new file mode 100644 index 0000000..a80fadf --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-pintarest.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-pintarest.svg new file mode 100644 index 0000000..73ad055 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-pintarest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-reddit.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-reddit.svg new file mode 100644 index 0000000..a4c4ec4 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-skype.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-skype.svg new file mode 100644 index 0000000..ce4d583 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-soundcloud.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-soundcloud.svg new file mode 100644 index 0000000..706439a --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-spotify.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-spotify.svg new file mode 100644 index 0000000..8971195 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-steam.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-steam.svg new file mode 100644 index 0000000..ce83b9b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-stumbleupon.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-stumbleupon.svg new file mode 100644 index 0000000..06ed3f9 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-tumblr.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-tumblr.svg new file mode 100644 index 0000000..28d4c04 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-twitter.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-twitter.svg new file mode 100644 index 0000000..4fdf97d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-vkontakte.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-vkontakte.svg new file mode 100644 index 0000000..0574e56 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-vkontakte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/social-youtube.svg b/resources/assets/vendor/simple-line-icons/src/svgs/social-youtube.svg new file mode 100644 index 0000000..41ad8fb --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/social-youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/speech.svg b/resources/assets/vendor/simple-line-icons/src/svgs/speech.svg new file mode 100644 index 0000000..912acfa --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/speech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/speedometer.svg b/resources/assets/vendor/simple-line-icons/src/svgs/speedometer.svg new file mode 100644 index 0000000..a95d9be --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/speedometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/star.svg b/resources/assets/vendor/simple-line-icons/src/svgs/star.svg new file mode 100644 index 0000000..92430db --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/support.svg b/resources/assets/vendor/simple-line-icons/src/svgs/support.svg new file mode 100644 index 0000000..77cdd0b --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/symble-female.svg b/resources/assets/vendor/simple-line-icons/src/svgs/symble-female.svg new file mode 100644 index 0000000..a4a0ced --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/symble-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/symbol-male.svg b/resources/assets/vendor/simple-line-icons/src/svgs/symbol-male.svg new file mode 100644 index 0000000..ee2cc6e --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/symbol-male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/tag.svg b/resources/assets/vendor/simple-line-icons/src/svgs/tag.svg new file mode 100644 index 0000000..364a5bf --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/target.svg b/resources/assets/vendor/simple-line-icons/src/svgs/target.svg new file mode 100644 index 0000000..7b747ea --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/trash.svg b/resources/assets/vendor/simple-line-icons/src/svgs/trash.svg new file mode 100644 index 0000000..5d36658 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/trophy.svg b/resources/assets/vendor/simple-line-icons/src/svgs/trophy.svg new file mode 100644 index 0000000..d2f5645 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/umbrella.svg b/resources/assets/vendor/simple-line-icons/src/svgs/umbrella.svg new file mode 100644 index 0000000..af3a10d --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/user-female.svg b/resources/assets/vendor/simple-line-icons/src/svgs/user-female.svg new file mode 100644 index 0000000..8878979 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/user-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/user-follow.svg b/resources/assets/vendor/simple-line-icons/src/svgs/user-follow.svg new file mode 100644 index 0000000..29a0d27 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/user-follow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/user-following.svg b/resources/assets/vendor/simple-line-icons/src/svgs/user-following.svg new file mode 100644 index 0000000..43831b0 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/user-following.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/user-unfollow.svg b/resources/assets/vendor/simple-line-icons/src/svgs/user-unfollow.svg new file mode 100644 index 0000000..2c7f133 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/user-unfollow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/user.svg b/resources/assets/vendor/simple-line-icons/src/svgs/user.svg new file mode 100644 index 0000000..848e0be --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/vector.svg b/resources/assets/vendor/simple-line-icons/src/svgs/vector.svg new file mode 100644 index 0000000..3a551b2 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/vector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/volume-1.svg b/resources/assets/vendor/simple-line-icons/src/svgs/volume-1.svg new file mode 100644 index 0000000..0843372 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/volume-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/volume-2.svg b/resources/assets/vendor/simple-line-icons/src/svgs/volume-2.svg new file mode 100644 index 0000000..764e9bf --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/volume-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/volume-off.svg b/resources/assets/vendor/simple-line-icons/src/svgs/volume-off.svg new file mode 100644 index 0000000..ec3b0b5 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/volume-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/wallet.svg b/resources/assets/vendor/simple-line-icons/src/svgs/wallet.svg new file mode 100644 index 0000000..43cf81f --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/src/svgs/wrench.svg b/resources/assets/vendor/simple-line-icons/src/svgs/wrench.svg new file mode 100644 index 0000000..68307ae --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/src/svgs/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/assets/vendor/simple-line-icons/yarn.lock b/resources/assets/vendor/simple-line-icons/yarn.lock new file mode 100644 index 0000000..9e72c80 --- /dev/null +++ b/resources/assets/vendor/simple-line-icons/yarn.lock @@ -0,0 +1,74 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +errno@^0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9a1c7d" + dependencies: + prr "~0.0.0" + +graceful-fs@^4.1.2: + version "4.1.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" + +image-size@~0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.1.tgz#28eea8548a4b1443480ddddc1e083ae54652439f" + +less@^3.12.2: + version "3.12.2" + resolved "https://registry.yarnpkg.com/less/-/less-3.12.2.tgz#157e6dd32a68869df8859314ad38e70211af3ab4" + integrity sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q== + dependencies: + tslib "^1.10.0" + optionalDependencies: + errno "^0.1.1" + graceful-fs "^4.1.2" + image-size "~0.5.0" + make-dir "^2.1.0" + mime "^1.4.1" + native-request "^1.0.5" + source-map "~0.6.0" + +make-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + +mime@^1.4.1: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +native-request@^1.0.5: + version "1.0.7" + resolved "https://registry.yarnpkg.com/native-request/-/native-request-1.0.7.tgz#ff742dc555b4c8f2f1c14b548639ba174e573856" + integrity sha512-9nRjinI9bmz+S7dgNtf4A70+/vPhnd+2krGpy4SUlADuOuSa24IDkNaZ+R/QT1wQ6S8jBdi6wE7fLekFZNfUpQ== + +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +prr@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a" + +semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +source-map@~0.6.0: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +tslib@^1.10.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== diff --git a/resources/assets/vendor/twentytwenty/Gemfile b/resources/assets/vendor/twentytwenty/Gemfile new file mode 100644 index 0000000..7dcd77a --- /dev/null +++ b/resources/assets/vendor/twentytwenty/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +gem "compass" +gem "zurb-foundation", "~> 4.2.1" diff --git a/resources/assets/vendor/twentytwenty/Gemfile.lock b/resources/assets/vendor/twentytwenty/Gemfile.lock new file mode 100644 index 0000000..980b2a7 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/Gemfile.lock @@ -0,0 +1,19 @@ +GEM + remote: https://rubygems.org/ + specs: + chunky_png (1.2.8) + compass (0.12.2) + chunky_png (~> 1.2) + fssm (>= 0.2.7) + sass (~> 3.1) + fssm (0.2.10) + sass (3.2.9) + zurb-foundation (4.2.1) + sass (>= 3.2.0) + +PLATFORMS + ruby + +DEPENDENCIES + compass + zurb-foundation (~> 4.2.1) diff --git a/resources/assets/vendor/twentytwenty/LICENSE.md b/resources/assets/vendor/twentytwenty/LICENSE.md new file mode 100644 index 0000000..85eca5b --- /dev/null +++ b/resources/assets/vendor/twentytwenty/LICENSE.md @@ -0,0 +1,5 @@ +Copyright 2018 zurb + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/resources/assets/vendor/twentytwenty/README.md b/resources/assets/vendor/twentytwenty/README.md new file mode 100644 index 0000000..f9fb1a8 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/README.md @@ -0,0 +1,106 @@ +## Basic usage + +Include the javascript and css files. + +```html + + + + +``` +You might need to change the paths to match your setup. + + +After including the files you are ready to create a container that holds two images: + +```html +
+ + + + +
+``` + +Now initialize the plugin on the window load: + +``` +$(function(){ + $("#container1").twentytwenty(); +}); +``` + +### Options + + +```js +$(function(){ + $(".twentytwenty-container").twentytwenty({ + default_offset_pct: 0.7, // How much of the before image is visible when the page loads + orientation: 'vertical', // Orientation of the before and after images ('horizontal' or 'vertical') + before_label: 'January 2017', // Set a custom before label + after_label: 'March 2017', // Set a custom after label + no_overlay: true, //Do not show the overlay with before and after + move_slider_on_hover: true, // Move slider on mouse hover? + move_with_handle_only: true, // Allow a user to swipe anywhere on the image to control slider movement. + click_to_move: false // Allow a user to click (or tap) anywhere on the image to move the slider to that location. + }); +}); +``` + +### Prevent FOUC + +If you want to avoid a [FOUC](http://en.wikipedia.org/wiki/Flash_of_unstyled_content) you can append the `twentytwenty-container` class to your container like so: + +```html +
+ + + + +
+``` + +### Multiple instances + +If you want to use multiple instances of this plugin on a single page you can target the container class: + +```js +$(function(){ + $(".twentytwenty-container").twentytwenty(); +}); +``` + +# Build with SCSS + +You can use SCSS to customise the TwentyTwenty styles. All you need to do is make sure you have NPM and Grunt installed. Then, clone the repository and run "npm install" to install all the required Grunt modules. Run "grunt develop" to compile your CSS file (the Gruntfile is also configured to watch for changes): + +```bash +git clone git@github.com:zurb/twentytwenty.git +npm install +grunt develop +``` + +All default [Sass](http://sass-lang.com/) variables can be found in `scss/twentytwenty.scss`. + +## Support + +- IE8+ +- Firefox (latest) +- Chrome +- Safari +- Android +- iOS (iPhone, iPad) + +## Dependencies + + * [jquery](http://jquery.com/) + * [jquery.event.move](https://github.com/stephband/jquery.event.move) + +## MIT Open Source License + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/resources/assets/vendor/twentytwenty/config.rb b/resources/assets/vendor/twentytwenty/config.rb new file mode 100644 index 0000000..d357b7f --- /dev/null +++ b/resources/assets/vendor/twentytwenty/config.rb @@ -0,0 +1,26 @@ +# Require any additional compass plugins here. +require "zurb-foundation" + +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "css" +sass_dir = "scss" +images_dir = "img" +javascripts_dir = "js" + +# You can select your preferred output style here (can be overridden via the command line): +# output_style = :expanded or :nested or :compact or :compressed +output_style = :nested + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true + +# To disable debugging comments that display the original location of your selectors. Uncomment: +line_comments = false + + +# If you prefer the indented syntax, you might want to regenerate this +# project again passing --syntax sass, or you can uncomment this: +# preferred_syntax = :sass +# and then run: +# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass diff --git a/resources/assets/vendor/twentytwenty/css/foundation.css b/resources/assets/vendor/twentytwenty/css/foundation.css new file mode 100644 index 0000000..8409d29 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/css/foundation.css @@ -0,0 +1,497 @@ +*, +*:before, +*:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +html, +body { + font-size: 100%; } + +body { + background: white; + color: #222222; + padding: 0; + margin: 0; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; + cursor: default; } + +a:hover { + cursor: pointer; } + +a:focus { + outline: none; } + +img, +object, +embed { + max-width: 100%; + height: auto; } + +object, +embed { + height: 100%; } + +img { + -ms-interpolation-mode: bicubic; } + +#map_canvas img, +#map_canvas embed, +#map_canvas object, +.map_canvas img, +.map_canvas embed, +.map_canvas object { + max-width: none !important; } + +.left { + float: left !important; } + +.right { + float: right !important; } + +.text-left { + text-align: left !important; } + +.text-right { + text-align: right !important; } + +.text-center { + text-align: center !important; } + +.text-justify { + text-align: justify !important; } + +.hide { + display: none; } + +.antialiased { + -webkit-font-smoothing: antialiased; } + +img { + display: inline-block; + vertical-align: middle; } + +textarea { + height: auto; + min-height: 50px; } + +select { + width: 100%; } + +/* Grid HTML Classes */ +/* Grid HTML Classes */ +.row { + width: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5em; + zoom: 1; +} + +.row:before, +.row:after { + content: " "; + display: table; +} + +.row:after { + clear: both; +} + +.row.collapse .column, +.row.collapse .columns { + position: relative; + padding-left: 0; + padding-right: 0; + float: left; +} + +.row .row { + width: auto; + margin-left: -0.9375em; + margin-right: -0.9375em; + margin-top: 0; + margin-bottom: 0; + max-width: none; + zoom: 1; +} + +.row .row:before, +.row .row:after { + content: " "; + display: table; +} + +.row .row:after { + clear: both; +} + +.row .row.collapse { + width: auto; + margin: 0; + max-width: none; + zoom: 1; +} + +.row .row.collapse:before, +.row .row.collapse:after { + content: " "; + display: table; +} + +.row .row.collapse:after { + clear: both; +} + + +.column, +.columns { + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; + width: 100%; + float: left; } + +@media only screen { + .column, + .columns { + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; + float: left; } + + .small-1 { + position: relative; + width: 8.33333%; } + + .small-2 { + position: relative; + width: 16.66667%; } + + .small-3 { + position: relative; + width: 25%; } + + .small-4 { + position: relative; + width: 33.33333%; } + + .small-5 { + position: relative; + width: 41.66667%; } + + .small-6 { + position: relative; + width: 50%; } + + .small-7 { + position: relative; + width: 58.33333%; } + + .small-8 { + position: relative; + width: 66.66667%; } + + .small-9 { + position: relative; + width: 75%; } + + .small-10 { + position: relative; + width: 83.33333%; } + + .small-11 { + position: relative; + width: 91.66667%; } + + .small-12 { + position: relative; + width: 100%; } + + .small-offset-0 { + position: relative; + margin-left: 0%; } + + .small-offset-1 { + position: relative; + margin-left: 8.33333%; } + + .small-offset-2 { + position: relative; + margin-left: 16.66667%; } + + .small-offset-3 { + position: relative; + margin-left: 25%; } + + .small-offset-4 { + position: relative; + margin-left: 33.33333%; } + + .small-offset-5 { + position: relative; + margin-left: 41.66667%; } + + .small-offset-6 { + position: relative; + margin-left: 50%; } + + .small-offset-7 { + position: relative; + margin-left: 58.33333%; } + + .small-offset-8 { + position: relative; + margin-left: 66.66667%; } + + .small-offset-9 { + position: relative; + margin-left: 75%; } + + .small-offset-10 { + position: relative; + margin-left: 83.33333%; } + + [class*="column"] + [class*="column"]:last-child { + float: right; } + + [class*="column"] + [class*="column"].end { + float: left; } + + .column.small-centered, + .columns.small-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } } +/* Styles for screens that are atleast 768px; */ +@media only screen and (min-width: 768px) { + .large-1 { + position: relative; + width: 8.33333%; } + + .large-2 { + position: relative; + width: 16.66667%; } + + .large-3 { + position: relative; + width: 25%; } + + .large-4 { + position: relative; + width: 33.33333%; } + + .large-5 { + position: relative; + width: 41.66667%; } + + .large-6 { + position: relative; + width: 50%; } + + .large-7 { + position: relative; + width: 58.33333%; } + + .large-8 { + position: relative; + width: 66.66667%; } + + .large-9 { + position: relative; + width: 75%; } + + .large-10 { + position: relative; + width: 83.33333%; } + + .large-11 { + position: relative; + width: 91.66667%; } + + .large-12 { + position: relative; + width: 100%; } + + .row .large-offset-0 { + position: relative; + margin-left: 0%; } + + .row .large-offset-1 { + position: relative; + margin-left: 8.33333%; } + + .row .large-offset-2 { + position: relative; + margin-left: 16.66667%; } + + .row .large-offset-3 { + position: relative; + margin-left: 25%; } + + .row .large-offset-4 { + position: relative; + margin-left: 33.33333%; } + + .row .large-offset-5 { + position: relative; + margin-left: 41.66667%; } + + .row .large-offset-6 { + position: relative; + margin-left: 50%; } + + .row .large-offset-7 { + position: relative; + margin-left: 58.33333%; } + + .row .large-offset-8 { + position: relative; + margin-left: 66.66667%; } + + .row .large-offset-9 { + position: relative; + margin-left: 75%; } + + .row .large-offset-10 { + position: relative; + margin-left: 83.33333%; } + + .row .large-offset-11 { + position: relative; + margin-left: 91.66667%; } + + .push-1 { + position: relative; + left: 8.33333%; + right: auto; } + + .pull-1 { + position: relative; + right: 8.33333%; + left: auto; } + + .push-2 { + position: relative; + left: 16.66667%; + right: auto; } + + .pull-2 { + position: relative; + right: 16.66667%; + left: auto; } + + .push-3 { + position: relative; + left: 25%; + right: auto; } + + .pull-3 { + position: relative; + right: 25%; + left: auto; } + + .push-4 { + position: relative; + left: 33.33333%; + right: auto; } + + .pull-4 { + position: relative; + right: 33.33333%; + left: auto; } + + .push-5 { + position: relative; + left: 41.66667%; + right: auto; } + + .pull-5 { + position: relative; + right: 41.66667%; + left: auto; } + + .push-6 { + position: relative; + left: 50%; + right: auto; } + + .pull-6 { + position: relative; + right: 50%; + left: auto; } + + .push-7 { + position: relative; + left: 58.33333%; + right: auto; } + + .pull-7 { + position: relative; + right: 58.33333%; + left: auto; } + + .push-8 { + position: relative; + left: 66.66667%; + right: auto; } + + .pull-8 { + position: relative; + right: 66.66667%; + left: auto; } + + .push-9 { + position: relative; + left: 75%; + right: auto; } + + .pull-9 { + position: relative; + right: 75%; + left: auto; } + + .push-10 { + position: relative; + left: 83.33333%; + right: auto; } + + .pull-10 { + position: relative; + right: 83.33333%; + left: auto; } + + .push-11 { + position: relative; + left: 91.66667%; + right: auto; } + + .pull-11 { + position: relative; + right: 91.66667%; + left: auto; } + + .column.large-centered, + .columns.large-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; } + + .column.large-uncentered, + .columns.large-uncentered { + margin-left: 0; + margin-right: 0; + float: left !important; } + + .column.large-uncentered.opposite, + .columns.large-uncentered.opposite { + float: right !important; } } diff --git a/resources/assets/vendor/twentytwenty/css/twentytwenty-no-compass.css b/resources/assets/vendor/twentytwenty/css/twentytwenty-no-compass.css new file mode 100644 index 0000000..b79f143 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/css/twentytwenty-no-compass.css @@ -0,0 +1,182 @@ +.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { + content: " "; + display: block; + background: #fff; + position: absolute; + z-index: 30; } + +.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after { + width: 3px; + height: 9999px; + left: 50%; + margin-left: -1.5px; } + +.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { + width: 9999px; + height: 3px; + top: 50%; + margin-top: -1.5px; } + +.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { + position: absolute; + top: 0; + width: 100%; + height: 100%; } + +.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { + transition-duration: 0.5s; } + +.twentytwenty-before-label, .twentytwenty-after-label { + transition-property: opacity; } + +.twentytwenty-before-label:before, .twentytwenty-after-label:before { + color: #fff; + font-size: 13px; + letter-spacing: 0.1em; } + +.twentytwenty-before-label:before, .twentytwenty-after-label:before { + position: absolute; + background: rgba(255, 255, 255, 0.2); + line-height: 38px; + padding: 0 20px; + border-radius: 2px; } + +.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before { + top: 50%; + margin-top: -19px; } + +.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before { + left: 50%; + margin-left: -45px; + text-align: center; + width: 90px; } + +.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow { + width: 0; + height: 0; + border: 6px inset transparent; + position: absolute; } + +.twentytwenty-left-arrow, .twentytwenty-right-arrow { + top: 50%; + margin-top: -6px; } + +.twentytwenty-up-arrow, .twentytwenty-down-arrow { + left: 50%; + margin-left: -6px; } + +.twentytwenty-container { + box-sizing: content-box; + z-index: 0; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; } + .twentytwenty-container img { + max-width: 100%; + position: absolute; + top: 0; + display: block; } + .twentytwenty-container.active .twentytwenty-overlay, + .twentytwenty-container.active :hover.twentytwenty-overlay { + background: transparent; } + .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, + .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, + .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, + .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { + opacity: 0; } + .twentytwenty-container * { + box-sizing: content-box; } + +.twentytwenty-before-label { + opacity: 0; } + .twentytwenty-before-label:before { + content: attr(data-content); } + +.twentytwenty-after-label { + opacity: 0; } + .twentytwenty-after-label:before { + content: attr(data-content); } + +.twentytwenty-horizontal .twentytwenty-before-label:before { + left: 10px; } + +.twentytwenty-horizontal .twentytwenty-after-label:before { + right: 10px; } + +.twentytwenty-vertical .twentytwenty-before-label:before { + top: 10px; } + +.twentytwenty-vertical .twentytwenty-after-label:before { + bottom: 10px; } + +.twentytwenty-overlay { + transition-property: background; + background: transparent; + z-index: 25; } + .twentytwenty-overlay:hover { + background: rgba(0, 0, 0, 0.5); } + .twentytwenty-overlay:hover .twentytwenty-after-label { + opacity: 1; } + .twentytwenty-overlay:hover .twentytwenty-before-label { + opacity: 1; } + +.twentytwenty-before { + z-index: 20; } + +.twentytwenty-after { + z-index: 10; } + +.twentytwenty-handle { + height: 38px; + width: 38px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -22px; + margin-top: -22px; + border: 3px solid #fff; + border-radius: 1000px; + box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + z-index: 40; + cursor: pointer; } + +.twentytwenty-horizontal .twentytwenty-handle:before { + bottom: 50%; + margin-bottom: 22px; + box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-horizontal .twentytwenty-handle:after { + top: 50%; + margin-top: 22px; + box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-vertical .twentytwenty-handle:before { + left: 50%; + margin-left: 22px; + box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-vertical .twentytwenty-handle:after { + right: 50%; + margin-right: 22px; + box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-left-arrow { + border-right: 6px solid #fff; + left: 50%; + margin-left: -17px; } + +.twentytwenty-right-arrow { + border-left: 6px solid #fff; + right: 50%; + margin-right: -17px; } + +.twentytwenty-up-arrow { + border-bottom: 6px solid #fff; + top: 50%; + margin-top: -17px; } + +.twentytwenty-down-arrow { + border-top: 6px solid #fff; + bottom: 50%; + margin-bottom: -17px; } diff --git a/resources/assets/vendor/twentytwenty/css/twentytwenty.css b/resources/assets/vendor/twentytwenty/css/twentytwenty.css new file mode 100644 index 0000000..2b592a5 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/css/twentytwenty.css @@ -0,0 +1,206 @@ +.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { + content: " "; + display: block; + background: white; + position: absolute; + z-index: 30; + -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after { + width: 3px; + height: 9999px; + left: 50%; + margin-left: -1.5px; } + +.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { + width: 9999px; + height: 3px; + top: 50%; + margin-top: -1.5px; } + +.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { + position: absolute; + top: 0; + width: 100%; + height: 100%; } + +.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { + -webkit-transition-duration: 0.5s; + -moz-transition-duration: 0.5s; + transition-duration: 0.5s; } + +.twentytwenty-before-label, .twentytwenty-after-label { + -webkit-transition-property: opacity; + -moz-transition-property: opacity; + transition-property: opacity; } + +.twentytwenty-before-label:before, .twentytwenty-after-label:before { + color: white; + font-size: 13px; + letter-spacing: 0.1em; } + +.twentytwenty-before-label:before, .twentytwenty-after-label:before { + position: absolute; + background: rgba(255, 255, 255, 0.2); + line-height: 38px; + padding: 0 20px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; } + +.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before { + top: 50%; + margin-top: -19px; } + +.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before { + left: 50%; + margin-left: -45px; + text-align: center; + width: 90px; } + +.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow { + width: 0; + height: 0; + border: 6px inset transparent; + position: absolute; } + +.twentytwenty-left-arrow, .twentytwenty-right-arrow { + top: 50%; + margin-top: -6px; } + +.twentytwenty-up-arrow, .twentytwenty-down-arrow { + left: 50%; + margin-left: -6px; } + +.twentytwenty-container { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + z-index: 0; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } + .twentytwenty-container img { + max-width: 100%; + position: absolute; + top: 0; + display: block; } + .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay { + background: rgba(0, 0, 0, 0); } + .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, + .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, + .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { + opacity: 0; } + .twentytwenty-container * { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; } + +.twentytwenty-before-label { + opacity: 0; } + .twentytwenty-before-label:before { + content: attr(data-content); } + +.twentytwenty-after-label { + opacity: 0; } + .twentytwenty-after-label:before { + content: attr(data-content); } + +.twentytwenty-horizontal .twentytwenty-before-label:before { + left: 10px; } + +.twentytwenty-horizontal .twentytwenty-after-label:before { + right: 10px; } + +.twentytwenty-vertical .twentytwenty-before-label:before { + top: 10px; } + +.twentytwenty-vertical .twentytwenty-after-label:before { + bottom: 10px; } + +.twentytwenty-overlay { + -webkit-transition-property: background; + -moz-transition-property: background; + transition-property: background; + background: rgba(0, 0, 0, 0); + z-index: 25; } + .twentytwenty-overlay:hover { + background: rgba(0, 0, 0, 0.5); } + .twentytwenty-overlay:hover .twentytwenty-after-label { + opacity: 1; } + .twentytwenty-overlay:hover .twentytwenty-before-label { + opacity: 1; } + +.twentytwenty-before { + z-index: 20; } + +.twentytwenty-after { + z-index: 10; } + +.twentytwenty-handle { + height: 38px; + width: 38px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -22px; + margin-top: -22px; + border: 3px solid white; + -webkit-border-radius: 1000px; + -moz-border-radius: 1000px; + border-radius: 1000px; + -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); + z-index: 40; + cursor: pointer; } + +.twentytwenty-horizontal .twentytwenty-handle:before { + bottom: 50%; + margin-bottom: 22px; + -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); } +.twentytwenty-horizontal .twentytwenty-handle:after { + top: 50%; + margin-top: 22px; + -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-vertical .twentytwenty-handle:before { + left: 50%; + margin-left: 22px; + -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); } +.twentytwenty-vertical .twentytwenty-handle:after { + right: 50%; + margin-right: 22px; + -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); + box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); } + +.twentytwenty-left-arrow { + border-right: 6px solid white; + left: 50%; + margin-left: -17px; } + +.twentytwenty-right-arrow { + border-left: 6px solid white; + right: 50%; + margin-right: -17px; } + +.twentytwenty-up-arrow { + border-bottom: 6px solid white; + top: 50%; + margin-top: -17px; } + +.twentytwenty-down-arrow { + border-top: 6px solid white; + bottom: 50%; + margin-bottom: -17px; } diff --git a/resources/assets/vendor/twentytwenty/img/1_1.jpg b/resources/assets/vendor/twentytwenty/img/1_1.jpg new file mode 100644 index 0000000..1ec210e Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/1_1.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/1_2.jpg b/resources/assets/vendor/twentytwenty/img/1_2.jpg new file mode 100644 index 0000000..521861f Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/1_2.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/2_1.jpg b/resources/assets/vendor/twentytwenty/img/2_1.jpg new file mode 100644 index 0000000..2c60bd5 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/2_1.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/2_2.jpg b/resources/assets/vendor/twentytwenty/img/2_2.jpg new file mode 100644 index 0000000..9f08c66 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/2_2.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/3_1.jpg b/resources/assets/vendor/twentytwenty/img/3_1.jpg new file mode 100644 index 0000000..52ac535 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/3_1.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/3_2.jpg b/resources/assets/vendor/twentytwenty/img/3_2.jpg new file mode 100644 index 0000000..6d69ece Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/3_2.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/4_1.jpg b/resources/assets/vendor/twentytwenty/img/4_1.jpg new file mode 100644 index 0000000..1110d8e Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/4_1.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/4_2.jpg b/resources/assets/vendor/twentytwenty/img/4_2.jpg new file mode 100644 index 0000000..34e27c4 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/4_2.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/5_1.jpg b/resources/assets/vendor/twentytwenty/img/5_1.jpg new file mode 100644 index 0000000..36cb7f7 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/5_1.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/5_2.jpg b/resources/assets/vendor/twentytwenty/img/5_2.jpg new file mode 100644 index 0000000..0cf0ca8 Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/5_2.jpg differ diff --git a/resources/assets/vendor/twentytwenty/img/after.png b/resources/assets/vendor/twentytwenty/img/after.png new file mode 100644 index 0000000..503c07e Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/after.png differ diff --git a/resources/assets/vendor/twentytwenty/img/before.png b/resources/assets/vendor/twentytwenty/img/before.png new file mode 100644 index 0000000..f1456aa Binary files /dev/null and b/resources/assets/vendor/twentytwenty/img/before.png differ diff --git a/resources/assets/vendor/twentytwenty/index.html b/resources/assets/vendor/twentytwenty/index.html new file mode 100644 index 0000000..a06c7ee --- /dev/null +++ b/resources/assets/vendor/twentytwenty/index.html @@ -0,0 +1,75 @@ + + + + + + + + + + + twentytwenty + + + + + +
+
+

Basic Usage

+

Demonstrates basic usage of the plugin.

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

Vertical Orientation

+

Demonstrates sliding up and down.

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

Side by side

+

Using multiple comparisons at once.

+
+
+
+ + +
+
+
+
+ + +
+
+
+ + + + + + + diff --git a/resources/assets/vendor/twentytwenty/js/jquery.event.move.js b/resources/assets/vendor/twentytwenty/js/jquery.event.move.js new file mode 100644 index 0000000..a792b71 --- /dev/null +++ b/resources/assets/vendor/twentytwenty/js/jquery.event.move.js @@ -0,0 +1,599 @@ +// DOM.event.move +// +// 2.0.0 +// +// Stephen Band +// +// Triggers 'movestart', 'move' and 'moveend' events after +// mousemoves following a mousedown cross a distance threshold, +// similar to the native 'dragstart', 'drag' and 'dragend' events. +// Move events are throttled to animation frames. Move event objects +// have the properties: +// +// pageX: +// pageY: Page coordinates of pointer. +// startX: +// startY: Page coordinates of pointer at movestart. +// distX: +// distY: Distance the pointer has moved since movestart. +// deltaX: +// deltaY: Distance the finger has moved since last event. +// velocityX: +// velocityY: Average velocity over last few events. + + +(function(fn) { + if (typeof define === 'function' && define.amd) { + define([], fn); + } else if ((typeof module !== "undefined" && module !== null) && module.exports) { + module.exports = fn; + } else { + fn(); + } +})(function(){ + var assign = Object.assign || window.jQuery && jQuery.extend; + + // Number of pixels a pressed pointer travels before movestart + // event is fired. + var threshold = 8; + + // Shim for requestAnimationFrame, falling back to timer. See: + // see http://paulirish.com/2011/requestanimationframe-for-smart-animating/ + var requestFrame = (function(){ + return ( + window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(fn, element){ + return window.setTimeout(function(){ + fn(); + }, 25); + } + ); + })(); + + // Shim for customEvent + // see https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill + (function () { + if ( typeof window.CustomEvent === "function" ) return false; + function CustomEvent ( event, params ) { + params = params || { bubbles: false, cancelable: false, detail: undefined }; + var evt = document.createEvent( 'CustomEvent' ); + evt.initCustomEvent( event, params.bubbles, params.cancelable, params.detail ); + return evt; + } + + CustomEvent.prototype = window.Event.prototype; + window.CustomEvent = CustomEvent; + })(); + + var ignoreTags = { + textarea: true, + input: true, + select: true, + button: true + }; + + var mouseevents = { + move: 'mousemove', + cancel: 'mouseup dragstart', + end: 'mouseup' + }; + + var touchevents = { + move: 'touchmove', + cancel: 'touchend', + end: 'touchend' + }; + + var rspaces = /\s+/; + + + // DOM Events + + var eventOptions = { bubbles: true, cancelable: true }; + + var eventsSymbol = typeof Symbol === "function" ? Symbol('events') : {}; + + function createEvent(type) { + return new CustomEvent(type, eventOptions); + } + + function getEvents(node) { + return node[eventsSymbol] || (node[eventsSymbol] = {}); + } + + function on(node, types, fn, data, selector) { + types = types.split(rspaces); + + var events = getEvents(node); + var i = types.length; + var handlers, type; + + function handler(e) { fn(e, data); } + + while (i--) { + type = types[i]; + handlers = events[type] || (events[type] = []); + handlers.push([fn, handler]); + node.addEventListener(type, handler); + } + } + + function off(node, types, fn, selector) { + types = types.split(rspaces); + + var events = getEvents(node); + var i = types.length; + var type, handlers, k; + + if (!events) { return; } + + while (i--) { + type = types[i]; + handlers = events[type]; + if (!handlers) { continue; } + k = handlers.length; + while (k--) { + if (handlers[k][0] === fn) { + node.removeEventListener(type, handlers[k][1]); + handlers.splice(k, 1); + } + } + } + } + + function trigger(node, type, properties) { + // Don't cache events. It prevents you from triggering an event of a + // given type from inside the handler of another event of that type. + var event = createEvent(type); + if (properties) { assign(event, properties); } + node.dispatchEvent(event); + } + + + // Constructors + + function Timer(fn){ + var callback = fn, + active = false, + running = false; + + function trigger(time) { + if (active){ + callback(); + requestFrame(trigger); + running = true; + active = false; + } + else { + running = false; + } + } + + this.kick = function(fn) { + active = true; + if (!running) { trigger(); } + }; + + this.end = function(fn) { + var cb = callback; + + if (!fn) { return; } + + // If the timer is not running, simply call the end callback. + if (!running) { + fn(); + } + // If the timer is running, and has been kicked lately, then + // queue up the current callback and the end callback, otherwise + // just the end callback. + else { + callback = active ? + function(){ cb(); fn(); } : + fn ; + + active = true; + } + }; + } + + + // Functions + + function noop() {} + + function preventDefault(e) { + e.preventDefault(); + } + + function isIgnoreTag(e) { + return !!ignoreTags[e.target.tagName.toLowerCase()]; + } + + function isPrimaryButton(e) { + // Ignore mousedowns on any button other than the left (or primary) + // mouse button, or when a modifier key is pressed. + return (e.which === 1 && !e.ctrlKey && !e.altKey); + } + + function identifiedTouch(touchList, id) { + var i, l; + + if (touchList.identifiedTouch) { + return touchList.identifiedTouch(id); + } + + // touchList.identifiedTouch() does not exist in + // webkit yet… we must do the search ourselves... + + i = -1; + l = touchList.length; + + while (++i < l) { + if (touchList[i].identifier === id) { + return touchList[i]; + } + } + } + + function changedTouch(e, data) { + var touch = identifiedTouch(e.changedTouches, data.identifier); + + // This isn't the touch you're looking for. + if (!touch) { return; } + + // Chrome Android (at least) includes touches that have not + // changed in e.changedTouches. That's a bit annoying. Check + // that this touch has changed. + if (touch.pageX === data.pageX && touch.pageY === data.pageY) { return; } + + return touch; + } + + + // Handlers that decide when the first movestart is triggered + + function mousedown(e){ + // Ignore non-primary buttons + if (!isPrimaryButton(e)) { return; } + + // Ignore form and interactive elements + if (isIgnoreTag(e)) { return; } + + on(document, mouseevents.move, mousemove, e); + on(document, mouseevents.cancel, mouseend, e); + } + + function mousemove(e, data){ + checkThreshold(e, data, e, removeMouse); + } + + function mouseend(e, data) { + removeMouse(); + } + + function removeMouse() { + off(document, mouseevents.move, mousemove); + off(document, mouseevents.cancel, mouseend); + } + + function touchstart(e) { + // Don't get in the way of interaction with form elements + if (ignoreTags[e.target.tagName.toLowerCase()]) { return; } + + var touch = e.changedTouches[0]; + + // iOS live updates the touch objects whereas Android gives us copies. + // That means we can't trust the touchstart object to stay the same, + // so we must copy the data. This object acts as a template for + // movestart, move and moveend event objects. + var data = { + target: touch.target, + pageX: touch.pageX, + pageY: touch.pageY, + identifier: touch.identifier, + + // The only way to make handlers individually unbindable is by + // making them unique. + touchmove: function(e, data) { touchmove(e, data); }, + touchend: function(e, data) { touchend(e, data); } + }; + + on(document, touchevents.move, data.touchmove, data); + on(document, touchevents.cancel, data.touchend, data); + } + + function touchmove(e, data) { + var touch = changedTouch(e, data); + if (!touch) { return; } + checkThreshold(e, data, touch, removeTouch); + } + + function touchend(e, data) { + var touch = identifiedTouch(e.changedTouches, data.identifier); + if (!touch) { return; } + removeTouch(data); + } + + function removeTouch(data) { + off(document, touchevents.move, data.touchmove); + off(document, touchevents.cancel, data.touchend); + } + + function checkThreshold(e, data, touch, fn) { + var distX = touch.pageX - data.pageX; + var distY = touch.pageY - data.pageY; + + // Do nothing if the threshold has not been crossed. + if ((distX * distX) + (distY * distY) < (threshold * threshold)) { return; } + + triggerStart(e, data, touch, distX, distY, fn); + } + + function triggerStart(e, data, touch, distX, distY, fn) { + var touches = e.targetTouches; + var time = e.timeStamp - data.timeStamp; + + // Create a movestart object with some special properties that + // are passed only to the movestart handlers. + var template = { + altKey: e.altKey, + ctrlKey: e.ctrlKey, + shiftKey: e.shiftKey, + startX: data.pageX, + startY: data.pageY, + distX: distX, + distY: distY, + deltaX: distX, + deltaY: distY, + pageX: touch.pageX, + pageY: touch.pageY, + velocityX: distX / time, + velocityY: distY / time, + identifier: data.identifier, + targetTouches: touches, + finger: touches ? touches.length : 1, + enableMove: function() { + this.moveEnabled = true; + this.enableMove = noop; + e.preventDefault(); + } + }; + + // Trigger the movestart event. + trigger(data.target, 'movestart', template); + + // Unbind handlers that tracked the touch or mouse up till now. + fn(data); + } + + + // Handlers that control what happens following a movestart + + function activeMousemove(e, data) { + var timer = data.timer; + + data.touch = e; + data.timeStamp = e.timeStamp; + timer.kick(); + } + + function activeMouseend(e, data) { + var target = data.target; + var event = data.event; + var timer = data.timer; + + removeActiveMouse(); + + endEvent(target, event, timer, function() { + // Unbind the click suppressor, waiting until after mouseup + // has been handled. + setTimeout(function(){ + off(target, 'click', preventDefault); + }, 0); + }); + } + + function removeActiveMouse() { + off(document, mouseevents.move, activeMousemove); + off(document, mouseevents.end, activeMouseend); + } + + function activeTouchmove(e, data) { + var event = data.event; + var timer = data.timer; + var touch = changedTouch(e, event); + + if (!touch) { return; } + + // Stop the interface from gesturing + e.preventDefault(); + + event.targetTouches = e.targetTouches; + data.touch = touch; + data.timeStamp = e.timeStamp; + + timer.kick(); + } + + function activeTouchend(e, data) { + var target = data.target; + var event = data.event; + var timer = data.timer; + var touch = identifiedTouch(e.changedTouches, event.identifier); + + // This isn't the touch you're looking for. + if (!touch) { return; } + + removeActiveTouch(data); + endEvent(target, event, timer); + } + + function removeActiveTouch(data) { + off(document, touchevents.move, data.activeTouchmove); + off(document, touchevents.end, data.activeTouchend); + } + + + // Logic for triggering move and moveend events + + function updateEvent(event, touch, timeStamp) { + var time = timeStamp - event.timeStamp; + + event.distX = touch.pageX - event.startX; + event.distY = touch.pageY - event.startY; + event.deltaX = touch.pageX - event.pageX; + event.deltaY = touch.pageY - event.pageY; + + // Average the velocity of the last few events using a decay + // curve to even out spurious jumps in values. + event.velocityX = 0.3 * event.velocityX + 0.7 * event.deltaX / time; + event.velocityY = 0.3 * event.velocityY + 0.7 * event.deltaY / time; + event.pageX = touch.pageX; + event.pageY = touch.pageY; + } + + function endEvent(target, event, timer, fn) { + timer.end(function(){ + trigger(target, 'moveend', event); + return fn && fn(); + }); + } + + + // Set up the DOM + + function movestart(e) { + if (e.defaultPrevented) { return; } + if (!e.moveEnabled) { return; } + + var event = { + startX: e.startX, + startY: e.startY, + pageX: e.pageX, + pageY: e.pageY, + distX: e.distX, + distY: e.distY, + deltaX: e.deltaX, + deltaY: e.deltaY, + velocityX: e.velocityX, + velocityY: e.velocityY, + identifier: e.identifier, + targetTouches: e.targetTouches, + finger: e.finger + }; + + var data = { + target: e.target, + event: event, + timer: new Timer(update), + touch: undefined, + timeStamp: e.timeStamp + }; + + function update(time) { + updateEvent(event, data.touch, data.timeStamp); + trigger(data.target, 'move', event); + } + + if (e.identifier === undefined) { + // We're dealing with a mouse event. + // Stop clicks from propagating during a move + on(e.target, 'click', preventDefault); + on(document, mouseevents.move, activeMousemove, data); + on(document, mouseevents.end, activeMouseend, data); + } + else { + // In order to unbind correct handlers they have to be unique + data.activeTouchmove = function(e, data) { activeTouchmove(e, data); }; + data.activeTouchend = function(e, data) { activeTouchend(e, data); }; + + // We're dealing with a touch. + on(document, touchevents.move, data.activeTouchmove, data); + on(document, touchevents.end, data.activeTouchend, data); + } + } + + on(document, 'mousedown', mousedown); + on(document, 'touchstart', touchstart); + on(document, 'movestart', movestart); + + + // jQuery special events + // + // jQuery event objects are copies of DOM event objects. They need + // a little help copying the move properties across. + + if (!window.jQuery) { return; } + + var properties = ("startX startY pageX pageY distX distY deltaX deltaY velocityX velocityY").split(' '); + + function enableMove1(e) { e.enableMove(); } + function enableMove2(e) { e.enableMove(); } + function enableMove3(e) { e.enableMove(); } + + function add(handleObj) { + var handler = handleObj.handler; + + handleObj.handler = function(e) { + // Copy move properties across from originalEvent + var i = properties.length; + var property; + + while(i--) { + property = properties[i]; + e[property] = e.originalEvent[property]; + } + + handler.apply(this, arguments); + }; + } + + jQuery.event.special.movestart = { + setup: function() { + // Movestart must be enabled to allow other move events + on(this, 'movestart', enableMove1); + + // Do listen to DOM events + return false; + }, + + teardown: function() { + off(this, 'movestart', enableMove1); + return false; + }, + + add: add + }; + + jQuery.event.special.move = { + setup: function() { + on(this, 'movestart', enableMove2); + return false; + }, + + teardown: function() { + off(this, 'movestart', enableMove2); + return false; + }, + + add: add + }; + + jQuery.event.special.moveend = { + setup: function() { + on(this, 'movestart', enableMove3); + return false; + }, + + teardown: function() { + off(this, 'movestart', enableMove3); + return false; + }, + + add: add + }; +}); diff --git a/resources/assets/vendor/twentytwenty/js/jquery.twentytwenty.js b/resources/assets/vendor/twentytwenty/js/jquery.twentytwenty.js new file mode 100644 index 0000000..b09737f --- /dev/null +++ b/resources/assets/vendor/twentytwenty/js/jquery.twentytwenty.js @@ -0,0 +1,151 @@ +(function($){ + + $.fn.twentytwenty = function(options) { + var options = $.extend({ + default_offset_pct: 0.5, + orientation: 'horizontal', + before_label: 'Before', + after_label: 'After', + no_overlay: false, + move_slider_on_hover: false, + move_with_handle_only: true, + click_to_move: false + }, options); + + return this.each(function() { + + var sliderPct = options.default_offset_pct; + var container = $(this); + var sliderOrientation = options.orientation; + var beforeDirection = (sliderOrientation === 'vertical') ? 'down' : 'left'; + var afterDirection = (sliderOrientation === 'vertical') ? 'up' : 'right'; + + + container.wrap("
"); + if(!options.no_overlay) { + container.append("
"); + var overlay = container.find(".twentytwenty-overlay"); + overlay.append("
"); + overlay.append("
"); + } + var beforeImg = container.find("img:first"); + var afterImg = container.find("img:last"); + container.append("
"); + var slider = container.find(".twentytwenty-handle"); + slider.append(""); + slider.append(""); + container.addClass("twentytwenty-container"); + beforeImg.addClass("twentytwenty-before"); + afterImg.addClass("twentytwenty-after"); + + var calcOffset = function(dimensionPct) { + var w = beforeImg.width(); + var h = beforeImg.height(); + return { + w: w+"px", + h: h+"px", + cw: (dimensionPct*w)+"px", + ch: (dimensionPct*h)+"px" + }; + }; + + var adjustContainer = function(offset) { + if (sliderOrientation === 'vertical') { + beforeImg.css("clip", "rect(0,"+offset.w+","+offset.ch+",0)"); + afterImg.css("clip", "rect("+offset.ch+","+offset.w+","+offset.h+",0)"); + } + else { + beforeImg.css("clip", "rect(0,"+offset.cw+","+offset.h+",0)"); + afterImg.css("clip", "rect(0,"+offset.w+","+offset.h+","+offset.cw+")"); + } + container.css("height", offset.h); + }; + + var adjustSlider = function(pct) { + var offset = calcOffset(pct); + slider.css((sliderOrientation==="vertical") ? "top" : "left", (sliderOrientation==="vertical") ? offset.ch : offset.cw); + adjustContainer(offset); + }; + + // Return the number specified or the min/max number if it outside the range given. + var minMaxNumber = function(num, min, max) { + return Math.max(min, Math.min(max, num)); + }; + + // Calculate the slider percentage based on the position. + var getSliderPercentage = function(positionX, positionY) { + var sliderPercentage = (sliderOrientation === 'vertical') ? + (positionY-offsetY)/imgHeight : + (positionX-offsetX)/imgWidth; + + return minMaxNumber(sliderPercentage, 0, 1); + }; + + + $(window).on("resize.twentytwenty", function(e) { + adjustSlider(sliderPct); + }); + + var offsetX = 0; + var offsetY = 0; + var imgWidth = 0; + var imgHeight = 0; + var onMoveStart = function(e) { + if (((e.distX > e.distY && e.distX < -e.distY) || (e.distX < e.distY && e.distX > -e.distY)) && sliderOrientation !== 'vertical') { + e.preventDefault(); + } + else if (((e.distX < e.distY && e.distX < -e.distY) || (e.distX > e.distY && e.distX > -e.distY)) && sliderOrientation === 'vertical') { + e.preventDefault(); + } + container.addClass("active"); + offsetX = container.offset().left; + offsetY = container.offset().top; + imgWidth = beforeImg.width(); + imgHeight = beforeImg.height(); + }; + var onMove = function(e) { + if (container.hasClass("active")) { + sliderPct = getSliderPercentage(e.pageX, e.pageY); + adjustSlider(sliderPct); + } + }; + var onMoveEnd = function() { + container.removeClass("active"); + }; + + var moveTarget = options.move_with_handle_only ? slider : container; + moveTarget.on("movestart",onMoveStart); + moveTarget.on("move",onMove); + moveTarget.on("moveend",onMoveEnd); + + if (options.move_slider_on_hover) { + container.on("mouseenter", onMoveStart); + container.on("mousemove", onMove); + container.on("mouseleave", onMoveEnd); + } + + slider.on("touchmove", function(e) { + e.preventDefault(); + }); + + container.find("img").on("mousedown", function(event) { + event.preventDefault(); + }); + + if (options.click_to_move) { + container.on('click', function(e) { + offsetX = container.offset().left; + offsetY = container.offset().top; + imgWidth = beforeImg.width(); + imgHeight = beforeImg.height(); + + sliderPct = getSliderPercentage(e.pageX, e.pageY); + adjustSlider(sliderPct); + }); + } + + $(window).trigger("resize.twentytwenty"); + }); + }; + +})(jQuery); diff --git a/resources/assets/vendor/twentytwenty/package.json b/resources/assets/vendor/twentytwenty/package.json new file mode 100644 index 0000000..c7c262e --- /dev/null +++ b/resources/assets/vendor/twentytwenty/package.json @@ -0,0 +1,24 @@ +{ + "name": "zurb-twentytwenty", + "version": "0.1.0", + "description": "Zurb TwentyTwenty plugin", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "ZURB", + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/zurb/twentytwenty" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-connect": "^0.9.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-notify": "^0.4.1", + "grunt-sass": "^1.1.0", + "load-grunt-tasks": "^2.0.0" + } +} diff --git a/resources/assets/vendor/twentytwenty/twentytwenty-no-compass.html b/resources/assets/vendor/twentytwenty/twentytwenty-no-compass.html new file mode 100644 index 0000000..7ea472b --- /dev/null +++ b/resources/assets/vendor/twentytwenty/twentytwenty-no-compass.html @@ -0,0 +1,72 @@ + + + + + + + + + + + twentytwenty + + + + + +
+
+

Basic Usage

+

Demonstrates basic usage of the plugin.

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

Vertical Orientation

+

Demonstrates sliding up and down.

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

Side by side

+

Using multiple comparisons at once.

+
+
+
+ + +
+
+
+
+ + +
+
+
+ + + + + + + diff --git a/resources/assets/vendor/vide/jquery.vide.js b/resources/assets/vendor/vide/jquery.vide.js new file mode 100644 index 0000000..66cf001 --- /dev/null +++ b/resources/assets/vendor/vide/jquery.vide.js @@ -0,0 +1,502 @@ +/* + * Vide - v0.5.1 + * Easy as hell jQuery plugin for video backgrounds. + * http://vodkabears.github.io/vide/ + * + * Made by Ilya Makarov + * Under MIT License + */ +!(function(root, factory) { + if (typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } else if (typeof exports === 'object') { + factory(require('jquery')); + } else { + factory(root.jQuery); + } +})(this, function($) { + + 'use strict'; + + /** + * Name of the plugin + * @private + * @const + * @type {String} + */ + var PLUGIN_NAME = 'vide'; + + /** + * Default settings + * @private + * @const + * @type {Object} + */ + var DEFAULTS = { + volume: 1, + playbackRate: 1, + muted: true, + loop: true, + autoplay: true, + position: '50% 50%', + posterType: 'detect', + resizing: true, + bgColor: 'transparent', + className: '' + }; + + /** + * Not implemented error message + * @private + * @const + * @type {String} + */ + var NOT_IMPLEMENTED_MSG = 'Not implemented'; + + /** + * Parse a string with options + * @private + * @param {String} str + * @returns {Object|String} + */ + function parseOptions(str) { + var obj = {}; + var delimiterIndex; + var option; + var prop; + var val; + var arr; + var len; + var i; + + // Remove spaces around delimiters and split + arr = str.replace(/\s*:\s*/g, ':').replace(/\s*,\s*/g, ',').split(','); + + // Parse a string + for (i = 0, len = arr.length; i < len; i++) { + option = arr[i]; + + // Ignore urls and a string without colon delimiters + if ( + option.search(/^(http|https|ftp):\/\//) !== -1 || + option.search(':') === -1 + ) { + break; + } + + delimiterIndex = option.indexOf(':'); + prop = option.substring(0, delimiterIndex); + val = option.substring(delimiterIndex + 1); + + // If val is an empty string, make it undefined + if (!val) { + val = undefined; + } + + // Convert a string value if it is like a boolean + if (typeof val === 'string') { + val = val === 'true' || (val === 'false' ? false : val); + } + + // Convert a string value if it is like a number + if (typeof val === 'string') { + val = !isNaN(val) ? +val : val; + } + + obj[prop] = val; + } + + // If nothing is parsed + if (prop == null && val == null) { + return str; + } + + return obj; + } + + /** + * Parse a position option + * @private + * @param {String} str + * @returns {Object} + */ + function parsePosition(str) { + str = '' + str; + + // Default value is a center + var args = str.split(/\s+/); + var x = '50%'; + var y = '50%'; + var len; + var arg; + var i; + + for (i = 0, len = args.length; i < len; i++) { + arg = args[i]; + + // Convert values + if (arg === 'left') { + x = '0%'; + } else if (arg === 'right') { + x = '100%'; + } else if (arg === 'top') { + y = '0%'; + } else if (arg === 'bottom') { + y = '100%'; + } else if (arg === 'center') { + if (i === 0) { + x = '50%'; + } else { + y = '50%'; + } + } else { + if (i === 0) { + x = arg; + } else { + y = arg; + } + } + } + + return { x: x, y: y }; + } + + /** + * Search a poster + * @private + * @param {String} path + * @param {Function} callback + */ + function findPoster(path, callback) { + var onLoad = function() { + callback(this.src); + }; + + $('').on('load', onLoad); + $('').on('load', onLoad); + $('').on('load', onLoad); + $('').on('load', onLoad); + } + + /** + * Vide constructor + * @param {HTMLElement} element + * @param {Object|String} path + * @param {Object|String} options + * @constructor + */ + function Vide(element, path, options) { + this.$element = $(element); + + // Parse path + if (typeof path === 'string') { + path = parseOptions(path); + } + + // Parse options + if (!options) { + options = {}; + } else if (typeof options === 'string') { + options = parseOptions(options); + } + + // Remove an extension + if (typeof path === 'string') { + path = path.replace(/\.\w*$/, ''); + } else if (typeof path === 'object') { + for (var i in path) { + if (path.hasOwnProperty(i)) { + path[i] = path[i].replace(/\.\w*$/, ''); + } + } + } + + this.settings = $.extend({}, DEFAULTS, options); + this.path = path; + + // https://github.com/VodkaBears/Vide/issues/110 + try { + this.init(); + } catch (e) { + if (e.message !== NOT_IMPLEMENTED_MSG) { + throw e; + } + } + } + + /** + * Initialization + * @public + */ + Vide.prototype.init = function() { + var vide = this; + var path = vide.path; + var poster = path; + var sources = ''; + var $element = vide.$element; + var settings = vide.settings; + var position = parsePosition(settings.position); + var posterType = settings.posterType; + var $video; + var $wrapper; + + // Set styles of a video wrapper + $wrapper = vide.$wrapper = $('
') + .addClass(settings.className) + .css({ + position: 'absolute', + 'z-index': -1, + top: 0, + left: 0, + bottom: 0, + right: 0, + overflow: 'hidden', + '-webkit-background-size': 'cover', + '-moz-background-size': 'cover', + '-o-background-size': 'cover', + 'background-size': 'cover', + 'background-color': settings.bgColor, + 'background-repeat': 'no-repeat', + 'background-position': position.x + ' ' + position.y + }); + + // Get a poster path + if (typeof path === 'object') { + if (path.poster) { + poster = path.poster; + } else { + if (path.mp4) { + poster = path.mp4; + } else if (path.webm) { + poster = path.webm; + } else if (path.ogv) { + poster = path.ogv; + } + } + } + + // Set a video poster + if (posterType === 'detect') { + findPoster(poster, function(url) { + $wrapper.css('background-image', 'url(' + url + ')'); + }); + } else if (posterType !== 'none') { + $wrapper.css('background-image', 'url(' + poster + '.' + posterType + ')'); + } + + // If a parent element has a static position, make it relative + if ($element.css('position') === 'static') { + $element.css('position', 'relative'); + } + + $element.prepend($wrapper); + + if (typeof path === 'object') { + if (path.mp4) { + sources += ''; + } + + if (path.webm) { + sources += ''; + } + + if (path.ogv) { + sources += ''; + } + + $video = vide.$video = $(''); + } else { + $video = vide.$video = $(''); + } + + // https://github.com/VodkaBears/Vide/issues/110 + try { + $video + + // Set video properties + .prop({ + autoplay: settings.autoplay, + loop: settings.loop, + volume: settings.volume, + muted: settings.muted, + defaultMuted: settings.muted, + playbackRate: settings.playbackRate, + defaultPlaybackRate: settings.playbackRate + }); + + if (settings.autoplay) { + $video.attr('playsinline', ''); + } + } catch (e) { + throw new Error(NOT_IMPLEMENTED_MSG); + } + + // Video alignment + $video.css({ + margin: 'auto', + position: 'absolute', + 'z-index': -1, + top: position.y, + left: position.x, + '-webkit-transform': 'translate(-' + position.x + ', -' + position.y + ')', + '-ms-transform': 'translate(-' + position.x + ', -' + position.y + ')', + '-moz-transform': 'translate(-' + position.x + ', -' + position.y + ')', + transform: 'translate(-' + position.x + ', -' + position.y + ')', + opacity: 0 + }) + + // Resize a video, when it's loaded + .one('canplaythrough.' + PLUGIN_NAME, function() { + vide.resize(); + }) + + // Make it visible, when it's already playing + .one('playing.' + PLUGIN_NAME, function() { + $video.css({ + visibility: 'visible', + opacity: 1 + }); + $wrapper.css('background-image', 'none'); + }); + + // Resize event is available only for 'window' + // Use another code solutions to detect DOM elements resizing + $element.on('resize.' + PLUGIN_NAME, function() { + if (settings.resizing) { + vide.resize(); + } + }); + + // Append a video + $wrapper.append($video); + }; + + /** + * Get a video element + * @public + * @returns {HTMLVideoElement} + */ + Vide.prototype.getVideoObject = function() { + return this.$video[0]; + }; + + /** + * Resize a video background + * @public + */ + Vide.prototype.resize = function() { + if (!this.$video) { + return; + } + + var $wrapper = this.$wrapper; + var $video = this.$video; + var video = $video[0]; + + // Get a native video size + var videoHeight = video.videoHeight; + var videoWidth = video.videoWidth; + + // Get a wrapper size + var wrapperHeight = $wrapper.height(); + var wrapperWidth = $wrapper.width(); + + if (wrapperWidth / videoWidth > wrapperHeight / videoHeight) { + $video.css({ + + // +2 pixels to prevent an empty space after transformation + width: wrapperWidth + 2, + height: 'auto' + }); + } else { + $video.css({ + width: 'auto', + + // +2 pixels to prevent an empty space after transformation + height: wrapperHeight + 2 + }); + } + }; + + /** + * Destroy a video background + * @public + */ + Vide.prototype.destroy = function() { + delete $[PLUGIN_NAME].lookup[this.index]; + this.$video && this.$video.off(PLUGIN_NAME); + this.$element.off(PLUGIN_NAME).removeData(PLUGIN_NAME); + this.$wrapper.remove(); + }; + + /** + * Special plugin object for instances. + * @public + * @type {Object} + */ + $[PLUGIN_NAME] = { + lookup: [] + }; + + /** + * Plugin constructor + * @param {Object|String} path + * @param {Object|String} options + * @returns {JQuery} + * @constructor + */ + $.fn[PLUGIN_NAME] = function(path, options) { + var instance; + + this.each(function() { + instance = $.data(this, PLUGIN_NAME); + + // Destroy the plugin instance if exists + instance && instance.destroy(); + + // Create the plugin instance + instance = new Vide(this, path, options); + instance.index = $[PLUGIN_NAME].lookup.push(instance) - 1; + $.data(this, PLUGIN_NAME, instance); + }); + + return this; + }; + + $(document).ready(function() { + var $window = $(window); + + // Window resize event listener + $window.on('resize.' + PLUGIN_NAME, function() { + for (var len = $[PLUGIN_NAME].lookup.length, i = 0, instance; i < len; i++) { + instance = $[PLUGIN_NAME].lookup[i]; + + if (instance && instance.settings.resizing) { + instance.resize(); + } + } + }); + + // https://github.com/VodkaBears/Vide/issues/68 + $window.on('pagehide.' + PLUGIN_NAME, function() { + return false; + }); + + // Auto initialization + // Add 'data-vide-bg' attribute with a path to the video without extension + // Also you can pass options throw the 'data-vide-options' attribute + // 'data-vide-options' must be like 'muted: false, volume: 0.5' + $(document).find('[data-' + PLUGIN_NAME + '-bg]').each(function(i, element) { + var $element = $(element); + var options = $element.data(PLUGIN_NAME + '-options'); + var path = $element.data(PLUGIN_NAME + '-bg'); + + $element[PLUGIN_NAME](path, options); + }); + }); + +}); diff --git a/resources/assets/vendor/vivus/vivus.js b/resources/assets/vendor/vivus/vivus.js new file mode 100644 index 0000000..57dbff0 --- /dev/null +++ b/resources/assets/vendor/vivus/vivus.js @@ -0,0 +1,1222 @@ +/** + * vivus - JavaScript library to make drawing animation on SVG + * @version v0.4.6 + * @link https://github.com/maxwellito/vivus + * @license MIT + */ + +(function () { + + 'use strict'; + +/** + * Pathformer + * Beta version + * + * Take any SVG version 1.1 and transform + * child elements to 'path' elements + * + * This code is purely forked from + * https://github.com/Waest/SVGPathConverter + */ + +/** + * Class constructor + * + * @param {DOM|String} element Dom element of the SVG or id of it + */ +function Pathformer(element) { + // Test params + if (typeof element === 'undefined') { + throw new Error('Pathformer [constructor]: "element" parameter is required'); + } + + // Set the element + if (element.constructor === String) { + element = document.getElementById(element); + if (!element) { + throw new Error('Pathformer [constructor]: "element" parameter is not related to an existing ID'); + } + } + if (element instanceof window.SVGElement || + element instanceof window.SVGGElement || + /^svg$/i.test(element.nodeName)) { + this.el = element; + } else { + throw new Error('Pathformer [constructor]: "element" parameter must be a string or a SVGelement'); + } + + // Start + this.scan(element); +} + +/** + * List of tags which can be transformed + * to path elements + * + * @type {Array} + */ +Pathformer.prototype.TYPES = ['line', 'ellipse', 'circle', 'polygon', 'polyline', 'rect']; + +/** + * List of attribute names which contain + * data. This array list them to check if + * they contain bad values, like percentage. + * + * @type {Array} + */ +Pathformer.prototype.ATTR_WATCH = ['cx', 'cy', 'points', 'r', 'rx', 'ry', 'x', 'x1', 'x2', 'y', 'y1', 'y2']; + +/** + * Finds the elements compatible for transform + * and apply the liked method + * + * @param {object} options Object from the constructor + */ +Pathformer.prototype.scan = function (svg) { + var fn, element, pathData, pathDom, + elements = svg.querySelectorAll(this.TYPES.join(',')); + + for (var i = 0; i < elements.length; i++) { + element = elements[i]; + fn = this[element.tagName.toLowerCase() + 'ToPath']; + pathData = fn(this.parseAttr(element.attributes)); + pathDom = this.pathMaker(element, pathData); + element.parentNode.replaceChild(pathDom, element); + } +}; + + +/** + * Read `line` element to extract and transform + * data, to make it ready for a `path` object. + * + * @param {DOMelement} element Line element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.lineToPath = function (element) { + var newElement = {}, + x1 = element.x1 || 0, + y1 = element.y1 || 0, + x2 = element.x2 || 0, + y2 = element.y2 || 0; + + newElement.d = 'M' + x1 + ',' + y1 + 'L' + x2 + ',' + y2; + return newElement; +}; + +/** + * Read `rect` element to extract and transform + * data, to make it ready for a `path` object. + * The radius-border is not taken in charge yet. + * (your help is more than welcomed) + * + * @param {DOMelement} element Rect element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.rectToPath = function (element) { + var newElement = {}, + x = parseFloat(element.x) || 0, + y = parseFloat(element.y) || 0, + width = parseFloat(element.width) || 0, + height = parseFloat(element.height) || 0; + + if (element.rx || element.ry) { + var rx = parseInt(element.rx, 10) || -1, + ry = parseInt(element.ry, 10) || -1; + rx = Math.min(Math.max(rx < 0 ? ry : rx, 0), width/2); + ry = Math.min(Math.max(ry < 0 ? rx : ry, 0), height/2); + + newElement.d = 'M ' + (x + rx) + ',' + y + ' ' + + 'L ' + (x + width - rx) + ',' + y + ' ' + + 'A ' + rx + ',' + ry + ',0,0,1,' + (x + width) + ',' + (y + ry) + ' ' + + 'L ' + (x + width) + ',' + (y + height - ry) + ' ' + + 'A ' + rx + ',' + ry + ',0,0,1,' + (x + width - rx) + ',' + (y + height) + ' ' + + 'L ' + (x + rx) + ',' + (y + height) + ' ' + + 'A ' + rx + ',' + ry + ',0,0,1,' + x + ',' + (y + height - ry) + ' ' + + 'L ' + x + ',' + (y + ry) + ' ' + + 'A ' + rx + ',' + ry + ',0,0,1,' + (x + rx) + ',' + y; + } + else { + newElement.d = 'M' + x + ' ' + y + ' ' + + 'L' + (x + width) + ' ' + y + ' ' + + 'L' + (x + width) + ' ' + (y + height) + ' ' + + 'L' + x + ' ' + (y + height) + ' Z'; + } + return newElement; +}; + +/** + * Read `polyline` element to extract and transform + * data, to make it ready for a `path` object. + * + * @param {DOMelement} element Polyline element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.polylineToPath = function (element) { + var newElement = {}, + points = element.points.trim().split(' '), + i, path; + + // Reformatting if points are defined without commas + if (element.points.indexOf(',') === -1) { + var formattedPoints = []; + for (i = 0; i < points.length; i+=2) { + formattedPoints.push(points[i] + ',' + points[i+1]); + } + points = formattedPoints; + } + + // Generate the path.d value + path = 'M' + points[0]; + for(i = 1; i < points.length; i++) { + if (points[i].indexOf(',') !== -1) { + path += 'L' + points[i]; + } + } + newElement.d = path; + return newElement; +}; + +/** + * Read `polygon` element to extract and transform + * data, to make it ready for a `path` object. + * This method rely on polylineToPath, because the + * logic is similar. The path created is just closed, + * so it needs an 'Z' at the end. + * + * @param {DOMelement} element Polygon element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.polygonToPath = function (element) { + var newElement = Pathformer.prototype.polylineToPath(element); + + newElement.d += 'Z'; + return newElement; +}; + +/** + * Read `ellipse` element to extract and transform + * data, to make it ready for a `path` object. + * + * @param {DOMelement} element ellipse element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.ellipseToPath = function (element) { + var newElement = {}, + rx = parseFloat(element.rx) || 0, + ry = parseFloat(element.ry) || 0, + cx = parseFloat(element.cx) || 0, + cy = parseFloat(element.cy) || 0, + startX = cx - rx, + startY = cy, + endX = parseFloat(cx) + parseFloat(rx), + endY = cy; + + newElement.d = 'M' + startX + ',' + startY + + 'A' + rx + ',' + ry + ' 0,1,1 ' + endX + ',' + endY + + 'A' + rx + ',' + ry + ' 0,1,1 ' + startX + ',' + endY; + return newElement; +}; + +/** + * Read `circle` element to extract and transform + * data, to make it ready for a `path` object. + * + * @param {DOMelement} element Circle element to transform + * @return {object} Data for a `path` element + */ +Pathformer.prototype.circleToPath = function (element) { + var newElement = {}, + r = parseFloat(element.r) || 0, + cx = parseFloat(element.cx) || 0, + cy = parseFloat(element.cy) || 0, + startX = cx - r, + startY = cy, + endX = parseFloat(cx) + parseFloat(r), + endY = cy; + + newElement.d = 'M' + startX + ',' + startY + + 'A' + r + ',' + r + ' 0,1,1 ' + endX + ',' + endY + + 'A' + r + ',' + r + ' 0,1,1 ' + startX + ',' + endY; + return newElement; +}; + +/** + * Create `path` elements form original element + * and prepared objects + * + * @param {DOMelement} element Original element to transform + * @param {object} pathData Path data (from `toPath` methods) + * @return {DOMelement} Path element + */ +Pathformer.prototype.pathMaker = function (element, pathData) { + var i, attr, pathTag = document.createElementNS('http://www.w3.org/2000/svg','path'); + for(i = 0; i < element.attributes.length; i++) { + attr = element.attributes[i]; + if (this.ATTR_WATCH.indexOf(attr.name) === -1) { + pathTag.setAttribute(attr.name, attr.value); + } + } + for(i in pathData) { + pathTag.setAttribute(i, pathData[i]); + } + return pathTag; +}; + +/** + * Parse attributes of a DOM element to + * get an object of attribute => value + * + * @param {NamedNodeMap} attributes Attributes object from DOM element to parse + * @return {object} Object of attributes + */ +Pathformer.prototype.parseAttr = function (element) { + var attr, output = {}; + for (var i = 0; i < element.length; i++) { + attr = element[i]; + // Check if no data attribute contains '%', or the transformation is impossible + if (this.ATTR_WATCH.indexOf(attr.name) !== -1 && attr.value.indexOf('%') !== -1) { + throw new Error('Pathformer [parseAttr]: a SVG shape got values in percentage. This cannot be transformed into \'path\' tags. Please use \'viewBox\'.'); + } + output[attr.name] = attr.value; + } + return output; +}; + + 'use strict'; + +var setupEnv, requestAnimFrame, cancelAnimFrame, parsePositiveInt; + +/** + * Vivus + * Beta version + * + * Take any SVG and make the animation + * to give give the impression of live drawing + * + * This in more than just inspired from codrops + * At that point, it's a pure fork. + */ + +/** + * Class constructor + * option structure + * type: 'delayed'|'sync'|'oneByOne'|'script' (to know if the items must be drawn synchronously or not, default: delayed) + * duration: (in frames) + * start: 'inViewport'|'manual'|'autostart' (start automatically the animation, default: inViewport) + * delay: (delay between the drawing of first and last path) + * dashGap whitespace extra margin between dashes + * pathTimingFunction timing animation function for each path element of the SVG + * animTimingFunction timing animation function for the complete SVG + * forceRender force the browser to re-render all updated path items + * selfDestroy removes all extra styling on the SVG, and leaves it as original + * + * The attribute 'type' is by default on 'delayed'. + * - 'delayed' + * all paths are draw at the same time but with a + * little delay between them before start + * - 'sync' + * all path are start and finish at the same time + * - 'oneByOne' + * only one path is draw at the time + * the end of the first one will trigger the draw + * of the next one + * + * All these values can be overwritten individually + * for each path item in the SVG + * The value of frames will always take the advantage of + * the duration value. + * If you fail somewhere, an error will be thrown. + * Good luck. + * + * @constructor + * @this {Vivus} + * @param {DOM|String} element Dom element of the SVG or id of it + * @param {Object} options Options about the animation + * @param {Function} callback Callback for the end of the animation + */ +function Vivus(element, options, callback) { + setupEnv(); + + // Setup + this.isReady = false; + this.setElement(element, options); + this.setOptions(options); + this.setCallback(callback); + + if (this.isReady) { + this.init(); + } +} + +/** + * Timing functions + ************************************** + * + * Default functions to help developers. + * It always take a number as parameter (between 0 to 1) then + * return a number (between 0 and 1) + */ +Vivus.LINEAR = function(x) { + return x; +}; +Vivus.EASE = function(x) { + return -Math.cos(x * Math.PI) / 2 + 0.5; +}; +Vivus.EASE_OUT = function(x) { + return 1 - Math.pow(1 - x, 3); +}; +Vivus.EASE_IN = function(x) { + return Math.pow(x, 3); +}; +Vivus.EASE_OUT_BOUNCE = function(x) { + var base = -Math.cos(x * (0.5 * Math.PI)) + 1, + rate = Math.pow(base, 1.5), + rateR = Math.pow(1 - x, 2), + progress = -Math.abs(Math.cos(rate * (2.5 * Math.PI))) + 1; + return 1 - rateR + progress * rateR; +}; + +/** + * Setters + ************************************** + */ + +/** + * Check and set the element in the instance + * The method will not return anything, but will throw an + * error if the parameter is invalid + * + * @param {DOM|String} element SVG Dom element or id of it + */ +Vivus.prototype.setElement = function(element, options) { + var onLoad, self; + + // Basic check + if (typeof element === 'undefined') { + throw new Error('Vivus [constructor]: "element" parameter is required'); + } + + // Set the element + if (element.constructor === String) { + element = document.getElementById(element); + if (!element) { + throw new Error( + 'Vivus [constructor]: "element" parameter is not related to an existing ID' + ); + } + } + this.parentEl = element; + + // Load the SVG with XMLHttpRequest and extract the SVG + if (options && options.file) { + self = this; + onLoad = function() { + var domSandbox = document.createElement('div'); + domSandbox.innerHTML = this.responseText; + + var svgTag = domSandbox.querySelector('svg'); + if (!svgTag) { + throw new Error( + 'Vivus [load]: Cannot find the SVG in the loaded file : ' + + options.file + ); + } + + self.el = svgTag; + self.el.setAttribute('width', '100%'); + self.el.setAttribute('height', '100%'); + self.parentEl.appendChild(self.el); + self.isReady = true; + self.init(); + self = null; + }; + + var oReq = new window.XMLHttpRequest(); + oReq.addEventListener('load', onLoad); + oReq.open('GET', options.file); + oReq.send(); + return; + } + + switch (element.constructor) { + case window.SVGSVGElement: + case window.SVGElement: + case window.SVGGElement: + this.el = element; + this.isReady = true; + break; + + case window.HTMLObjectElement: + self = this; + onLoad = function(e) { + if (self.isReady) { + return; + } + self.el = + element.contentDocument && + element.contentDocument.querySelector('svg'); + if (!self.el && e) { + throw new Error( + 'Vivus [constructor]: object loaded does not contain any SVG' + ); + } else if (self.el) { + if (element.getAttribute('built-by-vivus')) { + self.parentEl.insertBefore(self.el, element); + self.parentEl.removeChild(element); + self.el.setAttribute('width', '100%'); + self.el.setAttribute('height', '100%'); + } + self.isReady = true; + self.init(); + self = null; + } + }; + + if (!onLoad()) { + element.addEventListener('load', onLoad); + } + break; + + default: + throw new Error( + 'Vivus [constructor]: "element" parameter is not valid (or miss the "file" attribute)' + ); + } +}; + +/** + * Set up user option to the instance + * The method will not return anything, but will throw an + * error if the parameter is invalid + * + * @param {object} options Object from the constructor + */ +Vivus.prototype.setOptions = function(options) { + var allowedTypes = [ + 'delayed', + 'sync', + 'async', + 'nsync', + 'oneByOne', + 'scenario', + 'scenario-sync' + ]; + var allowedStarts = ['inViewport', 'manual', 'autostart']; + + // Basic check + if (options !== undefined && options.constructor !== Object) { + throw new Error( + 'Vivus [constructor]: "options" parameter must be an object' + ); + } else { + options = options || {}; + } + + // Set the animation type + if (options.type && allowedTypes.indexOf(options.type) === -1) { + throw new Error( + 'Vivus [constructor]: ' + + options.type + + ' is not an existing animation `type`' + ); + } else { + this.type = options.type || allowedTypes[0]; + } + + // Set the start type + if (options.start && allowedStarts.indexOf(options.start) === -1) { + throw new Error( + 'Vivus [constructor]: ' + + options.start + + ' is not an existing `start` option' + ); + } else { + this.start = options.start || allowedStarts[0]; + } + + this.isIE = + window.navigator.userAgent.indexOf('MSIE') !== -1 || + window.navigator.userAgent.indexOf('Trident/') !== -1 || + window.navigator.userAgent.indexOf('Edge/') !== -1; + this.duration = parsePositiveInt(options.duration, 120); + this.delay = parsePositiveInt(options.delay, null); + this.dashGap = parsePositiveInt(options.dashGap, 1); + this.forceRender = options.hasOwnProperty('forceRender') + ? !!options.forceRender + : this.isIE; + this.reverseStack = !!options.reverseStack; + this.selfDestroy = !!options.selfDestroy; + this.onReady = options.onReady; + this.map = []; + this.frameLength = this.currentFrame = this.delayUnit = this.speed = this.handle = null; + + this.ignoreInvisible = options.hasOwnProperty('ignoreInvisible') + ? !!options.ignoreInvisible + : false; + + this.animTimingFunction = options.animTimingFunction || Vivus.LINEAR; + this.pathTimingFunction = options.pathTimingFunction || Vivus.LINEAR; + + if (this.delay >= this.duration) { + throw new Error('Vivus [constructor]: delay must be shorter than duration'); + } +}; + +/** + * Set up callback to the instance + * The method will not return enything, but will throw an + * error if the parameter is invalid + * + * @param {Function} callback Callback for the animation end + */ +Vivus.prototype.setCallback = function(callback) { + // Basic check + if (!!callback && callback.constructor !== Function) { + throw new Error( + 'Vivus [constructor]: "callback" parameter must be a function' + ); + } + this.callback = callback || function() {}; +}; + +/** + * Core + ************************************** + */ + +/** + * Map the svg, path by path. + * The method return nothing, it just fill the + * `map` array. Each item in this array represent + * a path element from the SVG, with informations for + * the animation. + * + * ``` + * [ + * { + * el: the path element + * length: length of the path line + * startAt: time start of the path animation (in frames) + * duration: path animation duration (in frames) + * }, + * ... + * ] + * ``` + * + */ +Vivus.prototype.mapping = function() { + var i, paths, path, pAttrs, pathObj, totalLength, lengthMeter, timePoint, scale, hasNonScale; + timePoint = totalLength = lengthMeter = 0; + paths = this.el.querySelectorAll('path'); + hasNonScale = false; + + for (i = 0; i < paths.length; i++) { + path = paths[i]; + if (this.isInvisible(path)) { + continue; + } + + pathObj = { + el: path, + length: 0, + startAt: 0, + duration: 0, + isResizeSensitive: false + }; + + // If vector effect is non-scaling-stroke, the total length won't match the rendered length + // so we need to calculate the scale and apply it + if (path.getAttribute('vector-effect') === 'non-scaling-stroke') { + var rect = path.getBoundingClientRect(); + var box = path.getBBox(); + scale = Math.max(rect.width / box.width, rect.height / box.height); + pathObj.isResizeSensitive = true; + hasNonScale = true; + } else { + scale = 1; + } + pathObj.length = Math.ceil(path.getTotalLength() * scale); + + // Test if the path length is correct + if (isNaN(pathObj.length)) { + if (window.console && console.warn) { + console.warn( + 'Vivus [mapping]: cannot retrieve a path element length', + path + ); + } + continue; + } + this.map.push(pathObj); + path.style.strokeDasharray = + pathObj.length + ' ' + (pathObj.length + this.dashGap * 2); + path.style.strokeDashoffset = pathObj.length + this.dashGap; + pathObj.length += this.dashGap; + totalLength += pathObj.length; + + this.renderPath(i); + } + + // Show a warning for non-scaling elements + if (hasNonScale) { + console.warn('Vivus: this SVG contains non-scaling-strokes. You should call instance.recalc() when the SVG is resized or you will encounter unwanted behaviour. See https://github.com/maxwellito/vivus#non-scaling for more info.'); + } + + totalLength = totalLength === 0 ? 1 : totalLength; + this.delay = this.delay === null ? this.duration / 3 : this.delay; + this.delayUnit = this.delay / (paths.length > 1 ? paths.length - 1 : 1); + + // Reverse stack if asked + if (this.reverseStack) { + this.map.reverse(); + } + + for (i = 0; i < this.map.length; i++) { + pathObj = this.map[i]; + + switch (this.type) { + case 'delayed': + pathObj.startAt = this.delayUnit * i; + pathObj.duration = this.duration - this.delay; + break; + + case 'oneByOne': + pathObj.startAt = (lengthMeter / totalLength) * this.duration; + pathObj.duration = (pathObj.length / totalLength) * this.duration; + break; + + case 'sync': + case 'async': + case 'nsync': + pathObj.startAt = 0; + pathObj.duration = this.duration; + break; + + case 'scenario-sync': + path = pathObj.el; + pAttrs = this.parseAttr(path); + pathObj.startAt = + timePoint + + (parsePositiveInt(pAttrs['data-delay'], this.delayUnit) || 0); + pathObj.duration = parsePositiveInt( + pAttrs['data-duration'], + this.duration + ); + timePoint = + pAttrs['data-async'] !== undefined + ? pathObj.startAt + : pathObj.startAt + pathObj.duration; + this.frameLength = Math.max( + this.frameLength, + pathObj.startAt + pathObj.duration + ); + break; + + case 'scenario': + path = pathObj.el; + pAttrs = this.parseAttr(path); + pathObj.startAt = + parsePositiveInt(pAttrs['data-start'], this.delayUnit) || 0; + pathObj.duration = parsePositiveInt( + pAttrs['data-duration'], + this.duration + ); + this.frameLength = Math.max( + this.frameLength, + pathObj.startAt + pathObj.duration + ); + break; + } + lengthMeter += pathObj.length; + this.frameLength = this.frameLength || this.duration; + } +}; + +/** + * Public method to re-evaluate line length for non-scaling lines + * path elements. + */ +Vivus.prototype.recalc = function () { + if (this.mustRecalcScale) { + return; + } + this.mustRecalcScale = requestAnimFrame(function () { + this.performLineRecalc(); + }.bind(this)); +} + +/** + * Private method to re-evaluate line length on non-scaling + * path elements. Then call for a trace to update the SVG. + */ +Vivus.prototype.performLineRecalc = function () { + var pathObj, path, rect, box, scale; + for (var i = 0; i < this.map.length; i++) { + pathObj = this.map[i]; + if (pathObj.isResizeSensitive) { + path = pathObj.el; + rect = path.getBoundingClientRect(); + box = path.getBBox(); + scale = Math.max(rect.width / box.width, rect.height / box.height); + pathObj.length = Math.ceil(path.getTotalLength() * scale); + path.style.strokeDasharray = pathObj.length + ' ' + (pathObj.length + this.dashGap * 2); + } + } + this.trace(); + this.mustRecalcScale = null; +} + +/** + * Interval method to draw the SVG from current + * position of the animation. It update the value of + * `currentFrame` and re-trace the SVG. + * + * It use this.handle to store the requestAnimationFrame + * and clear it one the animation is stopped. So this + * attribute can be used to know if the animation is + * playing. + * + * Once the animation at the end, this method will + * trigger the Vivus callback. + * + */ +Vivus.prototype.draw = function() { + var self = this; + this.currentFrame += this.speed; + + if (this.currentFrame <= 0) { + this.stop(); + this.reset(); + } else if (this.currentFrame >= this.frameLength) { + this.stop(); + this.currentFrame = this.frameLength; + this.trace(); + if (this.selfDestroy) { + this.destroy(); + } + } else { + this.trace(); + this.handle = requestAnimFrame(function() { + self.draw(); + }); + return; + } + + this.callback(this); + if (this.instanceCallback) { + this.instanceCallback(this); + this.instanceCallback = null; + } +}; + +/** + * Draw the SVG at the current instant from the + * `currentFrame` value. Here is where most of the magic is. + * The trick is to use the `strokeDashoffset` style property. + * + * For optimisation reasons, a new property called `progress` + * is added in each item of `map`. This one contain the current + * progress of the path element. Only if the new value is different + * the new value will be applied to the DOM element. This + * method save a lot of resources to re-render the SVG. And could + * be improved if the animation couldn't be played forward. + * + */ +Vivus.prototype.trace = function() { + var i, progress, path, currentFrame; + currentFrame = + this.animTimingFunction(this.currentFrame / this.frameLength) * + this.frameLength; + for (i = 0; i < this.map.length; i++) { + path = this.map[i]; + progress = (currentFrame - path.startAt) / path.duration; + progress = this.pathTimingFunction(Math.max(0, Math.min(1, progress))); + if (path.progress !== progress) { + path.progress = progress; + path.el.style.strokeDashoffset = Math.floor(path.length * (1 - progress)); + this.renderPath(i); + } + } +}; + +/** + * Method forcing the browser to re-render a path element + * from it's index in the map. Depending on the `forceRender` + * value. + * The trick is to replace the path element by it's clone. + * This practice is not recommended because it's asking more + * ressources, too much DOM manupulation.. + * but it's the only way to let the magic happen on IE. + * By default, this fallback is only applied on IE. + * + * @param {Number} index Path index + */ +Vivus.prototype.renderPath = function(index) { + if (this.forceRender && this.map && this.map[index]) { + var pathObj = this.map[index], + newPath = pathObj.el.cloneNode(true); + pathObj.el.parentNode.replaceChild(newPath, pathObj.el); + pathObj.el = newPath; + } +}; + +/** + * When the SVG object is loaded and ready, + * this method will continue the initialisation. + * + * This this mainly due to the case of passing an + * object tag in the constructor. It will wait + * the end of the loading to initialise. + * + */ +Vivus.prototype.init = function() { + // Set object variables + this.frameLength = 0; + this.currentFrame = 0; + this.map = []; + + // Start + new Pathformer(this.el); + this.mapping(); + this.starter(); + + if (this.onReady) { + this.onReady(this); + } +}; + +/** + * Trigger to start of the animation. + * Depending on the `start` value, a different script + * will be applied. + * + * If the `start` value is not valid, an error will be thrown. + * Even if technically, this is impossible. + * + */ +Vivus.prototype.starter = function() { + switch (this.start) { + case 'manual': + return; + + case 'autostart': + this.play(); + break; + + case 'inViewport': + var self = this, + listener = function() { + if (self.isInViewport(self.parentEl, 1)) { + self.play(); + window.removeEventListener('scroll', listener); + } + }; + window.addEventListener('scroll', listener); + listener(); + break; + } +}; + +/** + * Controls + ************************************** + */ + +/** + * Get the current status of the animation between + * three different states: 'start', 'progress', 'end'. + * @return {string} Instance status + */ +Vivus.prototype.getStatus = function() { + return this.currentFrame === 0 + ? 'start' + : this.currentFrame === this.frameLength + ? 'end' + : 'progress'; +}; + +/** + * Reset the instance to the initial state : undraw + * Be careful, it just reset the animation, if you're + * playing the animation, this won't stop it. But just + * make it start from start. + * + */ +Vivus.prototype.reset = function() { + return this.setFrameProgress(0); +}; + +/** + * Set the instance to the final state : drawn + * Be careful, it just set the animation, if you're + * playing the animation on rewind, this won't stop it. + * But just make it start from the end. + * + */ +Vivus.prototype.finish = function() { + return this.setFrameProgress(1); +}; + +/** + * Set the level of progress of the drawing. + * + * @param {number} progress Level of progress to set + */ +Vivus.prototype.setFrameProgress = function(progress) { + progress = Math.min(1, Math.max(0, progress)); + this.currentFrame = Math.round(this.frameLength * progress); + this.trace(); + return this; +}; + +/** + * Play the animation at the desired speed. + * Speed must be a valid number (no zero). + * By default, the speed value is 1. + * But a negative value is accepted to go forward. + * + * And works with float too. + * But don't forget we are in JavaScript, se be nice + * with him and give him a 1/2^x value. + * + * @param {number} speed Animation speed [optional] + */ +Vivus.prototype.play = function(speed, callback) { + this.instanceCallback = null; + + if (speed && typeof speed === 'function') { + this.instanceCallback = speed; // first parameter is actually the callback function + speed = null; + } else if (speed && typeof speed !== 'number') { + throw new Error('Vivus [play]: invalid speed'); + } + // if the first parameter wasn't the callback, check if the seconds was + if (callback && typeof callback === 'function' && !this.instanceCallback) { + this.instanceCallback = callback; + } + + this.speed = speed || 1; + if (!this.handle) { + this.draw(); + } + return this; +}; + +/** + * Stop the current animation, if on progress. + * Should not trigger any error. + * + */ +Vivus.prototype.stop = function() { + if (this.handle) { + cancelAnimFrame(this.handle); + this.handle = null; + } + return this; +}; + +/** + * Destroy the instance. + * Remove all bad styling attributes on all + * path tags + * + */ +Vivus.prototype.destroy = function() { + this.stop(); + var i, path; + for (i = 0; i < this.map.length; i++) { + path = this.map[i]; + path.el.style.strokeDashoffset = null; + path.el.style.strokeDasharray = null; + this.renderPath(i); + } +}; + +/** + * Utils methods + * include methods from Codrops + ************************************** + */ + +/** + * Method to best guess if a path should added into + * the animation or not. + * + * 1. Use the `data-vivus-ignore` attribute if set + * 2. Check if the instance must ignore invisible paths + * 3. Check if the path is visible + * + * For now the visibility checking is unstable. + * It will be used for a beta phase. + * + * Other improvments are planned. Like detecting + * is the path got a stroke or a valid opacity. + */ +Vivus.prototype.isInvisible = function(el) { + var rect, + ignoreAttr = el.getAttribute('data-ignore'); + + if (ignoreAttr !== null) { + return ignoreAttr !== 'false'; + } + + if (this.ignoreInvisible) { + rect = el.getBoundingClientRect(); + return !rect.width && !rect.height; + } else { + return false; + } +}; + +/** + * Parse attributes of a DOM element to + * get an object of {attributeName => attributeValue} + * + * @param {object} element DOM element to parse + * @return {object} Object of attributes + */ +Vivus.prototype.parseAttr = function(element) { + var attr, + output = {}; + if (element && element.attributes) { + for (var i = 0; i < element.attributes.length; i++) { + attr = element.attributes[i]; + output[attr.name] = attr.value; + } + } + return output; +}; + +/** + * Reply if an element is in the page viewport + * + * @param {object} el Element to observe + * @param {number} h Percentage of height + * @return {boolean} + */ +Vivus.prototype.isInViewport = function(el, h) { + var scrolled = this.scrollY(), + viewed = scrolled + this.getViewportH(), + elBCR = el.getBoundingClientRect(), + elHeight = elBCR.height, + elTop = scrolled + elBCR.top, + elBottom = elTop + elHeight; + + // if 0, the element is considered in the viewport as soon as it enters. + // if 1, the element is considered in the viewport only when it's fully inside + // value in percentage (1 >= h >= 0) + h = h || 0; + + return elTop + elHeight * h <= viewed && elBottom >= scrolled; +}; + +/** + * Get the viewport height in pixels + * + * @return {integer} Viewport height + */ +Vivus.prototype.getViewportH = function() { + var client = this.docElem.clientHeight, + inner = window.innerHeight; + + if (client < inner) { + return inner; + } else { + return client; + } +}; + +/** + * Get the page Y offset + * + * @return {integer} Page Y offset + */ +Vivus.prototype.scrollY = function() { + return window.pageYOffset || this.docElem.scrollTop; +}; + +setupEnv = function() { + if (Vivus.prototype.docElem) { + return; + } + + /** + * Alias for document element + * + * @type {DOMelement} + */ + Vivus.prototype.docElem = window.document.documentElement; + + /** + * Alias for `requestAnimationFrame` or + * `setTimeout` function for deprecated browsers. + * + */ + requestAnimFrame = (function() { + return ( + window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(/* function */ callback) { + return window.setTimeout(callback, 1000 / 60); + } + ); + })(); + + /** + * Alias for `cancelAnimationFrame` or + * `cancelTimeout` function for deprecated browsers. + * + */ + cancelAnimFrame = (function() { + return ( + window.cancelAnimationFrame || + window.webkitCancelAnimationFrame || + window.mozCancelAnimationFrame || + window.oCancelAnimationFrame || + window.msCancelAnimationFrame || + function(id) { + return window.clearTimeout(id); + } + ); + })(); +}; + +/** + * Parse string to integer. + * If the number is not positive or null + * the method will return the default value + * or 0 if undefined + * + * @param {string} value String to parse + * @param {*} defaultValue Value to return if the result parsed is invalid + * @return {number} + * + */ +parsePositiveInt = function(value, defaultValue) { + var output = parseInt(value, 10); + return output >= 0 ? output : defaultValue; +}; + + + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define([], function() { + return Vivus; + }); + } else if (typeof exports === 'object') { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = Vivus; + } else { + // Browser globals + window.Vivus = Vivus; + } + +}()); + diff --git a/resources/assets/vendor/vivus/vivus.min.js b/resources/assets/vendor/vivus/vivus.min.js new file mode 100644 index 0000000..e6d6596 --- /dev/null +++ b/resources/assets/vendor/vivus/vivus.min.js @@ -0,0 +1 @@ +!function(){"use strict";function n(t){if(void 0===t)throw new Error('Pathformer [constructor]: "element" parameter is required');if(t.constructor===String&&!(t=document.getElementById(t)))throw new Error('Pathformer [constructor]: "element" parameter is not related to an existing ID');if(!(t instanceof window.SVGElement||t instanceof window.SVGGElement||/^svg$/i.test(t.nodeName)))throw new Error('Pathformer [constructor]: "element" parameter must be a string or a SVGelement');this.el=t,this.scan(t)}var r,e,t,p;function i(t,e,n){r(),this.isReady=!1,this.setElement(t,e),this.setOptions(e),this.setCallback(n),this.isReady&&this.init()}n.prototype.TYPES=["line","ellipse","circle","polygon","polyline","rect"],n.prototype.ATTR_WATCH=["cx","cy","points","r","rx","ry","x","x1","x2","y","y1","y2"],n.prototype.scan=function(t){for(var e,n,r,i=t.querySelectorAll(this.TYPES.join(",")),a=0;a=this.duration)throw new Error("Vivus [constructor]: delay must be shorter than duration")},i.prototype.setCallback=function(t){if(t&&t.constructor!==Function)throw new Error('Vivus [constructor]: "callback" parameter must be a function');this.callback=t||function(){}},i.prototype.mapping=function(){var t,e,n,r,i,a,o,s,h,l;for(s=a=o=0,e=this.el.querySelectorAll("path"),l=!1,t=0;t=this.frameLength))return this.trace(),void(this.handle=e(function(){t.draw()}));this.stop(),this.currentFrame=this.frameLength,this.trace(),this.selfDestroy&&this.destroy()}this.callback(this),this.instanceCallback&&(this.instanceCallback(this),this.instanceCallback=null)},i.prototype.trace=function(){var t,e,n,r;for(r=this.animTimingFunction(this.currentFrame/this.frameLength)*this.frameLength,t=0;t \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessibility_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessibility_24px.svg new file mode 100644 index 0000000..fda62ae --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessibility_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessible_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessible_24px.svg new file mode 100644 index 0000000..7f14189 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_accessible_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_24px.svg new file mode 100644 index 0000000..1faddad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_wallet_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_wallet_24px.svg new file mode 100644 index 0000000..e71a765 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_balance_wallet_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_box_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_box_24px.svg new file mode 100644 index 0000000..d581147 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_box_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_circle_24px.svg new file mode 100644 index 0000000..01dc062 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_account_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_add_shopping_cart_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_add_shopping_cart_24px.svg new file mode 100644 index 0000000..3331ecc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_add_shopping_cart_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_24px.svg new file mode 100644 index 0000000..edfa7a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_add_24px.svg new file mode 100644 index 0000000..8bf2e6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_off_24px.svg new file mode 100644 index 0000000..58edb5d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_on_24px.svg new file mode 100644 index 0000000..79de6cb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_alarm_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_all_out_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_all_out_24px.svg new file mode 100644 index 0000000..6ad5c9c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_all_out_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_android_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_android_24px.svg new file mode 100644 index 0000000..600a26a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_android_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_announcement_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_announcement_24px.svg new file mode 100644 index 0000000..fd7463c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_announcement_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_aspect_ratio_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_aspect_ratio_24px.svg new file mode 100644 index 0000000..d84112f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_aspect_ratio_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assessment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assessment_24px.svg new file mode 100644 index 0000000..cc7768b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assessment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_24px.svg new file mode 100644 index 0000000..cb7fd32 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_ind_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_ind_24px.svg new file mode 100644 index 0000000..3c0a273 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_ind_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_late_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_late_24px.svg new file mode 100644 index 0000000..ad82055 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_late_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_return_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_return_24px.svg new file mode 100644 index 0000000..4bfb1e5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_return_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_returned_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_returned_24px.svg new file mode 100644 index 0000000..4417ebc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_returned_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_turned_in_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_turned_in_24px.svg new file mode 100644 index 0000000..841afa5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_assignment_turned_in_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_autorenew_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_autorenew_24px.svg new file mode 100644 index 0000000..a260be6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_autorenew_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_backup_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_backup_24px.svg new file mode 100644 index 0000000..69a9622 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_backup_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_book_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_book_24px.svg new file mode 100644 index 0000000..f5dd104 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_book_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_24px.svg new file mode 100644 index 0000000..1d507a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_border_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_border_24px.svg new file mode 100644 index 0000000..f178b05 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bookmark_border_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bug_report_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bug_report_24px.svg new file mode 100644 index 0000000..0ac92ab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_bug_report_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_build_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_build_24px.svg new file mode 100644 index 0000000..447e292 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_build_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_cached_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_cached_24px.svg new file mode 100644 index 0000000..9bd4422 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_cached_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_camera_enhance_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_camera_enhance_24px.svg new file mode 100644 index 0000000..a2471c1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_camera_enhance_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_giftcard_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_giftcard_24px.svg new file mode 100644 index 0000000..30e51d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_giftcard_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_membership_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_membership_24px.svg new file mode 100644 index 0000000..daadcd4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_membership_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_travel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_travel_24px.svg new file mode 100644 index 0000000..e4149b3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_card_travel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_change_history_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_change_history_24px.svg new file mode 100644 index 0000000..301bfa9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_change_history_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_check_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_check_circle_24px.svg new file mode 100644 index 0000000..1741e30 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_check_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_chrome_reader_mode_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_chrome_reader_mode_24px.svg new file mode 100644 index 0000000..ba864e1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_chrome_reader_mode_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_class_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_class_24px.svg new file mode 100644 index 0000000..f5dd104 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_class_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_code_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_code_24px.svg new file mode 100644 index 0000000..612ca55 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_code_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_compare_arrows_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_compare_arrows_24px.svg new file mode 100644 index 0000000..21a0239 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_compare_arrows_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_copyright_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_copyright_24px.svg new file mode 100644 index 0000000..33d8465 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_copyright_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_credit_card_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_credit_card_24px.svg new file mode 100644 index 0000000..99afa68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_credit_card_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dashboard_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dashboard_24px.svg new file mode 100644 index 0000000..1682295 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dashboard_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_date_range_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_date_range_24px.svg new file mode 100644 index 0000000..6d8cee4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_date_range_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_delete_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_delete_24px.svg new file mode 100644 index 0000000..0969a4d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_delete_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_description_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_description_24px.svg new file mode 100644 index 0000000..1585a6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_description_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dns_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dns_24px.svg new file mode 100644 index 0000000..4079ced --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_dns_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_24px.svg new file mode 100644 index 0000000..20a7f2d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_all_24px.svg new file mode 100644 index 0000000..24e36cf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_done_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_large_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_large_24px.svg new file mode 100644 index 0000000..bbc39e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_large_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_small_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_small_24px.svg new file mode 100644 index 0000000..36987e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_donut_small_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_eject_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_eject_24px.svg new file mode 100644 index 0000000..a8fc5a1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_eject_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_24px.svg new file mode 100644 index 0000000..1b084e8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_seat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_seat_24px.svg new file mode 100644 index 0000000..6ec648c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_event_seat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_exit_to_app_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_exit_to_app_24px.svg new file mode 100644 index 0000000..b5763e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_exit_to_app_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_explore_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_explore_24px.svg new file mode 100644 index 0000000..4243343 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_explore_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_extension_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_extension_24px.svg new file mode 100644 index 0000000..39f275c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_extension_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_face_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_face_24px.svg new file mode 100644 index 0000000..993149b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_face_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_24px.svg new file mode 100644 index 0000000..8a7ea03 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_border_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_border_24px.svg new file mode 100644 index 0000000..999e319 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_favorite_border_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_feedback_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_feedback_24px.svg new file mode 100644 index 0000000..72b0945 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_feedback_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_in_page_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_in_page_24px.svg new file mode 100644 index 0000000..eacc8e8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_in_page_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_replace_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_replace_24px.svg new file mode 100644 index 0000000..cede6cd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_find_replace_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_fingerprint_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_fingerprint_24px.svg new file mode 100644 index 0000000..c6802fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_fingerprint_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_land_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_land_24px.svg new file mode 100644 index 0000000..0b6c294 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_land_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_takeoff_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_takeoff_24px.svg new file mode 100644 index 0000000..fe40880 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flight_takeoff_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_back_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_back_24px.svg new file mode 100644 index 0000000..7e641b6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_back_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_front_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_front_24px.svg new file mode 100644 index 0000000..d2d1664 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_flip_to_front_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gavel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gavel_24px.svg new file mode 100644 index 0000000..2092083 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gavel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_get_app_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_get_app_24px.svg new file mode 100644 index 0000000..ef421c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_get_app_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gif_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gif_24px.svg new file mode 100644 index 0000000..d16cb7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_gif_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_grade_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_grade_24px.svg new file mode 100644 index 0000000..46d104b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_grade_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_group_work_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_group_work_24px.svg new file mode 100644 index 0000000..0f3fd5a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_group_work_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_24px.svg new file mode 100644 index 0000000..dd1cd77 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_outline_24px.svg new file mode 100644 index 0000000..3e980a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_help_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_highlight_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_highlight_off_24px.svg new file mode 100644 index 0000000..848183c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_highlight_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_history_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_history_24px.svg new file mode 100644 index 0000000..c00b86b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_history_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_home_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_home_24px.svg new file mode 100644 index 0000000..6bd84cf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_home_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_empty_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_empty_24px.svg new file mode 100644 index 0000000..48298a7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_empty_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_full_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_full_24px.svg new file mode 100644 index 0000000..e33ac31 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_hourglass_full_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_http_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_http_24px.svg new file mode 100644 index 0000000..4a8c23a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_http_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_https_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_https_24px.svg new file mode 100644 index 0000000..2154a2c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_https_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_important_devices_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_important_devices_24px.svg new file mode 100644 index 0000000..9d0162b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_important_devices_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_24px.svg new file mode 100644 index 0000000..22ef137 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_outline_24px.svg new file mode 100644 index 0000000..bb86e65 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_info_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_input_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_input_24px.svg new file mode 100644 index 0000000..64d1d0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_input_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_invert_colors_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_invert_colors_24px.svg new file mode 100644 index 0000000..d7165a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_invert_colors_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_24px.svg new file mode 100644 index 0000000..e0f42a3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_outline_24px.svg new file mode 100644 index 0000000..aca61dc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_label_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_language_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_language_24px.svg new file mode 100644 index 0000000..0349db4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_language_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_launch_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_launch_24px.svg new file mode 100644 index 0000000..40f6564 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_launch_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lightbulb_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lightbulb_outline_24px.svg new file mode 100644 index 0000000..4351f81 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lightbulb_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_style_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_style_24px.svg new file mode 100644 index 0000000..7fc27b1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_style_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_weight_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_weight_24px.svg new file mode 100644 index 0000000..e1321a7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_line_weight_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_list_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_list_24px.svg new file mode 100644 index 0000000..f280e6a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_list_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_24px.svg new file mode 100644 index 0000000..2154a2c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_open_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_open_24px.svg new file mode 100644 index 0000000..4481b0e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_open_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_outline_24px.svg new file mode 100644 index 0000000..b8b5c01 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_lock_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_loyalty_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_loyalty_24px.svg new file mode 100644 index 0000000..c151715 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_loyalty_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_markunread_mailbox_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_markunread_mailbox_24px.svg new file mode 100644 index 0000000..7237f6b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_markunread_mailbox_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_motorcycle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_motorcycle_24px.svg new file mode 100644 index 0000000..bc98009 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_motorcycle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_note_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_note_add_24px.svg new file mode 100644 index 0000000..36c9d08 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_note_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_offline_pin_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_offline_pin_24px.svg new file mode 100644 index 0000000..c1abee0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_offline_pin_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_opacity_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_opacity_24px.svg new file mode 100644 index 0000000..af841ac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_opacity_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_browser_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_browser_24px.svg new file mode 100644 index 0000000..39bc1c0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_browser_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_new_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_new_24px.svg new file mode 100644 index 0000000..40f6564 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_in_new_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_with_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_with_24px.svg new file mode 100644 index 0000000..e7fc349 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_open_with_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pageview_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pageview_24px.svg new file mode 100644 index 0000000..224cf28 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pageview_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pan_tool_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pan_tool_24px.svg new file mode 100644 index 0000000..a89a41c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pan_tool_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_payment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_payment_24px.svg new file mode 100644 index 0000000..99afa68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_payment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_camera_mic_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_camera_mic_24px.svg new file mode 100644 index 0000000..e5ef14b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_camera_mic_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_contact_calendar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_contact_calendar_24px.svg new file mode 100644 index 0000000..903123a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_contact_calendar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_data_setting_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_data_setting_24px.svg new file mode 100644 index 0000000..3720f3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_data_setting_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_device_information_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_device_information_24px.svg new file mode 100644 index 0000000..89a3a8a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_device_information_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_identity_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_identity_24px.svg new file mode 100644 index 0000000..a1ac943 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_identity_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_media_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_media_24px.svg new file mode 100644 index 0000000..7420f7b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_media_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_phone_msg_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_phone_msg_24px.svg new file mode 100644 index 0000000..aa35fb8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_phone_msg_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_scan_wifi_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_scan_wifi_24px.svg new file mode 100644 index 0000000..97dff31 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_perm_scan_wifi_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pets_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pets_24px.svg new file mode 100644 index 0000000..e4d7d48 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pets_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_24px.svg new file mode 100644 index 0000000..b74607d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_alt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_alt_24px.svg new file mode 100644 index 0000000..7f7e861 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_picture_in_picture_alt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_play_for_work_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_play_for_work_24px.svg new file mode 100644 index 0000000..3fd53d5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_play_for_work_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_polymer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_polymer_24px.svg new file mode 100644 index 0000000..11dfede --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_polymer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_power_settings_new_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_power_settings_new_24px.svg new file mode 100644 index 0000000..27e5293 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_power_settings_new_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pregnant_woman_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pregnant_woman_24px.svg new file mode 100644 index 0000000..7e1be40 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_pregnant_woman_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_print_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_print_24px.svg new file mode 100644 index 0000000..6128bd8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_print_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_query_builder_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_query_builder_24px.svg new file mode 100644 index 0000000..fac5f2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_query_builder_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_question_answer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_question_answer_24px.svg new file mode 100644 index 0000000..8c958d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_question_answer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_receipt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_receipt_24px.svg new file mode 100644 index 0000000..1357bbd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_receipt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_record_voice_over_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_record_voice_over_24px.svg new file mode 100644 index 0000000..2ce9798 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_record_voice_over_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_redeem_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_redeem_24px.svg new file mode 100644 index 0000000..30e51d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_redeem_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_reorder_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_reorder_24px.svg new file mode 100644 index 0000000..7f277b8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_reorder_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_report_problem_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_report_problem_24px.svg new file mode 100644 index 0000000..dfcf997 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_report_problem_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_restore_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_restore_24px.svg new file mode 100644 index 0000000..c00b86b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_restore_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_room_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_room_24px.svg new file mode 100644 index 0000000..490afe9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_room_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rounded_corner_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rounded_corner_24px.svg new file mode 100644 index 0000000..8dc2bf4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rounded_corner_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rowing_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rowing_24px.svg new file mode 100644 index 0000000..5c9f926 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_rowing_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_schedule_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_schedule_24px.svg new file mode 100644 index 0000000..fac5f2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_schedule_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_search_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_search_24px.svg new file mode 100644 index 0000000..1244005 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_search_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_24px.svg new file mode 100644 index 0000000..a09d544 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_applications_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_applications_24px.svg new file mode 100644 index 0000000..38d4313 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_applications_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_backup_restore_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_backup_restore_24px.svg new file mode 100644 index 0000000..c5bb02b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_backup_restore_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_bluetooth_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_bluetooth_24px.svg new file mode 100644 index 0000000..e4b2766 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_bluetooth_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_brightness_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_brightness_24px.svg new file mode 100644 index 0000000..d372055 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_brightness_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_cell_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_cell_24px.svg new file mode 100644 index 0000000..3f833df --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_cell_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_ethernet_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_ethernet_24px.svg new file mode 100644 index 0000000..8f9c077 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_ethernet_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_antenna_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_antenna_24px.svg new file mode 100644 index 0000000..12500f6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_antenna_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_component_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_component_24px.svg new file mode 100644 index 0000000..df14aab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_component_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_composite_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_composite_24px.svg new file mode 100644 index 0000000..df14aab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_composite_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_hdmi_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_hdmi_24px.svg new file mode 100644 index 0000000..38b19d2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_hdmi_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_svideo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_svideo_24px.svg new file mode 100644 index 0000000..94d1cc3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_input_svideo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_overscan_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_overscan_24px.svg new file mode 100644 index 0000000..6befe39 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_overscan_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_phone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_phone_24px.svg new file mode 100644 index 0000000..dd68714 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_phone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_power_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_power_24px.svg new file mode 100644 index 0000000..e27fec1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_power_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_remote_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_remote_24px.svg new file mode 100644 index 0000000..37fd295 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_remote_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_voice_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_voice_24px.svg new file mode 100644 index 0000000..c55b677 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_settings_voice_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_24px.svg new file mode 100644 index 0000000..0b4e499 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_two_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_two_24px.svg new file mode 100644 index 0000000..534daf6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shop_two_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_basket_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_basket_24px.svg new file mode 100644 index 0000000..3706021 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_basket_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_cart_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_cart_24px.svg new file mode 100644 index 0000000..ee758e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_shopping_cart_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_speaker_notes_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_speaker_notes_24px.svg new file mode 100644 index 0000000..d21630c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_speaker_notes_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_spellcheck_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_spellcheck_24px.svg new file mode 100644 index 0000000..3c1dd06 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_spellcheck_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_stars_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_stars_24px.svg new file mode 100644 index 0000000..ff48df4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_stars_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_store_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_store_24px.svg new file mode 100644 index 0000000..2b06cc5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_store_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_subject_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_subject_24px.svg new file mode 100644 index 0000000..3772a0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_subject_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_supervisor_account_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_supervisor_account_24px.svg new file mode 100644 index 0000000..004b4af --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_supervisor_account_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_horiz_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_horiz_24px.svg new file mode 100644 index 0000000..86e9cad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_horiz_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vert_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vert_24px.svg new file mode 100644 index 0000000..bcdee8d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vert_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vertical_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vertical_circle_24px.svg new file mode 100644 index 0000000..40e62a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_swap_vertical_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_system_update_alt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_system_update_alt_24px.svg new file mode 100644 index 0000000..4f3e4a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_system_update_alt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_24px.svg new file mode 100644 index 0000000..f7e96a8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_unselected_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_unselected_24px.svg new file mode 100644 index 0000000..f5d8a3d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_tab_unselected_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_theaters_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_theaters_24px.svg new file mode 100644 index 0000000..74652a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_theaters_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_down_24px.svg new file mode 100644 index 0000000..a27f6dc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_up_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_up_24px.svg new file mode 100644 index 0000000..f64ad7b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumb_up_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumbs_up_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumbs_up_down_24px.svg new file mode 100644 index 0000000..39e9a0e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_thumbs_up_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_timeline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_timeline_24px.svg new file mode 100644 index 0000000..9dc0ca3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_timeline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toc_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toc_24px.svg new file mode 100644 index 0000000..238110f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toc_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_today_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_today_24px.svg new file mode 100644 index 0000000..f99cddc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_today_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toll_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toll_24px.svg new file mode 100644 index 0000000..a1b0cf1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_toll_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_touch_app_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_touch_app_24px.svg new file mode 100644 index 0000000..18b65e1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_touch_app_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_track_changes_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_track_changes_24px.svg new file mode 100644 index 0000000..9a9c9df --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_track_changes_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_translate_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_translate_24px.svg new file mode 100644 index 0000000..0821ae1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_translate_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_down_24px.svg new file mode 100644 index 0000000..7a49746 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_flat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_flat_24px.svg new file mode 100644 index 0000000..bc56f81 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_flat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_up_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_up_24px.svg new file mode 100644 index 0000000..4728d22 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_trending_up_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_24px.svg new file mode 100644 index 0000000..1d507a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_not_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_not_24px.svg new file mode 100644 index 0000000..f178b05 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_turned_in_not_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_update_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_update_24px.svg new file mode 100644 index 0000000..d9576fd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_update_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_verified_user_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_verified_user_24px.svg new file mode 100644 index 0000000..56460ee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_verified_user_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_agenda_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_agenda_24px.svg new file mode 100644 index 0000000..b5258fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_agenda_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_array_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_array_24px.svg new file mode 100644 index 0000000..b969592 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_array_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_carousel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_carousel_24px.svg new file mode 100644 index 0000000..27483c8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_carousel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_column_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_column_24px.svg new file mode 100644 index 0000000..3ef9eab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_column_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_day_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_day_24px.svg new file mode 100644 index 0000000..34972e0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_day_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_headline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_headline_24px.svg new file mode 100644 index 0000000..1ee5f9a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_headline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_list_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_list_24px.svg new file mode 100644 index 0000000..3e82bad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_list_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_module_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_module_24px.svg new file mode 100644 index 0000000..c5383b1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_module_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_quilt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_quilt_24px.svg new file mode 100644 index 0000000..545037a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_quilt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_stream_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_stream_24px.svg new file mode 100644 index 0000000..6c81f14 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_stream_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_week_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_week_24px.svg new file mode 100644 index 0000000..cc535ed --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_view_week_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_24px.svg new file mode 100644 index 0000000..5c700e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_off_24px.svg new file mode 100644 index 0000000..a09d176 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_visibility_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_watch_later_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_watch_later_24px.svg new file mode 100644 index 0000000..aad70b2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_watch_later_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_work_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_work_24px.svg new file mode 100644 index 0000000..ac4f81c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_work_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_youtube_searched_for_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_youtube_searched_for_24px.svg new file mode 100644 index 0000000..36e47e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_youtube_searched_for_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_in_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_in_24px.svg new file mode 100644 index 0000000..fd48a80 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_in_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_out_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_out_24px.svg new file mode 100644 index 0000000..e70df37 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/action/ic_zoom_out_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_add_alert_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_add_alert_24px.svg new file mode 100644 index 0000000..53ee4ab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_add_alert_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_24px.svg new file mode 100644 index 0000000..d30cc3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_outline_24px.svg new file mode 100644 index 0000000..ad877f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_error_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_warning_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_warning_24px.svg new file mode 100644 index 0000000..dfcf997 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/alert/ic_warning_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_add_to_queue_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_add_to_queue_24px.svg new file mode 100644 index 0000000..1970312 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_add_to_queue_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_airplay_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_airplay_24px.svg new file mode 100644 index 0000000..15939cb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_airplay_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_album_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_album_24px.svg new file mode 100644 index 0000000..e153be6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_album_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_art_track_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_art_track_24px.svg new file mode 100644 index 0000000..88a17a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_art_track_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_av_timer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_av_timer_24px.svg new file mode 100644 index 0000000..cc59272 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_av_timer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_closed_caption_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_closed_caption_24px.svg new file mode 100644 index 0000000..4df1e8f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_closed_caption_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_equalizer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_equalizer_24px.svg new file mode 100644 index 0000000..d6031c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_equalizer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_explicit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_explicit_24px.svg new file mode 100644 index 0000000..0eb1bb1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_explicit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_forward_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_forward_24px.svg new file mode 100644 index 0000000..e81f756 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_forward_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_rewind_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_rewind_24px.svg new file mode 100644 index 0000000..cb82d8a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fast_rewind_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_dvr_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_dvr_24px.svg new file mode 100644 index 0000000..26b046f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_dvr_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_manual_record_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_manual_record_24px.svg new file mode 100644 index 0000000..54da42f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_manual_record_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_new_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_new_24px.svg new file mode 100644 index 0000000..943be16 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_new_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_pin_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_pin_24px.svg new file mode 100644 index 0000000..e4a5e0c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_pin_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_smart_record_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_smart_record_24px.svg new file mode 100644 index 0000000..02602c4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_fiber_smart_record_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_10_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_10_24px.svg new file mode 100644 index 0000000..9907f51 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_10_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_30_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_30_24px.svg new file mode 100644 index 0000000..1903072 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_30_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_5_24px.svg new file mode 100644 index 0000000..c604ca3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_forward_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_games_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_games_24px.svg new file mode 100644 index 0000000..62a4c9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_games_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hd_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hd_24px.svg new file mode 100644 index 0000000..1fd7a76 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hd_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hearing_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hearing_24px.svg new file mode 100644 index 0000000..1efd85f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_hearing_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_high_quality_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_high_quality_24px.svg new file mode 100644 index 0000000..8d8a29d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_high_quality_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_add_24px.svg new file mode 100644 index 0000000..baea3e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_books_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_books_24px.svg new file mode 100644 index 0000000..614c7bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_books_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_music_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_music_24px.svg new file mode 100644 index 0000000..357e6d4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_library_music_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_loop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_loop_24px.svg new file mode 100644 index 0000000..327ff63 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_loop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_24px.svg new file mode 100644 index 0000000..e5691ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_none_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_none_24px.svg new file mode 100644 index 0000000..d82849a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_none_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_off_24px.svg new file mode 100644 index 0000000..4c27fb5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_mic_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_movie_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_movie_24px.svg new file mode 100644 index 0000000..8bbbb53 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_movie_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_music_video_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_music_video_24px.svg new file mode 100644 index 0000000..2fe246c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_music_video_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_new_releases_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_new_releases_24px.svg new file mode 100644 index 0000000..37ed86f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_new_releases_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_not_interested_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_not_interested_24px.svg new file mode 100644 index 0000000..065210c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_not_interested_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_24px.svg new file mode 100644 index 0000000..c20e156 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_filled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_filled_24px.svg new file mode 100644 index 0000000..e4763b2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_filled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_outline_24px.svg new file mode 100644 index 0000000..b1ea4fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_pause_circle_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_arrow_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_arrow_24px.svg new file mode 100644 index 0000000..c5e1a4c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_arrow_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_filled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_filled_24px.svg new file mode 100644 index 0000000..dd022c5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_filled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_outline_24px.svg new file mode 100644 index 0000000..90b5a4e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_play_circle_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_24px.svg new file mode 100644 index 0000000..a0ee454 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_check_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_check_24px.svg new file mode 100644 index 0000000..c455dab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_add_check_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_play_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_play_24px.svg new file mode 100644 index 0000000..4b049f7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_playlist_play_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_24px.svg new file mode 100644 index 0000000..baea3e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_music_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_music_24px.svg new file mode 100644 index 0000000..5fed92b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_music_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_play_next_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_play_next_24px.svg new file mode 100644 index 0000000..db90329 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_queue_play_next_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_radio_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_radio_24px.svg new file mode 100644 index 0000000..6729cf5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_radio_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_recent_actors_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_recent_actors_24px.svg new file mode 100644 index 0000000..f1d8deb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_recent_actors_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_remove_from_queue_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_remove_from_queue_24px.svg new file mode 100644 index 0000000..bbd2791 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_remove_from_queue_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_24px.svg new file mode 100644 index 0000000..6c58d4e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_one_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_one_24px.svg new file mode 100644 index 0000000..fcc3d14 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_repeat_one_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_10_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_10_24px.svg new file mode 100644 index 0000000..6ddad5d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_10_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_24px.svg new file mode 100644 index 0000000..c3c75e7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_30_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_30_24px.svg new file mode 100644 index 0000000..7c98374 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_30_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_5_24px.svg new file mode 100644 index 0000000..93d1b21 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_replay_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_shuffle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_shuffle_24px.svg new file mode 100644 index 0000000..f5bcf6f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_shuffle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_next_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_next_24px.svg new file mode 100644 index 0000000..178eca3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_next_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_previous_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_previous_24px.svg new file mode 100644 index 0000000..e719ff5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_skip_previous_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_slow_motion_video_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_slow_motion_video_24px.svg new file mode 100644 index 0000000..b28f886 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_slow_motion_video_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_snooze_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_snooze_24px.svg new file mode 100644 index 0000000..738bda8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_snooze_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_sort_by_alpha_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_sort_by_alpha_24px.svg new file mode 100644 index 0000000..b9975f9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_sort_by_alpha_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_stop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_stop_24px.svg new file mode 100644 index 0000000..48d3f2d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_stop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subscriptions_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subscriptions_24px.svg new file mode 100644 index 0000000..b5b5250 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subscriptions_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subtitles_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subtitles_24px.svg new file mode 100644 index 0000000..ea10bfd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_subtitles_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_surround_sound_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_surround_sound_24px.svg new file mode 100644 index 0000000..675fd39 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_surround_sound_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_video_library_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_video_library_24px.svg new file mode 100644 index 0000000..f69f3cb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_video_library_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_24px.svg new file mode 100644 index 0000000..a2606b1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_off_24px.svg new file mode 100644 index 0000000..134c583 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_videocam_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_down_24px.svg new file mode 100644 index 0000000..b993e7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_mute_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_mute_24px.svg new file mode 100644 index 0000000..66b7daf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_mute_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_off_24px.svg new file mode 100644 index 0000000..b10f2bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_up_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_up_24px.svg new file mode 100644 index 0000000..fe7100e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_volume_up_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_24px.svg new file mode 100644 index 0000000..2f2150c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_asset_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_asset_24px.svg new file mode 100644 index 0000000..74e61d3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/av/ic_web_asset_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/NewTux.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/NewTux.svg new file mode 100644 index 0000000..53c23b9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/NewTux.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/abacus.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/abacus.svg new file mode 100644 index 0000000..275a16f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/abacus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book.svg new file mode 100644 index 0000000..45dc0c0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book2.svg new file mode 100644 index 0000000..fbafcf2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/address-book2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/aim.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/aim.svg new file mode 100644 index 0000000..642997c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/aim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/alarm.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/alarm.svg new file mode 100644 index 0000000..82d97c1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/apple.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/apple.svg new file mode 100644 index 0000000..32b869d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-left.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-left.svg new file mode 100644 index 0000000..57f39f9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-right.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-right.svg new file mode 100644 index 0000000..8b23383 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrows-updown.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrows-updown.svg new file mode 100644 index 0000000..7503050 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/arrows-updown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/atm-cash.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/atm-cash.svg new file mode 100644 index 0000000..79c00ba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/atm-cash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award1.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award1.svg new file mode 100644 index 0000000..ec80c5b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award2.svg new file mode 100644 index 0000000..6c6d052 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award3.svg new file mode 100644 index 0000000..8aa754a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award4.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award4.svg new file mode 100644 index 0000000..4919081 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award5.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award5.svg new file mode 100644 index 0000000..f9f3c50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/award5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge01.svg new file mode 100644 index 0000000..276eb96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge02.svg new file mode 100644 index 0000000..00c801c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/badge02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank.svg new file mode 100644 index 0000000..293a0d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank2.svg new file mode 100644 index 0000000..286b118 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bank2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bell.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bell.svg new file mode 100644 index 0000000..762fff6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/binoculars.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/binoculars.svg new file mode 100644 index 0000000..5f7ec31 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bomb.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bomb.svg new file mode 100644 index 0000000..eee7859 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bonsai.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bonsai.svg new file mode 100644 index 0000000..8c900c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bonsai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book-apple.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book-apple.svg new file mode 100644 index 0000000..c2d1c3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book.svg new file mode 100644 index 0000000..7ec5e82 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bookmark.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bookmark.svg new file mode 100644 index 0000000..c46944a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/box.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/box.svg new file mode 100644 index 0000000..d304f90 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/brain.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/brain.svg new file mode 100644 index 0000000..35a8628 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/briefcase.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/briefcase.svg new file mode 100644 index 0000000..4f895e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser01.svg new file mode 100644 index 0000000..c10baf1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser02.svg new file mode 100644 index 0000000..dd1c304 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/browser02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buildings.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buildings.svg new file mode 100644 index 0000000..e56322c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buy-sign.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buy-sign.svg new file mode 100644 index 0000000..2b88bd0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/buy-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator1.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator1.svg new file mode 100644 index 0000000..f0abdc7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator2.svg new file mode 100644 index 0000000..ace1328 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator3.svg new file mode 100644 index 0000000..39154f6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calculator3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar1.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar1.svg new file mode 100644 index 0000000..8b4eb29 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar2.svg new file mode 100644 index 0000000..d1ebed8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar3.svg new file mode 100644 index 0000000..ef2c4e4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar4.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar4.svg new file mode 100644 index 0000000..83d65e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar5.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar5.svg new file mode 100644 index 0000000..9c268db --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/calendar5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/certificate.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/certificate.svg new file mode 100644 index 0000000..4607db6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/champagne.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/champagne.svg new file mode 100644 index 0000000..96ec85a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/champagne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character01.svg new file mode 100644 index 0000000..c297e50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character02.svg new file mode 100644 index 0000000..d5863e7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character03.svg new file mode 100644 index 0000000..df6db97 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character04.svg new file mode 100644 index 0000000..7867a47 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character05.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character05.svg new file mode 100644 index 0000000..600a2fc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character06.svg new file mode 100644 index 0000000..3d6beca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character07.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character07.svg new file mode 100644 index 0000000..9ce3688 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character08.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character08.svg new file mode 100644 index 0000000..3b9a663 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/character08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-analysis.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-analysis.svg new file mode 100644 index 0000000..da1eaf7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-analysis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-board.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-board.svg new file mode 100644 index 0000000..88816e2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-pyramid.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-pyramid.svg new file mode 100644 index 0000000..433ba2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart01.svg new file mode 100644 index 0000000..1a0969a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart02.svg new file mode 100644 index 0000000..55d7111 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart03.svg new file mode 100644 index 0000000..2d2dc08 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart04.svg new file mode 100644 index 0000000..479b46f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart05.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart05.svg new file mode 100644 index 0000000..2d3107c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart06.svg new file mode 100644 index 0000000..c3bb6cb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart07.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart07.svg new file mode 100644 index 0000000..a34ad63 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart08.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart08.svg new file mode 100644 index 0000000..d47a2a9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart09.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart09.svg new file mode 100644 index 0000000..4b8b166 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart10.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart10.svg new file mode 100644 index 0000000..ac38722 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart11.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart11.svg new file mode 100644 index 0000000..450ce6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart12.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart12.svg new file mode 100644 index 0000000..450ec12 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart13.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart13.svg new file mode 100644 index 0000000..2394383 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart13.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart14.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart14.svg new file mode 100644 index 0000000..cd30a5f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart14.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart15.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart15.svg new file mode 100644 index 0000000..4e3c83a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart15.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart16.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart16.svg new file mode 100644 index 0000000..8d2302a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart17.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart17.svg new file mode 100644 index 0000000..00470b2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart17.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart18.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart18.svg new file mode 100644 index 0000000..39a8eda --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart18.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart19.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart19.svg new file mode 100644 index 0000000..e91443b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart19.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart20.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart20.svg new file mode 100644 index 0000000..76d681a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart21.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart21.svg new file mode 100644 index 0000000..c797594 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chart21.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chat.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chat.svg new file mode 100644 index 0000000..b1d0ce4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist.svg new file mode 100644 index 0000000..9f3bb68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist2.svg new file mode 100644 index 0000000..1d6685b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist3.svg new file mode 100644 index 0000000..40a8f2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/checklist3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chemistry.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chemistry.svg new file mode 100644 index 0000000..ee646f0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chemistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-knight.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-knight.svg new file mode 100644 index 0000000..55a71da --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-rook.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-rook.svg new file mode 100644 index 0000000..38a5857 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess.svg new file mode 100644 index 0000000..de86d9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/clock.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/clock.svg new file mode 100644 index 0000000..3fe7761 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/closed-sign.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/closed-sign.svg new file mode 100644 index 0000000..60b5c24 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/closed-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-coins.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-coins.svg new file mode 100644 index 0000000..c362699 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-down.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-down.svg new file mode 100644 index 0000000..a02c09b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-up.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-up.svg new file mode 100644 index 0000000..770a414 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/cloud-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coffee.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coffee.svg new file mode 100644 index 0000000..7fb17d5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/conference.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/conference.svg new file mode 100644 index 0000000..96601f7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/conference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/contact-book.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/contact-book.svg new file mode 100644 index 0000000..6cd2f9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/contact-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coupon.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coupon.svg new file mode 100644 index 0000000..297ec04 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/coupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/credit-card.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/credit-card.svg new file mode 100644 index 0000000..f46e204 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/crown.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/crown.svg new file mode 100644 index 0000000..d8893ee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/currencies.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/currencies.svg new file mode 100644 index 0000000..e1e361d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/currencies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/database.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/database.svg new file mode 100644 index 0000000..7609c75 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/delivery.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/delivery.svg new file mode 100644 index 0000000..2bf9882 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/delivery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diagram-hierarchy.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diagram-hierarchy.svg new file mode 100644 index 0000000..a2a5ede --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diagram-hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diamond.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diamond.svg new file mode 100644 index 0000000..18a78c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/dollar.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/dollar.svg new file mode 100644 index 0000000..fc5e779 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/drawer.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/drawer.svg new file mode 100644 index 0000000..ec1ae17 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/drawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/egg.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/egg.svg new file mode 100644 index 0000000..7e74c7b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/emblem.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/emblem.svg new file mode 100644 index 0000000..c88263e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelope-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelope-money.svg new file mode 100644 index 0000000..436d054 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelope-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelopes.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelopes.svg new file mode 100644 index 0000000..71a0ff3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/envelopes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/euro.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/euro.svg new file mode 100644 index 0000000..c0aac7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/euro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exchange.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exchange.svg new file mode 100644 index 0000000..113d900 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exit.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exit.svg new file mode 100644 index 0000000..27f59b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/exit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/factory.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/factory.svg new file mode 100644 index 0000000..1b0d359 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/factory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fax.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fax.svg new file mode 100644 index 0000000..c086dc3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file01.svg new file mode 100644 index 0000000..4dc2be6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file02.svg new file mode 100644 index 0000000..048e6db --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file03.svg new file mode 100644 index 0000000..7265e35 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file04.svg new file mode 100644 index 0000000..6c80af6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file05.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file05.svg new file mode 100644 index 0000000..813a6e5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file06.svg new file mode 100644 index 0000000..e105c30 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file07.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file07.svg new file mode 100644 index 0000000..5aae1fa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file08.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file08.svg new file mode 100644 index 0000000..7eca7d4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file09.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file09.svg new file mode 100644 index 0000000..60c4cc9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file10.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file10.svg new file mode 100644 index 0000000..5a758ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/file10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/files.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/files.svg new file mode 100644 index 0000000..f3e506b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fire.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fire.svg new file mode 100644 index 0000000..a718bc0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fish.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fish.svg new file mode 100644 index 0000000..0247f65 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/flag.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/flag.svg new file mode 100644 index 0000000..e3e8065 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-add.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-add.svg new file mode 100644 index 0000000..9a9d43b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-delete.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-delete.svg new file mode 100644 index 0000000..1418eb0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-online.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-online.svg new file mode 100644 index 0000000..988f0d7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-online.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-private.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-private.svg new file mode 100644 index 0000000..8e0b35e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-private.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-remove.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-remove.svg new file mode 100644 index 0000000..292e835 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder.svg new file mode 100644 index 0000000..47acbe4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folders.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folders.svg new file mode 100644 index 0000000..a01994f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/folders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel-money.svg new file mode 100644 index 0000000..a3194c9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel.svg new file mode 100644 index 0000000..9204d45 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/funnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge.svg new file mode 100644 index 0000000..309ec58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge2.svg new file mode 100644 index 0000000..6673f11 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gauge2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears1.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears1.svg new file mode 100644 index 0000000..80e98a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears2.svg new file mode 100644 index 0000000..688fbe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/gears2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/glasses-moustache.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/glasses-moustache.svg new file mode 100644 index 0000000..ab9d3b5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/glasses-moustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe-money.svg new file mode 100644 index 0000000..0282cdb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe.svg new file mode 100644 index 0000000..a85a87a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe2.svg new file mode 100644 index 0000000..3776fef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/globe2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/graduation-hat.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/graduation-hat.svg new file mode 100644 index 0000000..5c5b116 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/graduation-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-globe.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-globe.svg new file mode 100644 index 0000000..2ebd72d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-key.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-key.svg new file mode 100644 index 0000000..96a3384 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money.svg new file mode 100644 index 0000000..9bfcc10 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money2.svg new file mode 100644 index 0000000..ed71a21 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hand-money2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/handshake.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/handshake.svg new file mode 100644 index 0000000..ef17076 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat-moustache.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat-moustache.svg new file mode 100644 index 0000000..9a571d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat-moustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat.svg new file mode 100644 index 0000000..1e5c314 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-arrows.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-arrows.svg new file mode 100644 index 0000000..c1ba61a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-battery.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-battery.svg new file mode 100644 index 0000000..1c2499c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-check.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-check.svg new file mode 100644 index 0000000..363ee64 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-compass.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-compass.svg new file mode 100644 index 0000000..a0f9fae --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-dollar.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-dollar.svg new file mode 100644 index 0000000..82f28f4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-exclamation.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-exclamation.svg new file mode 100644 index 0000000..e2e876b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-flash.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-flash.svg new file mode 100644 index 0000000..e1be808 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-flash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gauge.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gauge.svg new file mode 100644 index 0000000..369ca13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gauge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gears.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gears.svg new file mode 100644 index 0000000..786f77c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-hourglass.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-hourglass.svg new file mode 100644 index 0000000..58e3afb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-idea.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-idea.svg new file mode 100644 index 0000000..d94b224 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-question.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-question.svg new file mode 100644 index 0000000..55deb94 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-structure.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-structure.svg new file mode 100644 index 0000000..0f6f223 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head-structure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head.svg new file mode 100644 index 0000000..d055185 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/headquarters.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/headquarters.svg new file mode 100644 index 0000000..26e0d13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/headquarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hourglass.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hourglass.svg new file mode 100644 index 0000000..0692007 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hours.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hours.svg new file mode 100644 index 0000000..d2e4ecb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/hours.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/incoming.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/incoming.svg new file mode 100644 index 0000000..f79eb07 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/incoming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ingots.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ingots.svg new file mode 100644 index 0000000..3294cd5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ingots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key.svg new file mode 100644 index 0000000..7e29939 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key2.svg new file mode 100644 index 0000000..971fa8d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/key2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/keyboard.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/keyboard.svg new file mode 100644 index 0000000..62a1dec --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/label.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/label.svg new file mode 100644 index 0000000..fed49c2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lamp.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lamp.svg new file mode 100644 index 0000000..64e7386 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-article.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-article.svg new file mode 100644 index 0000000..3e8ecac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-article.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-cart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-cart.svg new file mode 100644 index 0000000..94ddbe9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart.svg new file mode 100644 index 0000000..4ccd200 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart2.svg new file mode 100644 index 0000000..d606fe6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-diagram.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-diagram.svg new file mode 100644 index 0000000..0942729 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-envelope.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-envelope.svg new file mode 100644 index 0000000..acec624 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-finance.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-finance.svg new file mode 100644 index 0000000..eb4f6be --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-finance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-privacy.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-privacy.svg new file mode 100644 index 0000000..0907fb1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-privacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-settings.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-settings.svg new file mode 100644 index 0000000..5526c0d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-user.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-user.svg new file mode 100644 index 0000000..911bbc7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop.svg new file mode 100644 index 0000000..fabd89a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb-green.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb-green.svg new file mode 100644 index 0000000..af57114 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb.svg new file mode 100644 index 0000000..a3ab446 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightning.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightning.svg new file mode 100644 index 0000000..74a8963 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/like.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/like.svg new file mode 100644 index 0000000..835f011 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lock.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lock.svg new file mode 100644 index 0000000..a02af35 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnet-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnet-money.svg new file mode 100644 index 0000000..41add94 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnet-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnifying-glass.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnifying-glass.svg new file mode 100644 index 0000000..11b218b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-globe.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-globe.svg new file mode 100644 index 0000000..b9c5df0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-idea.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-idea.svg new file mode 100644 index 0000000..aa512f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager01.svg new file mode 100644 index 0000000..b5c3022 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager02.svg new file mode 100644 index 0000000..3f774c8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/manager02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/meditation.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/meditation.svg new file mode 100644 index 0000000..bd6ae84 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/megaphone.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/megaphone.svg new file mode 100644 index 0000000..0decaea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-growth.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-growth.svg new file mode 100644 index 0000000..5773b05 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-scales.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-scales.svg new file mode 100644 index 0000000..5b5264d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money.svg new file mode 100644 index 0000000..41095a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money2.svg new file mode 100644 index 0000000..df56ac3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money3.svg new file mode 100644 index 0000000..771e0dd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money4.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money4.svg new file mode 100644 index 0000000..a849b68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money5.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money5.svg new file mode 100644 index 0000000..4480c96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money6.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money6.svg new file mode 100644 index 0000000..46a7e9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/money6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/monitor.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/monitor.svg new file mode 100644 index 0000000..b021062 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/mouse.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/mouse.svg new file mode 100644 index 0000000..533be9d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/nest-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/nest-money.svg new file mode 100644 index 0000000..fe2dcee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/nest-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-jobs.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-jobs.svg new file mode 100644 index 0000000..86e364d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-jobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-pen.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-pen.svg new file mode 100644 index 0000000..c728687 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper.svg new file mode 100644 index 0000000..3022637 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/note-paper.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/note-paper.svg new file mode 100644 index 0000000..d5cad1b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/note-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/office-chair.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/office-chair.svg new file mode 100644 index 0000000..9ef31aa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/office-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/open-sign.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/open-sign.svg new file mode 100644 index 0000000..5474059 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/open-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/outgoing.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/outgoing.svg new file mode 100644 index 0000000..f7ac21c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/outgoing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-clip.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-clip.svg new file mode 100644 index 0000000..c9c360b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-plane.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-plane.svg new file mode 100644 index 0000000..c9c360b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen.svg new file mode 100644 index 0000000..f1f0957 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen2.svg new file mode 100644 index 0000000..e68aa71 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pen2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pencil.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pencil.svg new file mode 100644 index 0000000..a6b5db7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pens-pencils.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pens-pencils.svg new file mode 100644 index 0000000..725a1de --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pens-pencils.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-arrows06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-arrows06.svg new file mode 100644 index 0000000..d78cad8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-arrows06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-gears.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-gears.svg new file mode 100644 index 0000000..f973324 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-handshake.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-handshake.svg new file mode 100644 index 0000000..20b6069 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-idea.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-idea.svg new file mode 100644 index 0000000..0ac0e0d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting.svg new file mode 100644 index 0000000..65385c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting02.svg new file mode 100644 index 0000000..1743ca2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-meeting02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search01.svg new file mode 100644 index 0000000..d791f71 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search02.svg new file mode 100644 index 0000000..832b62b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-search02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure.svg new file mode 100644 index 0000000..07116b8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure01.svg new file mode 100644 index 0000000..0a3ed2f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure02.svg new file mode 100644 index 0000000..088d2d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure03.svg new file mode 100644 index 0000000..d70fa0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure04.svg new file mode 100644 index 0000000..c3a6981 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure05.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure05.svg new file mode 100644 index 0000000..46068f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure06.svg new file mode 100644 index 0000000..a779cf9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure07.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure07.svg new file mode 100644 index 0000000..b969421 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/people-structure07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/percent.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/percent.svg new file mode 100644 index 0000000..2eabdab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/percent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/periscopemoney.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/periscopemoney.svg new file mode 100644 index 0000000..61d8b49 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/periscopemoney.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows01.svg new file mode 100644 index 0000000..fd2ab6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows012.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows012.svg new file mode 100644 index 0000000..7f22c58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows012.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows02.svg new file mode 100644 index 0000000..89b319b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows022.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows022.svg new file mode 100644 index 0000000..73d8e6d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows022.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows03.svg new file mode 100644 index 0000000..c4dcec8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-arrows03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-checkmark.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-checkmark.svg new file mode 100644 index 0000000..f4116d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-checkmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-cross.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-cross.svg new file mode 100644 index 0000000..f439ba2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-data.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-data.svg new file mode 100644 index 0000000..ba78d0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-dollar.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-dollar.svg new file mode 100644 index 0000000..57d1196 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-finance.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-finance.svg new file mode 100644 index 0000000..7983ba8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-finance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-flag.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-flag.svg new file mode 100644 index 0000000..d535a54 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-globe.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-globe.svg new file mode 100644 index 0000000..014f4ef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-idea02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-idea02.svg new file mode 100644 index 0000000..f616a13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-idea02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-info.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-info.svg new file mode 100644 index 0000000..a2d0722 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-puzzle.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-puzzle.svg new file mode 100644 index 0000000..2475652 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-scales.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-scales.svg new file mode 100644 index 0000000..141d420 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-time.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-time.svg new file mode 100644 index 0000000..0039aba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-umbrella.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-umbrella.svg new file mode 100644 index 0000000..cff8a98 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/person-umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/phone.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/phone.svg new file mode 100644 index 0000000..fd3148b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart01.svg new file mode 100644 index 0000000..5a863f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart02.svg new file mode 100644 index 0000000..51a4210 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pie-chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/piggy-bank.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/piggy-bank.svg new file mode 100644 index 0000000..112b5c4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pin.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pin.svg new file mode 100644 index 0000000..e664f5e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant-money.svg new file mode 100644 index 0000000..f6dcc06 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant.svg new file mode 100644 index 0000000..bcf1d7d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pound.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pound.svg new file mode 100644 index 0000000..9499139 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation.svg new file mode 100644 index 0000000..514bcd0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation02.svg new file mode 100644 index 0000000..ebe3ae3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/presentation02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart02.svg new file mode 100644 index 0000000..98564a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart03.svg new file mode 100644 index 0000000..1e295fb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart04.svg new file mode 100644 index 0000000..1ffad6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-chart04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-laurels.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-laurels.svg new file mode 100644 index 0000000..ad3ebff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-laurels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-megaphone.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-megaphone.svg new file mode 100644 index 0000000..08480d1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-stairs.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-stairs.svg new file mode 100644 index 0000000..8578566 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/preson-stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/printer.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/printer.svg new file mode 100644 index 0000000..a57c767 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/profile.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/profile.svg new file mode 100644 index 0000000..b0a3ade --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pulse.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pulse.svg new file mode 100644 index 0000000..1015cf7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/pulse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/puzzle.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/puzzle.svg new file mode 100644 index 0000000..0b471f5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/quill.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/quill.svg new file mode 100644 index 0000000..c69f329 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/recycle.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/recycle.svg new file mode 100644 index 0000000..d146b7a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket.svg new file mode 100644 index 0000000..01f7a18 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket2.svg new file mode 100644 index 0000000..e040e6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/rocket2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruble.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruble.svg new file mode 100644 index 0000000..a113695 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruler-compasses.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruler-compasses.svg new file mode 100644 index 0000000..31188d2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/ruler-compasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/safe.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/safe.svg new file mode 100644 index 0000000..9f932fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/safe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sale-sign.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sale-sign.svg new file mode 100644 index 0000000..d810fa1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sale-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/satellite-dish.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/satellite-dish.svg new file mode 100644 index 0000000..63a7a70 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/satellite-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scales.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scales.svg new file mode 100644 index 0000000..7e2a82a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scissors.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scissors.svg new file mode 100644 index 0000000..31f0563 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/security.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/security.svg new file mode 100644 index 0000000..8721ace --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/security.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/send.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/send.svg new file mode 100644 index 0000000..6268be7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shield.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shield.svg new file mode 100644 index 0000000..94a7e6f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shopping-cart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shopping-cart.svg new file mode 100644 index 0000000..1f2c55d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sign.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sign.svg new file mode 100644 index 0000000..b6e71f5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-chart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-chart.svg new file mode 100644 index 0000000..1902520 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-exclamation.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-exclamation.svg new file mode 100644 index 0000000..e20d253 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-gears.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-gears.svg new file mode 100644 index 0000000..9204900 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-growth.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-growth.svg new file mode 100644 index 0000000..185d840 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-money.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-money.svg new file mode 100644 index 0000000..0e8aced --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-user.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-user.svg new file mode 100644 index 0000000..335606f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone.svg new file mode 100644 index 0000000..2186261 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker.svg new file mode 100644 index 0000000..dddf5a1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker02.svg new file mode 100644 index 0000000..cdb1466 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speaker02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speech-bubble.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speech-bubble.svg new file mode 100644 index 0000000..d01de4c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/speech-bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/stamp.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/stamp.svg new file mode 100644 index 0000000..a5068c9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/star.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/star.svg new file mode 100644 index 0000000..2ee4271 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/steering-wheel.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/steering-wheel.svg new file mode 100644 index 0000000..8e15b82 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/steering-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy03.svg new file mode 100644 index 0000000..6ee6986 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy1.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy1.svg new file mode 100644 index 0000000..52cc4ae --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy2.svg new file mode 100644 index 0000000..18194ef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/strategy2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/support-person.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/support-person.svg new file mode 100644 index 0000000..0d5bc55 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/support-person.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-article.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-article.svg new file mode 100644 index 0000000..7d6e9a5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-article.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart.svg new file mode 100644 index 0000000..16fd3d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart2.svg new file mode 100644 index 0000000..d99f1ad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart3.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart3.svg new file mode 100644 index 0000000..f36f409 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-chart3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart.svg new file mode 100644 index 0000000..c044072 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart2.svg new file mode 100644 index 0000000..6219b8d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet-pie-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet.svg new file mode 100644 index 0000000..136cfac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/target.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/target.svg new file mode 100644 index 0000000..07eed69 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/team.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/team.svg new file mode 100644 index 0000000..a4e29d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/team.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/telescope.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/telescope.svg new file mode 100644 index 0000000..984f9aa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/telescope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tie.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tie.svg new file mode 100644 index 0000000..50c2d41 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools.svg new file mode 100644 index 0000000..c3e9537 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools2.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools2.svg new file mode 100644 index 0000000..3e8acb6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/tools2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/trash-bin.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/trash-bin.svg new file mode 100644 index 0000000..52ce78a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/trash-bin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/umbrella.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/umbrella.svg new file mode 100644 index 0000000..37f899e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user01.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user01.svg new file mode 100644 index 0000000..2695475 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user02.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user02.svg new file mode 100644 index 0000000..ce3ef6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user03.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user03.svg new file mode 100644 index 0000000..5586ea8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user04.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user04.svg new file mode 100644 index 0000000..a38dc97 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user05.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user05.svg new file mode 100644 index 0000000..52498bc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user06.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user06.svg new file mode 100644 index 0000000..6492f34 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user07.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user07.svg new file mode 100644 index 0000000..8756d7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user08.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user08.svg new file mode 100644 index 0000000..63f904c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user09.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user09.svg new file mode 100644 index 0000000..2ffe6b8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/user09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/users.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/users.svg new file mode 100644 index 0000000..7f7b172 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/venn-diagram.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/venn-diagram.svg new file mode 100644 index 0000000..fdac681 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/venn-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wallet.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wallet.svg new file mode 100644 index 0000000..40a318b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wrench.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wrench.svg new file mode 100644 index 0000000..1df349d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yen.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yen.svg new file mode 100644 index 0000000..8bb5f67 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yinyang.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yinyang.svg new file mode 100644 index 0000000..ab65a57 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/busy-icons-svg/yinyang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_business_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_business_24px.svg new file mode 100644 index 0000000..bfaefa1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_business_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_24px.svg new file mode 100644 index 0000000..5908b6a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_end_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_end_24px.svg new file mode 100644 index 0000000..c3fe17b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_end_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_made_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_made_24px.svg new file mode 100644 index 0000000..6a58bdf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_made_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_merge_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_merge_24px.svg new file mode 100644 index 0000000..b10772d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_merge_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_24px.svg new file mode 100644 index 0000000..db0f8cc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_outgoing_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_outgoing_24px.svg new file mode 100644 index 0000000..3385d42 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_missed_outgoing_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_received_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_received_24px.svg new file mode 100644 index 0000000..0516080 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_received_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_split_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_split_24px.svg new file mode 100644 index 0000000..9dd562c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_call_split_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_24px.svg new file mode 100644 index 0000000..1c68f72 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_24px.svg new file mode 100644 index 0000000..d447be3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_outline_24px.svg new file mode 100644 index 0000000..e1a36ee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_chat_bubble_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_clear_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_clear_all_24px.svg new file mode 100644 index 0000000..82a7e3c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_clear_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_comment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_comment_24px.svg new file mode 100644 index 0000000..db645e8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_comment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_mail_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_mail_24px.svg new file mode 100644 index 0000000..ad23103 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_mail_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_phone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_phone_24px.svg new file mode 100644 index 0000000..6945887 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contact_phone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contacts_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contacts_24px.svg new file mode 100644 index 0000000..e9a0749 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_contacts_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialer_sip_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialer_sip_24px.svg new file mode 100644 index 0000000..247068a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialer_sip_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialpad_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialpad_24px.svg new file mode 100644 index 0000000..1d82c79 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_dialpad_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_email_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_email_24px.svg new file mode 100644 index 0000000..f2c5b4f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_email_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_forum_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_forum_24px.svg new file mode 100644 index 0000000..8c958d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_forum_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_contacts_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_contacts_24px.svg new file mode 100644 index 0000000..154d45b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_contacts_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_export_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_export_24px.svg new file mode 100644 index 0000000..1af2dbf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_import_export_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_invert_colors_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_invert_colors_off_24px.svg new file mode 100644 index 0000000..c880d9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_invert_colors_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_live_help_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_live_help_24px.svg new file mode 100644 index 0000000..abe3129 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_live_help_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_off_24px.svg new file mode 100644 index 0000000..270259b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_on_24px.svg new file mode 100644 index 0000000..490afe9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_location_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_mail_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_mail_outline_24px.svg new file mode 100644 index 0000000..c8798e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_mail_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_message_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_message_24px.svg new file mode 100644 index 0000000..0dfd671 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_message_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_no_sim_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_no_sim_24px.svg new file mode 100644 index 0000000..d6b8e22 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_no_sim_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phone_24px.svg new file mode 100644 index 0000000..5908b6a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_erase_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_erase_24px.svg new file mode 100644 index 0000000..6d99266 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_erase_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_lock_24px.svg new file mode 100644 index 0000000..cbf3606 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_ring_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_ring_24px.svg new file mode 100644 index 0000000..34cb3a8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_ring_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_setup_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_setup_24px.svg new file mode 100644 index 0000000..0aef7a0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_phonelink_setup_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_portable_wifi_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_portable_wifi_off_24px.svg new file mode 100644 index 0000000..c7fc011 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_portable_wifi_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_present_to_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_present_to_all_24px.svg new file mode 100644 index 0000000..d63f7b9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_present_to_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_ring_volume_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_ring_volume_24px.svg new file mode 100644 index 0000000..25f1b5d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_ring_volume_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_screen_share_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_screen_share_24px.svg new file mode 100644 index 0000000..4cb0976 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_screen_share_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_speaker_phone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_speaker_phone_24px.svg new file mode 100644 index 0000000..e812da7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_speaker_phone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_landscape_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_landscape_24px.svg new file mode 100644 index 0000000..b6c98c2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_landscape_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_portrait_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_portrait_24px.svg new file mode 100644 index 0000000..fed6cce --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_current_portrait_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_landscape_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_landscape_24px.svg new file mode 100644 index 0000000..b6c98c2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_landscape_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_portrait_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_portrait_24px.svg new file mode 100644 index 0000000..fed6cce --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stay_primary_portrait_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stop_screen_share_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stop_screen_share_24px.svg new file mode 100644 index 0000000..ec70b9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_stop_screen_share_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_swap_calls_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_swap_calls_24px.svg new file mode 100644 index 0000000..53ab208 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_swap_calls_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_textsms_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_textsms_24px.svg new file mode 100644 index 0000000..b427d45 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_textsms_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_voicemail_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_voicemail_24px.svg new file mode 100644 index 0000000..2b24059 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_voicemail_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_vpn_key_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_vpn_key_24px.svg new file mode 100644 index 0000000..555d034 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/communication/ic_vpn_key_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_24px.svg new file mode 100644 index 0000000..58f73e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_box_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_box_24px.svg new file mode 100644 index 0000000..c091cfc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_box_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_24px.svg new file mode 100644 index 0000000..60aaa95 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_outline_24px.svg new file mode 100644 index 0000000..55c6b1b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_add_circle_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_archive_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_archive_24px.svg new file mode 100644 index 0000000..bab7497 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_archive_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_backspace_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_backspace_24px.svg new file mode 100644 index 0000000..6ebbe51 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_backspace_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_block_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_block_24px.svg new file mode 100644 index 0000000..661cdf1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_block_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_clear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_clear_24px.svg new file mode 100644 index 0000000..865788b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_clear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_copy_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_copy_24px.svg new file mode 100644 index 0000000..7c6b60a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_copy_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_cut_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_cut_24px.svg new file mode 100644 index 0000000..b89a0d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_cut_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_paste_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_paste_24px.svg new file mode 100644 index 0000000..af63a64 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_content_paste_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_create_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_create_24px.svg new file mode 100644 index 0000000..f5ddfe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_create_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_drafts_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_drafts_24px.svg new file mode 100644 index 0000000..2d5456b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_drafts_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_filter_list_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_filter_list_24px.svg new file mode 100644 index 0000000..972d401 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_filter_list_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_flag_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_flag_24px.svg new file mode 100644 index 0000000..eaf3ff4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_flag_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_font_download_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_font_download_24px.svg new file mode 100644 index 0000000..60ea38d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_font_download_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_forward_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_forward_24px.svg new file mode 100644 index 0000000..c9353ea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_forward_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_gesture_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_gesture_24px.svg new file mode 100644 index 0000000..dac332c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_gesture_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_inbox_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_inbox_24px.svg new file mode 100644 index 0000000..8297501 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_inbox_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_link_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_link_24px.svg new file mode 100644 index 0000000..f39e2a7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_link_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_mail_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_mail_24px.svg new file mode 100644 index 0000000..f2c5b4f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_mail_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_markunread_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_markunread_24px.svg new file mode 100644 index 0000000..f2c5b4f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_markunread_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_move_to_inbox_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_move_to_inbox_24px.svg new file mode 100644 index 0000000..cbc97ad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_move_to_inbox_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_next_week_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_next_week_24px.svg new file mode 100644 index 0000000..6e52679 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_next_week_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_redo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_redo_24px.svg new file mode 100644 index 0000000..764ab77 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_redo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_24px.svg new file mode 100644 index 0000000..9128833 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_24px.svg new file mode 100644 index 0000000..0f978ec --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_outline_24px.svg new file mode 100644 index 0000000..d35e183 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_remove_circle_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_24px.svg new file mode 100644 index 0000000..65c02ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_all_24px.svg new file mode 100644 index 0000000..5c90b4b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_reply_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_report_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_report_24px.svg new file mode 100644 index 0000000..d09adbb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_report_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_save_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_save_24px.svg new file mode 100644 index 0000000..1d3c300 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_save_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_select_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_select_all_24px.svg new file mode 100644 index 0000000..4614449 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_select_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_send_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_send_24px.svg new file mode 100644 index 0000000..b679858 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_send_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_sort_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_sort_24px.svg new file mode 100644 index 0000000..84efa53 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_sort_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_text_format_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_text_format_24px.svg new file mode 100644 index 0000000..92ec329 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_text_format_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_unarchive_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_unarchive_24px.svg new file mode 100644 index 0000000..6192fa7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_unarchive_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_undo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_undo_24px.svg new file mode 100644 index 0000000..c37cf40 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_undo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_weekend_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_weekend_24px.svg new file mode 100644 index 0000000..f4e56cc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/content/ic_weekend_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarm_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarm_24px.svg new file mode 100644 index 0000000..edfa7a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarm_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarms_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarms_24px.svg new file mode 100644 index 0000000..a799163 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_alarms_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_time_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_time_24px.svg new file mode 100644 index 0000000..fac5f2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_access_time_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_add_alarm_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_add_alarm_24px.svg new file mode 100644 index 0000000..8bf2e6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_add_alarm_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_active_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_active_24px.svg new file mode 100644 index 0000000..240d1b6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_active_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_inactive_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_inactive_24px.svg new file mode 100644 index 0000000..c2828d8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_airplanemode_inactive_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_20_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_20_24px.svg new file mode 100644 index 0000000..db91e43 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_20_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_30_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_30_24px.svg new file mode 100644 index 0000000..305e322 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_30_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_50_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_50_24px.svg new file mode 100644 index 0000000..c8205f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_50_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_60_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_60_24px.svg new file mode 100644 index 0000000..42d8bba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_60_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_80_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_80_24px.svg new file mode 100644 index 0000000..1633055 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_80_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_90_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_90_24px.svg new file mode 100644 index 0000000..4a242c5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_90_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_alert_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_alert_24px.svg new file mode 100644 index 0000000..08d3008 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_alert_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_20_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_20_24px.svg new file mode 100644 index 0000000..9b90d8c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_20_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_30_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_30_24px.svg new file mode 100644 index 0000000..b21330f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_30_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_50_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_50_24px.svg new file mode 100644 index 0000000..9958350 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_50_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_60_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_60_24px.svg new file mode 100644 index 0000000..a9e5d40 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_60_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_80_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_80_24px.svg new file mode 100644 index 0000000..1695004 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_80_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_90_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_90_24px.svg new file mode 100644 index 0000000..2fc050e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_90_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_full_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_full_24px.svg new file mode 100644 index 0000000..1efa7d3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_charging_full_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_full_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_full_24px.svg new file mode 100644 index 0000000..122ea41 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_full_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_std_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_std_24px.svg new file mode 100644 index 0000000..122ea41 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_std_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_unknown_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_unknown_24px.svg new file mode 100644 index 0000000..7ef9a9a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_battery_unknown_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_24px.svg new file mode 100644 index 0000000..ad1e4f2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_connected_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_connected_24px.svg new file mode 100644 index 0000000..90b3a58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_connected_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_disabled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_disabled_24px.svg new file mode 100644 index 0000000..2974d2b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_disabled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_searching_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_searching_24px.svg new file mode 100644 index 0000000..8bb176e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_bluetooth_searching_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_auto_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_auto_24px.svg new file mode 100644 index 0000000..074d7b1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_auto_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_high_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_high_24px.svg new file mode 100644 index 0000000..f4a2b29 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_high_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_low_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_low_24px.svg new file mode 100644 index 0000000..2b6d29d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_low_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_medium_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_medium_24px.svg new file mode 100644 index 0000000..dc29999 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_brightness_medium_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_data_usage_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_data_usage_24px.svg new file mode 100644 index 0000000..7f0786a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_data_usage_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_developer_mode_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_developer_mode_24px.svg new file mode 100644 index 0000000..b64293b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_developer_mode_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_devices_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_devices_24px.svg new file mode 100644 index 0000000..266e993 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_devices_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_dvr_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_dvr_24px.svg new file mode 100644 index 0000000..fd28af7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_dvr_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_fixed_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_fixed_24px.svg new file mode 100644 index 0000000..394dc36 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_fixed_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_not_fixed_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_not_fixed_24px.svg new file mode 100644 index 0000000..f05e9b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_not_fixed_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_off_24px.svg new file mode 100644 index 0000000..c1435e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_gps_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_graphic_eq_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_graphic_eq_24px.svg new file mode 100644 index 0000000..e980427 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_graphic_eq_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_disabled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_disabled_24px.svg new file mode 100644 index 0000000..c1435e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_disabled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_searching_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_searching_24px.svg new file mode 100644 index 0000000..f05e9b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_location_searching_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_cell_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_cell_24px.svg new file mode 100644 index 0000000..0024136 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_cell_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_wifi_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_wifi_24px.svg new file mode 100644 index 0000000..6e03e50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_network_wifi_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_nfc_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_nfc_24px.svg new file mode 100644 index 0000000..49cffc9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_nfc_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_landscape_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_landscape_24px.svg new file mode 100644 index 0000000..1b0925d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_landscape_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_portrait_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_portrait_24px.svg new file mode 100644 index 0000000..cd382ac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_portrait_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_rotation_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_rotation_24px.svg new file mode 100644 index 0000000..30e015f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_lock_rotation_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_rotation_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_rotation_24px.svg new file mode 100644 index 0000000..3750ddc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_screen_rotation_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_sd_storage_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_sd_storage_24px.svg new file mode 100644 index 0000000..15ab481 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_sd_storage_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_settings_system_daydream_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_settings_system_daydream_24px.svg new file mode 100644 index 0000000..6d35778 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_settings_system_daydream_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_0_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_0_bar_24px.svg new file mode 100644 index 0000000..0f29463 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_0_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_1_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_1_bar_24px.svg new file mode 100644 index 0000000..8c785b4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_1_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_2_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_2_bar_24px.svg new file mode 100644 index 0000000..22352ef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_2_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_3_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_3_bar_24px.svg new file mode 100644 index 0000000..0024136 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_3_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_4_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_4_bar_24px.svg new file mode 100644 index 0000000..dc28eb7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_4_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg new file mode 100644 index 0000000..fe6765f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg new file mode 100644 index 0000000..de2550c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg new file mode 100644 index 0000000..8bfeb23 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg new file mode 100644 index 0000000..fd79f00 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg new file mode 100644 index 0000000..0faee96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_no_sim_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_no_sim_24px.svg new file mode 100644 index 0000000..d6b8e22 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_no_sim_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_null_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_null_24px.svg new file mode 100644 index 0000000..f3293a5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_null_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_off_24px.svg new file mode 100644 index 0000000..a8de8db --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_cellular_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_0_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_0_bar_24px.svg new file mode 100644 index 0000000..46a2cc6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_0_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_24px.svg new file mode 100644 index 0000000..19227d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg new file mode 100644 index 0000000..86e1b5d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_24px.svg new file mode 100644 index 0000000..7f0f951 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg new file mode 100644 index 0000000..c96053c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_24px.svg new file mode 100644 index 0000000..6e03e50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg new file mode 100644 index 0000000..10ff8c0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_24px.svg new file mode 100644 index 0000000..d013bfd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg new file mode 100644 index 0000000..45a8294 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_off_24px.svg new file mode 100644 index 0000000..fcf92d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg new file mode 100644 index 0000000..0e0f35e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg new file mode 100644 index 0000000..60e9aea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg new file mode 100644 index 0000000..cc0ccd5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg new file mode 100644 index 0000000..e13eaec --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg new file mode 100644 index 0000000..5908265 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg new file mode 100644 index 0000000..f7d09ed --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg new file mode 100644 index 0000000..23c1201 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg new file mode 100644 index 0000000..ac1ea92 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg new file mode 100644 index 0000000..5349383 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg new file mode 100644 index 0000000..7b2d595 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg new file mode 100644 index 0000000..551fa6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_storage_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_storage_24px.svg new file mode 100644 index 0000000..8cae0c1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_storage_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_usb_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_usb_24px.svg new file mode 100644 index 0000000..b08014a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_usb_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wallpaper_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wallpaper_24px.svg new file mode 100644 index 0000000..74c082b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wallpaper_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_widgets_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_widgets_24px.svg new file mode 100644 index 0000000..fcc2293 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_widgets_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_lock_24px.svg new file mode 100644 index 0000000..710d716 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_tethering_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_tethering_24px.svg new file mode 100644 index 0000000..f16f282 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/device/ic_wifi_tethering_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_file_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_file_24px.svg new file mode 100644 index 0000000..471fb99 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_file_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_money_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_money_24px.svg new file mode 100644 index 0000000..76e3e17 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_attach_money_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_all_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_all_24px.svg new file mode 100644 index 0000000..4537456 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_all_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_bottom_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_bottom_24px.svg new file mode 100644 index 0000000..61be129 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_bottom_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_clear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_clear_24px.svg new file mode 100644 index 0000000..a585f80 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_clear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_color_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_color_24px.svg new file mode 100644 index 0000000..4f6e788 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_color_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_horizontal_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_horizontal_24px.svg new file mode 100644 index 0000000..f84b852 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_horizontal_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_inner_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_inner_24px.svg new file mode 100644 index 0000000..a5a4677 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_inner_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_left_24px.svg new file mode 100644 index 0000000..894c809 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_outer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_outer_24px.svg new file mode 100644 index 0000000..23fbba8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_outer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_right_24px.svg new file mode 100644 index 0000000..f8965e1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_style_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_style_24px.svg new file mode 100644 index 0000000..179e8d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_style_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_top_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_top_24px.svg new file mode 100644 index 0000000..7f6795f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_top_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_vertical_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_vertical_24px.svg new file mode 100644 index 0000000..719ddf6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_border_vertical_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_drag_handle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_drag_handle_24px.svg new file mode 100644 index 0000000..a292338 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_drag_handle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_center_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_center_24px.svg new file mode 100644 index 0000000..82214e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_center_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_justify_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_justify_24px.svg new file mode 100644 index 0000000..3dd6fed --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_justify_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_left_24px.svg new file mode 100644 index 0000000..77d7810 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_right_24px.svg new file mode 100644 index 0000000..a786d99 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_align_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_bold_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_bold_24px.svg new file mode 100644 index 0000000..2b7d0f1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_bold_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_clear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_clear_24px.svg new file mode 100644 index 0000000..bb78cd7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_clear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_fill_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_fill_24px.svg new file mode 100644 index 0000000..1cc9972 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_fill_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_reset_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_reset_24px.svg new file mode 100644 index 0000000..4027103 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_reset_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_text_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_text_24px.svg new file mode 100644 index 0000000..49858ad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_color_text_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_decrease_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_decrease_24px.svg new file mode 100644 index 0000000..61dc59f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_decrease_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_increase_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_increase_24px.svg new file mode 100644 index 0000000..d46f676 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_indent_increase_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_italic_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_italic_24px.svg new file mode 100644 index 0000000..c8acbb8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_italic_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_line_spacing_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_line_spacing_24px.svg new file mode 100644 index 0000000..ff11d3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_line_spacing_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_bulleted_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_bulleted_24px.svg new file mode 100644 index 0000000..90b6364 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_bulleted_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_numbered_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_numbered_24px.svg new file mode 100644 index 0000000..82f85bb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_list_numbered_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_paint_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_paint_24px.svg new file mode 100644 index 0000000..6d988b3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_paint_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_quote_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_quote_24px.svg new file mode 100644 index 0000000..9d8fa8b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_quote_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_shapes_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_shapes_24px.svg new file mode 100644 index 0000000..a14bb86 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_shapes_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_size_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_size_24px.svg new file mode 100644 index 0000000..51d9371 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_size_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_strikethrough_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_strikethrough_24px.svg new file mode 100644 index 0000000..1ce6765 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_strikethrough_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg new file mode 100644 index 0000000..f9e7290 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg new file mode 100644 index 0000000..7259c4e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_underlined_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_underlined_24px.svg new file mode 100644 index 0000000..24f0729 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_format_underlined_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_functions_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_functions_24px.svg new file mode 100644 index 0000000..003ef30 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_functions_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_highlight_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_highlight_24px.svg new file mode 100644 index 0000000..ac55df1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_highlight_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_chart_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_chart_24px.svg new file mode 100644 index 0000000..cc7768b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_chart_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_comment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_comment_24px.svg new file mode 100644 index 0000000..c82fbff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_comment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_drive_file_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_drive_file_24px.svg new file mode 100644 index 0000000..6aa287e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_drive_file_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_emoticon_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_emoticon_24px.svg new file mode 100644 index 0000000..57bea0f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_emoticon_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_invitation_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_invitation_24px.svg new file mode 100644 index 0000000..1b084e8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_invitation_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_link_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_link_24px.svg new file mode 100644 index 0000000..f39e2a7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_link_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_photo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_photo_24px.svg new file mode 100644 index 0000000..6ccc16a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_insert_photo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_linear_scale_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_linear_scale_24px.svg new file mode 100644 index 0000000..9b57080 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_linear_scale_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_merge_type_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_merge_type_24px.svg new file mode 100644 index 0000000..b10772d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_merge_type_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_comment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_comment_24px.svg new file mode 100644 index 0000000..912954d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_comment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_edit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_edit_24px.svg new file mode 100644 index 0000000..f5ddfe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_mode_edit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_money_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_money_off_24px.svg new file mode 100644 index 0000000..c48bc8c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_money_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_publish_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_publish_24px.svg new file mode 100644 index 0000000..88faf16 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_publish_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_short_text_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_short_text_24px.svg new file mode 100644 index 0000000..f73c4f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_short_text_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_space_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_space_bar_24px.svg new file mode 100644 index 0000000..0f1e7c5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_space_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_strikethrough_s_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_strikethrough_s_24px.svg new file mode 100644 index 0000000..7f218d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_strikethrough_s_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_text_fields_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_text_fields_24px.svg new file mode 100644 index 0000000..705cd75 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_text_fields_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_bottom_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_bottom_24px.svg new file mode 100644 index 0000000..070f193 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_bottom_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_center_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_center_24px.svg new file mode 100644 index 0000000..b0272c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_center_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_top_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_top_24px.svg new file mode 100644 index 0000000..7a1cadd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_vertical_align_top_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_wrap_text_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_wrap_text_24px.svg new file mode 100644 index 0000000..3e11084 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/editor/ic_wrap_text_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_attachment_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_attachment_24px.svg new file mode 100644 index 0000000..d244845 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_attachment_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_24px.svg new file mode 100644 index 0000000..63f946c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_circle_24px.svg new file mode 100644 index 0000000..859be00 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_done_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_done_24px.svg new file mode 100644 index 0000000..96e49c4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_done_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_download_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_download_24px.svg new file mode 100644 index 0000000..25d4096 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_download_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_off_24px.svg new file mode 100644 index 0000000..16e58c5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_queue_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_queue_24px.svg new file mode 100644 index 0000000..22ddd7d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_queue_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_upload_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_upload_24px.svg new file mode 100644 index 0000000..69a9622 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_cloud_upload_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_create_new_folder_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_create_new_folder_24px.svg new file mode 100644 index 0000000..3c9da3d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_create_new_folder_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_download_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_download_24px.svg new file mode 100644 index 0000000..ef421c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_download_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_upload_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_upload_24px.svg new file mode 100644 index 0000000..0fe9aad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_file_upload_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_24px.svg new file mode 100644 index 0000000..e70b01c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_open_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_open_24px.svg new file mode 100644 index 0000000..0f59689 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_open_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_shared_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_shared_24px.svg new file mode 100644 index 0000000..348100e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/file/ic_folder_shared_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_24px.svg new file mode 100644 index 0000000..5686cc4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_connected_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_connected_24px.svg new file mode 100644 index 0000000..38ca2c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_cast_connected_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_computer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_computer_24px.svg new file mode 100644 index 0000000..6a0af7e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_computer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_mac_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_mac_24px.svg new file mode 100644 index 0000000..8e408af --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_mac_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_windows_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_windows_24px.svg new file mode 100644 index 0000000..56d3324 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_desktop_windows_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_developer_board_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_developer_board_24px.svg new file mode 100644 index 0000000..4efcd93 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_developer_board_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_device_hub_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_device_hub_24px.svg new file mode 100644 index 0000000..f1c8e73 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_device_hub_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_devices_other_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_devices_other_24px.svg new file mode 100644 index 0000000..43768e8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_devices_other_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_dock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_dock_24px.svg new file mode 100644 index 0000000..ee94230 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_dock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_gamepad_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_gamepad_24px.svg new file mode 100644 index 0000000..62a4c9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_gamepad_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_24px.svg new file mode 100644 index 0000000..bdeb1eb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_mic_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_mic_24px.svg new file mode 100644 index 0000000..dba0e66 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_headset_mic_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_24px.svg new file mode 100644 index 0000000..acbf11c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg new file mode 100644 index 0000000..ed92639 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg new file mode 100644 index 0000000..7002d84 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg new file mode 100644 index 0000000..e74898b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg new file mode 100644 index 0000000..607eb15 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_backspace_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_backspace_24px.svg new file mode 100644 index 0000000..26fc18e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_backspace_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_capslock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_capslock_24px.svg new file mode 100644 index 0000000..2420341 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_capslock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_hide_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_hide_24px.svg new file mode 100644 index 0000000..7f279fa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_hide_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_return_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_return_24px.svg new file mode 100644 index 0000000..48b52b6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_return_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_tab_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_tab_24px.svg new file mode 100644 index 0000000..7348895 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_tab_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_voice_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_voice_24px.svg new file mode 100644 index 0000000..513e0fd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_keyboard_voice_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_24px.svg new file mode 100644 index 0000000..405ef0a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_chromebook_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_chromebook_24px.svg new file mode 100644 index 0000000..0918cf8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_chromebook_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_mac_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_mac_24px.svg new file mode 100644 index 0000000..e630d7e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_mac_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_windows_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_windows_24px.svg new file mode 100644 index 0000000..0522324 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_laptop_windows_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_memory_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_memory_24px.svg new file mode 100644 index 0000000..b7fe44f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_memory_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_mouse_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_mouse_24px.svg new file mode 100644 index 0000000..ff5184c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_mouse_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_android_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_android_24px.svg new file mode 100644 index 0000000..b7a256b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_android_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_iphone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_iphone_24px.svg new file mode 100644 index 0000000..91ad0e0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phone_iphone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_24px.svg new file mode 100644 index 0000000..266e993 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_off_24px.svg new file mode 100644 index 0000000..33b4771 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_phonelink_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_power_input_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_power_input_24px.svg new file mode 100644 index 0000000..353d4ce --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_power_input_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_router_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_router_24px.svg new file mode 100644 index 0000000..0c38782 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_router_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_scanner_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_scanner_24px.svg new file mode 100644 index 0000000..827c151 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_scanner_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_security_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_security_24px.svg new file mode 100644 index 0000000..f855309 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_security_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_sim_card_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_sim_card_24px.svg new file mode 100644 index 0000000..b717193 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_sim_card_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_smartphone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_smartphone_24px.svg new file mode 100644 index 0000000..db4537f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_smartphone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_24px.svg new file mode 100644 index 0000000..fe95bef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_group_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_group_24px.svg new file mode 100644 index 0000000..5ea98a7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_speaker_group_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_24px.svg new file mode 100644 index 0000000..f5390cc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_android_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_android_24px.svg new file mode 100644 index 0000000..9e4301b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_android_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_mac_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_mac_24px.svg new file mode 100644 index 0000000..cb4ae22 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tablet_mac_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_toys_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_toys_24px.svg new file mode 100644 index 0000000..faef6a0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_toys_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tv_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tv_24px.svg new file mode 100644 index 0000000..6954135 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_tv_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_videogame_asset_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_videogame_asset_24px.svg new file mode 100644 index 0000000..af4c4b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_videogame_asset_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_watch_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_watch_24px.svg new file mode 100644 index 0000000..a759e1b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/hardware/ic_watch_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_a_photo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_a_photo_24px.svg new file mode 100644 index 0000000..98c6d86 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_a_photo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_to_photos_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_to_photos_24px.svg new file mode 100644 index 0000000..baea3e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_add_to_photos_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_adjust_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_adjust_24px.svg new file mode 100644 index 0000000..a096236 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_adjust_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_24px.svg new file mode 100644 index 0000000..a183f73 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_photo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_photo_24px.svg new file mode 100644 index 0000000..eaf3ff4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_assistant_photo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_audiotrack_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_audiotrack_24px.svg new file mode 100644 index 0000000..0cda5dd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_audiotrack_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_circular_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_circular_24px.svg new file mode 100644 index 0000000..3a91b1d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_circular_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_linear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_linear_24px.svg new file mode 100644 index 0000000..1f2590f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_linear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_off_24px.svg new file mode 100644 index 0000000..532ef8f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_on_24px.svg new file mode 100644 index 0000000..0983b48 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_blur_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_1_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_1_24px.svg new file mode 100644 index 0000000..575b111 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_1_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_2_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_2_24px.svg new file mode 100644 index 0000000..c963e0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_2_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_3_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_3_24px.svg new file mode 100644 index 0000000..3048e31 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_3_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_4_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_4_24px.svg new file mode 100644 index 0000000..2566874 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_4_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_5_24px.svg new file mode 100644 index 0000000..2b6d29d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_6_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_6_24px.svg new file mode 100644 index 0000000..dc29999 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_6_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_7_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_7_24px.svg new file mode 100644 index 0000000..f4a2b29 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brightness_7_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_broken_image_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_broken_image_24px.svg new file mode 100644 index 0000000..fe22b4b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_broken_image_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brush_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brush_24px.svg new file mode 100644 index 0000000..5f79966 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_brush_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_24px.svg new file mode 100644 index 0000000..e78e6b3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_alt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_alt_24px.svg new file mode 100644 index 0000000..94960bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_alt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_front_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_front_24px.svg new file mode 100644 index 0000000..43ea4d2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_front_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_rear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_rear_24px.svg new file mode 100644 index 0000000..3c6fbb1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_rear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_roll_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_roll_24px.svg new file mode 100644 index 0000000..06c7023 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_camera_roll_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_strong_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_strong_24px.svg new file mode 100644 index 0000000..85b0d4b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_strong_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_weak_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_weak_24px.svg new file mode 100644 index 0000000..330a82f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_center_focus_weak_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_24px.svg new file mode 100644 index 0000000..3af788b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_bookmark_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_bookmark_24px.svg new file mode 100644 index 0000000..7f7c541 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_collections_bookmark_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_color_lens_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_color_lens_24px.svg new file mode 100644 index 0000000..c5fc873 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_color_lens_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_colorize_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_colorize_24px.svg new file mode 100644 index 0000000..ccdd273 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_colorize_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_compare_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_compare_24px.svg new file mode 100644 index 0000000..131506b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_compare_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_24px.svg new file mode 100644 index 0000000..9275b0e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_duplicate_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_duplicate_24px.svg new file mode 100644 index 0000000..fe09988 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_control_point_duplicate_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_16_9_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_16_9_24px.svg new file mode 100644 index 0000000..7be7919 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_16_9_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_24px.svg new file mode 100644 index 0000000..f508de3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_3_2_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_3_2_24px.svg new file mode 100644 index 0000000..3dee425 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_3_2_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_5_4_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_5_4_24px.svg new file mode 100644 index 0000000..13c5050 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_5_4_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_7_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_7_5_24px.svg new file mode 100644 index 0000000..8a48573 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_7_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_din_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_din_24px.svg new file mode 100644 index 0000000..7a2362a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_din_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_free_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_free_24px.svg new file mode 100644 index 0000000..99f7183 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_free_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_landscape_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_landscape_24px.svg new file mode 100644 index 0000000..13c5050 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_landscape_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_original_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_original_24px.svg new file mode 100644 index 0000000..4084151 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_original_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_portrait_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_portrait_24px.svg new file mode 100644 index 0000000..78a7fe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_portrait_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_rotate_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_rotate_24px.svg new file mode 100644 index 0000000..3661fff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_rotate_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_square_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_square_24px.svg new file mode 100644 index 0000000..ac46175 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_crop_square_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_dehaze_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_dehaze_24px.svg new file mode 100644 index 0000000..bae2109 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_dehaze_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_details_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_details_24px.svg new file mode 100644 index 0000000..3eca3fb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_details_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_edit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_edit_24px.svg new file mode 100644 index 0000000..f5ddfe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_edit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_24px.svg new file mode 100644 index 0000000..c5a3382 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_1_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_1_24px.svg new file mode 100644 index 0000000..71be874 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_1_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_2_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_2_24px.svg new file mode 100644 index 0000000..b1f453d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_neg_2_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_1_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_1_24px.svg new file mode 100644 index 0000000..f5921c2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_1_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_2_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_2_24px.svg new file mode 100644 index 0000000..14c3e09 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_plus_2_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_zero_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_zero_24px.svg new file mode 100644 index 0000000..cf710bb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_exposure_zero_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_1_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_1_24px.svg new file mode 100644 index 0000000..0e81a46 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_1_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_24px.svg new file mode 100644 index 0000000..40ccd8c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_2_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_2_24px.svg new file mode 100644 index 0000000..101c3b3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_2_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_3_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_3_24px.svg new file mode 100644 index 0000000..57d2cd7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_3_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_4_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_4_24px.svg new file mode 100644 index 0000000..2bb6ee7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_4_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_5_24px.svg new file mode 100644 index 0000000..6e4a763 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_6_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_6_24px.svg new file mode 100644 index 0000000..e3f31f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_6_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_7_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_7_24px.svg new file mode 100644 index 0000000..76e3aaf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_7_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_8_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_8_24px.svg new file mode 100644 index 0000000..fc7305d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_8_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_24px.svg new file mode 100644 index 0000000..636b205 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_plus_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_plus_24px.svg new file mode 100644 index 0000000..5f30216 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_9_plus_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_b_and_w_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_b_and_w_24px.svg new file mode 100644 index 0000000..1c97939 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_b_and_w_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_center_focus_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_center_focus_24px.svg new file mode 100644 index 0000000..c501264 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_center_focus_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_drama_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_drama_24px.svg new file mode 100644 index 0000000..6e12efc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_drama_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_frames_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_frames_24px.svg new file mode 100644 index 0000000..1332006 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_frames_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_hdr_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_hdr_24px.svg new file mode 100644 index 0000000..b239af7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_hdr_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_none_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_none_24px.svg new file mode 100644 index 0000000..36f86a3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_none_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_tilt_shift_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_tilt_shift_24px.svg new file mode 100644 index 0000000..a2ce281 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_tilt_shift_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_vintage_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_vintage_24px.svg new file mode 100644 index 0000000..a78b53b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_filter_vintage_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flare_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flare_24px.svg new file mode 100644 index 0000000..198a483 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flare_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_auto_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_auto_24px.svg new file mode 100644 index 0000000..beeccfd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_auto_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_off_24px.svg new file mode 100644 index 0000000..b0ec0ee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_on_24px.svg new file mode 100644 index 0000000..e948043 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flash_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flip_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flip_24px.svg new file mode 100644 index 0000000..4131540 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_flip_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_gradient_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_gradient_24px.svg new file mode 100644 index 0000000..8320b4a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_gradient_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grain_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grain_24px.svg new file mode 100644 index 0000000..66c0588 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grain_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_off_24px.svg new file mode 100644 index 0000000..58702c8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_on_24px.svg new file mode 100644 index 0000000..3caf213 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_grid_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_off_24px.svg new file mode 100644 index 0000000..1232bbf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_on_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_on_24px.svg new file mode 100644 index 0000000..9acaafa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_on_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_strong_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_strong_24px.svg new file mode 100644 index 0000000..cf68b9e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_strong_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_weak_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_weak_24px.svg new file mode 100644 index 0000000..1554922 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_hdr_weak_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_healing_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_healing_24px.svg new file mode 100644 index 0000000..cf4ec96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_healing_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_24px.svg new file mode 100644 index 0000000..6ccc16a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_aspect_ratio_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_aspect_ratio_24px.svg new file mode 100644 index 0000000..4a8b293 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_image_aspect_ratio_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_iso_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_iso_24px.svg new file mode 100644 index 0000000..873aaa2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_iso_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_landscape_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_landscape_24px.svg new file mode 100644 index 0000000..b239af7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_landscape_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_add_24px.svg new file mode 100644 index 0000000..9b861bc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_remove_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_remove_24px.svg new file mode 100644 index 0000000..546c3d8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_leak_remove_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_lens_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_lens_24px.svg new file mode 100644 index 0000000..ced343a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_lens_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_linked_camera_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_linked_camera_24px.svg new file mode 100644 index 0000000..ec78871 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_linked_camera_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_24px.svg new file mode 100644 index 0000000..b4ca971 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_3_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_3_24px.svg new file mode 100644 index 0000000..114d59a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_3_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_4_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_4_24px.svg new file mode 100644 index 0000000..393b327 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_4_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_5_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_5_24px.svg new file mode 100644 index 0000000..6a1d1ed --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_5_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_6_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_6_24px.svg new file mode 100644 index 0000000..c323da8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_6_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_one_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_one_24px.svg new file mode 100644 index 0000000..b399d47 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_one_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_two_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_two_24px.svg new file mode 100644 index 0000000..845b590 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_looks_two_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_loupe_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_loupe_24px.svg new file mode 100644 index 0000000..dcd1a4b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_loupe_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_monochrome_photos_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_monochrome_photos_24px.svg new file mode 100644 index 0000000..2b72560 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_monochrome_photos_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_creation_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_creation_24px.svg new file mode 100644 index 0000000..8bbbb53 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_creation_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_filter_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_filter_24px.svg new file mode 100644 index 0000000..f9a216e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_movie_filter_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_music_note_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_music_note_24px.svg new file mode 100644 index 0000000..cdc42fc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_music_note_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_24px.svg new file mode 100644 index 0000000..1d1e1c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_people_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_people_24px.svg new file mode 100644 index 0000000..28a2e89 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_nature_people_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_before_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_before_24px.svg new file mode 100644 index 0000000..36e6e99 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_before_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_next_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_next_24px.svg new file mode 100644 index 0000000..47ed5fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_navigate_next_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_palette_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_palette_24px.svg new file mode 100644 index 0000000..c5fc873 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_palette_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_24px.svg new file mode 100644 index 0000000..312bb52 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_fish_eye_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_fish_eye_24px.svg new file mode 100644 index 0000000..81123c6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_fish_eye_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_horizontal_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_horizontal_24px.svg new file mode 100644 index 0000000..56791f0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_horizontal_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_vertical_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_vertical_24px.svg new file mode 100644 index 0000000..5f428f5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_vertical_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_wide_angle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_wide_angle_24px.svg new file mode 100644 index 0000000..45996f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_panorama_wide_angle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_24px.svg new file mode 100644 index 0000000..6ccc16a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_album_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_album_24px.svg new file mode 100644 index 0000000..5da0d40 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_album_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_camera_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_camera_24px.svg new file mode 100644 index 0000000..94960bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_camera_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_filter_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_filter_24px.svg new file mode 100644 index 0000000..cc4b526 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_filter_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_library_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_library_24px.svg new file mode 100644 index 0000000..3af788b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_library_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_actual_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_actual_24px.svg new file mode 100644 index 0000000..1102b34 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_actual_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_large_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_large_24px.svg new file mode 100644 index 0000000..074d75a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_large_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_small_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_small_24px.svg new file mode 100644 index 0000000..7dbd961 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_photo_size_select_small_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_picture_as_pdf_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_picture_as_pdf_24px.svg new file mode 100644 index 0000000..e50f55f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_picture_as_pdf_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_portrait_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_portrait_24px.svg new file mode 100644 index 0000000..685a339 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_portrait_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_remove_red_eye_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_remove_red_eye_24px.svg new file mode 100644 index 0000000..5c700e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_remove_red_eye_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg new file mode 100644 index 0000000..4268bb7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_left_24px.svg new file mode 100644 index 0000000..6766814 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_right_24px.svg new file mode 100644 index 0000000..0269224 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_rotate_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_slideshow_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_slideshow_24px.svg new file mode 100644 index 0000000..079a6be --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_slideshow_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_straighten_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_straighten_24px.svg new file mode 100644 index 0000000..d161c5e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_straighten_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_style_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_style_24px.svg new file mode 100644 index 0000000..cce7564 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_style_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_camera_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_camera_24px.svg new file mode 100644 index 0000000..979b015 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_camera_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_video_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_video_24px.svg new file mode 100644 index 0000000..821e50d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_switch_video_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tag_faces_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tag_faces_24px.svg new file mode 100644 index 0000000..57bea0f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tag_faces_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_texture_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_texture_24px.svg new file mode 100644 index 0000000..b86bf95 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_texture_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timelapse_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timelapse_24px.svg new file mode 100644 index 0000000..6a3e4fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timelapse_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_10_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_10_24px.svg new file mode 100644 index 0000000..95c3304 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_10_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_24px.svg new file mode 100644 index 0000000..e113e76 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_3_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_3_24px.svg new file mode 100644 index 0000000..88b7b90 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_3_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_off_24px.svg new file mode 100644 index 0000000..aea789e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_timer_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tonality_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tonality_24px.svg new file mode 100644 index 0000000..5a34a05 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tonality_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_transform_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_transform_24px.svg new file mode 100644 index 0000000..b11ce4a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_transform_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tune_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tune_24px.svg new file mode 100644 index 0000000..24dbcd6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_tune_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_comfy_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_comfy_24px.svg new file mode 100644 index 0000000..07cefea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_comfy_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_compact_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_compact_24px.svg new file mode 100644 index 0000000..77c2483 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_view_compact_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_vignette_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_vignette_24px.svg new file mode 100644 index 0000000..c54a045 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_vignette_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_auto_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_auto_24px.svg new file mode 100644 index 0000000..1b76925 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_auto_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_cloudy_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_cloudy_24px.svg new file mode 100644 index 0000000..47f8947 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_cloudy_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_incandescent_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_incandescent_24px.svg new file mode 100644 index 0000000..4cac930 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_incandescent_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_iridescent_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_iridescent_24px.svg new file mode 100644 index 0000000..1a54d92 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_iridescent_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_sunny_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_sunny_24px.svg new file mode 100644 index 0000000..d83b6ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/image/ic_wb_sunny_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_add_location_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_add_location_24px.svg new file mode 100644 index 0000000..6d2721b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_add_location_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_beenhere_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_beenhere_24px.svg new file mode 100644 index 0000000..36264e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_beenhere_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_24px.svg new file mode 100644 index 0000000..dd924bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bike_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bike_24px.svg new file mode 100644 index 0000000..025c7e2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bike_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_boat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_boat_24px.svg new file mode 100644 index 0000000..5226b67 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_boat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bus_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bus_24px.svg new file mode 100644 index 0000000..ade3c4d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_bus_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_car_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_car_24px.svg new file mode 100644 index 0000000..7cd866c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_car_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_railway_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_railway_24px.svg new file mode 100644 index 0000000..b7bdcba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_railway_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_run_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_run_24px.svg new file mode 100644 index 0000000..7296105 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_run_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_subway_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_subway_24px.svg new file mode 100644 index 0000000..22a47ce --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_subway_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_transit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_transit_24px.svg new file mode 100644 index 0000000..22a47ce --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_transit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_walk_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_walk_24px.svg new file mode 100644 index 0000000..3572cb3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_directions_walk_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_edit_location_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_edit_location_24px.svg new file mode 100644 index 0000000..b14fc61 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_edit_location_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_flight_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_flight_24px.svg new file mode 100644 index 0000000..240d1b6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_flight_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_hotel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_hotel_24px.svg new file mode 100644 index 0000000..f1cca2c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_hotel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_24px.svg new file mode 100644 index 0000000..02160fa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_clear_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_clear_24px.svg new file mode 100644 index 0000000..b0a40d4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_layers_clear_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_activity_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_activity_24px.svg new file mode 100644 index 0000000..cb28463 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_activity_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_airport_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_airport_24px.svg new file mode 100644 index 0000000..2fe1dea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_airport_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_atm_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_atm_24px.svg new file mode 100644 index 0000000..a893448 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_atm_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_bar_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_bar_24px.svg new file mode 100644 index 0000000..9232c7d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_bar_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_cafe_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_cafe_24px.svg new file mode 100644 index 0000000..dfdee9c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_cafe_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_car_wash_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_car_wash_24px.svg new file mode 100644 index 0000000..611f73d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_car_wash_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_convenience_store_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_convenience_store_24px.svg new file mode 100644 index 0000000..8070a89 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_convenience_store_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_dining_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_dining_24px.svg new file mode 100644 index 0000000..3be0060 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_dining_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_drink_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_drink_24px.svg new file mode 100644 index 0000000..4ba9152 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_drink_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_florist_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_florist_24px.svg new file mode 100644 index 0000000..bf9d45f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_florist_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_gas_station_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_gas_station_24px.svg new file mode 100644 index 0000000..08cb670 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_gas_station_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_grocery_store_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_grocery_store_24px.svg new file mode 100644 index 0000000..ee758e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_grocery_store_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hospital_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hospital_24px.svg new file mode 100644 index 0000000..85da4ff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hospital_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hotel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hotel_24px.svg new file mode 100644 index 0000000..f1cca2c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_hotel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_laundry_service_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_laundry_service_24px.svg new file mode 100644 index 0000000..a519c04 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_laundry_service_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_library_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_library_24px.svg new file mode 100644 index 0000000..5fa5109 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_library_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_mall_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_mall_24px.svg new file mode 100644 index 0000000..35683c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_mall_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_movies_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_movies_24px.svg new file mode 100644 index 0000000..74652a6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_movies_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_offer_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_offer_24px.svg new file mode 100644 index 0000000..20ad1fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_offer_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_parking_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_parking_24px.svg new file mode 100644 index 0000000..0cc3198 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_parking_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pharmacy_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pharmacy_24px.svg new file mode 100644 index 0000000..7272010 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pharmacy_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_phone_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_phone_24px.svg new file mode 100644 index 0000000..5908b6a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_phone_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pizza_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pizza_24px.svg new file mode 100644 index 0000000..d67936e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_pizza_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_play_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_play_24px.svg new file mode 100644 index 0000000..cb28463 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_play_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_post_office_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_post_office_24px.svg new file mode 100644 index 0000000..f2c5b4f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_post_office_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_printshop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_printshop_24px.svg new file mode 100644 index 0000000..6128bd8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_printshop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_see_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_see_24px.svg new file mode 100644 index 0000000..94960bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_see_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_shipping_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_shipping_24px.svg new file mode 100644 index 0000000..c928262 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_shipping_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_taxi_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_taxi_24px.svg new file mode 100644 index 0000000..e3559e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_local_taxi_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_map_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_map_24px.svg new file mode 100644 index 0000000..5fd9669 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_map_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_my_location_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_my_location_24px.svg new file mode 100644 index 0000000..394dc36 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_my_location_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_navigation_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_navigation_24px.svg new file mode 100644 index 0000000..2891c58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_navigation_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_near_me_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_near_me_24px.svg new file mode 100644 index 0000000..33afbe0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_near_me_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_24px.svg new file mode 100644 index 0000000..1955081 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_circle_24px.svg new file mode 100644 index 0000000..f21fb22 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_person_pin_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_pin_drop_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_pin_drop_24px.svg new file mode 100644 index 0000000..498d663 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_pin_drop_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_place_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_place_24px.svg new file mode 100644 index 0000000..490afe9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_place_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_rate_review_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_rate_review_24px.svg new file mode 100644 index 0000000..ce447b6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_rate_review_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_restaurant_menu_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_restaurant_menu_24px.svg new file mode 100644 index 0000000..3be0060 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_restaurant_menu_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_satellite_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_satellite_24px.svg new file mode 100644 index 0000000..ef3e5ff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_satellite_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_store_mall_directory_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_store_mall_directory_24px.svg new file mode 100644 index 0000000..2b06cc5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_store_mall_directory_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_terrain_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_terrain_24px.svg new file mode 100644 index 0000000..b239af7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_terrain_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_traffic_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_traffic_24px.svg new file mode 100644 index 0000000..9560743 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_traffic_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_zoom_out_map_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_zoom_out_map_24px.svg new file mode 100644 index 0000000..587ef03 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/maps/ic_zoom_out_map_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_24px.svg new file mode 100644 index 0000000..b0ccb6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_36px.svg new file mode 100644 index 0000000..ca46161 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_apps_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_24px.svg new file mode 100644 index 0000000..00d44bf --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_36px.svg new file mode 100644 index 0000000..22ca607 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_back_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_downward_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_downward_24px.svg new file mode 100644 index 0000000..27ddfa1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_downward_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_24px.svg new file mode 100644 index 0000000..6e4510d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_36px.svg new file mode 100644 index 0000000..5f5b32d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg new file mode 100644 index 0000000..689107c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_24px.svg new file mode 100644 index 0000000..b9aa2cc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_36px.svg new file mode 100644 index 0000000..4d62423 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_drop_up_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_24px.svg new file mode 100644 index 0000000..c4a2c18 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_36px.svg new file mode 100644 index 0000000..9526d2f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_forward_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_upward_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_upward_24px.svg new file mode 100644 index 0000000..e4d9a7e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_arrow_upward_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_24px.svg new file mode 100644 index 0000000..d6e55da --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_36px.svg new file mode 100644 index 0000000..19aec76 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_cancel_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_24px.svg new file mode 100644 index 0000000..a608f7d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_36px.svg new file mode 100644 index 0000000..16d7e30 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_check_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_24px.svg new file mode 100644 index 0000000..36e6e99 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_36px.svg new file mode 100644 index 0000000..3893bf3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_left_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_24px.svg new file mode 100644 index 0000000..47ed5fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_36px.svg new file mode 100644 index 0000000..f18671b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_chevron_right_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_24px.svg new file mode 100644 index 0000000..865788b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_36px.svg new file mode 100644 index 0000000..6b3c0a5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_close_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_24px.svg new file mode 100644 index 0000000..1b5a326 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_36px.svg new file mode 100644 index 0000000..62a97de --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_less_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_24px.svg new file mode 100644 index 0000000..e3e13c5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_36px.svg new file mode 100644 index 0000000..69532ad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_expand_more_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_24px.svg new file mode 100644 index 0000000..e5eb6a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_36px.svg new file mode 100644 index 0000000..7eaea7a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_24px.svg new file mode 100644 index 0000000..9d3ff86 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_36px.svg new file mode 100644 index 0000000..e76862f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_fullscreen_exit_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_24px.svg new file mode 100644 index 0000000..ae7c36c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_36px.svg new file mode 100644 index 0000000..3370d36 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_menu_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_24px.svg new file mode 100644 index 0000000..afb392c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_36px.svg new file mode 100644 index 0000000..fe6cf99 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_horiz_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_24px.svg new file mode 100644 index 0000000..f2427f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_36px.svg new file mode 100644 index 0000000..94e9462 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_more_vert_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_24px.svg new file mode 100644 index 0000000..f5d626c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_36px.svg new file mode 100644 index 0000000..a05c5d1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_refresh_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg new file mode 100644 index 0000000..a64ef9f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg new file mode 100644 index 0000000..dd10ac6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_24px.svg new file mode 100644 index 0000000..d84a82d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_36px.svg new file mode 100644 index 0000000..f80d1e2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_less_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_24px.svg new file mode 100644 index 0000000..5cb8b46 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_36px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_36px.svg new file mode 100644 index 0000000..8085c68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/navigation/ic_unfold_more_36px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_adb_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_adb_24px.svg new file mode 100644 index 0000000..ca94af5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_adb_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_24px.svg new file mode 100644 index 0000000..a1bd66d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg new file mode 100644 index 0000000..fa89cc0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg new file mode 100644 index 0000000..5539558 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg new file mode 100644 index 0000000..dff07be --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg new file mode 100644 index 0000000..6ecb22b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg new file mode 100644 index 0000000..a640230 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg new file mode 100644 index 0000000..eaf3b35 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg new file mode 100644 index 0000000..46d6d9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_bluetooth_audio_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_bluetooth_audio_24px.svg new file mode 100644 index 0000000..8bb176e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_bluetooth_audio_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_confirmation_number_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_confirmation_number_24px.svg new file mode 100644 index 0000000..1206bad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_confirmation_number_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_disc_full_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_disc_full_24px.svg new file mode 100644 index 0000000..fd462d8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_disc_full_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_24px.svg new file mode 100644 index 0000000..065210c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_alt_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_alt_24px.svg new file mode 100644 index 0000000..9f91150 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_do_not_disturb_alt_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_drive_eta_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_drive_eta_24px.svg new file mode 100644 index 0000000..85b07ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_drive_eta_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_enhanced_encryption_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_enhanced_encryption_24px.svg new file mode 100644 index 0000000..2d0ddf8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_enhanced_encryption_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_available_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_available_24px.svg new file mode 100644 index 0000000..035b5c8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_available_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_busy_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_busy_24px.svg new file mode 100644 index 0000000..d3e6d7f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_busy_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_note_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_note_24px.svg new file mode 100644 index 0000000..5beeb71 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_event_note_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_folder_special_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_folder_special_24px.svg new file mode 100644 index 0000000..adccedd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_folder_special_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_live_tv_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_live_tv_24px.svg new file mode 100644 index 0000000..67e98e7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_live_tv_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_mms_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_mms_24px.svg new file mode 100644 index 0000000..f15436c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_mms_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_more_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_more_24px.svg new file mode 100644 index 0000000..ad5567a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_more_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_check_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_check_24px.svg new file mode 100644 index 0000000..6b31ab9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_check_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_locked_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_locked_24px.svg new file mode 100644 index 0000000..3a5c0d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_network_locked_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_no_encryption_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_no_encryption_24px.svg new file mode 100644 index 0000000..0528c12 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_no_encryption_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_ondemand_video_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_ondemand_video_24px.svg new file mode 100644 index 0000000..239690b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_ondemand_video_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_personal_video_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_personal_video_24px.svg new file mode 100644 index 0000000..a4169e9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_personal_video_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg new file mode 100644 index 0000000..69f9398 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_forwarded_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_forwarded_24px.svg new file mode 100644 index 0000000..c21cfc1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_forwarded_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_in_talk_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_in_talk_24px.svg new file mode 100644 index 0000000..c73964c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_in_talk_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_locked_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_locked_24px.svg new file mode 100644 index 0000000..aca754f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_locked_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_missed_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_missed_24px.svg new file mode 100644 index 0000000..bb68b75 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_missed_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_paused_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_paused_24px.svg new file mode 100644 index 0000000..2aa7400 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_phone_paused_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_power_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_power_24px.svg new file mode 100644 index 0000000..3cb2846 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_power_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_rv_hookup_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_rv_hookup_24px.svg new file mode 100644 index 0000000..c261516 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_rv_hookup_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sd_card_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sd_card_24px.svg new file mode 100644 index 0000000..15ab481 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sd_card_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sim_card_alert_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sim_card_alert_24px.svg new file mode 100644 index 0000000..f471892 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sim_card_alert_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_24px.svg new file mode 100644 index 0000000..b427d45 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_failed_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_failed_24px.svg new file mode 100644 index 0000000..72b0945 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sms_failed_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_24px.svg new file mode 100644 index 0000000..327ff63 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_disabled_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_disabled_24px.svg new file mode 100644 index 0000000..cb82f21 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_disabled_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_problem_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_problem_24px.svg new file mode 100644 index 0000000..797674e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_sync_problem_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_system_update_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_system_update_24px.svg new file mode 100644 index 0000000..1013886 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_system_update_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_tap_and_play_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_tap_and_play_24px.svg new file mode 100644 index 0000000..6951de4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_tap_and_play_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_time_to_leave_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_time_to_leave_24px.svg new file mode 100644 index 0000000..85b07ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_time_to_leave_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vibration_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vibration_24px.svg new file mode 100644 index 0000000..789d044 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vibration_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_voice_chat_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_voice_chat_24px.svg new file mode 100644 index 0000000..9e72309 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_voice_chat_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vpn_lock_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vpn_lock_24px.svg new file mode 100644 index 0000000..6c4c795 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_vpn_lock_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wc_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wc_24px.svg new file mode 100644 index 0000000..022dcde --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wc_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wifi_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wifi_24px.svg new file mode 100644 index 0000000..cafae9c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/notification/ic_wifi_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_ac_unit_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_ac_unit_24px.svg new file mode 100644 index 0000000..c4cc71f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_ac_unit_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_airport_shuttle_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_airport_shuttle_24px.svg new file mode 100644 index 0000000..392d651 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_airport_shuttle_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_all_inclusive_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_all_inclusive_24px.svg new file mode 100644 index 0000000..090d242 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_all_inclusive_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_beach_access_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_beach_access_24px.svg new file mode 100644 index 0000000..3c32044 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_beach_access_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_business_center_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_business_center_24px.svg new file mode 100644 index 0000000..a979c93 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_business_center_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_casino_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_casino_24px.svg new file mode 100644 index 0000000..ea9b900 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_casino_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_care_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_care_24px.svg new file mode 100644 index 0000000..f73f9df --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_care_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_friendly_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_friendly_24px.svg new file mode 100644 index 0000000..ba51048 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_child_friendly_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_fitness_center_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_fitness_center_24px.svg new file mode 100644 index 0000000..828dba8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_fitness_center_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_free_breakfast_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_free_breakfast_24px.svg new file mode 100644 index 0000000..c56a433 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_free_breakfast_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_golf_course_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_golf_course_24px.svg new file mode 100644 index 0000000..500a00f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_golf_course_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_hot_tub_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_hot_tub_24px.svg new file mode 100644 index 0000000..865ea75 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_hot_tub_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_kitchen_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_kitchen_24px.svg new file mode 100644 index 0000000..aa0616a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_kitchen_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_pool_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_pool_24px.svg new file mode 100644 index 0000000..b08944e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_pool_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_room_service_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_room_service_24px.svg new file mode 100644 index 0000000..560f160 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_room_service_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoke_free_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoke_free_24px.svg new file mode 100644 index 0000000..0bed46f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoke_free_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoking_rooms_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoking_rooms_24px.svg new file mode 100644 index 0000000..e8aec2d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_smoking_rooms_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_spa_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_spa_24px.svg new file mode 100644 index 0000000..7300651 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/places/ic_spa_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_cake_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_cake_24px.svg new file mode 100644 index 0000000..23dc09f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_cake_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_domain_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_domain_24px.svg new file mode 100644 index 0000000..bfaefa1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_domain_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_24px.svg new file mode 100644 index 0000000..bd9a133 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_add_24px.svg new file mode 100644 index 0000000..f863fa5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_group_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_location_city_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_location_city_24px.svg new file mode 100644 index 0000000..357849b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_location_city_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_24px.svg new file mode 100644 index 0000000..57bea0f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_bad_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_bad_24px.svg new file mode 100644 index 0000000..400f4da --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_mood_bad_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_24px.svg new file mode 100644 index 0000000..cdb3331 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_active_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_active_24px.svg new file mode 100644 index 0000000..6d72315 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_active_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_none_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_none_24px.svg new file mode 100644 index 0000000..7509df6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_none_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_off_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_off_24px.svg new file mode 100644 index 0000000..0827f2a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_off_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_paused_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_paused_24px.svg new file mode 100644 index 0000000..06ed575 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_notifications_paused_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_pages_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_pages_24px.svg new file mode 100644 index 0000000..c8a0421 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_pages_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_party_mode_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_party_mode_24px.svg new file mode 100644 index 0000000..12a8ee3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_party_mode_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_24px.svg new file mode 100644 index 0000000..bd9a133 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_outline_24px.svg new file mode 100644 index 0000000..901e72c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_people_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_24px.svg new file mode 100644 index 0000000..e22d151 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_add_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_add_24px.svg new file mode 100644 index 0000000..97e4d3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_add_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_outline_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_outline_24px.svg new file mode 100644 index 0000000..a1ac943 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_person_outline_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_plus_one_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_plus_one_24px.svg new file mode 100644 index 0000000..09b83d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_plus_one_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_poll_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_poll_24px.svg new file mode 100644 index 0000000..cc7768b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_poll_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_public_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_public_24px.svg new file mode 100644 index 0000000..6356e73 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_public_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_school_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_school_24px.svg new file mode 100644 index 0000000..3a6524b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_school_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_share_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_share_24px.svg new file mode 100644 index 0000000..ed3e530 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_share_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_whatshot_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_whatshot_24px.svg new file mode 100644 index 0000000..d064899 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/social/ic_whatshot_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_24px.svg new file mode 100644 index 0000000..36658a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_outline_blank_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_outline_blank_24px.svg new file mode 100644 index 0000000..03aea59 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_check_box_outline_blank_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_indeterminate_check_box_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_indeterminate_check_box_24px.svg new file mode 100644 index 0000000..4a7533d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_indeterminate_check_box_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_checked_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_checked_24px.svg new file mode 100644 index 0000000..2cb138b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_checked_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_unchecked_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_unchecked_24px.svg new file mode 100644 index 0000000..acce6d1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_radio_button_unchecked_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_24px.svg new file mode 100644 index 0000000..46d104b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_border_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_border_24px.svg new file mode 100644 index 0000000..98e7040 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_border_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_half_24px.svg b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_half_24px.svg new file mode 100644 index 0000000..a07f7d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/assets/svg/toggle/ic_star_half_24px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/css/closedhand.cur b/resources/public/assets/vendor/rs-plugin/css/closedhand.cur new file mode 100644 index 0000000..41aaa62 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/css/closedhand.cur differ diff --git a/resources/public/assets/vendor/rs-plugin/css/layers.css b/resources/public/assets/vendor/rs-plugin/css/layers.css new file mode 100644 index 0000000..663a864 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/layers.css @@ -0,0 +1,5805 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Layer Style Settings - + +Screen Stylesheet + +version: 5.0.0 +date: 18/03/15 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited +{ + color:#0084B4!important; +} + +.tp-caption.Twitter-Content a:hover +{ + color:#0084B4!important; + text-decoration:underline!important; +} + +.tp-caption.medium_grey,.medium_grey +{ + background-color:#888; + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:20px; + font-weight:700; + line-height:20px; + margin:0; + padding:2px 4px; + position:absolute; + text-shadow:0 2px 5px rgba(0,0,0,0.5); + white-space:nowrap; +} + +.tp-caption.small_text,.small_text +{ + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:14px; + font-weight:700; + line-height:20px; + margin:0; + position:absolute; + text-shadow:0 2px 5px rgba(0,0,0,0.5); + white-space:nowrap; +} + +.tp-caption.medium_text,.medium_text +{ + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:20px; + font-weight:700; + line-height:20px; + margin:0; + position:absolute; + text-shadow:0 2px 5px rgba(0,0,0,0.5); + white-space:nowrap; +} + +.tp-caption.large_text,.large_text +{ + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:40px; + font-weight:700; + line-height:40px; + margin:0; + position:absolute; + text-shadow:0 2px 5px rgba(0,0,0,0.5); + white-space:nowrap; +} + +.tp-caption.very_large_text,.very_large_text +{ + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:60px; + font-weight:700; + letter-spacing:-2px; + line-height:60px; + margin:0; + position:absolute; + text-shadow:0 2px 5px rgba(0,0,0,0.5); + white-space:nowrap; +} + +.tp-caption.very_big_white,.very_big_white +{ + background-color:#000; + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:60px; + font-weight:800; + line-height:60px; + margin:0; + padding:1px 4px 0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.very_big_black,.very_big_black +{ + background-color:#fff; + border-style:none; + border-width:0; + color:#000; + font-family:Arial; + font-size:60px; + font-weight:700; + line-height:60px; + margin:0; + padding:1px 4px 0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.modern_medium_fat,.modern_medium_fat +{ + border-style:none; + border-width:0; + color:#000; + font-family:"Open Sans", sans-serif; + font-size:24px; + font-weight:800; + line-height:20px; + margin:0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.modern_medium_fat_white,.modern_medium_fat_white +{ + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans", sans-serif; + font-size:24px; + font-weight:800; + line-height:20px; + margin:0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.modern_medium_light,.modern_medium_light +{ + border-style:none; + border-width:0; + color:#000; + font-family:"Open Sans", sans-serif; + font-size:24px; + font-weight:300; + line-height:20px; + margin:0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.modern_big_bluebg,.modern_big_bluebg +{ + background-color:#4e5b6c; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans", sans-serif; + font-size:30px; + font-weight:800; + letter-spacing:0; + line-height:36px; + margin:0; + padding:3px 10px; + position:absolute; + text-shadow:none; +} + +.tp-caption.modern_big_redbg,.modern_big_redbg +{ + background-color:#de543e; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans", sans-serif; + font-size:30px; + font-weight:300; + letter-spacing:0; + line-height:36px; + margin:0; + padding:1px 10px 3px; + position:absolute; + text-shadow:none; +} + +.tp-caption.modern_small_text_dark,.modern_small_text_dark +{ + border-style:none; + border-width:0; + color:#555; + font-family:Arial; + font-size:14px; + line-height:22px; + margin:0; + position:absolute; + text-shadow:none; + white-space:nowrap; +} + +.tp-caption.boxshadow,.boxshadow +{ + box-shadow:0 0 20px rgba(0,0,0,0.5); +} + +.tp-caption.black,.black +{ + color:#000; + text-shadow:none; +} + +.tp-caption.noshadow,.noshadow +{ + text-shadow:none; +} + +.tp-caption.thinheadline_dark,.thinheadline_dark +{ + background-color:transparent; + color:rgba(0,0,0,0.85); + font-family:"Open Sans"; + font-size:30px; + font-weight:300; + line-height:30px; + position:absolute; + text-shadow:none; +} + +.tp-caption.thintext_dark,.thintext_dark +{ + background-color:transparent; + color:rgba(0,0,0,0.85); + font-family:"Open Sans"; + font-size:16px; + font-weight:300; + line-height:26px; + position:absolute; + text-shadow:none; +} + +.tp-caption.largeblackbg,.largeblackbg +{ + + + background-color:#000; + border-radius:0; + color:#fff; + font-family:"Open Sans"; + font-size:50px; + font-weight:300; + line-height:70px; + padding:0 20px; + position:absolute; + text-shadow:none; +} + +.tp-caption.largepinkbg,.largepinkbg +{ + + + background-color:#db4360; + border-radius:0; + color:#fff; + font-family:"Open Sans"; + font-size:50px; + font-weight:300; + line-height:70px; + padding:0 20px; + position:absolute; + text-shadow:none; +} + +.tp-caption.largewhitebg,.largewhitebg +{ + + + background-color:#fff; + border-radius:0; + color:#000; + font-family:"Open Sans"; + font-size:50px; + font-weight:300; + line-height:70px; + padding:0 20px; + position:absolute; + text-shadow:none; +} + +.tp-caption.largegreenbg,.largegreenbg +{ + + + background-color:#67ae73; + border-radius:0; + color:#fff; + font-family:"Open Sans"; + font-size:50px; + font-weight:300; + line-height:70px; + padding:0 20px; + position:absolute; + text-shadow:none; +} + +.tp-caption.excerpt,.excerpt +{ + background-color:rgba(0,0,0,1); + border-color:#fff; + border-style:none; + border-width:0; + color:#fff; + font-family:Arial; + font-size:36px; + font-weight:700; + height:auto; + letter-spacing:-1.5px; + line-height:36px; + margin:0; + padding:1px 4px 0; + text-decoration:none; + text-shadow:none; + white-space:normal!important; + width:150px; +} + +.tp-caption.large_bold_grey,.large_bold_grey +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#666; + font-family:"Open Sans"; + font-size:60px; + font-weight:800; + line-height:60px; + margin:0; + padding:1px 4px 0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.medium_thin_grey,.medium_thin_grey +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#666; + font-family:"Open Sans"; + font-size:34px; + font-weight:300; + line-height:30px; + margin:0; + padding:1px 4px 0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.small_thin_grey,.small_thin_grey +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#757575; + font-family:"Open Sans"; + font-size:18px; + font-weight:300; + line-height:26px; + margin:0; + padding:1px 4px 0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.lightgrey_divider,.lightgrey_divider +{ + background-color:rgba(235,235,235,1); + background-position:initial; + background-repeat:initial; + border-color:#222; + border-style:none; + border-width:0; + height:3px; + text-decoration:none; + width:370px; +} + +.tp-caption.large_bold_darkblue,.large_bold_darkblue +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#34495e; + font-family:"Open Sans"; + font-size:58px; + font-weight:800; + line-height:60px; + text-decoration:none; +} + +.tp-caption.medium_bg_darkblue,.medium_bg_darkblue +{ + background-color:#34495e; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:20px; + font-weight:800; + line-height:20px; + padding:10px; + text-decoration:none; +} + +.tp-caption.medium_bold_red,.medium_bold_red +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#e33a0c; + font-family:"Open Sans"; + font-size:24px; + font-weight:800; + line-height:30px; + padding:0; + text-decoration:none; +} + +.tp-caption.medium_light_red,.medium_light_red +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#e33a0c; + font-family:"Open Sans"; + font-size:21px; + font-weight:300; + line-height:26px; + padding:0; + text-decoration:none; +} + +.tp-caption.medium_bg_red,.medium_bg_red +{ + background-color:#e33a0c; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:20px; + font-weight:800; + line-height:20px; + padding:10px; + text-decoration:none; +} + +.tp-caption.medium_bold_orange,.medium_bold_orange +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#f39c12; + font-family:"Open Sans"; + font-size:24px; + font-weight:800; + line-height:30px; + text-decoration:none; +} + +.tp-caption.medium_bg_orange,.medium_bg_orange +{ + background-color:#f39c12; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:20px; + font-weight:800; + line-height:20px; + padding:10px; + text-decoration:none; +} + +.tp-caption.grassfloor,.grassfloor +{ + background-color:rgba(160,179,151,1); + border-color:#222; + border-style:none; + border-width:0; + height:150px; + text-decoration:none; + width:4000px; +} + +.tp-caption.large_bold_white,.large_bold_white +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:58px; + font-weight:800; + line-height:60px; + text-decoration:none; +} + +.tp-caption.medium_light_white,.medium_light_white +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:30px; + font-weight:300; + line-height:36px; + padding:0; + text-decoration:none; +} + +.tp-caption.mediumlarge_light_white,.mediumlarge_light_white +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:34px; + font-weight:300; + line-height:40px; + padding:0; + text-decoration:none; +} + +.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:34px; + font-weight:300; + line-height:40px; + padding:0; + text-align:center; + text-decoration:none; +} + +.tp-caption.medium_bg_asbestos,.medium_bg_asbestos +{ + background-color:#7f8c8d; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:20px; + font-weight:800; + line-height:20px; + padding:10px; + text-decoration:none; +} + +.tp-caption.medium_light_black,.medium_light_black +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#000; + font-family:"Open Sans"; + font-size:30px; + font-weight:300; + line-height:36px; + padding:0; + text-decoration:none; +} + +.tp-caption.large_bold_black,.large_bold_black +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#000; + font-family:"Open Sans"; + font-size:58px; + font-weight:800; + line-height:60px; + text-decoration:none; +} + +.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#34495e; + font-family:"Open Sans"; + font-size:34px; + font-weight:300; + line-height:40px; + padding:0; + text-decoration:none; +} + +.tp-caption.small_light_white,.small_light_white +{ + background-color:transparent; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:17px; + font-weight:300; + line-height:28px; + padding:0; + text-decoration:none; +} + +.tp-caption.roundedimage,.roundedimage +{ + border-color:#222; + border-style:none; + border-width:0; +} + +.tp-caption.large_bg_black,.large_bg_black +{ + background-color:#000; + border-color:#ffd658; + border-style:none; + border-width:0; + color:#fff; + font-family:"Open Sans"; + font-size:40px; + font-weight:800; + line-height:40px; + padding:10px 20px 15px; + text-decoration:none; +} + +.tp-caption.mediumwhitebg,.mediumwhitebg +{ + background-color:#fff; + border-color:#000; + border-style:none; + border-width:0; + color:#000; + font-family:"Open Sans"; + font-size:30px; + font-weight:300; + line-height:30px; + padding:5px 15px 10px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.maincaption,.maincaption +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:#212a40; + font-family:roboto; + font-size:33px; + font-weight:500; + line-height:43px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.miami_title_60px,.miami_title_60px +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:#fff; + font-family:"Source Sans Pro"; + font-size:60px; + font-weight:700; + letter-spacing:1px; + line-height:60px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.miami_subtitle,.miami_subtitle +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:rgba(255,255,255,0.65); + font-family:"Source Sans Pro"; + font-size:17px; + font-weight:400; + letter-spacing:2px; + line-height:24px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.divideline30px,.divideline30px +{ + background:#fff; + background-color:#fff; + border-color:#222; + border-style:none; + border-width:0; + height:2px; + min-width:30px; + text-decoration:none; +} + +.tp-caption.Miami_nostyle,.Miami_nostyle +{ + border-color:#222; + border-style:none; + border-width:0; +} + +.tp-caption.miami_content_light,.miami_content_light +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:#fff; + font-family:"Source Sans Pro"; + font-size:22px; + font-weight:400; + letter-spacing:0; + line-height:28px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.miami_title_60px_dark,.miami_title_60px_dark +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:#333; + font-family:"Source Sans Pro"; + font-size:60px; + font-weight:700; + letter-spacing:1px; + line-height:60px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.miami_content_dark,.miami_content_dark +{ + background-color:transparent; + border-color:#000; + border-style:none; + border-width:0; + color:#666; + font-family:"Source Sans Pro"; + font-size:22px; + font-weight:400; + letter-spacing:0; + line-height:28px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.divideline30px_dark,.divideline30px_dark +{ + background-color:#333; + border-color:#222; + border-style:none; + border-width:0; + height:2px; + min-width:30px; + text-decoration:none; +} + +.tp-caption.ellipse70px,.ellipse70px +{ + background-color:rgba(0,0,0,0.14902); + border-color:#222; + border-radius:50px 50px 50px 50px; + border-style:none; + border-width:0; + cursor:pointer; + line-height:1px; + min-height:70px; + min-width:70px; + text-decoration:none; +} + +.tp-caption.arrowicon,.arrowicon +{ + border-color:#222; + border-style:none; + border-width:0; + line-height:1px; +} + +.tp-caption.MarkerDisplay,.MarkerDisplay +{ + background-color:transparent; + border-color:#000; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + font-family:"Permanent Marker"; + font-style:normal; + padding:0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Restaurant-Display,.Restaurant-Display +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:#fff; + font-family:Roboto; + font-size:120px; + font-style:normal; + font-weight:700; + line-height:120px; + padding:0; + text-decoration:none; +} + +.tp-caption.Restaurant-Cursive,.Restaurant-Cursive +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:#fff; + font-family:"Nothing you could do"; + font-size:30px; + font-style:normal; + font-weight:400; + letter-spacing:2px; + line-height:30px; + padding:0; + text-decoration:none; +} + +.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:#fff; + font-family:Roboto; + font-size:17px; + font-style:normal; + font-weight:400; + letter-spacing:2px; + line-height:17px; + padding:0; + text-decoration:none; +} + +.tp-caption.Restaurant-Description,.Restaurant-Description +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:#fff; + font-family:Roboto; + font-size:20px; + font-style:normal; + font-weight:300; + letter-spacing:3px; + line-height:30px; + padding:0; + text-decoration:none; +} + +.tp-caption.Restaurant-Price,.Restaurant-Price +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:#fff; + font-family:Roboto; + font-size:30px; + font-style:normal; + font-weight:300; + letter-spacing:3px; + line-height:30px; + padding:0; + text-decoration:none; +} + +.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem +{ + background-color:rgba(0,0,0,1.00); + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Roboto; + font-size:17px; + font-style:normal; + font-weight:400; + letter-spacing:2px; + line-height:17px; + padding:10px 30px; + text-align:left; + text-decoration:none; +} + +.tp-caption.Furniture-LogoText,.Furniture-LogoText +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(230,207,163,1.00); + font-family:Raleway; + font-size:160px; + font-style:normal; + font-weight:300; + line-height:150px; + padding:0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Furniture-Plus,.Furniture-Plus +{ + background-color:rgba(255,255,255,1.00); + border-color:transparent; + border-radius:30px 30px 30px 30px; + border-style:none; + border-width:0; + box-shadow:rgba(0,0,0,0.1) 0 1px 3px; + color:rgba(230,207,163,1.00); + font-family:Raleway; + font-size:20px; + font-style:normal; + font-weight:400; + line-height:20px; + padding:6px 7px 4px; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Furniture-Title,.Furniture-Title +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(0,0,0,1.00); + font-family:Raleway; + font-size:20px; + font-style:normal; + font-weight:700; + letter-spacing:3px; + line-height:20px; + padding:0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Furniture-Subtitle,.Furniture-Subtitle +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(0,0,0,1.00); + font-family:Raleway; + font-size:17px; + font-style:normal; + font-weight:300; + line-height:20px; + padding:0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Gym-Display,.Gym-Display +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:80px; + font-style:normal; + font-weight:900; + line-height:70px; + padding:0; + text-decoration:none; +} + +.tp-caption.Gym-Subline,.Gym-Subline +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:30px; + font-style:normal; + font-weight:100; + letter-spacing:5px; + line-height:30px; + padding:0; + text-decoration:none; +} + +.tp-caption.Gym-SmallText,.Gym-SmallText +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:17px; + font-style:normal; + font-weight:300; + line-height:22; + padding:0; + text-decoration:none; + text-shadow:none; +} + +.tp-caption.Fashion-SmallText,.Fashion-SmallText +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:12px; + font-style:normal; + font-weight:600; + letter-spacing:2px; + line-height:20px; + padding:0; + text-decoration:none; +} + +.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(0,0,0,1.00); + font-family:Raleway; + font-size:60px; + font-style:normal; + font-weight:900; + letter-spacing:2px; + line-height:60px; + padding:0; + text-decoration:none; +} + +.tp-caption.Fashion-TextBlock,.Fashion-TextBlock +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(0,0,0,1.00); + font-family:Raleway; + font-size:20px; + font-style:normal; + font-weight:400; + letter-spacing:2px; + line-height:40px; + padding:0; + text-decoration:none; +} + +.tp-caption.Sports-Display,.Sports-Display +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:130px; + font-style:normal; + font-weight:100; + letter-spacing:13px; + line-height:130px; + padding:0; + text-decoration:none; +} + +.tp-caption.Sports-DisplayFat,.Sports-DisplayFat +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Raleway; + font-size:130px; + font-style:normal; + font-weight:900; + line-height:130px; + padding:0; + text-decoration:none; +} + +.tp-caption.Sports-Subline,.Sports-Subline +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(0,0,0,1.00); + font-family:Raleway; + font-size:32px; + font-style:normal; + font-weight:400; + letter-spacing:4px; + line-height:32px; + padding:0; + text-decoration:none; +} + +.tp-caption.Instagram-Caption,.Instagram-Caption +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:Roboto; + font-size:20px; + font-style:normal; + font-weight:900; + line-height:20px; + padding:0; + text-decoration:none; +} + +.tp-caption.News-Title,.News-Title +{ + background-color:transparent; + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(255,255,255,1.00); + font-family:"Roboto Slab"; + font-size:70px; + font-style:normal; + font-weight:400; + line-height:60px; + padding:0; + text-decoration:none; +} + +.tp-caption.News-Subtitle,.News-Subtitle +{ + background-color:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-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:var(--light-rgba-0); + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(136,153,166,1.00); + font-family:Roboto; + font-size:15px; + font-style:normal; + font-weight:500; + line-height:22px; + padding:0; + text-align:left; + text-decoration:none; +} + +.tp-caption.Twitter-Content,.Twitter-Content +{ + background-color:rgba(255,255,255,1.00); + border-color:transparent; + border-radius:0 0 0 0; + border-style:none; + border-width:0; + color:rgba(41,47,51,1.00); + font-family:Roboto; + font-size:20px; + font-style:normal; + font-weight:500; + line-height:28px; + padding:30px 30px 70px; + text-align:left; + text-decoration:none; +} + +.revtp-searchform input[type="text"], +.revtp-searchform input[type="email"], +.revtp-form input[type="text"], +.revtp-form input[type="email"]{ + font-family: "Arial", sans-serif; + font-size: 15px; + color: #000; + background-color: #fff; + line-height: 46px; + padding: 0 20px; + cursor: text; + border: 0; + width: 400px; + margin-bottom: 0px; + -webkit-transition: background-color 0.5s; + -moz-transition: background-color 0.5s; + -o-transition: background-color 0.5s; + -ms-transition: background-color 0.5s; + transition: background-color 0.5s; + + + border-radius: 0px; +} + + +.tp-caption.BigBold-Title, +.BigBold-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 110px; + line-height: 100px; + font-weight: 800; + font-style: normal; + font-family: Raleway; + padding: 10px 0px 10px 0; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.BigBold-SubTitle, +.BigBold-SubTitle { + color: rgba(255, 255, 255, 0.50); + font-size: 15px; + line-height: 24px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.BigBold-Button, +.BigBold-Button { + color: rgba(255, 255, 255, 1.00); + font-size: 13px; + line-height: 13px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 15px 50px 15px 50px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 0.50); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.BigBold-Button:hover, +.BigBold-Button:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.FoodCarousel-Content, +.FoodCarousel-Content { + color: rgba(41, 46, 49, 1.00); + font-size: 17px; + line-height: 28px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 30px 30px 30px 30px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(41, 46, 49, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.FoodCarousel-Button, +.FoodCarousel-Button { + color: rgba(41, 46, 49, 1.00); + font-size: 13px; + line-height: 13px; + font-weight: 700; + font-style: normal; + font-family: Raleway; + padding: 15px 70px 15px 50px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(41, 46, 49, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.FoodCarousel-Button:hover, +.FoodCarousel-Button:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(41, 46, 49, 1.00); + border-color: rgba(41, 46, 49, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.FoodCarousel-CloseButton, +.FoodCarousel-CloseButton { + color: rgba(41, 46, 49, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 700; + font-style: normal; + font-family: Raleway; + padding: 14px 14px 14px 16px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(41, 46, 49, 0); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.FoodCarousel-CloseButton:hover, +.FoodCarousel-CloseButton:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(41, 46, 49, 1.00); + border-color: rgba(41, 46, 49, 0); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px +} +.tp-caption.Video-SubTitle, +.Video-SubTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 12px; + line-height: 12px; + font-weight: 600; + font-style: normal; + font-family: Raleway; + padding: 5px 5px 5px 5px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0.35); + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + letter-spacing: 2px; + text-align: left +} +.tp-caption.Video-Title, +.Video-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 900; + font-style: normal; + font-family: Raleway; + padding: 5px 5px 5px 5px; + text-decoration: none; + background-color: rgba(0, 0, 0, 1.00); + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Travel-BigCaption, +.Travel-BigCaption { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Travel-SmallCaption, +.Travel-SmallCaption { + color: rgba(255, 255, 255, 1.00); + font-size: 25px; + line-height: 30px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Travel-CallToAction, +.Travel-CallToAction { + color: rgba(255, 255, 255, 1.00); + font-size: 25px; + line-height: 25px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 12px 20px 12px 20px; + text-decoration: none; + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 5px 5px 5px 5px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.Travel-CallToAction:hover, +.Travel-CallToAction:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 5px 5px 5px 5px +} + + +.tp-caption.RotatingWords-TitleWhite, +.RotatingWords-TitleWhite { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 800; + font-style: normal; + font-family: Raleway; + padding: 0px 0px 0px 0; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.RotatingWords-Button, +.RotatingWords-Button { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 700; + font-style: normal; + font-family: Raleway; + padding: 20px 50px 20px 50px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 0.15); + border-style: solid; + border-width: 2px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 3px +} +.tp-caption.RotatingWords-Button:hover, +.RotatingWords-Button:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.RotatingWords-SmallText, +.RotatingWords-SmallText { + color: rgba(255, 255, 255, 1.00); + font-size: 14px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + text-shadow: none +} + + + + +.tp-caption.ContentZoom-SmallTitle, +.ContentZoom-SmallTitle { + color: rgba(41, 46, 49, 1.00); + font-size: 33px; + line-height: 45px; + font-weight: 600; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-SmallSubtitle, +.ContentZoom-SmallSubtitle { + color: rgba(111, 124, 130, 1.00); + font-size: 16px; + line-height: 24px; + font-weight: 600; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-SmallIcon, +.ContentZoom-SmallIcon { + color: rgba(41, 46, 49, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Raleway; + padding: 10px 10px 10px 10px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-SmallIcon:hover, +.ContentZoom-SmallIcon:hover { + color: rgba(111, 124, 130, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px +} +.tp-caption.ContentZoom-DetailTitle, +.ContentZoom-DetailTitle { + color: rgba(41, 46, 49, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-DetailSubTitle, +.ContentZoom-DetailSubTitle { + color: rgba(111, 124, 130, 1.00); + font-size: 25px; + line-height: 25px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-DetailContent, +.ContentZoom-DetailContent { + color: rgba(111, 124, 130, 1.00); + font-size: 17px; + line-height: 28px; + font-weight: 500; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ContentZoom-Button, +.ContentZoom-Button { + color: rgba(41, 46, 49, 1.00); + font-size: 13px; + line-height: 13px; + font-weight: 700; + font-style: normal; + font-family: Raleway; + padding: 15px 50px 15px 50px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(41, 46, 49, 0.50); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.ContentZoom-Button:hover, +.ContentZoom-Button:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(41, 46, 49, 1.00); + border-color: rgba(41, 46, 49, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.ContentZoom-ButtonClose, +.ContentZoom-ButtonClose { + color: rgba(41, 46, 49, 1.00); + font-size: 13px; + line-height: 13px; + font-weight: 700; + font-style: normal; + font-family: Raleway; + padding: 14px 14px 14px 16px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(41, 46, 49, 0.50); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: left; + letter-spacing: 1px +} +.tp-caption.ContentZoom-ButtonClose:hover, +.ContentZoom-ButtonClose:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(41, 46, 49, 1.00); + border-color: rgba(41, 46, 49, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px +} +.tp-caption.Newspaper-Title, +.Newspaper-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 55px; + font-weight: 400; + font-style: normal; + font-family: "Roboto Slab"; + padding: 0 0 10px 0; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Newspaper-Subtitle, +.Newspaper-Subtitle { + color: rgba(168, 216, 238, 1.00); + font-size: 15px; + line-height: 20px; + font-weight: 900; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Newspaper-Button, +.Newspaper-Button { + color: rgba(255, 255, 255, 1.00); + font-size: 13px; + line-height: 17px; + font-weight: 700; + font-style: normal; + font-family: Roboto; + padding: 12px 35px 12px 35px; + text-decoration: none; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.25); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 2px; + text-align: left +} +.tp-caption.Newspaper-Button:hover, +.Newspaper-Button:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.rtwhitemedium, +.rtwhitemedium { + font-size: 22px; + line-height: 26px; + color: rgb(255, 255, 255); + text-decoration: none; + background-color: transparent; + border-width: 0px; + border-color: rgb(0, 0, 0); + border-style: none; + text-shadow: none +} + +@media only screen and (max-width: 767px) { + .revtp-searchform input[type="text"], + .revtp-searchform input[type="email"], + .revtp-form input[type="text"], + .revtp-form input[type="email"] { width: 200px !important; } +} + +.revtp-searchform input[type="submit"], +.revtp-form input[type="submit"] { + font-family: "Arial", sans-serif; + line-height: 46px; + letter-spacing: 1px; + text-transform: uppercase; + font-size: 15px; + font-weight: 700; + padding: 0 20px; + border: 0; + background: #009aee; + color: #fff; + + + border-radius: 0px; +} + +.tp-caption.Twitter-Content a, + .tp-caption.Twitter-Content a:visited { + color: #0084B4 !important + } + .tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important + } + .tp-caption.Concept-Title, + .Concept-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 700; + font-style: normal; + font-family: "Roboto Condensed"; + padding: 0px 0px 10px 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 5px + } + .tp-caption.Concept-SubTitle, + .Concept-SubTitle { + color: rgba(255, 255, 255, 0.65); + font-size: 25px; + line-height: 25px; + font-weight: 700; + font-style: italic; + font-family: ""Playfair Display""; + padding: 0px 0px 10px 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.Concept-Content, + .Concept-Content { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 30px; + font-weight: 400; + font-style: normal; + font-family: "Roboto Condensed"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 1.00); + border-style: none; + border-width: 2px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.Concept-MoreBtn, + .Concept-MoreBtn { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 10px 8px 7px 10px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px; + letter-spacing: 1px; + text-align: left + } + .tp-caption.Concept-MoreBtn:hover, + .Concept-MoreBtn:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px + } + .tp-caption.Concept-LessBtn, + .Concept-LessBtn { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 10px 8px 7px 10px; + text-decoration: none; + text-align: left; + background-color: rgba(0, 0, 0, 1.00); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px; + letter-spacing: 1px; + text-align: left + } + .tp-caption.Concept-LessBtn:hover, + .Concept-LessBtn:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px + } + .tp-caption.Concept-SubTitle-Dark, + .Concept-SubTitle-Dark { + color: rgba(0, 0, 0, 0.65); + font-size: 25px; + line-height: 25px; + font-weight: 700; + font-style: italic; + font-family: "Playfair Display"; + padding: 0px 0px 10px 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.Concept-Title-Dark, + .Concept-Title-Dark { + color: rgba(0, 0, 0, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 700; + font-style: normal; + font-family: "Roboto Condensed"; + padding: 0px 0px 10px 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 5px + } + .tp-caption.Concept-MoreBtn-Dark, + .Concept-MoreBtn-Dark { + color: rgba(0, 0, 0, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 10px 8px 7px 10px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px; + letter-spacing: 1px; + text-align: left + } + .tp-caption.Concept-MoreBtn-Dark:hover, + .Concept-MoreBtn-Dark:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(0, 0, 0, 1.00); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 50px 50px 50px 50px + } + .tp-caption.Concept-Content-Dark, + .Concept-Content-Dark { + color: rgba(0, 0, 0, 1.00); + font-size: 20px; + line-height: 30px; + font-weight: 400; + font-style: normal; + font-family: "Roboto Condensed"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 1.00); + border-style: none; + border-width: 2px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.Concept-Notice, + .Concept-Notice { + color: rgba(255, 255, 255, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 400; + font-style: normal; + font-family: "Roboto Condensed"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 1.00); + border-style: none; + border-width: 2px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 2px + } + .tp-caption.Concept-Content a, + .tp-caption.Concept-Content a:visited { + color: #fff !important; + border-bottom: 1px solid #fff !important; + font-weight: 700 !important; + } + .tp-caption.Concept-Content a:hover { + border-bottom: 1px solid transparent !important; + } + .tp-caption.Concept-Content-Dark a, + .tp-caption.Concept-Content-Dark a:visited { + color: #000 !important; + border-bottom: 1px solid #000 !important; + font-weight: 700 !important; + } + .tp-caption.Concept-Content-Dark a:hover { + border-bottom: 1px solid transparent !important; + } + + .tp-caption.Twitter-Content a, + .tp-caption.Twitter-Content a:visited { + color: #0084B4 !important + } + .tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important + } + .tp-caption.Creative-Title, + .Creative-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.Creative-SubTitle, + .Creative-SubTitle { + color: rgba(205, 176, 131, 1.00); + font-size: 14px; + line-height: 14px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 2px + } + .tp-caption.Creative-Button, + .Creative-Button { + color: rgba(205, 176, 131, 1.00); + font-size: 13px; + line-height: 13px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 15px 50px 15px 50px; + text-decoration: none; + text-align: left; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(205, 176, 131, 0.25); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 2px + } + .tp-caption.Creative-Button:hover, + .Creative-Button:hover { + color: rgba(205, 176, 131, 1.00); + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(205, 176, 131, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px + } + +.tp-caption.subcaption, + .subcaption { + color: rgba(111, 124, 130, 1.00); + font-size: 19px; + line-height: 24px; + font-weight: 400; + font-style: normal; + font-family: roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: rgba(0, 0, 0, 1.00); + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-shadow: none; + text-align: left + } + .tp-caption.RedDot, + .RedDot { + color: rgba(0, 0, 0, 1.00); + font-weight: 400; + font-style: normal; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: left; + background-color: rgba(213, 0, 0, 1.00); + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 5px; + border-radius: 50px 50px 50px 50px + } + .tp-caption.RedDot:hover, + .RedDot:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 0.75); + border-color: rgba(213, 0, 0, 1.00); + border-style: solid; + border-width: 5px; + border-radius: 50px 50px 50px 50px + } + + .tp-caption.SlidingOverlays-Title, + .SlidingOverlays-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + .tp-caption.SlidingOverlays-Title, + .SlidingOverlays-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + + .tp-caption.Woo-TitleLarge, + .Woo-TitleLarge { + color: rgba(0, 0, 0, 1.00); + font-size: 40px; + line-height: 40px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + + } + .tp-caption.Woo-Rating, + .Woo-Rating { + color: rgba(0, 0, 0, 1.00); + font-size: 14px; + line-height: 30px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + + } + .tp-caption.Woo-SubTitle, + .Woo-SubTitle { + color: rgba(0, 0, 0, 1.00); + font-size: 18px; + line-height: 18px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 2px; + + } + .tp-caption.Woo-PriceLarge, + .Woo-PriceLarge { + color: rgba(0, 0, 0, 1.00); + font-size: 60px; + line-height: 60px; + font-weight: 700; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + + } + .tp-caption.Woo-ProductInfo, + .Woo-ProductInfo { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 12px 75px 12px 50px; + text-decoration: none; + background-color: rgba(254, 207, 114, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px; + text-align: left; + + } + .tp-caption.Woo-ProductInfo:hover, + .Woo-ProductInfo:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(243, 168, 71, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px + } + .tp-caption.Woo-AddToCart, + .Woo-AddToCart { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 12px 35px 12px 35px; + text-decoration: none; + background-color: rgba(254, 207, 114, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px; + text-align: left; + + } + .tp-caption.Woo-AddToCart:hover, + .Woo-AddToCart:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(243, 168, 71, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px + } + .tp-caption.Woo-TitleLarge, + .Woo-TitleLarge { + color: rgba(0, 0, 0, 1.00); + font-size: 40px; + line-height: 40px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + + } + .tp-caption.Woo-SubTitle, + .Woo-SubTitle { + color: rgba(0, 0, 0, 1.00); + font-size: 18px; + line-height: 18px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 2px; + + } + .tp-caption.Woo-PriceLarge, + .Woo-PriceLarge { + color: rgba(0, 0, 0, 1.00); + font-size: 60px; + line-height: 60px; + font-weight: 700; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + + } + .tp-caption.Woo-ProductInfo, + .Woo-ProductInfo { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 12px 75px 12px 50px; + text-decoration: none; + background-color: rgba(254, 207, 114, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px; + text-align: left; + + } + .tp-caption.Woo-ProductInfo:hover, + .Woo-ProductInfo:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(243, 168, 71, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px + } + .tp-caption.Woo-AddToCart, + .Woo-AddToCart { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 12px 35px 12px 35px; + text-decoration: none; + background-color: rgba(254, 207, 114, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px; + text-align: left; + + } + .tp-caption.Woo-AddToCart:hover, + .Woo-AddToCart:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(243, 168, 71, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px + } + + .tp-caption.FullScreen-Toggle, + .FullScreen-Toggle { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Raleway; + padding: 11px 8px 11px 12px; + text-decoration: none; + text-align: left; + background-color: rgba(0, 0, 0, 0.50); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 3px; + text-align: left + } + .tp-caption.FullScreen-Toggle:hover, + .FullScreen-Toggle:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(0, 0, 0, 1.00); + border-color: rgba(255, 255, 255, 0); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px + } + + .tp-caption.Agency-Title, +.Agency-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 900; + font-style: normal; + font-family: lato; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 10px +} +.tp-caption.Agency-SubTitle, +.Agency-SubTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: italic; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.Agency-PlayBtn, +.Agency-PlayBtn { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 71px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 0px; + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 100px 100px 100px 100px; + text-align: center +} +.tp-caption.Agency-PlayBtn:hover, +.Agency-PlayBtn:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 100px 100px 100px 100px; + cursor: pointer +} +.tp-caption.Agency-SmallText, +.Agency-SmallText { + color: rgba(255, 255, 255, 1.00); + font-size: 12px; + line-height: 12px; + font-weight: 900; + font-style: normal; + font-family: lato; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 5px +} +.tp-caption.Agency-Social, +.Agency-Social { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 30px 30px 30px 30px; + text-align: center +} +.tp-caption.Agency-Social:hover, +.Agency-Social:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(51, 51, 51, 1.00); + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 2px; + border-radius: 30px 30px 30px 30px; + cursor: pointer +} +.tp-caption.Agency-CloseBtn, +.Agency-CloseBtn { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 0px; + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 0); + border-style: none; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + text-align: center +} +.tp-caption.Agency-CloseBtn:hover, +.Agency-CloseBtn:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 0); + border-style: none; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + cursor: pointer +} + +.tp-caption.Dining-Title, +.Dining-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 400; + font-style: normal; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 10px +} +.tp-caption.Dining-SubTitle, +.Dining-SubTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Dining-BtnLight, +.Dining-BtnLight { + color: rgba(255, 255, 255, 0.50); + font-size: 15px; + line-height: 15px; + font-weight: 700; + font-style: normal; + font-family: Lato; + padding: 17px 73px 17px 50px; + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 0.25); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 2px +} +.tp-caption.Dining-BtnLight:hover, +.Dining-BtnLight:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px +} +.tp-caption.Dining-Social, +.Dining-Social { + color: rgba(255, 255, 255, 1.00); + font-size: 25px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 0.25); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: center +} +.tp-caption.Dining-Social:hover, +.Dining-Social:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + cursor: pointer +} +tp-caption.Team-Thumb, +.Team-Thumb { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 22px; + font-weight: 400; + font-style: normal; + font-family: Arial; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Team-Thumb:hover, +.Team-Thumb:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer +} +.tp-caption.Team-Name, +.Team-Name { + color: rgba(255, 255, 255, 1.00); + font-size: 70px; + line-height: 70px; + font-weight: 900; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Team-Position, +.Team-Position { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 400; + font-style: normal; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Team-Description, +.Team-Description { + color: rgba(255, 255, 255, 1.00); + font-size: 18px; + line-height: 28px; + font-weight: 400; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Team-Social, +.Team-Social { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: Arial; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.Team-Social:hover, +.Team-Social:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} + +.tp-caption.VideoControls-Play, +.VideoControls-Play { + color: rgba(0, 0, 0, 1.00); + font-size: 50px; + line-height: 120px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 7px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + text-align: center +} +.tp-caption.VideoControls-Play:hover, +.VideoControls-Play:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + cursor: pointer +} +.tp-caption.VideoPlayer-Title, +.VideoPlayer-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 40px; + line-height: 40px; + font-weight: 900; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 10px +} +.tp-caption.VideoPlayer-SubTitle, +.VideoPlayer-SubTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: italic; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.VideoPlayer-Social, +.VideoPlayer-Social { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 400; + font-style: normal; + font-family: Arial; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.VideoPlayer-Social:hover, +.VideoPlayer-Social:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} +.tp-caption.VideoControls-Mute, +.VideoControls-Mute { + color: rgba(0, 0, 0, 1.00); + font-size: 20px; + line-height: 50px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 0px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + text-align: center +} +.tp-caption.VideoControls-Mute:hover, +.VideoControls-Mute:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + cursor: pointer +} +.tp-caption.VideoControls-Pause, +.VideoControls-Pause { + color: rgba(0, 0, 0, 1.00); + font-size: 20px; + line-height: 50px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 0px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + text-align: center +} +.tp-caption.VideoControls-Pause:hover, +.VideoControls-Pause:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 100px 100px 100px 100px; + cursor: pointer + } + +.soundcloudwrapper iframe { + width: 100% !important +} +.tp-caption.SleekLanding-Title, +.SleekLanding-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 35px; + line-height: 40px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 5px +} +.tp-caption.SleekLanding-ButtonBG, +.SleekLanding-ButtonBG { + color: rgba(0, 0, 0, 1.00); + + font-weight: 700; + font-style: normal; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: rgba(255, 255, 255, 0.10); + border-color: rgba(0, 0, 0, 0); + border-style: solid; + border-width: 0px; + border-radius: 5px 5px 5px 5px; + text-align: left; + box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15) +} +.tp-caption.SleekLanding-SmallTitle, +.SleekLanding-SmallTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 13px; + line-height: 50px; + font-weight: 900; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left; + letter-spacing: 2px +} +.tp-caption.SleekLanding-BottomText, +.SleekLanding-BottomText { + color: rgba(255, 255, 255, 1.00); + font-size: 15px; + line-height: 24px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.SleekLanding-Social, +.SleekLanding-Social { + color: rgba(255, 255, 255, 1.00); + font-size: 22px; + line-height: 30px; + font-weight: 400; + font-style: normal; + font-family: Arial; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.SleekLanding-Social:hover, +.SleekLanding-Social:hover { + color: rgba(0, 0, 0, 0.25); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer +} +#rev_slider_429_1_wrapper .tp-loader.spinner2 { + background-color: #555555 !important; +} +.tp-fat { + font-weight: 900 !important; +} + +.tp-caption.PostSlider-Category, +.PostSlider-Category { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 15px; + font-weight: 300; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + letter-spacing: 3px; + text-align: left +} +.tp-caption.PostSlider-Title, +.PostSlider-Title { + color: rgba(0, 0, 0, 1.00); + font-size: 40px; + line-height: 40px; + font-weight: 400; + font-style: normal; + font-family: "Playfair Display"; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.PostSlider-Content, +.PostSlider-Content { + color: rgba(119, 119, 119, 1.00); + font-size: 15px; + line-height: 23px; + font-weight: 400; + font-style: normal; + font-family: Roboto; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.PostSlider-Button, +.PostSlider-Button { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 40px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 1px 56px 1px 32px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + text-align: left +} +.tp-caption.PostSlider-Button:hover, +.PostSlider-Button:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(238, 238, 238, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} + +/* media queries */ + +@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title, +.LandingPage-Title { + color:rgba(255, + 255, + 255, + 1.00); + font-size:70px; + line-height:80px; + font-weight:900; + font-style:normal; + font-family:Lato; + padding:0 0 0 0px; + text-decoration:none; + background-color:transparent; + border-color:transparent; + border-style:none; + border-width:0px; + border-radius:0 0 0 0px; + text-align:left; + letter-spacing:10px +} +.tp-caption.LandingPage-SubTitle, +.LandingPage-SubTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 30px; + font-weight: 400; + font-style: italic; + font-family: Georgia, serif; + padding: 0 0 0 0px; + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.LandingPage-Button, +.LandingPage-Button { + color: rgba(0, 0, 0, 1.00); + font-size: 15px; + line-height: 54px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 35px 0px 35px; + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + text-align: left; + letter-spacing: 3px +} +.tp-caption.LandingPage-Button:hover, +.LandingPage-Button:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} +.tp-caption.App-Content a, +.tp-caption.App-Content a:visited { + color: #89124e !important; + border-bottom: 1px solid transparent !important; + font-weight: bold !important; +} +.tp-caption.App-Content a:hover { + border-bottom: 1px solid #89124e !important; +} +.tp-caption.RockBand-LogoText, +.RockBand-LogoText { + color: rgba(255, 255, 255, 1.00); + font-size: 60px; + line-height: 60px; + font-weight: 700; + font-style: normal; + font-family: Oswald; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Twitter-Content a, +.tp-caption.Twitter-Content a:visited { + color: #fff !important; + text-decoration: underline !important; +} +.tp-caption.Twitter-Content a:hover { + color: #fff !important; + text-decoration: none !important; +} +.soundcloudwrapper iframe { + width: 100% !important +} + +.tp-caption.Agency-LogoText, +.Agency-LogoText { + color: rgba(255, 255, 255, 1.00); + font-size: 12px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 1px +} +.tp-caption.ComingSoon-Highlight, +.ComingSoon-Highlight { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 37px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 20px 3px 20px; + text-decoration: none; + text-align: left; + background-color: rgba(0, 154, 238, 1.00); + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ComingSoon-Count, +.ComingSoon-Count { + color: rgba(255, 255, 255, 1.00); + font-size: 50px; + line-height: 50px; + font-weight: 900; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.ComingSoon-CountUnit, +.ComingSoon-CountUnit { + color: rgba(255, 255, 255, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.ComingSoon-NotifyMe, +.ComingSoon-NotifyMe { + color: rgba(164, 157, 143, 1.00); + font-size: 27px; + line-height: 35px; + font-weight: 600; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} + +#mc_embed_signup input#mce-EMAIL { + font-family: "Lato", sans-serif; + font-size: 15px; + color: #000; + background-color: #fff; + line-height: 46px; + padding: 0 20px; + cursor: text; + border: 1px solid #fff; + width: 400px; + margin-bottom: 0px; + -webkit-transition: background-color 0.5s; + -moz-transition: background-color 0.5s; + -o-transition: background-color 0.5s; + -ms-transition: background-color 0.5s; + transition: background-color 0.5s; + + + border-radius: 0px; +} +#mc_embed_signup input#mce-EMAIL[type="email"]:focus { + background-color: #fff; + border: 1px solid #666; + border-right: 0; +} +#mc_embed_signup input#mc-embedded-subscribe, +#mc_embed_signup input#mc-embedded-subscribe:focus { + font-family: "Lato", sans-serif; + line-height: 46px; + letter-spacing: 1px; + text-transform: uppercase; + font-size: 13px; + font-weight: 900; + padding: 0 20px; + border: 1px solid #009aee; + background: #009aee; + color: #fff; + + + border-radius: 0px; +} +#mc_embed_signup input#mc-embedded-subscribe:hover { + background: #0083d4; +} +@media only screen and (max-width: 767px) { + #mc_embed_signup input#mce-EMAIL { + width: 200px; + } +} +.tp-caption.Agency-SmallTitle, +.Agency-SmallTitle { + color: rgba(255, 255, 255, 1.00); + font-size: 15px; + line-height: 22px; + font-weight: 400; + font-style: normal; + font-family: lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 6px +} +.tp-caption.Agency-SmallContent, +.Agency-SmallContent { + color: rgba(255, 255, 255, 1.00); + font-size: 15px; + line-height: 24px; + font-weight: 400; + font-style: normal; + font-family: lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.Agency-SmallLink, +.Agency-SmallLink { + color: rgba(248, 124, 9, 1.00); + font-size: 12px; + line-height: 22px; + font-weight: 700; + font-style: normal; + font-family: lato; + padding: 0 0 0px 0; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 2px; + border-bottom: 1px solid #f87c09 !important +} +.tp-caption.Agency-SmallLink:hover, +.Agency-SmallLink:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer +} +.tp-caption.Agency-NavButton, +.Agency-NavButton { + color: rgba(51, 51, 51, 1.00); + font-size: 17px; + line-height: 50px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 0px 0px 0px 0px; + text-decoration: none; + text-align: center; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + text-align: center +} +.tp-caption.Agency-NavButton:hover, +.Agency-NavButton:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(51, 51, 51, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} +.tp-caption.Agency-SmallLinkGreen, +.Agency-SmallLinkGreen { + color: rgba(109, 177, 155, 1.00); + font-size: 12px; + line-height: 22px; + font-weight: 700; + font-style: normal; + font-family: lato; + padding: 0 0 0px 0; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 2px; + border-bottom: 1px solid #6db19b !important +} +.tp-caption.Agency-SmallLinkGreen:hover, +.Agency-SmallLinkGreen:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer +} +.tp-caption.Agency-SmallLinkBlue, +.Agency-SmallLinkBlue { + color: rgba(153, 153, 153, 1.00); + font-size: 12px; + line-height: 22px; + font-weight: 700; + font-style: normal; + font-family: lato; + padding: 0 0 0px 0; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 2px; + border-bottom: 1px solid #999 !important +} +.tp-caption.Agency-SmallLinkBlue:hover, +.Agency-SmallLinkBlue:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer +} +.tp-caption.Agency-LogoText, +.Agency-LogoText { + color: rgba(255, 255, 255, 1.00); + font-size: 12px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; + letter-spacing: 1px +} +.tp-caption.Agency-ArrowTooltip, +.Agency-ArrowTooltip { + color: rgba(51, 51, 51, 1.00); + font-size: 15px; + line-height: 20px; + font-weight: 400; + font-style: normal; + font-family: "Permanent Marker"; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left +} +.tp-caption.Agency-SmallSocial, +.Agency-SmallSocial { + color: rgba(255, 255, 255, 1.00); + font-size: 30px; + line-height: 30px; + font-weight: 400; + font-style: normal; + font-family: Arial; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center +} +.tp-caption.Agency-SmallSocial:hover, +.Agency-SmallSocial:hover { + color: rgba(51, 51, 51, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} +.tp-caption.Twitter-Content a, +.tp-caption.Twitter-Content a:visited { + color: #0084B4 !important +} +.tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important +} +.tp-caption.CreativeFrontPage-Btn, +.CreativeFrontPage-Btn { + color: rgba(255, 255, 255, 1.00); + font-size: 14px; + line-height: 60px; + font-weight: 900; + font-style: normal; + font-family: Roboto; + padding: 0px 50px 0px 50px; + text-decoration: none; + text-align: left; + background-color: rgba(0, 104, 92, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 4px 4px 4px 4px; + letter-spacing: 2px +} +.tp-caption.CreativeFrontPage-Btn:hover, +.CreativeFrontPage-Btn:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: rgba(0, 0, 0, 0.25); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 4px 4px 4px 4px; + cursor: pointer +} +.tp-caption.CreativeFrontPage-Menu, +.CreativeFrontPage-Menu { + color: rgba(255, 255, 255, 1.00); + font-size: 14px; + line-height: 14px; + font-weight: 500; + font-style: normal; + font-family: roboto; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + letter-spacing: 2px +} +.tp-flip-index { + z-index: 1000 !important; +} +.tp-caption.Twitter-Content a, +.tp-caption.Twitter-Content a:visited { + color: #0084B4 !important +} +.tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important +} +.tp-caption.FullScreenMenu-Category, +.FullScreenMenu-Category { + color: rgba(17, 17, 17, 1.00); + font-size: 20px; + line-height: 20px; + font-weight: 700; + font-style: normal; + font-family: BenchNine; + padding: 21px 30px 16px 30px; + text-decoration: none; + text-align: left; + background-color: rgba(255, 255, 255, 0.90); + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + letter-spacing: 3px +} +.tp-caption.FullScreenMenu-Title, +.FullScreenMenu-Title { + color: rgba(255, 255, 255, 1.00); + font-size: 65px; + line-height: 70px; + font-weight: 700; + font-style: normal; + font-family: BenchNine; + padding: 21px 30px 16px 30px; + text-decoration: none; + text-align: left; + background-color: rgba(17, 17, 17, 0.90); + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px +} +.tp-caption.Twitter-Content a, +.tp-caption.Twitter-Content a:visited { + color: #0084B4 !important +} +.tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important +} +.tp-caption.TechJournal-Button, +.TechJournal-Button { + color: rgba(255, 255, 255, 1.00); + font-size: 13px; + line-height: 40px; + font-weight: 900; + font-style: normal; + font-family: Raleway; + padding: 1px 30px 1px 30px; + text-decoration: none; + text-align: left; + background-color: rgba(138, 0, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + letter-spacing: 3px +} +.tp-caption.TechJournal-Button:hover, +.TechJournal-Button:hover { + color: rgba(0, 0, 0, 1.00); + text-decoration: none; + background-color: rgba(255, 255, 255, 1.00); + border-color: rgba(0, 0, 0, 1.00); + border-style: solid; + border-width: 0px; + border-radius: 0px 0px 0px 0px; + cursor: pointer +} +.tp-caption.TechJournal-Big, +.TechJournal-Big { + color: rgba(255, 255, 255, 1.00); + font-size: 120px; + line-height: 120px; + font-weight: 900; + font-style: normal; + font-family: Raleway; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + letter-spacing: 0px +} +.rev_slider { + overflow: hidden; +} +.effect_layer { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} + +.tp-caption.Twitter-Content a, + .tp-caption.Twitter-Content a:visited { + color: #0084B4 !important + } + .tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important + } + #menu_forcefullwidth { + z-index: 5000; + position: fixed !important; + top: 0px; + left: 0px; + width: 100% + } + .tp-caption.FullSiteBlock-Title, + .FullSiteBlock-Title { + color: rgba(51, 51, 51, 1.00); + font-size: 55px; + line-height: 65px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link, + .FullSiteBlock-Link { + color: rgba(0, 150, 255, 1.00); + font-size: 25px; + line-height: 24px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link:hover, + .FullSiteBlock-Link:hover { + color: rgba(51, 51, 51, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .tp-caption.FullSiteBlock-DownButton, + .FullSiteBlock-DownButton { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 32px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 1px 1px 1px 1px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: center + } + .tp-caption.FullSiteBlock-DownButton:hover, + .FullSiteBlock-DownButton:hover { + color: rgba(0, 150, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(0, 150, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + cursor: pointer + } + .tp-caption.FullSiteBlock-Title, + .FullSiteBlock-Title { + color: rgba(51, 51, 51, 1.00); + font-size: 55px; + line-height: 65px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link, + .FullSiteBlock-Link { + color: rgba(0, 150, 255, 1.00); + font-size: 25px; + line-height: 24px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link:hover, + .FullSiteBlock-Link:hover { + color: rgba(51, 51, 51, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .tp-caption.FullSiteBlock-DownButton, + .FullSiteBlock-DownButton { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 32px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 1px 1px 1px 1px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: center + } + .tp-caption.FullSiteBlock-DownButton:hover, + .FullSiteBlock-DownButton:hover { + color: rgba(0, 150, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(0, 150, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + cursor: pointer + } + .tp-caption.FullSiteBlock-Title, + .FullSiteBlock-Title { + color: rgba(51, 51, 51, 1.00); + font-size: 55px; + line-height: 65px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-DownButton, + .FullSiteBlock-DownButton { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 32px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 1px 1px 1px 1px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: center + } + .tp-caption.FullSiteBlock-DownButton:hover, + .FullSiteBlock-DownButton:hover { + color: rgba(0, 150, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(0, 150, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + cursor: pointer + } + .tp-caption.FullSiteBlock-Title, + .FullSiteBlock-Title { + color: rgba(51, 51, 51, 1.00); + font-size: 55px; + line-height: 65px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link, + .FullSiteBlock-Link { + color: rgba(0, 150, 255, 1.00); + font-size: 25px; + line-height: 24px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link:hover, + .FullSiteBlock-Link:hover { + color: rgba(51, 51, 51, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .tp-caption.FullSiteBlock-DownButton, + .FullSiteBlock-DownButton { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 32px; + font-weight: 500; + font-style: normal; + font-family: Roboto; + padding: 1px 1px 1px 1px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: rgba(51, 51, 51, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + text-align: center + } + .tp-caption.FullSiteBlock-DownButton:hover, + .FullSiteBlock-DownButton:hover { + color: rgba(0, 150, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: rgba(0, 150, 255, 1.00); + border-style: solid; + border-width: 1px; + border-radius: 30px 30px 30px 30px; + cursor: pointer + } + .rev_slider { + overflow: hidden; + } + .effect_layer { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + } + .gyges .tp-thumb { + opacity: 1 + } + .gyges .tp-thumb-img-wrap { + padding: 3px; + background-color: rgba(0, 0, 0, 0.25); + display: inline-block; + width: 100%; + height: 100%; + position: relative; + margin: 0px; + box-sizing: border-box; + transition: all 0.3s; + -webkit-transition: all 0.3s; + } + .gyges .tp-thumb-image { + padding: 3px; + display: block; + box-sizing: border-box; + position: relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); + } + .gyges .tp-thumb:hover .tp-thumb-img-wrap, + .gyges .tp-thumb.selected .tp-thumb-img-wrap { + background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); + background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); + background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); + } + .tp-caption.FullSiteBlock-Title, + .FullSiteBlock-Title { + color: rgba(51, 51, 51, 1.00); + font-size: 55px; + line-height: 65px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link, + .FullSiteBlock-Link { + color: rgba(0, 150, 255, 1.00); + font-size: 25px; + line-height: 24px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-Link:hover, + .FullSiteBlock-Link:hover { + color: rgba(51, 51, 51, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.FullSiteBlock-FooterLink, + .FullSiteBlock-FooterLink { + color: rgba(85, 85, 85, 1.00); + font-size: 15px; + line-height: 20px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: left + } + .tp-caption.FullSiteBlock-FooterLink:hover, + .FullSiteBlock-FooterLink:hover { + color: rgba(0, 150, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .fb-share-button.fb_iframe_widget iframe { + width: 115px!important; + } + #tp-socialwrapper { + opacity: 0; + } + + .tp-caption.Twitter-Content a, + .tp-caption.Twitter-Content a:visited { + color: #0084B4 !important + } + .tp-caption.Twitter-Content a:hover { + color: #0084B4 !important; + text-decoration: underline !important + } + #menu_forcefullwidth { + z-index: 5000; + position: fixed !important; + top: 0px; + left: 0px; + width: 100% + } + #tp-menubg { + background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); + /* FF3.6-15 */ + + background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); + /* Chrome10-25,Safari5.1-6 */ + + background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); + /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + + filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0); + /* IE6-9 */ + } + #mc_embed_signup input[type="email"] { + font-family: "Lato", sans-serif; + font-size: 16px; + font-weight: 400; + background-color: #fff; + color: #888 !important; + line-height: 46px; + padding: 0 20px; + cursor: text; + border: 0; + width: 400px; + margin-bottom: 0px; + -webkit-transition: background-color 0.5s; + -moz-transition: background-color 0.5s; + -o-transition: background-color 0.5s; + -ms-transition: background-color 0.5s; + transition: background-color 0.5s; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + } + #mc_embed_signup input[type="email"]::-webkit-input-placeholder { + color: #888 !important; + } + #mc_embed_signup input[type="email"]::-moz-placeholder { + color: #888 !important; + } + #mc_embed_signup input[type="email"]:-ms-input-placeholder { + color: #888 !important; + } + #mc_embed_signup input[type="email"]:focus { + background-color: #f5f5f5; + color: #454545; + } + #mc_embed_signup input#mc-embedded-subscribe, + #mc_embed_signup input#mc-embedded-subscribe:focus { + font-family: "Lato", sans-serif; + line-height: 46px; + font-size: 16px; + font-weight: 700; + padding: 0 30px; + border: 0; + background: #f04531; + text-transform: none; + color: #fff; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + } + #mc_embed_signup input#mc-embedded-subscribe:hover { + background: #e03727; + } + @media only screen and (max-width: 767px) { + #mc_embed_signup input[type="email"] { + width: 260px; + } + } + @media only screen and (max-width: 480px) { + #mc_embed_signup input[type="email"] { + width: 160px; + } + } + #rev_slider_167_6 .uranus.tparrows { + width: 50px; + height: 50px; + background: rgba(255, 255, 255, 0); + } + #rev_slider_167_6 .uranus.tparrows:before { + width: 50px; + height: 50px; + line-height: 50px; + font-size: 40px; + transition: all 0.3s; + -webkit-transition: all 0.3s; + } + #rev_slider_167_6 .uranus.tparrows:hover:before { + opacity: 0.75; + } + .tp-caption.FullSiteBlock-SubTitle, + .FullSiteBlock-SubTitle { + color: rgba(51, 51, 51, 1.00); + font-size: 25px; + line-height: 34px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center + } + .tp-caption.ParallaxWebsite-FooterItem, + .ParallaxWebsite-FooterItem { + color: rgba(255, 255, 255, 0.50); + font-size: 16px; + line-height: 24px; + font-weight: 400; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: left; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px + } + .tp-caption.ParallaxWebsite-FooterItem:hover, + .ParallaxWebsite-FooterItem:hover { + color: rgba(255, 255, 255, 1.00); + text-decoration: none; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + cursor: pointer + } + .fb-share-button.fb_iframe_widget iframe { + width: 115px!important; + } + iframe.twitter-share-button { + display: none; + } + .fb-share-button.fb_iframe_widget iframe { + display: none; + } + + .tp-caption.FullSiteBlock-Link, + .FullSiteBlock-Link { + color: rgba(0,150,255,1.00); + font-size: 25px; + line-height: 24px; + font-weight: 300; + font-style: normal; + font-family: Lato; + padding: 0 0 0 0px; + text-decoration: none; + text-align: center; + background-color: transparent; + border-color: transparent; + border-style: none; + border-width: 0px; + border-radius: 0 0 0 0px; + text-align: center; +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/ares.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/ares.css new file mode 100644 index 0000000..49b2d20 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/ares.css @@ -0,0 +1,241 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ARES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +.ares.tparrows { + cursor:pointer; + background:#fff; + min-width:60px; + min-height:60px; + position:absolute; + display:block; + z-index:100; + border-radius:50%; +} +.ares.tparrows:hover { +} +.ares.tparrows:before { + font-family: "revicons"; + font-size:25px; + color:#aaa; + display:block; + line-height: 60px; + text-align: center; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + transition: color 0.3s; + z-index:2; + position:relative; +} +.ares.tparrows.tp-leftarrow:before { + content: "\e81f"; +} +.ares.tparrows.tp-rightarrow:before { + content: "\e81e"; +} +.ares.tparrows:hover:before { + color:#000; + } +.tp-title-wrap { + position:absolute; + z-index:1; + display:inline-block; + background:#fff; + min-height:60px; + line-height:60px; + top:0px; + margin-left:30px; + border-radius:0px 30px 30px 0px; + overflow:hidden; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:scaleX(0); + -webkit-transform:scaleX(0); + transform-origin:0% 50%; + -webkit-transform-origin:0% 50%; +} + .ares.tp-rightarrow .tp-title-wrap { + right:0px; + margin-right:30px;margin-left:0px; + -webkit-transform-origin:100% 50%; +border-radius:30px 0px 0px 30px; + } +.ares.tparrows:hover .tp-title-wrap { + transform:scaleX(1) scaleY(1); + -webkit-transform:scaleX(1) scaleY(1); +} +.ares .tp-arr-titleholder { + position:relative; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:translateX(200px); + text-transform:uppercase; + color:#000; + font-weight:400; + font-size:14px; + line-height:60px; + white-space:nowrap; + padding:0px 20px; + margin-left:10px; + opacity:0; +} + +.ares.tp-rightarrow .tp-arr-titleholder { + transform:translateX(-200px); + margin-left:0px; margin-right:10px; + } + +.ares.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +/* BULLETS */ +.ares.tp-bullets { +} +.ares.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.ares .tp-bullet { + width:13px; + height:13px; + position:absolute; + background:#e5e5e5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.ares .tp-bullet:hover, +.ares .tp-bullet.selected { + background:#fff; +} +.ares .tp-bullet-title { + position:absolute; + color:#888; + font-size:12px; + padding:0px 10px; + font-weight:600; + right:27px; + top:-4px; + background:#fff; + background:rgba(255,255,255,0.75); + visibility:hidden; + transform:translateX(-20px); + -webkit-transform:translateX(-20px); + transition:transform 0.3s; + -webkit-transition:transform 0.3s; + line-height:20px; + white-space:nowrap; +} + +.ares .tp-bullet-title:after { + width: 0px; + height: 0px; + border-style: solid; + border-width: 10px 0 10px 10px; + border-color: transparent transparent transparent rgba(255,255,255,0.75); + content:" "; + position:absolute; + right:-10px; + top:0px; +} + +.ares .tp-bullet:hover .tp-bullet-title{ + visibility:visible; + transform:translateX(0px); + -webkit-transform:translateX(0px); +} + +.ares .tp-bullet.selected:hover .tp-bullet-title { + background:#fff; + } +.ares .tp-bullet.selected:hover .tp-bullet-title:after { + border-color:transparent transparent transparent #fff; +} +.ares.tp-bullets:hover .tp-bullet-title { + visibility:hidden; +} +.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { + visibility:visible; + } + +/* TABS */ +.ares .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid #e5e5e5; + } +.ares .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.ares .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.ares .tp-tab-date + { + display:block; + color: #aaa; + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.ares .tp-tab-title +{ + display:block; + text-align:left; + color:#333; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.ares .tp-tab:hover, +.ares .tp-tab.selected { + background:#eee; +} + +.ares .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/custom.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/custom.css new file mode 100644 index 0000000..8e36c4b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/custom.css @@ -0,0 +1,79 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + CUSTOM SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.custom.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:100; +} +.custom.tparrows:hover { + background:#000; +} +.custom.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.custom.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.custom.tparrows.tp-rightarrow:before { + content: "\e825"; +} + + + +/* BULLETS */ +.custom.tp-bullets { +} +.custom.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.custom .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#aaa; + background:rgba(125,125,125,0.5); + cursor: pointer; + box-sizing:content-box; +} +.custom .tp-bullet:hover, +.custom .tp-bullet.selected { + background:rgb(125,125,125); +} +.custom .tp-bullet-image { +} +.custom .tp-bullet-title { +} + + +/* THUMBS */ + + +/* TABS */ + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/dione.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/dione.css new file mode 100644 index 0000000..6c8b1d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/dione.css @@ -0,0 +1,177 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + DIONE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.dione.tparrows { + height:100%; + width:100px; + background:transparent; + background:rgba(0,0,0,0); + line-height:100%; + transition:all 0.3s; +-webkit-transition:all 0.3s; +} + +.dione.tparrows:hover { + background:rgba(0,0,0,0.45); + } +.dione .tp-arr-imgwrapper { + width:100px; + left:0px; + position:absolute; + height:100%; + top:0px; + overflow:hidden; + } +.dione.tp-rightarrow .tp-arr-imgwrapper { +left:auto; +right:0px; +} + +.dione .tp-arr-imgholder { +background-position:center center; +background-size:cover; +width:100px; +height:100%; +top:0px; +visibility:hidden; +transform:translateX(-50px); +-webkit-transform:translateX(-50px); +transition:all 0.3s; +-webkit-transition:all 0.3s; +opacity:0; +left:0px; +} + +.dione.tparrows.tp-rightarrow .tp-arr-imgholder { + right:0px; + left:auto; + transform:translateX(50px); + -webkit-transform:translateX(50px); +} + +.dione.tparrows:before { +position:absolute; +line-height:30px; +margin-left:-22px; +top:50%; +left:50%; +font-size:30px; +margin-top:-15px; +transition:all 0.3s; +-webkit-transition:all 0.3s; +} + +.dione.tparrows.tp-rightarrow:before { +margin-left:6px; +} + +.dione.tparrows:hover:before { + transform:translateX(-20px); +-webkit-transform:translateX(-20px); +opacity:0; +} + +.dione.tparrows.tp-rightarrow:hover:before { + transform:translateX(20px); +-webkit-transform:translateX(20px); +} + +.dione.tparrows:hover .tp-arr-imgholder { + transform:translateX(0px); +-webkit-transform:translateX(0px); +opacity:1; +visibility:visible; +} + + + +/* BULLETS */ +.dione .tp-bullet { + opacity:1; + width:50px; + height:50px; + padding:3px; + background:#000; + background-color:rgba(0,0,0,0.25); + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + + } + +.dione .tp-bullet-image { + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + width:44px; + height:44px; + background-size:cover; + background-position:center center; + } +.dione .tp-bullet-title { + position:absolute; + bottom:65px; + display:inline-block; + left:50%; + background:#000; + background:rgba(0,0,0,0.75); + color:#fff; + padding:10px 30px; + border-radius:4px; + -webkit-border-radius:4px; + opacity:0; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform: translateZ(0.001px) translateX(-50%) translateY(14px); + transform-origin:50% 100%; + -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); + -webkit-transform-origin:50% 100%; + opacity:0; + white-space:nowrap; + } + +.dione .tp-bullet:hover .tp-bullet-title { + transform:rotateX(0deg) translateX(-50%); + -webkit-transform:rotateX(0deg) translateX(-50%); + opacity:1; +} + +.dione .tp-bullet.selected, +.dione .tp-bullet:hover { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.dione .tp-bullet-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/erinyen.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/erinyen.css new file mode 100644 index 0000000..352d59b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/erinyen.css @@ -0,0 +1,276 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ERINYEN SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.erinyen.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:100; + border-radius:35px; +} + +.erinyen.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 70px; + text-align: center; + z-index:2; + position:relative; +} +.erinyen.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.erinyen.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.erinyen .tp-title-wrap { + position:absolute; + z-index:1; + display:inline-block; + background:#000; + background:rgba(0,0,0,0.5); + min-height:70px; + line-height:70px; + top:0px; + margin-left:0px; + border-radius:35px; + overflow:hidden; + transition: opacity 0.3s; + -webkit-transition:opacity 0.3s; + -moz-transition:opacity 0.3s; + -webkit-transform: scale(0); + -moz-transform: scale(0); + transform: scale(0); + visibility:hidden; + opacity:0; +} + +.erinyen.tparrows:hover .tp-title-wrap{ + -webkit-transform: scale(1); + -moz-transform: scale(1); + transform: scale(1); + opacity:1; + visibility:visible; +} + + .erinyen.tp-rightarrow .tp-title-wrap { + right:0px; + margin-right:0px;margin-left:0px; + -webkit-transform-origin:100% 50%; + border-radius:35px; + padding-right:20px; + padding-left:10px; + } + + +.erinyen.tp-leftarrow .tp-title-wrap { + padding-left:20px; + padding-right:10px; +} + +.erinyen .tp-arr-titleholder { + letter-spacing: 3px; + position:relative; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:translateX(200px); + text-transform:uppercase; + color:#fff; + font-weight:600; + font-size:13px; + line-height:70px; + white-space:nowrap; + padding:0px 20px; + margin-left:11px; + opacity:0; +} + +.erinyen .tp-arr-imgholder { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background-position:center center; + background-size:cover; + } + .erinyen .tp-arr-img-over { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background:#000; + background:rgba(0,0,0,0.5); + } +.erinyen.tp-rightarrow .tp-arr-titleholder { + transform:translateX(-200px); + margin-left:0px; margin-right:11px; + } + +.erinyen.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +/* BULLETS */ +.erinyen.tp-bullets { +} +.erinyen.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background: #555555; /* old browsers */ + background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ + background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ + background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ + background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ + background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ + filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ + padding:10px 15px; + margin-left:-15px;margin-top:-10px; + box-sizing:content-box; + border-radius:10px; + box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); +} +.erinyen .tp-bullet { + width:13px; + height:13px; + position:absolute; + background:#111; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.erinyen .tp-bullet:hover, +.erinyen .tp-bullet.selected { + background: #e5e5e5; /* old browsers */ +background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ +background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ +background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ +background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ +background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ +filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ + border:1px solid #555; + width:12px;height:12px; +} +.erinyen .tp-bullet-image { +} +.erinyen .tp-bullet-title { +} + + +/* THUMBS */ +.erinyen .tp-thumb { +opacity:1 +} + +.erinyen .tp-thumb-over { + background:#000; + background:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + z-index:1; + -webkit-transition:all 0.3s; + transition:all 0.3s; +} + +.erinyen .tp-thumb-more:before { + font-family: "revicons"; + font-size:12px; + color:#aaa; + color:rgba(255,255,255,0.75); + display:block; + line-height: 12px; + text-align: left; + z-index:2; + position:absolute; + top:20px; + right:20px; + z-index:2; +} +.erinyen .tp-thumb-more:before { + content: "\e825"; +} + +.erinyen .tp-thumb-title { + font-family:"Raleway"; + letter-spacing:1px; + font-size:12px; + color:#fff; + display:block; + line-height: 15px; + text-align: left; + z-index:2; + position:absolute; + top:0px; + left:0px; + z-index:2; + padding:20px 35px 20px 20px; + width:100%; + height:100%; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + font-weight:500; +} + +.erinyen .tp-thumb.selected .tp-thumb-more:before, +.erinyen .tp-thumb:hover .tp-thumb-more:before { + color:#aaa; + +} + +.erinyen .tp-thumb.selected .tp-thumb-over, +.erinyen .tp-thumb:hover .tp-thumb-over { + background:#fff; +} +.erinyen .tp-thumb.selected .tp-thumb-title, +.erinyen .tp-thumb:hover .tp-thumb-title { + color:#000; + +} + + +/* TABS */ +.erinyen .tp-tab-title { + color:#a8d8ee; + font-size:13px; + font-weight:700; + text-transform:uppercase; + font-family:"Roboto Slab"; + margin-bottom:5px; +} + +.erinyen .tp-tab-desc { + font-size:18px; + font-weight:400; + color:#fff; + line-height:25px; + font-family:"Roboto Slab"; +} + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/gyges.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/gyges.css new file mode 100644 index 0000000..0034e62 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/gyges.css @@ -0,0 +1,209 @@ +/*----------------------------------------------------------------------------- + +- 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:var(--light-rgba-80); + 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: var(--light-rgba-80) transparent transparent transparent; + bottom:-8px; + } + + +/* TABS */ +.gyges .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid rgba(255,255,255,0.15); + } +.gyges .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.gyges .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.gyges .tp-tab-date + { + display:block; + color: rgba(255,255,255,0.25); + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.gyges .tp-tab-title +{ + display:block; + text-align:left; + color:#fff; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.gyges .tp-tab:hover, +.gyges .tp-tab.selected { + background:rgba(0,0,0,0.5); +} + +.gyges .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hades.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hades.css new file mode 100644 index 0000000..cc9c004 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hades.css @@ -0,0 +1,256 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HADES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hades.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.15); + width:100px; + height:100px; + position:absolute; + display:block; + z-index:100; +} + +.hades.tparrows:before { + font-family: "revicons"; + font-size:30px; + color:#fff; + display:block; + line-height: 100px; + text-align: center; + transition: background 0.3s, color 0.3s; +} +.hades.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hades.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.hades.tparrows:hover:before { + color:#aaa; + background:#fff; + background:rgba(255,255,255,1); + } +.hades .tp-arr-allwrapper { + position:absolute; + left:100%; + top:0px; + background:#888; + width:100px;height:100px; + -webkit-transition: all 0.3s; + transition: all 0.3s; + -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; + filter: alpha(opacity=0); + -moz-opacity: 0.0; + -khtml-opacity: 0.0; + opacity: 0.0; + -webkit-transform: rotatey(-90deg); + transform: rotatey(-90deg); + -webkit-transform-origin: 0% 50%; + transform-origin: 0% 50%; +} +.hades.tp-rightarrow .tp-arr-allwrapper { + left:auto; + right:100%; + -webkit-transform-origin: 100% 50%; + transform-origin: 100% 50%; + -webkit-transform: rotatey(90deg); + transform: rotatey(90deg); +} + +.hades:hover .tp-arr-allwrapper { + -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; + filter: alpha(opacity=100); + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transform: rotatey(0deg); + transform: rotatey(0deg); + + } + +.hades .tp-arr-iwrapper { +} +.hades .tp-arr-imgholder { + background-size:cover; + position:absolute; + top:0px;left:0px; + width:100%;height:100%; +} +.hades .tp-arr-titleholder { +} +.hades .tp-arr-subtitleholder { +} + + +/* BULLETS */ +.hades.tp-bullets { +} +.hades.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.hades .tp-bullet { + width:3px; + height:3px; + position:absolute; + background:#888; + cursor: pointer; + border:5px solid #fff; + box-sizing:content-box; + box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); + -webkit-perspective:400; + perspective:400; + -webkit-transform:translatez(0.01px); + transform:translatez(0.01px); +} +.hades .tp-bullet:hover, +.hades .tp-bullet.selected { + background:#555; + +} + +.hades .tp-bullet-image { + position:absolute;top:-80px; left:-60px;width:120px;height:60px; + background-position:center center; + background-size:cover; + visibility:hidden; + opacity:0; + transition:all 0.3s; + -webkit-transform-style:flat; + transform-style:flat; + perspective:600; + -webkit-perspective:600; + transform: rotatex(-90deg); + -webkit-transform: rotatex(-90deg); + box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); + transform-origin:50% 100%; + -webkit-transform-origin:50% 100%; + + +} +.hades .tp-bullet:hover .tp-bullet-image { + display:block; + opacity:1; + transform: rotatex(0deg); + -webkit-transform: rotatex(0deg); + visibility:visible; + } +.hades .tp-bullet-title { +} + + +/* THUMBS */ +.hades .tp-thumb { + opacity:1 + } +.hades .tp-thumb-img-wrap { + border-radius:50%; + padding:3px; + display:inline-block; +background:#000; + background-color:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:relative; + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; +} +.hades .tp-thumb-image { + padding:3px; + border-radius:50%; + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + } + + +.hades .tp-thumb:hover .tp-thumb-img-wrap, +.hades .tp-thumb.selected .tp-thumb-img-wrap { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.hades .tp-thumb-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + + +/* TABS */ +.hades .tp-tab { + opacity:1; + } + +.hades .tp-tab-title + { + display:block; + color:#333; + font-weight:600; + font-size:18px; + text-align:center; + line-height:25px; + } +.hades .tp-tab-price + { + display:block; + text-align:center; + color:#999; + font-size:16px; + margin-top:10px; + line-height:20px +} + +.hades .tp-tab-button { + display:inline-block; + margin-top:15px; + text-align:center; + padding:5px 15px; + color:#fff; + font-size:14px; + background:#219bd7; + border-radius:4px; + font-weight:400; +} +.hades .tp-tab-inner { + text-align:center; +} + + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hebe.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hebe.css new file mode 100644 index 0000000..9d30414 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hebe.css @@ -0,0 +1,196 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HEBE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hebe.tparrows { + cursor:pointer; + background:#fff; + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:100; +} +.hebe.tparrows:hover { +} +.hebe.tparrows:before { + font-family: "revicons"; + font-size:30px; + color:#aaa; + display:block; + line-height: 70px; + text-align: center; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + transition: color 0.3s; + z-index:2; + position:relative; + background:#fff; + min-width:70px; + min-height:70px; +} +.hebe.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hebe.tparrows.tp-rightarrow:before { + content: "\e825"; +} +.hebe.tparrows:hover:before { + color:#000; + } +.tp-title-wrap { + position:absolute; + z-index:0; + display:inline-block; + background:#000; + background:rgba(0,0,0,0.75); + min-height:60px; + line-height:60px; + top:-10px; + margin-left:0px; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:scaleX(0); + -webkit-transform:scaleX(0); + transform-origin:0% 50%; + -webkit-transform-origin:0% 50%; +} + .hebe.tp-rightarrow .tp-title-wrap { + right:0px; + -webkit-transform-origin:100% 50%; + } +.hebe.tparrows:hover .tp-title-wrap { + transform:scaleX(1); + -webkit-transform:scaleX(1); +} +.hebe .tp-arr-titleholder { + position:relative; + text-transform:uppercase; + color:#fff; + font-weight:600; + font-size:12px; + line-height:90px; + white-space:nowrap; + padding:0px 20px 0px 90px; +} + +.hebe.tp-rightarrow .tp-arr-titleholder { + margin-left:0px; + padding:0px 90px 0px 20px; + } + +.hebe.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +.hebe .tp-arr-imgholder{ + width:90px; + height:90px; + position:absolute; + left:100%; + display:block; + background-size:cover; + background-position:center center; + top:0px; right:-90px; + } +.hebe.tp-rightarrow .tp-arr-imgholder{ + right:auto;left:-90px; + } + +/* BULLETS */ +.hebe.tp-bullets { +} +.hebe.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} + +.hebe .tp-bullet { + width:3px; + height:3px; + position:absolute; + background:#fff; + cursor: pointer; + border:5px solid #222; + border-radius:50%; + box-sizing:content-box; + -webkit-perspective:400; + perspective:400; + -webkit-transform:translateZ(0.01px); + transform:translateZ(0.01px); + transition:all 0.3s; +} +.hebe .tp-bullet:hover, +.hebe .tp-bullet.selected { + background:#222; + border-color:#fff; +} + +.hebe .tp-bullet-image { + position:absolute; + top:-90px; left:-40px; + width:70px; + height:70px; + background-position:center center; + background-size:cover; + visibility:hidden; + opacity:0; + transition:all 0.3s; + -webkit-transform-style:flat; + transform-style:flat; + perspective:600; + -webkit-perspective:600; + transform: scale(0); + -webkit-transform: scale(0); + transform-origin:50% 100%; + -webkit-transform-origin:50% 100%; +border-radius:6px; + + +} +.hebe .tp-bullet:hover .tp-bullet-image { + display:block; + opacity:1; + transform: scale(1); + -webkit-transform: scale(1); + visibility:visible; + } +.hebe .tp-bullet-title { +} + + +/* TABS */ +.hebe .tp-tab-title { + color:#a8d8ee; + font-size:13px; + font-weight:700; + text-transform:uppercase; + font-family:"Roboto Slab"; + margin-bottom:5px; +} + +.hebe .tp-tab-desc { + font-size:18px; + font-weight:400; + color:#fff; + line-height:25px; + font-family:"Roboto Slab"; +} + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hephaistos.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hephaistos.css new file mode 100644 index 0000000..0a0dbf3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hephaistos.css @@ -0,0 +1,81 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HEPHAISTOS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hephaistos.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:100; + border-radius:50%; +} +.hephaistos.tparrows:hover { + background:#000; +} +.hephaistos.tparrows:before { + font-family: "revicons"; + font-size:18px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.hephaistos.tparrows.tp-leftarrow:before { + content: "\e82c"; + margin-left:-2px; + +} +.hephaistos.tparrows.tp-rightarrow:before { + content: "\e82d"; + margin-right:-2px; +} + + + +/* BULLETS */ +.hephaistos.tp-bullets { +} +.hephaistos.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.hephaistos .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#999; + border:3px solid #f5f5f5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; + box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); + +} +.hephaistos .tp-bullet:hover, +.hephaistos .tp-bullet.selected { + background:#fff; + border-color:#000; +} +.hephaistos .tp-bullet-image { +} +.hephaistos .tp-bullet-title { +} + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hermes.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hermes.css new file mode 100644 index 0000000..4a326c6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hermes.css @@ -0,0 +1,223 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HERMES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hermes.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:30px; + height:110px; + position:absolute; + display:block; + z-index:100; +} + +.hermes.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 110px; + text-align: center; + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition:all 0.3s; + -webkit-transition:all 0.3s; +} +.hermes.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hermes.tparrows.tp-rightarrow:before { + content: "\e825"; +} +.hermes.tparrows.tp-leftarrow:hover:before { + transform:translateX(-20px); + -webkit-transform:translateX(-20px); + opacity:0; +} +.hermes.tparrows.tp-rightarrow:hover:before { + transform:translateX(20px); + -webkit-transform:translateX(20px); + opacity:0; +} + +.hermes .tp-arr-allwrapper { + overflow:hidden; + position:absolute; + width:180px; + height:140px; + top:0px; + left:0px; + visibility:hidden; + -webkit-transition: -webkit-transform 0.3s 0.3s; + transition: transform 0.3s 0.3s; + -webkit-perspective: 1000px; + perspective: 1000px; + } +.hermes.tp-rightarrow .tp-arr-allwrapper { + right:0px;left:auto; + } +.hermes.tparrows:hover .tp-arr-allwrapper { + visibility:visible; + } +.hermes .tp-arr-imgholder { + width:180px;position:absolute; + left:0px;top:0px;height:110px; + transform:translateX(-180px); + -webkit-transform:translateX(-180px); + transition:all 0.3s; + transition-delay:0.3s; +} +.hermes.tp-rightarrow .tp-arr-imgholder{ + transform:translateX(180px); + -webkit-transform:translateX(180px); + } + +.hermes.tparrows:hover .tp-arr-imgholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); +} +.hermes .tp-arr-titleholder { + top:110px; + width:180px; + text-align:left; + display:block; + padding:0px 10px; + line-height:30px; background:#000; + background:rgba(0,0,0,0.75);color:#fff; + font-weight:600; position:absolute; + font-size:12px; + white-space:nowrap; + letter-spacing:1px; + -webkit-transition: all 0.3s; + transition: all 0.3s; + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + box-sizing:border-box; + +} +.hermes.tparrows:hover .tp-arr-titleholder { + -webkit-transition-delay: 0.6s; + transition-delay: 0.6s; + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); +} + + +/* BULLETS */ +.hermes.tp-bullets { +} + +.hermes .tp-bullet { + overflow:hidden; + border-radius:50%; + width:16px; + height:16px; + background-color: rgba(0, 0, 0, 0); + box-shadow: inset 0 0 0 2px #FFF; + -webkit-transition: background 0.3s ease; + transition: background 0.3s ease; + position:absolute; +} + +.hermes .tp-bullet:hover { + background-color: rgba(0, 0, 0, 0.2); +} +.hermes .tp-bullet:after { + content: ' '; + position: absolute; + bottom: 0; + height: 0; + left: 0; + width: 100%; + background-color: #FFF; + box-shadow: 0 0 1px #FFF; + -webkit-transition: height 0.3s ease; + transition: height 0.3s ease; +} +.hermes .tp-bullet.selected:after { + height:100%; +} + + +/* TABS */ +.hermes .tp-tab { + opacity:1; + padding-right:10px; + box-sizing:border-box; + } +.hermes .tp-tab-image +{ + width:100%; + height:60%; + position:relative; +} +.hermes .tp-tab-content +{ + background:rgb(54,54,54); + position:absolute; + padding:20px 20px 20px 30px; + box-sizing:border-box; + color:#fff; + display:block; + width:100%; + min-height:40%; + bottom:0px; + left:-10px; + } +.hermes .tp-tab-date + { + display:block; + color:#888; + font-weight:600; + font-size:12px; + margin-bottom:10px; + } +.hermes .tp-tab-title +{ + display:block; + color:#fff; + font-size:16px; + font-weight:800; + text-transform:uppercase; + line-height:19px; +} + +.hermes .tp-tab.selected .tp-tab-title:after { + width: 0px; + height: 0px; + border-style: solid; + border-width: 30px 0 30px 10px; + border-color: transparent transparent transparent rgb(54,54,54); + content:" "; + position:absolute; + right:-9px; + bottom:50%; + margin-bottom:-30px; +} +.hermes .tp-tab-mask { + padding-right:10px !important; + } + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} + .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} + .hermes .tp-tab-content { padding:15px 15px 15px 25px;} +} +@media only screen and (max-width: 768px) { + .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} + .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} + .hermes .tp-tab-content {padding:10px 10px 10px 20px;} +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hesperiden.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hesperiden.css new file mode 100644 index 0000000..47cb6eb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/hesperiden.css @@ -0,0 +1,187 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HESPERIDEN SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hesperiden.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:100; + border-radius: 50%; +} +.hesperiden.tparrows:hover { + background:#000; +} +.hesperiden.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.hesperiden.tparrows.tp-leftarrow:before { + content: "\e82c"; + margin-left:-3px; +} +.hesperiden.tparrows.tp-rightarrow:before { + content: "\e82d"; + margin-right:-3px; +} + +/* BULLETS */ +.hesperiden.tp-bullets { +} +.hesperiden.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; + border-radius:8px; + +} +.hesperiden .tp-bullet { + width:12px; + height:12px; + position:absolute; + background: #999999; /* old browsers */ + background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), + color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ + background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ + background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ + background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ + background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ + filter: progid:dximagetransform.microsoft.gradient( + startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ + border:3px solid #e5e5e5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.hesperiden .tp-bullet:hover, +.hesperiden .tp-bullet.selected { + background:#666; +} +.hesperiden .tp-bullet-image { +} +.hesperiden .tp-bullet-title { +} + + +/* THUMBS */ +.hesperiden .tp-thumb { + opacity:1; + -webkit-perspective: 600px; + perspective: 600px; +} +.hesperiden .tp-thumb .tp-thumb-title { + font-size:12px; + position:absolute; + margin-top:-10px; + color:#fff; + display:block; + z-index:1000; + background-color:#000; + padding:5px 10px; + bottom:0px; + left:0px; + width:100%; + box-sizing:border-box; + text-align:center; + overflow:hidden; + white-space:nowrap; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform:rotatex(90deg) translatez(0.001px); + transform-origin:50% 100%; + -webkit-transform:rotatex(90deg) translatez(0.001px); + -webkit-transform-origin:50% 100%; + opacity:0; + } +.hesperiden .tp-thumb:hover .tp-thumb-title { + transform:rotatex(0deg); + -webkit-transform:rotatex(0deg); + opacity:1; +} + +/* TABS */ +.hesperiden .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid #e5e5e5; + } +.hesperiden .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.hesperiden .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.hesperiden .tp-tab-date + { + display:block; + color: #aaa; + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.hesperiden .tp-tab-title +{ + display:block; + text-align:left; + color:#333; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.hesperiden .tp-tab:hover, +.hesperiden .tp-tab.selected { + background:#eee; +} + +.hesperiden .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/metis.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/metis.css new file mode 100644 index 0000000..9deebb5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/metis.css @@ -0,0 +1,206 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + METIS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.metis.tparrows { + background:#fff; + padding:10px; + transition:all 0.3s; + -webkit-transition:all 0.3s; + width:60px; + height:60px; + box-sizing:border-box; + } + + .metis.tparrows:hover { + background:#fff; + background:rgba(255,255,255,0.75); + } + + .metis.tparrows:before { + color:#000; + transition:all 0.3s; + -webkit-transition:all 0.3s; + } + + .metis.tparrows:hover:before { + transform:scale(1.5); + } + + +/* BULLETS */ +.metis .tp-bullet { + opacity:1; + width:50px; + height:50px; + padding:3px; + background:#000; + background-color:rgba(0,0,0,0.25); + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + border-radius:50%; + } + +.metis .tp-bullet-image { + + border-radius:50%; + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + width:44px; + height:44px; + background-size:cover; + background-position:center center; + } +.metis .tp-bullet-title { + position:absolute; + bottom:65px; + display:inline-block; + left:50%; + background:#000; + background:rgba(0,0,0,0.75); + color:#fff; + padding:10px 30px; + border-radius:4px; + -webkit-border-radius:4px; + opacity:0; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform: translateZ(0.001px) translateX(-50%) translateY(14px); + transform-origin:50% 100%; + -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); + -webkit-transform-origin:50% 100%; + opacity:0; + white-space:nowrap; + } + +.metis .tp-bullet:hover .tp-bullet-title { + transform:rotateX(0deg) translateX(-50%); + -webkit-transform:rotateX(0deg) translateX(-50%); + opacity:1; +} + +.metis .tp-bullet.selected, +.metis .tp-bullet:hover { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.metis .tp-bullet-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + +/* METIS TAB */ +.metis .tp-tab-number { + color: #fff; + font-size: 40px; + line-height: 30px; + font-weight: 400; + font-family: "Playfair Display"; + width: 50px; + margin-right: 17px; + display: inline-block; + float: left; + } + .metis .tp-tab-mask { + padding-left: 20px; + left: 0px; + max-width: 90px !important; + transition: 0.4s padding-left, 0.4s left, 0.4s max-width; + } + .metis:hover .tp-tab-mask { + padding-left: 0px; + left: 50px; + max-width: 500px !important; + } + .metis .tp-tab-divider { + border-right: 1px solid transparent; + height: 30px; + width: 1px; + margin-top: 5px; + display: inline-block; + float: left; + } + .metis .tp-tab-title { + color: #fff; + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-family: "Playfair Display"; + position: relative; + padding-top: 10px; + padding-left: 30px; + display: inline-block; + transform: translateX(-100%); + transition: 0.4s all; + } + .metis .tp-tab-title-mask { + position: absolute; + overflow: hidden; + left: 67px; + } + .metis:hover .tp-tab-title { + transform: translateX(0); + } + .metis .tp-tab { + opacity: 0.15; + transition: 0.4s all; + } + .metis .tp-tab:hover, + .metis .tp-tab.selected { + opacity: 1; + } + .metis .tp-tab.selected .tp-tab-divider { + border-right: 1px solid #cdb083; + } + .metis.tp-tabs { + max-width: 118px !important; + padding-left: 50px; + } + .metis.tp-tabs:before { + content: " "; + height: 100%; + width: 88px; + background: rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(255, 255, 255, 0.10); + left: 0px; + top: 0px; + position: absolute; + transition: 0.4s all; + } + .metis.tp-tabs:hover:before { + width: 118px; + } + @media (max-width: 499px) { + .metis.tp-tabs:before { + background: rgba(0, 0, 0, 0.75); + } + } diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/persephone.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/persephone.css new file mode 100644 index 0000000..7460c13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/persephone.css @@ -0,0 +1,74 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + PERSEPHONE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.persephone.tparrows { + cursor:pointer; + background:#aaa; + background:rgba(200,200,200,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:100; + border:1px solid #f5f5f5; +} +.persephone.tparrows:hover { + background:#333; +} +.persephone.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.persephone.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.persephone.tparrows.tp-rightarrow:before { + content: "\e825"; +} + + + +/* BULLETS */ +.persephone.tp-bullets { +} +.persephone.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:#transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.persephone .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#aaa; + border:1px solid #e5e5e5; + cursor: pointer; + box-sizing:content-box; +} +.persephone .tp-bullet:hover, +.persephone .tp-bullet.selected { + background:#222; +} +.persephone .tp-bullet-image { +} +.persephone .tp-bullet-title { +} + + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/uranus.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/uranus.css new file mode 100644 index 0000000..0b040e2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/uranus.css @@ -0,0 +1,72 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + URANUS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.uranus.tparrows { + width:50px; + height:50px; + background:transparent; + } + .uranus.tparrows:before { + width:50px; + height:50px; + line-height:50px; + font-size:40px; + transition:all 0.3s; +-webkit-transition:all 0.3s; + } + + .uranus.tparrows:hover:before { + opacity:0.75; + } + +/* BULLETS */ +.uranus .tp-bullet{ + border-radius: 50%; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); + -webkit-transition: box-shadow 0.3s ease; + transition: box-shadow 0.3s ease; + background:transparent; +} +.uranus .tp-bullet.selected, +.uranus .tp-bullet:hover { + box-shadow: 0 0 0 2px #FFF; + border:none; + border-radius: 50%; + + background:transparent; +} + + + +.uranus .tp-bullet-inner { + background-color: rgba(255, 255, 255, 0.7); + -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; + transition: background-color 0.3s ease, transform 0.3s ease; + top: 0; + left: 0; + width: 100%; + height: 100%; + outline: none; + border-radius: 50%; + background-color: #FFF; + background-color: rgba(255, 255, 255, 0.3); + text-indent: -999em; + cursor: pointer; + position: absolute; +} + +.uranus .tp-bullet.selected .tp-bullet-inner, +.uranus .tp-bullet:hover .tp-bullet-inner{ + transform: scale(0.4); + -webkit-transform: scale(0.4); + background-color:#fff; +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation-skins/zeus.css b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/zeus.css new file mode 100644 index 0000000..8161ae2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation-skins/zeus.css @@ -0,0 +1,280 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ZEUS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.zeus.tparrows { + cursor:pointer; + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:100; + border-radius:35px; + overflow:hidden; + background:rgba(0,0,0,0.10); +} + +.zeus.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 70px; + text-align: center; + z-index:2; + position:relative; +} +.zeus.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.zeus.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.zeus .tp-title-wrap { + background:#000; + background:rgba(0,0,0,0.5); + width:100%; + height:100%; + top:0px; + left:0px; + position:absolute; + opacity:0; + transform:scale(0); + -webkit-transform:scale(0); + transition: all 0.3s; + -webkit-transition:all 0.3s; + -moz-transition:all 0.3s; + border-radius:50%; + } +.zeus .tp-arr-imgholder { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background-position:center center; + background-size:cover; + border-radius:50%; + transform:translateX(-100%); + -webkit-transform:translateX(-100%); + transition: all 0.3s; + -webkit-transition:all 0.3s; + -moz-transition:all 0.3s; + + } +.zeus.tp-rightarrow .tp-arr-imgholder { + transform:translateX(100%); + -webkit-transform:translateX(100%); + } +.zeus.tparrows:hover .tp-arr-imgholder { + transform:translateX(0); + -webkit-transform:translateX(0); + opacity:1; +} + +.zeus.tparrows:hover .tp-title-wrap { + transform:scale(1); + -webkit-transform:scale(1); + opacity:1; +} + + +/* BULLETS */ +.zeus .tp-bullet { + box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; + background-color: rgba(0, 0, 0, 0); + -webkit-transition: opacity 0.3s ease; + transition: opacity 0.3s ease; + width:13px;height:13px; + border:2px solid #fff; + } +.zeus .tp-bullet:after { + content: ""; + position: absolute; + width: 100%; + height: 100%; + left: 0; + border-radius: 50%; + background-color: #FFF; + -webkit-transform: scale(0); + transform: scale(0); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: -webkit-transform 0.3s ease; + transition: transform 0.3s ease; +} +.zeus .tp-bullet:hover:after, +.zeus .tp-bullet.selected:after{ + -webkit-transform: scale(1.2); + transform: scale(1.2); +} + + .zeus .tp-bullet-image, + .zeus .tp-bullet-imageoverlay{ + width:135px; + height:60px; + position:absolute; + background:#000; + background:rgba(0,0,0,0.5); + bottom:25px; + left:50%; + margin-left:-65px; + box-sizing:border-box; + background-size:cover; + background-position:center center; + visibility:hidden; + opacity:0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; + border-radius:4px; + +} + + +.zeus .tp-bullet-title, +.zeus .tp-bullet-imageoverlay { + z-index:2; + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} +.zeus .tp-bullet-title { + color:#fff; + text-align:center; + line-height:15px; + font-size:13px; + font-weight:600; + z-index:3; + visibility:hidden; + opacity:0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; + position:absolute; + bottom:45px; + width:135px; + vertical-align:middle; + left:-57px; +} + +.zeus .tp-bullet:hover .tp-bullet-title, +.zeus .tp-bullet:hover .tp-bullet-image, +.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ + opacity:1; + visibility:visible; + -webkit-transform:translateY(0px); + transform:translateY(0px); + } + +/* THUMBS */ +.zeus .tp-thumb { +opacity:1 +} + +.zeus .tp-thumb-over { + background:#000; + background:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + z-index:1; + -webkit-transition:all 0.3s; + transition:all 0.3s; +} + +.zeus .tp-thumb-more:before { + font-family: "revicons"; + font-size:12px; + color:#aaa; + color:rgba(255,255,255,0.75); + display:block; + line-height: 12px; + text-align: left; + z-index:2; + position:absolute; + top:20px; + right:20px; + z-index:2; +} +.zeus .tp-thumb-more:before { + content: "\e825"; +} + +.zeus .tp-thumb-title { + font-family:"Raleway"; + letter-spacing:1px; + font-size:12px; + color:#fff; + display:block; + line-height: 15px; + text-align: left; + z-index:2; + position:absolute; + top:0px; + left:0px; + z-index:2; + padding:20px 35px 20px 20px; + width:100%; + height:100%; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + font-weight:500; +} + +.zeus .tp-thumb.selected .tp-thumb-more:before, +.zeus .tp-thumb:hover .tp-thumb-more:before { + color:#aaa; + +} + +.zeus .tp-thumb.selected .tp-thumb-over, +.zeus .tp-thumb:hover .tp-thumb-over { + background:#000; +} +.zeus .tp-thumb.selected .tp-thumb-title, +.zeus .tp-thumb:hover .tp-thumb-title { + color:#fff; + +} + + +/* TABS */ +.zeus .tp-tab { + opacity:1; + box-sizing:border-box; +} + +.zeus .tp-tab-title { +display: block; +text-align: center; +background: rgba(0,0,0,0.25); +font-family: "Roboto Slab", serif; +font-weight: 700; +font-size: 13px; +line-height: 13px; +color: #fff; +padding: 9px 10px; } + +.zeus .tp-tab:hover .tp-tab-title, +.zeus .tp-tab.selected .tp-tab-title { + color: #000; + background:rgba(255,255,255,1); +} + diff --git a/resources/public/assets/vendor/rs-plugin/css/navigation.css b/resources/public/assets/vendor/rs-plugin/css/navigation.css new file mode 100644 index 0000000..f84121a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/navigation.css @@ -0,0 +1,2642 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ARES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +.ares.tparrows { + cursor:pointer; + background:#fff; + min-width:60px; + min-height:60px; + position:absolute; + display:block; + z-index:100; + border-radius:50%; +} +.ares.tparrows:hover { +} +.ares.tparrows:before { + font-family: "revicons"; + font-size:25px; + color:#aaa; + display:block; + line-height: 60px; + text-align: center; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + transition: color 0.3s; + z-index:2; + position:relative; +} +.ares.tparrows.tp-leftarrow:before { + content: "\e81f"; +} +.ares.tparrows.tp-rightarrow:before { + content: "\e81e"; +} +.ares.tparrows:hover:before { + color:#000; + } +.ares .tp-title-wrap { + position:absolute; + z-index:1; + display:inline-block; + background:#fff; + min-height:60px; + line-height:60px; + top:0px; + margin-left:30px; + border-radius:0px 30px 30px 0px; + overflow:hidden; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:scaleX(0); + -webkit-transform:scaleX(0); + transform-origin:0% 50%; + -webkit-transform-origin:0% 50%; +} + .ares.tp-rightarrow .tp-title-wrap { + right:0px; + margin-right:30px;margin-left:0px; + -webkit-transform-origin:100% 50%; +border-radius:30px 0px 0px 30px; + } +.ares.tparrows:hover .tp-title-wrap { + transform:scaleX(1) scaleY(1); + -webkit-transform:scaleX(1) scaleY(1); +} +.ares .tp-arr-titleholder { + position:relative; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:translateX(200px); + text-transform:uppercase; + color:#000; + font-weight:400; + font-size:14px; + line-height:60px; + white-space:nowrap; + padding:0px 20px; + margin-left:10px; + opacity:0; +} + +.ares.tp-rightarrow .tp-arr-titleholder { + transform:translateX(-200px); + margin-left:0px; margin-right:10px; + } + +.ares.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +/* BULLETS */ +.ares.tp-bullets { +} +.ares.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.ares .tp-bullet { + width:13px; + height:13px; + position:absolute; + background:#e5e5e5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.ares .tp-bullet:hover, +.ares .tp-bullet.selected { + background:#fff; +} +.ares .tp-bullet-title { + position:absolute; + color:#888; + font-size:12px; + padding:0px 10px; + font-weight:600; + right:27px; + top:-4px; + background:#fff; + background:rgba(255,255,255,0.75); + visibility:hidden; + transform:translateX(-20px); + -webkit-transform:translateX(-20px); + transition:transform 0.3s; + -webkit-transition:transform 0.3s; + line-height:20px; + white-space:nowrap; +} + +.ares .tp-bullet-title:after { + width: 0px; + height: 0px; + border-style: solid; + border-width: 10px 0 10px 10px; + border-color: transparent transparent transparent rgba(255,255,255,0.75); + content:" "; + position:absolute; + right:-10px; + top:0px; +} + +.ares .tp-bullet:hover .tp-bullet-title{ + visibility:visible; + transform:translateX(0px); + -webkit-transform:translateX(0px); +} + +.ares .tp-bullet.selected:hover .tp-bullet-title { + background:#fff; + } +.ares .tp-bullet.selected:hover .tp-bullet-title:after { + border-color:transparent transparent transparent #fff; +} +.ares.tp-bullets:hover .tp-bullet-title { + visibility:hidden; +} +.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { + visibility:visible; + } + +/* TABS */ +.ares .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid #e5e5e5; + } +.ares .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.ares .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.ares .tp-tab-date + { + display:block; + color: #aaa; + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.ares .tp-tab-title +{ + display:block; + text-align:left; + color:#333; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.ares .tp-tab:hover, +.ares .tp-tab.selected { + background:#eee; +} + +.ares .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + CUSTOM SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.custom.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:10000; +} +.custom.tparrows:hover { + background:#000; +} +.custom.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.custom.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.custom.tparrows.tp-rightarrow:before { + content: "\e825"; +} + + + +/* BULLETS */ +.custom.tp-bullets { +} +.custom.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.custom .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#aaa; + background:rgba(125,125,125,0.5); + cursor: pointer; + box-sizing:content-box; +} +.custom .tp-bullet:hover, +.custom .tp-bullet.selected { + background:rgb(125,125,125); +} +.custom .tp-bullet-image { +} +.custom .tp-bullet-title { +} + + +/* THUMBS */ + + +/* TABS */ + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + DIONE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.dione.tparrows { + height:100%; + width:100px; + background:transparent; + background:rgba(0,0,0,0); + line-height:100%; + transition:all 0.3s; +-webkit-transition:all 0.3s; +} + +.dione.tparrows:hover { + background:rgba(0,0,0,0.45); + } +.dione .tp-arr-imgwrapper { + width:100px; + left:0px; + position:absolute; + height:100%; + top:0px; + overflow:hidden; + } +.dione.tp-rightarrow .tp-arr-imgwrapper { +left:auto; +right:0px; +} + +.dione .tp-arr-imgholder { +background-position:center center; +background-size:cover; +width:100px; +height:100%; +top:0px; +visibility:hidden; +transform:translateX(-50px); +-webkit-transform:translateX(-50px); +transition:all 0.3s; +-webkit-transition:all 0.3s; +opacity:0; +left:0px; +} + +.dione.tparrows.tp-rightarrow .tp-arr-imgholder { + right:0px; + left:auto; + transform:translateX(50px); + -webkit-transform:translateX(50px); +} + +.dione.tparrows:before { +position:absolute; +line-height:30px; +margin-left:-22px; +top:50%; +left:50%; +font-size:30px; +margin-top:-15px; +transition:all 0.3s; +-webkit-transition:all 0.3s; +} + +.dione.tparrows.tp-rightarrow:before { +margin-left:6px; +} + +.dione.tparrows:hover:before { + transform:translateX(-20px); +-webkit-transform:translateX(-20px); +opacity:0; +} + +.dione.tparrows.tp-rightarrow:hover:before { + transform:translateX(20px); +-webkit-transform:translateX(20px); +} + +.dione.tparrows:hover .tp-arr-imgholder { + transform:translateX(0px); +-webkit-transform:translateX(0px); +opacity:1; +visibility:visible; +} + + + +/* BULLETS */ +.dione .tp-bullet { + opacity:1; + width:50px; + height:50px; + padding:3px; + background:#000; + background-color:rgba(0,0,0,0.25); + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + + } + +.dione .tp-bullet-image { + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + width:44px; + height:44px; + background-size:cover; + background-position:center center; + } +.dione .tp-bullet-title { + position:absolute; + bottom:65px; + display:inline-block; + left:50%; + background:#000; + background:rgba(0,0,0,0.75); + color:#fff; + padding:10px 30px; + border-radius:4px; + -webkit-border-radius:4px; + opacity:0; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform: translateZ(0.001px) translateX(-50%) translateY(14px); + transform-origin:50% 100%; + -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); + -webkit-transform-origin:50% 100%; + opacity:0; + white-space:nowrap; + } + +.dione .tp-bullet:hover .tp-bullet-title { + transform:rotateX(0deg) translateX(-50%); + -webkit-transform:rotateX(0deg) translateX(-50%); + opacity:1; +} + +.dione .tp-bullet.selected, +.dione .tp-bullet:hover { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.dione .tp-bullet-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ERINYEN SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.erinyen.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:1000; + border-radius:35px; +} + +.erinyen.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 70px; + text-align: center; + z-index:2; + position:relative; +} +.erinyen.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.erinyen.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.erinyen .tp-title-wrap { + position:absolute; + z-index:1; + display:inline-block; + background:#000; + background:rgba(0,0,0,0.5); + min-height:70px; + line-height:70px; + top:0px; + margin-left:0px; + border-radius:35px; + overflow:hidden; + transition: opacity 0.3s; + -webkit-transition:opacity 0.3s; + -moz-transition:opacity 0.3s; + -webkit-transform: scale(0); + -moz-transform: scale(0); + transform: scale(0); + visibility:hidden; + opacity:0; +} + +.erinyen.tparrows:hover .tp-title-wrap{ + -webkit-transform: scale(1); + -moz-transform: scale(1); + transform: scale(1); + opacity:1; + visibility:visible; +} + + .erinyen.tp-rightarrow .tp-title-wrap { + right:0px; + margin-right:0px;margin-left:0px; + -webkit-transform-origin:100% 50%; + border-radius:35px; + padding-right:20px; + padding-left:10px; + } + + +.erinyen.tp-leftarrow .tp-title-wrap { + padding-left:20px; + padding-right:10px; +} + +.erinyen .tp-arr-titleholder { + letter-spacing: 3px; + position:relative; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:translateX(200px); + text-transform:uppercase; + color:#fff; + font-weight:600; + font-size:13px; + line-height:70px; + white-space:nowrap; + padding:0px 20px; + margin-left:11px; + opacity:0; +} + +.erinyen .tp-arr-imgholder { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background-position:center center; + background-size:cover; + } + .erinyen .tp-arr-img-over { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background:#000; + background:rgba(0,0,0,0.5); + } +.erinyen.tp-rightarrow .tp-arr-titleholder { + transform:translateX(-200px); + margin-left:0px; margin-right:11px; + } + +.erinyen.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +/* BULLETS */ +.erinyen.tp-bullets { +} +.erinyen.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background: #555555; /* old browsers */ + background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ + background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ + background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ + background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ + background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ + filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ + padding:10px 15px; + margin-left:-15px;margin-top:-10px; + box-sizing:content-box; + border-radius:10px; + box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); +} +.erinyen .tp-bullet { + width:13px; + height:13px; + position:absolute; + background:#111; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.erinyen .tp-bullet:hover, +.erinyen .tp-bullet.selected { + background: #e5e5e5; /* old browsers */ +background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ +background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ +background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ +background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ +background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ +filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ + border:1px solid #555; + width:12px;height:12px; +} +.erinyen .tp-bullet-image { +} +.erinyen .tp-bullet-title { +} + + +/* THUMBS */ +.erinyen .tp-thumb { +opacity:1 +} + +.erinyen .tp-thumb-over { + background:#000; + background:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + z-index:1; + -webkit-transition:all 0.3s; + transition:all 0.3s; +} + +.erinyen .tp-thumb-more:before { + font-family: "revicons"; + font-size:12px; + color:#aaa; + color:rgba(255,255,255,0.75); + display:block; + line-height: 12px; + text-align: left; + z-index:2; + position:absolute; + top:20px; + right:20px; + z-index:2; +} +.erinyen .tp-thumb-more:before { + content: "\e825"; +} + +.erinyen .tp-thumb-title { + font-family:"Raleway"; + letter-spacing:1px; + font-size:12px; + color:#fff; + display:block; + line-height: 15px; + text-align: left; + z-index:2; + position:absolute; + top:0px; + left:0px; + z-index:2; + padding:20px 35px 20px 20px; + width:100%; + height:100%; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + font-weight:500; +} + +.erinyen .tp-thumb.selected .tp-thumb-more:before, +.erinyen .tp-thumb:hover .tp-thumb-more:before { + color:#aaa; + +} + +.erinyen .tp-thumb.selected .tp-thumb-over, +.erinyen .tp-thumb:hover .tp-thumb-over { + background:#fff; +} +.erinyen .tp-thumb.selected .tp-thumb-title, +.erinyen .tp-thumb:hover .tp-thumb-title { + color:#000; + +} + + +/* TABS */ +.erinyen .tp-tab-title { + color:#a8d8ee; + font-size:13px; + font-weight:700; + text-transform:uppercase; + font-family:"Roboto Slab"; + margin-bottom: 5px; +} + +.erinyen .tp-tab-desc { + font-size:18px; + font-weight:400; + color:#fff; + line-height:25px; + font-family:"Roboto Slab"; +} + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + GYGES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ + + +/* BULLETS */ +.gyges.tp-bullets { +} +.gyges.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background: #777777; /* Old browsers */ + background: -moz-linear-gradient(top, #777777 0%, #666666 100%); + background: -webkit-gradient(linear, left top, left bottom, + color-stop(0%,#777777), color-stop(100%,#666666)); + background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); + background: -o-linear-gradient(top, #777777 0%,#666666 100%); + background: -ms-linear-gradient(top, #777777 0%,#666666 100%); + background: linear-gradient(to bottom, #777777 0%,#666666 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", + endColorstr="#666666",GradientType=0 ); + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; + border-radius:10px; +} +.gyges .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#333; + border:3px solid #444; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.gyges .tp-bullet:hover, +.gyges .tp-bullet.selected { + background: #ffffff; /* Old browsers */ + background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, + color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ + background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", + endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ + +} +.gyges .tp-bullet-image { +} +.gyges .tp-bullet-title { +} + + +/* THUMBS */ +.gyges .tp-thumb { + opacity:1 + } +.gyges .tp-thumb-img-wrap { + padding:3px; + background:#000; + background-color:rgba(0,0,0,0.25); + display:inline-block; + + width:100%; + height:100%; + position:relative; + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; +} +.gyges .tp-thumb-image { + padding:3px; + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + } +.gyges .tp-thumb-title { + position:absolute; + bottom:100%; + display:inline-block; + left:50%; + background:var(--light-rgba-80); + 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: var(--light-rgba-80) transparent transparent transparent; + bottom:-8px; + } + + +/* TABS */ +.gyges .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid rgba(255,255,255,0.15); + } +.gyges .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.gyges .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.gyges .tp-tab-date + { + display:block; + color: rgba(255,255,255,0.25); + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.gyges .tp-tab-title +{ + display:block; + text-align:left; + color:#fff; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.gyges .tp-tab:hover, +.gyges .tp-tab.selected { + background:rgba(0,0,0,0.5); +} + +.gyges .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HADES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hades.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.15); + width:100px; + height:100px; + position:absolute; + display:block; + z-index:1000; +} + +.hades.tparrows:before { + font-family: "revicons"; + font-size:30px; + color:#fff; + display:block; + line-height: 100px; + text-align: center; + transition: background 0.3s, color 0.3s; +} +.hades.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hades.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.hades.tparrows:hover:before { + color:#aaa; + background:#fff; + background:rgba(255,255,255,1); + } +.hades .tp-arr-allwrapper { + position:absolute; + left:100%; + top:0px; + background:#888; + width:100px;height:100px; + -webkit-transition: all 0.3s; + transition: all 0.3s; + -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; + filter: alpha(opacity=0); + -moz-opacity: 0.0; + -khtml-opacity: 0.0; + opacity: 0.0; + -webkit-transform: rotatey(-90deg); + transform: rotatey(-90deg); + -webkit-transform-origin: 0% 50%; + transform-origin: 0% 50%; +} +.hades.tp-rightarrow .tp-arr-allwrapper { + left:auto; + right:100%; + -webkit-transform-origin: 100% 50%; + transform-origin: 100% 50%; + -webkit-transform: rotatey(90deg); + transform: rotatey(90deg); +} + +.hades:hover .tp-arr-allwrapper { + -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; + filter: alpha(opacity=100); + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transform: rotatey(0deg); + transform: rotatey(0deg); + + } + +.hades .tp-arr-iwrapper { +} +.hades .tp-arr-imgholder { + background-size:cover; + position:absolute; + top:0px;left:0px; + width:100%;height:100%; +} +.hades .tp-arr-titleholder { +} +.hades .tp-arr-subtitleholder { +} + + +/* BULLETS */ +.hades.tp-bullets { +} +.hades.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.hades .tp-bullet { + width:3px; + height:3px; + position:absolute; + background:#888; + cursor: pointer; + border:5px solid #fff; + box-sizing:content-box; + box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); + -webkit-perspective:400; + perspective:400; + -webkit-transform:translatez(0.01px); + transform:translatez(0.01px); +} +.hades .tp-bullet:hover, +.hades .tp-bullet.selected { + background:#555; + +} + +.hades .tp-bullet-image { + position:absolute;top:-80px; left:-60px;width:120px;height:60px; + background-position:center center; + background-size:cover; + visibility:hidden; + opacity:0; + transition:all 0.3s; + -webkit-transform-style:flat; + transform-style:flat; + perspective:600; + -webkit-perspective:600; + transform: rotatex(-90deg); + -webkit-transform: rotatex(-90deg); + box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); + transform-origin:50% 100%; + -webkit-transform-origin:50% 100%; + + +} +.hades .tp-bullet:hover .tp-bullet-image { + display:block; + opacity:1; + transform: rotatex(0deg); + -webkit-transform: rotatex(0deg); + visibility:visible; + } +.hades .tp-bullet-title { +} + + +/* THUMBS */ +.hades .tp-thumb { + opacity:1 + } +.hades .tp-thumb-img-wrap { + border-radius:50%; + padding:3px; + display:inline-block; +background:#000; + background-color:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:relative; + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; +} +.hades .tp-thumb-image { + padding:3px; + border-radius:50%; + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + } + + +.hades .tp-thumb:hover .tp-thumb-img-wrap, +.hades .tp-thumb.selected .tp-thumb-img-wrap { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.hades .tp-thumb-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + + +/* TABS */ +.hades .tp-tab { + opacity:1; + } + +.hades .tp-tab-title + { + display:block; + color:#333; + font-weight:600; + font-size:18px; + text-align:center; + line-height:25px; + } +.hades .tp-tab-price + { + display:block; + text-align:center; + color:#999; + font-size:16px; + margin-top:10px; + line-height:20px +} + +.hades .tp-tab-button { + display:inline-block; + margin-top:15px; + text-align:center; + padding:5px 15px; + color:#fff; + font-size:14px; + background:#219bd7; + border-radius:4px; + font-weight:400; +} +.hades .tp-tab-inner { + text-align:center; +} + + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HEBE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hebe.tparrows { + cursor:pointer; + background:#fff; + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:1000; +} +.hebe.tparrows:hover { +} +.hebe.tparrows:before { + font-family: "revicons"; + font-size:30px; + color:#aaa; + display:block; + line-height: 70px; + text-align: center; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + transition: color 0.3s; + z-index:2; + position:relative; + background:#fff; + min-width:70px; + min-height:70px; +} +.hebe.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hebe.tparrows.tp-rightarrow:before { + content: "\e825"; +} +.hebe.tparrows:hover:before { + color:#000; + } +.hebe .tp-title-wrap { + position:absolute; + z-index:0; + display:inline-block; + background:#000; + background:rgba(0,0,0,0.75); + min-height:60px; + line-height:60px; + top:-10px; + margin-left:0px; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + transform:scaleX(0); + -webkit-transform:scaleX(0); + transform-origin:0% 50%; + -webkit-transform-origin:0% 50%; +} + .hebe.tp-rightarrow .tp-title-wrap { + right:0px; + -webkit-transform-origin:100% 50%; + } +.hebe.tparrows:hover .tp-title-wrap { + transform:scaleX(1); + -webkit-transform:scaleX(1); +} +.hebe .tp-arr-titleholder { + position:relative; + text-transform:uppercase; + color:#fff; + font-weight:600; + font-size:12px; + line-height:90px; + white-space:nowrap; + padding:0px 20px 0px 90px; +} + +.hebe.tp-rightarrow .tp-arr-titleholder { + margin-left:0px; + padding:0px 90px 0px 20px; + } + +.hebe.tparrows:hover .tp-arr-titleholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition-delay: 0.1s; + opacity:1; +} + +.hebe .tp-arr-imgholder{ + width:90px; + height:90px; + position:absolute; + left:100%; + display:block; + background-size:cover; + background-position:center center; + top:0px; right:-90px; + } +.hebe.tp-rightarrow .tp-arr-imgholder{ + right:auto;left:-90px; + } + +/* BULLETS */ +.hebe.tp-bullets { +} +.hebe.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} + +.hebe .tp-bullet { + width:3px; + height:3px; + position:absolute; + background:#fff; + cursor: pointer; + border:5px solid #222; + border-radius:50%; + box-sizing:content-box; + -webkit-perspective:400; + perspective:400; + -webkit-transform:translateZ(0.01px); + transform:translateZ(0.01px); + transition:all 0.3s; +} +.hebe .tp-bullet:hover, +.hebe .tp-bullet.selected { + background:#222; + border-color:#fff; +} + +.hebe .tp-bullet-image { + position:absolute; + top:-90px; left:-40px; + width:70px; + height:70px; + background-position:center center; + background-size:cover; + visibility:hidden; + opacity:0; + transition:all 0.3s; + -webkit-transform-style:flat; + transform-style:flat; + perspective:600; + -webkit-perspective:600; + transform: scale(0); + -webkit-transform: scale(0); + transform-origin:50% 100%; + -webkit-transform-origin:50% 100%; +border-radius:6px; + + +} +.hebe .tp-bullet:hover .tp-bullet-image { + display:block; + opacity:1; + transform: scale(1); + -webkit-transform: scale(1); + visibility:visible; +} +.hebe .tp-bullet-title { +} + + +/* TABS */ +.hebe .tp-tab-title { + color:#a8d8ee; + font-size:13px; + font-weight:700; + text-transform:uppercase; + font-family:"Roboto Slab"; + margin-bottom:5px; +} + +.hebe .tp-tab-desc { + font-size:18px; + font-weight:400; + color:#fff; + line-height:25px; + font-family:"Roboto Slab"; +} + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HEPHAISTOS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hephaistos.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:1000; + border-radius:50%; +} +.hephaistos.tparrows:hover { + background:#000; +} +.hephaistos.tparrows:before { + font-family: "revicons"; + font-size:18px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.hephaistos.tparrows.tp-leftarrow:before { + content: "\e82c"; + margin-left:-2px; + +} +.hephaistos.tparrows.tp-rightarrow:before { + content: "\e82d"; + margin-right:-2px; +} + + + +/* BULLETS */ +.hephaistos.tp-bullets { +} +.hephaistos.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.hephaistos .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#999; + border:3px solid #f5f5f5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; + box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); + +} +.hephaistos .tp-bullet:hover, +.hephaistos .tp-bullet.selected { + background:#fff; + border-color:#000; +} +.hephaistos .tp-bullet-image { +} +.hephaistos .tp-bullet-title { +} + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HERMES SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hermes.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:30px; + height:110px; + position:absolute; + display:block; + z-index:1000; +} + +.hermes.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 110px; + text-align: center; + transform:translateX(0px); + -webkit-transform:translateX(0px); + transition:all 0.3s; + -webkit-transition:all 0.3s; +} +.hermes.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.hermes.tparrows.tp-rightarrow:before { + content: "\e825"; +} +.hermes.tparrows.tp-leftarrow:hover:before { + transform:translateX(-20px); + -webkit-transform:translateX(-20px); + opacity:0; +} +.hermes.tparrows.tp-rightarrow:hover:before { + transform:translateX(20px); + -webkit-transform:translateX(20px); + opacity:0; +} + +.hermes .tp-arr-allwrapper { + overflow:hidden; + position:absolute; + width:180px; + height:140px; + top:0px; + left:0px; + visibility:hidden; + -webkit-transition: -webkit-transform 0.3s 0.3s; + transition: transform 0.3s 0.3s; + -webkit-perspective: 1000px; + perspective: 1000px; + } +.hermes.tp-rightarrow .tp-arr-allwrapper { + right:0px;left:auto; + } +.hermes.tparrows:hover .tp-arr-allwrapper { + visibility:visible; + } +.hermes .tp-arr-imgholder { + width:180px;position:absolute; + left:0px;top:0px;height:110px; + transform:translateX(-180px); + -webkit-transform:translateX(-180px); + transition:all 0.3s; + transition-delay:0.3s; +} +.hermes.tp-rightarrow .tp-arr-imgholder{ + transform:translateX(180px); + -webkit-transform:translateX(180px); + } + +.hermes.tparrows:hover .tp-arr-imgholder { + transform:translateX(0px); + -webkit-transform:translateX(0px); +} +.hermes .tp-arr-titleholder { + top:110px; + width:180px; + text-align:left; + display:block; + padding:0px 10px; + line-height:30px; background:#000; + background:rgba(0,0,0,0.75);color:#fff; + font-weight:600; position:absolute; + font-size:12px; + white-space:nowrap; + letter-spacing:1px; + -webkit-transition: all 0.3s; + transition: all 0.3s; + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + box-sizing:border-box; + +} +.hermes.tparrows:hover .tp-arr-titleholder { + -webkit-transition-delay: 0.6s; + transition-delay: 0.6s; + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); +} + + +/* BULLETS */ +.hermes.tp-bullets { +} + +.hermes .tp-bullet { + overflow:hidden; + border-radius:50%; + width:16px; + height:16px; + background-color: rgba(0, 0, 0, 0); + box-shadow: inset 0 0 0 2px #FFF; + -webkit-transition: background 0.3s ease; + transition: background 0.3s ease; + position:absolute; +} + +.hermes .tp-bullet:hover { + background-color: rgba(0, 0, 0, 0.2); +} +.hermes .tp-bullet:after { + content: ' '; + position: absolute; + bottom: 0; + height: 0; + left: 0; + width: 100%; + background-color: #FFF; + box-shadow: 0 0 1px #FFF; + -webkit-transition: height 0.3s ease; + transition: height 0.3s ease; +} +.hermes .tp-bullet.selected:after { + height:100%; +} + + +/* TABS */ +.hermes .tp-tab { + opacity:1; + padding-right:10px; + box-sizing:border-box; + } +.hermes .tp-tab-image +{ + width:100%; + height:60%; + position:relative; +} +.hermes .tp-tab-content +{ + background:rgb(54,54,54); + position:absolute; + padding:20px 20px 20px 30px; + box-sizing:border-box; + color:#fff; + display:block; + width:100%; + min-height:40%; + bottom:0px; + left:-10px; + } +.hermes .tp-tab-date + { + display:block; + color:#888; + font-weight:600; + font-size:12px; + margin-bottom:10px; + } +.hermes .tp-tab-title +{ + display:block; + color:#fff; + font-size:16px; + font-weight:800; + text-transform:uppercase; + line-height:19px; +} + +.hermes .tp-tab.selected .tp-tab-title:after { + width: 0px; + height: 0px; + border-style: solid; + border-width: 30px 0 30px 10px; + border-color: transparent transparent transparent rgb(54,54,54); + content:" "; + position:absolute; + right:-9px; + bottom:50%; + margin-bottom:-30px; +} +.hermes .tp-tab-mask { + padding-right:10px !important; + } + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} + .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} + .hermes .tp-tab-content { padding:15px 15px 15px 25px;} +} +@media only screen and (max-width: 768px) { + .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} + .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} + .hermes .tp-tab-content {padding:10px 10px 10px 20px;} +} + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + HESPERIDEN SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.hesperiden.tparrows { + cursor:pointer; + background:#000; + background:rgba(0,0,0,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:1000; + border-radius: 50%; +} +.hesperiden.tparrows:hover { + background:#000; +} +.hesperiden.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.hesperiden.tparrows.tp-leftarrow:before { + content: "\e82c"; + margin-left:-3px; +} +.hesperiden.tparrows.tp-rightarrow:before { + content: "\e82d"; + margin-right:-3px; +} + +/* BULLETS */ +.hesperiden.tp-bullets { +} +.hesperiden.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; + border-radius:8px; + +} +.hesperiden .tp-bullet { + width:12px; + height:12px; + position:absolute; + background: #999999; /* old browsers */ + background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), + color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ + background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ + background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ + background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ + background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ + filter: progid:dximagetransform.microsoft.gradient( + startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ + border:3px solid #e5e5e5; + border-radius:50%; + cursor: pointer; + box-sizing:content-box; +} +.hesperiden .tp-bullet:hover, +.hesperiden .tp-bullet.selected { + background:#666; +} +.hesperiden .tp-bullet-image { +} +.hesperiden .tp-bullet-title { +} + + +/* THUMBS */ +.hesperiden .tp-thumb { + opacity:1; + -webkit-perspective: 600px; + perspective: 600px; +} +.hesperiden .tp-thumb .tp-thumb-title { + font-size:12px; + position:absolute; + margin-top:-10px; + color:#fff; + display:block; + z-index:10000; + background-color:#000; + padding:5px 10px; + bottom:0px; + left:0px; + width:100%; + box-sizing:border-box; + text-align:center; + overflow:hidden; + white-space:nowrap; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform:rotatex(90deg) translatez(0.001px); + transform-origin:50% 100%; + -webkit-transform:rotatex(90deg) translatez(0.001px); + -webkit-transform-origin:50% 100%; + opacity:0; + } +.hesperiden .tp-thumb:hover .tp-thumb-title { + transform:rotatex(0deg); + -webkit-transform:rotatex(0deg); + opacity:1; +} + +/* TABS */ +.hesperiden .tp-tab { + opacity:1; + padding:10px; + box-sizing:border-box; + font-family: "Roboto", sans-serif; + border-bottom: 1px solid #e5e5e5; + } +.hesperiden .tp-tab-image +{ + width:60px; + height:60px; max-height:100%; max-width:100%; + position:relative; + display:inline-block; + float:left; + +} +.hesperiden .tp-tab-content +{ + background:rgba(0,0,0,0); + position:relative; + padding:15px 15px 15px 85px; + left:0px; + overflow:hidden; + margin-top:-15px; + box-sizing:border-box; + color:#333; + display: inline-block; + width:100%; + height:100%; + position:absolute; } +.hesperiden .tp-tab-date + { + display:block; + color: #aaa; + font-weight:500; + font-size:12px; + margin-bottom:0px; + } +.hesperiden .tp-tab-title +{ + display:block; + text-align:left; + color:#333; + font-size:14px; + font-weight:500; + text-transform:none; + line-height:17px; +} +.hesperiden .tp-tab:hover, +.hesperiden .tp-tab.selected { + background:#eee; +} + +.hesperiden .tp-tab-mask { +} + +/* MEDIA QUERIES */ +@media only screen and (max-width: 960px) { + +} +@media only screen and (max-width: 768px) { + +} + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + METIS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.metis.tparrows { + background:#fff; + padding:10px; + transition:all 0.3s; + -webkit-transition:all 0.3s; + width:60px; + height:60px; + box-sizing:border-box; + } + + .metis.tparrows:hover { + background:#fff; + background:rgba(255,255,255,0.75); + } + + .metis.tparrows:before { + color:#000; + transition:all 0.3s; + -webkit-transition:all 0.3s; + } + + .metis.tparrows:hover:before { + transform:scale(1.5); + } + + +/* BULLETS */ +.metis .tp-bullet { + opacity:1; + width:50px; + height:50px; + padding:3px; + background:#000; + background-color:rgba(0,0,0,0.25); + margin:0px; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + border-radius:50%; + } + +.metis .tp-bullet-image { + + border-radius:50%; + display:block; + box-sizing:border-box; + position:relative; + -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); + width:44px; + height:44px; + background-size:cover; + background-position:center center; + } +.metis .tp-bullet-title { + position:absolute; + bottom:65px; + display:inline-block; + left:50%; + background:#000; + background:rgba(0,0,0,0.75); + color:#fff; + padding:10px 30px; + border-radius:4px; + -webkit-border-radius:4px; + opacity:0; + transition:all 0.3s; + -webkit-transition:all 0.3s; + transform: translateZ(0.001px) translateX(-50%) translateY(14px); + transform-origin:50% 100%; + -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); + -webkit-transform-origin:50% 100%; + opacity:0; + white-space:nowrap; + } + +.metis .tp-bullet:hover .tp-bullet-title { + transform:rotateX(0deg) translateX(-50%); + -webkit-transform:rotateX(0deg) translateX(-50%); + opacity:1; +} + +.metis .tp-bullet.selected, +.metis .tp-bullet:hover { + + background: rgba(255,255,255,1); + background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); + background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); + + } +.metis .tp-bullet-title:after { + content:" "; + position:absolute; + left:50%; + margin-left:-8px; + width: 0; + height: 0; + border-style: solid; + border-width: 8px 8px 0 8px; + border-color: rgba(0,0,0,0.75) transparent transparent transparent; + bottom:-8px; + } + +.metis .tp-tab-number { + color: #fff; + font-size: 40px; + line-height: 30px; + font-weight: 400; + font-family: "Playfair Display"; + width: 50px; + margin-right: 17px; + display: inline-block; + float: left; + } + .metis .tp-tab-mask { + padding-left: 20px; + left: 0px; + max-width: 90px !important; + transition: 0.4s padding-left, 0.4s left, 0.4s max-width; + } + .metis:hover .tp-tab-mask { + padding-left: 0px; + left: 50px; + max-width: 500px !important; + } + .metis .tp-tab-divider { + border-right: 1px solid transparent; + height: 30px; + width: 1px; + margin-top: 5px; + display: inline-block; + float: left; + } + .metis .tp-tab-title { + color: #fff; + font-size: 20px; + line-height: 20px; + font-weight: 400; + font-family: "Playfair Display"; + position: relative; + padding-top: 10px; + padding-left: 30px; + display: inline-block; + transform: translateX(-100%); + transition: 0.4s all; + } + .metis .tp-tab-title-mask { + position: absolute; + overflow: hidden; + left: 67px; + } + .metis:hover .tp-tab-title { + transform: translateX(0); + } + .metis .tp-tab { + opacity: 0.15; + transition: 0.4s all; + } + .metis .tp-tab:hover, + .metis .tp-tab.selected { + opacity: 1; + } + .metis .tp-tab.selected .tp-tab-divider { + border-right: 1px solid #cdb083; + } + .metis.tp-tabs { + max-width: 118px !important; + padding-left: 50px; + } + .metis.tp-tabs:before { + content: " "; + height: 100%; + width: 88px; + background: rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(255, 255, 255, 0.10); + left: 0px; + top: 0px; + position: absolute; + transition: 0.4s all; + } + .metis.tp-tabs:hover:before { + width: 118px; + } + @media (max-width: 499px) { + .metis.tp-tabs:before { + background: rgba(0, 0, 0, 0.75); + } + } + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + PERSEPHONE SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.persephone.tparrows { + cursor:pointer; + background:#aaa; + background:rgba(200,200,200,0.5); + width:40px; + height:40px; + position:absolute; + display:block; + z-index:100; + border:1px solid #f5f5f5; +} +.persephone.tparrows:hover { + background:#333; +} +.persephone.tparrows:before { + font-family: "revicons"; + font-size:15px; + color:#fff; + display:block; + line-height: 40px; + text-align: center; +} +.persephone.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.persephone.tparrows.tp-rightarrow:before { + content: "\e825"; +} + + + +/* BULLETS */ +.persephone.tp-bullets { +} +.persephone.tp-bullets:before { + content:" "; + position:absolute; + width:100%; + height:100%; + background:#transparent; + padding:10px; + margin-left:-10px;margin-top:-10px; + box-sizing:content-box; +} +.persephone .tp-bullet { + width:12px; + height:12px; + position:absolute; + background:#aaa; + border:1px solid #e5e5e5; + cursor: pointer; + box-sizing:content-box; +} +.persephone .tp-bullet:hover, +.persephone .tp-bullet.selected { + background:#222; +} +.persephone .tp-bullet-image { +} +.persephone .tp-bullet-title { +} + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + URANUS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.uranus.tparrows { + width:50px; + height:50px; + background:transparent; + } + .uranus.tparrows:before { + width:50px; + height:50px; + line-height:50px; + font-size:40px; + transition:all 0.3s; +-webkit-transition:all 0.3s; + } + + .uranus.tparrows:hover:before { + opacity:0.75; + } + +/* BULLETS */ +.uranus .tp-bullet{ + border-radius: 50%; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); + -webkit-transition: box-shadow 0.3s ease; + transition: box-shadow 0.3s ease; + background:transparent; +} +.uranus .tp-bullet.selected, +.uranus .tp-bullet:hover { + box-shadow: 0 0 0 2px #FFF; + border:none; + border-radius: 50%; + + background:transparent; +} + + + +.uranus .tp-bullet-inner { + background-color: rgba(255, 255, 255, 0.7); + -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; + transition: background-color 0.3s ease, transform 0.3s ease; + top: 0; + left: 0; + width: 100%; + height: 100%; + outline: none; + border-radius: 50%; + background-color: #FFF; + background-color: rgba(255, 255, 255, 0.3); + text-indent: -999em; + cursor: pointer; + position: absolute; +} + +.uranus .tp-bullet.selected .tp-bullet-inner, +.uranus .tp-bullet:hover .tp-bullet-inner{ + transform: scale(0.4); + -webkit-transform: scale(0.4); + background-color:#fff; +} + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ZEUS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +/* ARROWS */ +.zeus.tparrows { + cursor:pointer; + min-width:70px; + min-height:70px; + position:absolute; + display:block; + z-index:100; + border-radius:35px; + overflow:hidden; + background:rgba(0,0,0,0.10); +} + +.zeus.tparrows:before { + font-family: "revicons"; + font-size:20px; + color:#fff; + display:block; + line-height: 70px; + text-align: center; + z-index:2; + position:relative; +} +.zeus.tparrows.tp-leftarrow:before { + content: "\e824"; +} +.zeus.tparrows.tp-rightarrow:before { + content: "\e825"; +} + +.zeus .tp-title-wrap { + background:#000; + background:rgba(0,0,0,0.5); + width:100%; + height:100%; + top:0px; + left:0px; + position:absolute; + opacity:0; + transform:scale(0); + -webkit-transform:scale(0); + transition: all 0.3s; + -webkit-transition:all 0.3s; + -moz-transition:all 0.3s; + border-radius:50%; + } +.zeus .tp-arr-imgholder { + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + background-position:center center; + background-size:cover; + border-radius:50%; + transform:translateX(-100%); + -webkit-transform:translateX(-100%); + transition: all 0.3s; + -webkit-transition:all 0.3s; + -moz-transition:all 0.3s; + + } +.zeus.tp-rightarrow .tp-arr-imgholder { + transform:translateX(100%); + -webkit-transform:translateX(100%); + } +.zeus.tparrows:hover .tp-arr-imgholder { + transform:translateX(0); + -webkit-transform:translateX(0); + opacity:1; +} + +.zeus.tparrows:hover .tp-title-wrap { + transform:scale(1); + -webkit-transform:scale(1); + opacity:1; +} + + +/* BULLETS */ +.zeus .tp-bullet { + box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; + background-color: rgba(0, 0, 0, 0); + -webkit-transition: opacity 0.3s ease; + transition: opacity 0.3s ease; + width:13px;height:13px; + border:2px solid #fff; + } +.zeus .tp-bullet:after { + content: ""; + position: absolute; + width: 100%; + height: 100%; + left: 0; + border-radius: 50%; + background-color: #FFF; + -webkit-transform: scale(0); + transform: scale(0); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: -webkit-transform 0.3s ease; + transition: transform 0.3s ease; +} +.zeus .tp-bullet:hover:after, +.zeus .tp-bullet.selected:after{ + -webkit-transform: scale(1.2); + transform: scale(1.2); +} + + .zeus .tp-bullet-image, + .zeus .tp-bullet-imageoverlay{ + width:135px; + height:60px; + position:absolute; + background:#000; + background:rgba(0,0,0,0.5); + bottom:25px; + left:50%; + margin-left:-65px; + box-sizing:border-box; + background-size:cover; + background-position:center center; + visibility:hidden; + opacity:0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; + border-radius:4px; + +} + + +.zeus .tp-bullet-title, +.zeus .tp-bullet-imageoverlay { + z-index:2; + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} +.zeus .tp-bullet-title { + color:#fff; + text-align:center; + line-height:15px; + font-size:13px; + font-weight:600; + z-index:3; + visibility:hidden; + opacity:0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; + position:absolute; + bottom:45px; + width:135px; + vertical-align:middle; + left:-57px; +} + +.zeus .tp-bullet:hover .tp-bullet-title, +.zeus .tp-bullet:hover .tp-bullet-image, +.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ + opacity:1; + visibility:visible; + -webkit-transform:translateY(0px); + transform:translateY(0px); + } + +/* THUMBS */ +.zeus .tp-thumb { +opacity:1 +} + +.zeus .tp-thumb-over { + background:#000; + background:rgba(0,0,0,0.25); + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + z-index:1; + -webkit-transition:all 0.3s; + transition:all 0.3s; +} + +.zeus .tp-thumb-more:before { + font-family: "revicons"; + font-size:12px; + color:#aaa; + color:rgba(255,255,255,0.75); + display:block; + line-height: 12px; + text-align: left; + z-index:2; + position:absolute; + top:20px; + right:20px; + z-index:2; +} +.zeus .tp-thumb-more:before { + content: "\e825"; +} + +.zeus .tp-thumb-title { + font-family:"Raleway"; + letter-spacing:1px; + font-size:12px; + color:#fff; + display:block; + line-height: 15px; + text-align: left; + z-index:2; + position:absolute; + top:0px; + left:0px; + z-index:2; + padding:20px 35px 20px 20px; + width:100%; + height:100%; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + font-weight:500; +} + +.zeus .tp-thumb.selected .tp-thumb-more:before, +.zeus .tp-thumb:hover .tp-thumb-more:before { + color:#aaa; + +} + +.zeus .tp-thumb.selected .tp-thumb-over, +.zeus .tp-thumb:hover .tp-thumb-over { + background:#000; +} +.zeus .tp-thumb.selected .tp-thumb-title, +.zeus .tp-thumb:hover .tp-thumb-title { + color:#fff; + +} + + +/* TABS */ +.zeus .tp-tab { + opacity:1; + box-sizing:border-box; +} + +.zeus .tp-tab-title { +display: block; +text-align: center; +background: rgba(0,0,0,0.25); +font-family: "Roboto Slab", serif; +font-weight: 700; +font-size: 13px; +line-height: 13px; +color: #fff; +padding: 9px 10px; } + +.zeus .tp-tab:hover .tp-tab-title, +.zeus .tp-tab.selected .tp-tab-title { + color: #000; + background:rgba(255,255,255,1); +} + + + +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Navigatin Skin Style - + + ZEUS SKIN + +author: ThemePunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + +.post-tabs .tp-thumb { +opacity:1 +} + +.post-tabs .tp-thumb-over { + background:#252525; + width:100%; + height:100%; + position:absolute; + top:0px; + left:0px; + z-index:1; + -webkit-transition:all 0.3s; + transition:all 0.3s; +} + +.post-tabs .tp-thumb-more:before { + font-family: "revicons"; + font-size:12px; + color:#aaa; + color:rgba(255,255,255,0.75); + display:block; + line-height: 12px; + text-align: left; + z-index:2; + position:absolute; + top:15px; + right:15px; + z-index:2; +} +.post-tabs .tp-thumb-more:before { + content: "\e825"; +} + +.post-tabs .tp-thumb-title { + font-family:"raleway"; + letter-spacing:1px; + font-size:12px; + color:#fff; + display:block; + line-height: 15px; + text-align: left; + z-index:2; + position:absolute; + top:0px; + left:0px; + z-index:2; + padding:15px 30px 15px 15px; + width:100%; + height:100%; + box-sizing:border-box; + transition:all 0.3s; + -webkit-transition:all 0.3s; + font-weight:500; +} + +.post-tabs .tp-thumb.selected .tp-thumb-more:before, +.post-tabs .tp-thumb:hover .tp-thumb-more:before { + color:#aaa; + +} + +.post-tabs .tp-thumb.selected .tp-thumb-over, +.post-tabs .tp-thumb:hover .tp-thumb-over { + background:#fff; +} +.post-tabs .tp-thumb.selected .tp-thumb-title, +.post-tabs .tp-thumb:hover .tp-thumb-title { + color:#000; + +} diff --git a/resources/public/assets/vendor/rs-plugin/css/openhand.cur b/resources/public/assets/vendor/rs-plugin/css/openhand.cur new file mode 100644 index 0000000..fba3ddc Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/css/openhand.cur differ diff --git a/resources/public/assets/vendor/rs-plugin/css/settings-source.css b/resources/public/assets/vendor/rs-plugin/css/settings-source.css new file mode 100644 index 0000000..b952ea1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/settings-source.css @@ -0,0 +1,1312 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Default Style Settings - + +Screen Stylesheet + +version: 5.4.5 +date: 15/05/17 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + +#debungcontrolls { + z-index:100000; + position:fixed; + bottom:0px; width:100%; + height:auto; + background:rgba(0,0,0,0.6); + padding:10px; + box-sizing: border-box; +} + +.debugtimeline { + width:100%; + height:10px; + position:relative; + display:block; + margin-bottom:3px; + display:none; + white-space: nowrap; + box-sizing: border-box; +} + +.debugtimeline:hover { + height:15px; + +} + +.the_timeline_tester { + background:#e74c3c; + position:absolute; + top:0px; + left:0px; + height:100%; + width:0; +} + +.rs-go-fullscreen { + position:fixed !important; + width:100% !important; + height:100% !important; + top:0px !important; + left:0px !important; + z-index:9999999 !important; + background:#ffffff !important; +} + + +.debugtimeline.tl_slide .the_timeline_tester { + background:#f39c12; +} + +.debugtimeline.tl_frame .the_timeline_tester { + background:#3498db; +} + +.debugtimline_txt { + color:#fff; + font-weight: 400; + font-size:7px; + position:absolute; + left:10px; + top:0px; + white-space: nowrap; + line-height: 10px; +} + + +.rtl { direction: rtl;} +@font-face { + font-family: 'revicons'; + src: url('../fonts/revicons/revicons.eot?5510888'); + src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), + url('../fonts/revicons/revicons.woff?5510888') format('woff'), + url('../fonts/revicons/revicons.ttf?5510888') format('truetype'), + url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg'); + font-weight: normal; + font-style: normal; +} + + [class^="revicon-"]:before, [class*=" revicon-"]:before { + font-family: "revicons"; + font-style: normal; + font-weight: normal; + speak: none; + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} + +.revicon-search-1:before { content: '\e802'; } /* '' */ +.revicon-pencil-1:before { content: '\e831'; } /* '' */ +.revicon-picture-1:before { content: '\e803'; } /* '' */ +.revicon-cancel:before { content: '\e80a'; } /* '' */ +.revicon-info-circled:before { content: '\e80f'; } /* '' */ +.revicon-trash:before { content: '\e801'; } /* '' */ +.revicon-left-dir:before { content: '\e817'; } /* '' */ +.revicon-right-dir:before { content: '\e818'; } /* '' */ +.revicon-down-open:before { content: '\e83b'; } /* '' */ +.revicon-left-open:before { content: '\e819'; } /* '' */ +.revicon-right-open:before { content: '\e81a'; } /* '' */ +.revicon-angle-left:before { content: '\e820'; } /* '' */ +.revicon-angle-right:before { content: '\e81d'; } /* '' */ +.revicon-left-big:before { content: '\e81f'; } /* '' */ +.revicon-right-big:before { content: '\e81e'; } /* '' */ +.revicon-magic:before { content: '\e807'; } /* '' */ +.revicon-picture:before { content: '\e800'; } /* '' */ +.revicon-export:before { content: '\e80b'; } /* '' */ +.revicon-cog:before { content: '\e832'; } /* '' */ +.revicon-login:before { content: '\e833'; } /* '' */ +.revicon-logout:before { content: '\e834'; } /* '' */ +.revicon-video:before { content: '\e805'; } /* '' */ +.revicon-arrow-combo:before { content: '\e827'; } /* '' */ +.revicon-left-open-1:before { content: '\e82a'; } /* '' */ +.revicon-right-open-1:before { content: '\e82b'; } /* '' */ +.revicon-left-open-mini:before { content: '\e822'; } /* '' */ +.revicon-right-open-mini:before { content: '\e823'; } /* '' */ +.revicon-left-open-big:before { content: '\e824'; } /* '' */ +.revicon-right-open-big:before { content: '\e825'; } /* '' */ +.revicon-left:before { content: '\e836'; } /* '' */ +.revicon-right:before { content: '\e826'; } /* '' */ +.revicon-ccw:before { content: '\e808'; } /* '' */ +.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ +.revicon-palette:before { content: '\e829'; } /* '' */ +.revicon-list-add:before { content: '\e80c'; } /* '' */ +.revicon-doc:before { content: '\e809'; } /* '' */ +.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ +.revicon-left-open-2:before { content: '\e82c'; } /* '' */ +.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ +.revicon-right-open-2:before { content: '\e82d'; } /* '' */ +.revicon-equalizer:before { content: '\e83a'; } /* '' */ +.revicon-layers-alt:before { content: '\e804'; } /* '' */ +.revicon-popup:before { content: '\e828'; } /* '' */ + + + +/****************************** + - BASIC STYLES - +******************************/ + +.rev_slider_wrapper{ + position:relative; + z-index: 0; + width:100%; +} + +.rev_slider{ + position:relative; + overflow:visible; +} + +.entry-content .rev_slider a, +.rev_slider a { box-shadow: none; } + +.tp-overflow-hidden { overflow:hidden !important;} +.group_ov_hidden { overflow:hidden} + +.tp-simpleresponsive img, +.rev_slider img{ + max-width:none !important; + transition: none; + margin:0px; + padding:0px; + border:none; +} + +.rev_slider .no-slides-text{ + font-weight:bold; + text-align:center; + padding-top:80px; +} + +.rev_slider >ul, +.rev_slider_wrapper >ul, +.tp-revslider-mainul >li, +.rev_slider >ul >li, +.rev_slider >ul >li:before, +.tp-revslider-mainul >li:before, +.tp-simpleresponsive >ul, +.tp-simpleresponsive >ul >li, +.tp-simpleresponsive >ul >li:before, +.tp-revslider-mainul >li, +.tp-simpleresponsive >ul >li{ + list-style:none !important; + position:absolute; + margin:0px !important; + padding:0px !important; + overflow-x: visible; + overflow-y: visible; + list-style-type: none !important; + background-image:none; + background-position:0px 0px; + text-indent: 0em; + top:0px;left:0px; +} + + +.tp-revslider-mainul >li, +.rev_slider >ul >li, +.rev_slider >ul >li:before, +.tp-revslider-mainul >li:before, +.tp-simpleresponsive >ul >li, +.tp-simpleresponsive >ul >li:before, +.tp-revslider-mainul >li, +.tp-simpleresponsive >ul >li { + visibility:hidden; +} + +.tp-revslider-slidesli, +.tp-revslider-mainul { + padding:0 !important; + margin:0 !important; + list-style:none !important; +} + +.rev_slider li.tp-revslider-slidesli { + position: absolute !important; +} + + +.tp-caption .rs-untoggled-content { display:block;} +.tp-caption .rs-toggled-content { display:none;} + +.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;} +.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;} + +.rev_slider .tp-caption, +.rev_slider .caption { + position:relative; + visibility:hidden; + white-space: nowrap; + display: block; + -webkit-font-smoothing: antialiased !important; + z-index:1; +} + +.rev_slider .tp-caption, +.rev_slider .caption, +.tp-simpleresponsive img { + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + +.rev_slider .tp-mask-wrap .tp-caption, +.rev_slider .tp-mask-wrap *:last-child, +.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, +.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{ + margin-bottom:0; + +} + +.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top} + + +/* CAROUSEL FUNCTIONS */ +.tp-carousel-wrapper { + cursor:url(openhand.cur), move; +} +.tp-carousel-wrapper.dragged { + cursor:url(closedhand.cur), move; +} + +/* ADDED FOR SLIDELINK MANAGEMENT */ +.tp_inner_padding { + box-sizing:border-box; + max-height:none !important; +} + + +.tp-caption.tp-layer-selectable { + -moz-user-select: all; + -khtml-user-select: all; + -webkit-user-select: all; + -o-user-select: all; +} + +.tp-forcenotvisible, +.tp-hide-revslider, +.tp-caption.tp-hidden-caption, +.tp-parallax-wrap.tp-hidden-caption { + visibility:hidden !important; + display:none !important +} + +.rev_slider embed, +.rev_slider iframe, +.rev_slider object, +.rev_slider audio, +.rev_slider video { + max-width: none !important +} + +.tp-element-background { position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;} + +.tp-blockmask, +.tp-blockmask_in, +.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} + +.tp-parallax-wrap { transform-style: preserve-3d } + +/*********************************************************** + - ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS - +***********************************************************/ +.rev_row_zone { position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;} + +.rev_row_zone_top { top:0px;} +.rev_row_zone_middle { top:50%; transform:translateY(-50%);} +.rev_row_zone_bottom { bottom:0px;} + +.rev_column .tp-parallax-wrap { vertical-align: top } + +.rev_slider .tp-caption.rev_row { + display:table; + position:relative; + width:100% !important; + table-layout: fixed; + box-sizing: border-box; + vertical-align: top; + height:auto !important; + font-size:0px; +} + +.rev_column { + display: table-cell; + position: relative; + vertical-align: top; + height: auto; + box-sizing: border-box; + font-size:0px; +} + +.rev_column_inner { + box-sizing: border-box; + display: block; + position: relative; + width:100% !important; + height:auto !important; + white-space: normal !important; +} + +.rev_column_bg { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 0; + box-sizing: border-box; + background-clip: content-box; + border: 0px solid transparent; +} + + + +.rev_column_inner .tp-parallax-wrap, +.rev_column_inner .tp-loop-wrap, +.rev_column_inner .tp-mask-wrap { text-align: inherit; } +.rev_column_inner .tp-mask-wrap { display: inline-block;} + + +.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, +.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, +.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;} + +.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, +.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, +.rev_column_inner .tp-parallax-wrap, +.rev_column_inner .rev_layer_in_column { vertical-align: top; } + +.rev_break_columns { display: block !important } +.rev_break_columns .tp-parallax-wrap.rev_column { display:block !important; width:100% !important; } + + +/********************************************** + - FULLSCREEN AND FULLWIDHT CONTAINERS - +**********************************************/ + + +.fullscreen-container { + position:relative; + padding:0; +} + + +.fullwidthbanner-container{ + position:relative; + padding:0; + overflow:hidden; +} + +.fullwidthbanner-container .fullwidthabanner{ + width:100%; + position:relative; +} + + + +/********************************* + - SPECIAL TP CAPTIONS - +**********************************/ + +.tp-static-layers { + position:absolute; z-index:101; top:0px;left:0px; + /*pointer-events:none;*/ + +} + + +.tp-caption .frontcorner { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; +} + +.tp-caption .backcorner { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; +} + +.tp-caption .frontcornertop { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; +} + +.tp-caption .backcornertop { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; +} + +.tp-layer-inner-rotation { + position: relative !important; +} + + +/*********************************************** + - SPECIAL ALTERNATIVE IMAGE SETTINGS - +***********************************************/ + +img.tp-slider-alternative-image { + width:100%; height:auto; +} + + +/****************************** + - IE8 HACKS - +*******************************/ +.noFilterClass { + filter:none !important; +} + + +/******************************** + - FULLSCREEN VIDEO - +*********************************/ + +.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} + +.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} +.caption.fullscreenvideo, +.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} + +.caption.fullscreenvideo iframe, +.caption.fullscreenvideo audio, +.caption.fullscreenvideo video, +.tp-caption.fullscreenvideo iframe, +.tp-caption.fullscreenvideo iframe audio, +.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} + +.fullcoveredvideo audio, +.fullscreenvideo audio +.fullcoveredvideo video, +.fullscreenvideo video { background: #000} + +.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} + + +.videoisplaying .html5vid .tp-poster { display: none} + +.tp-video-play-button { + background:#000; + background:rgba(0,0,0,0.3); + border-radius:5px; + 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; + + display: inline-block; + vertical-align: top; + z-index: 4; + opacity: 0; + transition:opacity 300ms ease-out !important; +} + +.tp-hiddenaudio, +.tp-audio-html5 .tp-video-play-button { display:none !important;} +.tp-caption .html5vid { width:100% !important; height:100% !important;} +.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} +.tp-caption:hover .tp-video-play-button { opacity: 1; display:block;} +.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} + + +.fullcoveredvideo .tp-video-play-button { display:none !important} + + +.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;} +.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} + +.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;} +.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} + +.tp-video-controls { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 5px; + opacity: 0; + transition: opacity .3s; + background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + display:table;max-width:100%; overflow:hidden;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; + border-radius: 3px; + cursor:pointer; + line-height:12px; + font-size:12px; + color:#fff; + padding:0px; + margin:0px; + outline: none; + } +.tp-video-button:hover { cursor: pointer;} + + +.tp-video-button-wrap, +.tp-video-seek-bar-wrap, +.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;} + +.tp-video-seek-bar-wrap { width:80%} +.tp-video-vol-bar-wrap { width:20%} + +.tp-volume-bar, +.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} + + +.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} + + +.disabled_lc .tp-video-play-button, +.rs-background-video-layer video::-webkit-media-controls-start-playback-button, +.rs-background-video-layer video::-webkit-media-controls, +.rs-background-video-layer audio::-webkit-media-controls { display:none !important;} + + +.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important} + + + + +/******************************** + - DOTTED OVERLAYS - +*********************************/ +.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} +.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} +.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} +.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} +.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} + + +/****************************** + - SHADOWS - +******************************/ + +.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} +.tp-shadow1 { 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; + box-shadow: 0 15px 10px rgba(0,0,0,0.8); + + transform: rotate(-3deg); +} + +.tp-shadow2:after, +.tp-shadow4:after +{ + transform: rotate(3deg); + right: 10px; + left: auto; +} + +.tp-shadow5 +{ + position:relative; + 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; + box-shadow:0 0 25px 0px rgba(0,0,0,0.6); + top:30%; + bottom:0; + left:20px; + right:20px; + border-radius:100px / 20px; +} + +/****************************** + - BUTTONS - +*******************************/ + +.tp-button{ + padding:6px 13px 5px; + border-radius: 3px; + height:30px; + cursor:pointer; + color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; + font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; + text-decoration:none; +} + +.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; } + + +.purchase:hover, +.tp-button:hover, +.tp-button.big:hover { background-position:bottom, 15px 11px} + + +/* BUTTON COLORS */ + +.tp-button.green, .tp-button:hover.green, +.purchase.green, .purchase:hover.green { background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;} + +.tp-button.blue, .tp-button:hover.blue, +.purchase.blue, .purchase:hover.blue { background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68} + +.tp-button.red, .tp-button:hover.red, +.purchase.red, .purchase:hover.red { background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212} + +.tp-button.orange, .tp-button:hover.orange, +.purchase.orange, .purchase:hover.orange { background-color:#ff7700;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;box-shadow:0px 3px 0px 0px #222} + +.tp-button.lightgrey, .tp-button:hover.lightgrey, +.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888;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; 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; transition: all 0.2s ease-out !important; margin-left:10px !important;} + +.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; 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 { border-radius: 30px; } +.rev-minround { 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); + -webkit-tap-highlight-color: rgba(0,0,0,0); + -webkit-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); + +} +#dialog_addbutton .rev-burger:hover :nth-child(2), +.open .rev-burger :nth-child(2), +.open.rev-burger :nth-child(2) { + 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); + +} + +.rev-burger.revb-white { + border: 2px solid var(--light-rgba-20); +} +.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 */ + +@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; + 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; +} + +.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%; + animation: rev-ani-mouse 2.5s linear infinite; +} + +.rev-scroll-btn.revs-dark { + border-color:#333; +} +.rev-scroll-btn.revs-dark span { + background: #333; +} + +.rev-control-btn { + position: relative; + display: inline-block; + z-index: 5; + color: #FFF; + font-size: 20px; + line-height: 60px; + font-weight: 400; + font-style: normal; + font-family: Raleway; + text-decoration: none; + text-align: center; + background-color: #000; + border-radius: 50px; + text-shadow: none; + background-color: rgba(0, 0, 0, 0.50); + width:60px; + height:60px; + box-sizing: border-box; + cursor: pointer; +} + +.rev-cbutton-dark-sr { + border-radius: 3px; +} + +.rev-cbutton-light { + color: #333; + background-color: rgba(255,255,255, 0.75); +} + +.rev-cbutton-light-sr { + color: #333; + border-radius: 3px; + background-color: rgba(255,255,255, 0.75); +} + + +.rev-sbutton { + line-height: 37px; + width:37px; + height:37px; +} + +.rev-sbutton-blue { + background-color: #3B5998 +} +.rev-sbutton-lightblue { + background-color: #00A0D1; +} +.rev-sbutton-red { + background-color: #DD4B39; +} + + + + +/************************************ +- TP BANNER TIMER - +*************************************/ +.tp-bannertimer { visibility: hidden; width:100%; height:5px; background:#000; 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-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; +} + +.tp-caption img { } + + + +.caption.slidelink a div, +.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} +.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} +.tp-shape { width:100%;height:100%;} + + + +/********************************************* +- WOOCOMMERCE STYLES - +***********************************************/ + +.tp-caption .rs-starring { display: inline-block} + + +.tp-caption .rs-starring .star-rating { + float: none; + display: inline-block; + vertical-align: top; + color: #FFC321 !important; +} + + +.tp-caption .rs-starring .star-rating, +.tp-caption .rs-starring-page .star-rating { + position: relative; + height: 1em; + width: 5.4em; + font-family: star; + font-size: 1em !important; +} + +.tp-caption .rs-starring .star-rating:before, +.tp-caption .rs-starring-page .star-rating:before { + content: "\73\73\73\73\73"; + color: #E0DADF; + float: left; + top: 0; + left: 0; + position: absolute; +} + +.tp-caption .rs-starring .star-rating span { + overflow: hidden; + float: left; + top: 0; + left: 0; + position: absolute; + padding-top: 1.5em; + font-size: 1em !important; +} + +.tp-caption .rs-starring .star-rating span:before, +.tp-caption .rs-starring .star-rating span:before { + content: "\53\53\53\53\53"; + top: 0; + position: absolute; + left: 0; +} + + + + +/****************************** + - LOADER FORMS - +********************************/ + +.tp-loader { + top:50%; left:50%; + z-index:10000; + position:absolute; +} + +.tp-loader.spinner0 { + width: 40px; + height: 40px; + background-color: #fff; + background-image:url(../assets/loader.gif); + background-repeat:no-repeat; + background-position: center center; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + margin-top:-20px; + margin-left:-20px; + animation: tp-rotateplane 1.2s infinite ease-in-out; + 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); + margin-top:-20px; + margin-left:-20px; + animation: tp-rotateplane 1.2s infinite ease-in-out; + border-radius: 3px; +} + + + +.tp-loader.spinner5 { + background-image:url(../assets/loader.gif); + background-repeat:no-repeat; + background-position:10px 10px; + background-color:#fff; + margin:-22px -22px; + width:44px;height:44px; + border-radius: 3px; +} + + +@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); + border-radius: 100%; + animation: tp-scaleout 1.0s infinite ease-in-out; +} + + +@keyframes tp-scaleout { + 0% {transform: scale(0.0);} + 100% {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); + border-radius: 100%; + display: inline-block; + animation: tp-bouncedelay 1.4s infinite ease-in-out; + /* Prevent first frame from flickering when animation starts */ + animation-fill-mode: both; +} + +.tp-loader.spinner3 .bounce1 { + animation-delay: -0.32s; +} + +.tp-loader.spinner3 .bounce2 { + animation-delay: -0.16s; +} + +@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; + 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%; + animation: tp-bounce 2.0s infinite ease-in-out; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); +} + +.tp-loader.spinner4 .dot2 { + top: auto; + bottom: 0px; + animation-delay: -1.0s; +} + + +@keyframes tp-rotate { 100% { transform: rotate(360deg);}} + +@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; } + +.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;} + +.tp-arr-imgholder, +.tp-videoposter, +.tp-thumb-image, +.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} + +.tp-tab:hover, +.tp-tab.selected, +.tp-thumb:hover, +.tp-thumb.selected { opacity:1;} + +.tp-tab-mask, +.tp-thumb-mask { box-sizing:border-box !important; } + +.tp-tabs, +.tp-thumbs { box-sizing:content-box !important; } + +.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:var(--light-rgba-30); cursor: pointer;} +.tp-bullet.selected, +.tp-bullet:hover { background:#fff;} + + + + +.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; } +.tparrows:hover { background:#000;} +.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} +.tparrows.tp-leftarrow:before { content: '\e824'; } +.tparrows.tp-rightarrow:before { content: '\e825'; } + + + +/*************************** + - KEN BURNS FIXES - +***************************/ + +body.rtl .tp-kbimg {left: 0 !important} + + + +/*************************** + - 3D SHADOW MODE - +***************************/ + +.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} + +/******************* + - DEBUG MODE - +*******************/ + +.hglayerinfo { position: fixed; + bottom: 0px; + left: 0px; + color: #FFF; + font-size: 12px; + line-height: 20px; + font-weight: 600; + background: rgba(0, 0, 0, 0.75); + padding: 5px 10px; + z-index: 2000; + white-space: normal;} +.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} +.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} +.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 } +#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} + + + +/** +INSTAGRAM FILTERS BY UNA +https://una.im/CSSgram/ +**/ +.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten} +.tp-kbimg-wrap:before, +.tp-kbimg-wrap:after {height:500%;width:500%} + diff --git a/resources/public/assets/vendor/rs-plugin/css/settings.css b/resources/public/assets/vendor/rs-plugin/css/settings.css new file mode 100644 index 0000000..3090b52 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/settings.css @@ -0,0 +1,13 @@ +/*----------------------------------------------------------------------------- + +- Revolution Slider 5.0 Default Style Settings - + +Screen Stylesheet + +version: 5.4.5 +date: 15/05/17 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ +#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../fonts/revicons/revicons.eot?5510888);src:url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons/revicons.woff?5510888) format('woff'),url(../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.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'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.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}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;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)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!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;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-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.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,.25);-webkit-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.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.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)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){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)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{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,.rev-scroll-btn.revs-fullwhite{background:#fff}@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;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;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,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.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-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -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:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s 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%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/css/tp-color-picker.css b/resources/public/assets/vendor/rs-plugin/css/tp-color-picker.css new file mode 100644 index 0000000..c894810 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/css/tp-color-picker.css @@ -0,0 +1,1342 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto'); + +/* + Default Picker Widget +*/ +.rev-colorpicker { + + display: inline-block; + height: 28px; + line-height: 28px; + cursor: pointer; + border-radius: 4px; + overflow: hidden; + box-sizing: border-box; + border: 1px solid #E5E5E5; + +} + +.rev-colorpicker.dark { + + border: 1px solid #e5e5e5; + +} + +.rev-colorpicker span { + + display: inline-block; + height: 100%; + vertical-align: top; + +} + +.rev-colorpicker .rev-colorbox { + border-right: 1px solid #ddd; + width: 32px; + background: url(../images/tpcolorpicker/trans_tile.png); + +} + +.rev-colorpicker .rev-colorbtn { + + font-family: 'Open Sans'; + font-size: 11px; + padding: 0 6px 1px; + background: #E5E5E5; + position: relative; + top: -1px; + +} + +.rev-colorpicker.dark .rev-colorbtn { + + color: #FFF; + background: #555; + +} + +.rev-colorpicker-open .tipsy-inner { + + max-width: none; + +} + +.rev-cpicker-wrap { + + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 2099999; + display: none; + +} + +#rev-cpicker-back { + + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + /* background: rgba(255, 255, 255, 0.5); */ + +} + +#rev-cpicker { + + position: absolute; + top: 50%; + left: 50%; + margin: -198px 0 0 -305px; + font-family: 'Roboto', 'Open Sans'; + font-size: 13px; + white-space: nowrap; + +} + +.rev-cpicker-wrap.onajax { + + pointer-events: none; + +} + +.rev-cpicker-wrap.onajax .rev-cpicker-section:not(#rev-cpicker-section-right):before { + + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); + position: absolute; + top: 0; + left: 0; + z-index: 2099998; + content: ""; + +} + +.rev-cpicker-wrap.onajax .rev-cpicker-section:not(#rev-cpicker-section-right):after { + + position: absolute; + top: 50%; + left: 50%; + z-index: 2099999; + font-size: 36px; + color: #FFF; + margin-top: -10px; + +} + +.rev-cpicker-wrap.onajaxdelete .rev-cpicker-section:not(#rev-cpicker-section-right):after { + + content: "Deleting Preset..."; + margin-left: -135px; + +} + +.rev-cpicker-wrap.onajaxsave .rev-cpicker-section:not(#rev-cpicker-section-right):after { + + content: "Saving Preset..."; + margin-left: -123px; + +} + +#rev-cpicker *:not(input) { + + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + +} + +#rev-cpicker-gradients { + + display: none; + +} + +.rev-cpicker-section { + + display: inline-block; + vertical-align: top; + position: relative; + background-color: #252525; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.35); + +} + +#rev-cpicker-section-left { + + width: 610px; + min-height: 291px; + padding-bottom: 15px; + +} + +.gradient-view #rev-cpicker-section-left { + + padding-bottom: 28px; + +} + +#rev-cpicker-head { + + background-color: #333; + position: relative; + width: 610px; + height: 70px; + +} + +#rev-cpicker-drag { + + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + cursor: move; + +} + +.rev-cpicker-gradient { + + display: none; + +} + +.rev-cpicker-main-btn { + + width: 150px; + position: absolute; + top: 20px; + padding: 6px 0; + text-align: center; + border-radius: 3px; + cursor: pointer; + background-color: #3e3e3e; + color: #666; + +} + +#rev-cpicker-editing { + + display: inline-block; + position: absolute; + top: 19px; + left: 370px; + bottom: 5px; + color: #FFF; + cursor: move; + +} + +#rev-cpicker-editing span { + + display: block; + line-height: 13px; + +} + +#rev-cpicker-edit-title { + + color: #555; + +} + +#rev-cpicker-current-edit { + + margin-top: 7px; + +} + +#rev-cpicker-angle-container { + + position: relative; + +} + +#rev-cpicker-wheel { + + display: none; + position: absolute; + left: -60px; + top: -16px; + width: 60px; + height: 60px; + cursor: default; + +} + +#rev-cpicker-wheel-inner { + + position: absolute; + left: 5px; + top: 5px; + width: 50px; + height: 50px; + border-radius: 50%; + background-color: #333; + +} + +#rev-cpicker-wheel.active { + + display: block; + +} + +#rev-cpicker-wheel-point { + + position: absolute; + left: 50%; + top: 0; + display: block; + position: relative; + width: 2px; + height: 25px; + margin-left: -1px; + transform-origin: bottom center; + background-color: #999; + +} + +#rev-cpicker-wheel-point:after { + + width: 6px; + height: 6px; + border-radius: 50%; + background-color: #999; + position: absolute; + top: -2px; + left: 50%; + margin-left: -3px; + display: block; + content: ""; + +} + +#rev-cpicker-exit { + + position: absolute; + top: 28px; + right: 23px; + width: 14px; + height: 16px; + opacity: 0.25; + cursor: pointer; + background: url(../images/tpcolorpicker/exit.png) center center no-repeat; + background-size: 14px 16px; + +} + +#rev-cpicker-exit:hover { + + opacity: 1; + +} + +.rev-cpicker-btn { + + display: inline-block; + background-color: #333; + color: #777; + border-radius: 3px; + text-align: center; + cursor: pointer; + +} + +.rev-cpicker-btn-small { + + padding: 3px 15px; + margin-top: 1px; + +} + +.rev-cpicker-btn:hover { + + color: #FFF; + +} + +.rev-cpicker-input { + + width: 106px; + padding: 3px 10px; + +} + +#rev-cpicker-color-btn { + + left: 30px; + +} + +#rev-cpicker-gradient-btn { + + left: 190px; + +} + +#rev-cpicker-body { + + color: #555; + +} + +.rev-cpicker-column { + + display: inline-block; + vertical-align: top; + width: 50%; + +} + +.rev-cpicker-column-inner-left { + + padding: 14px 0 0 30px; + +} + +.rev-cpicker-column-inner-right { + + padding: 14px 0 0 9px; + +} + +.rev-cpicker-preset-title-custom { + + margin-left: 30px; + +} + +.rev-cpicker-preset-title span { + + cursor: pointer; + +} + +.rev-cpicker-arrow { + + width: 11px; + height: 6px; + display: none; + vertical-align: top; + margin-left: 2px; + padding: 3px; + position: relative; + top: 2px; + background-size: 14px 24px; + background-position: center -10px; + background-repeat: no-repeat; + +} + +.rev-cpicker-preset-title.multiplerows .rev-cpicker-arrow:not(.rev-cpicker-arrow-up) { + + display: inline-block; + +} + +.rev-cpicker-arrow-down { + + background-image: url(../images/tpcolorpicker/arrow_down.png); + +} + +.rev-cpicker-arrow-up { + + display: none; + background-image: url(../images/tpcolorpicker/arrow_up.png); + +} + +.rev-cpicker-preset-title.selected .rev-cpicker-arrow { + + background-position: center top; + +} + +.rev-cpicker-preset-title.multiplerows.active .rev-cpicker-arrow-down { + + display: none; + +} + +.rev-cpicker-preset-title.multiplerows.active .rev-cpicker-arrow-up { + + display: inline-block; + +} + +.rev-cpicker-preset-title.selected span { + + color: #FFF; + +} + +.rev-cpicker-preset-title.selected span:not(.rev-cpicker-arrow) { + + cursor: auto; + +} + +.rev-cpicker-section input { + + color: #666; + background: #252525; + border: 1px solid #353535; + +} + +#rev-cpicker-body input:disabled { + + color: #3a3a3a; + border-color: #333; + +} + + +.rev-cpicker-save-preset-btn { + + width: 90px; + padding: 11px 0 11px 0; + margin-left: 10px; + +} + +.rev-cpicker-presets { + + position: relative; + left: -20px; + width: 100%; + padding: 0 0 50px 20px; + z-index: 999; + overflow: hidden; + background-color: #252525; + +} + +.rev-cpicker-presets.active { + + overflow: visible; + +} + +.rev-cpicker-presets:not(.active) .rev-cpicker-color:nth-child(n+7) { + + display: none; + +} + +.rev-cpicker-presets-group { + + position: absolute; + top: 23px; + left: -5px; + height: 270px; + overflow: hidden; + line-height: 0; + white-space: normal; + padding: 0 0 0 20px; + background-color: #252525; + +} + +#rev-cpicker-gradients .rev-cpicker-presets-group { + + height: 295px; + +} + +#rev-cpicker .ps-container .ps-scrollbar-x-rail { + + display: none; + +} + +#rev-cpicker .ps-container .ps-scrollbar-y-rail { + + display: block; + left: 10px; + right: auto; + +} + +#rev-cpicker .ps-active-y:hover .ps-scrollbar-y-rail { + + opacity: 1; + +} + +#rev-cpicker .ps-active-y .ps-scrollbar-y-rail:hover { + + background-color: #EEE; + +} + +.rev-cpicker-presets-custom { + + display: none; + +} + +.rev-cpicker-presets-save-as { + + margin-top: 4px; + +} + +#rev-cpicker-remove-delete { + + display: none; + +} + +#rev-cpicker input[type="text"] { + + border: 1px solid #333; + border-radius: 3px; + font-size: 13px; + padding-top: 4px; + +} + +#rev-cpicker input[type="text"]:focus { + + border: 1px solid #555 !important; + box-shadow: none !important; + +} + +.rev-cpicker-preset-save { + + width: 163px; + padding: 11px 15px 12px !important; + +} + +.rev-cpicker-save-icon { + + width: 12px; + height: 12px; + display: inline-block; + background: url(../images/tpcolorpicker/save.png) left top no-repeat; + background-size: 12px 25px; + margin-right: 5px; + position: relative; + top: 1px; + +} + +.rev-cpicker-save-preset-btn:hover .rev-cpicker-save-icon { + + background-position: left bottom; + +} + +.rev-cpicker-preset-save-text { + + margin-left: 5px; + +} + +.rev-cpicker-color { + + width: 40px; + height: 40px; + display: inline-block; + position: relative; + margin: 0 0 5px 5px; + +} + +.rev-cpicker-preset-bg, +.rev-cpicker-preset-tile { + + display: block; + width: 100%; + height: 100%; + +} + +.rev-cpicker-preset-tile { + + background: url(../images/tpcolorpicker/trans_tile.png); + +} + +.rev-cpicker-preset-bg { + + position: absolute; + top: 0; + left: 0; + +} + +.rev-cpicker-color { + + box-sizing: border-box; + +} + +.rev-cpicker-color:not(.blank) { + + cursor: pointer; + background-color: #333; + +} + +.rev-cpicker-color.blank { + + background-color: #333; + +} + +.rev-picker-color-custom:hover span, +.rev-picker-color-custom.selected span, +.rev-picker-color-custom:hover .rev-cpicker-delete:before, +.rev-picker-color-custom.selected .rev-cpicker-delete:before { + + display: block; + +} + +.rev-cpicker-color.selected { + + border: 2px solid #252525; + cursor: auto; + +} + +.rev-picker-color-custom.selected { + + border-radius: 5px 0 5px 5px; + +} + +.rev-picker-color-custom.selected .rev-cpicker-delete-icon { + + cursor: pointer; + +} + +.rev-cpicker-delete-icon { + + position: absolute; + top: 0; + right: 0; + width: 8px; + height: 10px; + display: none; + background: url(../images/tpcolorpicker/delete.png) left top no-repeat; + background-size: 8px 20px; + +} + +.rev-cpicker-delete:before { + + position: absolute; + top: 0; + right: 0; + width: 12px; + height: 13px; + border-radius: 0 0 0 3px; + background-color: #252525; + content: ""; + display: none; + +} + +.rev-cpicker-delete:hover .rev-cpicker-delete-icon { + + background-position: left bottom; + +} + +#rev-cpicker .wp-color-result { + + display: none; + +} + +#rev-cpicker .wp-picker-holder { + + top: 1px; + left: -10px; + +} + +.rev-cpicker-iris { + + margin-top: 3px; + +} + +#rev-cpicker .iris-picker { + + background: transparent !important; + border: none !important; + display: block !important; + +} + +#rev-cpicker .wp-picker-input-wrap { + + display: none !important; + +} + +.rev-cpicker-meta { + + margin-top: 21px; + +} + +.rev-cpicker-meta input { + + margin: 4px 0 14px 0; + +} + +#rev-cpicker-check { + + width: 40px; + height: 40px; + position: absolute; + bottom: 10px; + margin-left: -50px; + border-radius: 3px; + cursor: pointer; + background: #27ae60 url(../images/tpcolorpicker/check.png) left top no-repeat; + +} + +#rev-cpicker-section-right { + + width: 280px; + height: 262px; + display: inline-block; + pointer-events: none; + +} + +#rev-cpicker-section-right > * { + + opacity: 0.3; + +} + +.rev-cpicker-wrap.open #rev-cpicker-section-right { + + pointer-events: auto; + +} + +.rev-cpicker-wrap.open #rev-cpicker-section-right > * { + + opacity: 1; + +} + +#rev-cpicker-section-right .rev-cpicker-iris { + + margin: 4px 0 0 12px; + +} + +#rev-cpicker-section-right .rev-cpicker-fields { + + position: absolute; + width: 100%; + bottom: 21px; + left: 21px; + +} + +#rev-cpicker-check-gradient { + + width: 31px; + height: 26px; + background: #333 url(../images/tpcolorpicker/check_small.png) left bottom no-repeat; + margin-left: 22px; + vertical-align: top; + +} + +#rev-cpicker-check-gradient:hover { + + background-position: left top; + +} + +.rev-cpicker-gradient-block { + + width: 265px; + height: 60px; + background: url(../images/tpcolorpicker/trans_tile.png); + margin-top: 31px; + +} + +.rev-cpicker-column-inner-right .rev-cpicker-gradient-block { + + margin-top: 35px; + +} + +.rev-cpicker-gradient-builder { + + width: 100%; + height: 100%; + position: relative; + +} + +#rev-cpicker-point-wrap { + + width: 275px; + height: 100%; + position: absolute; + top: 0; + left: -5px; + z-index: 99; + +} + +#rev-cpciker-point-container { + + width: 263px; + height: 100%; + position: absolute; + top: 0; + left: 0; + +} + +.rev-cpicker-point { + + position: absolute; + display: block; + width: 12px; + height: 17px; + +} + +.rev-cpicker-point.active { + + z-index: 999; + background-position: left bottom; + +} + +.rev-cpicker-point.warning { + + transition: 0.1s transform linear; + +} + +.rev-cpicker-point-top.warning { + + transform: translate(0, -5px) scale(0.75); + +} + +.rev-cpicker-point-bottom.warning { + + transform: translate(0, 5px) scale(0.75); + +} + +.rev-cpicker-point-top { + + top: -17px; + background: url(../images/tpcolorpicker/point_top.png) left top no-repeat; + +} + +.rev-cpicker-point-bottom { + + bottom: -17px; + background: url(../images/tpcolorpicker/point_bottom.png) left top no-repeat; + +} + +.rev-cpicker-point-square { + + display: block; + width: 10px; + height: 10px; + position: absolute; + top: 1px; + left: 1px; + +} + +.rev-cpicker-point-triangle { + + display: block; + width: 0; + height: 0; + +} + +.rev-cpicker-point-top .rev-cpicker-point-triangle { + + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-top: 5px solid transparent; + position: absolute; + top: 11px; + left: 1px; + +} + +.rev-cpicker-point-bottom .rev-cpicker-point-triangle { + + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid transparent; + position: absolute; + top: 1px; + left: 1px; + +} + +.rev-cpicker-point-bottom .rev-cpicker-point-square { + + top: 6px; + +} + +.rev-cpicker-meta-row-wrap { + + margin-top: 34px; + +} + +.rev-cpicker-meta-row { + + margin-top: 14px; + +} + +.rev-cpicker-meta-row-push { + + margin-top: 18px; + +} + +.rev-cpicker-meta-row:after { + + content: ""; + display: table; + clear: both; + +} + +.rev-cpicker-meta-row > div { + + float: left; + margin-left: 11px; + min-width: 50px; + +} + +.rev-cpicker-meta-row label { + + display: block; + cursor: auto; + margin-bottom: 4px; + +} + +.rev-cpicker-meta-row > div:first-child { + + margin-left: 0 !important; + +} + +.rev-cpicker-meta-row > div:last-child { + + margin-left: 20px; + +} + +.rev-cpicker-meta-row input { + + width: 48px; + +} + +#rev-cpicker-color-box { + + width: 38px; + height: 22px; + display: block; + border: 1px solid #FFF; + position: relative; + top: 1px; + opacity: 0.5; + background: url(../images/tpcolorpicker/trans_tile.png); + +} + +.rev-cpicker-wrap.open #rev-cpicker-color-box { + + opacity: 1; + +} + +.rev-cpicker-column-inner-right .rev-cpicker-meta-row span { + + margin-right: 5px; + +} + +#rev-cpicker-meta-angle { + + width: 58px; + +} + +#rev-cpicker-meta-reverse { + + display: block; + width: 23px; + height: 23px; + border-radius: 3px; + border: 1px solid #3a3a3a; + cursor: pointer; + +} + +#rev-cpicker-meta-reverse.checked { + + background: url(../images/tpcolorpicker/check_reverse.png) center center no-repeat; + +} + +.rev-cpciker-clear { + + display: block; + width: 65px !important; + padding: 3px 0 !important; + +} + +.rev-cpicker-meta .rev-cpciker-clear { + + + position: relative; + top: -4px; + +} + +#rev-cpicker-section-right .rev-cpciker-clear { + + display: inline-block; + margin-left: 10px; + +} + +.rev-cpciker-clear:hover { + + color: #FFF; + +} + +.rev-cpicker-point-delete { + + opacity: 0.5; + pointer-events: none; + +} + +.rev-cpicker-point-delete.active { + + opacity: 1; + pointer-events: auto; + +} + +.rev-cpicker-orientation { + + opacity: 0.5; + +} + +.rev-cpicker-orientation:hover { + + color: #777; + +} + +.rev-cpicker-orientation.selected { + + opacity: 1; + color: #FFF; + cursor: auto; + pointer-events: none; + +} + +.rev-cpicker-builder-hit { + + position: absolute; + left: 0; + width: 100%; + height: 17px; + cursor: copy; + z-index: 0; + +} + +.rev-cpicker-builder-hit.full { + + pointer-events: none; + cursor: auto; + +} + +#rev-cpicker-hit-top { + + top: -17px; + +} + +#rev-cpicker-hit-bottom { + + bottom: -17px; + +} + +#rev-cpicker-gradient-input .ui-draggable { + + cursor: default; + +} + +.rev-cpicker-wrap.color-view #rev-cpicker-color-btn { + + color: #FFF; + background-color: #2e2e2e; + cursor: auto; + +} + +.rev-cpicker-wrap.gradient-view #rev-cpicker-gradient-btn { + + color: #FFF; + background-color: #2e2e2e; + cursor: auto; + +} + +.rev-cpicker-wrap.color-view #rev-cpicker-gradients {display: none} +.rev-cpicker-wrap.color-view #rev-cpicker-section-right {display: none} +.rev-cpicker-wrap.color-view #rev-cpicker-colors {display: block} + +.rev-cpicker-wrap.gradient-view #rev-cpicker {margin-left: -445px} +.rev-cpicker-wrap.gradient-view #rev-cpicker-colors {display: none} +.rev-cpicker-wrap.gradient-view #rev-cpicker-gradients {display: block} + +#rev-cpicker-colors .rev-cpicker-iris { + + margin-left: -10px; + +} + +#rev-cpicker-colors .iris-strip { + + width: 22px !important; + +} + +#rev-cpicker-colors .iris-picker .iris-square { + + margin-right: 15px; + +} + +#rev-cpicker-scroller { + + display: inline-block; + position: relative; + vertical-align: top; + top: 16px; + left: -14px; + height: 191px; + border-radius: 4px; + box-sizing: border-box; + box-shadow: inset 0 0 5px rgba(0,0,0,0.4); + background: url(../images/tpcolorpicker/trans_tile.png); + +} + +#rev-cpicker-scroller div { + + box-sizing: border-box; + +} + +#rev-cpicker-scroll-bg { + + width: 100% !important; + height: 100% !important; + border-radius: 3px !important; + background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%) !important; + +} + +#rev-cpicker-scroller .iris-slider-offset { + + position: absolute; + top: 11px; + left: 0; + right: 0; + bottom: -3px; + width: auto; + height: auto; + background: transparent; + border: 0; + border-radius: 0; + +} + +#rev-cpicker-scroller .ui-slider-handle { + + position: absolute; + background: 0 0; + margin: 0; + right: -3px; + left: -3px; + border: 4px solid #aaa; + border-width: 4px 3px; + width: auto; + height: 6px; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0,0,0,.2); + opacity: .9; + z-index: 5; + cursor: ns-resize; + +} + +#rev-cpicker-scroller .ui-slider-handle:before { + + content: " "; + position: absolute; + left: -2px; + right: -2px; + top: -3px; + bottom: -3px; + border: 2px solid #fff; + border-radius: 3px; + +} + + + diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.css b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.css new file mode 100644 index 0000000..1cf30f1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +[class^="fa-icon-"], [class*=" fa-icon-"] { + 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; +} +/* makes the font 33% larger relative to the icon container */ +.fa-icon-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-icon-2x { + font-size: 2em; +} +.fa-icon-3x { + font-size: 3em; +} +.fa-icon-4x { + font-size: 4em; +} +.fa-icon-5x { + font-size: 5em; +} +.fa-icon-fw { + width: 1.28571429em; + text-align: center; +} +.fa-icon-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-icon-ul > li { + position: relative; +} +.fa-icon-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-icon-li.fa-icon-lg { + left: -1.85714286em; +} +.fa-icon-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-icon-pull-left { + float: left; +} +.fa-icon-pull-right { + float: right; +} +.fa.fa-icon-pull-left { + margin-right: .3em; +} +.fa.fa-icon-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-icon-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-icon-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-icon-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-icon-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-icon-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-icon-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-icon-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-icon-rotate-90, +:root .fa-icon-rotate-180, +:root .fa-icon-rotate-270, +:root .fa-icon-flip-horizontal, +:root .fa-icon-flip-vertical { + filter: none; +} +.fa-icon-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-icon-stack-1x, +.fa-icon-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-icon-stack-1x { + line-height: inherit; +} +.fa-icon-stack-2x { + font-size: 2em; +} +.fa-icon-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-icon-glass:before { + content: "\f000"; +} +.fa-icon-music:before { + content: "\f001"; +} +.fa-icon-search:before { + content: "\f002"; +} +.fa-icon-envelope-o:before { + content: "\f003"; +} +.fa-icon-heart:before { + content: "\f004"; +} +.fa-icon-star:before { + content: "\f005"; +} +.fa-icon-star-o:before { + content: "\f006"; +} +.fa-icon-user:before { + content: "\f007"; +} +.fa-icon-film:before { + content: "\f008"; +} +.fa-icon-th-large:before { + content: "\f009"; +} +.fa-icon-th:before { + content: "\f00a"; +} +.fa-icon-th-list:before { + content: "\f00b"; +} +.fa-icon-check:before { + content: "\f00c"; +} +.fa-icon-remove:before, +.fa-icon-close:before, +.fa-icon-times:before { + content: "\f00d"; +} +.fa-icon-search-plus:before { + content: "\f00e"; +} +.fa-icon-search-minus:before { + content: "\f010"; +} +.fa-icon-power-off:before { + content: "\f011"; +} +.fa-icon-signal:before { + content: "\f012"; +} +.fa-icon-gear:before, +.fa-icon-cog:before { + content: "\f013"; +} +.fa-icon-trash-o:before { + content: "\f014"; +} +.fa-icon-home:before { + content: "\f015"; +} +.fa-icon-file-o:before { + content: "\f016"; +} +.fa-icon-clock-o:before { + content: "\f017"; +} +.fa-icon-road:before { + content: "\f018"; +} +.fa-icon-download:before { + content: "\f019"; +} +.fa-icon-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-icon-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-icon-inbox:before { + content: "\f01c"; +} +.fa-icon-play-circle-o:before { + content: "\f01d"; +} +.fa-icon-rotate-right:before, +.fa-icon-repeat:before { + content: "\f01e"; +} +.fa-icon-refresh:before { + content: "\f021"; +} +.fa-icon-list-alt:before { + content: "\f022"; +} +.fa-icon-lock:before { + content: "\f023"; +} +.fa-icon-flag:before { + content: "\f024"; +} +.fa-icon-headphones:before { + content: "\f025"; +} +.fa-icon-volume-off:before { + content: "\f026"; +} +.fa-icon-volume-down:before { + content: "\f027"; +} +.fa-icon-volume-up:before { + content: "\f028"; +} +.fa-icon-qrcode:before { + content: "\f029"; +} +.fa-icon-barcode:before { + content: "\f02a"; +} +.fa-icon-tag:before { + content: "\f02b"; +} +.fa-icon-tags:before { + content: "\f02c"; +} +.fa-icon-book:before { + content: "\f02d"; +} +.fa-icon-bookmark:before { + content: "\f02e"; +} +.fa-icon-print:before { + content: "\f02f"; +} +.fa-icon-camera:before { + content: "\f030"; +} +.fa-icon-font:before { + content: "\f031"; +} +.fa-icon-bold:before { + content: "\f032"; +} +.fa-icon-italic:before { + content: "\f033"; +} +.fa-icon-text-height:before { + content: "\f034"; +} +.fa-icon-text-width:before { + content: "\f035"; +} +.fa-icon-align-left:before { + content: "\f036"; +} +.fa-icon-align-center:before { + content: "\f037"; +} +.fa-icon-align-right:before { + content: "\f038"; +} +.fa-icon-align-justify:before { + content: "\f039"; +} +.fa-icon-list:before { + content: "\f03a"; +} +.fa-icon-dedent:before, +.fa-icon-outdent:before { + content: "\f03b"; +} +.fa-icon-indent:before { + content: "\f03c"; +} +.fa-icon-video-camera:before { + content: "\f03d"; +} +.fa-icon-photo:before, +.fa-icon-image:before, +.fa-icon-picture-o:before { + content: "\f03e"; +} +.fa-icon-pencil:before { + content: "\f040"; +} +.fa-icon-map-marker:before { + content: "\f041"; +} +.fa-icon-adjust:before { + content: "\f042"; +} +.fa-icon-tint:before { + content: "\f043"; +} +.fa-icon-edit:before, +.fa-icon-pencil-square-o:before { + content: "\f044"; +} +.fa-icon-share-square-o:before { + content: "\f045"; +} +.fa-icon-check-square-o:before { + content: "\f046"; +} +.fa-icon-arrows:before { + content: "\f047"; +} +.fa-icon-step-backward:before { + content: "\f048"; +} +.fa-icon-fast-backward:before { + content: "\f049"; +} +.fa-icon-backward:before { + content: "\f04a"; +} +.fa-icon-play:before { + content: "\f04b"; +} +.fa-icon-pause:before { + content: "\f04c"; +} +.fa-icon-stop:before { + content: "\f04d"; +} +.fa-icon-forward:before { + content: "\f04e"; +} +.fa-icon-fast-forward:before { + content: "\f050"; +} +.fa-icon-step-forward:before { + content: "\f051"; +} +.fa-icon-eject:before { + content: "\f052"; +} +.fa-icon-chevron-left:before { + content: "\f053"; +} +.fa-icon-chevron-right:before { + content: "\f054"; +} +.fa-icon-plus-circle:before { + content: "\f055"; +} +.fa-icon-minus-circle:before { + content: "\f056"; +} +.fa-icon-times-circle:before { + content: "\f057"; +} +.fa-icon-check-circle:before { + content: "\f058"; +} +.fa-icon-question-circle:before { + content: "\f059"; +} +.fa-icon-info-circle:before { + content: "\f05a"; +} +.fa-icon-crosshairs:before { + content: "\f05b"; +} +.fa-icon-times-circle-o:before { + content: "\f05c"; +} +.fa-icon-check-circle-o:before { + content: "\f05d"; +} +.fa-icon-ban:before { + content: "\f05e"; +} +.fa-icon-arrow-left:before { + content: "\f060"; +} +.fa-icon-arrow-right:before { + content: "\f061"; +} +.fa-icon-arrow-up:before { + content: "\f062"; +} +.fa-icon-arrow-down:before { + content: "\f063"; +} +.fa-icon-mail-forward:before, +.fa-icon-share:before { + content: "\f064"; +} +.fa-icon-expand:before { + content: "\f065"; +} +.fa-icon-compress:before { + content: "\f066"; +} +.fa-icon-plus:before { + content: "\f067"; +} +.fa-icon-minus:before { + content: "\f068"; +} +.fa-icon-asterisk:before { + content: "\f069"; +} +.fa-icon-exclamation-circle:before { + content: "\f06a"; +} +.fa-icon-gift:before { + content: "\f06b"; +} +.fa-icon-leaf:before { + content: "\f06c"; +} +.fa-icon-fire:before { + content: "\f06d"; +} +.fa-icon-eye:before { + content: "\f06e"; +} +.fa-icon-eye-slash:before { + content: "\f070"; +} +.fa-icon-warning:before, +.fa-icon-exclamation-triangle:before { + content: "\f071"; +} +.fa-icon-plane:before { + content: "\f072"; +} +.fa-icon-calendar:before { + content: "\f073"; +} +.fa-icon-random:before { + content: "\f074"; +} +.fa-icon-comment:before { + content: "\f075"; +} +.fa-icon-magnet:before { + content: "\f076"; +} +.fa-icon-chevron-up:before { + content: "\f077"; +} +.fa-icon-chevron-down:before { + content: "\f078"; +} +.fa-icon-retweet:before { + content: "\f079"; +} +.fa-icon-shopping-cart:before { + content: "\f07a"; +} +.fa-icon-folder:before { + content: "\f07b"; +} +.fa-icon-folder-open:before { + content: "\f07c"; +} +.fa-icon-arrows-v:before { + content: "\f07d"; +} +.fa-icon-arrows-h:before { + content: "\f07e"; +} +.fa-icon-bar-chart-o:before, +.fa-icon-bar-chart:before { + content: "\f080"; +} +.fa-icon-twitter-square:before { + content: "\f081"; +} +.fa-icon-facebook-square:before { + content: "\f082"; +} +.fa-icon-camera-retro:before { + content: "\f083"; +} +.fa-icon-key:before { + content: "\f084"; +} +.fa-icon-gears:before, +.fa-icon-cogs:before { + content: "\f085"; +} +.fa-icon-comments:before { + content: "\f086"; +} +.fa-icon-thumbs-o-up:before { + content: "\f087"; +} +.fa-icon-thumbs-o-down:before { + content: "\f088"; +} +.fa-icon-star-half:before { + content: "\f089"; +} +.fa-icon-heart-o:before { + content: "\f08a"; +} +.fa-icon-sign-out:before { + content: "\f08b"; +} +.fa-icon-linkedin-square:before { + content: "\f08c"; +} +.fa-icon-thumb-tack:before { + content: "\f08d"; +} +.fa-icon-external-link:before { + content: "\f08e"; +} +.fa-icon-sign-in:before { + content: "\f090"; +} +.fa-icon-trophy:before { + content: "\f091"; +} +.fa-icon-github-square:before { + content: "\f092"; +} +.fa-icon-upload:before { + content: "\f093"; +} +.fa-icon-lemon-o:before { + content: "\f094"; +} +.fa-icon-phone:before { + content: "\f095"; +} +.fa-icon-square-o:before { + content: "\f096"; +} +.fa-icon-bookmark-o:before { + content: "\f097"; +} +.fa-icon-phone-square:before { + content: "\f098"; +} +.fa-icon-twitter:before { + content: "\f099"; +} +.fa-icon-facebook-f:before, +.fa-icon-facebook:before { + content: "\f09a"; +} +.fa-icon-github:before { + content: "\f09b"; +} +.fa-icon-unlock:before { + content: "\f09c"; +} +.fa-icon-credit-card:before { + content: "\f09d"; +} +.fa-icon-feed:before, +.fa-icon-rss:before { + content: "\f09e"; +} +.fa-icon-hdd-o:before { + content: "\f0a0"; +} +.fa-icon-bullhorn:before { + content: "\f0a1"; +} +.fa-icon-bell:before { + content: "\f0f3"; +} +.fa-icon-certificate:before { + content: "\f0a3"; +} +.fa-icon-hand-o-right:before { + content: "\f0a4"; +} +.fa-icon-hand-o-left:before { + content: "\f0a5"; +} +.fa-icon-hand-o-up:before { + content: "\f0a6"; +} +.fa-icon-hand-o-down:before { + content: "\f0a7"; +} +.fa-icon-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-icon-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-icon-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-icon-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-icon-globe:before { + content: "\f0ac"; +} +.fa-icon-wrench:before { + content: "\f0ad"; +} +.fa-icon-tasks:before { + content: "\f0ae"; +} +.fa-icon-filter:before { + content: "\f0b0"; +} +.fa-icon-briefcase:before { + content: "\f0b1"; +} +.fa-icon-arrows-alt:before { + content: "\f0b2"; +} +.fa-icon-group:before, +.fa-icon-users:before { + content: "\f0c0"; +} +.fa-icon-chain:before, +.fa-icon-link:before { + content: "\f0c1"; +} +.fa-icon-cloud:before { + content: "\f0c2"; +} +.fa-icon-flask:before { + content: "\f0c3"; +} +.fa-icon-cut:before, +.fa-icon-scissors:before { + content: "\f0c4"; +} +.fa-icon-copy:before, +.fa-icon-files-o:before { + content: "\f0c5"; +} +.fa-icon-paperclip:before { + content: "\f0c6"; +} +.fa-icon-save:before, +.fa-icon-floppy-o:before { + content: "\f0c7"; +} +.fa-icon-square:before { + content: "\f0c8"; +} +.fa-icon-navicon:before, +.fa-icon-reorder:before, +.fa-icon-bars:before { + content: "\f0c9"; +} +.fa-icon-list-ul:before { + content: "\f0ca"; +} +.fa-icon-list-ol:before { + content: "\f0cb"; +} +.fa-icon-strikethrough:before { + content: "\f0cc"; +} +.fa-icon-underline:before { + content: "\f0cd"; +} +.fa-icon-table:before { + content: "\f0ce"; +} +.fa-icon-magic:before { + content: "\f0d0"; +} +.fa-icon-truck:before { + content: "\f0d1"; +} +.fa-icon-pinterest:before { + content: "\f0d2"; +} +.fa-icon-pinterest-square:before { + content: "\f0d3"; +} +.fa-icon-google-plus-square:before { + content: "\f0d4"; +} +.fa-icon-google-plus:before { + content: "\f0d5"; +} +.fa-icon-money:before { + content: "\f0d6"; +} +.fa-icon-caret-down:before { + content: "\f0d7"; +} +.fa-icon-caret-up:before { + content: "\f0d8"; +} +.fa-icon-caret-left:before { + content: "\f0d9"; +} +.fa-icon-caret-right:before { + content: "\f0da"; +} +.fa-icon-columns:before { + content: "\f0db"; +} +.fa-icon-unsorted:before, +.fa-icon-sort:before { + content: "\f0dc"; +} +.fa-icon-sort-down:before, +.fa-icon-sort-desc:before { + content: "\f0dd"; +} +.fa-icon-sort-up:before, +.fa-icon-sort-asc:before { + content: "\f0de"; +} +.fa-icon-envelope:before { + content: "\f0e0"; +} +.fa-icon-linkedin:before { + content: "\f0e1"; +} +.fa-icon-rotate-left:before, +.fa-icon-undo:before { + content: "\f0e2"; +} +.fa-icon-legal:before, +.fa-icon-gavel:before { + content: "\f0e3"; +} +.fa-icon-dashboard:before, +.fa-icon-tachometer:before { + content: "\f0e4"; +} +.fa-icon-comment-o:before { + content: "\f0e5"; +} +.fa-icon-comments-o:before { + content: "\f0e6"; +} +.fa-icon-flash:before, +.fa-icon-bolt:before { + content: "\f0e7"; +} +.fa-icon-sitemap:before { + content: "\f0e8"; +} +.fa-icon-umbrella:before { + content: "\f0e9"; +} +.fa-icon-paste:before, +.fa-icon-clipboard:before { + content: "\f0ea"; +} +.fa-icon-lightbulb-o:before { + content: "\f0eb"; +} +.fa-icon-exchange:before { + content: "\f0ec"; +} +.fa-icon-cloud-download:before { + content: "\f0ed"; +} +.fa-icon-cloud-upload:before { + content: "\f0ee"; +} +.fa-icon-user-md:before { + content: "\f0f0"; +} +.fa-icon-stethoscope:before { + content: "\f0f1"; +} +.fa-icon-suitcase:before { + content: "\f0f2"; +} +.fa-icon-bell-o:before { + content: "\f0a2"; +} +.fa-icon-coffee:before { + content: "\f0f4"; +} +.fa-icon-cutlery:before { + content: "\f0f5"; +} +.fa-icon-file-text-o:before { + content: "\f0f6"; +} +.fa-icon-building-o:before { + content: "\f0f7"; +} +.fa-icon-hospital-o:before { + content: "\f0f8"; +} +.fa-icon-ambulance:before { + content: "\f0f9"; +} +.fa-icon-medkit:before { + content: "\f0fa"; +} +.fa-icon-fighter-jet:before { + content: "\f0fb"; +} +.fa-icon-beer:before { + content: "\f0fc"; +} +.fa-icon-h-square:before { + content: "\f0fd"; +} +.fa-icon-plus-square:before { + content: "\f0fe"; +} +.fa-icon-angle-double-left:before { + content: "\f100"; +} +.fa-icon-angle-double-right:before { + content: "\f101"; +} +.fa-icon-angle-double-up:before { + content: "\f102"; +} +.fa-icon-angle-double-down:before { + content: "\f103"; +} +.fa-icon-angle-left:before { + content: "\f104"; +} +.fa-icon-angle-right:before { + content: "\f105"; +} +.fa-icon-angle-up:before { + content: "\f106"; +} +.fa-icon-angle-down:before { + content: "\f107"; +} +.fa-icon-desktop:before { + content: "\f108"; +} +.fa-icon-laptop:before { + content: "\f109"; +} +.fa-icon-tablet:before { + content: "\f10a"; +} +.fa-icon-mobile-phone:before, +.fa-icon-mobile:before { + content: "\f10b"; +} +.fa-icon-circle-o:before { + content: "\f10c"; +} +.fa-icon-quote-left:before { + content: "\f10d"; +} +.fa-icon-quote-right:before { + content: "\f10e"; +} +.fa-icon-spinner:before { + content: "\f110"; +} +.fa-icon-circle:before { + content: "\f111"; +} +.fa-icon-mail-reply:before, +.fa-icon-reply:before { + content: "\f112"; +} +.fa-icon-github-alt:before { + content: "\f113"; +} +.fa-icon-folder-o:before { + content: "\f114"; +} +.fa-icon-folder-open-o:before { + content: "\f115"; +} +.fa-icon-smile-o:before { + content: "\f118"; +} +.fa-icon-frown-o:before { + content: "\f119"; +} +.fa-icon-meh-o:before { + content: "\f11a"; +} +.fa-icon-gamepad:before { + content: "\f11b"; +} +.fa-icon-keyboard-o:before { + content: "\f11c"; +} +.fa-icon-flag-o:before { + content: "\f11d"; +} +.fa-icon-flag-checkered:before { + content: "\f11e"; +} +.fa-icon-terminal:before { + content: "\f120"; +} +.fa-icon-code:before { + content: "\f121"; +} +.fa-icon-mail-reply-all:before, +.fa-icon-reply-all:before { + content: "\f122"; +} +.fa-icon-star-half-empty:before, +.fa-icon-star-half-full:before, +.fa-icon-star-half-o:before { + content: "\f123"; +} +.fa-icon-location-arrow:before { + content: "\f124"; +} +.fa-icon-crop:before { + content: "\f125"; +} +.fa-icon-code-fork:before { + content: "\f126"; +} +.fa-icon-unlink:before, +.fa-icon-chain-broken:before { + content: "\f127"; +} +.fa-icon-question:before { + content: "\f128"; +} +.fa-icon-info:before { + content: "\f129"; +} +.fa-icon-exclamation:before { + content: "\f12a"; +} +.fa-icon-superscript:before { + content: "\f12b"; +} +.fa-icon-subscript:before { + content: "\f12c"; +} +.fa-icon-eraser:before { + content: "\f12d"; +} +.fa-icon-puzzle-piece:before { + content: "\f12e"; +} +.fa-icon-microphone:before { + content: "\f130"; +} +.fa-icon-microphone-slash:before { + content: "\f131"; +} +.fa-icon-shield:before { + content: "\f132"; +} +.fa-icon-calendar-o:before { + content: "\f133"; +} +.fa-icon-fire-extinguisher:before { + content: "\f134"; +} +.fa-icon-rocket:before { + content: "\f135"; +} +.fa-icon-maxcdn:before { + content: "\f136"; +} +.fa-icon-chevron-circle-left:before { + content: "\f137"; +} +.fa-icon-chevron-circle-right:before { + content: "\f138"; +} +.fa-icon-chevron-circle-up:before { + content: "\f139"; +} +.fa-icon-chevron-circle-down:before { + content: "\f13a"; +} +.fa-icon-html5:before { + content: "\f13b"; +} +.fa-icon-css3:before { + content: "\f13c"; +} +.fa-icon-anchor:before { + content: "\f13d"; +} +.fa-icon-unlock-alt:before { + content: "\f13e"; +} +.fa-icon-bullseye:before { + content: "\f140"; +} +.fa-icon-ellipsis-h:before { + content: "\f141"; +} +.fa-icon-ellipsis-v:before { + content: "\f142"; +} +.fa-icon-rss-square:before { + content: "\f143"; +} +.fa-icon-play-circle:before { + content: "\f144"; +} +.fa-icon-ticket:before { + content: "\f145"; +} +.fa-icon-minus-square:before { + content: "\f146"; +} +.fa-icon-minus-square-o:before { + content: "\f147"; +} +.fa-icon-level-up:before { + content: "\f148"; +} +.fa-icon-level-down:before { + content: "\f149"; +} +.fa-icon-check-square:before { + content: "\f14a"; +} +.fa-icon-pencil-square:before { + content: "\f14b"; +} +.fa-icon-external-link-square:before { + content: "\f14c"; +} +.fa-icon-share-square:before { + content: "\f14d"; +} +.fa-icon-compass:before { + content: "\f14e"; +} +.fa-icon-toggle-down:before, +.fa-icon-caret-square-o-down:before { + content: "\f150"; +} +.fa-icon-toggle-up:before, +.fa-icon-caret-square-o-up:before { + content: "\f151"; +} +.fa-icon-toggle-right:before, +.fa-icon-caret-square-o-right:before { + content: "\f152"; +} +.fa-icon-euro:before, +.fa-icon-eur:before { + content: "\f153"; +} +.fa-icon-gbp:before { + content: "\f154"; +} +.fa-icon-dollar:before, +.fa-icon-usd:before { + content: "\f155"; +} +.fa-icon-rupee:before, +.fa-icon-inr:before { + content: "\f156"; +} +.fa-icon-cny:before, +.fa-icon-rmb:before, +.fa-icon-yen:before, +.fa-icon-jpy:before { + content: "\f157"; +} +.fa-icon-ruble:before, +.fa-icon-rouble:before, +.fa-icon-rub:before { + content: "\f158"; +} +.fa-icon-won:before, +.fa-icon-krw:before { + content: "\f159"; +} +.fa-icon-bitcoin:before, +.fa-icon-btc:before { + content: "\f15a"; +} +.fa-icon-file:before { + content: "\f15b"; +} +.fa-icon-file-text:before { + content: "\f15c"; +} +.fa-icon-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-icon-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-icon-sort-amount-asc:before { + content: "\f160"; +} +.fa-icon-sort-amount-desc:before { + content: "\f161"; +} +.fa-icon-sort-numeric-asc:before { + content: "\f162"; +} +.fa-icon-sort-numeric-desc:before { + content: "\f163"; +} +.fa-icon-thumbs-up:before { + content: "\f164"; +} +.fa-icon-thumbs-down:before { + content: "\f165"; +} +.fa-icon-youtube-square:before { + content: "\f166"; +} +.fa-icon-youtube:before { + content: "\f167"; +} +.fa-icon-xing:before { + content: "\f168"; +} +.fa-icon-xing-square:before { + content: "\f169"; +} +.fa-icon-youtube-play:before { + content: "\f16a"; +} +.fa-icon-dropbox:before { + content: "\f16b"; +} +.fa-icon-stack-overflow:before { + content: "\f16c"; +} +.fa-icon-instagram:before { + content: "\f16d"; +} +.fa-icon-flickr:before { + content: "\f16e"; +} +.fa-icon-adn:before { + content: "\f170"; +} +.fa-icon-bitbucket:before { + content: "\f171"; +} +.fa-icon-bitbucket-square:before { + content: "\f172"; +} +.fa-icon-tumblr:before { + content: "\f173"; +} +.fa-icon-tumblr-square:before { + content: "\f174"; +} +.fa-icon-long-arrow-down:before { + content: "\f175"; +} +.fa-icon-long-arrow-up:before { + content: "\f176"; +} +.fa-icon-long-arrow-left:before { + content: "\f177"; +} +.fa-icon-long-arrow-right:before { + content: "\f178"; +} +.fa-icon-apple:before { + content: "\f179"; +} +.fa-icon-windows:before { + content: "\f17a"; +} +.fa-icon-android:before { + content: "\f17b"; +} +.fa-icon-linux:before { + content: "\f17c"; +} +.fa-icon-dribbble:before { + content: "\f17d"; +} +.fa-icon-skype:before { + content: "\f17e"; +} +.fa-icon-foursquare:before { + content: "\f180"; +} +.fa-icon-trello:before { + content: "\f181"; +} +.fa-icon-female:before { + content: "\f182"; +} +.fa-icon-male:before { + content: "\f183"; +} +.fa-icon-gittip:before, +.fa-icon-gratipay:before { + content: "\f184"; +} +.fa-icon-sun-o:before { + content: "\f185"; +} +.fa-icon-moon-o:before { + content: "\f186"; +} +.fa-icon-archive:before { + content: "\f187"; +} +.fa-icon-bug:before { + content: "\f188"; +} +.fa-icon-vk:before { + content: "\f189"; +} +.fa-icon-weibo:before { + content: "\f18a"; +} +.fa-icon-renren:before { + content: "\f18b"; +} +.fa-icon-pagelines:before { + content: "\f18c"; +} +.fa-icon-stack-exchange:before { + content: "\f18d"; +} +.fa-icon-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-icon-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-icon-toggle-left:before, +.fa-icon-caret-square-o-left:before { + content: "\f191"; +} +.fa-icon-dot-circle-o:before { + content: "\f192"; +} +.fa-icon-wheelchair:before { + content: "\f193"; +} +.fa-icon-vimeo-square:before { + content: "\f194"; +} +.fa-icon-turkish-lira:before, +.fa-icon-try:before { + content: "\f195"; +} +.fa-icon-plus-square-o:before { + content: "\f196"; +} +.fa-icon-space-shuttle:before { + content: "\f197"; +} +.fa-icon-slack:before { + content: "\f198"; +} +.fa-icon-envelope-square:before { + content: "\f199"; +} +.fa-icon-wordpress:before { + content: "\f19a"; +} +.fa-icon-openid:before { + content: "\f19b"; +} +.fa-icon-institution:before, +.fa-icon-bank:before, +.fa-icon-university:before { + content: "\f19c"; +} +.fa-icon-mortar-board:before, +.fa-icon-graduation-cap:before { + content: "\f19d"; +} +.fa-icon-yahoo:before { + content: "\f19e"; +} +.fa-icon-google:before { + content: "\f1a0"; +} +.fa-icon-reddit:before { + content: "\f1a1"; +} +.fa-icon-reddit-square:before { + content: "\f1a2"; +} +.fa-icon-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-icon-stumbleupon:before { + content: "\f1a4"; +} +.fa-icon-delicious:before { + content: "\f1a5"; +} +.fa-icon-digg:before { + content: "\f1a6"; +} +.fa-icon-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-icon-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-icon-drupal:before { + content: "\f1a9"; +} +.fa-icon-joomla:before { + content: "\f1aa"; +} +.fa-icon-language:before { + content: "\f1ab"; +} +.fa-icon-fax:before { + content: "\f1ac"; +} +.fa-icon-building:before { + content: "\f1ad"; +} +.fa-icon-child:before { + content: "\f1ae"; +} +.fa-icon-paw:before { + content: "\f1b0"; +} +.fa-icon-spoon:before { + content: "\f1b1"; +} +.fa-icon-cube:before { + content: "\f1b2"; +} +.fa-icon-cubes:before { + content: "\f1b3"; +} +.fa-icon-behance:before { + content: "\f1b4"; +} +.fa-icon-behance-square:before { + content: "\f1b5"; +} +.fa-icon-steam:before { + content: "\f1b6"; +} +.fa-icon-steam-square:before { + content: "\f1b7"; +} +.fa-icon-recycle:before { + content: "\f1b8"; +} +.fa-icon-automobile:before, +.fa-icon-car:before { + content: "\f1b9"; +} +.fa-icon-cab:before, +.fa-icon-taxi:before { + content: "\f1ba"; +} +.fa-icon-tree:before { + content: "\f1bb"; +} +.fa-icon-spotify:before { + content: "\f1bc"; +} +.fa-icon-deviantart:before { + content: "\f1bd"; +} +.fa-icon-soundcloud:before { + content: "\f1be"; +} +.fa-icon-database:before { + content: "\f1c0"; +} +.fa-icon-file-pdf-o:before { + content: "\f1c1"; +} +.fa-icon-file-word-o:before { + content: "\f1c2"; +} +.fa-icon-file-excel-o:before { + content: "\f1c3"; +} +.fa-icon-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-icon-file-photo-o:before, +.fa-icon-file-picture-o:before, +.fa-icon-file-image-o:before { + content: "\f1c5"; +} +.fa-icon-file-zip-o:before, +.fa-icon-file-archive-o:before { + content: "\f1c6"; +} +.fa-icon-file-sound-o:before, +.fa-icon-file-audio-o:before { + content: "\f1c7"; +} +.fa-icon-file-movie-o:before, +.fa-icon-file-video-o:before { + content: "\f1c8"; +} +.fa-icon-file-code-o:before { + content: "\f1c9"; +} +.fa-icon-vine:before { + content: "\f1ca"; +} +.fa-icon-codepen:before { + content: "\f1cb"; +} +.fa-icon-jsfiddle:before { + content: "\f1cc"; +} +.fa-icon-life-bouy:before, +.fa-icon-life-buoy:before, +.fa-icon-life-saver:before, +.fa-icon-support:before, +.fa-icon-life-ring:before { + content: "\f1cd"; +} +.fa-icon-circle-o-notch:before { + content: "\f1ce"; +} +.fa-icon-ra:before, +.fa-icon-resistance:before, +.fa-icon-rebel:before { + content: "\f1d0"; +} +.fa-icon-ge:before, +.fa-icon-empire:before { + content: "\f1d1"; +} +.fa-icon-git-square:before { + content: "\f1d2"; +} +.fa-icon-git:before { + content: "\f1d3"; +} +.fa-icon-y-combinator-square:before, +.fa-icon-yc-square:before, +.fa-icon-hacker-news:before { + content: "\f1d4"; +} +.fa-icon-tencent-weibo:before { + content: "\f1d5"; +} +.fa-icon-qq:before { + content: "\f1d6"; +} +.fa-icon-wechat:before, +.fa-icon-weixin:before { + content: "\f1d7"; +} +.fa-icon-send:before, +.fa-icon-paper-plane:before { + content: "\f1d8"; +} +.fa-icon-send-o:before, +.fa-icon-paper-plane-o:before { + content: "\f1d9"; +} +.fa-icon-history:before { + content: "\f1da"; +} +.fa-icon-circle-thin:before { + content: "\f1db"; +} +.fa-icon-header:before { + content: "\f1dc"; +} +.fa-icon-paragraph:before { + content: "\f1dd"; +} +.fa-icon-sliders:before { + content: "\f1de"; +} +.fa-icon-share-alt:before { + content: "\f1e0"; +} +.fa-icon-share-alt-square:before { + content: "\f1e1"; +} +.fa-icon-bomb:before { + content: "\f1e2"; +} +.fa-icon-soccer-ball-o:before, +.fa-icon-futbol-o:before { + content: "\f1e3"; +} +.fa-icon-tty:before { + content: "\f1e4"; +} +.fa-icon-binoculars:before { + content: "\f1e5"; +} +.fa-icon-plug:before { + content: "\f1e6"; +} +.fa-icon-slideshare:before { + content: "\f1e7"; +} +.fa-icon-twitch:before { + content: "\f1e8"; +} +.fa-icon-yelp:before { + content: "\f1e9"; +} +.fa-icon-newspaper-o:before { + content: "\f1ea"; +} +.fa-icon-wifi:before { + content: "\f1eb"; +} +.fa-icon-calculator:before { + content: "\f1ec"; +} +.fa-icon-paypal:before { + content: "\f1ed"; +} +.fa-icon-google-wallet:before { + content: "\f1ee"; +} +.fa-icon-cc-visa:before { + content: "\f1f0"; +} +.fa-icon-cc-mastercard:before { + content: "\f1f1"; +} +.fa-icon-cc-discover:before { + content: "\f1f2"; +} +.fa-icon-cc-amex:before { + content: "\f1f3"; +} +.fa-icon-cc-paypal:before { + content: "\f1f4"; +} +.fa-icon-cc-stripe:before { + content: "\f1f5"; +} +.fa-icon-bell-slash:before { + content: "\f1f6"; +} +.fa-icon-bell-slash-o:before { + content: "\f1f7"; +} +.fa-icon-trash:before { + content: "\f1f8"; +} +.fa-icon-copyright:before { + content: "\f1f9"; +} +.fa-icon-at:before { + content: "\f1fa"; +} +.fa-icon-eyedropper:before { + content: "\f1fb"; +} +.fa-icon-paint-brush:before { + content: "\f1fc"; +} +.fa-icon-birthday-cake:before { + content: "\f1fd"; +} +.fa-icon-area-chart:before { + content: "\f1fe"; +} +.fa-icon-pie-chart:before { + content: "\f200"; +} +.fa-icon-line-chart:before { + content: "\f201"; +} +.fa-icon-lastfm:before { + content: "\f202"; +} +.fa-icon-lastfm-square:before { + content: "\f203"; +} +.fa-icon-toggle-off:before { + content: "\f204"; +} +.fa-icon-toggle-on:before { + content: "\f205"; +} +.fa-icon-bicycle:before { + content: "\f206"; +} +.fa-icon-bus:before { + content: "\f207"; +} +.fa-icon-ioxhost:before { + content: "\f208"; +} +.fa-icon-angellist:before { + content: "\f209"; +} +.fa-icon-cc:before { + content: "\f20a"; +} +.fa-icon-shekel:before, +.fa-icon-sheqel:before, +.fa-icon-ils:before { + content: "\f20b"; +} +.fa-icon-meanpath:before { + content: "\f20c"; +} +.fa-icon-buysellads:before { + content: "\f20d"; +} +.fa-icon-connectdevelop:before { + content: "\f20e"; +} +.fa-icon-dashcube:before { + content: "\f210"; +} +.fa-icon-forumbee:before { + content: "\f211"; +} +.fa-icon-leanpub:before { + content: "\f212"; +} +.fa-icon-sellsy:before { + content: "\f213"; +} +.fa-icon-shirtsinbulk:before { + content: "\f214"; +} +.fa-icon-simplybuilt:before { + content: "\f215"; +} +.fa-icon-skyatlas:before { + content: "\f216"; +} +.fa-icon-cart-plus:before { + content: "\f217"; +} +.fa-icon-cart-arrow-down:before { + content: "\f218"; +} +.fa-icon-diamond:before { + content: "\f219"; +} +.fa-icon-ship:before { + content: "\f21a"; +} +.fa-icon-user-secret:before { + content: "\f21b"; +} +.fa-icon-motorcycle:before { + content: "\f21c"; +} +.fa-icon-street-view:before { + content: "\f21d"; +} +.fa-icon-heartbeat:before { + content: "\f21e"; +} +.fa-icon-venus:before { + content: "\f221"; +} +.fa-icon-mars:before { + content: "\f222"; +} +.fa-icon-mercury:before { + content: "\f223"; +} +.fa-icon-intersex:before, +.fa-icon-transgender:before { + content: "\f224"; +} +.fa-icon-transgender-alt:before { + content: "\f225"; +} +.fa-icon-venus-double:before { + content: "\f226"; +} +.fa-icon-mars-double:before { + content: "\f227"; +} +.fa-icon-venus-mars:before { + content: "\f228"; +} +.fa-icon-mars-stroke:before { + content: "\f229"; +} +.fa-icon-mars-stroke-v:before { + content: "\f22a"; +} +.fa-icon-mars-stroke-h:before { + content: "\f22b"; +} +.fa-icon-neuter:before { + content: "\f22c"; +} +.fa-icon-genderless:before { + content: "\f22d"; +} +.fa-icon-facebook-official:before { + content: "\f230"; +} +.fa-icon-pinterest-p:before { + content: "\f231"; +} +.fa-icon-whatsapp:before { + content: "\f232"; +} +.fa-icon-server:before { + content: "\f233"; +} +.fa-icon-user-plus:before { + content: "\f234"; +} +.fa-icon-user-times:before { + content: "\f235"; +} +.fa-icon-hotel:before, +.fa-icon-bed:before { + content: "\f236"; +} +.fa-icon-viacoin:before { + content: "\f237"; +} +.fa-icon-train:before { + content: "\f238"; +} +.fa-icon-subway:before { + content: "\f239"; +} +.fa-icon-medium:before { + content: "\f23a"; +} +.fa-icon-yc:before, +.fa-icon-y-combinator:before { + content: "\f23b"; +} +.fa-icon-optin-monster:before { + content: "\f23c"; +} +.fa-icon-opencart:before { + content: "\f23d"; +} +.fa-icon-expeditedssl:before { + content: "\f23e"; +} +.fa-icon-battery-4:before, +.fa-icon-battery:before, +.fa-icon-battery-full:before { + content: "\f240"; +} +.fa-icon-battery-3:before, +.fa-icon-battery-three-quarters:before { + content: "\f241"; +} +.fa-icon-battery-2:before, +.fa-icon-battery-half:before { + content: "\f242"; +} +.fa-icon-battery-1:before, +.fa-icon-battery-quarter:before { + content: "\f243"; +} +.fa-icon-battery-0:before, +.fa-icon-battery-empty:before { + content: "\f244"; +} +.fa-icon-mouse-pointer:before { + content: "\f245"; +} +.fa-icon-i-cursor:before { + content: "\f246"; +} +.fa-icon-object-group:before { + content: "\f247"; +} +.fa-icon-object-ungroup:before { + content: "\f248"; +} +.fa-icon-sticky-note:before { + content: "\f249"; +} +.fa-icon-sticky-note-o:before { + content: "\f24a"; +} +.fa-icon-cc-jcb:before { + content: "\f24b"; +} +.fa-icon-cc-diners-club:before { + content: "\f24c"; +} +.fa-icon-clone:before { + content: "\f24d"; +} +.fa-icon-balance-scale:before { + content: "\f24e"; +} +.fa-icon-hourglass-o:before { + content: "\f250"; +} +.fa-icon-hourglass-1:before, +.fa-icon-hourglass-start:before { + content: "\f251"; +} +.fa-icon-hourglass-2:before, +.fa-icon-hourglass-half:before { + content: "\f252"; +} +.fa-icon-hourglass-3:before, +.fa-icon-hourglass-end:before { + content: "\f253"; +} +.fa-icon-hourglass:before { + content: "\f254"; +} +.fa-icon-hand-grab-o:before, +.fa-icon-hand-rock-o:before { + content: "\f255"; +} +.fa-icon-hand-stop-o:before, +.fa-icon-hand-paper-o:before { + content: "\f256"; +} +.fa-icon-hand-scissors-o:before { + content: "\f257"; +} +.fa-icon-hand-lizard-o:before { + content: "\f258"; +} +.fa-icon-hand-spock-o:before { + content: "\f259"; +} +.fa-icon-hand-pointer-o:before { + content: "\f25a"; +} +.fa-icon-hand-peace-o:before { + content: "\f25b"; +} +.fa-icon-trademark:before { + content: "\f25c"; +} +.fa-icon-registered:before { + content: "\f25d"; +} +.fa-icon-creative-commons:before { + content: "\f25e"; +} +.fa-icon-gg:before { + content: "\f260"; +} +.fa-icon-gg-circle:before { + content: "\f261"; +} +.fa-icon-tripadvisor:before { + content: "\f262"; +} +.fa-icon-odnoklassniki:before { + content: "\f263"; +} +.fa-icon-odnoklassniki-square:before { + content: "\f264"; +} +.fa-icon-get-pocket:before { + content: "\f265"; +} +.fa-icon-wikipedia-w:before { + content: "\f266"; +} +.fa-icon-safari:before { + content: "\f267"; +} +.fa-icon-chrome:before { + content: "\f268"; +} +.fa-icon-firefox:before { + content: "\f269"; +} +.fa-icon-opera:before { + content: "\f26a"; +} +.fa-icon-internet-explorer:before { + content: "\f26b"; +} +.fa-icon-tv:before, +.fa-icon-television:before { + content: "\f26c"; +} +.fa-icon-contao:before { + content: "\f26d"; +} +.fa-icon-500px:before { + content: "\f26e"; +} +.fa-icon-amazon:before { + content: "\f270"; +} +.fa-icon-calendar-plus-o:before { + content: "\f271"; +} +.fa-icon-calendar-minus-o:before { + content: "\f272"; +} +.fa-icon-calendar-times-o:before { + content: "\f273"; +} +.fa-icon-calendar-check-o:before { + content: "\f274"; +} +.fa-icon-industry:before { + content: "\f275"; +} +.fa-icon-map-pin:before { + content: "\f276"; +} +.fa-icon-map-signs:before { + content: "\f277"; +} +.fa-icon-map-o:before { + content: "\f278"; +} +.fa-icon-map:before { + content: "\f279"; +} +.fa-icon-commenting:before { + content: "\f27a"; +} +.fa-icon-commenting-o:before { + content: "\f27b"; +} +.fa-icon-houzz:before { + content: "\f27c"; +} +.fa-icon-vimeo:before { + content: "\f27d"; +} +.fa-icon-black-tie:before { + content: "\f27e"; +} +.fa-icon-fonticons:before { + content: "\f280"; +} +.fa-icon-reddit-alien:before { + content: "\f281"; +} +.fa-icon-edge:before { + content: "\f282"; +} +.fa-icon-credit-card-alt:before { + content: "\f283"; +} +.fa-icon-codiepie:before { + content: "\f284"; +} +.fa-icon-modx:before { + content: "\f285"; +} +.fa-icon-fort-awesome:before { + content: "\f286"; +} +.fa-icon-usb:before { + content: "\f287"; +} +.fa-icon-product-hunt:before { + content: "\f288"; +} +.fa-icon-mixcloud:before { + content: "\f289"; +} +.fa-icon-scribd:before { + content: "\f28a"; +} +.fa-icon-pause-circle:before { + content: "\f28b"; +} +.fa-icon-pause-circle-o:before { + content: "\f28c"; +} +.fa-icon-stop-circle:before { + content: "\f28d"; +} +.fa-icon-stop-circle-o:before { + content: "\f28e"; +} +.fa-icon-shopping-bag:before { + content: "\f290"; +} +.fa-icon-shopping-basket:before { + content: "\f291"; +} +.fa-icon-hashtag:before { + content: "\f292"; +} +.fa-icon-bluetooth:before { + content: "\f293"; +} +.fa-icon-bluetooth-b:before { + content: "\f294"; +} +.fa-icon-percent:before { + content: "\f295"; +} +.fa-icon-gitlab:before { + content: "\f296"; +} +.fa-icon-wpbeginner:before { + content: "\f297"; +} +.fa-icon-wpforms:before { + content: "\f298"; +} +.fa-icon-envira:before { + content: "\f299"; +} +.fa-icon-universal-access:before { + content: "\f29a"; +} +.fa-icon-wheelchair-alt:before { + content: "\f29b"; +} +.fa-icon-question-circle-o:before { + content: "\f29c"; +} +.fa-icon-blind:before { + content: "\f29d"; +} +.fa-icon-audio-description:before { + content: "\f29e"; +} +.fa-icon-volume-control-phone:before { + content: "\f2a0"; +} +.fa-icon-braille:before { + content: "\f2a1"; +} +.fa-icon-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-icon-asl-interpreting:before, +.fa-icon-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-icon-deafness:before, +.fa-icon-hard-of-hearing:before, +.fa-icon-deaf:before { + content: "\f2a4"; +} +.fa-icon-glide:before { + content: "\f2a5"; +} +.fa-icon-glide-g:before { + content: "\f2a6"; +} +.fa-icon-signing:before, +.fa-icon-sign-language:before { + content: "\f2a7"; +} +.fa-icon-low-vision:before { + content: "\f2a8"; +} +.fa-icon-viadeo:before { + content: "\f2a9"; +} +.fa-icon-viadeo-square:before { + content: "\f2aa"; +} +.fa-icon-snapchat:before { + content: "\f2ab"; +} +.fa-icon-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-icon-snapchat-square:before { + content: "\f2ad"; +} +.fa-icon-pied-piper:before { + content: "\f2ae"; +} +.fa-icon-first-order:before { + content: "\f2b0"; +} +.fa-icon-yoast:before { + content: "\f2b1"; +} +.fa-icon-themeisle:before { + content: "\f2b2"; +} +.fa-icon-google-plus-circle:before, +.fa-icon-google-plus-official:before { + content: "\f2b3"; +} +.fa-icon-fa:before, +.fa-icon-font-awesome:before { + content: "\f2b4"; +} +.fa-icon-handshake-o:before { + content: "\f2b5"; +} +.fa-icon-envelope-open:before { + content: "\f2b6"; +} +.fa-icon-envelope-open-o:before { + content: "\f2b7"; +} +.fa-icon-linode:before { + content: "\f2b8"; +} +.fa-icon-address-book:before { + content: "\f2b9"; +} +.fa-icon-address-book-o:before { + content: "\f2ba"; +} +.fa-icon-vcard:before, +.fa-icon-address-card:before { + content: "\f2bb"; +} +.fa-icon-vcard-o:before, +.fa-icon-address-card-o:before { + content: "\f2bc"; +} +.fa-icon-user-circle:before { + content: "\f2bd"; +} +.fa-icon-user-circle-o:before { + content: "\f2be"; +} +.fa-icon-user-o:before { + content: "\f2c0"; +} +.fa-icon-id-badge:before { + content: "\f2c1"; +} +.fa-icon-drivers-license:before, +.fa-icon-id-card:before { + content: "\f2c2"; +} +.fa-icon-drivers-license-o:before, +.fa-icon-id-card-o:before { + content: "\f2c3"; +} +.fa-icon-quora:before { + content: "\f2c4"; +} +.fa-icon-free-code-camp:before { + content: "\f2c5"; +} +.fa-icon-telegram:before { + content: "\f2c6"; +} +.fa-icon-thermometer-4:before, +.fa-icon-thermometer:before, +.fa-icon-thermometer-full:before { + content: "\f2c7"; +} +.fa-icon-thermometer-3:before, +.fa-icon-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-icon-thermometer-2:before, +.fa-icon-thermometer-half:before { + content: "\f2c9"; +} +.fa-icon-thermometer-1:before, +.fa-icon-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-icon-thermometer-0:before, +.fa-icon-thermometer-empty:before { + content: "\f2cb"; +} +.fa-icon-shower:before { + content: "\f2cc"; +} +.fa-icon-bathtub:before, +.fa-icon-s15:before, +.fa-icon-bath:before { + content: "\f2cd"; +} +.fa-icon-podcast:before { + content: "\f2ce"; +} +.fa-icon-window-maximize:before { + content: "\f2d0"; +} +.fa-icon-window-minimize:before { + content: "\f2d1"; +} +.fa-icon-window-restore:before { + content: "\f2d2"; +} +.fa-icon-times-rectangle:before, +.fa-icon-window-close:before { + content: "\f2d3"; +} +.fa-icon-times-rectangle-o:before, +.fa-icon-window-close-o:before { + content: "\f2d4"; +} +.fa-icon-bandcamp:before { + content: "\f2d5"; +} +.fa-icon-grav:before { + content: "\f2d6"; +} +.fa-icon-etsy:before { + content: "\f2d7"; +} +.fa-icon-imdb:before { + content: "\f2d8"; +} +.fa-icon-ravelry:before { + content: "\f2d9"; +} +.fa-icon-eercast:before { + content: "\f2da"; +} +.fa-icon-microchip:before { + content: "\f2db"; +} +.fa-icon-snowflake-o:before { + content: "\f2dc"; +} +.fa-icon-superpowers:before { + content: "\f2dd"; +} +.fa-icon-wpexplorer:before { + content: "\f2de"; +} +.fa-icon-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.min.css b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.min.css new file mode 100644 index 0000000..6e0c2f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/FontAwesome.otf b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/FontAwesome.otf differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.eot b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.eot differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.svg b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.ttf b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.ttf differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff2 b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff2 differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/helper.css b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/helper.css new file mode 100644 index 0000000..c03fc10 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/helper.css @@ -0,0 +1,191 @@ + +/* HELPER CLASS + * -------------------------- */ + +/* FA based classes */ + +/*! Modified from font-awesome helper CSS classes - PIXEDEN + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (CSS: MIT License) + */ + +/* makes the font 33% larger relative to the icon container */ +.pe-lg { + font-size: 1.3333333333333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.pe-2x { + font-size: 2em; +} +.pe-3x { + font-size: 3em; +} +.pe-4x { + font-size: 4em; +} +.pe-5x { + font-size: 5em; +} +.pe-fw { + width: 1.2857142857142858em; + text-align: center; +} +.pe-ul { + padding-left: 0; + margin-left: 2.142857142857143em; + list-style-type: none; +} +.pe-ul > li { + position: relative; +} +.pe-li { + position: absolute; + left: -2.142857142857143em; + width: 2.142857142857143em; + top: 0.14285714285714285em; + text-align: center; +} +.pe-li.pe-lg { + left: -1.8571428571428572em; +} +.pe-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.pe.pull-left { + margin-right: .3em; +} +.pe.pull-right { + margin-left: .3em; +} +.pe-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(359deg); + } +} +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + } +} +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + } + 100% { + -o-transform: rotate(359deg); + } +} +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +.pe-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.pe-rotate-180 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +.pe-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +.pe-flip-horizontal { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.pe-flip-vertical { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} +.pe-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.pe-stack-1x, +.pe-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.pe-stack-1x { + line-height: inherit; +} +.pe-stack-2x { + font-size: 2em; +} +.pe-inverse { + color: #ffffff; +} + +/* Custom classes / mods - PIXEDEN */ +.pe-va { + vertical-align: middle; +} + +.pe-border { + border: solid 0.08em #eaeaea; +} + +[class^="pe-7s-"], [class*=" pe-7s-"] { + display: inline-block; +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css new file mode 100644 index 0000000..44bcbaa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css @@ -0,0 +1,632 @@ +@font-face { + font-family: 'Pe-icon-7-stroke'; + src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v'); + src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), + url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), + url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), + url('../fonts/Pe-icon-7-stroke.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/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot new file mode 100644 index 0000000..6f7b584 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg new file mode 100644 index 0000000..13d9709 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg @@ -0,0 +1,212 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf new file mode 100644 index 0000000..bc8a269 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff new file mode 100644 index 0000000..c205e6f Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.eot b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.eot new file mode 100644 index 0000000..955dc3f Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.eot differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.svg b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.svg new file mode 100644 index 0000000..7c9d595 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.svg @@ -0,0 +1,54 @@ + + + +Copyright (C) 2013 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.ttf b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.ttf new file mode 100644 index 0000000..4e8df98 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.ttf differ diff --git a/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.woff b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.woff new file mode 100644 index 0000000..6d3ea4d Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/fonts/revicons/revicons.woff differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_down.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_down.png new file mode 100644 index 0000000..412949a Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_down.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_up.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_up.png new file mode 100644 index 0000000..5e572de Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/arrow_up.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check.png new file mode 100644 index 0000000..4194254 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_reverse.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_reverse.png new file mode 100644 index 0000000..90a7100 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_reverse.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_small.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_small.png new file mode 100644 index 0000000..ef193d0 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/check_small.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/delete.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/delete.png new file mode 100644 index 0000000..9a7215e Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/delete.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/exit.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/exit.png new file mode 100644 index 0000000..58b8d12 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/exit.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_bottom.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_bottom.png new file mode 100644 index 0000000..fe20cac Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_bottom.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_top.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_top.png new file mode 100644 index 0000000..cf15dca Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/point_top.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/save.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/save.png new file mode 100644 index 0000000..28d3b1b Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/save.png differ diff --git a/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/trans_tile.png b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/trans_tile.png new file mode 100644 index 0000000..3a7b71c Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/images/tpcolorpicker/trans_tile.png differ diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.actions.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.actions.min.js new file mode 100644 index 0000000..070cf0e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.actions.min.js @@ -0,0 +1,8 @@ +/******************************************** + * REVOLUTION 5.4.6.4 EXTENSION - ACTIONS + * @version: 2.1.0 (22.11.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ + +!function($){"use strict";function getScrollRoot(){var e,t=document.documentElement,o=document.body,a=(void 0!==window.pageYOffset?window.pageYOffset:null)||o.scrollTop||t.scrollTop;return t.scrollTop=o.scrollTop=a+(a>0)?-1:1,e=t.scrollTop!==a?t:o,e.scrollTop=a,e}var _R=jQuery.fn.revolution,_ISM=_R.is_mobile(),extension={alias:"Actions Min JS",name:"revolution.extensions.actions.min.js",min_core:"5.4.5",version:"2.1.0"};jQuery.extend(!0,_R,{checkActions:function(e,t,o){if("stop"===_R.compare_version(extension).check)return!1;checkActions_intern(e,t,o)}});var checkActions_intern=function(e,t,o){o&&jQuery.each(o,function(o,a){a.delay=parseInt(a.delay,0)/1e3,e.addClass("tp-withaction"),t.fullscreen_esclistener||"exitfullscreen"!=a.action&&"togglefullscreen"!=a.action||(jQuery(document).keyup(function(t){27==t.keyCode&&jQuery("#rs-go-fullscreen").length>0&&e.trigger(a.event)}),t.fullscreen_esclistener=!0);var r="backgroundvideo"==a.layer?jQuery(".rs-background-video-layer"):"firstvideo"==a.layer?jQuery(".tp-revslider-slidesli").find(".tp-videolayer"):jQuery("#"+a.layer);switch(-1!=jQuery.inArray(a.action,["toggleslider","toggle_mute_video","toggle_global_mute_video","togglefullscreen"])&&e.data("togglelisteners",!0),a.action){case"togglevideo":jQuery.each(r,function(t,o){var a=(o=jQuery(o)).data("videotoggledby");void 0==a&&(a=new Array),a.push(e),o.data("videotoggledby",a)});break;case"togglelayer":jQuery.each(r,function(t,o){var r=(o=jQuery(o)).data("layertoggledby");void 0==r&&(r=new Array),r.push(e),o.data("layertoggledby",r),o.data("triggered_startstatus",a.layerstatus)});break;case"toggle_mute_video":case"toggle_global_mute_video":jQuery.each(r,function(t,o){var a=(o=jQuery(o)).data("videomutetoggledby");void 0==a&&(a=new Array),a.push(e),o.data("videomutetoggledby",a)});break;case"toggleslider":void 0==t.slidertoggledby&&(t.slidertoggledby=new Array),t.slidertoggledby.push(e);break;case"togglefullscreen":void 0==t.fullscreentoggledby&&(t.fullscreentoggledby=new Array),t.fullscreentoggledby.push(e)}switch(e.on(a.event,function(){if("click"===a.event&&e.hasClass("tp-temporarydisabled"))return!1;var o="backgroundvideo"==a.layer?jQuery(".active-revslide .slotholder .rs-background-video-layer"):"firstvideo"==a.layer?jQuery(".active-revslide .tp-videolayer").first():jQuery("#"+a.layer);if("stoplayer"==a.action||"togglelayer"==a.action||"startlayer"==a.action){if(o.length>0){var r=o.data();void 0!==r.clicked_time_stamp&&(new Date).getTime()-r.clicked_time_stamp>150&&(clearTimeout(r.triggerdelayIn),clearTimeout(r.triggerdelayOut)),r.clicked_time_stamp=(new Date).getTime(),"startlayer"==a.action||"togglelayer"==a.action&&"in"!=o.data("animdirection")?(r.animdirection="in",r.triggerstate="on",_R.toggleState(r.layertoggledby),_R.playAnimationFrame&&(clearTimeout(r.triggerdelayIn),r.triggerdelayIn=setTimeout(function(){_R.playAnimationFrame({caption:o,opt:t,frame:"frame_0",triggerdirection:"in",triggerframein:"frame_0",triggerframeout:"frame_999"})},1e3*a.delay))):("stoplayer"==a.action||"togglelayer"==a.action&&"out"!=o.data("animdirection"))&&(r.animdirection="out",r.triggered=!0,r.triggerstate="off",_R.stopVideo&&_R.stopVideo(o,t),_R.unToggleState(r.layertoggledby),_R.endMoveCaption&&(clearTimeout(r.triggerdelayOut),r.triggerdelayOut=setTimeout(function(){_R.playAnimationFrame({caption:o,opt:t,frame:"frame_999",triggerdirection:"out",triggerframein:"frame_0",triggerframeout:"frame_999"})},1e3*a.delay)))}}else!_ISM||"playvideo"!=a.action&&"stopvideo"!=a.action&&"togglevideo"!=a.action&&"mutevideo"!=a.action&&"unmutevideo"!=a.action&&"toggle_mute_video"!=a.action&&"toggle_global_mute_video"!=a.action?(a.delay="NaN"===a.delay||NaN===a.delay?0:a.delay,_R.isSafari11()?actionSwitches(o,t,a,e):punchgs.TweenLite.delayedCall(a.delay,function(){actionSwitches(o,t,a,e)},[o,t,a,e])):actionSwitches(o,t,a,e)}),a.action){case"togglelayer":case"startlayer":case"playlayer":case"stoplayer":var l=(r=jQuery("#"+a.layer)).data();r.length>0&&void 0!==l&&(void 0!==l.frames&&"bytrigger"!=l.frames[0].delay||void 0===l.frames&&"bytrigger"!==l.start)&&(l.triggerstate="on")}})},actionSwitches=function(tnc,opt,a,_nc){switch(a.action){case"scrollbelow":a.speed=void 0!==a.speed?a.speed:400,a.ease=void 0!==a.ease?a.ease:punchgs.Power2.easeOut,_nc.addClass("tp-scrollbelowslider"),_nc.data("scrolloffset",a.offset),_nc.data("scrolldelay",a.delay),_nc.data("scrollspeed",a.speed),_nc.data("scrollease",a.ease);var off=getOffContH(opt.fullScreenOffsetContainer)||0,aof=parseInt(a.offset,0)||0;off=off-aof||0,opt.scrollRoot=jQuery(document);var sobj={_y:opt.scrollRoot.scrollTop()};punchgs.TweenLite.to(sobj,a.speed/1e3,{_y:opt.c.offset().top+jQuery(opt.li[0]).height()-off,ease:a.ease,onUpdate:function(){opt.scrollRoot.scrollTop(sobj._y)}});break;case"callback":eval(a.callback);break;case"jumptoslide":switch(a.slide.toLowerCase()){case"+1":case"next":opt.sc_indicator="arrow",_R.callingNewSlide(opt.c,1);break;case"previous":case"prev":case"-1":opt.sc_indicator="arrow",_R.callingNewSlide(opt.c,-1);break;default:var ts=jQuery.isNumeric(a.slide)?parseInt(a.slide,0):a.slide;_R.callingNewSlide(opt.c,ts)}break;case"simplelink":window.open(a.url,a.target);break;case"toggleslider":opt.noloopanymore=0,"playing"==opt.sliderstatus?(opt.c.revpause(),opt.forcepause_viatoggle=!0,_R.unToggleState(opt.slidertoggledby)):(opt.forcepause_viatoggle=!1,opt.c.revresume(),_R.toggleState(opt.slidertoggledby));break;case"pauseslider":opt.c.revpause(),_R.unToggleState(opt.slidertoggledby);break;case"playslider":opt.noloopanymore=0,opt.c.revresume(),_R.toggleState(opt.slidertoggledby);break;case"playvideo":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"mutevideo":tnc.length>0&&_R.muteVideo(tnc,opt);break;case"unmutevideo":tnc.length>0&&_R.unMuteVideo&&_R.unMuteVideo(tnc,opt);break;case"toggle_mute_video":tnc.length>0&&(_R.isVideoMuted(tnc,opt)?_R.unMuteVideo(tnc,opt):_R.muteVideo&&_R.muteVideo(tnc,opt)),_nc.toggleClass("rs-toggle-content-active");break;case"toggle_global_mute_video":!0===opt.globalmute?(opt.globalmute=!1,void 0!=opt.playingvideos&&opt.playingvideos.length>0&&jQuery.each(opt.playingvideos,function(e,t){_R.unMuteVideo&&_R.unMuteVideo(t,opt)})):(opt.globalmute=!0,void 0!=opt.playingvideos&&opt.playingvideos.length>0&&jQuery.each(opt.playingvideos,function(e,t){_R.muteVideo&&_R.muteVideo(t,opt)})),_nc.toggleClass("rs-toggle-content-active");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));break;case"gofullscreen":case"exitfullscreen":case"togglefullscreen":if(jQuery(".rs-go-fullscreen").length>0&&("togglefullscreen"==a.action||"exitfullscreen"==a.action)){jQuery(".rs-go-fullscreen").removeClass("rs-go-fullscreen");var gf=opt.c.closest(".forcefullwidth_wrapper_tp_banner").length>0?opt.c.closest(".forcefullwidth_wrapper_tp_banner"):opt.c.closest(".rev_slider_wrapper");opt.minHeight=opt.oldminheight,opt.infullscreenmode=!1,opt.c.revredraw(),jQuery(window).trigger("resize"),_R.unToggleState(opt.fullscreentoggledby)}else if(0==jQuery(".rs-go-fullscreen").length&&("togglefullscreen"==a.action||"gofullscreen"==a.action)){var gf=opt.c.closest(".forcefullwidth_wrapper_tp_banner").length>0?opt.c.closest(".forcefullwidth_wrapper_tp_banner"):opt.c.closest(".rev_slider_wrapper");gf.addClass("rs-go-fullscreen"),opt.oldminheight=opt.minHeight,opt.minHeight=jQuery(window).height(),opt.infullscreenmode=!0,opt.c.revredraw(),jQuery(window).trigger("resize"),_R.toggleState(opt.fullscreentoggledby)}break;default:var obj={};obj.event=a,obj.layer=_nc,opt.c.trigger("layeraction",[obj])}},getOffContH=function(e){if(void 0==e)return 0;if(e.split(",").length>1){var t=e.split(","),o=0;return t&&jQuery.each(t,function(e,t){jQuery(t).length>0&&(o+=jQuery(t).outerHeight(!0))}),o}return jQuery(e).height()}}(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.carousel.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.carousel.min.js new file mode 100644 index 0000000..85a386c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.carousel.min.js @@ -0,0 +1,7 @@ +/******************************************** + * REVOLUTION 5.4 EXTENSION - CAROUSEL + * @version: 1.2.1 (18.11.2016) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"Carousel Min JS",name:"revolution.extensions.carousel.min.js",min_core:"5.3.0",version:"1.2.1"};jQuery.extend(!0,b,{prepareCarousel:function(a,d,h,i){return"stop"!==b.compare_version(c).check&&(h=a.carousel.lastdirection=f(h,a.carousel.lastdirection),e(a),a.carousel.slide_offset_target=j(a),void(void 0!==i?g(a,h,!1,0):void 0==d?b.carouselToEvalPosition(a,h):g(a,h,!1)))},carouselToEvalPosition:function(a,c){var d=a.carousel;c=d.lastdirection=f(c,d.lastdirection);var e="center"===d.horizontal_align?(d.wrapwidth/2-d.slide_width/2-d.slide_globaloffset)/d.slide_width:(0-d.slide_globaloffset)/d.slide_width,h=b.simp(e,a.slideamount,!1),i=h-Math.floor(h),j=0,k=-1*(Math.ceil(h)-h),l=-1*(Math.floor(h)-h);j=i>=.3&&"left"===c||i>=.7&&"right"===c?k:i<.3&&"left"===c||i<.7&&"right"===c?l:j,j="off"===d.infinity?h<0?h:e>a.slideamount-1?e-(a.slideamount-1):j:j,d.slide_offset_target=j*d.slide_width,0!==Math.abs(d.slide_offset_target)?g(a,c,!0):b.organiseCarousel(a,c)},organiseCarousel:function(a,b,c,d){b=void 0===b||"down"==b||"up"==b||null===b||jQuery.isEmptyObject(b)?"left":b;for(var e=a.carousel,f=new Array,g=e.slides.length,i=("right"===e.horizontal_align?a.width:0,0);ie.wrapwidth-e.inneroffset&&"right"==b?e.slide_offset-(e.slides.length-i)*e.slide_width:j,j=j<0-e.inneroffset-e.slide_width&&"left"==b?j+e.maxwidth:j),f[i]=j}var k=999;e.slides&&jQuery.each(e.slides,function(d,h){var i=f[d];"on"===e.infinity&&(i=i>e.wrapwidth-e.inneroffset&&"left"===b?f[0]-(g-d)*e.slide_width:i,i=i<0-e.inneroffset-e.slide_width?"left"==b?i+e.maxwidth:"right"===b?f[g-1]+(d+1)*e.slide_width:i:i);var j=new Object;j.left=i+e.inneroffset;var l="center"===e.horizontal_align?(Math.abs(e.wrapwidth/2)-(j.left+e.slide_width/2))/e.slide_width:(e.inneroffset-j.left)/e.slide_width,n="center"===e.horizontal_align?2:1;if((c&&Math.abs(l)0?1-l:Math.abs(l)>e.maxVisibleItems-1?1-(Math.abs(l)-(e.maxVisibleItems-1)):1;break;case"right":j.autoAlpha=l>-1&&l<0?1-Math.abs(l):l>e.maxVisibleItems-1?1-(Math.abs(l)-(e.maxVisibleItems-1)):1}else j.autoAlpha=Math.abs(l)0)if("on"===e.vary_scale){j.scale=1-Math.abs(e.minScale/100/Math.ceil(e.maxVisibleItems/n)*l);var o=(e.slide_width-e.slide_width*j.scale)*Math.abs(l)}else{j.scale=l>=1||l<=-1?1-e.minScale/100:(100-e.minScale*Math.abs(l))/100;var o=(e.slide_width-e.slide_width*(1-e.minScale/100))*Math.abs(l)}void 0!==e.maxRotation&&0!=Math.abs(e.maxRotation)&&("on"===e.vary_rotation?(j.rotationY=Math.abs(e.maxRotation)-Math.abs((1-Math.abs(1/Math.ceil(e.maxVisibleItems/n)*l))*e.maxRotation),j.autoAlpha=Math.abs(j.rotationY)>90?0:j.autoAlpha):j.rotationY=l>=1||l<=-1?e.maxRotation:Math.abs(l)*e.maxRotation,j.rotationY=l<0?j.rotationY*-1:j.rotationY),j.x=-1*e.space*l,j.left=Math.floor(j.left),j.x=Math.floor(j.x),void 0!==j.scale?l<0?j.x-o:j.x+o:j.x,j.zIndex=Math.round(100-Math.abs(5*l)),j.transformStyle="3D"!=a.parallax.type&&"3d"!=a.parallax.type?"flat":"preserve-3d",punchgs.TweenLite.set(h,j)}),d&&(a.c.find(".next-revslide").removeClass("next-revslide"),jQuery(e.slides[e.focused]).addClass("next-revslide"),a.c.trigger("revolution.nextslide.waiting"));e.wrapwidth/2-e.slide_offset,e.maxwidth+e.slide_offset-e.wrapwidth/2}});var d=function(a){var b=a.carousel;b.infbackup=b.infinity,b.maxVisiblebackup=b.maxVisibleItems,b.slide_globaloffset="none",b.slide_offset=0,b.wrap=a.c.find(".tp-carousel-wrapper"),b.slides=a.c.find(".tp-revslider-slidesli"),0!==b.maxRotation&&("3D"!=a.parallax.type&&"3d"!=a.parallax.type?punchgs.TweenLite.set(b.wrap,{perspective:1200,transformStyle:"flat"}):punchgs.TweenLite.set(b.wrap,{perspective:1600,transformStyle:"preserve-3d"})),void 0!==b.border_radius&&parseInt(b.border_radius,0)>0&&punchgs.TweenLite.set(a.c.find(".tp-revslider-slidesli"),{borderRadius:b.border_radius})},e=function(a){void 0===a.bw&&b.setSize(a);var c=a.carousel,e=b.getHorizontalOffset(a.c,"left"),f=b.getHorizontalOffset(a.c,"right");void 0===c.wrap&&d(a),c.slide_width="on"!==c.stretch?a.gridwidth[a.curWinRange]*a.bw:a.c.width(),c.maxwidth=a.slideamount*c.slide_width,c.maxVisiblebackup>c.slides.length+1&&(c.maxVisibleItems=c.slides.length+2),c.wrapwidth=c.maxVisibleItems*c.slide_width+(c.maxVisibleItems-1)*c.space,c.wrapwidth="auto"!=a.sliderLayout?c.wrapwidth>a.c.closest(".tp-simpleresponsive").width()?a.c.closest(".tp-simpleresponsive").width():c.wrapwidth:c.wrapwidth>a.ul.width()?a.ul.width():c.wrapwidth,c.infinity=c.wrapwidth>=c.maxwidth?"off":c.infbackup,c.wrapoffset="center"===c.horizontal_align?(a.c.width()-f-e-c.wrapwidth)/2:0,c.wrapoffset="auto"!=a.sliderLayout&&a.outernav?0:c.wrapoffsetMath.abs(b)?a>0?a-Math.abs(Math.floor(a/b)*b):a+Math.abs(Math.floor(a/b)*b):a},i=function(a,b,c){var c,c,d=b-a,e=b-c-a;return d=h(d,c),e=h(e,c),Math.abs(d)>Math.abs(e)?e:d},j=function(a){var c=0,d=a.carousel;if(void 0!==d.positionanim&&d.positionanim.kill(),"none"==d.slide_globaloffset)d.slide_globaloffset=c="center"===d.horizontal_align?d.wrapwidth/2-d.slide_width/2:0;else{d.slide_globaloffset=d.slide_offset,d.slide_offset=0;var e=a.c.find(".processing-revslide").index(),f="center"===d.horizontal_align?(d.wrapwidth/2-d.slide_width/2-d.slide_globaloffset)/d.slide_width:(0-d.slide_globaloffset)/d.slide_width;f=b.simp(f,a.slideamount,!1),e=e>=0?e:a.c.find(".active-revslide").index(),e=e>=0?e:0,c="off"===d.infinity?f-e:-i(f,e,a.slideamount),c*=d.slide_width}return c}}(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.kenburn.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.kenburn.min.js new file mode 100644 index 0000000..79488da --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.kenburn.min.js @@ -0,0 +1,7 @@ +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - KEN BURN + * @version: 1.3.1 (15.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"KenBurns Min JS",name:"revolution.extensions.kenburn.min.js",min_core:"5.4",version:"1.3.1"};jQuery.extend(!0,b,{stopKenBurn:function(a){if("stop"===b.compare_version(c).check)return!1;void 0!=a.data("kbtl")&&a.data("kbtl").pause()},startKenBurn:function(a,d,e){if("stop"===b.compare_version(c).check)return!1;var f=a.data(),g=a.find(".defaultimg"),h=g.data("lazyload")||g.data("src"),j=(f.owidth,f.oheight,"carousel"===d.sliderType?d.carousel.slide_width:d.ul.width()),k=d.ul.height();if(a.data("kbtl")&&a.data("kbtl").kill(),e=e||0,0==a.find(".tp-kbimg").length){var m=g.data("mediafilter");m=void 0===m?"":m,a.append('
'),a.data("kenburn",a.find(".tp-kbimg"))}var n=function(a,b,c,d,e,f,g){var h=a*c,i=b*c,j=Math.abs(d-h),k=Math.abs(e-i),l=new Object;return l.l=(0-f)*j,l.r=l.l+h,l.t=(0-g)*k,l.b=l.t+i,l.h=f,l.v=g,l},o=function(a,b,c,d,e){var f=a.bgposition.split(" ")||"center center",g="center"==f[0]?"50%":"left"==f[0]||"left"==f[1]?"0%":"right"==f[0]||"right"==f[1]?"100%":f[0],h="center"==f[1]?"50%":"top"==f[0]||"top"==f[1]?"0%":"bottom"==f[0]||"bottom"==f[1]?"100%":f[1];g=parseInt(g,0)/100||0,h=parseInt(h,0)/100||0;var i=new Object;return i.start=n(e.start.width,e.start.height,e.start.scale,b,c,g,h),i.end=n(e.start.width,e.start.height,e.end.scale,b,c,g,h),i},p=function(a,b,c){var d=c.scalestart/100,e=c.scaleend/100,f=void 0!=c.offsetstart?c.offsetstart.split(" ")||[0,0]:[0,0],g=void 0!=c.offsetend?c.offsetend.split(" ")||[0,0]:[0,0];c.bgposition="center center"==c.bgposition?"50% 50%":c.bgposition;var h=new Object,i=a*d,k=(c.owidth,c.oheight,a*e);c.owidth,c.oheight;if(h.start=new Object,h.starto=new Object,h.end=new Object,h.endo=new Object,h.start.width=a,h.start.height=h.start.width/c.owidth*c.oheight,h.start.height0?0:p+f[0]0?0:r+g[0]0?0:q+f[1]0?0:s+g[1]
');var d=t.find(".helpgrid");d.append('
Zoom:'+Math.round(100*p.bw)+"%     Device Level:"+p.curWinRange+"    Grid Preset:"+p.gridwidth[p.curWinRange]+"x"+p.gridheight[p.curWinRange]+"
"),p.c.append('
'),d.append('
')}void 0!==a&&p.layers[a]&&jQuery.each(p.layers[a],function(e,t){var i=jQuery(this);A.updateMarkup(this,p),A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r}),r&&0!==o||A.buildFullTimeLine({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r,regenerate:0===o}),n&&"carousel"===p.sliderType&&"on"===p.carousel.showLayersAllTime&&A.animcompleted(i,p)}),p.layers.static&&jQuery.each(p.layers.static,function(e,t){var i=jQuery(this),a=i.data();!0!==a.hoveredstatus&&!0!==a.inhoveroutanimation?(A.updateMarkup(this,p),A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r}),r&&0!==o||!0===a.veryfirstststic||(A.buildFullTimeLine({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r,regenerate:0===o}),a.veryfirstststic=!0),n&&"carousel"===p.sliderType&&"on"===p.carousel.showLayersAllTime&&A.animcompleted(i,p)):A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r})});var g=-1===p.nextSlide||void 0===p.nextSlide?0:p.nextSlide;void 0!==p.rowzones&&(g=g>p.rowzones.length?p.rowzones.length:g),null!=p.rowzones&&0=t.firstslide&&g<=t.lastslide,n=gt.lastslide,r=t.timeline.getLabelTime("slide_"+t.firstslide),o=t.timeline.getLabelTime("slide_"+t.lastslide),s=i.static_layer_timeline_time,d="in"===i.animdirection||"out"!==i.animdirection&&void 0,l="bytrigger"===i.frames[0].delay,m=(i.frames[i.frames.length-1].delay,i.triggered_startstatus),c=i.lasttriggerstate;!0!==i.hoveredstatus&&1!=i.inhoveroutanimation&&(void 0!==s&&d&&("keep"==c?(A.playAnimationFrame({caption:t.layer,opt:p,frame:"frame_0",triggerdirection:"in",triggerframein:"frame_0",triggerframeout:"frame_999"}),i.triggeredtimeline.time(s)):!0!==i.hoveredstatus&&t.timeline.time(s)),"reset"===c&&"hidden"===m&&(t.timeline.time(0),i.animdirection="out"),a?d?g===t.lastslide&&(t.timeline.play(o),i.animdirection="in"):(l||"in"===i.animdirection||t.timeline.play(r),("visible"==m&&"keep"!==c||"keep"===c&&!0===d||"visible"==m&&void 0===d)&&(t.timeline.play(r+.01),i.animdirection="in")):n&&d&&t.timeline.play("frame_999"))})),null!=i&&setTimeout(function(){i.resume()},30)},prepareSingleCaption:function(e){var t=e.caption,i=t.data(),a=e.opt,n=e.recall,r=e.recall,o=(e.preset,jQuery("body").hasClass("rtl"));if(i._pw=void 0===i._pw?t.closest(".tp-parallax-wrap"):i._pw,i._lw=void 0===i._lw?t.closest(".tp-loop-wrap"):i._lw,i._mw=void 0===i._mw?t.closest(".tp-mask-wrap"):i._mw,i._responsive=i.responsive||"on",i._respoffset=i.responsive_offset||"on",i._ba=i.basealign||"grid",i._gw="grid"===i._ba?a.width:a.ulw,i._gh="grid"===i._ba?a.height:a.ulh,i._lig=void 0===i._lig?t.hasClass("rev_layer_in_group")?t.closest(".rev_group"):t.hasClass("rev_layer_in_column")?t.closest(".rev_column_inner"):t.hasClass("rev_column_inner")?t.closest(".rev_row"):"none":i._lig,i._column=void 0===i._column?t.hasClass("rev_column_inner")?t.closest(".rev_column"):"none":i._column,i._row=void 0===i._row?t.hasClass("rev_column_inner")?t.closest(".rev_row"):"none":i._row,i._ingroup=void 0===i._ingroup?!(t.hasClass("rev_group")||!t.closest(".rev_group")):i._ingroup,i._isgroup=void 0===i._isgroup?!!t.hasClass("rev_group"):i._isgroup,i._nctype=i.type||"none",i._cbgc_auto=void 0===i._cbgc_auto?"column"===i._nctype&&i._pw.find(".rev_column_bg_auto_sized"):i._cbgc_auto,i._cbgc_man=void 0===i._cbgc_man?"column"===i._nctype&&i._pw.find(".rev_column_bg_man_sized"):i._cbgc_man,i._slideid=i._slideid||t.closest(".tp-revslider-slidesli").data("index"),i._id=void 0===i._id?t.data("id")||t.attr("id"):i._id,i._slidelink=void 0===i._slidelink?void 0!==t.hasClass("slidelink")&&t.hasClass("slidelink"):i._slidelink,void 0===i._li&&(t.hasClass("tp-static-layer")?(i._isstatic=!0,i._li=t.closest(".tp-static-layers"),i._slideid="staticlayers"):i._li=t.closest(".tp-revslider-slidesli")),i._row=void 0===i._row?"column"===i._nctype&&i._pw.closest(".rev_row"):i._row,void 0===i._togglelisteners&&t.find(".rs-toggled-content")?(i._togglelisteners=!0,void 0===i.actions&&t.click(function(){A.swaptoggleState(t)})):i._togglelisteners=!1,"fullscreen"==a.sliderLayout&&(e.offsety=i._gh/2-a.gridheight[a.curWinRange]*a.bh/2),("on"==a.autoHeight||null!=a.minHeight&&0'+e+":"+t+"    ")}),s.html(i)})}if("off"===(void 0===i.visibility?"oon":N(i.visibility,a)[a.forcedWinRange]||N(i.visibility,a)||"ooon")||i._gw
'),i._mw.append(i._bmask)),i.arrobj=new Object,i.arrobj.voa=N(i.voffset,a)[a.curWinRange]||N(i.voffset,a)[0],i.arrobj.hoa=N(i.hoffset,a)[a.curWinRange]||N(i.hoffset,a)[0],i.arrobj.elx=N(i.x,a)[a.curWinRange]||N(i.x,a)[0],i.arrobj.ely=N(i.y,a)[a.curWinRange]||N(i.y,a)[0];var j=0==i.arrobj.voa.length?0:i.arrobj.voa,L=0==i.arrobj.hoa.length?0:i.arrobj.hoa,I=0==i.arrobj.elx.length?0:i.arrobj.elx,W=0==i.arrobj.ely.length?0:i.arrobj.ely;i.eow=t.outerWidth(!0),i.eoh=t.outerHeight(!0),0==i.eow&&0==i.eoh&&(i.eow=a.ulw,i.eoh=a.ulh);var R="off"!==i._respoffset?parseInt(j,0)*a.bw:parseInt(j,0),C="off"!==i._respoffset?parseInt(L,0)*a.bw:parseInt(L,0),z="grid"===i._ba?a.gridwidth[a.curWinRange]*a.bw:i._gw,O="grid"===i._ba?a.gridheight[a.curWinRange]*a.bw:i._gh;"on"==a.fullScreenAlignForce&&(z=a.ulw,O=a.ulh),"none"!==i._lig&&null!=i._lig&&(z=i._lig.width(),O=i._lig.height(),e.offsetx=0,e.offsety=0),I="center"===I||"middle"===I?z/2-i.eow/2+C:"left"===I?C:"right"===I?z-i.eow-C:"off"!==i._respoffset?I*a.bw:I,W="center"==W||"middle"==W?O/2-i.eoh/2+R:"top"==W?R:"bottom"==W?O-i.eoh-R:"off"!==i._respoffset?W*a.bw:W,o&&!i._slidelink&&(I+=i.eow),i._slidelink&&(I=0),i.calcx=parseInt(I,0)+e.offsetx,i.calcy=parseInt(W,0)+e.offsety;var Q=t.css("z-Index");if("row"!==i._nctype&&"column"!==i._nctype)punchgs.TweenLite.set(i._pw,{zIndex:Q,top:i.calcy,left:i.calcx,overwrite:"auto"});else if("row"!==i._nctype)punchgs.TweenLite.set(i._pw,{zIndex:Q,width:i.columnwidth,top:0,left:0,overwrite:"auto"});else if("row"===i._nctype){var S="grid"===i._ba?z+"px":"100%";punchgs.TweenLite.set(i._pw,{zIndex:Q,width:S,top:0,left:e.offsetx,overwrite:"auto"})}if(void 0!==i.blendmode&&punchgs.TweenLite.set(i._pw,{mixBlendMode:i.blendmode}),"row"===i._nctype&&(i.columnbreak<=a.curWinRange?t.addClass("rev_break_columns"):t.removeClass("rev_break_columns")),"on"==i.loopanimation&&punchgs.TweenLite.set(i._lw,{minWidth:i.eow,minHeight:i.eoh}),"column"===i._nctype){var M=void 0!==t[0]._gsTransform?t[0]._gsTransform.y:0,P=parseInt(i._column[0].style.paddingTop,0);punchgs.TweenLite.set(t,{y:0}),punchgs.TweenLite.set(i._cbgc_man,{y:parseInt(P+i._column.offset().top-t.offset().top,0)}),punchgs.TweenLite.set(t,{y:M})}i._ingroup&&"row"!==i._nctype&&(void 0!==i._groupw&&!jQuery.isNumeric(i._groupw)&&0=t.removeonslide||e.currentslide1?1:c<0?0:c,m(e)&&(b||e.width>e.min_width)&&f(c,d,a.c,e,a.slideamount,"tab"),m(g)&&(b||g.width>g.min_width)&&f(c,d,a.c,g,a.slideamount,"thumb"),m(h)&&b){var i=a.c.find(".tp-bullets");i.find(".tp-bullet").each(function(a){var b=jQuery(this),c=a+1,d=b.outerWidth()+parseInt(void 0===h.space?0:h.space,0),e=b.outerHeight()+parseInt(void 0===h.space?0:h.space,0);"vertical"===h.direction?(b.css({top:(c-1)*e+"px",left:"0px"}),i.css({height:(c-1)*e+b.outerHeight(),width:b.outerWidth()})):(b.css({left:(c-1)*d+"px",top:"0px"}),i.css({width:(c-1)*d+b.outerWidth(),height:b.outerHeight()}))})}d.play(),x(a)}return!0},updateNavIndexes:function(a){function d(a){c.find(a).lenght>0&&c.find(a).each(function(a){jQuery(this).data("liindex",a)})}var c=a.c;d(".tp-tab"),d(".tp-bullet"),d(".tp-thumb"),b.resizeThumbsTabs(a,!0),b.manageNavigation(a)},manageNavigation:function(a){var c=b.getHorizontalOffset(a.c.parent(),"left"),d=b.getHorizontalOffset(a.c.parent(),"right");m(a.navigation.bullets)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.bullets.h_offset_old=void 0===a.navigation.bullets.h_offset_old?a.navigation.bullets.h_offset:a.navigation.bullets.h_offset_old,a.navigation.bullets.h_offset="center"===a.navigation.bullets.h_align?a.navigation.bullets.h_offset_old+c/2-d/2:a.navigation.bullets.h_offset_old+c-d),t(a.c.find(".tp-bullets"),a.navigation.bullets,a)),m(a.navigation.thumbnails)&&t(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails,a),m(a.navigation.tabs)&&t(a.c.parent().find(".tp-tabs"),a.navigation.tabs,a),m(a.navigation.arrows)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.arrows.left.h_offset_old=void 0===a.navigation.arrows.left.h_offset_old?a.navigation.arrows.left.h_offset:a.navigation.arrows.left.h_offset_old,a.navigation.arrows.left.h_offset="right"===a.navigation.arrows.left.h_align?a.navigation.arrows.left.h_offset_old+d:a.navigation.arrows.left.h_offset_old+c,a.navigation.arrows.right.h_offset_old=void 0===a.navigation.arrows.right.h_offset_old?a.navigation.arrows.right.h_offset:a.navigation.arrows.right.h_offset_old,a.navigation.arrows.right.h_offset="right"===a.navigation.arrows.right.h_align?a.navigation.arrows.right.h_offset_old+d:a.navigation.arrows.right.h_offset_old+c),t(a.c.find(".tp-leftarrow.tparrows"),a.navigation.arrows.left,a),t(a.c.find(".tp-rightarrow.tparrows"),a.navigation.arrows.right,a)),m(a.navigation.thumbnails)&&e(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails),m(a.navigation.tabs)&&e(a.c.parent().find(".tp-tabs"),a.navigation.tabs)},createNavigation:function(a,f){if("stop"===b.compare_version(d).check)return!1;var g=a.parent(),j=f.navigation.arrows,n=f.navigation.bullets,r=f.navigation.thumbnails,s=f.navigation.tabs,t=m(j),v=m(n),x=m(r),y=m(s);h(a,f),i(a,f),t&&q(a,j,f),f.li.each(function(b){var c=jQuery(f.li[f.li.length-1-b]),d=jQuery(this);v&&(f.navigation.bullets.rtl?u(a,n,c,f):u(a,n,d,f)),x&&(f.navigation.thumbnails.rtl?w(a,r,c,"tp-thumb",f):w(a,r,d,"tp-thumb",f)),y&&(f.navigation.tabs.rtl?w(a,s,c,"tp-tab",f):w(a,s,d,"tp-tab",f))}),a.bind("revolution.slide.onafterswap revolution.nextslide.waiting",function(){var b=0==a.find(".next-revslide").length?a.find(".active-revslide").data("index"):a.find(".next-revslide").data("index");a.find(".tp-bullet").each(function(){var a=jQuery(this);a.data("liref")===b?a.addClass("selected"):a.removeClass("selected")}),g.find(".tp-thumb, .tp-tab").each(function(){var a=jQuery(this);a.data("liref")===b?(a.addClass("selected"),a.hasClass("tp-tab")?e(g.find(".tp-tabs"),s):e(g.find(".tp-thumbs"),r)):a.removeClass("selected")});var c=0,d=!1;f.thumbs&&jQuery.each(f.thumbs,function(a,e){c=!1===d?a:c,d=e.id===b||a===b||d});var h=c>0?c-1:f.slideamount-1,i=c+1==f.slideamount?0:c+1;if(!0===j.enable){var k=j.tmp;if(void 0!=f.thumbs[h]&&jQuery.each(f.thumbs[h].params,function(a,b){k=k.replace(b.from,b.to)}),j.left.j.html(k),k=j.tmp,i>f.slideamount)return;jQuery.each(f.thumbs[i].params,function(a,b){k=k.replace(b.from,b.to)}),j.right.j.html(k),j.rtl?(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"})):(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}))}}),l(j),l(n),l(r),l(s),g.on("mouseenter mousemove",function(){g.hasClass("tp-mouseover")||(g.addClass("tp-mouseover"),punchgs.TweenLite.killDelayedCallsTo(p),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"show"),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"show"),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"show"),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"show"),c&&(g.removeClass("tp-mouseover"),o(a,f)))}),g.on("mouseleave",function(){g.removeClass("tp-mouseover"),o(a,f)}),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"hide",0),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"hide",0),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"hide",0),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"hide",0),x&&k(g.find(".tp-thumbs"),f),y&&k(g.find(".tp-tabs"),f),"carousel"===f.sliderType&&k(a,f,!0),("on"===f.navigation.touch.touchOnDesktop||"on"==f.navigation.touch.touchenabled&&c)&&k(a,f,"swipebased")}});var e=function(a,b){var d=(a.hasClass("tp-thumbs"),a.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),e=a.hasClass("tp-thumbs")?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",f=a.hasClass("tp-thumbs")?".tp-thumb":".tp-tab",g=a.find(d),h=g.find(e),i=b.direction,j="vertical"===i?g.find(f).first().outerHeight(!0)+b.space:g.find(f).first().outerWidth(!0)+b.space,k="vertical"===i?g.height():g.width(),l=parseInt(g.find(f+".selected").data("liindex"),0),m=k/j,n="vertical"===i?g.height():g.width(),o=0-l*j,p="vertical"===i?h.height():h.width(),q=o<0-(p-n)?0-(p-n):q>0?0:o,r=h.data("offset");m>2&&(q=o-(r+j)<=0?o-(r+j)<0-j?r:q+j:q,q=o-j+r+k0?0:q,"vertical"!==i&&g.width()>=h.width()&&(q=0),"vertical"===i&&g.height()>=h.height()&&(q=0),a.hasClass("dragged")||("vertical"===i?h.data("tmmove",punchgs.TweenLite.to(h,.5,{top:q+"px",ease:punchgs.Power3.easeInOut})):h.data("tmmove",punchgs.TweenLite.to(h,.5,{left:q+"px",ease:punchgs.Power3.easeInOut})),h.data("offset",q))},f=function(a,b,c,d,e,f){var g=c.parent().find(".tp-"+f+"s"),h=g.find(".tp-"+f+"s-inner-wrapper"),i=g.find(".tp-"+f+"-mask"),j=d.width*a300||e<-300)&&(e/=10),{spinX:b,spinY:c,pixelX:d,pixelY:e}},h=function(a,c){"on"===c.navigation.keyboardNavigation&&jQuery(document).keydown(function(d){("horizontal"==c.navigation.keyboard_direction&&39==d.keyCode||"vertical"==c.navigation.keyboard_direction&&40==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=0,b.callingNewSlide(a,1)),("horizontal"==c.navigation.keyboard_direction&&37==d.keyCode||"vertical"==c.navigation.keyboard_direction&&38==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=1,b.callingNewSlide(a,-1))})},i=function(a,c){if("on"===c.navigation.mouseScrollNavigation||"carousel"===c.navigation.mouseScrollNavigation){c.isIEEleven=!!navigator.userAgent.match(/Trident.*rv\:11\./),c.isSafari=!!navigator.userAgent.match(/safari/i),c.ischrome=!!navigator.userAgent.match(/chrome/i);var d=c.ischrome?-49:c.isIEEleven||c.isSafari?-9:navigator.userAgent.match(/mozilla/i)?-29:-49,e=c.ischrome?49:c.isIEEleven||c.isSafari?9:navigator.userAgent.match(/mozilla/i)?29:49;a.on("mousewheel DOMMouseScroll",function(f){var h=g(f.originalEvent),i=a.find(".tp-revslider-slidesli.active-revslide").index(),j=a.find(".tp-revslider-slidesli.processing-revslide").index(),k=-1!=i&&0==i||-1!=j&&0==j,l=-1!=i&&i==c.slideamount-1||1!=j&&j==c.slideamount-1,m=!0;"carousel"==c.navigation.mouseScrollNavigation&&(k=l=!1),-1==j?h.pixelYe&&(l||(c.sc_indicator="arrow","reverse"!==c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=0,b.callingNewSlide(a,1)),m=!1),k||(c.sc_indicator="arrow","reverse"===c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=1,b.callingNewSlide(a,-1)),m=!1)):m=!1;var n=c.c.offset().top-jQuery("body").scrollTop(),o=n+c.c.height();return"carousel"!=c.navigation.mouseScrollNavigation?("reverse"!==c.navigation.mouseScrollReverse&&(n>0&&h.pixelY>0||ojQuery(window).height()&&h.pixelY>0)&&(m=!0)):m=!1,0==m?(f.preventDefault(f),!1):void 0})}},j=function(a,b,d){return a=c?jQuery(d.target).closest("."+a).length||jQuery(d.srcElement).closest("."+a).length:jQuery(d.toElement).closest("."+a).length||jQuery(d.originalTarget).closest("."+a).length,!0===a||1===a?1:0},k=function(a,d,e){var f=d.carousel;jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"),f.Limit="endless";var h=(c||b.get_browser(),a),i="vertical"===d.navigation.thumbnails.direction||"vertical"===d.navigation.tabs.direction?"none":"vertical",k=d.navigation.touch.swipe_direction||"horizontal";i="swipebased"==e&&"vertical"==k?"none":e?"vertical":i,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, .noSwipe",h.swipetp({allowPageScroll:i,triggerOnTouchLeave:!0,treshold:d.navigation.touch.swipe_treshold,fingers:d.navigation.touch.swipe_min_touches,excludeElements:jQuery.fn.swipetp.defaults.excludedElements,swipeStatus:function(e,g,h,i,l,m,n){var o=j("rev_slider_wrapper",a,e),p=j("tp-thumbs",a,e),q=j("tp-tabs",a,e),r=jQuery(this).attr("class"),s=!!r.match(/tp-tabs|tp-thumb/gi);if("carousel"===d.sliderType&&(("move"===g||"end"===g||"cancel"==g)&&d.dragStartedOverSlider&&!d.dragStartedOverThumbs&&!d.dragStartedOverTabs||"start"===g&&o>0&&0===p&&0===q)){if(c&&("up"===h||"down"===h))return;switch(d.dragStartedOverSlider=!0,i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i),g){case"start":void 0!==f.positionanim&&(f.positionanim.kill(),f.slide_globaloffset="off"===f.infinity?f.slide_offset:b.simp(f.slide_offset,f.maxwidth)),f.overpull="none",f.wrap.addClass("dragged");break;case"move":if(d.c.find(".tp-withaction").addClass("tp-temporarydisabled"),f.slide_offset="off"===f.infinity?f.slide_globaloffset+i:b.simp(f.slide_globaloffset+i,f.maxwidth),"off"===f.infinity){var t="center"===f.horizontal_align?(f.wrapwidth/2-f.slide_width/2-f.slide_offset)/f.slide_width:(0-f.slide_offset)/f.slide_width;"none"!==f.overpull&&0!==f.overpull||!(t<0||t>d.slideamount-1)?t>=0&&t<=d.slideamount-1&&(t>=0&&i>f.overpull||t<=d.slideamount-1&&id.slideamount-1?f.slide_offset+(f.overpull-i)/1.1-Math.sqrt(Math.abs((f.overpull-i)/1.1)):f.slide_offset}b.organiseCarousel(d,h,!0,!0);break;case"end":case"cancel":f.slide_globaloffset=f.slide_offset,f.wrap.removeClass("dragged"),b.carouselToEvalPosition(d,h),d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,setTimeout(function(){d.c.find(".tp-withaction").removeClass("tp-temporarydisabled")},19)}}else{if(("move"!==g&&"end"!==g&&"cancel"!=g||d.dragStartedOverSlider||!d.dragStartedOverThumbs&&!d.dragStartedOverTabs)&&!("start"===g&&o>0&&(p>0||q>0))){if("end"==g&&!s){if(d.sc_indicator="arrow","horizontal"==k&&"left"==h||"vertical"==k&&"up"==h)return d.sc_indicator_dir=0,b.callingNewSlide(d.c,1),!1;if("horizontal"==k&&"right"==h||"vertical"==k&&"down"==h)return d.sc_indicator_dir=1,b.callingNewSlide(d.c,-1),!1}return d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,!0}p>0&&(d.dragStartedOverThumbs=!0),q>0&&(d.dragStartedOverTabs=!0);var u=d.dragStartedOverThumbs?".tp-thumbs":".tp-tabs",v=d.dragStartedOverThumbs?".tp-thumb-mask":".tp-tab-mask",w=d.dragStartedOverThumbs?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",x=d.dragStartedOverThumbs?".tp-thumb":".tp-tab",y=d.dragStartedOverThumbs?d.navigation.thumbnails:d.navigation.tabs;i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i);var z=a.parent().find(v),A=z.find(w),B=y.direction,C="vertical"===B?A.height():A.width(),D="vertical"===B?z.height():z.width(),E="vertical"===B?z.find(x).first().outerHeight(!0)+y.space:z.find(x).first().outerWidth(!0)+y.space,F=void 0===A.data("offset")?0:parseInt(A.data("offset"),0),G=0;switch(g){case"start":a.parent().find(u).addClass("dragged"),F="vertical"===B?A.position().top:A.position().left,A.data("offset",F),A.data("tmmove")&&A.data("tmmove").pause();break;case"move":if(C<=D)return!1;G=F+i,G=G>0?"horizontal"===B?G-A.width()*(G/A.width()*G/A.width()):G-A.height()*(G/A.height()*G/A.height()):G;var H="vertical"===B?0-(A.height()-z.height()):0-(A.width()-z.width());G=G0?0:G,G=Math.abs(i)>E/10?i<=0?Math.floor(G/E)*E:Math.ceil(G/E)*E:i<0?Math.ceil(G/E)*E:Math.floor(G/E)*E,G="vertical"===B?G<0-(A.height()-z.height())?0-(A.height()-z.height()):G:G<0-(A.width()-z.width())?0-(A.width()-z.width()):G,G=G>0?0:G,"vertical"===B?punchgs.TweenLite.to(A,.5,{top:G+"px",ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(A,.5,{left:G+"px",ease:punchgs.Power3.easeOut}),G=G||("vertical"===B?A.position().top:A.position().left),A.data("offset",G),A.data("distance",i),setTimeout(function(){d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1},100),a.parent().find(u).removeClass("dragged"),!1}}}})},l=function(a){a.hide_delay=jQuery.isNumeric(parseInt(a.hide_delay,0))?a.hide_delay/1e3:.2,a.hide_delay_mobile=jQuery.isNumeric(parseInt(a.hide_delay_mobile,0))?a.hide_delay_mobile/1e3:.2},m=function(a){return a&&a.enable},n=function(a){return a&&a.enable&&!0===a.hide_onleave&&(void 0===a.position||!a.position.match(/outer/g))},o=function(a,b){var d=a.parent();n(b.navigation.arrows)&&punchgs.TweenLite.delayedCall(c?b.navigation.arrows.hide_delay_mobile:b.navigation.arrows.hide_delay,p,[d.find(".tparrows"),b.navigation.arrows,"hide"]),n(b.navigation.bullets)&&punchgs.TweenLite.delayedCall(c?b.navigation.bullets.hide_delay_mobile:b.navigation.bullets.hide_delay,p,[d.find(".tp-bullets"),b.navigation.bullets,"hide"]),n(b.navigation.thumbnails)&&punchgs.TweenLite.delayedCall(c?b.navigation.thumbnails.hide_delay_mobile:b.navigation.thumbnails.hide_delay,p,[d.find(".tp-thumbs"),b.navigation.thumbnails,"hide"]),n(b.navigation.tabs)&&punchgs.TweenLite.delayedCall(c?b.navigation.tabs.hide_delay_mobile:b.navigation.tabs.hide_delay,p,[d.find(".tp-tabs"),b.navigation.tabs,"hide"])},p=function(a,b,c,d){switch(d=void 0===d?.5:d,c){case"show":punchgs.TweenLite.to(a,d,{autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"});break;case"hide":punchgs.TweenLite.to(a,d,{autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"})}},q=function(a,b,c){b.style=void 0===b.style?"":b.style,b.left.style=void 0===b.left.style?"":b.left.style,b.right.style=void 0===b.right.style?"":b.right.style,0===a.find(".tp-leftarrow.tparrows").length&&a.append('
'+b.tmp+"
"),0===a.find(".tp-rightarrow.tparrows").length&&a.append('
'+b.tmp+"
");var d=a.find(".tp-leftarrow.tparrows"),e=a.find(".tp-rightarrow.tparrows");b.rtl?(d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})):(e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})),b.right.j=a.find(".tp-rightarrow.tparrows"),b.left.j=a.find(".tp-leftarrow.tparrows"),b.padding_top=parseInt(c.carousel.padding_top||0,0),b.padding_bottom=parseInt(c.carousel.padding_bottom||0,0),t(d,b.left,c),t(e,b.right,c),b.left.opt=c,b.right.opt=c,"outer-left"!=b.position&&"outer-right"!=b.position||(c.outernav=!0)},r=function(a,b,c){var d=a.outerHeight(!0),f=(a.outerWidth(!0),void 0==b.opt?0:0==c.conh?c.height:c.conh),g="layergrid"==b.container?"fullscreen"==c.sliderLayout?c.height/2-c.gridheight[c.curWinRange]*c.bh/2:"on"==c.autoHeight||void 0!=c.minHeight&&c.minHeight>0?f/2-c.gridheight[c.curWinRange]*c.bh/2:0:0,h="top"===b.v_align?{top:"0px",y:Math.round(b.v_offset+g)+"px"}:"center"===b.v_align?{top:"50%",y:Math.round(0-d/2+b.v_offset)+"px"}:{top:"100%",y:Math.round(0-(d+b.v_offset+g))+"px"};a.hasClass("outer-bottom")||punchgs.TweenLite.set(a,h)},s=function(a,b,c){var e=(a.outerHeight(!0),a.outerWidth(!0)),f="layergrid"==b.container?"carousel"===c.sliderType?0:c.width/2-c.gridwidth[c.curWinRange]*c.bw/2:0,g="left"===b.h_align?{left:"0px",x:Math.round(b.h_offset+f)+"px"}:"center"===b.h_align?{left:"50%",x:Math.round(0-e/2+b.h_offset)+"px"}:{left:"100%",x:Math.round(0-(e+b.h_offset+f))+"px"};punchgs.TweenLite.set(a,g)},t=function(a,b,c){var d=a.closest(".tp-simpleresponsive").length>0?a.closest(".tp-simpleresponsive"):a.closest(".tp-revslider-mainul").length>0?a.closest(".tp-revslider-mainul"):a.closest(".rev_slider_wrapper").length>0?a.closest(".rev_slider_wrapper"):a.parent().find(".tp-revslider-mainul"),e=d.width(),f=d.height();if(r(a,b,c),s(a,b,c),"outer-left"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout?"outer-right"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout||punchgs.TweenLite.set(a,{right:0-a.outerWidth()+"px",x:b.h_offset+"px"}):punchgs.TweenLite.set(a,{left:0-a.outerWidth()+"px",x:b.h_offset+"px"}),a.hasClass("tp-thumbs")||a.hasClass("tp-tabs")){var g=a.data("wr_padding"),h=a.data("maxw"),i=a.data("maxh"),j=a.hasClass("tp-thumbs")?a.find(".tp-thumb-mask"):a.find(".tp-tab-mask"),k=parseInt(b.padding_top||0,0),l=parseInt(b.padding_bottom||0,0);h>e&&"outer-left"!==b.position&&"outer-right"!==b.position?(punchgs.TweenLite.set(a,{left:"0px",x:0,maxWidth:e-2*g+"px"}),punchgs.TweenLite.set(j,{maxWidth:e-2*g+"px"})):(punchgs.TweenLite.set(a,{maxWidth:h+"px"}),punchgs.TweenLite.set(j,{maxWidth:h+"px"})),i+2*g>f&&"outer-bottom"!==b.position&&"outer-top"!==b.position?(punchgs.TweenLite.set(a,{top:"0px",y:0,maxHeight:k+l+(f-2*g)+"px"}),punchgs.TweenLite.set(j,{maxHeight:k+l+(f-2*g)+"px"})):(punchgs.TweenLite.set(a,{maxHeight:i+"px"}),punchgs.TweenLite.set(j,{maxHeight:i+"px"})),"outer-left"!==b.position&&"outer-right"!==b.position&&(k=0,l=0),!0===b.span&&"vertical"===b.direction?(punchgs.TweenLite.set(a,{maxHeight:k+l+(f-2*g)+"px",height:k+l+(f-2*g)+"px",top:0-k,y:0}),r(j,b,c)):!0===b.span&&"horizontal"===b.direction&&(punchgs.TweenLite.set(a,{maxWidth:"100%",width:e-2*g+"px",left:0,x:0}),s(j,b,c))}},u=function(a,b,c,d){0===a.find(".tp-bullets").length&&(b.style=void 0===b.style?"":b.style,a.append('
'));var e=a.find(".tp-bullets"),f=c.data("index"),g=b.tmp;jQuery.each(d.thumbs[c.index()].params,function(a,b){g=g.replace(b.from,b.to)}),e.append('
'+g+"
");var h=a.find(".justaddedbullet"),i=a.find(".tp-bullet").length,j=h.outerWidth()+parseInt(void 0===b.space?0:b.space,0),k=h.outerHeight()+parseInt(void 0===b.space?0:b.space,0);"vertical"===b.direction?(h.css({top:(i-1)*k+"px",left:"0px"}),e.css({height:(i-1)*k+h.outerHeight(),width:h.outerWidth()})):(h.css({left:(i-1)*j+"px",top:"0px"}),e.css({width:(i-1)*j+h.outerWidth(),height:h.outerHeight()})),h.find(".tp-bullet-image").css({backgroundImage:"url("+d.thumbs[c.index()].src+")"}),h.data("liref",f),h.click(function(){d.sc_indicator="bullet",a.revcallslidewithid(f),a.find(".tp-bullet").removeClass("selected"),jQuery(this).addClass("selected")}),h.removeClass("justaddedbullet"),b.padding_top=parseInt(d.carousel.padding_top||0,0),b.padding_bottom=parseInt(d.carousel.padding_bottom||0,0),b.opt=d,"outer-left"!=b.position&&"outer-right"!=b.position||(d.outernav=!0),e.addClass("nav-pos-hor-"+b.h_align),e.addClass("nav-pos-ver-"+b.v_align),e.addClass("nav-dir-"+b.direction),t(e,b,d)},w=function(a,b,c,d,e){var f="tp-thumb"===d?".tp-thumbs":".tp-tabs",g="tp-thumb"===d?".tp-thumb-mask":".tp-tab-mask",h="tp-thumb"===d?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",i="tp-thumb"===d?".tp-thumb":".tp-tab",j="tp-thumb"===d?".tp-thumb-image":".tp-tab-image";if(b.visibleAmount=b.visibleAmount>e.slideamount?e.slideamount:b.visibleAmount,b.sliderLayout=e.sliderLayout,0===a.parent().find(f).length){b.style=void 0===b.style?"":b.style;var k=!0===b.span?"tp-span-wrapper":"",l='
';"outer-top"===b.position?a.parent().prepend(l):"outer-bottom"===b.position?a.after(l):a.append(l),b.padding_top=parseInt(e.carousel.padding_top||0,0),b.padding_bottom=parseInt(e.carousel.padding_bottom||0,0),"outer-left"!=b.position&&"outer-right"!=b.position||(e.outernav=!0)}var m=c.data("index"),n=a.parent().find(f),o=n.find(g),p=o.find(h),q="horizontal"===b.direction?b.width*b.visibleAmount+b.space*(b.visibleAmount-1):b.width,r="horizontal"===b.direction?b.height:b.height*b.visibleAmount+b.space*(b.visibleAmount-1),s=b.tmp;jQuery.each(e.thumbs[c.index()].params,function(a,b){s=s.replace(b.from,b.to)}),p.append('
'+s+"
");var u=n.find(".justaddedthumb"),v=n.find(i).length,w=u.outerWidth()+parseInt(void 0===b.space?0:b.space,0),x=u.outerHeight()+parseInt(void 0===b.space?0:b.space,0);u.find(j).css({backgroundImage:"url("+e.thumbs[c.index()].src+")"}),"vertical"===b.direction?(u.css({top:(v-1)*x+"px",left:"0px"}),p.css({height:(v-1)*x+u.outerHeight(),width:u.outerWidth()})):(u.css({left:(v-1)*w+"px",top:"0px"}),p.css({width:(v-1)*w+u.outerWidth(),height:u.outerHeight()})),n.data("maxw",q),n.data("maxh",r),n.data("wr_padding",b.wrapper_padding);var y="outer-top"===b.position||"outer-bottom"===b.position?"relative":"absolute";"outer-top"!==b.position&&"outer-bottom"!==b.position||b.h_align;o.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"hidden",position:"relative"}),n.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"visible",position:y,background:b.wrapper_color,padding:b.wrapper_padding+"px",boxSizing:"contet-box"}),u.click(function(){e.sc_indicator="bullet";var b=a.parent().find(h).data("distance");b=void 0===b?0:b,Math.abs(b)<10&&(a.revcallslidewithid(m),a.parent().find(f).removeClass("selected"),jQuery(this).addClass("selected"))}),u.removeClass("justaddedthumb"),b.opt=e,n.addClass("nav-pos-hor-"+b.h_align),n.addClass("nav-pos-ver-"+b.v_align),n.addClass("nav-dir-"+b.direction),t(n,b,e)},x=function(a){var b=a.c.parent().find(".outer-top"),c=a.c.parent().find(".outer-bottom");a.top_outer=b.hasClass("tp-forcenotvisible")?0:b.outerHeight()||0,a.bottom_outer=c.hasClass("tp-forcenotvisible")?0:c.outerHeight()||0},y=function(a,b,c,d){b>c||c>d?a.addClass("tp-forcenotvisible"):a.removeClass("tp-forcenotvisible")}}(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.navigation.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.navigation.min.js new file mode 100644 index 0000000..539c2d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.navigation.min.js @@ -0,0 +1,7 @@ +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - NAVIGATION + * @version: 1.3.5 (06.04.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c=b.is_mobile(),d={alias:"Navigation Min JS",name:"revolution.extensions.navigation.min.js",min_core:"5.4.0",version:"1.3.5"};jQuery.extend(!0,b,{hideUnHideNav:function(a){var b=a.c.width(),c=a.navigation.arrows,d=a.navigation.bullets,e=a.navigation.thumbnails,f=a.navigation.tabs;m(c)&&y(a.c.find(".tparrows"),c.hide_under,b,c.hide_over),m(d)&&y(a.c.find(".tp-bullets"),d.hide_under,b,d.hide_over),m(e)&&y(a.c.parent().find(".tp-thumbs"),e.hide_under,b,e.hide_over),m(f)&&y(a.c.parent().find(".tp-tabs"),f.hide_under,b,f.hide_over),x(a)},resizeThumbsTabs:function(a,b){if(a.navigation&&a.navigation.tabs.enable||a.navigation&&a.navigation.thumbnails.enable){var c=(jQuery(window).width()-480)/500,d=new punchgs.TimelineLite,e=a.navigation.tabs,g=a.navigation.thumbnails,h=a.navigation.bullets;if(d.pause(),c=c>1?1:c<0?0:c,m(e)&&(b||e.width>e.min_width)&&f(c,d,a.c,e,a.slideamount,"tab"),m(g)&&(b||g.width>g.min_width)&&f(c,d,a.c,g,a.slideamount,"thumb"),m(h)&&b){var i=a.c.find(".tp-bullets");i.find(".tp-bullet").each(function(a){var b=jQuery(this),c=a+1,d=b.outerWidth()+parseInt(void 0===h.space?0:h.space,0),e=b.outerHeight()+parseInt(void 0===h.space?0:h.space,0);"vertical"===h.direction?(b.css({top:(c-1)*e+"px",left:"0px"}),i.css({height:(c-1)*e+b.outerHeight(),width:b.outerWidth()})):(b.css({left:(c-1)*d+"px",top:"0px"}),i.css({width:(c-1)*d+b.outerWidth(),height:b.outerHeight()}))})}d.play(),x(a)}return!0},updateNavIndexes:function(a){function d(a){c.find(a).lenght>0&&c.find(a).each(function(a){jQuery(this).data("liindex",a)})}var c=a.c;d(".tp-tab"),d(".tp-bullet"),d(".tp-thumb"),b.resizeThumbsTabs(a,!0),b.manageNavigation(a)},manageNavigation:function(a){var c=b.getHorizontalOffset(a.c.parent(),"left"),d=b.getHorizontalOffset(a.c.parent(),"right");m(a.navigation.bullets)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.bullets.h_offset_old=void 0===a.navigation.bullets.h_offset_old?a.navigation.bullets.h_offset:a.navigation.bullets.h_offset_old,a.navigation.bullets.h_offset="center"===a.navigation.bullets.h_align?a.navigation.bullets.h_offset_old+c/2-d/2:a.navigation.bullets.h_offset_old+c-d),t(a.c.find(".tp-bullets"),a.navigation.bullets,a)),m(a.navigation.thumbnails)&&t(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails,a),m(a.navigation.tabs)&&t(a.c.parent().find(".tp-tabs"),a.navigation.tabs,a),m(a.navigation.arrows)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.arrows.left.h_offset_old=void 0===a.navigation.arrows.left.h_offset_old?a.navigation.arrows.left.h_offset:a.navigation.arrows.left.h_offset_old,a.navigation.arrows.left.h_offset="right"===a.navigation.arrows.left.h_align?a.navigation.arrows.left.h_offset_old+d:a.navigation.arrows.left.h_offset_old+c,a.navigation.arrows.right.h_offset_old=void 0===a.navigation.arrows.right.h_offset_old?a.navigation.arrows.right.h_offset:a.navigation.arrows.right.h_offset_old,a.navigation.arrows.right.h_offset="right"===a.navigation.arrows.right.h_align?a.navigation.arrows.right.h_offset_old+d:a.navigation.arrows.right.h_offset_old+c),t(a.c.find(".tp-leftarrow.tparrows"),a.navigation.arrows.left,a),t(a.c.find(".tp-rightarrow.tparrows"),a.navigation.arrows.right,a)),m(a.navigation.thumbnails)&&e(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails),m(a.navigation.tabs)&&e(a.c.parent().find(".tp-tabs"),a.navigation.tabs)},createNavigation:function(a,f){if("stop"===b.compare_version(d).check)return!1;var g=a.parent(),j=f.navigation.arrows,n=f.navigation.bullets,r=f.navigation.thumbnails,s=f.navigation.tabs,t=m(j),v=m(n),x=m(r),y=m(s);h(a,f),i(a,f),t&&q(a,j,f),f.li.each(function(b){var c=jQuery(f.li[f.li.length-1-b]),d=jQuery(this);v&&(f.navigation.bullets.rtl?u(a,n,c,f):u(a,n,d,f)),x&&(f.navigation.thumbnails.rtl?w(a,r,c,"tp-thumb",f):w(a,r,d,"tp-thumb",f)),y&&(f.navigation.tabs.rtl?w(a,s,c,"tp-tab",f):w(a,s,d,"tp-tab",f))}),a.bind("revolution.slide.onafterswap revolution.nextslide.waiting",function(){var b=0==a.find(".next-revslide").length?a.find(".active-revslide").data("index"):a.find(".next-revslide").data("index");a.find(".tp-bullet").each(function(){var a=jQuery(this);a.data("liref")===b?a.addClass("selected"):a.removeClass("selected")}),g.find(".tp-thumb, .tp-tab").each(function(){var a=jQuery(this);a.data("liref")===b?(a.addClass("selected"),a.hasClass("tp-tab")?e(g.find(".tp-tabs"),s):e(g.find(".tp-thumbs"),r)):a.removeClass("selected")});var c=0,d=!1;f.thumbs&&jQuery.each(f.thumbs,function(a,e){c=!1===d?a:c,d=e.id===b||a===b||d});var h=c>0?c-1:f.slideamount-1,i=c+1==f.slideamount?0:c+1;if(!0===j.enable){var k=j.tmp;if(void 0!=f.thumbs[h]&&jQuery.each(f.thumbs[h].params,function(a,b){k=k.replace(b.from,b.to)}),j.left.j.html(k),k=j.tmp,i>f.slideamount)return;jQuery.each(f.thumbs[i].params,function(a,b){k=k.replace(b.from,b.to)}),j.right.j.html(k),j.rtl?(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"})):(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}))}}),l(j),l(n),l(r),l(s),g.on("mouseenter mousemove",function(){g.hasClass("tp-mouseover")||(g.addClass("tp-mouseover"),punchgs.TweenLite.killDelayedCallsTo(p),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"show"),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"show"),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"show"),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"show"),c&&(g.removeClass("tp-mouseover"),o(a,f)))}),g.on("mouseleave",function(){g.removeClass("tp-mouseover"),o(a,f)}),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"hide",0),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"hide",0),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"hide",0),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"hide",0),x&&k(g.find(".tp-thumbs"),f),y&&k(g.find(".tp-tabs"),f),"carousel"===f.sliderType&&k(a,f,!0),("on"===f.navigation.touch.touchOnDesktop||"on"==f.navigation.touch.touchenabled&&c)&&k(a,f,"swipebased")}});var e=function(a,b){var d=(a.hasClass("tp-thumbs"),a.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),e=a.hasClass("tp-thumbs")?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",f=a.hasClass("tp-thumbs")?".tp-thumb":".tp-tab",g=a.find(d),h=g.find(e),i=b.direction,j="vertical"===i?g.find(f).first().outerHeight(!0)+b.space:g.find(f).first().outerWidth(!0)+b.space,k="vertical"===i?g.height():g.width(),l=parseInt(g.find(f+".selected").data("liindex"),0),m=k/j,n="vertical"===i?g.height():g.width(),o=0-l*j,p="vertical"===i?h.height():h.width(),q=o<0-(p-n)?0-(p-n):q>0?0:o,r=h.data("offset");m>2&&(q=o-(r+j)<=0?o-(r+j)<0-j?r:q+j:q,q=o-j+r+k0?0:q,"vertical"!==i&&g.width()>=h.width()&&(q=0),"vertical"===i&&g.height()>=h.height()&&(q=0),a.hasClass("dragged")||("vertical"===i?h.data("tmmove",punchgs.TweenLite.to(h,.5,{top:q+"px",ease:punchgs.Power3.easeInOut})):h.data("tmmove",punchgs.TweenLite.to(h,.5,{left:q+"px",ease:punchgs.Power3.easeInOut})),h.data("offset",q))},f=function(a,b,c,d,e,f){var g=c.parent().find(".tp-"+f+"s"),h=g.find(".tp-"+f+"s-inner-wrapper"),i=g.find(".tp-"+f+"-mask"),j=d.width*a300||e<-300)&&(e/=10),{spinX:b,spinY:c,pixelX:d,pixelY:e}},h=function(a,c){"on"===c.navigation.keyboardNavigation&&jQuery(document).keydown(function(d){("horizontal"==c.navigation.keyboard_direction&&39==d.keyCode||"vertical"==c.navigation.keyboard_direction&&40==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=0,b.callingNewSlide(a,1)),("horizontal"==c.navigation.keyboard_direction&&37==d.keyCode||"vertical"==c.navigation.keyboard_direction&&38==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=1,b.callingNewSlide(a,-1))})},i=function(a,c){if("on"===c.navigation.mouseScrollNavigation||"carousel"===c.navigation.mouseScrollNavigation){c.isIEEleven=!!navigator.userAgent.match(/Trident.*rv\:11\./),c.isSafari=!!navigator.userAgent.match(/safari/i),c.ischrome=!!navigator.userAgent.match(/chrome/i);var d=c.ischrome?-49:c.isIEEleven||c.isSafari?-9:navigator.userAgent.match(/mozilla/i)?-29:-49,e=c.ischrome?49:c.isIEEleven||c.isSafari?9:navigator.userAgent.match(/mozilla/i)?29:49;a.on("mousewheel DOMMouseScroll",function(f){var h=g(f.originalEvent),i=a.find(".tp-revslider-slidesli.active-revslide").index(),j=a.find(".tp-revslider-slidesli.processing-revslide").index(),k=-1!=i&&0==i||-1!=j&&0==j,l=-1!=i&&i==c.slideamount-1||1!=j&&j==c.slideamount-1,m=!0;"carousel"==c.navigation.mouseScrollNavigation&&(k=l=!1),-1==j?h.pixelYe&&(l||(c.sc_indicator="arrow","reverse"!==c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=0,b.callingNewSlide(a,1)),m=!1),k||(c.sc_indicator="arrow","reverse"===c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=1,b.callingNewSlide(a,-1)),m=!1)):m=!1;var n=c.c.offset().top-jQuery("body").scrollTop(),o=n+c.c.height();return"carousel"!=c.navigation.mouseScrollNavigation?("reverse"!==c.navigation.mouseScrollReverse&&(n>0&&h.pixelY>0||ojQuery(window).height()&&h.pixelY>0)&&(m=!0)):m=!1,0==m?(f.preventDefault(f),!1):void 0})}},j=function(a,b,d){return a=c?jQuery(d.target).closest("."+a).length||jQuery(d.srcElement).closest("."+a).length:jQuery(d.toElement).closest("."+a).length||jQuery(d.originalTarget).closest("."+a).length,!0===a||1===a?1:0},k=function(a,d,e){var f=d.carousel;jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"),f.Limit="endless";var h=(c||b.get_browser(),a),i="vertical"===d.navigation.thumbnails.direction||"vertical"===d.navigation.tabs.direction?"none":"vertical",k=d.navigation.touch.swipe_direction||"horizontal";i="swipebased"==e&&"vertical"==k?"none":e?"vertical":i,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, .noSwipe",h.swipetp({allowPageScroll:i,triggerOnTouchLeave:!0,treshold:d.navigation.touch.swipe_treshold,fingers:d.navigation.touch.swipe_min_touches,excludeElements:jQuery.fn.swipetp.defaults.excludedElements,swipeStatus:function(e,g,h,i,l,m,n){var o=j("rev_slider_wrapper",a,e),p=j("tp-thumbs",a,e),q=j("tp-tabs",a,e),r=jQuery(this).attr("class"),s=!!r.match(/tp-tabs|tp-thumb/gi);if("carousel"===d.sliderType&&(("move"===g||"end"===g||"cancel"==g)&&d.dragStartedOverSlider&&!d.dragStartedOverThumbs&&!d.dragStartedOverTabs||"start"===g&&o>0&&0===p&&0===q)){if(c&&("up"===h||"down"===h))return;switch(d.dragStartedOverSlider=!0,i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i),g){case"start":void 0!==f.positionanim&&(f.positionanim.kill(),f.slide_globaloffset="off"===f.infinity?f.slide_offset:b.simp(f.slide_offset,f.maxwidth)),f.overpull="none",f.wrap.addClass("dragged");break;case"move":if(d.c.find(".tp-withaction").addClass("tp-temporarydisabled"),f.slide_offset="off"===f.infinity?f.slide_globaloffset+i:b.simp(f.slide_globaloffset+i,f.maxwidth),"off"===f.infinity){var t="center"===f.horizontal_align?(f.wrapwidth/2-f.slide_width/2-f.slide_offset)/f.slide_width:(0-f.slide_offset)/f.slide_width;"none"!==f.overpull&&0!==f.overpull||!(t<0||t>d.slideamount-1)?t>=0&&t<=d.slideamount-1&&(t>=0&&i>f.overpull||t<=d.slideamount-1&&id.slideamount-1?f.slide_offset+(f.overpull-i)/1.1-Math.sqrt(Math.abs((f.overpull-i)/1.1)):f.slide_offset}b.organiseCarousel(d,h,!0,!0);break;case"end":case"cancel":f.slide_globaloffset=f.slide_offset,f.wrap.removeClass("dragged"),b.carouselToEvalPosition(d,h),d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,setTimeout(function(){d.c.find(".tp-withaction").removeClass("tp-temporarydisabled")},19)}}else{if(("move"!==g&&"end"!==g&&"cancel"!=g||d.dragStartedOverSlider||!d.dragStartedOverThumbs&&!d.dragStartedOverTabs)&&!("start"===g&&o>0&&(p>0||q>0))){if("end"==g&&!s){if(d.sc_indicator="arrow","horizontal"==k&&"left"==h||"vertical"==k&&"up"==h)return d.sc_indicator_dir=0,b.callingNewSlide(d.c,1),!1;if("horizontal"==k&&"right"==h||"vertical"==k&&"down"==h)return d.sc_indicator_dir=1,b.callingNewSlide(d.c,-1),!1}return d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,!0}p>0&&(d.dragStartedOverThumbs=!0),q>0&&(d.dragStartedOverTabs=!0);var u=d.dragStartedOverThumbs?".tp-thumbs":".tp-tabs",v=d.dragStartedOverThumbs?".tp-thumb-mask":".tp-tab-mask",w=d.dragStartedOverThumbs?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",x=d.dragStartedOverThumbs?".tp-thumb":".tp-tab",y=d.dragStartedOverThumbs?d.navigation.thumbnails:d.navigation.tabs;i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i);var z=a.parent().find(v),A=z.find(w),B=y.direction,C="vertical"===B?A.height():A.width(),D="vertical"===B?z.height():z.width(),E="vertical"===B?z.find(x).first().outerHeight(!0)+y.space:z.find(x).first().outerWidth(!0)+y.space,F=void 0===A.data("offset")?0:parseInt(A.data("offset"),0),G=0;switch(g){case"start":a.parent().find(u).addClass("dragged"),F="vertical"===B?A.position().top:A.position().left,A.data("offset",F),A.data("tmmove")&&A.data("tmmove").pause();break;case"move":if(C<=D)return!1;G=F+i,G=G>0?"horizontal"===B?G-A.width()*(G/A.width()*G/A.width()):G-A.height()*(G/A.height()*G/A.height()):G;var H="vertical"===B?0-(A.height()-z.height()):0-(A.width()-z.width());G=G0?0:G,G=Math.abs(i)>E/10?i<=0?Math.floor(G/E)*E:Math.ceil(G/E)*E:i<0?Math.ceil(G/E)*E:Math.floor(G/E)*E,G="vertical"===B?G<0-(A.height()-z.height())?0-(A.height()-z.height()):G:G<0-(A.width()-z.width())?0-(A.width()-z.width()):G,G=G>0?0:G,"vertical"===B?punchgs.TweenLite.to(A,.5,{top:G+"px",ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(A,.5,{left:G+"px",ease:punchgs.Power3.easeOut}),G=G||("vertical"===B?A.position().top:A.position().left),A.data("offset",G),A.data("distance",i),setTimeout(function(){d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1},100),a.parent().find(u).removeClass("dragged"),!1}}}})},l=function(a){a.hide_delay=jQuery.isNumeric(parseInt(a.hide_delay,0))?a.hide_delay/1e3:.2,a.hide_delay_mobile=jQuery.isNumeric(parseInt(a.hide_delay_mobile,0))?a.hide_delay_mobile/1e3:.2},m=function(a){return a&&a.enable},n=function(a){return a&&a.enable&&!0===a.hide_onleave&&(void 0===a.position||!a.position.match(/outer/g))},o=function(a,b){var d=a.parent();n(b.navigation.arrows)&&punchgs.TweenLite.delayedCall(c?b.navigation.arrows.hide_delay_mobile:b.navigation.arrows.hide_delay,p,[d.find(".tparrows"),b.navigation.arrows,"hide"]),n(b.navigation.bullets)&&punchgs.TweenLite.delayedCall(c?b.navigation.bullets.hide_delay_mobile:b.navigation.bullets.hide_delay,p,[d.find(".tp-bullets"),b.navigation.bullets,"hide"]),n(b.navigation.thumbnails)&&punchgs.TweenLite.delayedCall(c?b.navigation.thumbnails.hide_delay_mobile:b.navigation.thumbnails.hide_delay,p,[d.find(".tp-thumbs"),b.navigation.thumbnails,"hide"]),n(b.navigation.tabs)&&punchgs.TweenLite.delayedCall(c?b.navigation.tabs.hide_delay_mobile:b.navigation.tabs.hide_delay,p,[d.find(".tp-tabs"),b.navigation.tabs,"hide"])},p=function(a,b,c,d){switch(d=void 0===d?.5:d,c){case"show":punchgs.TweenLite.to(a,d,{autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"});break;case"hide":punchgs.TweenLite.to(a,d,{autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"})}},q=function(a,b,c){b.style=void 0===b.style?"":b.style,b.left.style=void 0===b.left.style?"":b.left.style,b.right.style=void 0===b.right.style?"":b.right.style,0===a.find(".tp-leftarrow.tparrows").length&&a.append('
'+b.tmp+"
"),0===a.find(".tp-rightarrow.tparrows").length&&a.append('
'+b.tmp+"
");var d=a.find(".tp-leftarrow.tparrows"),e=a.find(".tp-rightarrow.tparrows");b.rtl?(d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})):(e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})),b.right.j=a.find(".tp-rightarrow.tparrows"),b.left.j=a.find(".tp-leftarrow.tparrows"),b.padding_top=parseInt(c.carousel.padding_top||0,0),b.padding_bottom=parseInt(c.carousel.padding_bottom||0,0),t(d,b.left,c),t(e,b.right,c),b.left.opt=c,b.right.opt=c,"outer-left"!=b.position&&"outer-right"!=b.position||(c.outernav=!0)},r=function(a,b,c){var d=a.outerHeight(!0),f=(a.outerWidth(!0),void 0==b.opt?0:0==c.conh?c.height:c.conh),g="layergrid"==b.container?"fullscreen"==c.sliderLayout?c.height/2-c.gridheight[c.curWinRange]*c.bh/2:"on"==c.autoHeight||void 0!=c.minHeight&&c.minHeight>0?f/2-c.gridheight[c.curWinRange]*c.bh/2:0:0,h="top"===b.v_align?{top:"0px",y:Math.round(b.v_offset+g)+"px"}:"center"===b.v_align?{top:"50%",y:Math.round(0-d/2+b.v_offset)+"px"}:{top:"100%",y:Math.round(0-(d+b.v_offset+g))+"px"};a.hasClass("outer-bottom")||punchgs.TweenLite.set(a,h)},s=function(a,b,c){var e=(a.outerHeight(!0),a.outerWidth(!0)),f="layergrid"==b.container?"carousel"===c.sliderType?0:c.width/2-c.gridwidth[c.curWinRange]*c.bw/2:0,g="left"===b.h_align?{left:"0px",x:Math.round(b.h_offset+f)+"px"}:"center"===b.h_align?{left:"50%",x:Math.round(0-e/2+b.h_offset)+"px"}:{left:"100%",x:Math.round(0-(e+b.h_offset+f))+"px"};punchgs.TweenLite.set(a,g)},t=function(a,b,c){var d=a.closest(".tp-simpleresponsive").length>0?a.closest(".tp-simpleresponsive"):a.closest(".tp-revslider-mainul").length>0?a.closest(".tp-revslider-mainul"):a.closest(".rev_slider_wrapper").length>0?a.closest(".rev_slider_wrapper"):a.parent().find(".tp-revslider-mainul"),e=d.width(),f=d.height();if(r(a,b,c),s(a,b,c),"outer-left"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout?"outer-right"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout||punchgs.TweenLite.set(a,{right:0-a.outerWidth()+"px",x:b.h_offset+"px"}):punchgs.TweenLite.set(a,{left:0-a.outerWidth()+"px",x:b.h_offset+"px"}),a.hasClass("tp-thumbs")||a.hasClass("tp-tabs")){var g=a.data("wr_padding"),h=a.data("maxw"),i=a.data("maxh"),j=a.hasClass("tp-thumbs")?a.find(".tp-thumb-mask"):a.find(".tp-tab-mask"),k=parseInt(b.padding_top||0,0),l=parseInt(b.padding_bottom||0,0);h>e&&"outer-left"!==b.position&&"outer-right"!==b.position?(punchgs.TweenLite.set(a,{left:"0px",x:0,maxWidth:e-2*g+"px"}),punchgs.TweenLite.set(j,{maxWidth:e-2*g+"px"})):(punchgs.TweenLite.set(a,{maxWidth:h+"px"}),punchgs.TweenLite.set(j,{maxWidth:h+"px"})),i+2*g>f&&"outer-bottom"!==b.position&&"outer-top"!==b.position?(punchgs.TweenLite.set(a,{top:"0px",y:0,maxHeight:k+l+(f-2*g)+"px"}),punchgs.TweenLite.set(j,{maxHeight:k+l+(f-2*g)+"px"})):(punchgs.TweenLite.set(a,{maxHeight:i+"px"}),punchgs.TweenLite.set(j,{maxHeight:i+"px"})),"outer-left"!==b.position&&"outer-right"!==b.position&&(k=0,l=0),!0===b.span&&"vertical"===b.direction?(punchgs.TweenLite.set(a,{maxHeight:k+l+(f-2*g)+"px",height:k+l+(f-2*g)+"px",top:0-k,y:0}),r(j,b,c)):!0===b.span&&"horizontal"===b.direction&&(punchgs.TweenLite.set(a,{maxWidth:"100%",width:e-2*g+"px",left:0,x:0}),s(j,b,c))}},u=function(a,b,c,d){0===a.find(".tp-bullets").length&&(b.style=void 0===b.style?"":b.style,a.append('
'));var e=a.find(".tp-bullets"),f=c.data("index"),g=b.tmp;jQuery.each(d.thumbs[c.index()].params,function(a,b){g=g.replace(b.from,b.to)}),e.append('
'+g+"
");var h=a.find(".justaddedbullet"),i=a.find(".tp-bullet").length,j=h.outerWidth()+parseInt(void 0===b.space?0:b.space,0),k=h.outerHeight()+parseInt(void 0===b.space?0:b.space,0);"vertical"===b.direction?(h.css({top:(i-1)*k+"px",left:"0px"}),e.css({height:(i-1)*k+h.outerHeight(),width:h.outerWidth()})):(h.css({left:(i-1)*j+"px",top:"0px"}),e.css({width:(i-1)*j+h.outerWidth(),height:h.outerHeight()})),h.find(".tp-bullet-image").css({backgroundImage:"url("+d.thumbs[c.index()].src+")"}),h.data("liref",f),h.click(function(){d.sc_indicator="bullet",a.revcallslidewithid(f),a.find(".tp-bullet").removeClass("selected"),jQuery(this).addClass("selected")}),h.removeClass("justaddedbullet"),b.padding_top=parseInt(d.carousel.padding_top||0,0),b.padding_bottom=parseInt(d.carousel.padding_bottom||0,0),b.opt=d,"outer-left"!=b.position&&"outer-right"!=b.position||(d.outernav=!0),e.addClass("nav-pos-hor-"+b.h_align),e.addClass("nav-pos-ver-"+b.v_align),e.addClass("nav-dir-"+b.direction),t(e,b,d)},w=function(a,b,c,d,e){var f="tp-thumb"===d?".tp-thumbs":".tp-tabs",g="tp-thumb"===d?".tp-thumb-mask":".tp-tab-mask",h="tp-thumb"===d?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",i="tp-thumb"===d?".tp-thumb":".tp-tab",j="tp-thumb"===d?".tp-thumb-image":".tp-tab-image";if(b.visibleAmount=b.visibleAmount>e.slideamount?e.slideamount:b.visibleAmount,b.sliderLayout=e.sliderLayout,0===a.parent().find(f).length){b.style=void 0===b.style?"":b.style;var k=!0===b.span?"tp-span-wrapper":"",l='
';"outer-top"===b.position?a.parent().prepend(l):"outer-bottom"===b.position?a.after(l):a.append(l),b.padding_top=parseInt(e.carousel.padding_top||0,0),b.padding_bottom=parseInt(e.carousel.padding_bottom||0,0),"outer-left"!=b.position&&"outer-right"!=b.position||(e.outernav=!0)}var m=c.data("index"),n=a.parent().find(f),o=n.find(g),p=o.find(h),q="horizontal"===b.direction?b.width*b.visibleAmount+b.space*(b.visibleAmount-1):b.width,r="horizontal"===b.direction?b.height:b.height*b.visibleAmount+b.space*(b.visibleAmount-1),s=b.tmp;jQuery.each(e.thumbs[c.index()].params,function(a,b){s=s.replace(b.from,b.to)}),p.append('
'+s+"
");var u=n.find(".justaddedthumb"),v=n.find(i).length,w=u.outerWidth()+parseInt(void 0===b.space?0:b.space,0),x=u.outerHeight()+parseInt(void 0===b.space?0:b.space,0);u.find(j).css({backgroundImage:"url("+e.thumbs[c.index()].src+")"}),"vertical"===b.direction?(u.css({top:(v-1)*x+"px",left:"0px"}),p.css({height:(v-1)*x+u.outerHeight(),width:u.outerWidth()})):(u.css({left:(v-1)*w+"px",top:"0px"}),p.css({width:(v-1)*w+u.outerWidth(),height:u.outerHeight()})),n.data("maxw",q),n.data("maxh",r),n.data("wr_padding",b.wrapper_padding);var y="outer-top"===b.position||"outer-bottom"===b.position?"relative":"absolute";"outer-top"!==b.position&&"outer-bottom"!==b.position||b.h_align;o.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"hidden",position:"relative"}),n.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"visible",position:y,background:b.wrapper_color,padding:b.wrapper_padding+"px",boxSizing:"contet-box"}),u.click(function(){e.sc_indicator="bullet";var b=a.parent().find(h).data("distance");b=void 0===b?0:b,Math.abs(b)<10&&(a.revcallslidewithid(m),a.parent().find(f).removeClass("selected"),jQuery(this).addClass("selected"))}),u.removeClass("justaddedthumb"),b.opt=e,n.addClass("nav-pos-hor-"+b.h_align),n.addClass("nav-pos-ver-"+b.v_align),n.addClass("nav-dir-"+b.direction),t(n,b,e)},x=function(a){var b=a.c.parent().find(".outer-top"),c=a.c.parent().find(".outer-bottom");a.top_outer=b.hasClass("tp-forcenotvisible")?0:b.outerHeight()||0,a.bottom_outer=c.hasClass("tp-forcenotvisible")?0:c.outerHeight()||0},y=function(a,b,c,d){b>c||c>d?a.addClass("tp-forcenotvisible"):a.removeClass("tp-forcenotvisible")}}(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.parallax.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.parallax.min.js new file mode 100644 index 0000000..6a6039b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.parallax.min.js @@ -0,0 +1,7 @@ +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - PARALLAX + * @version: 2.2.3 (17.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";function e(a,b){a.lastscrolltop=b}var b=jQuery.fn.revolution,c=b.is_mobile(),d={alias:"Parallax Min JS",name:"revolution.extensions.parallax.min.js",min_core:"5.4.5",version:"2.2.3"};jQuery.extend(!0,b,{checkForParallax:function(a,e){function g(a){if("3D"==f.type||"3d"==f.type){a.find(".slotholder").wrapAll('
'),a.find(".tp-parallax-wrap").wrapAll('
'),a.find(".rs-parallaxlevel-tobggroup").closest(".tp-parallax-wrap").wrapAll('
');var b=a.find(".dddwrapper"),c=a.find(".dddwrapper-layer");a.find(".dddwrapper-layertobggroup").appendTo(b),"carousel"==e.sliderType&&("on"==f.ddd_shadow&&b.addClass("dddwrappershadow"),punchgs.TweenLite.set(b,{borderRadius:e.carousel.border_radius})),punchgs.TweenLite.set(a,{overflow:"visible",transformStyle:"preserve-3d",perspective:1600}),punchgs.TweenLite.set(b,{force3D:"auto",transformOrigin:"50% 50%"}),punchgs.TweenLite.set(c,{force3D:"auto",transformOrigin:"50% 50%",zIndex:5}),punchgs.TweenLite.set(e.ul,{transformStyle:"preserve-3d",transformPerspective:1600})}}if("stop"===b.compare_version(d).check)return!1;var f=e.parallax;if(!f.done){if(f.done=!0,c&&"on"==f.disable_onmobile)return!1;"3D"!=f.type&&"3d"!=f.type||(punchgs.TweenLite.set(e.c,{overflow:f.ddd_overflow}),punchgs.TweenLite.set(e.ul,{overflow:f.ddd_overflow}),"carousel"!=e.sliderType&&"on"==f.ddd_shadow&&(e.c.prepend('
'),punchgs.TweenLite.set(e.c.find(".dddwrappershadow"),{force3D:"auto",transformPerspective:1600,transformOrigin:"50% 50%",width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:0}))),e.li.each(function(){g(jQuery(this))}),("3D"==f.type||"3d"==f.type)&&e.c.find(".tp-static-layers").length>0&&(punchgs.TweenLite.set(e.c.find(".tp-static-layers"),{top:0,left:0,width:"100%",height:"100%"}),g(e.c.find(".tp-static-layers"))),f.pcontainers=new Array,f.pcontainer_depths=new Array,f.bgcontainers=new Array,f.bgcontainer_depths=new Array,e.c.find(".tp-revslider-slidesli .slotholder, .tp-revslider-slidesli .rs-background-video-layer").each(function(){var a=jQuery(this),b=a.data("bgparallax")||e.parallax.bgparallax;void 0!==(b="on"==b?1:b)&&"off"!==b&&(f.bgcontainers.push(a),f.bgcontainer_depths.push(e.parallax.levels[parseInt(b,0)-1]/100))});for(var h=1;h<=f.levels.length;h++)e.c.find(".rs-parallaxlevel-"+h).each(function(){var a=jQuery(this),b=a.closest(".tp-parallax-wrap");b.data("parallaxlevel",f.levels[h-1]),b.addClass("tp-parallax-container"),f.pcontainers.push(b),f.pcontainer_depths.push(f.levels[h-1])});"mouse"!=f.type&&"scroll+mouse"!=f.type&&"mouse+scroll"!=f.type&&"3D"!=f.type&&"3d"!=f.type||(a.mouseenter(function(b){var c=a.find(".active-revslide"),d=a.offset().top,e=a.offset().left,f=b.pageX-e,g=b.pageY-d;c.data("enterx",f),c.data("entery",g)}),a.on("mousemove.hoverdir, mouseleave.hoverdir, trigger3dpath",function(b,c){var d=c&&c.li?c.li:a.find(".active-revslide");if("enterpoint"==f.origo){var g=a.offset().top,h=a.offset().left;void 0==d.data("enterx")&&d.data("enterx",b.pageX-h),void 0==d.data("entery")&&d.data("entery",b.pageY-g);var i=d.data("enterx")||b.pageX-h,j=d.data("entery")||b.pageY-g,k=i-(b.pageX-h),l=j-(b.pageY-g),m=f.speed/1e3||.4}else var g=a.offset().top,h=a.offset().left,k=e.conw/2-(b.pageX-h),l=e.conh/2-(b.pageY-g),m=f.speed/1e3||3;"mouseleave"==b.type&&(k=f.ddd_lasth||0,l=f.ddd_lastv||0,m=1.5);for(var n=0;njQuery(window).height()){var h=d;d=c,c=h}var i=a.width(),j=a.height(),k=360/i*d,l=180/j*c,m=f.speed/1e3||3,n=[];if(g.find(".tp-parallax-container").each(function(a){n.push(jQuery(this))}),a.find(".tp-static-layers .tp-parallax-container").each(function(){n.push(jQuery(this))}),jQuery.each(n,function(){var a=jQuery(this),b=parseInt(a.data("parallaxlevel"),0),c=b/100,d=k*c*2,e=l*c*4;punchgs.TweenLite.to(a,m,{force3D:"auto",x:d,y:e,ease:punchgs.Power3.easeOut,overwrite:"all"})}),"3D"==f.type||"3d"==f.type){var o=".tp-revslider-slidesli .dddwrapper, .dddwrappershadow, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer";"carousel"===e.sliderType&&(o=".tp-revslider-slidesli .dddwrapper, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer"),e.c.find(o).each(function(){var a=jQuery(this),c=f.levels[f.levels.length-1]/200,d=k*c,g=l*c*3,h=0==e.conw?0:Math.round(k/e.conw*c*500)||0,i=0==e.conh?0:Math.round(l/e.conh*c*700)||0,j=a.closest("li"),n=0,o=!1;a.hasClass("dddwrapper-layer")&&(n=f.ddd_z_correction||65,o=!0),a.hasClass("dddwrapper-layer")&&(d=0,g=0),j.hasClass("active-revslide")||"carousel"!=e.sliderType?"on"!=f.ddd_bgfreeze||o?punchgs.TweenLite.to(a,m,{rotationX:i,rotationY:-h,x:d,z:n,y:g,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(a,.5,{force3D:"auto",rotationY:0,rotationX:0,z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(a,.5,{force3D:"auto",rotationY:0,z:0,x:0,y:0,rotationX:0,ease:punchgs.Power3.easeOut,overwrite:"all"}),"mouseleave"==b.type&&punchgs.TweenLite.to(jQuery(this),3.8,{z:0,ease:punchgs.Power3.easeOut})})}}));var i=e.scrolleffect;if(i.bgs=new Array,i.on){if("on"===i.on_slidebg)for(var h=0;ha.lastwindowheight?g.top/g.height:g.bottom>a.lastwindowheight?(g.bottom-a.lastwindowheight)/g.height:0;if(a.scrollproc=j,b.callBackHandling&&b.callBackHandling(a,"parallax","start"),h.enable){var k=1-Math.abs(j);k=k<0?0:k,jQuery.isNumeric(h.visible_area)||-1!==h.visible_area.indexOf("%")&&(h.visible_area=parseInt(h.visible_area)/100),1-h.visible_area<=k?a.inviewport||(a.inviewport=!0,b.enterInViewPort(a)):a.inviewport&&(a.inviewport=!1,b.leaveViewPort(a))}if(c&&"on"==i.disable_onmobile)return!1;if("3d"!=i.type&&"3D"!=i.type){if(("scroll"==i.type||"scroll+mouse"==i.type||"mouse+scroll"==i.type)&&i.pcontainers)for(var l=0;l0){var m=i.pcontainers[l],n=i.pcontainer_depths[l]/100,o=Math.round(j*(-n*a.conh)*10)/10||0,p=void 0!==f?f:i.speedls/1e3||0;m.data("parallaxoffset",o),punchgs.TweenLite.to(m,p,{overwrite:"auto",force3D:"auto",y:o})}if(i.bgcontainers)for(var l=0;l=0&&(u=1),"bottom"==s.direction&&j<=0&&(u=1),u=u>1?1:u<0?0:u,"on"===s.fade&&(v.opacity=u),"on"===s.scale){var w=u;v.scale=1-w+1}if("on"===s.blur){var x=(1-u)*s.maxblur;v["-webkit-filter"]="blur("+x+"px)",v.filter="blur("+x+"px)"}if("on"===s.grayscale){var y=100*(1-u),z="grayscale("+y+"%)";v["-webkit-filter"]=void 0===v["-webkit-filter"]?z:v["-webkit-filter"]+" "+z,v.filter=void 0===v.filter?z:v.filter+" "+z}punchgs.TweenLite.set(s.layers,v)}if(!1!==s.bgs){var u=1-t*s.multiplicator,v={backfaceVisibility:"hidden",force3D:"true"};if("top"==s.direction&&j>=0&&(u=1),"bottom"==s.direction&&j<=0&&(u=1),u=u>1?1:u<0?0:u,"on"===s.fade&&(v.opacity=u),"on"===s.scale){var w=u;punchgs.TweenLite.set(jQuery(".tp-kbimg-wrap"),{transformOrigin:"50% 50%",scale:w,force3D:!0})}if("on"===s.blur){var x=(1-u)*s.maxblur;v["-webkit-filter"]="blur("+x+"px)",v.filter="blur("+x+"px)"}if("on"===s.grayscale){var y=100*(1-u),z="grayscale("+y+"%)";v["-webkit-filter"]=void 0===v["-webkit-filter"]?z:v["-webkit-filter"]+" "+z,v.filter=void 0===v.filter?z:v.filter+" "+z}punchgs.TweenLite.set(s.bgs,v)}}b.callBackHandling&&b.callBackHandling(a,"parallax","end")}})}(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.slideanims.min.js b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.slideanims.min.js new file mode 100644 index 0000000..87f4938 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/extensions/revolution.extension.slideanims.min.js @@ -0,0 +1,7 @@ +/************************************************ + * REVOLUTION 5.4.6.5 EXTENSION - SLIDE ANIMATIONS + * @version: 1.8 (17.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +************************************************/ +!function(t){"use strict";var L=jQuery.fn.revolution,l={alias:"SlideAnimations Min JS",name:"revolution.extensions.slideanims.min.js",min_core:"5.4.5",version:"1.8"};jQuery.extend(!0,L,{animateSlide:function(t,e,o,a,i,n,r,s){return"stop"===L.compare_version(l).check?s:d(t,e,o,a,i,n,r,s)}});var ct=function(t,e,o,a){var i=t,n=i.find(".defaultimg"),r=n.data("mediafilter"),s=i.data("zoomstart"),l=i.data("rotationstart");null!=n.data("currotate")&&(l=n.data("currotate")),null!=n.data("curscale")&&"box"==a?s=100*n.data("curscale"):null!=n.data("curscale")&&(s=n.data("curscale")),L.slotSize(n,e);var d=n.attr("src"),h=n.data("bgcolor"),f=e.width,c=e.height,u=n.data("fxof");void 0===h&&(h=n.css("backgroundColor")),"on"==e.autoHeight&&(c=e.c.height()),null==u&&(u=0);var p=0,g=n.data("bgfit"),w=n.data("bgrepeat"),m=n.data("bgposition");null==g&&(g="cover"),null==w&&(w="no-repeat"),null==m&&(m="center center");var v="";switch(v=void 0!==h&&0<=h.indexOf("gradient")?"background:"+h:"background-color:"+h+";background-image:url("+d+");background-repeat:"+w+";background-size:"+g+";background-position:"+m,a){case"box":for(var y=0,x=0,T=0;T
'),x+=e.sloth,null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l});y+=e.slotw}break;case"vertical":case"horizontal":if("horizontal"==a){if(!o)p=0-e.slotw;for(z=0;z
'),null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l})}else{if(!o)p=0-e.sloth;for(z=0;z
'),null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l})}}};var ut=function(t,e){return null==e||jQuery.isNumeric(t)?t:null==t?t:t.split(",")[e]},d=function(a,t,e,o,i,n,r,s){var l=e[0].opt,d=i.index(),h=o.index()l.delay?l.delay:g,g+=c[4],l.slots=ut(o.data("slotamount"),p),l.slots=null==l.slots||"default"==l.slots?c[12]:"random"==l.slots?Math.round(12*Math.random()+4):l.slots,l.slots=l.slots<1?"boxslide"==t?Math.round(6*Math.random()+3):"flyin"==t?Math.round(4*Math.random()+1):l.slots:l.slots,l.slots=(4==a||5==a||6==a)&&l.slots<3?3:l.slots,l.slots=0!=c[3]?Math.min(l.slots,c[3]):l.slots,l.slots=9==a?l.width/l.slots:10==a?l.height/l.slots:l.slots,l.rotate=ut(o.data("rotate"),p),l.rotate=null==l.rotate||"default"==l.rotate?0:999==l.rotate||"random"==l.rotate?Math.round(360*Math.random()):l.rotate,l.rotate=l.ie||l.ie9?0:l.rotate,11!=a&&(null!=c[7]&&ct(r,l,c[7],c[5]),null!=c[6]&&ct(n,l,c[6],c[5])),s.add(punchgs.TweenLite.set(n.find(".defaultvid"),{y:0,x:0,top:0,left:0,scale:1}),0),s.add(punchgs.TweenLite.set(r.find(".defaultvid"),{y:0,x:0,top:0,left:0,scale:1}),0),s.add(punchgs.TweenLite.set(n.find(".defaultvid"),{y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(r.find(".defaultvid"),{y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(n,{autoAlpha:1,y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(r,{autoAlpha:1,y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(n.parent(),{backgroundColor:"transparent"}),0),s.add(punchgs.TweenLite.set(r.parent(),{backgroundColor:"transparent"}),0);var w=ut(o.data("easein"),p),m=ut(o.data("easeout"),p);if(w="default"===w?c[9]||punchgs.Power2.easeInOut:w||c[9]||punchgs.Power2.easeInOut,m="default"===m?c[10]||punchgs.Power2.easeInOut:m||c[10]||punchgs.Power2.easeInOut,0==a){var v=Math.ceil(l.height/l.sloth),y=0;n.find(".slotslide").each(function(t){var e=jQuery(this);(y+=1)==v&&(y=0),s.add(punchgs.TweenLite.from(e,g/600,{opacity:0,top:0-l.sloth,left:0-l.slotw,rotation:l.rotate,force3D:"auto",ease:w}),(15*t+30*y)/1500)})}if(1==a){var x;n.find(".slotslide").each(function(t){var e=jQuery(this),o=Math.random()*g+300,a=500*Math.random()+200;xl.delay&&(g=l.delay);T=new punchgs.TimelineLite;setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100),r.find(".slotslide").each(function(){var t=jQuery(this).find("div");T.add(punchgs.TweenLite.to(t,g/1e3,{left:0-l.slotw/2+"px",top:0-l.height/2+"px",width:2*l.slotw+"px",height:2*l.height+"px",opacity:0,rotation:l.rotate,force3D:"auto",ease:w}),0),s.add(T,0)}),n.find(".slotslide").each(function(t){var e=jQuery(this).find("div");T.add(punchgs.TweenLite.fromTo(e,g/1e3,{left:0,top:0,opacity:0,transformPerspective:600},{left:0-t*l.slotw+"px",ease:m,force3D:"auto",top:"0px",width:l.width,height:l.height,opacity:1,rotation:0,delay:.1}),0),s.add(T,0)})}if(8==a){(g*=3)>l.delay&&(g=l.delay);T=new punchgs.TimelineLite;r.find(".slotslide").each(function(){var t=jQuery(this).find("div");T.add(punchgs.TweenLite.to(t,g/1e3,{left:0-l.width/2+"px",top:0-l.sloth/2+"px",width:2*l.width+"px",height:2*l.sloth+"px",force3D:"auto",ease:w,opacity:0,rotation:l.rotate}),0),s.add(T,0)}),n.find(".slotslide").each(function(t){var e=jQuery(this).find("div");T.add(punchgs.TweenLite.fromTo(e,g/1e3,{left:0,top:0,opacity:0,force3D:"auto"},{left:"0px",top:0-t*l.sloth+"px",width:n.find(".defaultimg").data("neww")+"px",height:n.find(".defaultimg").data("newh")+"px",opacity:1,ease:m,rotation:0}),0),s.add(T,0)})}if(9==a||10==a){n.find(".slotslide").each(function(t){var e=jQuery(this);0,s.add(punchgs.TweenLite.fromTo(e,g/2e3,{autoAlpha:0,force3D:"auto",transformPerspective:600},{autoAlpha:1,ease:w,delay:t*l.slots/100/2e3}),0)})}if(27==a||28==a||29==a||30==a){var L=n.find(".slot"),b=27==a||29==a?"-100%":"+100%",A=27==a||29==a?"+100%":"-100%",D=27==a||29==a?"-80%":"80%",j=27==a||29==a?"+80%":"-80%",Q=27==a||29==a?"+10%":"-10%",M={overwrite:"all"},P={autoAlpha:0,zIndex:1,force3D:"auto",ease:w},k={position:"inherit",autoAlpha:0,overwrite:"all",zIndex:1},O={autoAlpha:1,force3D:"auto",ease:m},I={overwrite:"all",zIndex:2,opacity:1,autoAlpha:1},X={autoAlpha:1,force3D:"auto",overwrite:"all",ease:w},Y={overwrite:"all",zIndex:2,autoAlpha:1},S={autoAlpha:1,force3D:"auto",ease:w},_=1==(27==a||28==a?1:2)?"y":"x";M[_]="0px",P[_]=b,k[_]=Q,O[_]="0%",I[_]=A,X[_]=b,Y[_]=D,S[_]=j,L.append(''),s.add(punchgs.TweenLite.fromTo(r,g/1e3,M,P),0),s.add(punchgs.TweenLite.fromTo(n.find(".defaultimg"),g/2e3,k,O),g/2e3),s.add(punchgs.TweenLite.fromTo(L,g/1e3,I,X),0),s.add(punchgs.TweenLite.fromTo(L.find(".slotslide div"),g/1e3,Y,S),0)}if(31==a||32==a||33==a||34==a){g=6e3,w=punchgs.Power3.easeInOut;var C=g/1e3;mas=C-C/5,_nt=a,fy=31==_nt?"+100%":32==_nt?"-100%":"0%",fx=33==_nt?"+100%":34==_nt?"-100%":"0%",ty=31==_nt?"-100%":32==_nt?"+100%":"0%",tx=33==_nt?"-100%":34==_nt?"+100%":"0%",s.add(punchgs.TweenLite.fromTo(r,C-.2*C,{y:0,x:0},{y:ty,x:tx,ease:m}),.2*C),s.add(punchgs.TweenLite.fromTo(n,C,{y:fy,x:fx},{y:"0%",x:"0%",ease:w}),0),n.find(".slot").remove(),n.find(".defaultimg").clone().appendTo(n).addClass("slot"),function(t,f,c,e,u){var o=t.find(".slot"),p=[2,1.2,.9,.7,.55,.42],g=t.width(),w=t.height();o.wrap('
');for(var a=0;a<6;a++)o.parent().clone(!1).appendTo(nextsh);t.find(".slot-circle-wrapper").each(function(t){if(t<6){var e=jQuery(this),o=e.find(".slot"),a=wl.delay&&(g=l.delay),setTimeout(function(){punchgs.TweenLite.set(r.find(".defaultimg"),{autoAlpha:0})},100);var J=l.width,N=l.height,R=n.find(".slotslide, .defaultvid"),q=0,B=0,E=1,F=1,G=1,K=g/1e3,U=K;"fullwidth"!=l.sliderLayout&&"fullscreen"!=l.sliderLayout||(J=R.width(),N=R.height()),12==a?q=J:15==a?q=0-J:13==a?B=N:14==a&&(B=0-N),1==u&&(E=0),2==u&&(E=0),3==u&&(K=g/1300),4!=u&&5!=u||(F=.6),6==u&&(F=1.4),5!=u&&6!=u||(G=1.4,B=q=N=J=E=0),6==u&&(G=.6);7==u&&(N=J=0);var W=n.find(".slotslide"),$=r.find(".slotslide, .defaultvid");if(s.add(punchgs.TweenLite.set(i,{zIndex:15}),0),s.add(punchgs.TweenLite.set(o,{zIndex:20}),0),8==u?(s.add(punchgs.TweenLite.set(i,{zIndex:20}),0),s.add(punchgs.TweenLite.set(o,{zIndex:15}),0),s.add(punchgs.TweenLite.set(W,{left:0,top:0,scale:1,opacity:1,rotation:0,ease:w,force3D:"auto"}),0)):s.add(punchgs.TweenLite.from(W,K,{left:q,top:B,scale:G,opacity:E,rotation:l.rotate,ease:w,force3D:"auto"}),0),4!=u&&5!=u||(N=J=0),1!=u)switch(a){case 12:s.add(punchgs.TweenLite.to($,U,{left:0-J+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 15:s.add(punchgs.TweenLite.to($,U,{left:J+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 13:s.add(punchgs.TweenLite.to($,U,{top:0-N+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 14:s.add(punchgs.TweenLite.to($,U,{top:N+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0)}}if(16==a){T=new punchgs.TimelineLite;s.add(punchgs.TweenLite.set(i,{position:"absolute","z-index":20}),0),s.add(punchgs.TweenLite.set(o,{position:"absolute","z-index":15}),0),i.wrapInner('
'),i.find(".tp-half-one").clone(!0).appendTo(i).addClass("tp-half-two"),i.find(".tp-half-two").removeClass("tp-half-one");J=l.width,N=l.height;"on"==l.autoHeight&&(N=e.height()),i.find(".tp-half-one .defaultimg").wrap('
'),i.find(".tp-half-two .defaultimg").wrap('
'),i.find(".tp-half-two .defaultimg").css({position:"absolute",top:"-50%"}),i.find(".tp-half-two .tp-caption").wrapAll('
'),s.add(punchgs.TweenLite.set(i.find(".tp-half-two"),{width:J,height:N,overflow:"hidden",zIndex:15,position:"absolute",top:N/2,left:"0px",transformPerspective:600,transformOrigin:"center bottom"}),0),s.add(punchgs.TweenLite.set(i.find(".tp-half-one"),{width:J,height:N/2,overflow:"visible",zIndex:10,position:"absolute",top:"0px",left:"0px",transformPerspective:600,transformOrigin:"center top"}),0);i.find(".defaultimg");var tt=Math.round(20*Math.random()-10),et=Math.round(20*Math.random()-10),ot=Math.round(20*Math.random()-10),at=.4*Math.random()-.2,it=.4*Math.random()-.2,nt=1*Math.random()+1,rt=1*Math.random()+1,st=.3*Math.random()+.3;s.add(punchgs.TweenLite.set(i.find(".tp-half-one"),{overflow:"hidden"}),0),s.add(punchgs.TweenLite.fromTo(i.find(".tp-half-one"),g/800,{width:J,height:N/2,position:"absolute",top:"0px",left:"0px",force3D:"auto",transformOrigin:"center top"},{scale:nt,rotation:tt,y:0-N-N/4,autoAlpha:0,ease:w}),0),s.add(punchgs.TweenLite.fromTo(i.find(".tp-half-two"),g/800,{width:J,height:N,overflow:"hidden",position:"absolute",top:N/2,left:"0px",force3D:"auto",transformOrigin:"center bottom"},{scale:rt,rotation:et,y:N+N/4,ease:w,autoAlpha:0,onComplete:function(){punchgs.TweenLite.set(i,{position:"absolute","z-index":15}),punchgs.TweenLite.set(o,{position:"absolute","z-index":20}),0a.vd?punchgs.TweenLite.set(a.ifr,{height:d+"%",width:"100%",top:-(d-100)/2+"%",left:"0px",position:"absolute"}):punchgs.TweenLite.set(a.ifr,{width:n+"%",height:"100%",left:-(n-100)/2+"%",top:"0px",position:"absolute"}),a.ifr.hasClass("resizelistener")||(a.ifr.addClass("resizelistener"),jQuery(window).resize(function(){I.prepareCoveredVideo(e,t),clearTimeout(a.ifr.data("resizelistener")),a.ifr.data("resizelistener",setTimeout(function(){I.prepareCoveredVideo(e,t)},90))}))}},checkVideoApis:function(e,t,a){location.protocol;if((null!=e.data("ytid")||0';"auto"==l&&(o.mediapreload=!0),"video"===f?(null!=u&&"firefox"==I.get_browser().toLowerCase()&&(w=w+''),null!=s&&(w=w+''),null!=p&&(w=w+'')):"audio"===f&&(null!=s&&(w=w+''),null!=p&&(w=w+'')),w=w+"";var T="";"true"!==v&&!0!==v||(T='
'),"controls"==c&&(w=w+'
'+T+"
"),i.data("videomarkup",w),i.append(w),(_&&1==i.data("disablevideoonmobile")||I.isIE(8))&&i.find(f).remove(),i.find(f).each(function(e){var t,a=jQuery(this);a.parent().hasClass("html5vid")||a.wrap('
'),1!=a.parent().data("metaloaded")&&A(this,"loadedmetadata",(Q(t=i,o),void I.resetVideo(t,o)))});break;case"youtube":m="https","none"==c&&-1==(d=d.replace("controls=1","controls=0")).toLowerCase().indexOf("controls")&&(d+="&controls=0"),(!0===a.videoinline||"true"===a.videoinline||1===a.videoinline||i.hasClass("rs-background-video-layer")||"on"===i.data("autoplay"))&&(d+="&playsinline=1");var k=j(i.data("videostartat")),x=j(i.data("videoendat"));-1!=k&&(d=d+"&start="+k),-1!=x&&(d=d+"&end="+x);var V=d.split("origin="+m+"://"),L="";1');break;case"vimeo":m="https",i.data("videomarkup",'')}var P=_&&"on"==i.data("noposteronmobile");if(null!=a.videoposter&&2
'),0==i.find("iframe").length&&i.find(".tp-videoposter").click(function(){if(I.playVideo(i,o),_){if(1==i.data("disablevideoonmobile"))return!1;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})}});else{if(_&&1==i.data("disablevideoonmobile"))return!1;0!=i.find("iframe").length||"youtube"!=y&&"vimeo"!=y||(i.removeData("vimeoplayer"),i.append(i.data("videomarkup")),O(i,o,!1))}"none"!=i.data("dottedoverlay")&&null!=i.data("dottedoverlay")&&1!=i.find(".tp-dottedoverlay").length&&i.append('
'),i.addClass("HasListener"),1==i.data("bgvideo")&&(i.data("ytid")?punchgs.TweenLite.set(i.find("iframe"),{opacity:0}):punchgs.TweenLite.set(i.find("video, iframe"),{autoAlpha:0}))}});var A=function(e,t,a){e.addEventListener?e.addEventListener(t,a,{capture:!1,passive:!0}):e.attachEvent(t,a,{capture:!1,passive:!0})},b=function(e,t,a){var i={};return i.video=e,i.videotype=t,i.settings=a,i},w=function(e,t){if(1==t.data("bgvideo")||1==t.data("forcecover")){1===t.data("forcecover")&&t.removeClass("fullscreenvideo").addClass("coverscreenvideo");var a=t.data("aspectratio");void 0===a&&a.split(":").length<=1&&t.data("aspectratio","16:9"),I.prepareCoveredVideo(e,t)}},O=function(r,o,e){var l=r.data(),t=r.find("iframe"),a="iframe"+Math.round(1e5*Math.random()+1),d=l.videoloop,n="loopandnoslidestop"!=d;if(d="loop"==d||"loopandnoslidestop"==d,w(o,r),t.attr("id",a),e&&r.data("startvideonow",!0),1!==r.data("videolistenerexist"))switch(l.videotype){case"youtube":var s=new YT.Player(a,{events:{onStateChange:function(e){var t=r.closest(".tp-simpleresponsive"),a=(l.videorate,r.data("videostart"),k());if(e.data==YT.PlayerState.PLAYING)punchgs.TweenLite.to(r.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(r.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"mute"==r.data("volume")||I.lastToggleState(r.data("videomutetoggledby"))||!0===o.globalmute?s.mute():(s.unMute(),s.setVolume(parseInt(r.data("volume"),0)||75)),o.videoplaying=!0,x(r,o),n?o.c.trigger("stoptimer"):o.videoplaying=!1,o.c.trigger("revolution.slide.onvideoplay",b(s,"youtube",r.data())),I.toggleState(l.videotoggledby);else{if(0==e.data&&d){var i=j(r.data("videostartat"));-1!=i&&s.seekTo(i),s.playVideo(),I.toggleState(l.videotoggledby)}a||0!=e.data&&2!=e.data||!("on"==r.data("showcoveronpause")&&0e.seconds&&1!=r.data("nextslidecalled"))if(d){h.play();var a=j(r.data("videostartat"));-1!=a&&h.setCurrentTime(a)}else 1==r.data("nextslideatend")&&(r.data("nextslideatend-triggered",1),r.data("nextslidecalled",1),o.c.revnext()),h.pause()}),h.on("ended",function(e){V(r,o),o.videoplaying=!1,o.c.trigger("starttimer"),o.c.trigger("revolution.slide.onvideostop",b(h,"vimeo",r.data())),1==r.data("nextslideatend")&&(r.data("nextslideatend-triggered",1),o.c.revnext()),null!=o.currentLayerVideoIsPlaying&&o.currentLayerVideoIsPlaying.attr("id")!=r.attr("id")||I.unToggleState(l.videotoggledby)}),h.on("pause",function(e){("on"==r.data("showcoveronpause")&&0 
'),o.find("video, .tp-poster, .tp-video-play-button").click(function(){o.hasClass("videoisplaying")?r.pause():r.play()})),1==o.data("forcecover")||o.hasClass("fullscreenvideo")||1==o.data("bgvideo"))if(1==o.data("forcecover")||1==o.data("bgvideo")){i.addClass("fullcoveredvideo");var u=o.data("aspectratio");void 0!==u&&1!=u.split(":").length||o.data("aspectratio","16:9"),I.prepareCoveredVideo(d,o)}else i.addClass("fullscreenvideo");var p=o.find(".tp-vid-play-pause")[0],v=o.find(".tp-vid-mute")[0],c=o.find(".tp-vid-full-screen")[0],m=o.find(".tp-seek-bar")[0],g=o.find(".tp-volume-bar")[0];null!=p&&A(p,"click",function(){1==r.paused?r.play():r.pause()}),null!=v&&A(v,"click",function(){0==r.muted?(r.muted=!0,v.innerHTML="Unmute"):(r.muted=!1,v.innerHTML="Mute")}),null!=c&&c&&A(c,"click",function(){r.requestFullscreen?r.requestFullscreen():r.mozRequestFullScreen?r.mozRequestFullScreen():r.webkitRequestFullscreen&&r.webkitRequestFullscreen()}),null!=m&&(A(m,"change",function(){var e=r.duration*(m.value/100);r.currentTime=e}),A(m,"mousedown",function(){o.addClass("seekbardragged"),r.pause()}),A(m,"mouseup",function(){o.removeClass("seekbardragged"),r.play()})),A(r,"canplaythrough",function(){I.preLoadAudioDone(o,d,"canplaythrough")}),A(r,"canplay",function(){I.preLoadAudioDone(o,d,"canplay")}),A(r,"progress",function(){I.preLoadAudioDone(o,d,"progress")}),A(r,"timeupdate",function(){var e=100/r.duration*r.currentTime,t=j(o.data("videoendat")),a=r.currentTime;if(null!=m&&(m.value=e),0!=t&&-1!=t&&Math.abs(t-a)<=.3&&a'},thumbnails:{container:"slider",rtl:!1,style:"",enable:!1,width:100,height:50,min_width:100,wrapper_padding:2,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,position:"inner",space:2,h_align:"left",v_align:"center",h_offset:20,v_offset:0},tabs:{container:"slider",rtl:!1,style:"",enable:!1,width:100,min_width:100,height:50,wrapper_padding:10,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,space:0,position:"inner",h_align:"left",v_align:"center",h_offset:20,v_offset:0}},extensions:"extensions/",extensions_suffix:".min.js",debugMode:!1};return i=jQuery.extend(!0,{},e,i),this.each(function(){var e=jQuery(this);i.minHeight=i.minHeight!=undefined?parseInt(i.minHeight,0):i.minHeight,i.scrolleffect.on="on"===i.scrolleffect.fade||"on"===i.scrolleffect.scale||"on"===i.scrolleffect.blur||"on"===i.scrolleffect.grayscale,"hero"==i.sliderType&&e.find(">ul>li").each(function(e){0!! Error at loading Slider Revolution 5.0 Extrensions.'+i.errorm+"
").show(),!1;_R.migration!=undefined&&(i=_R.migration(e,i)),punchgs.force3D=!0,"on"!==i.simplifyAll&&punchgs.TweenLite.lagSmoothing(1e3,16),prepareOptions(e,i),initSlider(e,i)}),e[0].opt=i,waitForScripts(e,i)})},getRSVersion:function(e){if(!0===e)return jQuery("body").data("tp_rs_version");var i=jQuery("body").data("tp_rs_version"),t="";for(var a in t+="---------------------------------------------------------\n",t+=" Currently Loaded Slider Revolution & SR Modules :\n",t+="---------------------------------------------------------\n",i)t+=i[a].alias+": "+i[a].ver+"\n";return t+="---------------------------------------------------------\n"},revremoveslide:function(r){return this.each(function(){var e=jQuery(this),i=e[0].opt;if(!(r<0||r>i.slideamount)&&e!=undefined&&0ul"),runSlider(e,e[0].opt),!0)},revnext:function(){return this.each(function(){var e=jQuery(this);e!=undefined&&0li").length},revcurrentslide:function(){var e=jQuery(this);if(e!=undefined&&0li").length},revshowslide:function(i){return this.each(function(){var e=jQuery(this);e!=undefined&&0').appendTo(jQuery("body"));t.html("\x3c!--[if "+(i||"")+" IE "+(e||"")+"]> =n.slideamount?0:a:(i=jQuery.isNumeric(i)?i:parseInt(i.split("to")[1],0))<0?0:i>n.slideamount-1?n.slideamount-1:i,e.find(".tp-revslider-slidesli:eq("+a+")").addClass("next-revslide")):i&&e.find(".tp-revslider-slidesli").each(function(){var e=jQuery(this);e.data("index")===i&&e.addClass("next-revslide")}),a=e.find(".next-revslide").index(),e.trigger("revolution.nextslide.waiting"),t===a&&t===n.last_shown_slide||a!==t&&-1!=a?swapSlide(e):e.find(".next-revslide").removeClass("next-revslide")},slotSize:function(e,i){i.slotw=Math.ceil(i.width/i.slots),"fullscreen"==i.sliderLayout?i.sloth=Math.ceil(jQuery(window).height()/i.slots):i.sloth=Math.ceil(i.height/i.slots),"on"==i.autoHeight&&e!==undefined&&""!==e&&(i.sloth=Math.ceil(e.height()/i.slots))},setSize:function(e){var i=(e.top_outer||0)+(e.bottom_outer||0),t=parseInt(e.carousel.padding_top||0,0),a=parseInt(e.carousel.padding_bottom||0,0),n=e.gridheight[e.curWinRange],r=0,o=-1===e.nextSlide||e.nextSlide===undefined?0:e.nextSlide;if(e.paddings=e.paddings===undefined?{top:parseInt(e.c.parent().css("paddingTop"),0)||0,bottom:parseInt(e.c.parent().css("paddingBottom"),0)||0}:e.paddings,e.rowzones&&0e.gridheight[e.curWinRange]&&"on"!=e.autoHeight&&(e.height=e.gridheight[e.curWinRange]),"fullscreen"==e.sliderLayout||e.infullscreenmode){e.height=e.bw*e.gridheight[e.curWinRange];e.c.parent().width();var l=jQuery(window).height();if(e.fullScreenOffsetContainer!=undefined){try{var d=e.fullScreenOffsetContainer.split(",");d&&jQuery.each(d,function(e,i){l=0parseInt(e.height,0)?r:e.height}else e.minHeight!=undefined&&e.heightparseInt(e.height,0)?r:e.height,e.c.height(e.height);var c={height:t+a+i+e.height+e.paddings.top+e.paddings.bottom};e.c.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").css(c),e.c.closest(".rev_slider_wrapper").css(c),setScale(e)},enterInViewPort:function(t){t.waitForCountDown&&(countDown(t.c,t),t.waitForCountDown=!1),t.waitForFirstSlide&&(swapSlide(t.c),t.waitForFirstSlide=!1,setTimeout(function(){t.c.removeClass("tp-waitforfirststart")},500)),"playing"!=t.sliderlaststatus&&t.sliderlaststatus!=undefined||t.c.trigger("starttimer"),t.lastplayedvideos!=undefined&&0Local Filesystem Detected !
Put this to your header:"),console.warn("Local Filesystem detected !"),t.errorm=t.errorm+'
<script type="text/javascript" src="'+t.jsFileLocation+i+t.extensions_suffix+'"></script>',console.warn(t.jsFileLocation+i+t.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(" "),!(t.modulesfailing=!0)):(jQuery.ajax({url:t.jsFileLocation+i+t.extensions_suffix+"?version="+version.core,dataType:"script",cache:!0,error:function(e){console.warn("Slider Revolution 5.0 Error !"),console.error("Failure at Loading:"+i+t.extensions_suffix+" on Path:"+t.jsFileLocation),console.info(e)}}),void jQuery("body").data(i,!0)))},getNeededScripts=function(t,e){var i=new Object,a=t.navigation;return i.kenburns=!1,i.parallax=!1,i.carousel=!1,i.navigation=!1,i.videos=!1,i.actions=!1,i.layeranim=!1,i.migration=!1,e.data("version")&&e.data("version").toString().match(/5./gi)?(e.find("img").each(function(){"on"==jQuery(this).data("kenburns")&&(i.kenburns=!0)}),("carousel"==t.sliderType||"on"==a.keyboardNavigation||"on"==a.mouseScrollNavigation||"on"==a.touch.touchenabled||a.arrows.enable||a.bullets.enable||a.thumbnails.enable||a.tabs.enable)&&(i.navigation=!0),e.find(".tp-caption, .tp-static-layer, .rs-background-video-layer").each(function(){var e=jQuery(this);(e.data("ytid")!=undefined||0'),container.find(">ul").addClass("tp-revslider-mainul"),opt.c=container,opt.ul=container.find(".tp-revslider-mainul"),opt.ul.find(">li").each(function(e){var i=jQuery(this);"on"==i.data("hideslideonmobile")&&_ISM&&i.remove(),(i.data("invisible")||!0===i.data("invisible"))&&(i.addClass("tp-invisible-slide"),i.appendTo(opt.ul))}),opt.addons!=undefined&&0li").not(".tp-invisible-slide").length,opt.realslideamount=opt.ul.find(">li").length,opt.slayers=container.find(".tp-static-layers"),opt.slayers.data("index","staticlayers"),1!=opt.waitForInit&&(container[0].opt=opt,runSlider(container,opt))},onFullScreenChange=function(){jQuery("body").data("rs-fullScreenMode",!jQuery("body").data("rs-fullScreenMode")),jQuery("body").data("rs-fullScreenMode")&&setTimeout(function(){jQuery(window).trigger("resize")},200)},runSlider=function(t,x){if(x.sliderisrunning=!0,x.ul.find(">li").each(function(e){jQuery(this).data("originalindex",e)}),x.allli=x.ul.find(">li"),jQuery.each(x.allli,function(e,i){(i=jQuery(i)).data("origindex",i.index())}),x.li=x.ul.find(">li").not(".tp-invisible-slide"),"on"==x.shuffle){var e=new Object,i=x.ul.find(">li:first-child");e.fstransition=i.data("fstransition"),e.fsmasterspeed=i.data("fsmasterspeed"),e.fsslotamount=i.data("fsslotamount");for(var a=0;ali:eq("+n+")").prependTo(x.ul)}var r=x.ul.find(">li:first-child");r.data("fstransition",e.fstransition),r.data("fsmasterspeed",e.fsmasterspeed),r.data("fsslotamount",e.fsslotamount),x.allli=x.ul.find(">li"),x.li=x.ul.find(">li").not(".tp-invisible-slide")}if(x.inli=x.ul.find(">li.tp-invisible-slide"),x.thumbs=new Array,x.slots=4,x.act=-1,x.firststart=1,x.loadqueue=new Array,x.syncload=0,x.conw=t.width(),x.conh=t.height(),1":c+"data-actions='"+("scroll_under"===l?'[{"event":"click","action":"scrollbelow","offset":"100px","delay":"0"}]':"prev"===l?'[{"event":"click","action":"jumptoslide","slide":"prev","delay":"0.2"}]':"next"===l?'[{"event":"click","action":"jumptoslide","slide":"next","delay":"0.2"}]':'[{"event":"click","action":"jumptoslide","slide":"'+l+'","delay":"0.2"}]')+"'"+u+" >",c+='img").first()).data("kenburns","off")})),x.desktop=!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|BB10|mobi|tablet|opera mini|nexus 7)/i),x.autoHeight="fullscreen"==x.sliderLayout?"on":x.autoHeight,"fullwidth"==x.sliderLayout&&"off"==x.autoHeight&&t.css({maxHeight:x.gridheight[x.curWinRange]+"px"}),"auto"!=x.sliderLayout&&0==t.closest(".forcefullwidth_wrapper_tp_banner").length&&("fullscreen"!==x.sliderLayout||"on"!=x.fullScreenAutoWidth)){var o=t.parent(),s=o.css("marginBottom"),l=o.css("marginTop"),d=t.attr("id")+"_forcefullwidth";s=s===undefined?0:s,l=l===undefined?0:l,o.wrap('
'),t.closest(".forcefullwidth_wrapper_tp_banner").append('
'),t.parent().css({marginTop:"0px",marginBottom:"0px"}),t.parent().css({position:"absolute"})}if(x.shadow!==undefined&&0'),t.parent().find(".tp-shadowcover").css({backgroundColor:t.parent().css("backgroundColor"),backgroundImage:t.parent().css("backgroundImage")})),setCurWinRange(x),setCurWinRange(x,!0),!t.hasClass("revslider-initialised")){t.addClass("revslider-initialised"),t.addClass("tp-simpleresponsive"),t.attr("id")==undefined&&t.attr("id","revslider-"+Math.round(1e3*Math.random()+5)),checkIDS(x,t),x.firefox13=!1,x.ie=!jQuery.support.opacity,x.ie9=9==document.documentMode,x.origcd=x.delay;var c=jQuery.fn.jquery.split("."),u=parseFloat(c[0]),p=parseFloat(c[1]);parseFloat(c[2]||"0");1==u&&p<7&&t.html('
The Current Version of jQuery:'+c+"
Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin
"),1
'),s&&x.scrolleffect.on&&("on"===x.scrolleffect.on_parallax_layers&&i.isparallaxlayer||"on"===x.scrolleffect.on_layers&&!i.isparallaxlayer)&&x.scrolleffect.layers.push(n.parent()),l&&x.scrolleffect.layers.push(n.parent()),"column"===h&&(n.append(''),n.closest(".tp-parallax-wrap").append('
'));var b=n.closest(".tp-loop-wrap");jQuery.each(["pendulum","rotate","slideloop","pulse","wave"],function(e,i){var t=n.find(".rs-"+i),a=t.data()||"";""!=a&&(b.data(a),b.addClass("rs-"+i),t.children(0).unwrap(),n.data("loopanimation","on"))}),n.attr("id")===undefined&&n.attr("id","layer-"+Math.round(999999999*Math.random())),checkIDS(x,n),punchgs.TweenLite.set(n,{visibility:"hidden"})}var _=n.data("actions");_!==undefined&&_R.checkActions(n,x,_),checkHoverDependencies(n,x),_R.checkVideoApis&&(j=_R.checkVideoApis(n,x,j)),r||1!=t&&"true"!=t&&"1sttime"!=a||"loopandnoslidestop"==o||n.closest("li.tp-revslider-slidesli").addClass("rs-pause-timer-once"),r||1!=a&&"true"!=a&&"on"!=a&&"no1sttime"!=a||"loopandnoslidestop"==o||n.closest("li.tp-revslider-slidesli").addClass("rs-pause-timer-always")}),t[0].addEventListener("mouseenter",function(){t.trigger("tp-mouseenter"),x.overcontainer=!0},{passive:!0}),t[0].addEventListener("mouseover",function(){t.trigger("tp-mouseover"),x.overcontainer=!0},{passive:!0}),t[0].addEventListener("mouseleave",function(){t.trigger("tp-mouseleft"),x.overcontainer=!1},{passive:!0}),t.find(".tp-caption video").each(function(e){var i=jQuery(this);i.removeClass("video-js vjs-default-skin"),i.attr("preload",""),i.css({display:"none"})}),"standard"!==x.sliderType&&(x.lazyType="all"),loadImages(t.find(".tp-static-layers"),x,0,!0),waitForCurrentImages(t.find(".tp-static-layers"),x,function(){t.find(".tp-static-layers img").each(function(){var e=jQuery(this),i=e.data("lazyload")!=undefined?e.data("lazyload"):e.attr("src"),t=getLoadObj(x,i);e.attr("src",t.src)})}),x.rowzones=[],x.allli.each(function(e){var i=jQuery(this);punchgs.TweenLite.set(this,{perspective:6e3}),x.rowzones[e]=[],i.find(".rev_row_zone").each(function(){x.rowzones[e].push(jQuery(this))}),"all"!=x.lazyType&&("smart"!=x.lazyType||0!=e&&1!=e&&e!=x.slideamount&&e!=x.slideamount-1)||(loadImages(i,x,e),waitForCurrentImages(i,x,function(){}))});var f=getUrlVars("#")[0];if(f.length<9&&1x.slideamount&&(h=x.slideamount),x.startWithSlide=h-1}t.append('
'),x.loader=t.find(".tp-loader"),0===t.find(".tp-bannertimer").length&&t.append(''),t.find(".tp-bannertimer").css({width:"0%"}),x.ul.css({display:"block"}),prepareSlides(t,x),("off"!==x.parallax.type||x.scrolleffect.on)&&_R.checkForParallax&&_R.checkForParallax(t,x),_R.setSize(x),"hero"!==x.sliderType&&_R.createNavigation&&_R.createNavigation(t,x),_R.resizeThumbsTabs&&_R.resizeThumbsTabs&&_R.resizeThumbsTabs(x),contWidthManager(x);var g=x.viewPort;x.inviewport=!1,g!=undefined&&g.enable&&(jQuery.isNumeric(g.visible_area)||-1!==g.visible_area.indexOf("%")&&(g.visible_area=parseInt(g.visible_area)/100),_R.scrollTicker&&_R.scrollTicker(x,t)),"carousel"===x.sliderType&&_R.prepareCarousel&&(punchgs.TweenLite.set(x.ul,{opacity:0}),_R.prepareCarousel(x,new punchgs.TimelineLite,undefined,0),x.onlyPreparedSlide=!0),setTimeout(function(){if(!g.enable||g.enable&&x.inviewport||g.enable&&!x.inviewport&&"wait"==!g.outof)swapSlide(t);else if(x.c.addClass("tp-waitforfirststart"),x.waitForFirstSlide=!0,g.presize){var e=jQuery(x.li[0]);loadImages(e,x,0,!0),waitForCurrentImages(e.find(".tp-layers"),x,function(){_R.animateTheCaptions({slide:e,opt:x,preset:!0})})}_R.manageNavigation&&_R.manageNavigation(x),1x.fallbacks.ignoreHeightChangesSize):e=i!=x.lastwindowheight}(t.outerWidth(!0)!=x.width||t.is(":hidden")||e)&&(x.lastwindowheight=jQuery(window).height(),containerResized(t,x))}),hideSliderUnder(t,x),contWidthManager(x),x.fallbacks.disableFocusListener||"true"==x.fallbacks.disableFocusListener||!0===x.fallbacks.disableFocusListener||(t.addClass("rev_redraw_on_blurfocus"),tabBlurringCheck())}},cArray=function(e,i){if(!jQuery.isArray(e)){var t=e;(e=new Array).push(t)}if(e.lengthe.bw?e.bh=e.bw:e.bw=e.bh,(1');var i='
';u.c.parent().prepend(i),u.c.parent().append(i),_R.prepareCarousel(u)}e.parent().css({overflow:"visible"}),u.allli.find(">img").each(function(e){var i=jQuery(this),t=i.closest("li"),a=t.find(".rs-background-video-layer");a.addClass("defaultvid").css({zIndex:30}),i.addClass("defaultimg"),"on"==u.fallbacks.panZoomDisableOnMobile&&_ISM&&(i.data("kenburns","off"),i.data("bgfit","cover"));var n=t.data("mediafilter");n="none"===n||n===undefined?"":n,i.wrap('
'),a.appendTo(t.find(".slotholder"));var r=i.data();i.closest(".slotholder").data(r),0');var o=i.attr("src");r.src=o,r.bgfit=r.bgfit||"cover",r.bgrepeat=r.bgrepeat||"no-repeat",r.bgposition=r.bgposition||"center center";i.closest(".slotholder");var s=i.data("bgcolor"),l="";l=s!==undefined&&0<=s.indexOf("gradient")?'"background:'+s+';width:100%;height:100%;"':'"background-color:'+s+";background-repeat:"+r.bgrepeat+";background-image:url("+o+");background-size:"+r.bgfit+";background-position:"+r.bgposition+';width:100%;height:100%;"',i.data("mediafilter",n),n="on"===i.data("kenburns")?"":n;var d=jQuery('
')}),u.allslotholder=u.c.find(".slotholder_fadeoutwrap"))},removeSlots=function(e,i,t,a){i.removePrepare=i.removePrepare+a,t.find(".slot, .slot-circle-wrapper").each(function(){jQuery(this).remove()}),i.transition=0,i.removePrepare=0},cutParams=function(e){var i=e;return e!=undefined&&0'),e.find(".tp-svg-innercontainer").append(t.innerHTML));e.data("loaded",!0)}if(t&&t.progress&&t.progress.match(/inprogress|inload|prepared/g)&&(!t.error&&jQuery.now()-e.data("start-to-load")<5e3?l=!0:(t.progress="failed",t.reported_img||(t.reported_img=!0,console.warn(i+" Could not be loaded !")))),1==s.youtubeapineeded&&(!window.YT||YT.Player==undefined)&&(l=!0,5e3'+r+"")}if(1==s.vimeoapineeded&&!window.Vimeo&&(l=!0,5e3'+r+"")}}),!_ISM&&s.audioqueue&&0')}),swapSlideProgress(n,e)})},swapSlideProgress=function(e,i){var t=i.find(".active-revslide"),a=i.find(".processing-revslide"),n=t.find(".slotholder"),r=a.find(".slotholder"),o=i[0].opt;o.tonpause=!1,o.cd=0,clearTimeout(o.loadertimer),o.loader!==undefined&&o.loader.css({display:"none"}),_R.setSize(o),_R.slotSize(e,o),_R.manageNavigation&&_R.manageNavigation(o);var s={};s.nextslide=a,s.currentslide=t,i.trigger("revolution.slide.onbeforeswap",s),o.transition=1,o.videoplaying=!1,a.data("delay")!=undefined?(o.cd=0,o.delay=a.data("delay")):o.delay=o.origcd,"true"==a.data("ssop")||!0===a.data("ssop")?o.ssop=!0:o.ssop=!1,i.trigger("nulltimer");var l=t.index(),d=a.index();o.sdir=do.rowzones.length?o.rowzones.length:p),o.rowzones!=undefined&&0i.hideSliderAtLimit&&1!=i.tonpause&&1!=i.overnav&&1!=i.ssop&&(1===i.noloopanymore||i.viewPort.enable&&!i.inviewport||(t.css({visibility:"visible"}),t[0].tween.resume(),i.sliderstatus="playing")),"on"==i.disableProgressBar&&t.css({visibility:"hidden"}),_R.toggleState(i.slidertoggledby))}),e.on("restarttimer",function(){if(!i.forcepause_viatoggle){var e=jQuery(this).find(".tp-bannertimer");if(i.mouseoncontainer&&"on"==i.navigation.onHoverStop&&!_ISM)return!1;1===i.noloopanymore||i.viewPort.enable&&!i.inviewport||1==i.ssop||(e.css({visibility:"visible"}),e[0].tween.kill(),e[0].tween=punchgs.TweenLite.fromTo(e,i.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:a,delay:1}),i.sliderstatus="playing"),"on"==i.disableProgressBar&&e.css({visibility:"hidden"}),_R.toggleState(i.slidertoggledby)}}),e.on("nulltimer",function(){t[0].tween.kill(),t[0].tween=punchgs.TweenLite.fromTo(t,i.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:a,delay:1}),t[0].tween.pause(0),"on"==i.disableProgressBar&&t.css({visibility:"hidden"}),i.sliderstatus="paused"});var a=function(){0==jQuery("body").find(e).length&&(removeAllListeners(e,i),clearInterval(i.cdint)),e.trigger("revolution.slide.slideatend"),1==e.data("conthover-changed")&&(i.conthover=e.data("conthover"),e.data("conthover-changed",0)),_R.callingNewSlide(e,1)};t[0].tween=punchgs.TweenLite.fromTo(t,i.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:a,delay:1}),10)?-1:1,e=t.scrollTop!==a?t:o,e.scrollTop=a,e}var _R=jQuery.fn.revolution,_ISM=_R.is_mobile(),extension={alias:"Actions Min JS",name:"revolution.extensions.actions.min.js",min_core:"5.4.5",version:"2.1.0"};jQuery.extend(!0,_R,{checkActions:function(e,t,o){if("stop"===_R.compare_version(extension).check)return!1;checkActions_intern(e,t,o)}});var checkActions_intern=function(e,t,o){o&&jQuery.each(o,function(o,a){a.delay=parseInt(a.delay,0)/1e3,e.addClass("tp-withaction"),t.fullscreen_esclistener||"exitfullscreen"!=a.action&&"togglefullscreen"!=a.action||(jQuery(document).keyup(function(t){27==t.keyCode&&jQuery("#rs-go-fullscreen").length>0&&e.trigger(a.event)}),t.fullscreen_esclistener=!0);var r="backgroundvideo"==a.layer?jQuery(".rs-background-video-layer"):"firstvideo"==a.layer?jQuery(".tp-revslider-slidesli").find(".tp-videolayer"):jQuery("#"+a.layer);switch(-1!=jQuery.inArray(a.action,["toggleslider","toggle_mute_video","toggle_global_mute_video","togglefullscreen"])&&e.data("togglelisteners",!0),a.action){case"togglevideo":jQuery.each(r,function(t,o){var a=(o=jQuery(o)).data("videotoggledby");void 0==a&&(a=new Array),a.push(e),o.data("videotoggledby",a)});break;case"togglelayer":jQuery.each(r,function(t,o){var r=(o=jQuery(o)).data("layertoggledby");void 0==r&&(r=new Array),r.push(e),o.data("layertoggledby",r),o.data("triggered_startstatus",a.layerstatus)});break;case"toggle_mute_video":case"toggle_global_mute_video":jQuery.each(r,function(t,o){var a=(o=jQuery(o)).data("videomutetoggledby");void 0==a&&(a=new Array),a.push(e),o.data("videomutetoggledby",a)});break;case"toggleslider":void 0==t.slidertoggledby&&(t.slidertoggledby=new Array),t.slidertoggledby.push(e);break;case"togglefullscreen":void 0==t.fullscreentoggledby&&(t.fullscreentoggledby=new Array),t.fullscreentoggledby.push(e)}switch(e.on(a.event,function(){if("click"===a.event&&e.hasClass("tp-temporarydisabled"))return!1;var o="backgroundvideo"==a.layer?jQuery(".active-revslide .slotholder .rs-background-video-layer"):"firstvideo"==a.layer?jQuery(".active-revslide .tp-videolayer").first():jQuery("#"+a.layer);if("stoplayer"==a.action||"togglelayer"==a.action||"startlayer"==a.action){if(o.length>0){var r=o.data();void 0!==r.clicked_time_stamp&&(new Date).getTime()-r.clicked_time_stamp>150&&(clearTimeout(r.triggerdelayIn),clearTimeout(r.triggerdelayOut)),r.clicked_time_stamp=(new Date).getTime(),"startlayer"==a.action||"togglelayer"==a.action&&"in"!=o.data("animdirection")?(r.animdirection="in",r.triggerstate="on",_R.toggleState(r.layertoggledby),_R.playAnimationFrame&&(clearTimeout(r.triggerdelayIn),r.triggerdelayIn=setTimeout(function(){_R.playAnimationFrame({caption:o,opt:t,frame:"frame_0",triggerdirection:"in",triggerframein:"frame_0",triggerframeout:"frame_999"})},1e3*a.delay))):("stoplayer"==a.action||"togglelayer"==a.action&&"out"!=o.data("animdirection"))&&(r.animdirection="out",r.triggered=!0,r.triggerstate="off",_R.stopVideo&&_R.stopVideo(o,t),_R.unToggleState(r.layertoggledby),_R.endMoveCaption&&(clearTimeout(r.triggerdelayOut),r.triggerdelayOut=setTimeout(function(){_R.playAnimationFrame({caption:o,opt:t,frame:"frame_999",triggerdirection:"out",triggerframein:"frame_0",triggerframeout:"frame_999"})},1e3*a.delay)))}}else!_ISM||"playvideo"!=a.action&&"stopvideo"!=a.action&&"togglevideo"!=a.action&&"mutevideo"!=a.action&&"unmutevideo"!=a.action&&"toggle_mute_video"!=a.action&&"toggle_global_mute_video"!=a.action?(a.delay="NaN"===a.delay||NaN===a.delay?0:a.delay,_R.isSafari11()?actionSwitches(o,t,a,e):punchgs.TweenLite.delayedCall(a.delay,function(){actionSwitches(o,t,a,e)},[o,t,a,e])):actionSwitches(o,t,a,e)}),a.action){case"togglelayer":case"startlayer":case"playlayer":case"stoplayer":var l=(r=jQuery("#"+a.layer)).data();r.length>0&&void 0!==l&&(void 0!==l.frames&&"bytrigger"!=l.frames[0].delay||void 0===l.frames&&"bytrigger"!==l.start)&&(l.triggerstate="on")}})},actionSwitches=function(tnc,opt,a,_nc){switch(a.action){case"scrollbelow":a.speed=void 0!==a.speed?a.speed:400,a.ease=void 0!==a.ease?a.ease:punchgs.Power2.easeOut,_nc.addClass("tp-scrollbelowslider"),_nc.data("scrolloffset",a.offset),_nc.data("scrolldelay",a.delay),_nc.data("scrollspeed",a.speed),_nc.data("scrollease",a.ease);var off=getOffContH(opt.fullScreenOffsetContainer)||0,aof=parseInt(a.offset,0)||0;off=off-aof||0,opt.scrollRoot=jQuery(document);var sobj={_y:opt.scrollRoot.scrollTop()};punchgs.TweenLite.to(sobj,a.speed/1e3,{_y:opt.c.offset().top+jQuery(opt.li[0]).height()-off,ease:a.ease,onUpdate:function(){opt.scrollRoot.scrollTop(sobj._y)}});break;case"callback":eval(a.callback);break;case"jumptoslide":switch(a.slide.toLowerCase()){case"+1":case"next":opt.sc_indicator="arrow",_R.callingNewSlide(opt.c,1);break;case"previous":case"prev":case"-1":opt.sc_indicator="arrow",_R.callingNewSlide(opt.c,-1);break;default:var ts=jQuery.isNumeric(a.slide)?parseInt(a.slide,0):a.slide;_R.callingNewSlide(opt.c,ts)}break;case"simplelink":window.open(a.url,a.target);break;case"toggleslider":opt.noloopanymore=0,"playing"==opt.sliderstatus?(opt.c.revpause(),opt.forcepause_viatoggle=!0,_R.unToggleState(opt.slidertoggledby)):(opt.forcepause_viatoggle=!1,opt.c.revresume(),_R.toggleState(opt.slidertoggledby));break;case"pauseslider":opt.c.revpause(),_R.unToggleState(opt.slidertoggledby);break;case"playslider":opt.noloopanymore=0,opt.c.revresume(),_R.toggleState(opt.slidertoggledby);break;case"playvideo":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"mutevideo":tnc.length>0&&_R.muteVideo(tnc,opt);break;case"unmutevideo":tnc.length>0&&_R.unMuteVideo&&_R.unMuteVideo(tnc,opt);break;case"toggle_mute_video":tnc.length>0&&(_R.isVideoMuted(tnc,opt)?_R.unMuteVideo(tnc,opt):_R.muteVideo&&_R.muteVideo(tnc,opt)),_nc.toggleClass("rs-toggle-content-active");break;case"toggle_global_mute_video":!0===opt.globalmute?(opt.globalmute=!1,void 0!=opt.playingvideos&&opt.playingvideos.length>0&&jQuery.each(opt.playingvideos,function(e,t){_R.unMuteVideo&&_R.unMuteVideo(t,opt)})):(opt.globalmute=!0,void 0!=opt.playingvideos&&opt.playingvideos.length>0&&jQuery.each(opt.playingvideos,function(e,t){_R.muteVideo&&_R.muteVideo(t,opt)})),_nc.toggleClass("rs-toggle-content-active");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));break;case"gofullscreen":case"exitfullscreen":case"togglefullscreen":if(jQuery(".rs-go-fullscreen").length>0&&("togglefullscreen"==a.action||"exitfullscreen"==a.action)){jQuery(".rs-go-fullscreen").removeClass("rs-go-fullscreen");var gf=opt.c.closest(".forcefullwidth_wrapper_tp_banner").length>0?opt.c.closest(".forcefullwidth_wrapper_tp_banner"):opt.c.closest(".rev_slider_wrapper");opt.minHeight=opt.oldminheight,opt.infullscreenmode=!1,opt.c.revredraw(),jQuery(window).trigger("resize"),_R.unToggleState(opt.fullscreentoggledby)}else if(0==jQuery(".rs-go-fullscreen").length&&("togglefullscreen"==a.action||"gofullscreen"==a.action)){var gf=opt.c.closest(".forcefullwidth_wrapper_tp_banner").length>0?opt.c.closest(".forcefullwidth_wrapper_tp_banner"):opt.c.closest(".rev_slider_wrapper");gf.addClass("rs-go-fullscreen"),opt.oldminheight=opt.minHeight,opt.minHeight=jQuery(window).height(),opt.infullscreenmode=!0,opt.c.revredraw(),jQuery(window).trigger("resize"),_R.toggleState(opt.fullscreentoggledby)}break;default:var obj={};obj.event=a,obj.layer=_nc,opt.c.trigger("layeraction",[obj])}},getOffContH=function(e){if(void 0==e)return 0;if(e.split(",").length>1){var t=e.split(","),o=0;return t&&jQuery.each(t,function(e,t){jQuery(t).length>0&&(o+=jQuery(t).outerHeight(!0))}),o}return jQuery(e).height()}}(jQuery); + +/******************************************** + * REVOLUTION 5.4 EXTENSION - CAROUSEL + * @version: 1.2.1 (18.11.2016) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"Carousel Min JS",name:"revolution.extensions.carousel.min.js",min_core:"5.3.0",version:"1.2.1"};jQuery.extend(!0,b,{prepareCarousel:function(a,d,h,i){return"stop"!==b.compare_version(c).check&&(h=a.carousel.lastdirection=f(h,a.carousel.lastdirection),e(a),a.carousel.slide_offset_target=j(a),void(void 0!==i?g(a,h,!1,0):void 0==d?b.carouselToEvalPosition(a,h):g(a,h,!1)))},carouselToEvalPosition:function(a,c){var d=a.carousel;c=d.lastdirection=f(c,d.lastdirection);var e="center"===d.horizontal_align?(d.wrapwidth/2-d.slide_width/2-d.slide_globaloffset)/d.slide_width:(0-d.slide_globaloffset)/d.slide_width,h=b.simp(e,a.slideamount,!1),i=h-Math.floor(h),j=0,k=-1*(Math.ceil(h)-h),l=-1*(Math.floor(h)-h);j=i>=.3&&"left"===c||i>=.7&&"right"===c?k:i<.3&&"left"===c||i<.7&&"right"===c?l:j,j="off"===d.infinity?h<0?h:e>a.slideamount-1?e-(a.slideamount-1):j:j,d.slide_offset_target=j*d.slide_width,0!==Math.abs(d.slide_offset_target)?g(a,c,!0):b.organiseCarousel(a,c)},organiseCarousel:function(a,b,c,d){b=void 0===b||"down"==b||"up"==b||null===b||jQuery.isEmptyObject(b)?"left":b;for(var e=a.carousel,f=new Array,g=e.slides.length,i=("right"===e.horizontal_align?a.width:0,0);ie.wrapwidth-e.inneroffset&&"right"==b?e.slide_offset-(e.slides.length-i)*e.slide_width:j,j=j<0-e.inneroffset-e.slide_width&&"left"==b?j+e.maxwidth:j),f[i]=j}var k=999;e.slides&&jQuery.each(e.slides,function(d,h){var i=f[d];"on"===e.infinity&&(i=i>e.wrapwidth-e.inneroffset&&"left"===b?f[0]-(g-d)*e.slide_width:i,i=i<0-e.inneroffset-e.slide_width?"left"==b?i+e.maxwidth:"right"===b?f[g-1]+(d+1)*e.slide_width:i:i);var j=new Object;j.left=i+e.inneroffset;var l="center"===e.horizontal_align?(Math.abs(e.wrapwidth/2)-(j.left+e.slide_width/2))/e.slide_width:(e.inneroffset-j.left)/e.slide_width,n="center"===e.horizontal_align?2:1;if((c&&Math.abs(l)0?1-l:Math.abs(l)>e.maxVisibleItems-1?1-(Math.abs(l)-(e.maxVisibleItems-1)):1;break;case"right":j.autoAlpha=l>-1&&l<0?1-Math.abs(l):l>e.maxVisibleItems-1?1-(Math.abs(l)-(e.maxVisibleItems-1)):1}else j.autoAlpha=Math.abs(l)0)if("on"===e.vary_scale){j.scale=1-Math.abs(e.minScale/100/Math.ceil(e.maxVisibleItems/n)*l);var o=(e.slide_width-e.slide_width*j.scale)*Math.abs(l)}else{j.scale=l>=1||l<=-1?1-e.minScale/100:(100-e.minScale*Math.abs(l))/100;var o=(e.slide_width-e.slide_width*(1-e.minScale/100))*Math.abs(l)}void 0!==e.maxRotation&&0!=Math.abs(e.maxRotation)&&("on"===e.vary_rotation?(j.rotationY=Math.abs(e.maxRotation)-Math.abs((1-Math.abs(1/Math.ceil(e.maxVisibleItems/n)*l))*e.maxRotation),j.autoAlpha=Math.abs(j.rotationY)>90?0:j.autoAlpha):j.rotationY=l>=1||l<=-1?e.maxRotation:Math.abs(l)*e.maxRotation,j.rotationY=l<0?j.rotationY*-1:j.rotationY),j.x=-1*e.space*l,j.left=Math.floor(j.left),j.x=Math.floor(j.x),void 0!==j.scale?l<0?j.x-o:j.x+o:j.x,j.zIndex=Math.round(100-Math.abs(5*l)),j.transformStyle="3D"!=a.parallax.type&&"3d"!=a.parallax.type?"flat":"preserve-3d",punchgs.TweenLite.set(h,j)}),d&&(a.c.find(".next-revslide").removeClass("next-revslide"),jQuery(e.slides[e.focused]).addClass("next-revslide"),a.c.trigger("revolution.nextslide.waiting"));e.wrapwidth/2-e.slide_offset,e.maxwidth+e.slide_offset-e.wrapwidth/2}});var d=function(a){var b=a.carousel;b.infbackup=b.infinity,b.maxVisiblebackup=b.maxVisibleItems,b.slide_globaloffset="none",b.slide_offset=0,b.wrap=a.c.find(".tp-carousel-wrapper"),b.slides=a.c.find(".tp-revslider-slidesli"),0!==b.maxRotation&&("3D"!=a.parallax.type&&"3d"!=a.parallax.type?punchgs.TweenLite.set(b.wrap,{perspective:1200,transformStyle:"flat"}):punchgs.TweenLite.set(b.wrap,{perspective:1600,transformStyle:"preserve-3d"})),void 0!==b.border_radius&&parseInt(b.border_radius,0)>0&&punchgs.TweenLite.set(a.c.find(".tp-revslider-slidesli"),{borderRadius:b.border_radius})},e=function(a){void 0===a.bw&&b.setSize(a);var c=a.carousel,e=b.getHorizontalOffset(a.c,"left"),f=b.getHorizontalOffset(a.c,"right");void 0===c.wrap&&d(a),c.slide_width="on"!==c.stretch?a.gridwidth[a.curWinRange]*a.bw:a.c.width(),c.maxwidth=a.slideamount*c.slide_width,c.maxVisiblebackup>c.slides.length+1&&(c.maxVisibleItems=c.slides.length+2),c.wrapwidth=c.maxVisibleItems*c.slide_width+(c.maxVisibleItems-1)*c.space,c.wrapwidth="auto"!=a.sliderLayout?c.wrapwidth>a.c.closest(".tp-simpleresponsive").width()?a.c.closest(".tp-simpleresponsive").width():c.wrapwidth:c.wrapwidth>a.ul.width()?a.ul.width():c.wrapwidth,c.infinity=c.wrapwidth>=c.maxwidth?"off":c.infbackup,c.wrapoffset="center"===c.horizontal_align?(a.c.width()-f-e-c.wrapwidth)/2:0,c.wrapoffset="auto"!=a.sliderLayout&&a.outernav?0:c.wrapoffsetMath.abs(b)?a>0?a-Math.abs(Math.floor(a/b)*b):a+Math.abs(Math.floor(a/b)*b):a},i=function(a,b,c){var c,c,d=b-a,e=b-c-a;return d=h(d,c),e=h(e,c),Math.abs(d)>Math.abs(e)?e:d},j=function(a){var c=0,d=a.carousel;if(void 0!==d.positionanim&&d.positionanim.kill(),"none"==d.slide_globaloffset)d.slide_globaloffset=c="center"===d.horizontal_align?d.wrapwidth/2-d.slide_width/2:0;else{d.slide_globaloffset=d.slide_offset,d.slide_offset=0;var e=a.c.find(".processing-revslide").index(),f="center"===d.horizontal_align?(d.wrapwidth/2-d.slide_width/2-d.slide_globaloffset)/d.slide_width:(0-d.slide_globaloffset)/d.slide_width;f=b.simp(f,a.slideamount,!1),e=e>=0?e:a.c.find(".active-revslide").index(),e=e>=0?e:0,c="off"===d.infinity?f-e:-i(f,e,a.slideamount),c*=d.slide_width}return c}}(jQuery); + +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - KEN BURN + * @version: 1.3.1 (15.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"KenBurns Min JS",name:"revolution.extensions.kenburn.min.js",min_core:"5.4",version:"1.3.1"};jQuery.extend(!0,b,{stopKenBurn:function(a){if("stop"===b.compare_version(c).check)return!1;void 0!=a.data("kbtl")&&a.data("kbtl").pause()},startKenBurn:function(a,d,e){if("stop"===b.compare_version(c).check)return!1;var f=a.data(),g=a.find(".defaultimg"),h=g.data("lazyload")||g.data("src"),j=(f.owidth,f.oheight,"carousel"===d.sliderType?d.carousel.slide_width:d.ul.width()),k=d.ul.height();if(a.data("kbtl")&&a.data("kbtl").kill(),e=e||0,0==a.find(".tp-kbimg").length){var m=g.data("mediafilter");m=void 0===m?"":m,a.append('
'),a.data("kenburn",a.find(".tp-kbimg"))}var n=function(a,b,c,d,e,f,g){var h=a*c,i=b*c,j=Math.abs(d-h),k=Math.abs(e-i),l=new Object;return l.l=(0-f)*j,l.r=l.l+h,l.t=(0-g)*k,l.b=l.t+i,l.h=f,l.v=g,l},o=function(a,b,c,d,e){var f=a.bgposition.split(" ")||"center center",g="center"==f[0]?"50%":"left"==f[0]||"left"==f[1]?"0%":"right"==f[0]||"right"==f[1]?"100%":f[0],h="center"==f[1]?"50%":"top"==f[0]||"top"==f[1]?"0%":"bottom"==f[0]||"bottom"==f[1]?"100%":f[1];g=parseInt(g,0)/100||0,h=parseInt(h,0)/100||0;var i=new Object;return i.start=n(e.start.width,e.start.height,e.start.scale,b,c,g,h),i.end=n(e.start.width,e.start.height,e.end.scale,b,c,g,h),i},p=function(a,b,c){var d=c.scalestart/100,e=c.scaleend/100,f=void 0!=c.offsetstart?c.offsetstart.split(" ")||[0,0]:[0,0],g=void 0!=c.offsetend?c.offsetend.split(" ")||[0,0]:[0,0];c.bgposition="center center"==c.bgposition?"50% 50%":c.bgposition;var h=new Object,i=a*d,k=(c.owidth,c.oheight,a*e);c.owidth,c.oheight;if(h.start=new Object,h.starto=new Object,h.end=new Object,h.endo=new Object,h.start.width=a,h.start.height=h.start.width/c.owidth*c.oheight,h.start.height0?0:p+f[0]0?0:r+g[0]0?0:q+f[1]0?0:s+g[1]');var d=t.find(".helpgrid");d.append('
Zoom:'+Math.round(100*p.bw)+"%     Device Level:"+p.curWinRange+"    Grid Preset:"+p.gridwidth[p.curWinRange]+"x"+p.gridheight[p.curWinRange]+"
"),p.c.append('
'),d.append('
')}void 0!==a&&p.layers[a]&&jQuery.each(p.layers[a],function(e,t){var i=jQuery(this);A.updateMarkup(this,p),A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r}),r&&0!==o||A.buildFullTimeLine({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r,regenerate:0===o}),n&&"carousel"===p.sliderType&&"on"===p.carousel.showLayersAllTime&&A.animcompleted(i,p)}),p.layers.static&&jQuery.each(p.layers.static,function(e,t){var i=jQuery(this),a=i.data();!0!==a.hoveredstatus&&!0!==a.inhoveroutanimation?(A.updateMarkup(this,p),A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r}),r&&0!==o||!0===a.veryfirstststic||(A.buildFullTimeLine({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r,regenerate:0===o}),a.veryfirstststic=!0),n&&"carousel"===p.sliderType&&"on"===p.carousel.showLayersAllTime&&A.animcompleted(i,p)):A.prepareSingleCaption({caption:i,opt:p,offsetx:s,offsety:0,index:e,recall:n,preset:r})});var g=-1===p.nextSlide||void 0===p.nextSlide?0:p.nextSlide;void 0!==p.rowzones&&(g=g>p.rowzones.length?p.rowzones.length:g),null!=p.rowzones&&0=t.firstslide&&g<=t.lastslide,n=gt.lastslide,r=t.timeline.getLabelTime("slide_"+t.firstslide),o=t.timeline.getLabelTime("slide_"+t.lastslide),s=i.static_layer_timeline_time,d="in"===i.animdirection||"out"!==i.animdirection&&void 0,l="bytrigger"===i.frames[0].delay,m=(i.frames[i.frames.length-1].delay,i.triggered_startstatus),c=i.lasttriggerstate;!0!==i.hoveredstatus&&1!=i.inhoveroutanimation&&(void 0!==s&&d&&("keep"==c?(A.playAnimationFrame({caption:t.layer,opt:p,frame:"frame_0",triggerdirection:"in",triggerframein:"frame_0",triggerframeout:"frame_999"}),i.triggeredtimeline.time(s)):!0!==i.hoveredstatus&&t.timeline.time(s)),"reset"===c&&"hidden"===m&&(t.timeline.time(0),i.animdirection="out"),a?d?g===t.lastslide&&(t.timeline.play(o),i.animdirection="in"):(l||"in"===i.animdirection||t.timeline.play(r),("visible"==m&&"keep"!==c||"keep"===c&&!0===d||"visible"==m&&void 0===d)&&(t.timeline.play(r+.01),i.animdirection="in")):n&&d&&t.timeline.play("frame_999"))})),null!=i&&setTimeout(function(){i.resume()},30)},prepareSingleCaption:function(e){var t=e.caption,i=t.data(),a=e.opt,n=e.recall,r=e.recall,o=(e.preset,jQuery("body").hasClass("rtl"));if(i._pw=void 0===i._pw?t.closest(".tp-parallax-wrap"):i._pw,i._lw=void 0===i._lw?t.closest(".tp-loop-wrap"):i._lw,i._mw=void 0===i._mw?t.closest(".tp-mask-wrap"):i._mw,i._responsive=i.responsive||"on",i._respoffset=i.responsive_offset||"on",i._ba=i.basealign||"grid",i._gw="grid"===i._ba?a.width:a.ulw,i._gh="grid"===i._ba?a.height:a.ulh,i._lig=void 0===i._lig?t.hasClass("rev_layer_in_group")?t.closest(".rev_group"):t.hasClass("rev_layer_in_column")?t.closest(".rev_column_inner"):t.hasClass("rev_column_inner")?t.closest(".rev_row"):"none":i._lig,i._column=void 0===i._column?t.hasClass("rev_column_inner")?t.closest(".rev_column"):"none":i._column,i._row=void 0===i._row?t.hasClass("rev_column_inner")?t.closest(".rev_row"):"none":i._row,i._ingroup=void 0===i._ingroup?!(t.hasClass("rev_group")||!t.closest(".rev_group")):i._ingroup,i._isgroup=void 0===i._isgroup?!!t.hasClass("rev_group"):i._isgroup,i._nctype=i.type||"none",i._cbgc_auto=void 0===i._cbgc_auto?"column"===i._nctype&&i._pw.find(".rev_column_bg_auto_sized"):i._cbgc_auto,i._cbgc_man=void 0===i._cbgc_man?"column"===i._nctype&&i._pw.find(".rev_column_bg_man_sized"):i._cbgc_man,i._slideid=i._slideid||t.closest(".tp-revslider-slidesli").data("index"),i._id=void 0===i._id?t.data("id")||t.attr("id"):i._id,i._slidelink=void 0===i._slidelink?void 0!==t.hasClass("slidelink")&&t.hasClass("slidelink"):i._slidelink,void 0===i._li&&(t.hasClass("tp-static-layer")?(i._isstatic=!0,i._li=t.closest(".tp-static-layers"),i._slideid="staticlayers"):i._li=t.closest(".tp-revslider-slidesli")),i._row=void 0===i._row?"column"===i._nctype&&i._pw.closest(".rev_row"):i._row,void 0===i._togglelisteners&&t.find(".rs-toggled-content")?(i._togglelisteners=!0,void 0===i.actions&&t.click(function(){A.swaptoggleState(t)})):i._togglelisteners=!1,"fullscreen"==a.sliderLayout&&(e.offsety=i._gh/2-a.gridheight[a.curWinRange]*a.bh/2),("on"==a.autoHeight||null!=a.minHeight&&0'+e+":"+t+"    ")}),s.html(i)})}if("off"===(void 0===i.visibility?"oon":N(i.visibility,a)[a.forcedWinRange]||N(i.visibility,a)||"ooon")||i._gw'),i._mw.append(i._bmask)),i.arrobj=new Object,i.arrobj.voa=N(i.voffset,a)[a.curWinRange]||N(i.voffset,a)[0],i.arrobj.hoa=N(i.hoffset,a)[a.curWinRange]||N(i.hoffset,a)[0],i.arrobj.elx=N(i.x,a)[a.curWinRange]||N(i.x,a)[0],i.arrobj.ely=N(i.y,a)[a.curWinRange]||N(i.y,a)[0];var j=0==i.arrobj.voa.length?0:i.arrobj.voa,L=0==i.arrobj.hoa.length?0:i.arrobj.hoa,I=0==i.arrobj.elx.length?0:i.arrobj.elx,W=0==i.arrobj.ely.length?0:i.arrobj.ely;i.eow=t.outerWidth(!0),i.eoh=t.outerHeight(!0),0==i.eow&&0==i.eoh&&(i.eow=a.ulw,i.eoh=a.ulh);var R="off"!==i._respoffset?parseInt(j,0)*a.bw:parseInt(j,0),C="off"!==i._respoffset?parseInt(L,0)*a.bw:parseInt(L,0),z="grid"===i._ba?a.gridwidth[a.curWinRange]*a.bw:i._gw,O="grid"===i._ba?a.gridheight[a.curWinRange]*a.bw:i._gh;"on"==a.fullScreenAlignForce&&(z=a.ulw,O=a.ulh),"none"!==i._lig&&null!=i._lig&&(z=i._lig.width(),O=i._lig.height(),e.offsetx=0,e.offsety=0),I="center"===I||"middle"===I?z/2-i.eow/2+C:"left"===I?C:"right"===I?z-i.eow-C:"off"!==i._respoffset?I*a.bw:I,W="center"==W||"middle"==W?O/2-i.eoh/2+R:"top"==W?R:"bottom"==W?O-i.eoh-R:"off"!==i._respoffset?W*a.bw:W,o&&!i._slidelink&&(I+=i.eow),i._slidelink&&(I=0),i.calcx=parseInt(I,0)+e.offsetx,i.calcy=parseInt(W,0)+e.offsety;var Q=t.css("z-Index");if("row"!==i._nctype&&"column"!==i._nctype)punchgs.TweenLite.set(i._pw,{zIndex:Q,top:i.calcy,left:i.calcx,overwrite:"auto"});else if("row"!==i._nctype)punchgs.TweenLite.set(i._pw,{zIndex:Q,width:i.columnwidth,top:0,left:0,overwrite:"auto"});else if("row"===i._nctype){var S="grid"===i._ba?z+"px":"100%";punchgs.TweenLite.set(i._pw,{zIndex:Q,width:S,top:0,left:e.offsetx,overwrite:"auto"})}if(void 0!==i.blendmode&&punchgs.TweenLite.set(i._pw,{mixBlendMode:i.blendmode}),"row"===i._nctype&&(i.columnbreak<=a.curWinRange?t.addClass("rev_break_columns"):t.removeClass("rev_break_columns")),"on"==i.loopanimation&&punchgs.TweenLite.set(i._lw,{minWidth:i.eow,minHeight:i.eoh}),"column"===i._nctype){var M=void 0!==t[0]._gsTransform?t[0]._gsTransform.y:0,P=parseInt(i._column[0].style.paddingTop,0);punchgs.TweenLite.set(t,{y:0}),punchgs.TweenLite.set(i._cbgc_man,{y:parseInt(P+i._column.offset().top-t.offset().top,0)}),punchgs.TweenLite.set(t,{y:M})}i._ingroup&&"row"!==i._nctype&&(void 0!==i._groupw&&!jQuery.isNumeric(i._groupw)&&0=t.removeonslide||e.currentslide1?1:c<0?0:c,m(e)&&(b||e.width>e.min_width)&&f(c,d,a.c,e,a.slideamount,"tab"),m(g)&&(b||g.width>g.min_width)&&f(c,d,a.c,g,a.slideamount,"thumb"),m(h)&&b){var i=a.c.find(".tp-bullets");i.find(".tp-bullet").each(function(a){var b=jQuery(this),c=a+1,d=b.outerWidth()+parseInt(void 0===h.space?0:h.space,0),e=b.outerHeight()+parseInt(void 0===h.space?0:h.space,0);"vertical"===h.direction?(b.css({top:(c-1)*e+"px",left:"0px"}),i.css({height:(c-1)*e+b.outerHeight(),width:b.outerWidth()})):(b.css({left:(c-1)*d+"px",top:"0px"}),i.css({width:(c-1)*d+b.outerWidth(),height:b.outerHeight()}))})}d.play(),x(a)}return!0},updateNavIndexes:function(a){function d(a){c.find(a).lenght>0&&c.find(a).each(function(a){jQuery(this).data("liindex",a)})}var c=a.c;d(".tp-tab"),d(".tp-bullet"),d(".tp-thumb"),b.resizeThumbsTabs(a,!0),b.manageNavigation(a)},manageNavigation:function(a){var c=b.getHorizontalOffset(a.c.parent(),"left"),d=b.getHorizontalOffset(a.c.parent(),"right");m(a.navigation.bullets)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.bullets.h_offset_old=void 0===a.navigation.bullets.h_offset_old?a.navigation.bullets.h_offset:a.navigation.bullets.h_offset_old,a.navigation.bullets.h_offset="center"===a.navigation.bullets.h_align?a.navigation.bullets.h_offset_old+c/2-d/2:a.navigation.bullets.h_offset_old+c-d),t(a.c.find(".tp-bullets"),a.navigation.bullets,a)),m(a.navigation.thumbnails)&&t(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails,a),m(a.navigation.tabs)&&t(a.c.parent().find(".tp-tabs"),a.navigation.tabs,a),m(a.navigation.arrows)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.arrows.left.h_offset_old=void 0===a.navigation.arrows.left.h_offset_old?a.navigation.arrows.left.h_offset:a.navigation.arrows.left.h_offset_old,a.navigation.arrows.left.h_offset="right"===a.navigation.arrows.left.h_align?a.navigation.arrows.left.h_offset_old+d:a.navigation.arrows.left.h_offset_old+c,a.navigation.arrows.right.h_offset_old=void 0===a.navigation.arrows.right.h_offset_old?a.navigation.arrows.right.h_offset:a.navigation.arrows.right.h_offset_old,a.navigation.arrows.right.h_offset="right"===a.navigation.arrows.right.h_align?a.navigation.arrows.right.h_offset_old+d:a.navigation.arrows.right.h_offset_old+c),t(a.c.find(".tp-leftarrow.tparrows"),a.navigation.arrows.left,a),t(a.c.find(".tp-rightarrow.tparrows"),a.navigation.arrows.right,a)),m(a.navigation.thumbnails)&&e(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails),m(a.navigation.tabs)&&e(a.c.parent().find(".tp-tabs"),a.navigation.tabs)},createNavigation:function(a,f){if("stop"===b.compare_version(d).check)return!1;var g=a.parent(),j=f.navigation.arrows,n=f.navigation.bullets,r=f.navigation.thumbnails,s=f.navigation.tabs,t=m(j),v=m(n),x=m(r),y=m(s);h(a,f),i(a,f),t&&q(a,j,f),f.li.each(function(b){var c=jQuery(f.li[f.li.length-1-b]),d=jQuery(this);v&&(f.navigation.bullets.rtl?u(a,n,c,f):u(a,n,d,f)),x&&(f.navigation.thumbnails.rtl?w(a,r,c,"tp-thumb",f):w(a,r,d,"tp-thumb",f)),y&&(f.navigation.tabs.rtl?w(a,s,c,"tp-tab",f):w(a,s,d,"tp-tab",f))}),a.bind("revolution.slide.onafterswap revolution.nextslide.waiting",function(){var b=0==a.find(".next-revslide").length?a.find(".active-revslide").data("index"):a.find(".next-revslide").data("index");a.find(".tp-bullet").each(function(){var a=jQuery(this);a.data("liref")===b?a.addClass("selected"):a.removeClass("selected")}),g.find(".tp-thumb, .tp-tab").each(function(){var a=jQuery(this);a.data("liref")===b?(a.addClass("selected"),a.hasClass("tp-tab")?e(g.find(".tp-tabs"),s):e(g.find(".tp-thumbs"),r)):a.removeClass("selected")});var c=0,d=!1;f.thumbs&&jQuery.each(f.thumbs,function(a,e){c=!1===d?a:c,d=e.id===b||a===b||d});var h=c>0?c-1:f.slideamount-1,i=c+1==f.slideamount?0:c+1;if(!0===j.enable){var k=j.tmp;if(void 0!=f.thumbs[h]&&jQuery.each(f.thumbs[h].params,function(a,b){k=k.replace(b.from,b.to)}),j.left.j.html(k),k=j.tmp,i>f.slideamount)return;jQuery.each(f.thumbs[i].params,function(a,b){k=k.replace(b.from,b.to)}),j.right.j.html(k),j.rtl?(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"})):(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}))}}),l(j),l(n),l(r),l(s),g.on("mouseenter mousemove",function(){g.hasClass("tp-mouseover")||(g.addClass("tp-mouseover"),punchgs.TweenLite.killDelayedCallsTo(p),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"show"),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"show"),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"show"),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"show"),c&&(g.removeClass("tp-mouseover"),o(a,f)))}),g.on("mouseleave",function(){g.removeClass("tp-mouseover"),o(a,f)}),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"hide",0),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"hide",0),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"hide",0),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"hide",0),x&&k(g.find(".tp-thumbs"),f),y&&k(g.find(".tp-tabs"),f),"carousel"===f.sliderType&&k(a,f,!0),("on"===f.navigation.touch.touchOnDesktop||"on"==f.navigation.touch.touchenabled&&c)&&k(a,f,"swipebased")}});var e=function(a,b){var d=(a.hasClass("tp-thumbs"),a.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),e=a.hasClass("tp-thumbs")?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",f=a.hasClass("tp-thumbs")?".tp-thumb":".tp-tab",g=a.find(d),h=g.find(e),i=b.direction,j="vertical"===i?g.find(f).first().outerHeight(!0)+b.space:g.find(f).first().outerWidth(!0)+b.space,k="vertical"===i?g.height():g.width(),l=parseInt(g.find(f+".selected").data("liindex"),0),m=k/j,n="vertical"===i?g.height():g.width(),o=0-l*j,p="vertical"===i?h.height():h.width(),q=o<0-(p-n)?0-(p-n):q>0?0:o,r=h.data("offset");m>2&&(q=o-(r+j)<=0?o-(r+j)<0-j?r:q+j:q,q=o-j+r+k0?0:q,"vertical"!==i&&g.width()>=h.width()&&(q=0),"vertical"===i&&g.height()>=h.height()&&(q=0),a.hasClass("dragged")||("vertical"===i?h.data("tmmove",punchgs.TweenLite.to(h,.5,{top:q+"px",ease:punchgs.Power3.easeInOut})):h.data("tmmove",punchgs.TweenLite.to(h,.5,{left:q+"px",ease:punchgs.Power3.easeInOut})),h.data("offset",q))},f=function(a,b,c,d,e,f){var g=c.parent().find(".tp-"+f+"s"),h=g.find(".tp-"+f+"s-inner-wrapper"),i=g.find(".tp-"+f+"-mask"),j=d.width*a300||e<-300)&&(e/=10),{spinX:b,spinY:c,pixelX:d,pixelY:e}},h=function(a,c){"on"===c.navigation.keyboardNavigation&&jQuery(document).keydown(function(d){("horizontal"==c.navigation.keyboard_direction&&39==d.keyCode||"vertical"==c.navigation.keyboard_direction&&40==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=0,b.callingNewSlide(a,1)),("horizontal"==c.navigation.keyboard_direction&&37==d.keyCode||"vertical"==c.navigation.keyboard_direction&&38==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=1,b.callingNewSlide(a,-1))})},i=function(a,c){if("on"===c.navigation.mouseScrollNavigation||"carousel"===c.navigation.mouseScrollNavigation){c.isIEEleven=!!navigator.userAgent.match(/Trident.*rv\:11\./),c.isSafari=!!navigator.userAgent.match(/safari/i),c.ischrome=!!navigator.userAgent.match(/chrome/i);var d=c.ischrome?-49:c.isIEEleven||c.isSafari?-9:navigator.userAgent.match(/mozilla/i)?-29:-49,e=c.ischrome?49:c.isIEEleven||c.isSafari?9:navigator.userAgent.match(/mozilla/i)?29:49;a.on("mousewheel DOMMouseScroll",function(f){var h=g(f.originalEvent),i=a.find(".tp-revslider-slidesli.active-revslide").index(),j=a.find(".tp-revslider-slidesli.processing-revslide").index(),k=-1!=i&&0==i||-1!=j&&0==j,l=-1!=i&&i==c.slideamount-1||1!=j&&j==c.slideamount-1,m=!0;"carousel"==c.navigation.mouseScrollNavigation&&(k=l=!1),-1==j?h.pixelYe&&(l||(c.sc_indicator="arrow","reverse"!==c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=0,b.callingNewSlide(a,1)),m=!1),k||(c.sc_indicator="arrow","reverse"===c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=1,b.callingNewSlide(a,-1)),m=!1)):m=!1;var n=c.c.offset().top-jQuery("body").scrollTop(),o=n+c.c.height();return"carousel"!=c.navigation.mouseScrollNavigation?("reverse"!==c.navigation.mouseScrollReverse&&(n>0&&h.pixelY>0||ojQuery(window).height()&&h.pixelY>0)&&(m=!0)):m=!1,0==m?(f.preventDefault(f),!1):void 0})}},j=function(a,b,d){return a=c?jQuery(d.target).closest("."+a).length||jQuery(d.srcElement).closest("."+a).length:jQuery(d.toElement).closest("."+a).length||jQuery(d.originalTarget).closest("."+a).length,!0===a||1===a?1:0},k=function(a,d,e){var f=d.carousel;jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"),f.Limit="endless";var h=(c||b.get_browser(),a),i="vertical"===d.navigation.thumbnails.direction||"vertical"===d.navigation.tabs.direction?"none":"vertical",k=d.navigation.touch.swipe_direction||"horizontal";i="swipebased"==e&&"vertical"==k?"none":e?"vertical":i,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, .noSwipe",h.swipetp({allowPageScroll:i,triggerOnTouchLeave:!0,treshold:d.navigation.touch.swipe_treshold,fingers:d.navigation.touch.swipe_min_touches,excludeElements:jQuery.fn.swipetp.defaults.excludedElements,swipeStatus:function(e,g,h,i,l,m,n){var o=j("rev_slider_wrapper",a,e),p=j("tp-thumbs",a,e),q=j("tp-tabs",a,e),r=jQuery(this).attr("class"),s=!!r.match(/tp-tabs|tp-thumb/gi);if("carousel"===d.sliderType&&(("move"===g||"end"===g||"cancel"==g)&&d.dragStartedOverSlider&&!d.dragStartedOverThumbs&&!d.dragStartedOverTabs||"start"===g&&o>0&&0===p&&0===q)){if(c&&("up"===h||"down"===h))return;switch(d.dragStartedOverSlider=!0,i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i),g){case"start":void 0!==f.positionanim&&(f.positionanim.kill(),f.slide_globaloffset="off"===f.infinity?f.slide_offset:b.simp(f.slide_offset,f.maxwidth)),f.overpull="none",f.wrap.addClass("dragged");break;case"move":if(d.c.find(".tp-withaction").addClass("tp-temporarydisabled"),f.slide_offset="off"===f.infinity?f.slide_globaloffset+i:b.simp(f.slide_globaloffset+i,f.maxwidth),"off"===f.infinity){var t="center"===f.horizontal_align?(f.wrapwidth/2-f.slide_width/2-f.slide_offset)/f.slide_width:(0-f.slide_offset)/f.slide_width;"none"!==f.overpull&&0!==f.overpull||!(t<0||t>d.slideamount-1)?t>=0&&t<=d.slideamount-1&&(t>=0&&i>f.overpull||t<=d.slideamount-1&&id.slideamount-1?f.slide_offset+(f.overpull-i)/1.1-Math.sqrt(Math.abs((f.overpull-i)/1.1)):f.slide_offset}b.organiseCarousel(d,h,!0,!0);break;case"end":case"cancel":f.slide_globaloffset=f.slide_offset,f.wrap.removeClass("dragged"),b.carouselToEvalPosition(d,h),d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,setTimeout(function(){d.c.find(".tp-withaction").removeClass("tp-temporarydisabled")},19)}}else{if(("move"!==g&&"end"!==g&&"cancel"!=g||d.dragStartedOverSlider||!d.dragStartedOverThumbs&&!d.dragStartedOverTabs)&&!("start"===g&&o>0&&(p>0||q>0))){if("end"==g&&!s){if(d.sc_indicator="arrow","horizontal"==k&&"left"==h||"vertical"==k&&"up"==h)return d.sc_indicator_dir=0,b.callingNewSlide(d.c,1),!1;if("horizontal"==k&&"right"==h||"vertical"==k&&"down"==h)return d.sc_indicator_dir=1,b.callingNewSlide(d.c,-1),!1}return d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,!0}p>0&&(d.dragStartedOverThumbs=!0),q>0&&(d.dragStartedOverTabs=!0);var u=d.dragStartedOverThumbs?".tp-thumbs":".tp-tabs",v=d.dragStartedOverThumbs?".tp-thumb-mask":".tp-tab-mask",w=d.dragStartedOverThumbs?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",x=d.dragStartedOverThumbs?".tp-thumb":".tp-tab",y=d.dragStartedOverThumbs?d.navigation.thumbnails:d.navigation.tabs;i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i);var z=a.parent().find(v),A=z.find(w),B=y.direction,C="vertical"===B?A.height():A.width(),D="vertical"===B?z.height():z.width(),E="vertical"===B?z.find(x).first().outerHeight(!0)+y.space:z.find(x).first().outerWidth(!0)+y.space,F=void 0===A.data("offset")?0:parseInt(A.data("offset"),0),G=0;switch(g){case"start":a.parent().find(u).addClass("dragged"),F="vertical"===B?A.position().top:A.position().left,A.data("offset",F),A.data("tmmove")&&A.data("tmmove").pause();break;case"move":if(C<=D)return!1;G=F+i,G=G>0?"horizontal"===B?G-A.width()*(G/A.width()*G/A.width()):G-A.height()*(G/A.height()*G/A.height()):G;var H="vertical"===B?0-(A.height()-z.height()):0-(A.width()-z.width());G=G0?0:G,G=Math.abs(i)>E/10?i<=0?Math.floor(G/E)*E:Math.ceil(G/E)*E:i<0?Math.ceil(G/E)*E:Math.floor(G/E)*E,G="vertical"===B?G<0-(A.height()-z.height())?0-(A.height()-z.height()):G:G<0-(A.width()-z.width())?0-(A.width()-z.width()):G,G=G>0?0:G,"vertical"===B?punchgs.TweenLite.to(A,.5,{top:G+"px",ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(A,.5,{left:G+"px",ease:punchgs.Power3.easeOut}),G=G||("vertical"===B?A.position().top:A.position().left),A.data("offset",G),A.data("distance",i),setTimeout(function(){d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1},100),a.parent().find(u).removeClass("dragged"),!1}}}})},l=function(a){a.hide_delay=jQuery.isNumeric(parseInt(a.hide_delay,0))?a.hide_delay/1e3:.2,a.hide_delay_mobile=jQuery.isNumeric(parseInt(a.hide_delay_mobile,0))?a.hide_delay_mobile/1e3:.2},m=function(a){return a&&a.enable},n=function(a){return a&&a.enable&&!0===a.hide_onleave&&(void 0===a.position||!a.position.match(/outer/g))},o=function(a,b){var d=a.parent();n(b.navigation.arrows)&&punchgs.TweenLite.delayedCall(c?b.navigation.arrows.hide_delay_mobile:b.navigation.arrows.hide_delay,p,[d.find(".tparrows"),b.navigation.arrows,"hide"]),n(b.navigation.bullets)&&punchgs.TweenLite.delayedCall(c?b.navigation.bullets.hide_delay_mobile:b.navigation.bullets.hide_delay,p,[d.find(".tp-bullets"),b.navigation.bullets,"hide"]),n(b.navigation.thumbnails)&&punchgs.TweenLite.delayedCall(c?b.navigation.thumbnails.hide_delay_mobile:b.navigation.thumbnails.hide_delay,p,[d.find(".tp-thumbs"),b.navigation.thumbnails,"hide"]),n(b.navigation.tabs)&&punchgs.TweenLite.delayedCall(c?b.navigation.tabs.hide_delay_mobile:b.navigation.tabs.hide_delay,p,[d.find(".tp-tabs"),b.navigation.tabs,"hide"])},p=function(a,b,c,d){switch(d=void 0===d?.5:d,c){case"show":punchgs.TweenLite.to(a,d,{autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"});break;case"hide":punchgs.TweenLite.to(a,d,{autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"})}},q=function(a,b,c){b.style=void 0===b.style?"":b.style,b.left.style=void 0===b.left.style?"":b.left.style,b.right.style=void 0===b.right.style?"":b.right.style,0===a.find(".tp-leftarrow.tparrows").length&&a.append('
'+b.tmp+"
"),0===a.find(".tp-rightarrow.tparrows").length&&a.append('
'+b.tmp+"
");var d=a.find(".tp-leftarrow.tparrows"),e=a.find(".tp-rightarrow.tparrows");b.rtl?(d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})):(e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})),b.right.j=a.find(".tp-rightarrow.tparrows"),b.left.j=a.find(".tp-leftarrow.tparrows"),b.padding_top=parseInt(c.carousel.padding_top||0,0),b.padding_bottom=parseInt(c.carousel.padding_bottom||0,0),t(d,b.left,c),t(e,b.right,c),b.left.opt=c,b.right.opt=c,"outer-left"!=b.position&&"outer-right"!=b.position||(c.outernav=!0)},r=function(a,b,c){var d=a.outerHeight(!0),f=(a.outerWidth(!0),void 0==b.opt?0:0==c.conh?c.height:c.conh),g="layergrid"==b.container?"fullscreen"==c.sliderLayout?c.height/2-c.gridheight[c.curWinRange]*c.bh/2:"on"==c.autoHeight||void 0!=c.minHeight&&c.minHeight>0?f/2-c.gridheight[c.curWinRange]*c.bh/2:0:0,h="top"===b.v_align?{top:"0px",y:Math.round(b.v_offset+g)+"px"}:"center"===b.v_align?{top:"50%",y:Math.round(0-d/2+b.v_offset)+"px"}:{top:"100%",y:Math.round(0-(d+b.v_offset+g))+"px"};a.hasClass("outer-bottom")||punchgs.TweenLite.set(a,h)},s=function(a,b,c){var e=(a.outerHeight(!0),a.outerWidth(!0)),f="layergrid"==b.container?"carousel"===c.sliderType?0:c.width/2-c.gridwidth[c.curWinRange]*c.bw/2:0,g="left"===b.h_align?{left:"0px",x:Math.round(b.h_offset+f)+"px"}:"center"===b.h_align?{left:"50%",x:Math.round(0-e/2+b.h_offset)+"px"}:{left:"100%",x:Math.round(0-(e+b.h_offset+f))+"px"};punchgs.TweenLite.set(a,g)},t=function(a,b,c){var d=a.closest(".tp-simpleresponsive").length>0?a.closest(".tp-simpleresponsive"):a.closest(".tp-revslider-mainul").length>0?a.closest(".tp-revslider-mainul"):a.closest(".rev_slider_wrapper").length>0?a.closest(".rev_slider_wrapper"):a.parent().find(".tp-revslider-mainul"),e=d.width(),f=d.height();if(r(a,b,c),s(a,b,c),"outer-left"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout?"outer-right"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout||punchgs.TweenLite.set(a,{right:0-a.outerWidth()+"px",x:b.h_offset+"px"}):punchgs.TweenLite.set(a,{left:0-a.outerWidth()+"px",x:b.h_offset+"px"}),a.hasClass("tp-thumbs")||a.hasClass("tp-tabs")){var g=a.data("wr_padding"),h=a.data("maxw"),i=a.data("maxh"),j=a.hasClass("tp-thumbs")?a.find(".tp-thumb-mask"):a.find(".tp-tab-mask"),k=parseInt(b.padding_top||0,0),l=parseInt(b.padding_bottom||0,0);h>e&&"outer-left"!==b.position&&"outer-right"!==b.position?(punchgs.TweenLite.set(a,{left:"0px",x:0,maxWidth:e-2*g+"px"}),punchgs.TweenLite.set(j,{maxWidth:e-2*g+"px"})):(punchgs.TweenLite.set(a,{maxWidth:h+"px"}),punchgs.TweenLite.set(j,{maxWidth:h+"px"})),i+2*g>f&&"outer-bottom"!==b.position&&"outer-top"!==b.position?(punchgs.TweenLite.set(a,{top:"0px",y:0,maxHeight:k+l+(f-2*g)+"px"}),punchgs.TweenLite.set(j,{maxHeight:k+l+(f-2*g)+"px"})):(punchgs.TweenLite.set(a,{maxHeight:i+"px"}),punchgs.TweenLite.set(j,{maxHeight:i+"px"})),"outer-left"!==b.position&&"outer-right"!==b.position&&(k=0,l=0),!0===b.span&&"vertical"===b.direction?(punchgs.TweenLite.set(a,{maxHeight:k+l+(f-2*g)+"px",height:k+l+(f-2*g)+"px",top:0-k,y:0}),r(j,b,c)):!0===b.span&&"horizontal"===b.direction&&(punchgs.TweenLite.set(a,{maxWidth:"100%",width:e-2*g+"px",left:0,x:0}),s(j,b,c))}},u=function(a,b,c,d){0===a.find(".tp-bullets").length&&(b.style=void 0===b.style?"":b.style,a.append('
'));var e=a.find(".tp-bullets"),f=c.data("index"),g=b.tmp;jQuery.each(d.thumbs[c.index()].params,function(a,b){g=g.replace(b.from,b.to)}),e.append('
'+g+"
");var h=a.find(".justaddedbullet"),i=a.find(".tp-bullet").length,j=h.outerWidth()+parseInt(void 0===b.space?0:b.space,0),k=h.outerHeight()+parseInt(void 0===b.space?0:b.space,0);"vertical"===b.direction?(h.css({top:(i-1)*k+"px",left:"0px"}),e.css({height:(i-1)*k+h.outerHeight(),width:h.outerWidth()})):(h.css({left:(i-1)*j+"px",top:"0px"}),e.css({width:(i-1)*j+h.outerWidth(),height:h.outerHeight()})),h.find(".tp-bullet-image").css({backgroundImage:"url("+d.thumbs[c.index()].src+")"}),h.data("liref",f),h.click(function(){d.sc_indicator="bullet",a.revcallslidewithid(f),a.find(".tp-bullet").removeClass("selected"),jQuery(this).addClass("selected")}),h.removeClass("justaddedbullet"),b.padding_top=parseInt(d.carousel.padding_top||0,0),b.padding_bottom=parseInt(d.carousel.padding_bottom||0,0),b.opt=d,"outer-left"!=b.position&&"outer-right"!=b.position||(d.outernav=!0),e.addClass("nav-pos-hor-"+b.h_align),e.addClass("nav-pos-ver-"+b.v_align),e.addClass("nav-dir-"+b.direction),t(e,b,d)},w=function(a,b,c,d,e){var f="tp-thumb"===d?".tp-thumbs":".tp-tabs",g="tp-thumb"===d?".tp-thumb-mask":".tp-tab-mask",h="tp-thumb"===d?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",i="tp-thumb"===d?".tp-thumb":".tp-tab",j="tp-thumb"===d?".tp-thumb-image":".tp-tab-image";if(b.visibleAmount=b.visibleAmount>e.slideamount?e.slideamount:b.visibleAmount,b.sliderLayout=e.sliderLayout,0===a.parent().find(f).length){b.style=void 0===b.style?"":b.style;var k=!0===b.span?"tp-span-wrapper":"",l='
';"outer-top"===b.position?a.parent().prepend(l):"outer-bottom"===b.position?a.after(l):a.append(l),b.padding_top=parseInt(e.carousel.padding_top||0,0),b.padding_bottom=parseInt(e.carousel.padding_bottom||0,0),"outer-left"!=b.position&&"outer-right"!=b.position||(e.outernav=!0)}var m=c.data("index"),n=a.parent().find(f),o=n.find(g),p=o.find(h),q="horizontal"===b.direction?b.width*b.visibleAmount+b.space*(b.visibleAmount-1):b.width,r="horizontal"===b.direction?b.height:b.height*b.visibleAmount+b.space*(b.visibleAmount-1),s=b.tmp;jQuery.each(e.thumbs[c.index()].params,function(a,b){s=s.replace(b.from,b.to)}),p.append('
'+s+"
");var u=n.find(".justaddedthumb"),v=n.find(i).length,w=u.outerWidth()+parseInt(void 0===b.space?0:b.space,0),x=u.outerHeight()+parseInt(void 0===b.space?0:b.space,0);u.find(j).css({backgroundImage:"url("+e.thumbs[c.index()].src+")"}),"vertical"===b.direction?(u.css({top:(v-1)*x+"px",left:"0px"}),p.css({height:(v-1)*x+u.outerHeight(),width:u.outerWidth()})):(u.css({left:(v-1)*w+"px",top:"0px"}),p.css({width:(v-1)*w+u.outerWidth(),height:u.outerHeight()})),n.data("maxw",q),n.data("maxh",r),n.data("wr_padding",b.wrapper_padding);var y="outer-top"===b.position||"outer-bottom"===b.position?"relative":"absolute";"outer-top"!==b.position&&"outer-bottom"!==b.position||b.h_align;o.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"hidden",position:"relative"}),n.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"visible",position:y,background:b.wrapper_color,padding:b.wrapper_padding+"px",boxSizing:"contet-box"}),u.click(function(){e.sc_indicator="bullet";var b=a.parent().find(h).data("distance");b=void 0===b?0:b,Math.abs(b)<10&&(a.revcallslidewithid(m),a.parent().find(f).removeClass("selected"),jQuery(this).addClass("selected"))}),u.removeClass("justaddedthumb"),b.opt=e,n.addClass("nav-pos-hor-"+b.h_align),n.addClass("nav-pos-ver-"+b.v_align),n.addClass("nav-dir-"+b.direction),t(n,b,e)},x=function(a){var b=a.c.parent().find(".outer-top"),c=a.c.parent().find(".outer-bottom");a.top_outer=b.hasClass("tp-forcenotvisible")?0:b.outerHeight()||0,a.bottom_outer=c.hasClass("tp-forcenotvisible")?0:c.outerHeight()||0},y=function(a,b,c,d){b>c||c>d?a.addClass("tp-forcenotvisible"):a.removeClass("tp-forcenotvisible")}}(jQuery); + +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - NAVIGATION + * @version: 1.3.5 (06.04.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";var b=jQuery.fn.revolution,c=b.is_mobile(),d={alias:"Navigation Min JS",name:"revolution.extensions.navigation.min.js",min_core:"5.4.0",version:"1.3.5"};jQuery.extend(!0,b,{hideUnHideNav:function(a){var b=a.c.width(),c=a.navigation.arrows,d=a.navigation.bullets,e=a.navigation.thumbnails,f=a.navigation.tabs;m(c)&&y(a.c.find(".tparrows"),c.hide_under,b,c.hide_over),m(d)&&y(a.c.find(".tp-bullets"),d.hide_under,b,d.hide_over),m(e)&&y(a.c.parent().find(".tp-thumbs"),e.hide_under,b,e.hide_over),m(f)&&y(a.c.parent().find(".tp-tabs"),f.hide_under,b,f.hide_over),x(a)},resizeThumbsTabs:function(a,b){if(a.navigation&&a.navigation.tabs.enable||a.navigation&&a.navigation.thumbnails.enable){var c=(jQuery(window).width()-480)/500,d=new punchgs.TimelineLite,e=a.navigation.tabs,g=a.navigation.thumbnails,h=a.navigation.bullets;if(d.pause(),c=c>1?1:c<0?0:c,m(e)&&(b||e.width>e.min_width)&&f(c,d,a.c,e,a.slideamount,"tab"),m(g)&&(b||g.width>g.min_width)&&f(c,d,a.c,g,a.slideamount,"thumb"),m(h)&&b){var i=a.c.find(".tp-bullets");i.find(".tp-bullet").each(function(a){var b=jQuery(this),c=a+1,d=b.outerWidth()+parseInt(void 0===h.space?0:h.space,0),e=b.outerHeight()+parseInt(void 0===h.space?0:h.space,0);"vertical"===h.direction?(b.css({top:(c-1)*e+"px",left:"0px"}),i.css({height:(c-1)*e+b.outerHeight(),width:b.outerWidth()})):(b.css({left:(c-1)*d+"px",top:"0px"}),i.css({width:(c-1)*d+b.outerWidth(),height:b.outerHeight()}))})}d.play(),x(a)}return!0},updateNavIndexes:function(a){function d(a){c.find(a).lenght>0&&c.find(a).each(function(a){jQuery(this).data("liindex",a)})}var c=a.c;d(".tp-tab"),d(".tp-bullet"),d(".tp-thumb"),b.resizeThumbsTabs(a,!0),b.manageNavigation(a)},manageNavigation:function(a){var c=b.getHorizontalOffset(a.c.parent(),"left"),d=b.getHorizontalOffset(a.c.parent(),"right");m(a.navigation.bullets)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.bullets.h_offset_old=void 0===a.navigation.bullets.h_offset_old?a.navigation.bullets.h_offset:a.navigation.bullets.h_offset_old,a.navigation.bullets.h_offset="center"===a.navigation.bullets.h_align?a.navigation.bullets.h_offset_old+c/2-d/2:a.navigation.bullets.h_offset_old+c-d),t(a.c.find(".tp-bullets"),a.navigation.bullets,a)),m(a.navigation.thumbnails)&&t(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails,a),m(a.navigation.tabs)&&t(a.c.parent().find(".tp-tabs"),a.navigation.tabs,a),m(a.navigation.arrows)&&("fullscreen"!=a.sliderLayout&&"fullwidth"!=a.sliderLayout&&(a.navigation.arrows.left.h_offset_old=void 0===a.navigation.arrows.left.h_offset_old?a.navigation.arrows.left.h_offset:a.navigation.arrows.left.h_offset_old,a.navigation.arrows.left.h_offset="right"===a.navigation.arrows.left.h_align?a.navigation.arrows.left.h_offset_old+d:a.navigation.arrows.left.h_offset_old+c,a.navigation.arrows.right.h_offset_old=void 0===a.navigation.arrows.right.h_offset_old?a.navigation.arrows.right.h_offset:a.navigation.arrows.right.h_offset_old,a.navigation.arrows.right.h_offset="right"===a.navigation.arrows.right.h_align?a.navigation.arrows.right.h_offset_old+d:a.navigation.arrows.right.h_offset_old+c),t(a.c.find(".tp-leftarrow.tparrows"),a.navigation.arrows.left,a),t(a.c.find(".tp-rightarrow.tparrows"),a.navigation.arrows.right,a)),m(a.navigation.thumbnails)&&e(a.c.parent().find(".tp-thumbs"),a.navigation.thumbnails),m(a.navigation.tabs)&&e(a.c.parent().find(".tp-tabs"),a.navigation.tabs)},createNavigation:function(a,f){if("stop"===b.compare_version(d).check)return!1;var g=a.parent(),j=f.navigation.arrows,n=f.navigation.bullets,r=f.navigation.thumbnails,s=f.navigation.tabs,t=m(j),v=m(n),x=m(r),y=m(s);h(a,f),i(a,f),t&&q(a,j,f),f.li.each(function(b){var c=jQuery(f.li[f.li.length-1-b]),d=jQuery(this);v&&(f.navigation.bullets.rtl?u(a,n,c,f):u(a,n,d,f)),x&&(f.navigation.thumbnails.rtl?w(a,r,c,"tp-thumb",f):w(a,r,d,"tp-thumb",f)),y&&(f.navigation.tabs.rtl?w(a,s,c,"tp-tab",f):w(a,s,d,"tp-tab",f))}),a.bind("revolution.slide.onafterswap revolution.nextslide.waiting",function(){var b=0==a.find(".next-revslide").length?a.find(".active-revslide").data("index"):a.find(".next-revslide").data("index");a.find(".tp-bullet").each(function(){var a=jQuery(this);a.data("liref")===b?a.addClass("selected"):a.removeClass("selected")}),g.find(".tp-thumb, .tp-tab").each(function(){var a=jQuery(this);a.data("liref")===b?(a.addClass("selected"),a.hasClass("tp-tab")?e(g.find(".tp-tabs"),s):e(g.find(".tp-thumbs"),r)):a.removeClass("selected")});var c=0,d=!1;f.thumbs&&jQuery.each(f.thumbs,function(a,e){c=!1===d?a:c,d=e.id===b||a===b||d});var h=c>0?c-1:f.slideamount-1,i=c+1==f.slideamount?0:c+1;if(!0===j.enable){var k=j.tmp;if(void 0!=f.thumbs[h]&&jQuery.each(f.thumbs[h].params,function(a,b){k=k.replace(b.from,b.to)}),j.left.j.html(k),k=j.tmp,i>f.slideamount)return;jQuery.each(f.thumbs[i].params,function(a,b){k=k.replace(b.from,b.to)}),j.right.j.html(k),j.rtl?(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"})):(punchgs.TweenLite.set(j.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[h].src+")"}),punchgs.TweenLite.set(j.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+f.thumbs[i].src+")"}))}}),l(j),l(n),l(r),l(s),g.on("mouseenter mousemove",function(){g.hasClass("tp-mouseover")||(g.addClass("tp-mouseover"),punchgs.TweenLite.killDelayedCallsTo(p),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"show"),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"show"),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"show"),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"show"),c&&(g.removeClass("tp-mouseover"),o(a,f)))}),g.on("mouseleave",function(){g.removeClass("tp-mouseover"),o(a,f)}),t&&j.hide_onleave&&p(g.find(".tparrows"),j,"hide",0),v&&n.hide_onleave&&p(g.find(".tp-bullets"),n,"hide",0),x&&r.hide_onleave&&p(g.find(".tp-thumbs"),r,"hide",0),y&&s.hide_onleave&&p(g.find(".tp-tabs"),s,"hide",0),x&&k(g.find(".tp-thumbs"),f),y&&k(g.find(".tp-tabs"),f),"carousel"===f.sliderType&&k(a,f,!0),("on"===f.navigation.touch.touchOnDesktop||"on"==f.navigation.touch.touchenabled&&c)&&k(a,f,"swipebased")}});var e=function(a,b){var d=(a.hasClass("tp-thumbs"),a.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),e=a.hasClass("tp-thumbs")?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",f=a.hasClass("tp-thumbs")?".tp-thumb":".tp-tab",g=a.find(d),h=g.find(e),i=b.direction,j="vertical"===i?g.find(f).first().outerHeight(!0)+b.space:g.find(f).first().outerWidth(!0)+b.space,k="vertical"===i?g.height():g.width(),l=parseInt(g.find(f+".selected").data("liindex"),0),m=k/j,n="vertical"===i?g.height():g.width(),o=0-l*j,p="vertical"===i?h.height():h.width(),q=o<0-(p-n)?0-(p-n):q>0?0:o,r=h.data("offset");m>2&&(q=o-(r+j)<=0?o-(r+j)<0-j?r:q+j:q,q=o-j+r+k0?0:q,"vertical"!==i&&g.width()>=h.width()&&(q=0),"vertical"===i&&g.height()>=h.height()&&(q=0),a.hasClass("dragged")||("vertical"===i?h.data("tmmove",punchgs.TweenLite.to(h,.5,{top:q+"px",ease:punchgs.Power3.easeInOut})):h.data("tmmove",punchgs.TweenLite.to(h,.5,{left:q+"px",ease:punchgs.Power3.easeInOut})),h.data("offset",q))},f=function(a,b,c,d,e,f){var g=c.parent().find(".tp-"+f+"s"),h=g.find(".tp-"+f+"s-inner-wrapper"),i=g.find(".tp-"+f+"-mask"),j=d.width*a300||e<-300)&&(e/=10),{spinX:b,spinY:c,pixelX:d,pixelY:e}},h=function(a,c){"on"===c.navigation.keyboardNavigation&&jQuery(document).keydown(function(d){("horizontal"==c.navigation.keyboard_direction&&39==d.keyCode||"vertical"==c.navigation.keyboard_direction&&40==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=0,b.callingNewSlide(a,1)),("horizontal"==c.navigation.keyboard_direction&&37==d.keyCode||"vertical"==c.navigation.keyboard_direction&&38==d.keyCode)&&(c.sc_indicator="arrow",c.sc_indicator_dir=1,b.callingNewSlide(a,-1))})},i=function(a,c){if("on"===c.navigation.mouseScrollNavigation||"carousel"===c.navigation.mouseScrollNavigation){c.isIEEleven=!!navigator.userAgent.match(/Trident.*rv\:11\./),c.isSafari=!!navigator.userAgent.match(/safari/i),c.ischrome=!!navigator.userAgent.match(/chrome/i);var d=c.ischrome?-49:c.isIEEleven||c.isSafari?-9:navigator.userAgent.match(/mozilla/i)?-29:-49,e=c.ischrome?49:c.isIEEleven||c.isSafari?9:navigator.userAgent.match(/mozilla/i)?29:49;a.on("mousewheel DOMMouseScroll",function(f){var h=g(f.originalEvent),i=a.find(".tp-revslider-slidesli.active-revslide").index(),j=a.find(".tp-revslider-slidesli.processing-revslide").index(),k=-1!=i&&0==i||-1!=j&&0==j,l=-1!=i&&i==c.slideamount-1||1!=j&&j==c.slideamount-1,m=!0;"carousel"==c.navigation.mouseScrollNavigation&&(k=l=!1),-1==j?h.pixelYe&&(l||(c.sc_indicator="arrow","reverse"!==c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=0,b.callingNewSlide(a,1)),m=!1),k||(c.sc_indicator="arrow","reverse"===c.navigation.mouseScrollReverse&&(c.sc_indicator_dir=1,b.callingNewSlide(a,-1)),m=!1)):m=!1;var n=c.c.offset().top-jQuery("body").scrollTop(),o=n+c.c.height();return"carousel"!=c.navigation.mouseScrollNavigation?("reverse"!==c.navigation.mouseScrollReverse&&(n>0&&h.pixelY>0||ojQuery(window).height()&&h.pixelY>0)&&(m=!0)):m=!1,0==m?(f.preventDefault(f),!1):void 0})}},j=function(a,b,d){return a=c?jQuery(d.target).closest("."+a).length||jQuery(d.srcElement).closest("."+a).length:jQuery(d.toElement).closest("."+a).length||jQuery(d.originalTarget).closest("."+a).length,!0===a||1===a?1:0},k=function(a,d,e){var f=d.carousel;jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"),f.Limit="endless";var h=(c||b.get_browser(),a),i="vertical"===d.navigation.thumbnails.direction||"vertical"===d.navigation.tabs.direction?"none":"vertical",k=d.navigation.touch.swipe_direction||"horizontal";i="swipebased"==e&&"vertical"==k?"none":e?"vertical":i,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, .noSwipe",h.swipetp({allowPageScroll:i,triggerOnTouchLeave:!0,treshold:d.navigation.touch.swipe_treshold,fingers:d.navigation.touch.swipe_min_touches,excludeElements:jQuery.fn.swipetp.defaults.excludedElements,swipeStatus:function(e,g,h,i,l,m,n){var o=j("rev_slider_wrapper",a,e),p=j("tp-thumbs",a,e),q=j("tp-tabs",a,e),r=jQuery(this).attr("class"),s=!!r.match(/tp-tabs|tp-thumb/gi);if("carousel"===d.sliderType&&(("move"===g||"end"===g||"cancel"==g)&&d.dragStartedOverSlider&&!d.dragStartedOverThumbs&&!d.dragStartedOverTabs||"start"===g&&o>0&&0===p&&0===q)){if(c&&("up"===h||"down"===h))return;switch(d.dragStartedOverSlider=!0,i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i),g){case"start":void 0!==f.positionanim&&(f.positionanim.kill(),f.slide_globaloffset="off"===f.infinity?f.slide_offset:b.simp(f.slide_offset,f.maxwidth)),f.overpull="none",f.wrap.addClass("dragged");break;case"move":if(d.c.find(".tp-withaction").addClass("tp-temporarydisabled"),f.slide_offset="off"===f.infinity?f.slide_globaloffset+i:b.simp(f.slide_globaloffset+i,f.maxwidth),"off"===f.infinity){var t="center"===f.horizontal_align?(f.wrapwidth/2-f.slide_width/2-f.slide_offset)/f.slide_width:(0-f.slide_offset)/f.slide_width;"none"!==f.overpull&&0!==f.overpull||!(t<0||t>d.slideamount-1)?t>=0&&t<=d.slideamount-1&&(t>=0&&i>f.overpull||t<=d.slideamount-1&&id.slideamount-1?f.slide_offset+(f.overpull-i)/1.1-Math.sqrt(Math.abs((f.overpull-i)/1.1)):f.slide_offset}b.organiseCarousel(d,h,!0,!0);break;case"end":case"cancel":f.slide_globaloffset=f.slide_offset,f.wrap.removeClass("dragged"),b.carouselToEvalPosition(d,h),d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,setTimeout(function(){d.c.find(".tp-withaction").removeClass("tp-temporarydisabled")},19)}}else{if(("move"!==g&&"end"!==g&&"cancel"!=g||d.dragStartedOverSlider||!d.dragStartedOverThumbs&&!d.dragStartedOverTabs)&&!("start"===g&&o>0&&(p>0||q>0))){if("end"==g&&!s){if(d.sc_indicator="arrow","horizontal"==k&&"left"==h||"vertical"==k&&"up"==h)return d.sc_indicator_dir=0,b.callingNewSlide(d.c,1),!1;if("horizontal"==k&&"right"==h||"vertical"==k&&"down"==h)return d.sc_indicator_dir=1,b.callingNewSlide(d.c,-1),!1}return d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1,!0}p>0&&(d.dragStartedOverThumbs=!0),q>0&&(d.dragStartedOverTabs=!0);var u=d.dragStartedOverThumbs?".tp-thumbs":".tp-tabs",v=d.dragStartedOverThumbs?".tp-thumb-mask":".tp-tab-mask",w=d.dragStartedOverThumbs?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",x=d.dragStartedOverThumbs?".tp-thumb":".tp-tab",y=d.dragStartedOverThumbs?d.navigation.thumbnails:d.navigation.tabs;i=h&&h.match(/left|up/g)?Math.round(-1*i):i=Math.round(1*i);var z=a.parent().find(v),A=z.find(w),B=y.direction,C="vertical"===B?A.height():A.width(),D="vertical"===B?z.height():z.width(),E="vertical"===B?z.find(x).first().outerHeight(!0)+y.space:z.find(x).first().outerWidth(!0)+y.space,F=void 0===A.data("offset")?0:parseInt(A.data("offset"),0),G=0;switch(g){case"start":a.parent().find(u).addClass("dragged"),F="vertical"===B?A.position().top:A.position().left,A.data("offset",F),A.data("tmmove")&&A.data("tmmove").pause();break;case"move":if(C<=D)return!1;G=F+i,G=G>0?"horizontal"===B?G-A.width()*(G/A.width()*G/A.width()):G-A.height()*(G/A.height()*G/A.height()):G;var H="vertical"===B?0-(A.height()-z.height()):0-(A.width()-z.width());G=G0?0:G,G=Math.abs(i)>E/10?i<=0?Math.floor(G/E)*E:Math.ceil(G/E)*E:i<0?Math.ceil(G/E)*E:Math.floor(G/E)*E,G="vertical"===B?G<0-(A.height()-z.height())?0-(A.height()-z.height()):G:G<0-(A.width()-z.width())?0-(A.width()-z.width()):G,G=G>0?0:G,"vertical"===B?punchgs.TweenLite.to(A,.5,{top:G+"px",ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(A,.5,{left:G+"px",ease:punchgs.Power3.easeOut}),G=G||("vertical"===B?A.position().top:A.position().left),A.data("offset",G),A.data("distance",i),setTimeout(function(){d.dragStartedOverSlider=!1,d.dragStartedOverThumbs=!1,d.dragStartedOverTabs=!1},100),a.parent().find(u).removeClass("dragged"),!1}}}})},l=function(a){a.hide_delay=jQuery.isNumeric(parseInt(a.hide_delay,0))?a.hide_delay/1e3:.2,a.hide_delay_mobile=jQuery.isNumeric(parseInt(a.hide_delay_mobile,0))?a.hide_delay_mobile/1e3:.2},m=function(a){return a&&a.enable},n=function(a){return a&&a.enable&&!0===a.hide_onleave&&(void 0===a.position||!a.position.match(/outer/g))},o=function(a,b){var d=a.parent();n(b.navigation.arrows)&&punchgs.TweenLite.delayedCall(c?b.navigation.arrows.hide_delay_mobile:b.navigation.arrows.hide_delay,p,[d.find(".tparrows"),b.navigation.arrows,"hide"]),n(b.navigation.bullets)&&punchgs.TweenLite.delayedCall(c?b.navigation.bullets.hide_delay_mobile:b.navigation.bullets.hide_delay,p,[d.find(".tp-bullets"),b.navigation.bullets,"hide"]),n(b.navigation.thumbnails)&&punchgs.TweenLite.delayedCall(c?b.navigation.thumbnails.hide_delay_mobile:b.navigation.thumbnails.hide_delay,p,[d.find(".tp-thumbs"),b.navigation.thumbnails,"hide"]),n(b.navigation.tabs)&&punchgs.TweenLite.delayedCall(c?b.navigation.tabs.hide_delay_mobile:b.navigation.tabs.hide_delay,p,[d.find(".tp-tabs"),b.navigation.tabs,"hide"])},p=function(a,b,c,d){switch(d=void 0===d?.5:d,c){case"show":punchgs.TweenLite.to(a,d,{autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"});break;case"hide":punchgs.TweenLite.to(a,d,{autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"})}},q=function(a,b,c){b.style=void 0===b.style?"":b.style,b.left.style=void 0===b.left.style?"":b.left.style,b.right.style=void 0===b.right.style?"":b.right.style,0===a.find(".tp-leftarrow.tparrows").length&&a.append('
'+b.tmp+"
"),0===a.find(".tp-rightarrow.tparrows").length&&a.append('
'+b.tmp+"
");var d=a.find(".tp-leftarrow.tparrows"),e=a.find(".tp-rightarrow.tparrows");b.rtl?(d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})):(e.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=0,a.revnext()}),d.click(function(){c.sc_indicator="arrow",c.sc_indicator_dir=1,a.revprev()})),b.right.j=a.find(".tp-rightarrow.tparrows"),b.left.j=a.find(".tp-leftarrow.tparrows"),b.padding_top=parseInt(c.carousel.padding_top||0,0),b.padding_bottom=parseInt(c.carousel.padding_bottom||0,0),t(d,b.left,c),t(e,b.right,c),b.left.opt=c,b.right.opt=c,"outer-left"!=b.position&&"outer-right"!=b.position||(c.outernav=!0)},r=function(a,b,c){var d=a.outerHeight(!0),f=(a.outerWidth(!0),void 0==b.opt?0:0==c.conh?c.height:c.conh),g="layergrid"==b.container?"fullscreen"==c.sliderLayout?c.height/2-c.gridheight[c.curWinRange]*c.bh/2:"on"==c.autoHeight||void 0!=c.minHeight&&c.minHeight>0?f/2-c.gridheight[c.curWinRange]*c.bh/2:0:0,h="top"===b.v_align?{top:"0px",y:Math.round(b.v_offset+g)+"px"}:"center"===b.v_align?{top:"50%",y:Math.round(0-d/2+b.v_offset)+"px"}:{top:"100%",y:Math.round(0-(d+b.v_offset+g))+"px"};a.hasClass("outer-bottom")||punchgs.TweenLite.set(a,h)},s=function(a,b,c){var e=(a.outerHeight(!0),a.outerWidth(!0)),f="layergrid"==b.container?"carousel"===c.sliderType?0:c.width/2-c.gridwidth[c.curWinRange]*c.bw/2:0,g="left"===b.h_align?{left:"0px",x:Math.round(b.h_offset+f)+"px"}:"center"===b.h_align?{left:"50%",x:Math.round(0-e/2+b.h_offset)+"px"}:{left:"100%",x:Math.round(0-(e+b.h_offset+f))+"px"};punchgs.TweenLite.set(a,g)},t=function(a,b,c){var d=a.closest(".tp-simpleresponsive").length>0?a.closest(".tp-simpleresponsive"):a.closest(".tp-revslider-mainul").length>0?a.closest(".tp-revslider-mainul"):a.closest(".rev_slider_wrapper").length>0?a.closest(".rev_slider_wrapper"):a.parent().find(".tp-revslider-mainul"),e=d.width(),f=d.height();if(r(a,b,c),s(a,b,c),"outer-left"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout?"outer-right"!==b.position||"fullwidth"!=b.sliderLayout&&"fullscreen"!=b.sliderLayout||punchgs.TweenLite.set(a,{right:0-a.outerWidth()+"px",x:b.h_offset+"px"}):punchgs.TweenLite.set(a,{left:0-a.outerWidth()+"px",x:b.h_offset+"px"}),a.hasClass("tp-thumbs")||a.hasClass("tp-tabs")){var g=a.data("wr_padding"),h=a.data("maxw"),i=a.data("maxh"),j=a.hasClass("tp-thumbs")?a.find(".tp-thumb-mask"):a.find(".tp-tab-mask"),k=parseInt(b.padding_top||0,0),l=parseInt(b.padding_bottom||0,0);h>e&&"outer-left"!==b.position&&"outer-right"!==b.position?(punchgs.TweenLite.set(a,{left:"0px",x:0,maxWidth:e-2*g+"px"}),punchgs.TweenLite.set(j,{maxWidth:e-2*g+"px"})):(punchgs.TweenLite.set(a,{maxWidth:h+"px"}),punchgs.TweenLite.set(j,{maxWidth:h+"px"})),i+2*g>f&&"outer-bottom"!==b.position&&"outer-top"!==b.position?(punchgs.TweenLite.set(a,{top:"0px",y:0,maxHeight:k+l+(f-2*g)+"px"}),punchgs.TweenLite.set(j,{maxHeight:k+l+(f-2*g)+"px"})):(punchgs.TweenLite.set(a,{maxHeight:i+"px"}),punchgs.TweenLite.set(j,{maxHeight:i+"px"})),"outer-left"!==b.position&&"outer-right"!==b.position&&(k=0,l=0),!0===b.span&&"vertical"===b.direction?(punchgs.TweenLite.set(a,{maxHeight:k+l+(f-2*g)+"px",height:k+l+(f-2*g)+"px",top:0-k,y:0}),r(j,b,c)):!0===b.span&&"horizontal"===b.direction&&(punchgs.TweenLite.set(a,{maxWidth:"100%",width:e-2*g+"px",left:0,x:0}),s(j,b,c))}},u=function(a,b,c,d){0===a.find(".tp-bullets").length&&(b.style=void 0===b.style?"":b.style,a.append('
'));var e=a.find(".tp-bullets"),f=c.data("index"),g=b.tmp;jQuery.each(d.thumbs[c.index()].params,function(a,b){g=g.replace(b.from,b.to)}),e.append('
'+g+"
");var h=a.find(".justaddedbullet"),i=a.find(".tp-bullet").length,j=h.outerWidth()+parseInt(void 0===b.space?0:b.space,0),k=h.outerHeight()+parseInt(void 0===b.space?0:b.space,0);"vertical"===b.direction?(h.css({top:(i-1)*k+"px",left:"0px"}),e.css({height:(i-1)*k+h.outerHeight(),width:h.outerWidth()})):(h.css({left:(i-1)*j+"px",top:"0px"}),e.css({width:(i-1)*j+h.outerWidth(),height:h.outerHeight()})),h.find(".tp-bullet-image").css({backgroundImage:"url("+d.thumbs[c.index()].src+")"}),h.data("liref",f),h.click(function(){d.sc_indicator="bullet",a.revcallslidewithid(f),a.find(".tp-bullet").removeClass("selected"),jQuery(this).addClass("selected")}),h.removeClass("justaddedbullet"),b.padding_top=parseInt(d.carousel.padding_top||0,0),b.padding_bottom=parseInt(d.carousel.padding_bottom||0,0),b.opt=d,"outer-left"!=b.position&&"outer-right"!=b.position||(d.outernav=!0),e.addClass("nav-pos-hor-"+b.h_align),e.addClass("nav-pos-ver-"+b.v_align),e.addClass("nav-dir-"+b.direction),t(e,b,d)},w=function(a,b,c,d,e){var f="tp-thumb"===d?".tp-thumbs":".tp-tabs",g="tp-thumb"===d?".tp-thumb-mask":".tp-tab-mask",h="tp-thumb"===d?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",i="tp-thumb"===d?".tp-thumb":".tp-tab",j="tp-thumb"===d?".tp-thumb-image":".tp-tab-image";if(b.visibleAmount=b.visibleAmount>e.slideamount?e.slideamount:b.visibleAmount,b.sliderLayout=e.sliderLayout,0===a.parent().find(f).length){b.style=void 0===b.style?"":b.style;var k=!0===b.span?"tp-span-wrapper":"",l='
';"outer-top"===b.position?a.parent().prepend(l):"outer-bottom"===b.position?a.after(l):a.append(l),b.padding_top=parseInt(e.carousel.padding_top||0,0),b.padding_bottom=parseInt(e.carousel.padding_bottom||0,0),"outer-left"!=b.position&&"outer-right"!=b.position||(e.outernav=!0)}var m=c.data("index"),n=a.parent().find(f),o=n.find(g),p=o.find(h),q="horizontal"===b.direction?b.width*b.visibleAmount+b.space*(b.visibleAmount-1):b.width,r="horizontal"===b.direction?b.height:b.height*b.visibleAmount+b.space*(b.visibleAmount-1),s=b.tmp;jQuery.each(e.thumbs[c.index()].params,function(a,b){s=s.replace(b.from,b.to)}),p.append('
'+s+"
");var u=n.find(".justaddedthumb"),v=n.find(i).length,w=u.outerWidth()+parseInt(void 0===b.space?0:b.space,0),x=u.outerHeight()+parseInt(void 0===b.space?0:b.space,0);u.find(j).css({backgroundImage:"url("+e.thumbs[c.index()].src+")"}),"vertical"===b.direction?(u.css({top:(v-1)*x+"px",left:"0px"}),p.css({height:(v-1)*x+u.outerHeight(),width:u.outerWidth()})):(u.css({left:(v-1)*w+"px",top:"0px"}),p.css({width:(v-1)*w+u.outerWidth(),height:u.outerHeight()})),n.data("maxw",q),n.data("maxh",r),n.data("wr_padding",b.wrapper_padding);var y="outer-top"===b.position||"outer-bottom"===b.position?"relative":"absolute";"outer-top"!==b.position&&"outer-bottom"!==b.position||b.h_align;o.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"hidden",position:"relative"}),n.css({maxWidth:q+"px",maxHeight:r+"px",overflow:"visible",position:y,background:b.wrapper_color,padding:b.wrapper_padding+"px",boxSizing:"contet-box"}),u.click(function(){e.sc_indicator="bullet";var b=a.parent().find(h).data("distance");b=void 0===b?0:b,Math.abs(b)<10&&(a.revcallslidewithid(m),a.parent().find(f).removeClass("selected"),jQuery(this).addClass("selected"))}),u.removeClass("justaddedthumb"),b.opt=e,n.addClass("nav-pos-hor-"+b.h_align),n.addClass("nav-pos-ver-"+b.v_align),n.addClass("nav-dir-"+b.direction),t(n,b,e)},x=function(a){var b=a.c.parent().find(".outer-top"),c=a.c.parent().find(".outer-bottom");a.top_outer=b.hasClass("tp-forcenotvisible")?0:b.outerHeight()||0,a.bottom_outer=c.hasClass("tp-forcenotvisible")?0:c.outerHeight()||0},y=function(a,b,c,d){b>c||c>d?a.addClass("tp-forcenotvisible"):a.removeClass("tp-forcenotvisible")}}(jQuery); + +/******************************************** + * REVOLUTION 5.4.6.5 EXTENSION - PARALLAX + * @version: 2.2.3 (17.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){"use strict";function e(a,b){a.lastscrolltop=b}var b=jQuery.fn.revolution,c=b.is_mobile(),d={alias:"Parallax Min JS",name:"revolution.extensions.parallax.min.js",min_core:"5.4.5",version:"2.2.3"};jQuery.extend(!0,b,{checkForParallax:function(a,e){function g(a){if("3D"==f.type||"3d"==f.type){a.find(".slotholder").wrapAll('
'),a.find(".tp-parallax-wrap").wrapAll('
'),a.find(".rs-parallaxlevel-tobggroup").closest(".tp-parallax-wrap").wrapAll('
');var b=a.find(".dddwrapper"),c=a.find(".dddwrapper-layer");a.find(".dddwrapper-layertobggroup").appendTo(b),"carousel"==e.sliderType&&("on"==f.ddd_shadow&&b.addClass("dddwrappershadow"),punchgs.TweenLite.set(b,{borderRadius:e.carousel.border_radius})),punchgs.TweenLite.set(a,{overflow:"visible",transformStyle:"preserve-3d",perspective:1600}),punchgs.TweenLite.set(b,{force3D:"auto",transformOrigin:"50% 50%"}),punchgs.TweenLite.set(c,{force3D:"auto",transformOrigin:"50% 50%",zIndex:5}),punchgs.TweenLite.set(e.ul,{transformStyle:"preserve-3d",transformPerspective:1600})}}if("stop"===b.compare_version(d).check)return!1;var f=e.parallax;if(!f.done){if(f.done=!0,c&&"on"==f.disable_onmobile)return!1;"3D"!=f.type&&"3d"!=f.type||(punchgs.TweenLite.set(e.c,{overflow:f.ddd_overflow}),punchgs.TweenLite.set(e.ul,{overflow:f.ddd_overflow}),"carousel"!=e.sliderType&&"on"==f.ddd_shadow&&(e.c.prepend('
'),punchgs.TweenLite.set(e.c.find(".dddwrappershadow"),{force3D:"auto",transformPerspective:1600,transformOrigin:"50% 50%",width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:0}))),e.li.each(function(){g(jQuery(this))}),("3D"==f.type||"3d"==f.type)&&e.c.find(".tp-static-layers").length>0&&(punchgs.TweenLite.set(e.c.find(".tp-static-layers"),{top:0,left:0,width:"100%",height:"100%"}),g(e.c.find(".tp-static-layers"))),f.pcontainers=new Array,f.pcontainer_depths=new Array,f.bgcontainers=new Array,f.bgcontainer_depths=new Array,e.c.find(".tp-revslider-slidesli .slotholder, .tp-revslider-slidesli .rs-background-video-layer").each(function(){var a=jQuery(this),b=a.data("bgparallax")||e.parallax.bgparallax;void 0!==(b="on"==b?1:b)&&"off"!==b&&(f.bgcontainers.push(a),f.bgcontainer_depths.push(e.parallax.levels[parseInt(b,0)-1]/100))});for(var h=1;h<=f.levels.length;h++)e.c.find(".rs-parallaxlevel-"+h).each(function(){var a=jQuery(this),b=a.closest(".tp-parallax-wrap");b.data("parallaxlevel",f.levels[h-1]),b.addClass("tp-parallax-container"),f.pcontainers.push(b),f.pcontainer_depths.push(f.levels[h-1])});"mouse"!=f.type&&"scroll+mouse"!=f.type&&"mouse+scroll"!=f.type&&"3D"!=f.type&&"3d"!=f.type||(a.mouseenter(function(b){var c=a.find(".active-revslide"),d=a.offset().top,e=a.offset().left,f=b.pageX-e,g=b.pageY-d;c.data("enterx",f),c.data("entery",g)}),a.on("mousemove.hoverdir, mouseleave.hoverdir, trigger3dpath",function(b,c){var d=c&&c.li?c.li:a.find(".active-revslide");if("enterpoint"==f.origo){var g=a.offset().top,h=a.offset().left;void 0==d.data("enterx")&&d.data("enterx",b.pageX-h),void 0==d.data("entery")&&d.data("entery",b.pageY-g);var i=d.data("enterx")||b.pageX-h,j=d.data("entery")||b.pageY-g,k=i-(b.pageX-h),l=j-(b.pageY-g),m=f.speed/1e3||.4}else var g=a.offset().top,h=a.offset().left,k=e.conw/2-(b.pageX-h),l=e.conh/2-(b.pageY-g),m=f.speed/1e3||3;"mouseleave"==b.type&&(k=f.ddd_lasth||0,l=f.ddd_lastv||0,m=1.5);for(var n=0;njQuery(window).height()){var h=d;d=c,c=h}var i=a.width(),j=a.height(),k=360/i*d,l=180/j*c,m=f.speed/1e3||3,n=[];if(g.find(".tp-parallax-container").each(function(a){n.push(jQuery(this))}),a.find(".tp-static-layers .tp-parallax-container").each(function(){n.push(jQuery(this))}),jQuery.each(n,function(){var a=jQuery(this),b=parseInt(a.data("parallaxlevel"),0),c=b/100,d=k*c*2,e=l*c*4;punchgs.TweenLite.to(a,m,{force3D:"auto",x:d,y:e,ease:punchgs.Power3.easeOut,overwrite:"all"})}),"3D"==f.type||"3d"==f.type){var o=".tp-revslider-slidesli .dddwrapper, .dddwrappershadow, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer";"carousel"===e.sliderType&&(o=".tp-revslider-slidesli .dddwrapper, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer"),e.c.find(o).each(function(){var a=jQuery(this),c=f.levels[f.levels.length-1]/200,d=k*c,g=l*c*3,h=0==e.conw?0:Math.round(k/e.conw*c*500)||0,i=0==e.conh?0:Math.round(l/e.conh*c*700)||0,j=a.closest("li"),n=0,o=!1;a.hasClass("dddwrapper-layer")&&(n=f.ddd_z_correction||65,o=!0),a.hasClass("dddwrapper-layer")&&(d=0,g=0),j.hasClass("active-revslide")||"carousel"!=e.sliderType?"on"!=f.ddd_bgfreeze||o?punchgs.TweenLite.to(a,m,{rotationX:i,rotationY:-h,x:d,z:n,y:g,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(a,.5,{force3D:"auto",rotationY:0,rotationX:0,z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(a,.5,{force3D:"auto",rotationY:0,z:0,x:0,y:0,rotationX:0,ease:punchgs.Power3.easeOut,overwrite:"all"}),"mouseleave"==b.type&&punchgs.TweenLite.to(jQuery(this),3.8,{z:0,ease:punchgs.Power3.easeOut})})}}));var i=e.scrolleffect;if(i.bgs=new Array,i.on){if("on"===i.on_slidebg)for(var h=0;ha.lastwindowheight?g.top/g.height:g.bottom>a.lastwindowheight?(g.bottom-a.lastwindowheight)/g.height:0;if(a.scrollproc=j,b.callBackHandling&&b.callBackHandling(a,"parallax","start"),h.enable){var k=1-Math.abs(j);k=k<0?0:k,jQuery.isNumeric(h.visible_area)||-1!==h.visible_area.indexOf("%")&&(h.visible_area=parseInt(h.visible_area)/100),1-h.visible_area<=k?a.inviewport||(a.inviewport=!0,b.enterInViewPort(a)):a.inviewport&&(a.inviewport=!1,b.leaveViewPort(a))}if(c&&"on"==i.disable_onmobile)return!1;if("3d"!=i.type&&"3D"!=i.type){if(("scroll"==i.type||"scroll+mouse"==i.type||"mouse+scroll"==i.type)&&i.pcontainers)for(var l=0;l0){var m=i.pcontainers[l],n=i.pcontainer_depths[l]/100,o=Math.round(j*(-n*a.conh)*10)/10||0,p=void 0!==f?f:i.speedls/1e3||0;m.data("parallaxoffset",o),punchgs.TweenLite.to(m,p,{overwrite:"auto",force3D:"auto",y:o})}if(i.bgcontainers)for(var l=0;l=0&&(u=1),"bottom"==s.direction&&j<=0&&(u=1),u=u>1?1:u<0?0:u,"on"===s.fade&&(v.opacity=u),"on"===s.scale){var w=u;v.scale=1-w+1}if("on"===s.blur){var x=(1-u)*s.maxblur;v["-webkit-filter"]="blur("+x+"px)",v.filter="blur("+x+"px)"}if("on"===s.grayscale){var y=100*(1-u),z="grayscale("+y+"%)";v["-webkit-filter"]=void 0===v["-webkit-filter"]?z:v["-webkit-filter"]+" "+z,v.filter=void 0===v.filter?z:v.filter+" "+z}punchgs.TweenLite.set(s.layers,v)}if(!1!==s.bgs){var u=1-t*s.multiplicator,v={backfaceVisibility:"hidden",force3D:"true"};if("top"==s.direction&&j>=0&&(u=1),"bottom"==s.direction&&j<=0&&(u=1),u=u>1?1:u<0?0:u,"on"===s.fade&&(v.opacity=u),"on"===s.scale){var w=u;punchgs.TweenLite.set(jQuery(".tp-kbimg-wrap"),{transformOrigin:"50% 50%",scale:w,force3D:!0})}if("on"===s.blur){var x=(1-u)*s.maxblur;v["-webkit-filter"]="blur("+x+"px)",v.filter="blur("+x+"px)"}if("on"===s.grayscale){var y=100*(1-u),z="grayscale("+y+"%)";v["-webkit-filter"]=void 0===v["-webkit-filter"]?z:v["-webkit-filter"]+" "+z,v.filter=void 0===v.filter?z:v.filter+" "+z}punchgs.TweenLite.set(s.bgs,v)}}b.callBackHandling&&b.callBackHandling(a,"parallax","end")}})}(jQuery); + +/************************************************ + * REVOLUTION 5.4.6.5 EXTENSION - SLIDE ANIMATIONS + * @version: 1.8 (17.05.2017) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +************************************************/ +!function(t){"use strict";var L=jQuery.fn.revolution,l={alias:"SlideAnimations Min JS",name:"revolution.extensions.slideanims.min.js",min_core:"5.4.5",version:"1.8"};jQuery.extend(!0,L,{animateSlide:function(t,e,o,a,i,n,r,s){return"stop"===L.compare_version(l).check?s:d(t,e,o,a,i,n,r,s)}});var ct=function(t,e,o,a){var i=t,n=i.find(".defaultimg"),r=n.data("mediafilter"),s=i.data("zoomstart"),l=i.data("rotationstart");null!=n.data("currotate")&&(l=n.data("currotate")),null!=n.data("curscale")&&"box"==a?s=100*n.data("curscale"):null!=n.data("curscale")&&(s=n.data("curscale")),L.slotSize(n,e);var d=n.attr("src"),h=n.data("bgcolor"),f=e.width,c=e.height,u=n.data("fxof");void 0===h&&(h=n.css("backgroundColor")),"on"==e.autoHeight&&(c=e.c.height()),null==u&&(u=0);var p=0,g=n.data("bgfit"),w=n.data("bgrepeat"),m=n.data("bgposition");null==g&&(g="cover"),null==w&&(w="no-repeat"),null==m&&(m="center center");var v="";switch(v=void 0!==h&&0<=h.indexOf("gradient")?"background:"+h:"background-color:"+h+";background-image:url("+d+");background-repeat:"+w+";background-size:"+g+";background-position:"+m,a){case"box":for(var y=0,x=0,T=0;T
'),x+=e.sloth,null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l});y+=e.slotw}break;case"vertical":case"horizontal":if("horizontal"==a){if(!o)p=0-e.slotw;for(z=0;z
'),null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l})}else{if(!o)p=0-e.sloth;for(z=0;z
'),null!=s&&null!=l&&punchgs.TweenLite.set(i.find(".slot").last(),{rotationZ:l})}}};var ut=function(t,e){return null==e||jQuery.isNumeric(t)?t:null==t?t:t.split(",")[e]},d=function(a,t,e,o,i,n,r,s){var l=e[0].opt,d=i.index(),h=o.index()l.delay?l.delay:g,g+=c[4],l.slots=ut(o.data("slotamount"),p),l.slots=null==l.slots||"default"==l.slots?c[12]:"random"==l.slots?Math.round(12*Math.random()+4):l.slots,l.slots=l.slots<1?"boxslide"==t?Math.round(6*Math.random()+3):"flyin"==t?Math.round(4*Math.random()+1):l.slots:l.slots,l.slots=(4==a||5==a||6==a)&&l.slots<3?3:l.slots,l.slots=0!=c[3]?Math.min(l.slots,c[3]):l.slots,l.slots=9==a?l.width/l.slots:10==a?l.height/l.slots:l.slots,l.rotate=ut(o.data("rotate"),p),l.rotate=null==l.rotate||"default"==l.rotate?0:999==l.rotate||"random"==l.rotate?Math.round(360*Math.random()):l.rotate,l.rotate=l.ie||l.ie9?0:l.rotate,11!=a&&(null!=c[7]&&ct(r,l,c[7],c[5]),null!=c[6]&&ct(n,l,c[6],c[5])),s.add(punchgs.TweenLite.set(n.find(".defaultvid"),{y:0,x:0,top:0,left:0,scale:1}),0),s.add(punchgs.TweenLite.set(r.find(".defaultvid"),{y:0,x:0,top:0,left:0,scale:1}),0),s.add(punchgs.TweenLite.set(n.find(".defaultvid"),{y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(r.find(".defaultvid"),{y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(n,{autoAlpha:1,y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(r,{autoAlpha:1,y:"+0%",x:"+0%"}),0),s.add(punchgs.TweenLite.set(n.parent(),{backgroundColor:"transparent"}),0),s.add(punchgs.TweenLite.set(r.parent(),{backgroundColor:"transparent"}),0);var w=ut(o.data("easein"),p),m=ut(o.data("easeout"),p);if(w="default"===w?c[9]||punchgs.Power2.easeInOut:w||c[9]||punchgs.Power2.easeInOut,m="default"===m?c[10]||punchgs.Power2.easeInOut:m||c[10]||punchgs.Power2.easeInOut,0==a){var v=Math.ceil(l.height/l.sloth),y=0;n.find(".slotslide").each(function(t){var e=jQuery(this);(y+=1)==v&&(y=0),s.add(punchgs.TweenLite.from(e,g/600,{opacity:0,top:0-l.sloth,left:0-l.slotw,rotation:l.rotate,force3D:"auto",ease:w}),(15*t+30*y)/1500)})}if(1==a){var x;n.find(".slotslide").each(function(t){var e=jQuery(this),o=Math.random()*g+300,a=500*Math.random()+200;xl.delay&&(g=l.delay);T=new punchgs.TimelineLite;setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100),r.find(".slotslide").each(function(){var t=jQuery(this).find("div");T.add(punchgs.TweenLite.to(t,g/1e3,{left:0-l.slotw/2+"px",top:0-l.height/2+"px",width:2*l.slotw+"px",height:2*l.height+"px",opacity:0,rotation:l.rotate,force3D:"auto",ease:w}),0),s.add(T,0)}),n.find(".slotslide").each(function(t){var e=jQuery(this).find("div");T.add(punchgs.TweenLite.fromTo(e,g/1e3,{left:0,top:0,opacity:0,transformPerspective:600},{left:0-t*l.slotw+"px",ease:m,force3D:"auto",top:"0px",width:l.width,height:l.height,opacity:1,rotation:0,delay:.1}),0),s.add(T,0)})}if(8==a){(g*=3)>l.delay&&(g=l.delay);T=new punchgs.TimelineLite;r.find(".slotslide").each(function(){var t=jQuery(this).find("div");T.add(punchgs.TweenLite.to(t,g/1e3,{left:0-l.width/2+"px",top:0-l.sloth/2+"px",width:2*l.width+"px",height:2*l.sloth+"px",force3D:"auto",ease:w,opacity:0,rotation:l.rotate}),0),s.add(T,0)}),n.find(".slotslide").each(function(t){var e=jQuery(this).find("div");T.add(punchgs.TweenLite.fromTo(e,g/1e3,{left:0,top:0,opacity:0,force3D:"auto"},{left:"0px",top:0-t*l.sloth+"px",width:n.find(".defaultimg").data("neww")+"px",height:n.find(".defaultimg").data("newh")+"px",opacity:1,ease:m,rotation:0}),0),s.add(T,0)})}if(9==a||10==a){n.find(".slotslide").each(function(t){var e=jQuery(this);0,s.add(punchgs.TweenLite.fromTo(e,g/2e3,{autoAlpha:0,force3D:"auto",transformPerspective:600},{autoAlpha:1,ease:w,delay:t*l.slots/100/2e3}),0)})}if(27==a||28==a||29==a||30==a){var L=n.find(".slot"),b=27==a||29==a?"-100%":"+100%",A=27==a||29==a?"+100%":"-100%",D=27==a||29==a?"-80%":"80%",j=27==a||29==a?"+80%":"-80%",Q=27==a||29==a?"+10%":"-10%",M={overwrite:"all"},P={autoAlpha:0,zIndex:1,force3D:"auto",ease:w},k={position:"inherit",autoAlpha:0,overwrite:"all",zIndex:1},O={autoAlpha:1,force3D:"auto",ease:m},I={overwrite:"all",zIndex:2,opacity:1,autoAlpha:1},X={autoAlpha:1,force3D:"auto",overwrite:"all",ease:w},Y={overwrite:"all",zIndex:2,autoAlpha:1},S={autoAlpha:1,force3D:"auto",ease:w},_=1==(27==a||28==a?1:2)?"y":"x";M[_]="0px",P[_]=b,k[_]=Q,O[_]="0%",I[_]=A,X[_]=b,Y[_]=D,S[_]=j,L.append(''),s.add(punchgs.TweenLite.fromTo(r,g/1e3,M,P),0),s.add(punchgs.TweenLite.fromTo(n.find(".defaultimg"),g/2e3,k,O),g/2e3),s.add(punchgs.TweenLite.fromTo(L,g/1e3,I,X),0),s.add(punchgs.TweenLite.fromTo(L.find(".slotslide div"),g/1e3,Y,S),0)}if(31==a||32==a||33==a||34==a){g=6e3,w=punchgs.Power3.easeInOut;var C=g/1e3;mas=C-C/5,_nt=a,fy=31==_nt?"+100%":32==_nt?"-100%":"0%",fx=33==_nt?"+100%":34==_nt?"-100%":"0%",ty=31==_nt?"-100%":32==_nt?"+100%":"0%",tx=33==_nt?"-100%":34==_nt?"+100%":"0%",s.add(punchgs.TweenLite.fromTo(r,C-.2*C,{y:0,x:0},{y:ty,x:tx,ease:m}),.2*C),s.add(punchgs.TweenLite.fromTo(n,C,{y:fy,x:fx},{y:"0%",x:"0%",ease:w}),0),n.find(".slot").remove(),n.find(".defaultimg").clone().appendTo(n).addClass("slot"),function(t,f,c,e,u){var o=t.find(".slot"),p=[2,1.2,.9,.7,.55,.42],g=t.width(),w=t.height();o.wrap('
');for(var a=0;a<6;a++)o.parent().clone(!1).appendTo(nextsh);t.find(".slot-circle-wrapper").each(function(t){if(t<6){var e=jQuery(this),o=e.find(".slot"),a=wl.delay&&(g=l.delay),setTimeout(function(){punchgs.TweenLite.set(r.find(".defaultimg"),{autoAlpha:0})},100);var J=l.width,N=l.height,R=n.find(".slotslide, .defaultvid"),q=0,B=0,E=1,F=1,G=1,K=g/1e3,U=K;"fullwidth"!=l.sliderLayout&&"fullscreen"!=l.sliderLayout||(J=R.width(),N=R.height()),12==a?q=J:15==a?q=0-J:13==a?B=N:14==a&&(B=0-N),1==u&&(E=0),2==u&&(E=0),3==u&&(K=g/1300),4!=u&&5!=u||(F=.6),6==u&&(F=1.4),5!=u&&6!=u||(G=1.4,B=q=N=J=E=0),6==u&&(G=.6);7==u&&(N=J=0);var W=n.find(".slotslide"),$=r.find(".slotslide, .defaultvid");if(s.add(punchgs.TweenLite.set(i,{zIndex:15}),0),s.add(punchgs.TweenLite.set(o,{zIndex:20}),0),8==u?(s.add(punchgs.TweenLite.set(i,{zIndex:20}),0),s.add(punchgs.TweenLite.set(o,{zIndex:15}),0),s.add(punchgs.TweenLite.set(W,{left:0,top:0,scale:1,opacity:1,rotation:0,ease:w,force3D:"auto"}),0)):s.add(punchgs.TweenLite.from(W,K,{left:q,top:B,scale:G,opacity:E,rotation:l.rotate,ease:w,force3D:"auto"}),0),4!=u&&5!=u||(N=J=0),1!=u)switch(a){case 12:s.add(punchgs.TweenLite.to($,U,{left:0-J+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 15:s.add(punchgs.TweenLite.to($,U,{left:J+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 13:s.add(punchgs.TweenLite.to($,U,{top:0-N+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0);break;case 14:s.add(punchgs.TweenLite.to($,U,{top:N+"px",force3D:"auto",scale:F,opacity:E,rotation:l.rotate,ease:m}),0)}}if(16==a){T=new punchgs.TimelineLite;s.add(punchgs.TweenLite.set(i,{position:"absolute","z-index":20}),0),s.add(punchgs.TweenLite.set(o,{position:"absolute","z-index":15}),0),i.wrapInner('
'),i.find(".tp-half-one").clone(!0).appendTo(i).addClass("tp-half-two"),i.find(".tp-half-two").removeClass("tp-half-one");J=l.width,N=l.height;"on"==l.autoHeight&&(N=e.height()),i.find(".tp-half-one .defaultimg").wrap('
'),i.find(".tp-half-two .defaultimg").wrap('
'),i.find(".tp-half-two .defaultimg").css({position:"absolute",top:"-50%"}),i.find(".tp-half-two .tp-caption").wrapAll('
'),s.add(punchgs.TweenLite.set(i.find(".tp-half-two"),{width:J,height:N,overflow:"hidden",zIndex:15,position:"absolute",top:N/2,left:"0px",transformPerspective:600,transformOrigin:"center bottom"}),0),s.add(punchgs.TweenLite.set(i.find(".tp-half-one"),{width:J,height:N/2,overflow:"visible",zIndex:10,position:"absolute",top:"0px",left:"0px",transformPerspective:600,transformOrigin:"center top"}),0);i.find(".defaultimg");var tt=Math.round(20*Math.random()-10),et=Math.round(20*Math.random()-10),ot=Math.round(20*Math.random()-10),at=.4*Math.random()-.2,it=.4*Math.random()-.2,nt=1*Math.random()+1,rt=1*Math.random()+1,st=.3*Math.random()+.3;s.add(punchgs.TweenLite.set(i.find(".tp-half-one"),{overflow:"hidden"}),0),s.add(punchgs.TweenLite.fromTo(i.find(".tp-half-one"),g/800,{width:J,height:N/2,position:"absolute",top:"0px",left:"0px",force3D:"auto",transformOrigin:"center top"},{scale:nt,rotation:tt,y:0-N-N/4,autoAlpha:0,ease:w}),0),s.add(punchgs.TweenLite.fromTo(i.find(".tp-half-two"),g/800,{width:J,height:N,overflow:"hidden",position:"absolute",top:N/2,left:"0px",force3D:"auto",transformOrigin:"center bottom"},{scale:rt,rotation:et,y:N+N/4,ease:w,autoAlpha:0,onComplete:function(){punchgs.TweenLite.set(i,{position:"absolute","z-index":15}),punchgs.TweenLite.set(o,{position:"absolute","z-index":20}),0a.vd?punchgs.TweenLite.set(a.ifr,{height:d+"%",width:"100%",top:-(d-100)/2+"%",left:"0px",position:"absolute"}):punchgs.TweenLite.set(a.ifr,{width:n+"%",height:"100%",left:-(n-100)/2+"%",top:"0px",position:"absolute"}),a.ifr.hasClass("resizelistener")||(a.ifr.addClass("resizelistener"),jQuery(window).resize(function(){I.prepareCoveredVideo(e,t),clearTimeout(a.ifr.data("resizelistener")),a.ifr.data("resizelistener",setTimeout(function(){I.prepareCoveredVideo(e,t)},90))}))}},checkVideoApis:function(e,t,a){location.protocol;if((null!=e.data("ytid")||0';"auto"==l&&(o.mediapreload=!0),"video"===f?(null!=u&&"firefox"==I.get_browser().toLowerCase()&&(w=w+''),null!=s&&(w=w+''),null!=p&&(w=w+'')):"audio"===f&&(null!=s&&(w=w+''),null!=p&&(w=w+'')),w=w+"";var T="";"true"!==v&&!0!==v||(T='
'),"controls"==c&&(w=w+'
'+T+"
"),i.data("videomarkup",w),i.append(w),(_&&1==i.data("disablevideoonmobile")||I.isIE(8))&&i.find(f).remove(),i.find(f).each(function(e){var t,a=jQuery(this);a.parent().hasClass("html5vid")||a.wrap('
'),1!=a.parent().data("metaloaded")&&A(this,"loadedmetadata",(Q(t=i,o),void I.resetVideo(t,o)))});break;case"youtube":m="https","none"==c&&-1==(d=d.replace("controls=1","controls=0")).toLowerCase().indexOf("controls")&&(d+="&controls=0"),(!0===a.videoinline||"true"===a.videoinline||1===a.videoinline||i.hasClass("rs-background-video-layer")||"on"===i.data("autoplay"))&&(d+="&playsinline=1");var k=j(i.data("videostartat")),x=j(i.data("videoendat"));-1!=k&&(d=d+"&start="+k),-1!=x&&(d=d+"&end="+x);var V=d.split("origin="+m+"://"),L="";1');break;case"vimeo":m="https",i.data("videomarkup",'')}var P=_&&"on"==i.data("noposteronmobile");if(null!=a.videoposter&&2'),0==i.find("iframe").length&&i.find(".tp-videoposter").click(function(){if(I.playVideo(i,o),_){if(1==i.data("disablevideoonmobile"))return!1;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})}});else{if(_&&1==i.data("disablevideoonmobile"))return!1;0!=i.find("iframe").length||"youtube"!=y&&"vimeo"!=y||(i.removeData("vimeoplayer"),i.append(i.data("videomarkup")),O(i,o,!1))}"none"!=i.data("dottedoverlay")&&null!=i.data("dottedoverlay")&&1!=i.find(".tp-dottedoverlay").length&&i.append('
'),i.addClass("HasListener"),1==i.data("bgvideo")&&(i.data("ytid")?punchgs.TweenLite.set(i.find("iframe"),{opacity:0}):punchgs.TweenLite.set(i.find("video, iframe"),{autoAlpha:0}))}});var A=function(e,t,a){e.addEventListener?e.addEventListener(t,a,{capture:!1,passive:!0}):e.attachEvent(t,a,{capture:!1,passive:!0})},b=function(e,t,a){var i={};return i.video=e,i.videotype=t,i.settings=a,i},w=function(e,t){if(1==t.data("bgvideo")||1==t.data("forcecover")){1===t.data("forcecover")&&t.removeClass("fullscreenvideo").addClass("coverscreenvideo");var a=t.data("aspectratio");void 0===a&&a.split(":").length<=1&&t.data("aspectratio","16:9"),I.prepareCoveredVideo(e,t)}},O=function(r,o,e){var l=r.data(),t=r.find("iframe"),a="iframe"+Math.round(1e5*Math.random()+1),d=l.videoloop,n="loopandnoslidestop"!=d;if(d="loop"==d||"loopandnoslidestop"==d,w(o,r),t.attr("id",a),e&&r.data("startvideonow",!0),1!==r.data("videolistenerexist"))switch(l.videotype){case"youtube":var s=new YT.Player(a,{events:{onStateChange:function(e){var t=r.closest(".tp-simpleresponsive"),a=(l.videorate,r.data("videostart"),k());if(e.data==YT.PlayerState.PLAYING)punchgs.TweenLite.to(r.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(r.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"mute"==r.data("volume")||I.lastToggleState(r.data("videomutetoggledby"))||!0===o.globalmute?s.mute():(s.unMute(),s.setVolume(parseInt(r.data("volume"),0)||75)),o.videoplaying=!0,x(r,o),n?o.c.trigger("stoptimer"):o.videoplaying=!1,o.c.trigger("revolution.slide.onvideoplay",b(s,"youtube",r.data())),I.toggleState(l.videotoggledby);else{if(0==e.data&&d){var i=j(r.data("videostartat"));-1!=i&&s.seekTo(i),s.playVideo(),I.toggleState(l.videotoggledby)}a||0!=e.data&&2!=e.data||!("on"==r.data("showcoveronpause")&&0e.seconds&&1!=r.data("nextslidecalled"))if(d){h.play();var a=j(r.data("videostartat"));-1!=a&&h.setCurrentTime(a)}else 1==r.data("nextslideatend")&&(r.data("nextslideatend-triggered",1),r.data("nextslidecalled",1),o.c.revnext()),h.pause()}),h.on("ended",function(e){V(r,o),o.videoplaying=!1,o.c.trigger("starttimer"),o.c.trigger("revolution.slide.onvideostop",b(h,"vimeo",r.data())),1==r.data("nextslideatend")&&(r.data("nextslideatend-triggered",1),o.c.revnext()),null!=o.currentLayerVideoIsPlaying&&o.currentLayerVideoIsPlaying.attr("id")!=r.attr("id")||I.unToggleState(l.videotoggledby)}),h.on("pause",function(e){("on"==r.data("showcoveronpause")&&0 '),o.find("video, .tp-poster, .tp-video-play-button").click(function(){o.hasClass("videoisplaying")?r.pause():r.play()})),1==o.data("forcecover")||o.hasClass("fullscreenvideo")||1==o.data("bgvideo"))if(1==o.data("forcecover")||1==o.data("bgvideo")){i.addClass("fullcoveredvideo");var u=o.data("aspectratio");void 0!==u&&1!=u.split(":").length||o.data("aspectratio","16:9"),I.prepareCoveredVideo(d,o)}else i.addClass("fullscreenvideo");var p=o.find(".tp-vid-play-pause")[0],v=o.find(".tp-vid-mute")[0],c=o.find(".tp-vid-full-screen")[0],m=o.find(".tp-seek-bar")[0],g=o.find(".tp-volume-bar")[0];null!=p&&A(p,"click",function(){1==r.paused?r.play():r.pause()}),null!=v&&A(v,"click",function(){0==r.muted?(r.muted=!0,v.innerHTML="Unmute"):(r.muted=!1,v.innerHTML="Mute")}),null!=c&&c&&A(c,"click",function(){r.requestFullscreen?r.requestFullscreen():r.mozRequestFullScreen?r.mozRequestFullScreen():r.webkitRequestFullscreen&&r.webkitRequestFullscreen()}),null!=m&&(A(m,"change",function(){var e=r.duration*(m.value/100);r.currentTime=e}),A(m,"mousedown",function(){o.addClass("seekbardragged"),r.pause()}),A(m,"mouseup",function(){o.removeClass("seekbardragged"),r.play()})),A(r,"canplaythrough",function(){I.preLoadAudioDone(o,d,"canplaythrough")}),A(r,"canplay",function(){I.preLoadAudioDone(o,d,"canplay")}),A(r,"progress",function(){I.preLoadAudioDone(o,d,"progress")}),A(r,"timeupdate",function(){var e=100/r.duration*r.currentTime,t=j(o.data("videoendat")),a=r.currentTime;if(null!=m&&(m.value=e),0!=t&&-1!=t&&Math.abs(t-a)<=.3&&a0){return}var bf=be.originalEvent?be.originalEvent:be;var bd,bg=bf.touches,bc=bg?bg[0]:bf;aa=g;if(bg){X=bg.length}else{be.preventDefault()}ah=0;aQ=null;aK=null;ac=0;a2=0;a0=0;H=1;ar=0;aR=ak();N=ab();S();if(!bg||(X===aw.fingers||aw.fingers===i)||aY()){aj(0,bc);U=au();if(X==2){aj(1,bg[1]);a2=a0=av(aR[0].start,aR[1].start)}if(aw.swipeStatus||aw.pinchStatus){bd=P(bf,aa)}}else{bd=false}if(bd===false){aa=q;P(bf,aa);return bd}else{if(aw.hold){ag=setTimeout(f.proxy(function(){aS.trigger("hold",[bf.target]);if(aw.hold){bd=aw.hold.call(aS,bf,bf.target)}},this),aw.longTapThreshold)}ap(true)}return null}function a4(bf){var bi=bf.originalEvent?bf.originalEvent:bf;if(aa===h||aa===q||an()){return}var be,bj=bi.touches,bd=bj?bj[0]:bi;var bg=aI(bd);a3=au();if(bj){X=bj.length}if(aw.hold){clearTimeout(ag)}aa=k;if(X==2){if(a2==0){aj(1,bj[1]);a2=a0=av(aR[0].start,aR[1].start)}else{aI(bj[1]);a0=av(aR[0].end,aR[1].end);aK=at(aR[0].end,aR[1].end)}H=a8(a2,a0);ar=Math.abs(a2-a0)}if((X===aw.fingers||aw.fingers===i)||!bj||aY()){aQ=aM(bg.start,bg.end);am(bf,aQ);ah=aT(bg.start,bg.end);ac=aN();aJ(aQ,ah);if(aw.swipeStatus||aw.pinchStatus){be=P(bi,aa)}if(!aw.triggerOnTouchEnd||aw.triggerOnTouchLeave){var bc=true;if(aw.triggerOnTouchLeave){var bh=aZ(this);bc=F(bg.end,bh)}if(!aw.triggerOnTouchEnd&&bc){aa=aD(k)}else{if(aw.triggerOnTouchLeave&&!bc){aa=aD(h)}}if(aa==q||aa==h){P(bi,aa)}}}else{aa=q;P(bi,aa)}if(be===false){aa=q;P(bi,aa)}}function M(bc){var bd=bc.originalEvent?bc.originalEvent:bc,be=bd.touches;if(be){if(be.length){G();return true}}if(an()){X=ae}a3=au();ac=aN();if(bb()||!ao()){aa=q;P(bd,aa)}else{if(aw.triggerOnTouchEnd||(aw.triggerOnTouchEnd==false&&aa===k)){bc.preventDefault();aa=h;P(bd,aa)}else{if(!aw.triggerOnTouchEnd&&a7()){aa=h;aG(bd,aa,B)}else{if(aa===k){aa=q;P(bd,aa)}}}}ap(false);return null}function ba(){X=0;a3=0;U=0;a2=0;a0=0;H=1;S();ap(false)}function L(bc){var bd=bc.originalEvent?bc.originalEvent:bc;if(aw.triggerOnTouchLeave){aa=aD(h);P(bd,aa)}}function aL(){aS.unbind(K,aO);aS.unbind(aE,ba);aS.unbind(az,a4);aS.unbind(V,M);if(T){aS.unbind(T,L)}ap(false)}function aD(bg){var bf=bg;var be=aB();var bd=ao();var bc=bb();if(!be||bc){bf=q}else{if(bd&&bg==k&&(!aw.triggerOnTouchEnd||aw.triggerOnTouchLeave)){bf=h}else{if(!bd&&bg==h&&aw.triggerOnTouchLeave){bf=q}}}return bf}function P(be,bc){var bd,bf=be.touches;if((J()||W())||(Q()||aY())){if(J()||W()){bd=aG(be,bc,l)}if((Q()||aY())&&bd!==false){bd=aG(be,bc,t)}}else{if(aH()&&bd!==false){bd=aG(be,bc,j)}else{if(aq()&&bd!==false){bd=aG(be,bc,b)}else{if(ai()&&bd!==false){bd=aG(be,bc,B)}}}}if(bc===q){ba(be)}if(bc===h){if(bf){if(!bf.length){ba(be)}}else{ba(be)}}return bd}function aG(bf,bc,be){var bd;if(be==l){aS.trigger("swipeStatus",[bc,aQ||null,ah||0,ac||0,X,aR]);if(aw.swipeStatus){bd=aw.swipeStatus.call(aS,bf,bc,aQ||null,ah||0,ac||0,X,aR);if(bd===false){return false}}if(bc==h&&aW()){aS.trigger("swipe",[aQ,ah,ac,X,aR]);if(aw.swipe){bd=aw.swipe.call(aS,bf,aQ,ah,ac,X,aR);if(bd===false){return false}}switch(aQ){case p:aS.trigger("swipeLeft",[aQ,ah,ac,X,aR]);if(aw.swipeLeft){bd=aw.swipeLeft.call(aS,bf,aQ,ah,ac,X,aR)}break;case o:aS.trigger("swipeRight",[aQ,ah,ac,X,aR]);if(aw.swipeRight){bd=aw.swipeRight.call(aS,bf,aQ,ah,ac,X,aR)}break;case e:aS.trigger("swipeUp",[aQ,ah,ac,X,aR]);if(aw.swipeUp){bd=aw.swipeUp.call(aS,bf,aQ,ah,ac,X,aR)}break;case x:aS.trigger("swipeDown",[aQ,ah,ac,X,aR]);if(aw.swipeDown){bd=aw.swipeDown.call(aS,bf,aQ,ah,ac,X,aR)}break}}}if(be==t){aS.trigger("pinchStatus",[bc,aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchStatus){bd=aw.pinchStatus.call(aS,bf,bc,aK||null,ar||0,ac||0,X,H,aR);if(bd===false){return false}}if(bc==h&&a9()){switch(aK){case c:aS.trigger("pinchIn",[aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchIn){bd=aw.pinchIn.call(aS,bf,aK||null,ar||0,ac||0,X,H,aR)}break;case A:aS.trigger("pinchOut",[aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchOut){bd=aw.pinchOut.call(aS,bf,aK||null,ar||0,ac||0,X,H,aR)}break}}}if(be==B){if(bc===q||bc===h){clearTimeout(aX);clearTimeout(ag);if(Z()&&!I()){O=au();aX=setTimeout(f.proxy(function(){O=null;aS.trigger("tap",[bf.target]);if(aw.tap){bd=aw.tap.call(aS,bf,bf.target)}},this),aw.doubleTapThreshold)}else{O=null;aS.trigger("tap",[bf.target]);if(aw.tap){bd=aw.tap.call(aS,bf,bf.target)}}}}else{if(be==j){if(bc===q||bc===h){clearTimeout(aX);O=null;aS.trigger("doubletap",[bf.target]);if(aw.doubleTap){bd=aw.doubleTap.call(aS,bf,bf.target)}}}else{if(be==b){if(bc===q||bc===h){clearTimeout(aX);O=null;aS.trigger("longtap",[bf.target]);if(aw.longTap){bd=aw.longTap.call(aS,bf,bf.target)}}}}}return bd}function ao(){var bc=true;if(aw.threshold!==null){bc=ah>=aw.threshold}return bc}function bb(){var bc=false;if(aw.cancelThreshold!==null&&aQ!==null){bc=(aU(aQ)-ah)>=aw.cancelThreshold}return bc}function af(){if(aw.pinchThreshold!==null){return ar>=aw.pinchThreshold}return true}function aB(){var bc;if(aw.maxTimeThreshold){if(ac>=aw.maxTimeThreshold){bc=false}else{bc=true}}else{bc=true}return bc}function am(bc,bd){if(aw.preventDefaultEvents===false){return}if(aw.allowPageScroll===m){bc.preventDefault()}else{var be=aw.allowPageScroll===s;switch(bd){case p:if((aw.swipeLeft&&be)||(!be&&aw.allowPageScroll!=E)){bc.preventDefault()}break;case o:if((aw.swipeRight&&be)||(!be&&aw.allowPageScroll!=E)){bc.preventDefault()}break;case e:if((aw.swipeUp&&be)||(!be&&aw.allowPageScroll!=u)){bc.preventDefault()}break;case x:if((aw.swipeDown&&be)||(!be&&aw.allowPageScroll!=u)){bc.preventDefault()}break}}}function a9(){var bd=aP();var bc=Y();var be=af();return bd&&bc&&be}function aY(){return !!(aw.pinchStatus||aw.pinchIn||aw.pinchOut)}function Q(){return !!(a9()&&aY())}function aW(){var bf=aB();var bh=ao();var be=aP();var bc=Y();var bd=bb();var bg=!bd&&bc&&be&&bh&&bf;return bg}function W(){return !!(aw.swipe||aw.swipeStatus||aw.swipeLeft||aw.swipeRight||aw.swipeUp||aw.swipeDown)}function J(){return !!(aW()&&W())}function aP(){return((X===aw.fingers||aw.fingers===i)||!a)}function Y(){return aR[0].end.x!==0}function a7(){return !!(aw.tap)}function Z(){return !!(aw.doubleTap)}function aV(){return !!(aw.longTap)}function R(){if(O==null){return false}var bc=au();return(Z()&&((bc-O)<=aw.doubleTapThreshold))}function I(){return R()}function ay(){return((X===1||!a)&&(isNaN(ah)||ahaw.longTapThreshold)&&(ah=0)){return p}else{if((be<=360)&&(be>=315)){return p}else{if((be>=135)&&(be<=225)){return o}else{if((be>45)&&(be<135)){return x}else{return e}}}}}function au(){var bc=new Date();return bc.getTime()}function aZ(bc){bc=f(bc);var be=bc.offset();var bd={left:be.left,right:be.left+bc.outerWidth(),top:be.top,bottom:be.top+bc.outerHeight()};return bd}function F(bc,bd){return(bc.x>bd.left&&bc.xbd.top&&bc.y-1;)(l=q[f[s]]||new r(f[s],[])).gsClass?(i[s]=l.gsClass,t--):j&&l.sc.push(this);if(0===t&&g){if(m=("com.greensock."+d).split("."),n=m.pop(),o=k(m.join("."))[n]=this.gsClass=g.apply(g,i),h)if(e[n]=c[n]=o,p="undefined"!=typeof module&&module.exports,!p&&"function"==typeof define&&define.amd)define((a.GreenSockAMDPath?a.GreenSockAMDPath+"/":"")+d.split(".").pop(),[],function(){return o});else if(p)if(d===b){module.exports=c[b]=o;for(s in c)o[s]=c[s]}else c[b]&&(c[b][n]=o);for(s=0;s-1;)for(f=i[j],e=d?t("easing."+f,null,!0):l.easing[f]||{},g=k.length;--g>-1;)h=k[g],w[f+"."+h]=w[h+f]=e[h]=a.getRatio?a:a[h]||new a};for(h=v.prototype,h._calcEnd=!1,h.getRatio=function(a){if(this._func)return this._params[0]=a,this._func.apply(null,this._params);var b=this._type,c=this._power,d=1===b?1-a:2===b?a:.5>a?2*a:2*(1-a);return 1===c?d*=d:2===c?d*=d*d:3===c?d*=d*d*d:4===c&&(d*=d*d*d*d),1===b?1-d:2===b?d:.5>a?d/2:1-d/2},f=["Linear","Quad","Cubic","Quart","Quint,Strong"],g=f.length;--g>-1;)h=f[g]+",Power"+g,x(new v(null,null,1,g),h,"easeOut",!0),x(new v(null,null,2,g),h,"easeIn"+(0===g?",easeNone":"")),x(new v(null,null,3,g),h,"easeInOut");w.linear=l.easing.Linear.easeIn,w.swing=l.easing.Quad.easeInOut;var y=t("events.EventDispatcher",function(a){this._listeners={},this._eventTarget=a||this});h=y.prototype,h.addEventListener=function(a,b,c,d,e){e=e||0;var f,g,h=this._listeners[a],k=0;for(this!==i||j||i.wake(),null==h&&(this._listeners[a]=h=[]),g=h.length;--g>-1;)f=h[g],f.c===b&&f.s===c?h.splice(g,1):0===k&&f.pr-1;)if(d[c].c===b)return void d.splice(c,1)},h.dispatchEvent=function(a){var b,c,d,e=this._listeners[a];if(e)for(b=e.length,b>1&&(e=e.slice(0)),c=this._eventTarget;--b>-1;)d=e[b],d&&(d.up?d.c.call(d.s||c,{type:a,target:c}):d.c.call(d.s||c))};var z=a.requestAnimationFrame,A=a.cancelAnimationFrame,B=Date.now||function(){return(new Date).getTime()},C=B();for(f=["ms","moz","webkit","o"],g=f.length;--g>-1&&!z;)z=a[f[g]+"RequestAnimationFrame"],A=a[f[g]+"CancelAnimationFrame"]||a[f[g]+"CancelRequestAnimationFrame"];t("Ticker",function(a,b){var c,e,f,g,h,k=this,l=B(),n=b!==!1&&z?"auto":!1,p=500,q=33,r="tick",s=function(a){var b,d,i=B()-C;i>p&&(l+=i-q),C+=i,k.time=(C-l)/1e3,b=k.time-h,(!c||b>0||a===!0)&&(k.frame++,h+=b+(b>=g?.004:g-b),d=!0),a!==!0&&(f=e(s)),d&&k.dispatchEvent(r)};y.call(k),k.time=k.frame=0,k.tick=function(){s(!0)},k.lagSmoothing=function(a,b){p=a||1/m,q=Math.min(b,p,0)},k.sleep=function(){null!=f&&(n&&A?A(f):clearTimeout(f),e=o,f=null,k===i&&(j=!1))},k.wake=function(a){null!==f?k.sleep():a?l+=-C+(C=B()):k.frame>10&&(C=B()-p+5),e=0===c?o:n&&z?z:function(a){return setTimeout(a,1e3*(h-k.time)+1|0)},k===i&&(j=!0),s(2)},k.fps=function(a){return arguments.length?(c=a,g=1/(c||60),h=this.time+g,void k.wake()):c},k.useRAF=function(a){return arguments.length?(k.sleep(),n=a,void k.fps(c)):n},k.fps(a),setTimeout(function(){"auto"===n&&k.frame<5&&"hidden"!==d.visibilityState&&k.useRAF(!1)},1500)}),h=l.Ticker.prototype=new l.events.EventDispatcher,h.constructor=l.Ticker;var D=t("core.Animation",function(a,b){if(this.vars=b=b||{},this._duration=this._totalDuration=a||0,this._delay=Number(b.delay)||0,this._timeScale=1,this._active=b.immediateRender===!0,this.data=b.data,this._reversed=b.reversed===!0,W){j||i.wake();var c=this.vars.useFrames?V:W;c.add(this,c._time),this.vars.paused&&this.paused(!0)}});i=D.ticker=new l.Ticker,h=D.prototype,h._dirty=h._gc=h._initted=h._paused=!1,h._totalTime=h._time=0,h._rawPrevTime=-1,h._next=h._last=h._onUpdate=h._timeline=h.timeline=null,h._paused=!1;var E=function(){j&&B()-C>2e3&&i.wake(),setTimeout(E,2e3)};E(),h.play=function(a,b){return null!=a&&this.seek(a,b),this.reversed(!1).paused(!1)},h.pause=function(a,b){return null!=a&&this.seek(a,b),this.paused(!0)},h.resume=function(a,b){return null!=a&&this.seek(a,b),this.paused(!1)},h.seek=function(a,b){return this.totalTime(Number(a),b!==!1)},h.restart=function(a,b){return this.reversed(!1).paused(!1).totalTime(a?-this._delay:0,b!==!1,!0)},h.reverse=function(a,b){return null!=a&&this.seek(a||this.totalDuration(),b),this.reversed(!0).paused(!1)},h.render=function(a,b,c){},h.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,(this._gc||!this.timeline)&&this._enabled(!0),this},h.isActive=function(){var a,b=this._timeline,c=this._startTime;return!b||!this._gc&&!this._paused&&b.isActive()&&(a=b.rawTime(!0))>=c&&a-1;)"{self}"===a[b]&&(c[b]=this);return c},h._callback=function(a){var b=this.vars,c=b[a],d=b[a+"Params"],e=b[a+"Scope"]||b.callbackScope||this,f=d?d.length:0;switch(f){case 0:c.call(e);break;case 1:c.call(e,d[0]);break;case 2:c.call(e,d[0],d[1]);break;default:c.apply(e,d)}},h.eventCallback=function(a,b,c,d){if("on"===(a||"").substr(0,2)){var e=this.vars;if(1===arguments.length)return e[a];null==b?delete e[a]:(e[a]=b,e[a+"Params"]=p(c)&&-1!==c.join("").indexOf("{self}")?this._swapSelfInParams(c):c,e[a+"Scope"]=d),"onUpdate"===a&&(this._onUpdate=b)}return this},h.delay=function(a){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+a-this._delay),this._delay=a,this):this._delay},h.duration=function(a){return arguments.length?(this._duration=this._totalDuration=a,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._timethis._duration?this._duration:a,b)):this._time},h.totalTime=function(a,b,c){if(j||i.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(0>a&&!c&&(a+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var d=this._totalDuration,e=this._timeline;if(a>d&&!c&&(a=d),this._startTime=(this._paused?this._pauseTime:e._time)-(this._reversed?d-a:a)/this._timeScale,e._dirty||this._uncache(!1),e._timeline)for(;e._timeline;)e._timeline._time!==(e._startTime+e._totalTime)/e._timeScale&&e.totalTime(e._totalTime,!0),e=e._timeline}this._gc&&this._enabled(!0,!1),(this._totalTime!==a||0===this._duration)&&(J.length&&Y(),this.render(a,b,!1),J.length&&Y())}return this},h.progress=h.totalProgress=function(a,b){var c=this.duration();return arguments.length?this.totalTime(c*a,b):c?this._time/c:this.ratio},h.startTime=function(a){return arguments.length?(a!==this._startTime&&(this._startTime=a,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,a-this._delay)),this):this._startTime},h.endTime=function(a){return this._startTime+(0!=a?this.totalDuration():this.duration())/this._timeScale},h.timeScale=function(a){if(!arguments.length)return this._timeScale;if(a=a||m,this._timeline&&this._timeline.smoothChildTiming){var b=this._pauseTime,c=b||0===b?b:this._timeline.totalTime();this._startTime=c-(c-this._startTime)*this._timeScale/a}return this._timeScale=a,this._uncache(!1)},h.reversed=function(a){return arguments.length?(a!=this._reversed&&(this._reversed=a,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},h.paused=function(a){if(!arguments.length)return this._paused;var b,c,d=this._timeline;return a!=this._paused&&d&&(j||a||i.wake(),b=d.rawTime(),c=b-this._pauseTime,!a&&d.smoothChildTiming&&(this._startTime+=c,this._uncache(!1)),this._pauseTime=a?b:null,this._paused=a,this._active=this.isActive(),!a&&0!==c&&this._initted&&this.duration()&&(b=d.smoothChildTiming?this._totalTime:(b-this._startTime)/this._timeScale,this.render(b,b===this._totalTime,!0))),this._gc&&!a&&this._enabled(!0,!1),this};var F=t("core.SimpleTimeline",function(a){D.call(this,0,a),this.autoRemoveChildren=this.smoothChildTiming=!0});h=F.prototype=new D,h.constructor=F,h.kill()._gc=!1,h._first=h._last=h._recent=null,h._sortChildren=!1,h.add=h.insert=function(a,b,c,d){var e,f;if(a._startTime=Number(b||0)+a._delay,a._paused&&this!==a._timeline&&(a._pauseTime=a._startTime+(this.rawTime()-a._startTime)/a._timeScale),a.timeline&&a.timeline._remove(a,!0),a.timeline=a._timeline=this,a._gc&&a._enabled(!0,!0),e=this._last,this._sortChildren)for(f=a._startTime;e&&e._startTime>f;)e=e._prev;return e?(a._next=e._next,e._next=a):(a._next=this._first,this._first=a),a._next?a._next._prev=a:this._last=a,a._prev=e,this._recent=a,this._timeline&&this._uncache(!0),this},h._remove=function(a,b){return a.timeline===this&&(b||a._enabled(!1,!0),a._prev?a._prev._next=a._next:this._first===a&&(this._first=a._next),a._next?a._next._prev=a._prev:this._last===a&&(this._last=a._prev),a._next=a._prev=a.timeline=null,a===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},h.render=function(a,b,c){var d,e=this._first;for(this._totalTime=this._time=this._rawPrevTime=a;e;)d=e._next,(e._active||a>=e._startTime&&!e._paused)&&(e._reversed?e.render((e._dirty?e.totalDuration():e._totalDuration)-(a-e._startTime)*e._timeScale,b,c):e.render((a-e._startTime)*e._timeScale,b,c)),e=d},h.rawTime=function(){return j||i.wake(),this._totalTime};var G=t("TweenLite",function(b,c,d){if(D.call(this,c,d),this.render=G.prototype.render,null==b)throw"Cannot tween a null target.";this.target=b="string"!=typeof b?b:G.selector(b)||b;var e,f,g,h=b.jquery||b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType),i=this.vars.overwrite;if(this._overwrite=i=null==i?U[G.defaultOverwrite]:"number"==typeof i?i>>0:U[i],(h||b instanceof Array||b.push&&p(b))&&"number"!=typeof b[0])for(this._targets=g=n(b),this._propLookup=[],this._siblings=[],e=0;e1&&_(f,this,null,1,this._siblings[e])):(f=g[e--]=G.selector(f),"string"==typeof f&&g.splice(e+1,1)):g.splice(e--,1);else this._propLookup={},this._siblings=Z(b,this,!1),1===i&&this._siblings.length>1&&_(b,this,null,1,this._siblings);(this.vars.immediateRender||0===c&&0===this._delay&&this.vars.immediateRender!==!1)&&(this._time=-m,this.render(Math.min(0,-this._delay)))},!0),H=function(b){return b&&b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType)},I=function(a,b){var c,d={};for(c in a)T[c]||c in b&&"transform"!==c&&"x"!==c&&"y"!==c&&"width"!==c&&"height"!==c&&"className"!==c&&"border"!==c||!(!Q[c]||Q[c]&&Q[c]._autoCSS)||(d[c]=a[c],delete a[c]);a.css=d};h=G.prototype=new D,h.constructor=G,h.kill()._gc=!1,h.ratio=0,h._firstPT=h._targets=h._overwrittenProps=h._startAt=null,h._notifyPluginsOfEnabled=h._lazy=!1,G.version="1.19.1",G.defaultEase=h._ease=new v(null,null,1,1),G.defaultOverwrite="auto",G.ticker=i,G.autoSleep=120,G.lagSmoothing=function(a,b){i.lagSmoothing(a,b)},G.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(G.selector=c,c(b)):"undefined"==typeof d?b:d.querySelectorAll?d.querySelectorAll(b):d.getElementById("#"===b.charAt(0)?b.substr(1):b)};var J=[],K={},L=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,M=function(a){for(var b,c=this._firstPT,d=1e-6;c;)b=c.blob?1===a?this.end:a?this.join(""):this.start:c.c*a+c.s,c.m?b=c.m(b,this._target||c.t):d>b&&b>-d&&!c.blob&&(b=0),c.f?c.fp?c.t[c.p](c.fp,b):c.t[c.p](b):c.t[c.p]=b,c=c._next},N=function(a,b,c,d){var e,f,g,h,i,j,k,l=[],m=0,n="",o=0;for(l.start=a,l.end=b,a=l[0]=a+"",b=l[1]=b+"",c&&(c(l),a=l[0],b=l[1]),l.length=0,e=a.match(L)||[],f=b.match(L)||[],d&&(d._next=null,d.blob=1,l._firstPT=l._applyPT=d),i=f.length,h=0;i>h;h++)k=f[h],j=b.substr(m,b.indexOf(k,m)-m),n+=j||!h?j:",",m+=j.length,o?o=(o+1)%5:"rgba("===j.substr(-5)&&(o=1),k===e[h]||e.length<=h?n+=k:(n&&(l.push(n),n=""),g=parseFloat(e[h]),l.push(g),l._firstPT={_next:l._firstPT,t:l,p:l.length-1,s:g,c:("="===k.charAt(1)?parseInt(k.charAt(0)+"1",10)*parseFloat(k.substr(2)):parseFloat(k)-g)||0,f:0,m:o&&4>o?Math.round:0}),m+=k.length;return n+=b.substr(m),n&&l.push(n),l.setRatio=M,l},O=function(a,b,c,d,e,f,g,h,i){"function"==typeof d&&(d=d(i||0,a));var j,k=typeof a[b],l="function"!==k?"":b.indexOf("set")||"function"!=typeof a["get"+b.substr(3)]?b:"get"+b.substr(3),m="get"!==c?c:l?g?a[l](g):a[l]():a[b],n="string"==typeof d&&"="===d.charAt(1),o={t:a,p:b,s:m,f:"function"===k,pg:0,n:e||b,m:f?"function"==typeof f?f:Math.round:0,pr:0,c:n?parseInt(d.charAt(0)+"1",10)*parseFloat(d.substr(2)):parseFloat(d)-m||0};return("number"!=typeof m||"number"!=typeof d&&!n)&&(g||isNaN(m)||!n&&isNaN(d)||"boolean"==typeof m||"boolean"==typeof d?(o.fp=g,j=N(m,n?o.s+o.c:d,h||G.defaultStringFilter,o),o={t:j,p:"setRatio",s:0,c:1,f:2,pg:0,n:e||b,pr:0,m:0}):(o.s=parseFloat(m),n||(o.c=parseFloat(d)-o.s||0))),o.c?((o._next=this._firstPT)&&(o._next._prev=o),this._firstPT=o,o):void 0},P=G._internals={isArray:p,isSelector:H,lazyTweens:J,blobDif:N},Q=G._plugins={},R=P.tweenLookup={},S=0,T=P.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1,callbackScope:1,stringFilter:1,id:1},U={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,"true":1,"false":0},V=D._rootFramesTimeline=new F,W=D._rootTimeline=new F,X=30,Y=P.lazyRender=function(){var a,b=J.length;for(K={};--b>-1;)a=J[b],a&&a._lazy!==!1&&(a.render(a._lazy[0],a._lazy[1],!0),a._lazy=!1);J.length=0};W._startTime=i.time,V._startTime=i.frame,W._active=V._active=!0,setTimeout(Y,1),D._updateRoot=G.render=function(){var a,b,c;if(J.length&&Y(),W.render((i.time-W._startTime)*W._timeScale,!1,!1),V.render((i.frame-V._startTime)*V._timeScale,!1,!1),J.length&&Y(),i.frame>=X){X=i.frame+(parseInt(G.autoSleep,10)||120);for(c in R){for(b=R[c].tweens,a=b.length;--a>-1;)b[a]._gc&&b.splice(a,1);0===b.length&&delete R[c]}if(c=W._first,(!c||c._paused)&&G.autoSleep&&!V._first&&1===i._listeners.tick.length){for(;c&&c._paused;)c=c._next;c||i.sleep()}}},i.addEventListener("tick",D._updateRoot);var Z=function(a,b,c){var d,e,f=a._gsTweenID;if(R[f||(a._gsTweenID=f="t"+S++)]||(R[f]={target:a,tweens:[]}),b&&(d=R[f].tweens,d[e=d.length]=b,c))for(;--e>-1;)d[e]===b&&d.splice(e,1);return R[f].tweens},$=function(a,b,c,d){var e,f,g=a.vars.onOverwrite;return g&&(e=g(a,b,c,d)),g=G.onOverwrite,g&&(f=g(a,b,c,d)),e!==!1&&f!==!1},_=function(a,b,c,d,e){var f,g,h,i;if(1===d||d>=4){for(i=e.length,f=0;i>f;f++)if((h=e[f])!==b)h._gc||h._kill(null,a,b)&&(g=!0);else if(5===d)break;return g}var j,k=b._startTime+m,l=[],n=0,o=0===b._duration;for(f=e.length;--f>-1;)(h=e[f])===b||h._gc||h._paused||(h._timeline!==b._timeline?(j=j||aa(b,0,o),0===aa(h,j,o)&&(l[n++]=h)):h._startTime<=k&&h._startTime+h.totalDuration()/h._timeScale>k&&((o||!h._initted)&&k-h._startTime<=2e-10||(l[n++]=h)));for(f=n;--f>-1;)if(h=l[f],2===d&&h._kill(c,a,b)&&(g=!0),2!==d||!h._firstPT&&h._initted){if(2!==d&&!$(h,b))continue;h._enabled(!1,!1)&&(g=!0)}return g},aa=function(a,b,c){for(var d=a._timeline,e=d._timeScale,f=a._startTime;d._timeline;){if(f+=d._startTime,e*=d._timeScale,d._paused)return-100;d=d._timeline}return f/=e,f>b?f-b:c&&f===b||!a._initted&&2*m>f-b?m:(f+=a.totalDuration()/a._timeScale/e)>b+m?0:f-b-m};h._init=function(){var a,b,c,d,e,f,g=this.vars,h=this._overwrittenProps,i=this._duration,j=!!g.immediateRender,k=g.ease;if(g.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),e={};for(d in g.startAt)e[d]=g.startAt[d];if(e.overwrite=!1,e.immediateRender=!0,e.lazy=j&&g.lazy!==!1,e.startAt=e.delay=null,this._startAt=G.to(this.target,0,e),j)if(this._time>0)this._startAt=null;else if(0!==i)return}else if(g.runBackwards&&0!==i)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(j=!1),c={};for(d in g)T[d]&&"autoCSS"!==d||(c[d]=g[d]);if(c.overwrite=0,c.data="isFromStart",c.lazy=j&&g.lazy!==!1,c.immediateRender=j,this._startAt=G.to(this.target,0,c),j){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=k=k?k instanceof v?k:"function"==typeof k?new v(k,g.easeParams):w[k]||G.defaultEase:G.defaultEase,g.easeParams instanceof Array&&k.config&&(this._ease=k.config.apply(k,g.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(f=this._targets.length,a=0;f>a;a++)this._initProps(this._targets[a],this._propLookup[a]={},this._siblings[a],h?h[a]:null,a)&&(b=!0);else b=this._initProps(this.target,this._propLookup,this._siblings,h,0);if(b&&G._onPluginEvent("_onInitAllProps",this),h&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),g.runBackwards)for(c=this._firstPT;c;)c.s+=c.c,c.c=-c.c,c=c._next;this._onUpdate=g.onUpdate,this._initted=!0},h._initProps=function(b,c,d,e,f){var g,h,i,j,k,l;if(null==b)return!1;K[b._gsTweenID]&&Y(),this.vars.css||b.style&&b!==a&&b.nodeType&&Q.css&&this.vars.autoCSS!==!1&&I(this.vars,b);for(g in this.vars)if(l=this.vars[g],T[g])l&&(l instanceof Array||l.push&&p(l))&&-1!==l.join("").indexOf("{self}")&&(this.vars[g]=l=this._swapSelfInParams(l,this));else if(Q[g]&&(j=new Q[g])._onInitTween(b,this.vars[g],this,f)){for(this._firstPT=k={_next:this._firstPT,t:j,p:"setRatio",s:0,c:1,f:1,n:g,pg:1,pr:j._priority,m:0},h=j._overwriteProps.length;--h>-1;)c[j._overwriteProps[h]]=this._firstPT;(j._priority||j._onInitAllProps)&&(i=!0),(j._onDisable||j._onEnable)&&(this._notifyPluginsOfEnabled=!0),k._next&&(k._next._prev=k)}else c[g]=O.call(this,b,g,"get",l,g,0,null,this.vars.stringFilter,f);return e&&this._kill(e,b)?this._initProps(b,c,d,e,f):this._overwrite>1&&this._firstPT&&d.length>1&&_(b,this,c,this._overwrite,d)?(this._kill(c,b),this._initProps(b,c,d,e,f)):(this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration)&&(K[b._gsTweenID]=!0),i)},h.render=function(a,b,c){var d,e,f,g,h=this._time,i=this._duration,j=this._rawPrevTime;if(a>=i-1e-7&&a>=0)this._totalTime=this._time=i,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(d=!0,e="onComplete",c=c||this._timeline.autoRemoveChildren),0===i&&(this._initted||!this.vars.lazy||c)&&(this._startTime===this._timeline._duration&&(a=0),(0>j||0>=a&&a>=-1e-7||j===m&&"isPause"!==this.data)&&j!==a&&(c=!0,j>m&&(e="onReverseComplete")),this._rawPrevTime=g=!b||a||j===a?a:m);else if(1e-7>a)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==h||0===i&&j>0)&&(e="onReverseComplete",d=this._reversed),0>a&&(this._active=!1,0===i&&(this._initted||!this.vars.lazy||c)&&(j>=0&&(j!==m||"isPause"!==this.data)&&(c=!0),this._rawPrevTime=g=!b||a||j===a?a:m)),this._initted||(c=!0);else if(this._totalTime=this._time=a,this._easeType){var k=a/i,l=this._easeType,n=this._easePower;(1===l||3===l&&k>=.5)&&(k=1-k),3===l&&(k*=2),1===n?k*=k:2===n?k*=k*k:3===n?k*=k*k*k:4===n&&(k*=k*k*k*k),1===l?this.ratio=1-k:2===l?this.ratio=k:.5>a/i?this.ratio=k/2:this.ratio=1-k/2}else this.ratio=this._ease.getRatio(a/i);if(this._time!==h||c){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!c&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=h,this._rawPrevTime=j,J.push(this),void(this._lazy=[a,b]);this._time&&!d?this.ratio=this._ease.getRatio(this._time/i):d&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==h&&a>=0&&(this._active=!0),0===h&&(this._startAt&&(a>=0?this._startAt.render(a,b,c):e||(e="_dummyGS")),this.vars.onStart&&(0!==this._time||0===i)&&(b||this._callback("onStart"))),f=this._firstPT;f;)f.f?f.t[f.p](f.c*this.ratio+f.s):f.t[f.p]=f.c*this.ratio+f.s,f=f._next;this._onUpdate&&(0>a&&this._startAt&&a!==-1e-4&&this._startAt.render(a,b,c),b||(this._time!==h||d||c)&&this._callback("onUpdate")),e&&(!this._gc||c)&&(0>a&&this._startAt&&!this._onUpdate&&a!==-1e-4&&this._startAt.render(a,b,c),d&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[e]&&this._callback(e),0===i&&this._rawPrevTime===m&&g!==m&&(this._rawPrevTime=0))}},h._kill=function(a,b,c){if("all"===a&&(a=null),null==a&&(null==b||b===this.target))return this._lazy=!1,this._enabled(!1,!1);b="string"!=typeof b?b||this._targets||this.target:G.selector(b)||b;var d,e,f,g,h,i,j,k,l,m=c&&this._time&&c._startTime===this._startTime&&this._timeline===c._timeline;if((p(b)||H(b))&&"number"!=typeof b[0])for(d=b.length;--d>-1;)this._kill(a,b[d],c)&&(i=!0);else{if(this._targets){for(d=this._targets.length;--d>-1;)if(b===this._targets[d]){h=this._propLookup[d]||{},this._overwrittenProps=this._overwrittenProps||[],e=this._overwrittenProps[d]=a?this._overwrittenProps[d]||{}:"all";break}}else{if(b!==this.target)return!1;h=this._propLookup,e=this._overwrittenProps=a?this._overwrittenProps||{}:"all"}if(h){if(j=a||h,k=a!==e&&"all"!==e&&a!==h&&("object"!=typeof a||!a._tempKill),c&&(G.onOverwrite||this.vars.onOverwrite)){for(f in j)h[f]&&(l||(l=[]),l.push(f));if((l||!a)&&!$(this,c,b,l))return!1}for(f in j)(g=h[f])&&(m&&(g.f?g.t[g.p](g.s):g.t[g.p]=g.s,i=!0),g.pg&&g.t._kill(j)&&(i=!0),g.pg&&0!==g.t._overwriteProps.length||(g._prev?g._prev._next=g._next:g===this._firstPT&&(this._firstPT=g._next),g._next&&(g._next._prev=g._prev),g._next=g._prev=null),delete h[f]),k&&(e[f]=1);!this._firstPT&&this._initted&&this._enabled(!1,!1)}}return i},h.invalidate=function(){return this._notifyPluginsOfEnabled&&G._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],D.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-m,this.render(Math.min(0,-this._delay))),this},h._enabled=function(a,b){if(j||i.wake(),a&&this._gc){var c,d=this._targets;if(d)for(c=d.length;--c>-1;)this._siblings[c]=Z(d[c],this,!0);else this._siblings=Z(this.target,this,!0)}return D.prototype._enabled.call(this,a,b),this._notifyPluginsOfEnabled&&this._firstPT?G._onPluginEvent(a?"_onEnable":"_onDisable",this):!1},G.to=function(a,b,c){return new G(a,b,c)},G.from=function(a,b,c){return c.runBackwards=!0,c.immediateRender=0!=c.immediateRender,new G(a,b,c)},G.fromTo=function(a,b,c,d){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,new G(a,b,d)},G.delayedCall=function(a,b,c,d,e){return new G(b,0,{delay:a,onComplete:b,onCompleteParams:c,callbackScope:d,onReverseComplete:b,onReverseCompleteParams:c,immediateRender:!1,lazy:!1,useFrames:e,overwrite:0})},G.set=function(a,b){return new G(a,0,b)},G.getTweensOf=function(a,b){if(null==a)return[];a="string"!=typeof a?a:G.selector(a)||a;var c,d,e,f;if((p(a)||H(a))&&"number"!=typeof a[0]){for(c=a.length,d=[];--c>-1;)d=d.concat(G.getTweensOf(a[c],b));for(c=d.length;--c>-1;)for(f=d[c],e=c;--e>-1;)f===d[e]&&d.splice(c,1)}else for(d=Z(a).concat(),c=d.length;--c>-1;)(d[c]._gc||b&&!d[c].isActive())&&d.splice(c,1);return d},G.killTweensOf=G.killDelayedCallsTo=function(a,b,c){"object"==typeof b&&(c=b,b=!1);for(var d=G.getTweensOf(a,b),e=d.length;--e>-1;)d[e]._kill(c,a)};var ba=t("plugins.TweenPlugin",function(a,b){this._overwriteProps=(a||"").split(","),this._propName=this._overwriteProps[0],this._priority=b||0,this._super=ba.prototype},!0);if(h=ba.prototype,ba.version="1.19.0",ba.API=2,h._firstPT=null,h._addTween=O,h.setRatio=M,h._kill=function(a){var b,c=this._overwriteProps,d=this._firstPT;if(null!=a[this._propName])this._overwriteProps=[];else for(b=c.length;--b>-1;)null!=a[c[b]]&&c.splice(b,1);for(;d;)null!=a[d.n]&&(d._next&&(d._next._prev=d._prev),d._prev?(d._prev._next=d._next,d._prev=null):this._firstPT===d&&(this._firstPT=d._next)),d=d._next;return!1},h._mod=h._roundProps=function(a){for(var b,c=this._firstPT;c;)b=a[this._propName]||null!=c.n&&a[c.n.split(this._propName+"_").join("")],b&&"function"==typeof b&&(2===c.f?c.t._applyPT.m=b:c.m=b),c=c._next},G._onPluginEvent=function(a,b){var c,d,e,f,g,h=b._firstPT;if("_onInitAllProps"===a){for(;h;){for(g=h._next,d=e;d&&d.pr>h.pr;)d=d._next;(h._prev=d?d._prev:f)?h._prev._next=h:e=h,(h._next=d)?d._prev=h:f=h,h=g}h=b._firstPT=e}for(;h;)h.pg&&"function"==typeof h.t[a]&&h.t[a]()&&(c=!0),h=h._next;return c},ba.activate=function(a){for(var b=a.length;--b>-1;)a[b].API===ba.API&&(Q[(new a[b])._propName]=a[b]);return!0},s.plugin=function(a){if(!(a&&a.propName&&a.init&&a.API))throw"illegal plugin definition.";var b,c=a.propName,d=a.priority||0,e=a.overwriteProps,f={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_mod",mod:"_mod",initAll:"_onInitAllProps"},g=t("plugins."+c.charAt(0).toUpperCase()+c.substr(1)+"Plugin",function(){ba.call(this,c,d),this._overwriteProps=e||[]},a.global===!0),h=g.prototype=new ba(c);h.constructor=g,g.API=a.API;for(b in f)"function"==typeof a[b]&&(h[f[b]]=a[b]);return g.version=a.version,ba.activate([g]),g},f=a._gsQueue){for(g=0;gt._rawPrevTime||0===t._rawPrevTime&&a._reversed,_=l?0:r,f=l?r:0;if(e||!this._forcingPlayhead){for(a.pause(h),n=t._prev;n&&n._startTime===h;)n._rawPrevTime=f,n=n._prev;for(n=t._next;n&&n._startTime===h;)n._rawPrevTime=_,n=n._next;e&&e.apply(s||a.vars.callbackScope||a,i||u),(this._forcingPlayhead||!a._paused)&&a.seek(o)}},m=function(t){var e,i=[],s=t.length;for(e=0;e!==s;i.push(t[e++]));return i},d=s.prototype=new e;return s.version="1.17.0",d.constructor=s,d.kill()._gc=d._forcingPlayhead=!1,d.to=function(t,e,s,r){var n=s.repeat&&f.TweenMax||i;return e?this.add(new n(t,e,s),r):this.set(t,s,r)},d.from=function(t,e,s,r){return this.add((s.repeat&&f.TweenMax||i).from(t,e,s),r)},d.fromTo=function(t,e,s,r,n){var a=r.repeat&&f.TweenMax||i;return e?this.add(a.fromTo(t,e,s,r),n):this.set(t,r,n)},d.staggerTo=function(t,e,r,n,a,h,l,_){var u,f=new s({onComplete:h,onCompleteParams:l,callbackScope:_,smoothChildTiming:this.smoothChildTiming});for("string"==typeof t&&(t=i.selector(t)||t),t=t||[],o(t)&&(t=m(t)),n=n||0,0>n&&(t=m(t),t.reverse(),n*=-1),u=0;t.length>u;u++)r.startAt&&(r.startAt=c(r.startAt)),f.to(t[u],e,c(r),u*n);return this.add(f,a)},d.staggerFrom=function(t,e,i,s,r,n,a,o){return i.immediateRender=0!=i.immediateRender,i.runBackwards=!0,this.staggerTo(t,e,i,s,r,n,a,o)},d.staggerFromTo=function(t,e,i,s,r,n,a,o,h){return s.startAt=i,s.immediateRender=0!=s.immediateRender&&0!=i.immediateRender,this.staggerTo(t,e,s,r,n,a,o,h)},d.call=function(t,e,s,r){return this.add(i.delayedCall(0,t,e,s),r)},d.set=function(t,e,s){return s=this._parseTimeOrLabel(s,0,!0),null==e.immediateRender&&(e.immediateRender=s===this._time&&!this._paused),this.add(new i(t,0,e),s)},s.exportRoot=function(t,e){t=t||{},null==t.smoothChildTiming&&(t.smoothChildTiming=!0);var r,n,a=new s(t),o=a._timeline;for(null==e&&(e=!0),o._remove(a,!0),a._startTime=0,a._rawPrevTime=a._time=a._totalTime=o._time,r=o._first;r;)n=r._next,e&&r instanceof i&&r.target===r.vars.onComplete||a.add(r,r._startTime-r._delay),r=n;return o.add(a,0),a},d.add=function(r,n,a,o){var l,_,u,f,c,p;if("number"!=typeof n&&(n=this._parseTimeOrLabel(n,0,!0,r)),!(r instanceof t)){if(r instanceof Array||r&&r.push&&h(r)){for(a=a||"normal",o=o||0,l=n,_=r.length,u=0;_>u;u++)h(f=r[u])&&(f=new s({tweens:f})),this.add(f,l),"string"!=typeof f&&"function"!=typeof f&&("sequence"===a?l=f._startTime+f.totalDuration()/f._timeScale:"start"===a&&(f._startTime-=f.delay())),l+=o;return this._uncache(!0)}if("string"==typeof r)return this.addLabel(r,n);if("function"!=typeof r)throw"Cannot add "+r+" into the timeline; it is not a tween, timeline, function, or string.";r=i.delayedCall(0,r)}if(e.prototype.add.call(this,r,n),(this._gc||this._time===this._duration)&&!this._paused&&this._durationr._startTime;c._timeline;)p&&c._timeline.smoothChildTiming?c.totalTime(c._totalTime,!0):c._gc&&c._enabled(!0,!1),c=c._timeline;return this},d.remove=function(e){if(e instanceof t)return this._remove(e,!1);if(e instanceof Array||e&&e.push&&h(e)){for(var i=e.length;--i>-1;)this.remove(e[i]);return this}return"string"==typeof e?this.removeLabel(e):this.kill(null,e)},d._remove=function(t,i){e.prototype._remove.call(this,t,i);var s=this._last;return s?this._time>s._startTime+s._totalDuration/s._timeScale&&(this._time=this.duration(),this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},d.append=function(t,e){return this.add(t,this._parseTimeOrLabel(null,e,!0,t))},d.insert=d.insertMultiple=function(t,e,i,s){return this.add(t,e||0,i,s)},d.appendMultiple=function(t,e,i,s){return this.add(t,this._parseTimeOrLabel(null,e,!0,t),i,s)},d.addLabel=function(t,e){return this._labels[t]=this._parseTimeOrLabel(e),this},d.addPause=function(t,e,s,r){var n=i.delayedCall(0,p,["{self}",e,s,r],this);return n.data="isPause",this.add(n,t)},d.removeLabel=function(t){return delete this._labels[t],this},d.getLabelTime=function(t){return null!=this._labels[t]?this._labels[t]:-1},d._parseTimeOrLabel=function(e,i,s,r){var n;if(r instanceof t&&r.timeline===this)this.remove(r);else if(r&&(r instanceof Array||r.push&&h(r)))for(n=r.length;--n>-1;)r[n]instanceof t&&r[n].timeline===this&&this.remove(r[n]);if("string"==typeof i)return this._parseTimeOrLabel(i,s&&"number"==typeof e&&null==this._labels[i]?e-this.duration():0,s);if(i=i||0,"string"!=typeof e||!isNaN(e)&&null==this._labels[e])null==e&&(e=this.duration());else{if(n=e.indexOf("="),-1===n)return null==this._labels[e]?s?this._labels[e]=this.duration()+i:i:this._labels[e]+i;i=parseInt(e.charAt(n-1)+"1",10)*Number(e.substr(n+1)),e=n>1?this._parseTimeOrLabel(e.substr(0,n-1),0,s):this.duration()}return Number(e)+i},d.seek=function(t,e){return this.totalTime("number"==typeof t?t:this._parseTimeOrLabel(t),e!==!1)},d.stop=function(){return this.paused(!0)},d.gotoAndPlay=function(t,e){return this.play(t,e)},d.gotoAndStop=function(t,e){return this.pause(t,e)},d.render=function(t,e,i){this._gc&&this._enabled(!0,!1);var s,n,a,o,h,u=this._dirty?this.totalDuration():this._totalDuration,f=this._time,c=this._startTime,p=this._timeScale,m=this._paused;if(t>=u)this._totalTime=this._time=u,this._reversed||this._hasPausedChild()||(n=!0,o="onComplete",h=!!this._timeline.autoRemoveChildren,0===this._duration&&(0===t||0>this._rawPrevTime||this._rawPrevTime===r)&&this._rawPrevTime!==t&&this._first&&(h=!0,this._rawPrevTime>r&&(o="onReverseComplete"))),this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,t=u+1e-4;else if(1e-7>t)if(this._totalTime=this._time=0,(0!==f||0===this._duration&&this._rawPrevTime!==r&&(this._rawPrevTime>0||0>t&&this._rawPrevTime>=0))&&(o="onReverseComplete",n=this._reversed),0>t)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(h=n=!0,o="onReverseComplete"):this._rawPrevTime>=0&&this._first&&(h=!0),this._rawPrevTime=t;else{if(this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,0===t&&n)for(s=this._first;s&&0===s._startTime;)s._duration||(n=!1),s=s._next;t=0,this._initted||(h=!0)}else this._totalTime=this._time=this._rawPrevTime=t;if(this._time!==f&&this._first||i||h){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==f&&t>0&&(this._active=!0),0===f&&this.vars.onStart&&0!==this._time&&(e||this._callback("onStart")),this._time>=f)for(s=this._first;s&&(a=s._next,!this._paused||m);)(s._active||s._startTime<=this._time&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;else for(s=this._last;s&&(a=s._prev,!this._paused||m);)(s._active||f>=s._startTime&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;this._onUpdate&&(e||(l.length&&_(),this._callback("onUpdate"))),o&&(this._gc||(c===this._startTime||p!==this._timeScale)&&(0===this._time||u>=this.totalDuration())&&(n&&(l.length&&_(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[o]&&this._callback(o)))}},d._hasPausedChild=function(){for(var t=this._first;t;){if(t._paused||t instanceof s&&t._hasPausedChild())return!0;t=t._next}return!1},d.getChildren=function(t,e,s,r){r=r||-9999999999;for(var n=[],a=this._first,o=0;a;)r>a._startTime||(a instanceof i?e!==!1&&(n[o++]=a):(s!==!1&&(n[o++]=a),t!==!1&&(n=n.concat(a.getChildren(!0,e,s)),o=n.length))),a=a._next;return n},d.getTweensOf=function(t,e){var s,r,n=this._gc,a=[],o=0;for(n&&this._enabled(!0,!0),s=i.getTweensOf(t),r=s.length;--r>-1;)(s[r].timeline===this||e&&this._contains(s[r]))&&(a[o++]=s[r]);return n&&this._enabled(!1,!0),a},d.recent=function(){return this._recent},d._contains=function(t){for(var e=t.timeline;e;){if(e===this)return!0;e=e.timeline}return!1},d.shiftChildren=function(t,e,i){i=i||0;for(var s,r=this._first,n=this._labels;r;)r._startTime>=i&&(r._startTime+=t),r=r._next;if(e)for(s in n)n[s]>=i&&(n[s]+=t);return this._uncache(!0)},d._kill=function(t,e){if(!t&&!e)return this._enabled(!1,!1);for(var i=e?this.getTweensOf(e):this.getChildren(!0,!0,!1),s=i.length,r=!1;--s>-1;)i[s]._kill(t,e)&&(r=!0);return r},d.clear=function(t){var e=this.getChildren(!1,!0,!0),i=e.length;for(this._time=this._totalTime=0;--i>-1;)e[i]._enabled(!1,!1);return t!==!1&&(this._labels={}),this._uncache(!0)},d.invalidate=function(){for(var e=this._first;e;)e.invalidate(),e=e._next;return t.prototype.invalidate.call(this)},d._enabled=function(t,i){if(t===this._gc)for(var s=this._first;s;)s._enabled(t,!0),s=s._next;return e.prototype._enabled.call(this,t,i)},d.totalTime=function(){this._forcingPlayhead=!0;var e=t.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,e},d.duration=function(t){return arguments.length?(0!==this.duration()&&0!==t&&this.timeScale(this._duration/t),this):(this._dirty&&this.totalDuration(),this._duration)},d.totalDuration=function(t){if(!arguments.length){if(this._dirty){for(var e,i,s=0,r=this._last,n=999999999999;r;)e=r._prev,r._dirty&&r.totalDuration(),r._startTime>n&&this._sortChildren&&!r._paused?this.add(r,r._startTime-r._delay):n=r._startTime,0>r._startTime&&!r._paused&&(s-=r._startTime,this._timeline.smoothChildTiming&&(this._startTime+=r._startTime/this._timeScale),this.shiftChildren(-r._startTime,!1,-9999999999),n=0),i=r._startTime+r._totalDuration/r._timeScale,i>s&&(s=i),r=e;this._duration=this._totalDuration=s,this._dirty=!1}return this._totalDuration}return 0!==this.totalDuration()&&0!==t&&this.timeScale(this._totalDuration/t),this},d.paused=function(e){if(!e)for(var i=this._first,s=this._time;i;)i._startTime===s&&"isPause"===i.data&&(i._rawPrevTime=0),i=i._next;return t.prototype.paused.apply(this,arguments)},d.usesFrames=function(){for(var e=this._timeline;e._timeline;)e=e._timeline;return e===t._rootFramesTimeline},d.rawTime=function(){return this._paused?this._totalTime:(this._timeline.rawTime()-this._startTime)*this._timeScale},s},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),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&&(require("./TweenLite.js"),module.exports=e())}("TimelineLite"); + + +/* EASING PLUGIN*/ +/*! + * VERSION: 1.15.5 + * DATE: 2016-07-08 + * UPDATES AND DOCS AT: http://greensock.com + * + * @license Copyright (c) 2008-2016, GreenSock. All rights reserved. + * This work is subject to the terms at http://greensock.com/standard-license or for + * Club GreenSock members, the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + **/ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("easing.Back",["easing.Ease"],function(a){var b,c,d,e=_gsScope.GreenSockGlobals||_gsScope,f=e.com.greensock,g=2*Math.PI,h=Math.PI/2,i=f._class,j=function(b,c){var d=i("easing."+b,function(){},!0),e=d.prototype=new a;return e.constructor=d,e.getRatio=c,d},k=a.register||function(){},l=function(a,b,c,d,e){var f=i("easing."+a,{easeOut:new b,easeIn:new c,easeInOut:new d},!0);return k(f,a),f},m=function(a,b,c){this.t=a,this.v=b,c&&(this.next=c,c.prev=this,this.c=c.v-b,this.gap=c.t-a)},n=function(b,c){var d=i("easing."+b,function(a){this._p1=a||0===a?a:1.70158,this._p2=1.525*this._p1},!0),e=d.prototype=new a;return e.constructor=d,e.getRatio=c,e.config=function(a){return new d(a)},d},o=l("Back",n("BackOut",function(a){return(a-=1)*a*((this._p1+1)*a+this._p1)+1}),n("BackIn",function(a){return a*a*((this._p1+1)*a-this._p1)}),n("BackInOut",function(a){return(a*=2)<1?.5*a*a*((this._p2+1)*a-this._p2):.5*((a-=2)*a*((this._p2+1)*a+this._p2)+2)})),p=i("easing.SlowMo",function(a,b,c){b=b||0===b?b:.7,null==a?a=.7:a>1&&(a=1),this._p=1!==a?b:0,this._p1=(1-a)/2,this._p2=a,this._p3=this._p1+this._p2,this._calcEnd=c===!0},!0),q=p.prototype=new a;return q.constructor=p,q.getRatio=function(a){var b=a+(.5-a)*this._p;return athis._p3?this._calcEnd?1-(a=(a-this._p3)/this._p1)*a:b+(a-b)*(a=(a-this._p3)/this._p1)*a*a*a:this._calcEnd?1:b},p.ease=new p(.7,.7),q.config=p.config=function(a,b,c){return new p(a,b,c)},b=i("easing.SteppedEase",function(a){a=a||1,this._p1=1/a,this._p2=a+1},!0),q=b.prototype=new a,q.constructor=b,q.getRatio=function(a){return 0>a?a=0:a>=1&&(a=.999999999),(this._p2*a>>0)*this._p1},q.config=b.config=function(a){return new b(a)},c=i("easing.RoughEase",function(b){b=b||{};for(var c,d,e,f,g,h,i=b.taper||"none",j=[],k=0,l=0|(b.points||20),n=l,o=b.randomize!==!1,p=b.clamp===!0,q=b.template instanceof a?b.template:null,r="number"==typeof b.strength?.4*b.strength:.4;--n>-1;)c=o?Math.random():1/l*n,d=q?q.getRatio(c):c,"none"===i?e=r:"out"===i?(f=1-c,e=f*f*r):"in"===i?e=c*c*r:.5>c?(f=2*c,e=f*f*.5*r):(f=2*(1-c),e=f*f*.5*r),o?d+=Math.random()*e-.5*e:n%2?d+=.5*e:d-=.5*e,p&&(d>1?d=1:0>d&&(d=0)),j[k++]={x:c,y:d};for(j.sort(function(a,b){return a.x-b.x}),h=new m(1,1,null),n=l;--n>-1;)g=j[n],h=new m(g.x,g.y,h);this._prev=new m(0,0,0!==h.t?h:h.next)},!0),q=c.prototype=new a,q.constructor=c,q.getRatio=function(a){var b=this._prev;if(a>b.t){for(;b.next&&a>=b.t;)b=b.next;b=b.prev}else for(;b.prev&&a<=b.t;)b=b.prev;return this._prev=b,b.v+(a-b.t)/b.gap*b.c},q.config=function(a){return new c(a)},c.ease=new c,l("Bounce",j("BounceOut",function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375}),j("BounceIn",function(a){return(a=1-a)<1/2.75?1-7.5625*a*a:2/2.75>a?1-(7.5625*(a-=1.5/2.75)*a+.75):2.5/2.75>a?1-(7.5625*(a-=2.25/2.75)*a+.9375):1-(7.5625*(a-=2.625/2.75)*a+.984375)}),j("BounceInOut",function(a){var b=.5>a;return a=b?1-2*a:2*a-1,a=1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375,b?.5*(1-a):.5*a+.5})),l("Circ",j("CircOut",function(a){return Math.sqrt(1-(a-=1)*a)}),j("CircIn",function(a){return-(Math.sqrt(1-a*a)-1)}),j("CircInOut",function(a){return(a*=2)<1?-.5*(Math.sqrt(1-a*a)-1):.5*(Math.sqrt(1-(a-=2)*a)+1)})),d=function(b,c,d){var e=i("easing."+b,function(a,b){this._p1=a>=1?a:1,this._p2=(b||d)/(1>a?a:1),this._p3=this._p2/g*(Math.asin(1/this._p1)||0),this._p2=g/this._p2},!0),f=e.prototype=new a;return f.constructor=e,f.getRatio=c,f.config=function(a,b){return new e(a,b)},e},l("Elastic",d("ElasticOut",function(a){return this._p1*Math.pow(2,-10*a)*Math.sin((a-this._p3)*this._p2)+1},.3),d("ElasticIn",function(a){return-(this._p1*Math.pow(2,10*(a-=1))*Math.sin((a-this._p3)*this._p2))},.3),d("ElasticInOut",function(a){return(a*=2)<1?-.5*(this._p1*Math.pow(2,10*(a-=1))*Math.sin((a-this._p3)*this._p2)):this._p1*Math.pow(2,-10*(a-=1))*Math.sin((a-this._p3)*this._p2)*.5+1},.45)),l("Expo",j("ExpoOut",function(a){return 1-Math.pow(2,-10*a)}),j("ExpoIn",function(a){return Math.pow(2,10*(a-1))-.001}),j("ExpoInOut",function(a){return(a*=2)<1?.5*Math.pow(2,10*(a-1)):.5*(2-Math.pow(2,-10*(a-1)))})),l("Sine",j("SineOut",function(a){return Math.sin(a*h)}),j("SineIn",function(a){return-Math.cos(a*h)+1}),j("SineInOut",function(a){return-.5*(Math.cos(Math.PI*a)-1)})),i("easing.EaseLookup",{find:function(b){return a.map[b]}},!0),k(e.SlowMo,"SlowMo","ease,"),k(c,"RoughEase","ease,"),k(b,"SteppedEase","ease,"),o},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(){"use strict";var a=function(){return _gsScope.GreenSockGlobals||_gsScope};"function"==typeof define&&define.amd?define(["TweenLite"],a):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=a())}(); + + +/* CSS PLUGIN */ +/*! + * VERSION: 1.19.1 + * DATE: 2017-01-17 + * UPDATES AND DOCS AT: http://greensock.com + * + * @license Copyright (c) 2008-2017, GreenSock. All rights reserved. + * This work is subject to the terms at http://greensock.com/standard-license or for + * Club GreenSock members, the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + */ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(a,b){var c,d,e,f,g=function(){a.call(this,"css"),this._overwriteProps.length=0,this.setRatio=g.prototype.setRatio},h=_gsScope._gsDefine.globals,i={},j=g.prototype=new a("css");j.constructor=g,g.version="1.19.1",g.API=2,g.defaultTransformPerspective=0,g.defaultSkewType="compensated",g.defaultSmoothOrigin=!0,j="px",g.suffixMap={top:j,right:j,bottom:j,left:j,width:j,height:j,fontSize:j,padding:j,margin:j,perspective:j,lineHeight:""};var k,l,m,n,o,p,q,r,s=/(?:\-|\.|\b)(\d|\.|e\-)+/g,t=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,u=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,v=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,w=/(?:\d|\-|\+|=|#|\.)*/g,x=/opacity *= *([^)]*)/i,y=/opacity:([^;]*)/i,z=/alpha\(opacity *=.+?\)/i,A=/^(rgb|hsl)/,B=/([A-Z])/g,C=/-([a-z])/gi,D=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,E=function(a,b){return b.toUpperCase()},F=/(?:Left|Right|Width)/i,G=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,H=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,I=/,(?=[^\)]*(?:\(|$))/gi,J=/[\s,\(]/i,K=Math.PI/180,L=180/Math.PI,M={},N={style:{}},O=_gsScope.document||{createElement:function(){return N}},P=function(a,b){return O.createElementNS?O.createElementNS(b||"http://www.w3.org/1999/xhtml",a):O.createElement(a)},Q=P("div"),R=P("img"),S=g._internals={_specialProps:i},T=(_gsScope.navigator||{}).userAgent||"",U=function(){var a=T.indexOf("Android"),b=P("a");return m=-1!==T.indexOf("Safari")&&-1===T.indexOf("Chrome")&&(-1===a||parseFloat(T.substr(a+8,2))>3),o=m&&parseFloat(T.substr(T.indexOf("Version/")+8,2))<6,n=-1!==T.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(T)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(T))&&(p=parseFloat(RegExp.$1)),b?(b.style.cssText="top:1px;opacity:.55;",/^0.55/.test(b.style.opacity)):!1}(),V=function(a){return x.test("string"==typeof a?a:(a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100:1},W=function(a){_gsScope.console&&console.log(a)},X="",Y="",Z=function(a,b){b=b||Q;var c,d,e=b.style;if(void 0!==e[a])return a;for(a=a.charAt(0).toUpperCase()+a.substr(1),c=["O","Moz","ms","Ms","Webkit"],d=5;--d>-1&&void 0===e[c[d]+a];);return d>=0?(Y=3===d?"ms":c[d],X="-"+Y.toLowerCase()+"-",Y+a):null},$=O.defaultView?O.defaultView.getComputedStyle:function(){},_=g.getStyle=function(a,b,c,d,e){var f;return U||"opacity"!==b?(!d&&a.style[b]?f=a.style[b]:(c=c||$(a))?f=c[b]||c.getPropertyValue(b)||c.getPropertyValue(b.replace(B,"-$1").toLowerCase()):a.currentStyle&&(f=a.currentStyle[b]),null==e||f&&"none"!==f&&"auto"!==f&&"auto auto"!==f?f:e):V(a)},aa=S.convertToPixels=function(a,c,d,e,f){if("px"===e||!e)return d;if("auto"===e||!d)return 0;var h,i,j,k=F.test(c),l=a,m=Q.style,n=0>d,o=1===d;if(n&&(d=-d),o&&(d*=100),"%"===e&&-1!==c.indexOf("border"))h=d/100*(k?a.clientWidth:a.clientHeight);else{if(m.cssText="border:0 solid red;position:"+_(a,"position")+";line-height:0;","%"!==e&&l.appendChild&&"v"!==e.charAt(0)&&"rem"!==e)m[k?"borderLeftWidth":"borderTopWidth"]=d+e;else{if(l=a.parentNode||O.body,i=l._gsCache,j=b.ticker.frame,i&&k&&i.time===j)return i.width*d/100;m[k?"width":"height"]=d+e}l.appendChild(Q),h=parseFloat(Q[k?"offsetWidth":"offsetHeight"]),l.removeChild(Q),k&&"%"===e&&g.cacheWidths!==!1&&(i=l._gsCache=l._gsCache||{},i.time=j,i.width=h/d*100),0!==h||f||(h=aa(a,c,d,e,!0))}return o&&(h/=100),n?-h:h},ba=S.calculateOffset=function(a,b,c){if("absolute"!==_(a,"position",c))return 0;var d="left"===b?"Left":"Top",e=_(a,"margin"+d,c);return a["offset"+d]-(aa(a,b,parseFloat(e),e.replace(w,""))||0)},ca=function(a,b){var c,d,e,f={};if(b=b||$(a,null))if(c=b.length)for(;--c>-1;)e=b[c],(-1===e.indexOf("-transform")||Da===e)&&(f[e.replace(C,E)]=b.getPropertyValue(e));else for(c in b)(-1===c.indexOf("Transform")||Ca===c)&&(f[c]=b[c]);else if(b=a.currentStyle||a.style)for(c in b)"string"==typeof c&&void 0===f[c]&&(f[c.replace(C,E)]=b[c]);return U||(f.opacity=V(a)),d=Ra(a,b,!1),f.rotation=d.rotation,f.skewX=d.skewX,f.scaleX=d.scaleX,f.scaleY=d.scaleY,f.x=d.x,f.y=d.y,Fa&&(f.z=d.z,f.rotationX=d.rotationX,f.rotationY=d.rotationY,f.scaleZ=d.scaleZ),f.filters&&delete f.filters,f},da=function(a,b,c,d,e){var f,g,h,i={},j=a.style;for(g in c)"cssText"!==g&&"length"!==g&&isNaN(g)&&(b[g]!==(f=c[g])||e&&e[g])&&-1===g.indexOf("Origin")&&("number"==typeof f||"string"==typeof f)&&(i[g]="auto"!==f||"left"!==g&&"top"!==g?""!==f&&"auto"!==f&&"none"!==f||"string"!=typeof b[g]||""===b[g].replace(v,"")?f:0:ba(a,g),void 0!==j[g]&&(h=new sa(j,g,j[g],h)));if(d)for(g in d)"className"!==g&&(i[g]=d[g]);return{difs:i,firstMPT:h}},ea={width:["Left","Right"],height:["Top","Bottom"]},fa=["marginLeft","marginRight","marginTop","marginBottom"],ga=function(a,b,c){if("svg"===(a.nodeName+"").toLowerCase())return(c||$(a))[b]||0;if(a.getCTM&&Oa(a))return a.getBBox()[b]||0;var d=parseFloat("width"===b?a.offsetWidth:a.offsetHeight),e=ea[b],f=e.length;for(c=c||$(a,null);--f>-1;)d-=parseFloat(_(a,"padding"+e[f],c,!0))||0,d-=parseFloat(_(a,"border"+e[f]+"Width",c,!0))||0;return d},ha=function(a,b){if("contain"===a||"auto"===a||"auto auto"===a)return a+" ";(null==a||""===a)&&(a="0 0");var c,d=a.split(" "),e=-1!==a.indexOf("left")?"0%":-1!==a.indexOf("right")?"100%":d[0],f=-1!==a.indexOf("top")?"0%":-1!==a.indexOf("bottom")?"100%":d[1];if(d.length>3&&!b){for(d=a.split(", ").join(",").split(","),a=[],c=0;c2?" "+d[2]:""),b&&(b.oxp=-1!==e.indexOf("%"),b.oyp=-1!==f.indexOf("%"),b.oxr="="===e.charAt(1),b.oyr="="===f.charAt(1),b.ox=parseFloat(e.replace(v,"")),b.oy=parseFloat(f.replace(v,"")),b.v=a),b||a},ia=function(a,b){return"function"==typeof a&&(a=a(r,q)),"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2)):parseFloat(a)-parseFloat(b)||0},ja=function(a,b){return"function"==typeof a&&(a=a(r,q)),null==a?b:"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2))+b:parseFloat(a)||0},ka=function(a,b,c,d){var e,f,g,h,i,j=1e-6;return"function"==typeof a&&(a=a(r,q)),null==a?h=b:"number"==typeof a?h=a:(e=360,f=a.split("_"),i="="===a.charAt(1),g=(i?parseInt(a.charAt(0)+"1",10)*parseFloat(f[0].substr(2)):parseFloat(f[0]))*(-1===a.indexOf("rad")?1:L)-(i?0:b),f.length&&(d&&(d[c]=b+g),-1!==a.indexOf("short")&&(g%=e,g!==g%(e/2)&&(g=0>g?g+e:g-e)),-1!==a.indexOf("_cw")&&0>g?g=(g+9999999999*e)%e-(g/e|0)*e:-1!==a.indexOf("ccw")&&g>0&&(g=(g-9999999999*e)%e-(g/e|0)*e)),h=b+g),j>h&&h>-j&&(h=0),h},la={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},ma=function(a,b,c){return a=0>a?a+1:a>1?a-1:a,255*(1>6*a?b+(c-b)*a*6:.5>a?c:2>3*a?b+(c-b)*(2/3-a)*6:b)+.5|0},na=g.parseColor=function(a,b){var c,d,e,f,g,h,i,j,k,l,m;if(a)if("number"==typeof a)c=[a>>16,a>>8&255,255&a];else{if(","===a.charAt(a.length-1)&&(a=a.substr(0,a.length-1)),la[a])c=la[a];else if("#"===a.charAt(0))4===a.length&&(d=a.charAt(1),e=a.charAt(2),f=a.charAt(3),a="#"+d+d+e+e+f+f),a=parseInt(a.substr(1),16),c=[a>>16,a>>8&255,255&a];else if("hsl"===a.substr(0,3))if(c=m=a.match(s),b){if(-1!==a.indexOf("="))return a.match(t)}else g=Number(c[0])%360/360,h=Number(c[1])/100,i=Number(c[2])/100,e=.5>=i?i*(h+1):i+h-i*h,d=2*i-e,c.length>3&&(c[3]=Number(a[3])),c[0]=ma(g+1/3,d,e),c[1]=ma(g,d,e),c[2]=ma(g-1/3,d,e);else c=a.match(s)||la.transparent;c[0]=Number(c[0]),c[1]=Number(c[1]),c[2]=Number(c[2]),c.length>3&&(c[3]=Number(c[3]))}else c=la.black;return b&&!m&&(d=c[0]/255,e=c[1]/255,f=c[2]/255,j=Math.max(d,e,f),k=Math.min(d,e,f),i=(j+k)/2,j===k?g=h=0:(l=j-k,h=i>.5?l/(2-j-k):l/(j+k),g=j===d?(e-f)/l+(f>e?6:0):j===e?(f-d)/l+2:(d-e)/l+4,g*=60),c[0]=g+.5|0,c[1]=100*h+.5|0,c[2]=100*i+.5|0),c},oa=function(a,b){var c,d,e,f=a.match(pa)||[],g=0,h=f.length?"":a;for(c=0;c0?g[0].replace(s,""):"";return k?e=b?function(a){var b,m,n,o;if("number"==typeof a)a+=l;else if(d&&I.test(a)){for(o=a.replace(I,"|").split("|"),n=0;nn--)for(;++nm--)for(;++mi;i++)h[a[i]]=j[i]=j[i]||j[(i-1)/2>>0];return e.parse(b,h,f,g)}},sa=(S._setPluginRatio=function(a){this.plugin.setRatio(a);for(var b,c,d,e,f,g=this.data,h=g.proxy,i=g.firstMPT,j=1e-6;i;)b=h[i.v],i.r?b=Math.round(b):j>b&&b>-j&&(b=0),i.t[i.p]=b,i=i._next;if(g.autoRotate&&(g.autoRotate.rotation=g.mod?g.mod(h.rotation,this.t):h.rotation),1===a||0===a)for(i=g.firstMPT,f=1===a?"e":"b";i;){if(c=i.t,c.type){if(1===c.type){for(e=c.xs0+c.s+c.xs1,d=1;d0;)i="xn"+g,h=d.p+"_"+i,n[h]=d.data[i],m[h]=d[i],f||(j=new sa(d,i,h,j,d.rxp[i]));d=d._next}return{proxy:m,end:n,firstMPT:j,pt:k}},S.CSSPropTween=function(a,b,d,e,g,h,i,j,k,l,m){this.t=a,this.p=b,this.s=d,this.c=e,this.n=i||b,a instanceof ta||f.push(this.n),this.r=j,this.type=h||0,k&&(this.pr=k,c=!0),this.b=void 0===l?d:l,this.e=void 0===m?d+e:m,g&&(this._next=g,g._prev=this)}),ua=function(a,b,c,d,e,f){var g=new ta(a,b,c,d-c,e,-1,f);return g.b=c,g.e=g.xs0=d,g},va=g.parseComplex=function(a,b,c,d,e,f,h,i,j,l){c=c||f||"","function"==typeof d&&(d=d(r,q)),h=new ta(a,b,0,0,h,l?2:1,null,!1,i,c,d),d+="",e&&pa.test(d+c)&&(d=[c,d],g.colorStringFilter(d),c=d[0],d=d[1]);var m,n,o,p,u,v,w,x,y,z,A,B,C,D=c.split(", ").join(",").split(" "),E=d.split(", ").join(",").split(" "),F=D.length,G=k!==!1;for((-1!==d.indexOf(",")||-1!==c.indexOf(","))&&(D=D.join(" ").replace(I,", ").split(" "),E=E.join(" ").replace(I,", ").split(" "),F=D.length),F!==E.length&&(D=(f||"").split(" "),F=D.length),h.plugin=j,h.setRatio=l,pa.lastIndex=0,m=0;F>m;m++)if(p=D[m],u=E[m],x=parseFloat(p),x||0===x)h.appendXtra("",x,ia(u,x),u.replace(t,""),G&&-1!==u.indexOf("px"),!0);else if(e&&pa.test(p))B=u.indexOf(")")+1,B=")"+(B?u.substr(B):""),C=-1!==u.indexOf("hsl")&&U,p=na(p,C),u=na(u,C),y=p.length+u.length>6,y&&!U&&0===u[3]?(h["xs"+h.l]+=h.l?" transparent":"transparent",h.e=h.e.split(E[m]).join("transparent")):(U||(y=!1),C?h.appendXtra(y?"hsla(":"hsl(",p[0],ia(u[0],p[0]),",",!1,!0).appendXtra("",p[1],ia(u[1],p[1]),"%,",!1).appendXtra("",p[2],ia(u[2],p[2]),y?"%,":"%"+B,!1):h.appendXtra(y?"rgba(":"rgb(",p[0],u[0]-p[0],",",!0,!0).appendXtra("",p[1],u[1]-p[1],",",!0).appendXtra("",p[2],u[2]-p[2],y?",":B,!0),y&&(p=p.length<4?1:p[3],h.appendXtra("",p,(u.length<4?1:u[3])-p,B,!1))),pa.lastIndex=0;else if(v=p.match(s)){if(w=u.match(t),!w||w.length!==v.length)return h;for(o=0,n=0;n0;)j["xn"+wa]=0,j["xs"+wa]="";j.xs0="",j._next=j._prev=j.xfirst=j.data=j.plugin=j.setRatio=j.rxp=null,j.appendXtra=function(a,b,c,d,e,f){var g=this,h=g.l;return g["xs"+h]+=f&&(h||g["xs"+h])?" "+a:a||"",c||0===h||g.plugin?(g.l++,g.type=g.setRatio?2:1,g["xs"+g.l]=d||"",h>0?(g.data["xn"+h]=b+c,g.rxp["xn"+h]=e,g["xn"+h]=b,g.plugin||(g.xfirst=new ta(g,"xn"+h,b,c,g.xfirst||g,0,g.n,e,g.pr),g.xfirst.xs0=0),g):(g.data={s:b+c},g.rxp={},g.s=b,g.c=c,g.r=e,g)):(g["xs"+h]+=b+(d||""),g)};var xa=function(a,b){b=b||{},this.p=b.prefix?Z(a)||a:a,i[a]=i[this.p]=this,this.format=b.formatter||qa(b.defaultValue,b.color,b.collapsible,b.multi),b.parser&&(this.parse=b.parser),this.clrs=b.color,this.multi=b.multi,this.keyword=b.keyword,this.dflt=b.defaultValue,this.pr=b.priority||0},ya=S._registerComplexSpecialProp=function(a,b,c){"object"!=typeof b&&(b={parser:c});var d,e,f=a.split(","),g=b.defaultValue;for(c=c||[g],d=0;dh.length?i.length:h.length,g=0;j>g;g++)b=h[g]=h[g]||this.dflt,c=i[g]=i[g]||this.dflt,m&&(k=b.indexOf(m),l=c.indexOf(m),k!==l&&(-1===l?h[g]=h[g].split(m).join(""):-1===k&&(h[g]+=" "+m)));b=h.join(", "),c=i.join(", ")}return va(a,this.p,b,c,this.clrs,this.dflt,d,this.pr,e,f)},j.parse=function(a,b,c,d,f,g,h){return this.parseComplex(a.style,this.format(_(a,this.p,e,!1,this.dflt)),this.format(b),f,g)},g.registerSpecialProp=function(a,b,c){ya(a,{parser:function(a,d,e,f,g,h,i){var j=new ta(a,e,0,0,g,2,e,!1,c);return j.plugin=h,j.setRatio=b(a,d,f._tween,e),j},priority:c})},g.useSVGTransformAttr=!0;var Aa,Ba="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),Ca=Z("transform"),Da=X+"transform",Ea=Z("transformOrigin"),Fa=null!==Z("perspective"),Ga=S.Transform=function(){this.perspective=parseFloat(g.defaultTransformPerspective)||0,this.force3D=g.defaultForce3D!==!1&&Fa?g.defaultForce3D||"auto":!1},Ha=_gsScope.SVGElement,Ia=function(a,b,c){var d,e=O.createElementNS("http://www.w3.org/2000/svg",a),f=/([a-z])([A-Z])/g;for(d in c)e.setAttributeNS(null,d.replace(f,"$1-$2").toLowerCase(),c[d]);return b.appendChild(e),e},Ja=O.documentElement||{},Ka=function(){var a,b,c,d=p||/Android/i.test(T)&&!_gsScope.chrome;return O.createElementNS&&!d&&(a=Ia("svg",Ja),b=Ia("rect",a,{width:100,height:50,x:100}),c=b.getBoundingClientRect().width,b.style[Ea]="50% 50%",b.style[Ca]="scaleX(0.5)",d=c===b.getBoundingClientRect().width&&!(n&&Fa),Ja.removeChild(a)),d}(),La=function(a,b,c,d,e,f){var h,i,j,k,l,m,n,o,p,q,r,s,t,u,v=a._gsTransform,w=Qa(a,!0);v&&(t=v.xOrigin,u=v.yOrigin),(!d||(h=d.split(" ")).length<2)&&(n=a.getBBox(),0===n.x&&0===n.y&&n.width+n.height===0&&(n={x:parseFloat(a.hasAttribute("x")?a.getAttribute("x"):a.hasAttribute("cx")?a.getAttribute("cx"):0)||0,y:parseFloat(a.hasAttribute("y")?a.getAttribute("y"):a.hasAttribute("cy")?a.getAttribute("cy"):0)||0,width:0,height:0}),b=ha(b).split(" "),h=[(-1!==b[0].indexOf("%")?parseFloat(b[0])/100*n.width:parseFloat(b[0]))+n.x,(-1!==b[1].indexOf("%")?parseFloat(b[1])/100*n.height:parseFloat(b[1]))+n.y]),c.xOrigin=k=parseFloat(h[0]),c.yOrigin=l=parseFloat(h[1]),d&&w!==Pa&&(m=w[0],n=w[1],o=w[2],p=w[3],q=w[4],r=w[5],s=m*p-n*o,s&&(i=k*(p/s)+l*(-o/s)+(o*r-p*q)/s,j=k*(-n/s)+l*(m/s)-(m*r-n*q)/s,k=c.xOrigin=h[0]=i,l=c.yOrigin=h[1]=j)),v&&(f&&(c.xOffset=v.xOffset,c.yOffset=v.yOffset,v=c),e||e!==!1&&g.defaultSmoothOrigin!==!1?(i=k-t,j=l-u,v.xOffset+=i*w[0]+j*w[2]-i,v.yOffset+=i*w[1]+j*w[3]-j):v.xOffset=v.yOffset=0),f||a.setAttribute("data-svg-origin",h.join(" "))},Ma=function(a){var b,c=P("svg",this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),d=this.parentNode,e=this.nextSibling,f=this.style.cssText;if(Ja.appendChild(c),c.appendChild(this),this.style.display="block",a)try{b=this.getBBox(),this._originalGetBBox=this.getBBox,this.getBBox=Ma}catch(g){}else this._originalGetBBox&&(b=this._originalGetBBox());return e?d.insertBefore(this,e):d.appendChild(this),Ja.removeChild(c),this.style.cssText=f,b},Na=function(a){try{return a.getBBox()}catch(b){return Ma.call(a,!0)}},Oa=function(a){return!(!(Ha&&a.getCTM&&Na(a))||a.parentNode&&!a.ownerSVGElement)},Pa=[1,0,0,1,0,0],Qa=function(a,b){var c,d,e,f,g,h,i=a._gsTransform||new Ga,j=1e5,k=a.style;if(Ca?d=_(a,Da,null,!0):a.currentStyle&&(d=a.currentStyle.filter.match(G),d=d&&4===d.length?[d[0].substr(4),Number(d[2].substr(4)),Number(d[1].substr(4)),d[3].substr(4),i.x||0,i.y||0].join(","):""),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,c&&Ca&&((h="none"===$(a).display)||!a.parentNode)&&(h&&(f=k.display,k.display="block"),a.parentNode||(g=1,Ja.appendChild(a)),d=_(a,Da,null,!0),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,f?k.display=f:h&&Va(k,"display"),g&&Ja.removeChild(a)),(i.svg||a.getCTM&&Oa(a))&&(c&&-1!==(k[Ca]+"").indexOf("matrix")&&(d=k[Ca],c=0),e=a.getAttribute("transform"),c&&e&&(-1!==e.indexOf("matrix")?(d=e,c=0):-1!==e.indexOf("translate")&&(d="matrix(1,0,0,1,"+e.match(/(?:\-|\b)[\d\-\.e]+\b/gi).join(",")+")",c=0))),c)return Pa;for(e=(d||"").match(s)||[],wa=e.length;--wa>-1;)f=Number(e[wa]),e[wa]=(g=f-(f|=0))?(g*j+(0>g?-.5:.5)|0)/j+f:f;return b&&e.length>6?[e[0],e[1],e[4],e[5],e[12],e[13]]:e},Ra=S.getTransform=function(a,c,d,e){if(a._gsTransform&&d&&!e)return a._gsTransform;var f,h,i,j,k,l,m=d?a._gsTransform||new Ga:new Ga,n=m.scaleX<0,o=2e-5,p=1e5,q=Fa?parseFloat(_(a,Ea,c,!1,"0 0 0").split(" ")[2])||m.zOrigin||0:0,r=parseFloat(g.defaultTransformPerspective)||0;if(m.svg=!(!a.getCTM||!Oa(a)),m.svg&&(La(a,_(a,Ea,c,!1,"50% 50%")+"",m,a.getAttribute("data-svg-origin")),Aa=g.useSVGTransformAttr||Ka),f=Qa(a),f!==Pa){if(16===f.length){var s,t,u,v,w,x=f[0],y=f[1],z=f[2],A=f[3],B=f[4],C=f[5],D=f[6],E=f[7],F=f[8],G=f[9],H=f[10],I=f[12],J=f[13],K=f[14],M=f[11],N=Math.atan2(D,H);m.zOrigin&&(K=-m.zOrigin,I=F*K-f[12],J=G*K-f[13],K=H*K+m.zOrigin-f[14]),m.rotationX=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),s=B*v+F*w,t=C*v+G*w,u=D*v+H*w,F=B*-w+F*v,G=C*-w+G*v,H=D*-w+H*v,M=E*-w+M*v,B=s,C=t,D=u),N=Math.atan2(-z,H),m.rotationY=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),s=x*v-F*w,t=y*v-G*w,u=z*v-H*w,G=y*w+G*v,H=z*w+H*v,M=A*w+M*v,x=s,y=t,z=u),N=Math.atan2(y,x),m.rotation=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),x=x*v+B*w,t=y*v+C*w,C=y*-w+C*v,D=z*-w+D*v,y=t),m.rotationX&&Math.abs(m.rotationX)+Math.abs(m.rotation)>359.9&&(m.rotationX=m.rotation=0,m.rotationY=180-m.rotationY),m.scaleX=(Math.sqrt(x*x+y*y)*p+.5|0)/p,m.scaleY=(Math.sqrt(C*C+G*G)*p+.5|0)/p,m.scaleZ=(Math.sqrt(D*D+H*H)*p+.5|0)/p,m.rotationX||m.rotationY?m.skewX=0:(m.skewX=B||C?Math.atan2(B,C)*L+m.rotation:m.skewX||0,Math.abs(m.skewX)>90&&Math.abs(m.skewX)<270&&(n?(m.scaleX*=-1,m.skewX+=m.rotation<=0?180:-180,m.rotation+=m.rotation<=0?180:-180):(m.scaleY*=-1,m.skewX+=m.skewX<=0?180:-180))),m.perspective=M?1/(0>M?-M:M):0,m.x=I,m.y=J,m.z=K,m.svg&&(m.x-=m.xOrigin-(m.xOrigin*x-m.yOrigin*B),m.y-=m.yOrigin-(m.yOrigin*y-m.xOrigin*C))}else if(!Fa||e||!f.length||m.x!==f[4]||m.y!==f[5]||!m.rotationX&&!m.rotationY){var O=f.length>=6,P=O?f[0]:1,Q=f[1]||0,R=f[2]||0,S=O?f[3]:1;m.x=f[4]||0,m.y=f[5]||0,i=Math.sqrt(P*P+Q*Q),j=Math.sqrt(S*S+R*R),k=P||Q?Math.atan2(Q,P)*L:m.rotation||0,l=R||S?Math.atan2(R,S)*L+k:m.skewX||0,Math.abs(l)>90&&Math.abs(l)<270&&(n?(i*=-1,l+=0>=k?180:-180,k+=0>=k?180:-180):(j*=-1,l+=0>=l?180:-180)),m.scaleX=i,m.scaleY=j,m.rotation=k,m.skewX=l,Fa&&(m.rotationX=m.rotationY=m.z=0,m.perspective=r,m.scaleZ=1),m.svg&&(m.x-=m.xOrigin-(m.xOrigin*P+m.yOrigin*R),m.y-=m.yOrigin-(m.xOrigin*Q+m.yOrigin*S))}m.zOrigin=q;for(h in m)m[h]-o&&(m[h]=0)}return d&&(a._gsTransform=m,m.svg&&(Aa&&a.style[Ca]?b.delayedCall(.001,function(){Va(a.style,Ca)}):!Aa&&a.getAttribute("transform")&&b.delayedCall(.001,function(){a.removeAttribute("transform")}))),m},Sa=function(a){var b,c,d=this.data,e=-d.rotation*K,f=e+d.skewX*K,g=1e5,h=(Math.cos(e)*d.scaleX*g|0)/g,i=(Math.sin(e)*d.scaleX*g|0)/g,j=(Math.sin(f)*-d.scaleY*g|0)/g,k=(Math.cos(f)*d.scaleY*g|0)/g,l=this.t.style,m=this.t.currentStyle;if(m){c=i,i=-j,j=-c,b=m.filter,l.filter="";var n,o,q=this.t.offsetWidth,r=this.t.offsetHeight,s="absolute"!==m.position,t="progid:DXImageTransform.Microsoft.Matrix(M11="+h+", M12="+i+", M21="+j+", M22="+k,u=d.x+q*d.xPercent/100,v=d.y+r*d.yPercent/100;if(null!=d.ox&&(n=(d.oxp?q*d.ox*.01:d.ox)-q/2,o=(d.oyp?r*d.oy*.01:d.oy)-r/2,u+=n-(n*h+o*i),v+=o-(n*j+o*k)),s?(n=q/2,o=r/2,t+=", Dx="+(n-(n*h+o*i)+u)+", Dy="+(o-(n*j+o*k)+v)+")"):t+=", sizingMethod='auto expand')",-1!==b.indexOf("DXImageTransform.Microsoft.Matrix(")?l.filter=b.replace(H,t):l.filter=t+" "+b,(0===a||1===a)&&1===h&&0===i&&0===j&&1===k&&(s&&-1===t.indexOf("Dx=0, Dy=0")||x.test(b)&&100!==parseFloat(RegExp.$1)||-1===b.indexOf(b.indexOf("Alpha"))&&l.removeAttribute("filter")),!s){var y,z,A,B=8>p?1:-1;for(n=d.ieOffsetX||0,o=d.ieOffsetY||0,d.ieOffsetX=Math.round((q-((0>h?-h:h)*q+(0>i?-i:i)*r))/2+u),d.ieOffsetY=Math.round((r-((0>k?-k:k)*r+(0>j?-j:j)*q))/2+v),wa=0;4>wa;wa++)z=fa[wa],y=m[z],c=-1!==y.indexOf("px")?parseFloat(y):aa(this.t,z,parseFloat(y),y.replace(w,""))||0,A=c!==d[z]?2>wa?-d.ieOffsetX:-d.ieOffsetY:2>wa?n-d.ieOffsetX:o-d.ieOffsetY,l[z]=(d[z]=Math.round(c-A*(0===wa||2===wa?1:B)))+"px"}}},Ta=S.set3DTransformRatio=S.setTransformRatio=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,o,p,q,r,s,t,u,v,w,x,y,z=this.data,A=this.t.style,B=z.rotation,C=z.rotationX,D=z.rotationY,E=z.scaleX,F=z.scaleY,G=z.scaleZ,H=z.x,I=z.y,J=z.z,L=z.svg,M=z.perspective,N=z.force3D,O=z.skewY,P=z.skewX;if(O&&(P+=O,B+=O),((1===a||0===a)&&"auto"===N&&(this.tween._totalTime===this.tween._totalDuration||!this.tween._totalTime)||!N)&&!J&&!M&&!D&&!C&&1===G||Aa&&L||!Fa)return void(B||P||L?(B*=K,x=P*K,y=1e5,c=Math.cos(B)*E,f=Math.sin(B)*E,d=Math.sin(B-x)*-F,g=Math.cos(B-x)*F,x&&"simple"===z.skewType&&(b=Math.tan(x-O*K),b=Math.sqrt(1+b*b),d*=b,g*=b,O&&(b=Math.tan(O*K),b=Math.sqrt(1+b*b),c*=b,f*=b)),L&&(H+=z.xOrigin-(z.xOrigin*c+z.yOrigin*d)+z.xOffset,I+=z.yOrigin-(z.xOrigin*f+z.yOrigin*g)+z.yOffset,Aa&&(z.xPercent||z.yPercent)&&(q=this.t.getBBox(),H+=.01*z.xPercent*q.width,I+=.01*z.yPercent*q.height),q=1e-6,q>H&&H>-q&&(H=0),q>I&&I>-q&&(I=0)),u=(c*y|0)/y+","+(f*y|0)/y+","+(d*y|0)/y+","+(g*y|0)/y+","+H+","+I+")",L&&Aa?this.t.setAttribute("transform","matrix("+u):A[Ca]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+u):A[Ca]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+E+",0,0,"+F+","+H+","+I+")");if(n&&(q=1e-4,q>E&&E>-q&&(E=G=2e-5),q>F&&F>-q&&(F=G=2e-5),!M||z.z||z.rotationX||z.rotationY||(M=0)),B||P)B*=K,r=c=Math.cos(B),s=f=Math.sin(B),P&&(B-=P*K,r=Math.cos(B),s=Math.sin(B),"simple"===z.skewType&&(b=Math.tan((P-O)*K),b=Math.sqrt(1+b*b),r*=b,s*=b,z.skewY&&(b=Math.tan(O*K),b=Math.sqrt(1+b*b),c*=b,f*=b))),d=-s,g=r;else{if(!(D||C||1!==G||M||L))return void(A[Ca]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) translate3d(":"translate3d(")+H+"px,"+I+"px,"+J+"px)"+(1!==E||1!==F?" scale("+E+","+F+")":""));c=g=1,d=f=0}k=1,e=h=i=j=l=m=0,o=M?-1/M:0,p=z.zOrigin,q=1e-6,v=",",w="0",B=D*K,B&&(r=Math.cos(B),s=Math.sin(B),i=-s,l=o*-s,e=c*s,h=f*s,k=r,o*=r,c*=r,f*=r),B=C*K,B&&(r=Math.cos(B),s=Math.sin(B),b=d*r+e*s,t=g*r+h*s,j=k*s,m=o*s,e=d*-s+e*r,h=g*-s+h*r,k*=r,o*=r,d=b,g=t),1!==G&&(e*=G,h*=G,k*=G,o*=G),1!==F&&(d*=F,g*=F,j*=F,m*=F),1!==E&&(c*=E,f*=E,i*=E,l*=E),(p||L)&&(p&&(H+=e*-p,I+=h*-p,J+=k*-p+p),L&&(H+=z.xOrigin-(z.xOrigin*c+z.yOrigin*d)+z.xOffset,I+=z.yOrigin-(z.xOrigin*f+z.yOrigin*g)+z.yOffset),q>H&&H>-q&&(H=w),q>I&&I>-q&&(I=w),q>J&&J>-q&&(J=0)),u=z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix3d(":"matrix3d(",u+=(q>c&&c>-q?w:c)+v+(q>f&&f>-q?w:f)+v+(q>i&&i>-q?w:i),u+=v+(q>l&&l>-q?w:l)+v+(q>d&&d>-q?w:d)+v+(q>g&&g>-q?w:g),C||D||1!==G?(u+=v+(q>j&&j>-q?w:j)+v+(q>m&&m>-q?w:m)+v+(q>e&&e>-q?w:e),u+=v+(q>h&&h>-q?w:h)+v+(q>k&&k>-q?w:k)+v+(q>o&&o>-q?w:o)+v):u+=",0,0,0,0,1,0,",u+=H+v+I+v+J+v+(M?1+-J/M:1)+")",A[Ca]=u};j=Ga.prototype,j.x=j.y=j.z=j.skewX=j.skewY=j.rotation=j.rotationX=j.rotationY=j.zOrigin=j.xPercent=j.yPercent=j.xOffset=j.yOffset=0,j.scaleX=j.scaleY=j.scaleZ=1,ya("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(a,b,c,d,f,h,i){if(d._lastParsedTransform===i)return f;d._lastParsedTransform=i;var j,k=i.scale&&"function"==typeof i.scale?i.scale:0;"function"==typeof i[c]&&(j=i[c],i[c]=b),k&&(i.scale=k(r,a));var l,m,n,o,p,s,t,u,v,w=a._gsTransform,x=a.style,y=1e-6,z=Ba.length,A=i,B={},C="transformOrigin",D=Ra(a,e,!0,A.parseTransform),E=A.transform&&("function"==typeof A.transform?A.transform(r,q):A.transform);if(d._transform=D,E&&"string"==typeof E&&Ca)m=Q.style,m[Ca]=E,m.display="block",m.position="absolute",O.body.appendChild(Q),l=Ra(Q,null,!1),D.svg&&(s=D.xOrigin,t=D.yOrigin,l.x-=D.xOffset,l.y-=D.yOffset,(A.transformOrigin||A.svgOrigin)&&(E={},La(a,ha(A.transformOrigin),E,A.svgOrigin,A.smoothOrigin,!0),s=E.xOrigin,t=E.yOrigin,l.x-=E.xOffset-D.xOffset,l.y-=E.yOffset-D.yOffset),(s||t)&&(u=Qa(Q,!0),l.x-=s-(s*u[0]+t*u[2]),l.y-=t-(s*u[1]+t*u[3]))),O.body.removeChild(Q),l.perspective||(l.perspective=D.perspective),null!=A.xPercent&&(l.xPercent=ja(A.xPercent,D.xPercent)),null!=A.yPercent&&(l.yPercent=ja(A.yPercent,D.yPercent));else if("object"==typeof A){if(l={scaleX:ja(null!=A.scaleX?A.scaleX:A.scale,D.scaleX),scaleY:ja(null!=A.scaleY?A.scaleY:A.scale,D.scaleY),scaleZ:ja(A.scaleZ,D.scaleZ),x:ja(A.x,D.x),y:ja(A.y,D.y),z:ja(A.z,D.z),xPercent:ja(A.xPercent,D.xPercent),yPercent:ja(A.yPercent,D.yPercent),perspective:ja(A.transformPerspective,D.perspective)},p=A.directionalRotation,null!=p)if("object"==typeof p)for(m in p)A[m]=p[m];else A.rotation=p;"string"==typeof A.x&&-1!==A.x.indexOf("%")&&(l.x=0,l.xPercent=ja(A.x,D.xPercent)),"string"==typeof A.y&&-1!==A.y.indexOf("%")&&(l.y=0,l.yPercent=ja(A.y,D.yPercent)),l.rotation=ka("rotation"in A?A.rotation:"shortRotation"in A?A.shortRotation+"_short":"rotationZ"in A?A.rotationZ:D.rotation,D.rotation,"rotation",B),Fa&&(l.rotationX=ka("rotationX"in A?A.rotationX:"shortRotationX"in A?A.shortRotationX+"_short":D.rotationX||0,D.rotationX,"rotationX",B),l.rotationY=ka("rotationY"in A?A.rotationY:"shortRotationY"in A?A.shortRotationY+"_short":D.rotationY||0,D.rotationY,"rotationY",B)),l.skewX=ka(A.skewX,D.skewX),l.skewY=ka(A.skewY,D.skewY)}for(Fa&&null!=A.force3D&&(D.force3D=A.force3D,o=!0),D.skewType=A.skewType||D.skewType||g.defaultSkewType,n=D.force3D||D.z||D.rotationX||D.rotationY||l.z||l.rotationX||l.rotationY||l.perspective,n||null==A.scale||(l.scaleZ=1);--z>-1;)v=Ba[z],E=l[v]-D[v],(E>y||-y>E||null!=A[v]||null!=M[v])&&(o=!0,f=new ta(D,v,D[v],E,f),v in B&&(f.e=B[v]),f.xs0=0,f.plugin=h,d._overwriteProps.push(f.n));return E=A.transformOrigin,D.svg&&(E||A.svgOrigin)&&(s=D.xOffset,t=D.yOffset,La(a,ha(E),l,A.svgOrigin,A.smoothOrigin),f=ua(D,"xOrigin",(w?D:l).xOrigin,l.xOrigin,f,C),f=ua(D,"yOrigin",(w?D:l).yOrigin,l.yOrigin,f,C),(s!==D.xOffset||t!==D.yOffset)&&(f=ua(D,"xOffset",w?s:D.xOffset,D.xOffset,f,C),f=ua(D,"yOffset",w?t:D.yOffset,D.yOffset,f,C)),E="0px 0px"),(E||Fa&&n&&D.zOrigin)&&(Ca?(o=!0,v=Ea,E=(E||_(a,v,e,!1,"50% 50%"))+"",f=new ta(x,v,0,0,f,-1,C),f.b=x[v],f.plugin=h,Fa?(m=D.zOrigin,E=E.split(" "),D.zOrigin=(E.length>2&&(0===m||"0px"!==E[2])?parseFloat(E[2]):m)||0,f.xs0=f.e=E[0]+" "+(E[1]||"50%")+" 0px",f=new ta(D,"zOrigin",0,0,f,-1,f.n),f.b=m,f.xs0=f.e=D.zOrigin):f.xs0=f.e=E):ha(E+"",D)),o&&(d._transformType=D.svg&&Aa||!n&&3!==this._transformType?2:3),j&&(i[c]=j),k&&(i.scale=k),f},prefix:!0}),ya("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),ya("borderRadius",{defaultValue:"0px",parser:function(a,b,c,f,g,h){b=this.format(b);var i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],z=a.style;for(q=parseFloat(a.offsetWidth),r=parseFloat(a.offsetHeight),i=b.split(" "),j=0;jp?1:0))||""):(p=parseFloat(n),s=n.substr((p+"").length)),""===s&&(s=d[c]||t),s!==t&&(v=aa(a,"borderLeft",o,t),w=aa(a,"borderTop",o,t),"%"===s?(m=v/q*100+"%",l=w/r*100+"%"):"em"===s?(x=aa(a,"borderLeft",1,"em"),m=v/x+"em",l=w/x+"em"):(m=v+"px",l=w+"px"),u&&(n=parseFloat(m)+p+s,k=parseFloat(l)+p+s)),g=va(z,y[j],m+" "+l,n+" "+k,!1,"0px",g);return g},prefix:!0,formatter:qa("0px 0px 0px 0px",!1,!0)}),ya("borderBottomLeftRadius,borderBottomRightRadius,borderTopLeftRadius,borderTopRightRadius",{defaultValue:"0px",parser:function(a,b,c,d,f,g){return va(a.style,c,this.format(_(a,c,e,!1,"0px 0px")),this.format(b),!1,"0px",f)},prefix:!0,formatter:qa("0px 0px",!1,!0)}),ya("backgroundPosition",{defaultValue:"0 0",parser:function(a,b,c,d,f,g){var h,i,j,k,l,m,n="background-position",o=e||$(a,null),q=this.format((o?p?o.getPropertyValue(n+"-x")+" "+o.getPropertyValue(n+"-y"):o.getPropertyValue(n):a.currentStyle.backgroundPositionX+" "+a.currentStyle.backgroundPositionY)||"0 0"),r=this.format(b);if(-1!==q.indexOf("%")!=(-1!==r.indexOf("%"))&&r.split(",").length<2&&(m=_(a,"backgroundImage").replace(D,""),m&&"none"!==m)){for(h=q.split(" "),i=r.split(" "),R.setAttribute("src",m),j=2;--j>-1;)q=h[j],k=-1!==q.indexOf("%"),k!==(-1!==i[j].indexOf("%"))&&(l=0===j?a.offsetWidth-R.width:a.offsetHeight-R.height,h[j]=k?parseFloat(q)/100*l+"px":parseFloat(q)/l*100+"%");q=h.join(" ")}return this.parseComplex(a.style,q,r,f,g)},formatter:ha}),ya("backgroundSize",{defaultValue:"0 0",formatter:function(a){return a+="",ha(-1===a.indexOf(" ")?a+" "+a:a)}}),ya("perspective",{defaultValue:"0px",prefix:!0}),ya("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),ya("transformStyle",{prefix:!0}),ya("backfaceVisibility",{prefix:!0}),ya("userSelect",{prefix:!0}),ya("margin",{parser:ra("marginTop,marginRight,marginBottom,marginLeft")}),ya("padding",{parser:ra("paddingTop,paddingRight,paddingBottom,paddingLeft")}),ya("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(a,b,c,d,f,g){var h,i,j;return 9>p?(i=a.currentStyle,j=8>p?" ":",",h="rect("+i.clipTop+j+i.clipRight+j+i.clipBottom+j+i.clipLeft+")", +b=this.format(b).split(",").join(j)):(h=this.format(_(a,this.p,e,!1,this.dflt)),b=this.format(b)),this.parseComplex(a.style,h,b,f,g)}}),ya("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),ya("autoRound,strictUnits",{parser:function(a,b,c,d,e){return e}}),ya("border",{defaultValue:"0px solid #000",parser:function(a,b,c,d,f,g){var h=_(a,"borderTopWidth",e,!1,"0px"),i=this.format(b).split(" "),j=i[0].replace(w,"");return"px"!==j&&(h=parseFloat(h)/aa(a,"borderTopWidth",1,j)+j),this.parseComplex(a.style,this.format(h+" "+_(a,"borderTopStyle",e,!1,"solid")+" "+_(a,"borderTopColor",e,!1,"#000")),i.join(" "),f,g)},color:!0,formatter:function(a){var b=a.split(" ");return b[0]+" "+(b[1]||"solid")+" "+(a.match(pa)||["#000"])[0]}}),ya("borderWidth",{parser:ra("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),ya("float,cssFloat,styleFloat",{parser:function(a,b,c,d,e,f){var g=a.style,h="cssFloat"in g?"cssFloat":"styleFloat";return new ta(g,h,0,0,e,-1,c,!1,0,g[h],b)}});var Ua=function(a){var b,c=this.t,d=c.filter||_(this.data,"filter")||"",e=this.s+this.c*a|0;100===e&&(-1===d.indexOf("atrix(")&&-1===d.indexOf("radient(")&&-1===d.indexOf("oader(")?(c.removeAttribute("filter"),b=!_(this.data,"filter")):(c.filter=d.replace(z,""),b=!0)),b||(this.xn1&&(c.filter=d=d||"alpha(opacity="+e+")"),-1===d.indexOf("pacity")?0===e&&this.xn1||(c.filter=d+" alpha(opacity="+e+")"):c.filter=d.replace(x,"opacity="+e))};ya("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(a,b,c,d,f,g){var h=parseFloat(_(a,"opacity",e,!1,"1")),i=a.style,j="autoAlpha"===c;return"string"==typeof b&&"="===b.charAt(1)&&(b=("-"===b.charAt(0)?-1:1)*parseFloat(b.substr(2))+h),j&&1===h&&"hidden"===_(a,"visibility",e)&&0!==b&&(h=0),U?f=new ta(i,"opacity",h,b-h,f):(f=new ta(i,"opacity",100*h,100*(b-h),f),f.xn1=j?1:0,i.zoom=1,f.type=2,f.b="alpha(opacity="+f.s+")",f.e="alpha(opacity="+(f.s+f.c)+")",f.data=a,f.plugin=g,f.setRatio=Ua),j&&(f=new ta(i,"visibility",0,0,f,-1,null,!1,0,0!==h?"inherit":"hidden",0===b?"hidden":"inherit"),f.xs0="inherit",d._overwriteProps.push(f.n),d._overwriteProps.push(c)),f}});var Va=function(a,b){b&&(a.removeProperty?(("ms"===b.substr(0,2)||"webkit"===b.substr(0,6))&&(b="-"+b),a.removeProperty(b.replace(B,"-$1").toLowerCase())):a.removeAttribute(b))},Wa=function(a){if(this.t._gsClassPT=this,1===a||0===a){this.t.setAttribute("class",0===a?this.b:this.e);for(var b=this.data,c=this.t.style;b;)b.v?c[b.p]=b.v:Va(c,b.p),b=b._next;1===a&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};ya("className",{parser:function(a,b,d,f,g,h,i){var j,k,l,m,n,o=a.getAttribute("class")||"",p=a.style.cssText;if(g=f._classNamePT=new ta(a,d,0,0,g,2),g.setRatio=Wa,g.pr=-11,c=!0,g.b=o,k=ca(a,e),l=a._gsClassPT){for(m={},n=l.data;n;)m[n.p]=1,n=n._next;l.setRatio(1)}return a._gsClassPT=g,g.e="="!==b.charAt(1)?b:o.replace(new RegExp("(?:\\s|^)"+b.substr(2)+"(?![\\w-])"),"")+("+"===b.charAt(0)?" "+b.substr(2):""),a.setAttribute("class",g.e),j=da(a,k,ca(a),i,m),a.setAttribute("class",o),g.data=j.firstMPT,a.style.cssText=p,g=g.xfirst=f.parse(a,j.difs,g,h)}});var Xa=function(a){if((1===a||0===a)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var b,c,d,e,f,g=this.t.style,h=i.transform.parse;if("all"===this.e)g.cssText="",e=!0;else for(b=this.e.split(" ").join("").split(","),d=b.length;--d>-1;)c=b[d],i[c]&&(i[c].parse===h?e=!0:c="transformOrigin"===c?Ea:i[c].p),Va(g,c);e&&(Va(g,Ca),f=this.t._gsTransform,f&&(f.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(ya("clearProps",{parser:function(a,b,d,e,f){return f=new ta(a,d,0,0,f,2),f.setRatio=Xa,f.e=b,f.pr=-10,f.data=e._tween,c=!0,f}}),j="bezier,throwProps,physicsProps,physics2D".split(","),wa=j.length;wa--;)za(j[wa]);j=g.prototype,j._firstPT=j._lastParsedTransform=j._transform=null,j._onInitTween=function(a,b,h,j){if(!a.nodeType)return!1;this._target=q=a,this._tween=h,this._vars=b,r=j,k=b.autoRound,c=!1,d=b.suffixMap||g.suffixMap,e=$(a,""),f=this._overwriteProps;var n,p,s,t,u,v,w,x,z,A=a.style;if(l&&""===A.zIndex&&(n=_(a,"zIndex",e),("auto"===n||""===n)&&this._addLazySet(A,"zIndex",0)),"string"==typeof b&&(t=A.cssText,n=ca(a,e),A.cssText=t+";"+b,n=da(a,n,ca(a)).difs,!U&&y.test(b)&&(n.opacity=parseFloat(RegExp.$1)),b=n,A.cssText=t),b.className?this._firstPT=p=i.className.parse(a,b.className,"className",this,null,null,b):this._firstPT=p=this.parse(a,b,null),this._transformType){for(z=3===this._transformType,Ca?m&&(l=!0,""===A.zIndex&&(w=_(a,"zIndex",e),("auto"===w||""===w)&&this._addLazySet(A,"zIndex",0)),o&&this._addLazySet(A,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(z?"visible":"hidden"))):A.zoom=1,s=p;s&&s._next;)s=s._next;x=new ta(a,"transform",0,0,null,2),this._linkCSSP(x,null,s),x.setRatio=Ca?Ta:Sa,x.data=this._transform||Ra(a,e,!0),x.tween=h,x.pr=-1,f.pop()}if(c){for(;p;){for(v=p._next,s=t;s&&s.pr>p.pr;)s=s._next;(p._prev=s?s._prev:u)?p._prev._next=p:t=p,(p._next=s)?s._prev=p:u=p,p=v}this._firstPT=t}return!0},j.parse=function(a,b,c,f){var g,h,j,l,m,n,o,p,s,t,u=a.style;for(g in b)n=b[g],"function"==typeof n&&(n=n(r,q)),h=i[g],h?c=h.parse(a,n,g,this,c,f,b):(m=_(a,g,e)+"",s="string"==typeof n,"color"===g||"fill"===g||"stroke"===g||-1!==g.indexOf("Color")||s&&A.test(n)?(s||(n=na(n),n=(n.length>3?"rgba(":"rgb(")+n.join(",")+")"),c=va(u,g,m,n,!0,"transparent",c,0,f)):s&&J.test(n)?c=va(u,g,m,n,!0,null,c,0,f):(j=parseFloat(m),o=j||0===j?m.substr((j+"").length):"",(""===m||"auto"===m)&&("width"===g||"height"===g?(j=ga(a,g,e),o="px"):"left"===g||"top"===g?(j=ba(a,g,e),o="px"):(j="opacity"!==g?0:1,o="")),t=s&&"="===n.charAt(1),t?(l=parseInt(n.charAt(0)+"1",10),n=n.substr(2),l*=parseFloat(n),p=n.replace(w,"")):(l=parseFloat(n),p=s?n.replace(w,""):""),""===p&&(p=g in d?d[g]:o),n=l||0===l?(t?l+j:l)+p:b[g],o!==p&&""!==p&&(l||0===l)&&j&&(j=aa(a,g,j,o),"%"===p?(j/=aa(a,g,100,"%")/100,b.strictUnits!==!0&&(m=j+"%")):"em"===p||"rem"===p||"vw"===p||"vh"===p?j/=aa(a,g,1,p):"px"!==p&&(l=aa(a,g,l,p),p="px"),t&&(l||0===l)&&(n=l+j+p)),t&&(l+=j),!j&&0!==j||!l&&0!==l?void 0!==u[g]&&(n||n+""!="NaN"&&null!=n)?(c=new ta(u,g,l||j||0,0,c,-1,g,!1,0,m,n),c.xs0="none"!==n||"display"!==g&&-1===g.indexOf("Style")?n:m):W("invalid "+g+" tween value: "+b[g]):(c=new ta(u,g,j,l-j,c,0,g,k!==!1&&("px"===p||"zIndex"===g),0,m,n),c.xs0=p))),f&&c&&!c.plugin&&(c.plugin=f);return c},j.setRatio=function(a){var b,c,d,e=this._firstPT,f=1e-6;if(1!==a||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(a||this._tween._time!==this._tween._duration&&0!==this._tween._time||this._tween._rawPrevTime===-1e-6)for(;e;){if(b=e.c*a+e.s,e.r?b=Math.round(b):f>b&&b>-f&&(b=0),e.type)if(1===e.type)if(d=e.l,2===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2;else if(3===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3;else if(4===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4;else if(5===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4+e.xn4+e.xs5;else{for(c=e.xs0+b+e.xs1,d=1;d-1;)Za(a[e],b,c);else for(d=a.childNodes,e=d.length;--e>-1;)f=d[e],g=f.type,f.style&&(b.push(ca(f)),c&&c.push(f)),1!==g&&9!==g&&11!==g||!f.childNodes.length||Za(f,b,c)};return g.cascadeTo=function(a,c,d){var e,f,g,h,i=b.to(a,c,d),j=[i],k=[],l=[],m=[],n=b._internals.reservedProps;for(a=i._targets||i.target,Za(a,k,m),i.render(c,!0,!0),Za(a,l),i.render(0,!0,!0),i._enabled(!0),e=m.length;--e>-1;)if(f=da(m[e],k[e],l[e]),f.firstMPT){f=f.difs;for(g in d)n[g]&&(f[g]=d[g]);h={};for(g in f)h[g]=k[e][g];j.push(b.fromTo(m[e],c,h,f))}return j},a.activate([g]),g},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define(["TweenLite"],b):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=b())}("CSSPlugin"); + + +/* SPLIT TEXT UTIL */ +/*! + * VERSION: 0.5.6 + * DATE: 2017-01-17 + * UPDATES AND DOCS AT: http://greensock.com + * + * @license Copyright (c) 2008-2017, GreenSock. All rights reserved. + * SplitText is a Club GreenSock membership benefit; You must have a valid membership to use + * this code without violating the terms of use. Visit http://greensock.com/club/ to sign up or get more details. + * This work is subject to the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + */ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;!function(a){"use strict";var b=a.GreenSockGlobals||a,c=function(a){var c,d=a.split("."),e=b;for(c=0;cb;b++)if(c=a[b],j(c))for(d=c.length,d=0;d":">")}},y=d.SplitText=b.SplitText=function(a,b){if("string"==typeof a&&(a=y.selector(a)),!a)throw"cannot split a null element.";this.elements=j(a)?k(a):[a],this.chars=[],this.words=[],this.lines=[],this._originals=[],this.vars=b||{},this.split(b)},z=function(a,b,c){var d=a.nodeType;if(1===d||9===d||11===d)for(a=a.firstChild;a;a=a.nextSibling)z(a,b,c);else(3===d||4===d)&&(a.nodeValue=a.nodeValue.split(b).join(c))},A=function(a,b){for(var c=b.length;--c>-1;)a.push(b[c])},B=function(a){var b,c=[],d=a.length;for(b=0;b!==d;c.push(a[b++]));return c},C=function(a,b,c){for(var d;a&&a!==b;){if(d=a._next||a.nextSibling)return d.textContent.charAt(0)===c;a=a.parentNode||a._parent}return!1},D=function(a){var b,c,d=B(a.childNodes),e=d.length;for(b=0;e>b;b++)c=d[b],c._isSplit?D(c):(b&&3===c.previousSibling.nodeType?c.previousSibling.nodeValue+=3===c.nodeType?c.nodeValue:c.firstChild.nodeValue:3!==c.nodeType&&a.insertBefore(c.firstChild,c),a.removeChild(c))},E=function(a,b,c,d,e,h,j){var k,l,m,n,o,p,q,r,s,t,u,v,w=g(a),x=i(a,"paddingLeft",w),y=-999,B=i(a,"borderBottomWidth",w)+i(a,"borderTopWidth",w),E=i(a,"borderLeftWidth",w)+i(a,"borderRightWidth",w),F=i(a,"paddingTop",w)+i(a,"paddingBottom",w),G=i(a,"paddingLeft",w)+i(a,"paddingRight",w),H=.2*i(a,"fontSize"),I=i(a,"textAlign",w,!0),J=[],K=[],L=[],M=b.wordDelimiter||" ",N=b.span?"span":"div",O=b.type||b.split||"chars,words,lines",P=e&&-1!==O.indexOf("lines")?[]:null,Q=-1!==O.indexOf("words"),R=-1!==O.indexOf("chars"),S="absolute"===b.position||b.absolute===!0,T=b.linesClass,U=-1!==(T||"").indexOf("++"),V=[];for(P&&1===a.children.length&&a.children[0]._isSplit&&(a=a.children[0]),U&&(T=T.split("++").join("")),l=a.getElementsByTagName("*"),m=l.length,o=[],k=0;m>k;k++)o[k]=l[k];if(P||S)for(k=0;m>k;k++)n=o[k],p=n.parentNode===a,(p||S||R&&!Q)&&(v=n.offsetTop,P&&p&&Math.abs(v-y)>H&&"BR"!==n.nodeName&&(q=[],P.push(q),y=v),S&&(n._x=n.offsetLeft,n._y=v,n._w=n.offsetWidth,n._h=n.offsetHeight),P&&((n._isSplit&&p||!R&&p||Q&&p||!Q&&n.parentNode.parentNode===a&&!n.parentNode._isSplit)&&(q.push(n),n._x-=x,C(n,a,M)&&(n._wordEnd=!0)),"BR"===n.nodeName&&n.nextSibling&&"BR"===n.nextSibling.nodeName&&P.push([])));for(k=0;m>k;k++)n=o[k],p=n.parentNode===a,"BR"!==n.nodeName?(S&&(s=n.style,Q||p||(n._x+=n.parentNode._x,n._y+=n.parentNode._y),s.left=n._x+"px",s.top=n._y+"px",s.position="absolute",s.display="block",s.width=n._w+1+"px",s.height=n._h+"px"),!Q&&R?n._isSplit?(n._next=n.nextSibling,n.parentNode.appendChild(n)):n.parentNode._isSplit?(n._parent=n.parentNode,!n.previousSibling&&n.firstChild&&(n.firstChild._isFirst=!0),n.nextSibling&&" "===n.nextSibling.textContent&&!n.nextSibling.nextSibling&&V.push(n.nextSibling),n._next=n.nextSibling&&n.nextSibling._isFirst?null:n.nextSibling,n.parentNode.removeChild(n),o.splice(k--,1),m--):p||(v=!n.nextSibling&&C(n.parentNode,a,M),n.parentNode._parent&&n.parentNode._parent.appendChild(n),v&&n.parentNode.appendChild(f.createTextNode(" ")),b.span&&(n.style.display="inline"),J.push(n)):n.parentNode._isSplit&&!n._isSplit&&""!==n.innerHTML?K.push(n):R&&!n._isSplit&&(b.span&&(n.style.display="inline"),J.push(n))):P||S?(n.parentNode&&n.parentNode.removeChild(n),o.splice(k--,1),m--):Q||a.appendChild(n);for(k=V.length;--k>-1;)V[k].parentNode.removeChild(V[k]);if(P){for(S&&(t=f.createElement(N),a.appendChild(t),u=t.offsetWidth+"px",v=t.offsetParent===a?0:a.offsetLeft,a.removeChild(t)),s=a.style.cssText,a.style.cssText="display:none;";a.firstChild;)a.removeChild(a.firstChild);for(r=" "===M&&(!S||!Q&&!R),k=0;kl;l++)"BR"!==q[l].nodeName&&(n=q[l],t.appendChild(n),r&&n._wordEnd&&t.appendChild(f.createTextNode(" ")),S&&(0===l&&(t.style.top=n._y+"px",t.style.left=x+v+"px"),n.style.top="0px",v&&(n.style.left=n._x-v+"px")));0===m?t.innerHTML=" ":Q||R||(D(t),z(t,String.fromCharCode(160)," ")),S&&(t.style.width=u,t.style.height=n._h+"px"),a.appendChild(t)}a.style.cssText=s}S&&(j>a.clientHeight&&(a.style.height=j-F+"px",a.clientHeighta.clientWidth&&(a.style.width=h-G+"px",a.clientWidth":"",G=!0,H=f.createElement("div"),I=a.parentNode;for(I.insertBefore(H,a),H.textContent=a.nodeValue,I.removeChild(a),a=H,g=e(a),v=-1!==g.indexOf("<"),b.reduceWhiteSpace!==!1&&(g=g.replace(m," ").replace(l,"")),v&&(g=g.split("<").join("{{LT}}")),k=g.length,h=(" "===g.charAt(0)?E:"")+c(),i=0;k>i;i++)if(p=g.charAt(i),p===D&&g.charAt(i-1)!==D&&i){for(h+=G?F:"",G=!1;g.charAt(i+1)===D;)h+=E,i++;i===k-1?h+=E:")"!==g.charAt(i+1)&&(h+=E+c(),G=!0)}else"{"===p&&"{{LT}}"===g.substr(i,6)?(h+=B?d()+"{{LT}}":"{{LT}}",i+=5):p.charCodeAt(0)>=n&&p.charCodeAt(0)<=o||g.charCodeAt(i+1)>=65024&&g.charCodeAt(i+1)<=65039?(w=u(g.substr(i,2)),x=u(g.substr(i+2,2)),j=w>=q&&r>=w&&x>=q&&r>=x||x>=s&&t>=x?4:2,h+=B&&" "!==p?d()+g.substr(i,j)+"":g.substr(i,j),i+=j-1):h+=B&&" "!==p?d()+p+"":p;a.outerHTML=h+(G?F:""),v&&z(I,"{{LT}}","<")},G=function(a,b,c,d){var e,f,g=B(a.childNodes),h=g.length,j="absolute"===b.position||b.absolute===!0;if(3!==a.nodeType||h>1){for(b.absolute=!1,e=0;h>e;e++)f=g[e],(3!==f.nodeType||/\S+/.test(f.nodeValue))&&(j&&3!==f.nodeType&&"inline"===i(f,"display",null,!0)&&(f.style.display="inline-block",f.style.position="relative"),f._isSplit=!0,G(f,b,c,d));return b.absolute=j,void(a._isSplit=!0)}F(a,b,c,d)},H=y.prototype;H.split=function(a){this.isSplit&&this.revert(),this.vars=a=a||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var b,c,d,e=this.elements.length,f=a.span?"span":"div",g=("absolute"===a.position||a.absolute===!0,x(a.wordsClass,f)),h=x(a.charsClass,f);--e>-1;)d=this.elements[e],this._originals[e]=d.innerHTML,b=d.clientHeight,c=d.clientWidth,G(d,a,g,h),E(d,a,this.chars,this.words,this.lines,c,b);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},H.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var a=this._originals.length;--a>-1;)this.elements[a].innerHTML=this._originals[a];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},y.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(y.selector=c,c(b)):"undefined"==typeof document?b:document.querySelectorAll?document.querySelectorAll(b):document.getElementById("#"===b.charAt(0)?b.substr(1):b)},y.version="0.5.6"}(_gsScope),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports&&(module.exports=b())}("SplitText"); + + +try{ + window.GreenSockGlobals = null; + window._gsQueue = null; + window._gsDefine = null; + + delete(window.GreenSockGlobals); + delete(window._gsQueue); + delete(window._gsDefine); + } catch(e) {} + +try{ + window.GreenSockGlobals = oldgs; + window._gsQueue = oldgs_queue; + } catch(e) {} + +if (window.tplogs==true) + try { + console.groupEnd(); + } catch(e) {} + +(function(e,t){ + e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})}; +})(jQuery); diff --git a/resources/public/assets/vendor/rs-plugin/js/tp-color-picker.min.js b/resources/public/assets/vendor/rs-plugin/js/tp-color-picker.min.js new file mode 100644 index 0000000..83ab3b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/js/tp-color-picker.min.js @@ -0,0 +1,7 @@ +/************************************************************************** + * tp-color-picker.js - Color Picker Plugin for Revolution Slider + * @version: 1.0.4 (7.9.2017) + * @author ThemePunch +**************************************************************************/ + +window.RevColor={defaultValue:"#ffffff",isColor:/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i,get:function(e){return e?RevColor.process(e,!0)[0]:"transparent"},parse:function(e,r,a){e=RevColor.process(e,!0);var t=[];return t[0]=r?r+": "+e[0]+";":e[0],a&&(t[1]=e[1]),t},convert:function(e,r){if(!e||"string"!=typeof e)return RevColor.defaultValue;if("transparent"===e)return e;if(-1!==e.search(/\[\{/)||-1!==e.search("gradient"))return RevColor.process(e,!0)[0];if(void 0===r||isNaN(r))return RevColor.process(e,!0)[0];if((r=parseFloat(r))<=1&&(r*=100),0===(r=Math.max(Math.min(parseInt(r,10),100),0)))return"transparent";try{return-1!==e.search("#")||e.length<8?(RevColor.isColor.test(e)||(e=e.replace(/[^A-Za-z0-9#]/g,"")),RevColor.processRgba(RevColor.sanitizeHex(e),r)):(e=RevColor.rgbValues(e,3),RevColor.rgbaString(e[0],e[1],e[2],.01*r))}catch(e){return RevColor.defaultValue}},process:function(e,r){if("string"!=typeof e)return r&&(e=RevColor.sanitizeGradient(e)),[RevColor.processGradient(e),"gradient",e];if("transparent"===e.trim())return["transparent","transparent"];if(-1===e.search(/\[\{/))return-1!==e.search("#")?[RevColor.sanitizeHex(e),"hex"]:-1!==e.search("rgba")?[e.replace(/\s/g,"").replace(/false/g,"1"),"rgba"]:-1!==e.search("rgb")?[e.replace(/\s/g,""),"rgb"]:RevColor.isColor.test(e)?[e,"hex"]:["transparent","transparent",!0];try{return e=JSON.parse(e.replace(/\&/g,'"')),r&&(e=RevColor.sanitizeGradient(e)),[RevColor.processGradient(e),"gradient",e]}catch(e){return console.log("RevColor.process() failed to parse JSON string"),["linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%)","gradient",{type:"linear",angle:"0",colors:[{r:"255",g:"255",b:"255",a:"1",position:"0",align:"bottom"},{r:"0",g:"0",b:"0",a:"1",position:"100",align:"bottom"}]}]}},transparentRgba:function(e,r){return!(!r&&"rgba"!==RevColor.process(e)[1])&&"0"===RevColor.rgbValues(e,4)[3]},rgbValues:function(e,r){3===(e=e.substring(e.indexOf("(")+1,e.lastIndexOf(")")).split(",")).length&&4===r&&(e[3]="1");for(var a=0;a0&&(n+=", "),n+="rgba("+(r=o[s]).r+", "+r.g+", "+r.b+", "+r.a+") "+r.position+"%";return t+i+n+")"},sanitizeHex:function(e){if(3===(e=e.replace("#","").trim()).length){var r=e.charAt(0),a=e.charAt(1),t=e.charAt(2);e=r+r+a+a+t+t}return"#"+e},sanitizeGradient:function(e){for(var r,a=e.colors,t=a.length,i=[],o=0;o';return a||(v+=''),v+="",n=e(v),c&&n.data("gradient",c),n[0]}return n=document.createElement("span"),n.className="rev-cpicker-color blank",n}function l(){var r=c(this,"data-color").toLowerCase(),a=!kr&&r===pr.toLowerCase();if(r===ir||a){var t=e(this);return t.closest(".rev-cpicker-presets-group").find(".rev-cpicker-color.selected").removeClass("selected"),Cr=t,kr&&!De&&d(Cr.data("gradient"),!0),Cr.addClass("selected"),!1}}function p(e,r){for(var a=document.createDocumentFragment(),t=-1!==e.search("core"),i=t?"":" rev-picker-color-custom",o=r.length,c=-1!==e.search("colors")?Ar:Mr,n=Math.max(Math.ceil(o/Hr),c),l=0;lr)return a}function b(r,a){var t=g(r,a).color,i=u(t,r,!0),o=h(r,a,f(t,!0),i);xe&&xe.removeClass("active"),xe=e(o).addClass("active").appendTo(Ze).draggable(Er),He=xe.children(".rev-cpicker-point-square")[0],Se=xe.children(".rev-cpicker-point-triangle")[0],Ue=Ze.children();var c=k(a);N(o),"bottom"===r&&he.val(c[1]).change()}function k(e){void 0===e&&(e=ee[Je].x);var r=xe.attr("data-color"),a=xe.hasClass("rev-cpicker-point-bottom");if(a)hr.hasClass("active")&&(Qe.attr("disabled","disabled"),Ye.attr("disabled","disabled"),hr.removeClass("active")),r=RevColor.rgbaToHex(r)[0],ke.css("background",r),me.removeAttr("disabled").val(e+"%"),ce.find(".rev-cpicker-point-bottom").length>2&&er.addClass("active"),ce.addClass("open");else{er.hasClass("active")&&(ke.css("background",""),me.attr("disabled","disabled"),er.removeClass("active"));var t=RevColor.getOpacity(r);Qe.attr("data-opacity",t).val(t).removeAttr("disabled"),Ye.val(e+"%").removeAttr("disabled"),ce.find(".rev-cpicker-point-top").length>2&&hr.addClass("active"),ce.removeClass("open")}return[a,r]}function u(e,r,a){return"bottom"===r?"rgb("+e.r+","+e.g+","+e.b+")":"rgba(0, 0, 0, "+(a?"1":e.a)+")"}function f(e,r){var a=r?"1":e.a;return"rgba("+e.r+","+e.g+","+e.b+","+a+")"}function m(e){for(var r,a,t=document.createDocumentFragment(),i=e.length,o=0;o':'',o}function C(e){return e&&"radial"!==e||(e="0"),Ae.innerHTML=e+"°",Ae.value}function x(){xe&&(xe.removeClass("active"),xe=!1),me.attr("disabled","disabled"),Qe.attr("disabled","disabled"),Ye.attr("disabled","disabled"),hr.removeClass("active"),er.removeClass("active"),ke.css("background",""),ce.removeClass("open")}function y(e,r){ce.removeClass("active is-basic").hide(),Z.removeClass("rev-colorpicker-open"),mr.css({left:"",top:""}),ye&&(ye.remove(),ye=!1),Cr?(Cr.hasClass("selected")?(r&&or.data("hex",Cr.attr("data-color").toLowerCase()),Cr.removeClass("selected")):or.removeData("hex"),Cr=!1):or.removeData("hex"),r||(Re&&Re(),lr&&"transparent"!==lr?dr[0].style.background=lr:dr.css("background",""),X.trigger("revcolorpickerupdate",[or,lr])),dr=!1,or=!1}function w(){var r=e(this).children(".rev-cpicker-color").not(".blank").length;return r>Hr?e("#"+this.id+"-btn").addClass("multiplerows"):e("#"+this.id+"-btn").removeClass("multiplerows"),r}function R(){var r,a=e(this),t=-1!==this.id.search("colors")?Ar:Mr,i=a.children(".rev-cpicker-color"),o=i.length,c=Math.ceil(o/Hr),n=t*Hr;o+=1;for(var s=0;s=n&&(p.remove(),r=!0)}return r}function _(){if(-1===this.className.search("blank"))return Ce=!1,!1}function I(r){var a=r.angle;"radial"===r.type&&(a="radial"),$e.removeClass("selected"),e('.rev-cpicker-orientation[data-direction="'+a+'"]').addClass("selected"),Q.val(C(a)),O(a),m(r.colors)}function N(e,r,t){Oe=r,V(),Oe=!1;for(var i,o,c,n=[],s=ee.length,l=0;lr.x?1:0}function E(e){var r=RevColor.rgbValues(c(this,"data-color"),4),a=-1!==this.className.search("bottom")?"bottom":"top",t=r[3].replace(/\.?0*$/,"")||0,i=parseInt(this.style.left,10);Oe&&(i<50?i+=2*(50-i):i-=2*(i-50),this.style.left=i+"%",this.setAttribute("data-location",i)),ee[e]={el:this,x:i,alpha:t,align:a,color:{r:parseInt(r[0],10),g:parseInt(r[1],10),b:parseInt(r[2],10),a:t,position:i,align:a}},xe&&xe[0]!==this&&("bottom"===a?je[je.length]=i:Fe[Fe.length]=i)}function O(e){e=void 0!==e?e:parseInt(Q.val(),10),Be[0].style.transform="rotate("+e+"deg)"}function P(r,a,t){var i,o,c=void 0!==t,n=c?t:parseInt(Q.val(),10);if(r&&"keyup"===r.type)i=!isNaN(n)&&n>=-360&&n<=360,o=n;else{var s=parseInt(Q.data("orig-value"),10);n||(n="0"),(isNaN(n)||n<-360||n>360)&&(n=s),n!==s&&(o=n,i=!0,Q.val(C(n)),c||(n=a||n,$e.removeClass("selected"),e('.rev-cpicker-orientation[data-direction="'+n+'"]').addClass("selected")))}(i||a)&&(o&&O(o),N())}function z(){var r=e(this);-1!==this.className.search("down")?(r.parent().addClass("active"),r.closest(".rev-cpicker-presets").addClass("active"),e(this.id.replace("-btn","")).addClass("active"),ur=ce.hasClass("gradient-view")):(r.parent().removeClass("active"),r.closest(".rev-cpicker-presets").removeClass("active"),e(this.id.replace("-btn","")).removeClass("active"),ur=!1)}function D(e,r){var a=parseInt(100*(Math.round(r.position.left)/(Nr-2)).toFixed(2),10);"bottom"===Ne?me.val(a+"%").trigger("keyup"):Ye.val(a+"%").trigger("keyup")}function L(){var r=e(this);Ne=r.hasClass("rev-cpicker-point-bottom")?"bottom":"top",r.click()}function B(){"bottom"===Ne?me.trigger("focusout"):Ye.trigger("focusout")}function G(e){yr=!0,xr.slider("value",Math.round(.01*e*Tr)),yr=!1}function q(e){var r=Le.offset(),a=e.pageX-r.left,t=e.pageY-r.top;if(!isNaN(a)&&!isNaN(t)){var i=Math.atan2(t-jr,a-jr)*(180/Math.PI)+90;i<0&&(i+=360),i=Math.max(0,Math.min(360,Math.round(i))),i=5*Math.round(i/5),br=!0,P(!1,!1,i),br=!1}}function $(e){e.stopImmediatePropagation()}function J(){ne||e.tpColorPicker(),wr=document.getElementById("rev-cpicker-current-edit"),Ge=document.getElementById("rev-cpicker-gradient-output"),Ee=document.getElementById("rev-cpicker-gradient-input"),ze=document.getElementById("rev-cpicker-edit-title"),Ae=document.createElement("textarea"),hr=e("#rev-cpicker-opacity-delete"),Ze=e("#rev-cpciker-point-container"),Ye=e("#rev-cpicker-opacity-location"),cr=e(".rev-cpicker-presets-group"),sr=e("#rev-cpicker-color-opacity"),re=e("#rev-cpicker-orientation-radial"),er=e("#rev-cpicker-color-delete"),Qe=e("#rev-cpicker-grad-opacity"),me=e("#rev-cpicker-color-location"),we=e("#rev-cpicker-gradients-core"),$e=e(".rev-cpicker-orientation"),he=e("#rev-cpicker-iris-gradient"),Be=e("#rev-cpicker-wheel-point"),Ke=e("#rev-cpicker-gradients"),Ve=e("#rev-cpicker-iris-color"),le=e("#rev-cpicker-gradient-btn"),pe=e("#rev-cpicker-gradient-hex"),qe=e("#rev-cpciker-clear-hex"),se=e("#rev-cpicker-meta-reverse"),Me=e("#rev-cpicker-hit-bottom"),xr=e("#rev-cpicker-scroll"),nr=e("#rev-cpicker-colors"),fe=e("#rev-cpicker-color-hex"),ue=e("#rev-cpicker-color-btn"),ke=e("#rev-cpicker-color-box"),Q=e("#rev-cpicker-meta-angle"),Le=e("#rev-cpicker-wheel"),ae=e("#rev-cpicker-hit-top"),mr=e("#rev-cpicker"),X=e(document),Er.drag=D,Er.stop=B,Er.start=L,ue.data("state",nr.find(".rev-cpicker-color").eq(0).attr("data-color")||"#ffffff"),le.data("state",Ke.find(".rev-cpicker-color").eq(0).attr("data-color")||"linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%)"),mr.draggable({containment:"window",handle:".rev-cpicker-draggable",stop:function(){mr.css("height","auto")}}),cr.perfectScrollbar({wheelPropagation:!1,suppressScrollX:!0}),Le.on("mousedown.revcpicker",function(e){$e.removeClass("selected"),Pe=!0,q(e)}).on("mousemove.revcpicker",function(e){Pe&&q(e)}).on("mouseleave.revcpicker mouseup.revcpicker",function(){Pe=!1}),e(".rev-cpicker-main-btn").on("click.revcpicker",function(){var r;if(De=-1===this.id.search("gradient"),dr&&(r=e(this).data("state")),De?(dr&&(ir=fe.val()),ce.removeClass("gradient-view").addClass("color-view")):(dr&&(ir=r),ce.removeClass("color-view").addClass("gradient-view"),We||we.children(".rev-cpicker-color").not(".blank").eq(0).click()),cr.perfectScrollbar("update"),r){var a="transparent"===r,t=a?"":r;a?dr.css("background",t):dr[0].style.background=t,kr=!0,e(".rev-cpicker-color").not(".blank").each(l),kr=!1,X.trigger("revcolorpickerupdate",[or,r])}}),e("#rev-cpicker-check").on("click.revcipicker",function(){var r,a,t;if(ce.hasClass("color-view")){var i=fe.val(),o=sr.val();or.removeData("gradient"),a="transparent"===i?"transparent":"100%"===o?RevColor.sanitizeHex(i):RevColor.processRgba(i,o),r=[or,a,!1]}else{x();var c=N(!1,!1,!0),n=e.extend({},c[0]),s=c[1];or.data("gradient",s),a=JSON.stringify(n).replace(/\"/g,"&"),r=[or,s,n]}(t=r[1]!==lr)&&(or.attr("data-color",r[1]).val(a).change(),X.trigger("revcolorpicker",r),_r&&_r(r[0],r[1],r[2])),y(!1,t)}),ce.on("click.revcpicker",function(r){if(ce.hasClass("open")){var a=r.target,t=e(a),i=a.id,o=-1!==a.className.search("rev-cpicker-point")||"rev-cpicker-section-right"===i||-1!==i.search("hit")||t.closest("#rev-cpicker-section-right, #rev-cpicker-point-wrap").length;o&&("text"===t.attr("type")?o=!t.attr("disabled"):"rev-cpicker-check-gradient"===i&&(o=!1)),o||x()}else Xe&&!1===/wheel|angle|reverse/.test(r.target.id)&&(-1===r.target.id.search("radial")&&e('.rev-cpicker-orientation[data-direction="'+parseInt(Q.val())+'"]').addClass("selected"),Le.removeClass("active"),Xe=!1)}),e(".rev-cpicker-close").on("click.revcpicker",y),Ve.wpColorPicker({palettes:!1,width:267,border:!1,hide:!1,change:function(e,r){var a=r.color.toString();if(this.value=a,fe.val(a),!gr){var t=sr.val();0===parseInt(t,10)&&(a="transparent"),v(!1,a,t),Cr&&(Cr.removeClass("selected"),Cr=!1)}}}),he.wpColorPicker({palettes:!1,height:250,border:!1,hide:!1,change:function(e,r){var a=r.color.toString();this.value=a,pe.val(a),ke.css("background",a),He.style.backgroundColor=a,Se.style.borderBottomColor=a;var t=RevColor.processRgba(a,100),i=RevColor.rgbValues(t,4),o=Ir.colors[Je];o.r=i[0],o.g=i[1],o.b=i[2],o.a=i[3],xe.attr("data-color",t),N()}}),xr.slider({orientation:"vertical",max:Tr,value:Tr,start:function(){fr="transparent"===fe.val()},slide:function(e,r){if(!yr){var a,t=parseInt(100*(r.value/Tr).toFixed(2),10);fr&&(a=t?"#ffffff":"transparent",fe.val(a)),0===t&&(a="transparent"),v(!1,a,t||"transparent"),sr.val(t+"%")}}}),e(".rev-cpicker-point-location").on("keyup.revcpicker focusout.revcpicker",function(e){if(xe){var r,a=xe.hasClass("rev-cpicker-point-bottom")?"bottom":"top",t="bottom"===a?je:Fe,i="bottom"===a?me:Ye,o=i.val().replace("%","")||"0",c=e.type;for(isNaN(o)&&(o="keyup"===c?"0":xe.attr("data-location")),r=(o=Math.max(0,Math.min(100,parseInt(o,10))))<50?1:-1;-1!==t.indexOf(o);)o+=r;"focusout"===c&&(i.val(o+"%"),xe.attr("data-location",o)),xe.css("left",o+"%"),N()}}).on("focusin.revcpicker",$),e("body").on("click.revcpicker",".rev-cpicker-point",function(){Ze.find(".rev-cpicker-point.active").removeClass("active"),xe=e(this).addClass("active"),He=xe.children(".rev-cpicker-point-square")[0],Se=xe.children(".rev-cpicker-point-triangle")[0],N(this),Cr=!1;var r=k();r[0]&&he.val(r[1]).change()}).on("mousedown.revcpicker",".rev-cpicker-point",function(r){xe=e(this).data("mousestart",r.pageY)}).on("mousemove.revcpicker",function(e){if(xe&&xe.data("mousestart")){var r=xe.data("mousestart"),a=e.pageY;xe.hasClass("rev-cpicker-point-bottom")?a>r&&a-r>Vr&&er.hasClass("active")?xe.addClass("warning"):xe.removeClass("warning"):r>a&&r-a>Vr&&hr.hasClass("active")?xe.addClass("warning"):xe.removeClass("warning")}}).on("mouseup.revcpicker",function(e){if(xe&&xe.data("mousestart")){var r=xe.data("mousestart"),a=e.pageY;xe.removeData("mousestart"),xe.hasClass("rev-cpicker-point-bottom")?a>r&&a-r>Sr&&er.hasClass("active")?er.click():xe.removeClass("warning"):r>a&&r-a>Sr&&hr.hasClass("active")?hr.click():xe.removeClass("warning")}}).on("change.revcpicker",".rev-cpicker-component",function(){var r=e(this),a=r.data("gradient")||r.val()||"transparent";("transparent"===a||RevColor.transparentRgba(a))&&(a=""),r.data("tpcp").css("background",a)}).on("keypress.revcpicker",function(e){if(ce.hasClass("active")){var r=e.which;27==r?y():13==r&&de&&de.blur()}}).on("click.revcpicker",".rev-cpicker-color:not(.blank)",function(){if(Cr){if(Cr[0]===this&&Cr.hasClass("selected"))return;Cr.removeClass("selected")}var r=(Cr=e(this)).parent()[0].id,a=-1!==r.search("core")?"core":"custom",t=-1!==r.search("colors")?"colors":"gradients",i=e("#rev-cpicker-"+t+"-"+a+"-btn");if(i.hasClass("active")&&i.find(".rev-cpicker-arrow-up").click(),ce.hasClass("color-view")){var o=Cr.attr("data-color");gr=!0,Ve.val(o).change(),"transparent"===fe.val()&&fe.val(o.toLowerCase()),gr=!1;var c=sr.val();0===parseInt(c,10)&&(o="transparent"),v(!1,o,c)}else ae.removeClass("full"),Me.removeClass("full"),d(Cr.data("gradient"),!0),se.removeClass("checked"),we.find(".rev-cpicker-color.selected").removeClass("selected");Cr.addClass("selected")}).on("mouseover.revcpicker",".rev-cpicker-color:not(.blank)",function(){ur&&(Ge.style.background=c(this,"data-color"))}).on("mouseout.revcpicker",".rev-cpicker-color:not(.blank)",function(){ur&&N()}).on("click.revcpicker",".rev-cpicker-delete",function(){if(oe){if(window.confirm(document.getElementById("rev-cpicker-remove-delete").innerHTML)){ce.addClass("onajax onajaxdelete");var r=e(this),a=r.parent(),t=a.attr("data-title")||"";if(!t)return void console.log("Preset does not have a name/title");var i=r.closest(".rev-cpicker-presets-group")[0].id,o=-1!==i.search("colors")?"colors":"gradients";X.off("revcpicker_onajax_delete.revcpicker").on("revcpicker_onajax_delete.revcpicker",function(t,o){o&&console.log(o);var c=r.closest(".rev-cpicker-presets-group"),n=c.find(".ps-scrollbar-x-rail"),s=e("#"+i+"-btn");a.remove(),R.call(c[0])?c.perfectScrollbar("update"):e('').insertBefore(n),w.call(c[0])').insertBefore(n),s.hasClass("active")&&s.children(".rev-cpicker-arrow-up").click()),ce.removeClass("onajax onajaxdelete")}),t=e.trim(t.replace(/\W+/g,"_")).replace(/^\_|\_$/g,"").toLowerCase(),oe("delete",t,o,"revcpicker_onajax_delete",or)}return!1}console.log("Ajax callback not defined")}),e(".rev-cpicker-save-preset-btn").on("click.revcpicker",function(){if(oe){var r,a,t=e(this),i=t.closest(".rev-cpicker-presets-save-as").find(".rev-cpicker-preset-save").val();if(i&&isNaN(i)){if(r=ce.hasClass("color-view")?"colors":"gradients",i=e.trim(i.replace(/\W+/g,"_")).replace(/^\_|\_$/g,"").toLowerCase(),e("#rev-cpicker-"+r+"-custom").find(".rev-cpicker-color").not(".blank").each(function(){if(e.trim(c(this,"data-title").replace(/\W+/g,"_")).replace(/^\_|\_$/g,"").toLowerCase()===i)return alert(t.attr("data-message")),a=!0,!1}),!a){ce.addClass("onajax onajaxsave");var o,n,l={};if("colors"===r){var p=fe.val(),v=sr.val();o="transparent"===p?"transparent":"100%"===v?RevColor.sanitizeHex(p):RevColor.processRgba(p,v)}else n=Ge.style.background,o=e.extend({},N(!1,!1,!0)[0]);l[i]=o,X.off("revcpicker_onajax_save.revcpicker").on("revcpicker_onajax_save.revcpicker",function(a,i){if(i)return ce.removeClass("onajax onajaxsave"),void alert(t.attr("data-message"));var o=e(s(l,!1," rev-picker-color-custom",n)),c=e("#rev-cpicker-"+r+"-custom"),p=c.find(".rev-cpicker-color.blank"),v=e("#"+c[0].id+"-btn");p.length?o.insertBefore(p.eq(0)):o.insertBefore(c.find(".ps-scrollbar-x-rail")),e("#rev-cpicker-"+r+"-custom-btn").click(),w.call(c[0])>6&&(p.length&&p.last().remove(),v.addClass("active").children(".rev-cpicker-arrow-down").click(),c.perfectScrollbar("update")),o.click(),ce.removeClass("onajax onajaxsave")}),oe("save",l,r,"revcpicker_onajax_save",or)}}else alert(t.attr("data-message"))}else console.log("Ajax callback not defined")}),e(".rev-cpicker-preset-title").on("click.revcpicker",function(){var r=e(this),a=r.parent(),t=r.hasClass("active")?"down":"up";z.call(r.find(".rev-cpicker-arrow-"+t)[0]),a.find(".rev-cpicker-preset-title").removeClass("selected"),r.addClass("selected"),a.find(".rev-cpicker-presets-group").hide(),document.getElementById(this.id.replace("-btn","")).style.display="block",cr.perfectScrollbar("update")}),qe.on("click.revcpicker",function(){sr.val("0%"),G(0),Ve.val(RevColor.defaultValue).change(),fe.val("transparent"),v(!1,"transparent")}),ce.find('input[type="text"]').on("focusin.revcpicker",function(){de=this}).on("focusout.revcpicker",function(){de=!1}),e(".rev-cpicker-input").on("focusin.revcpicker",function(){var r=e(this);r.data("orig-value",r.val())}),e(".rev-cpicker-hex").on("focusout.revcpicker",function(){var r,a,t;if("rev-cpicker-color-hex"===this.id){if(t=fe.val())if(t=RevColor.sanitizeHex(t),RevColor.isColor.test(t))fe.val(t);else{if(r=e(this),!(a=r.data("orig-value")))return void qe.click();t=a,fe.val(t)}else t="transparent";Ve.val(t).change()}else t=pe.val()||RevColor.defaultValue,t=RevColor.sanitizeHex(t),RevColor.isColor.test(t)||(t=(a=(r=e(this)).data("orig-value"))||RevColor.defaultValue),pe.val(t),he.val(t).change()}).on("focusin.revcpicker",$),e("#rev-cpciker-clear-gradient").on("click.revcpicker",function(){he.val(RevColor.defaultValue).change()}),Q.on("keyup.revcpicker focusout.revcpicker",P).on("focusin.revcpicker",function(){Xe=!0,Le.addClass("active")}).on("focusin.revcpicker",$),$e.on("click.revcpicker",function(){var r=e(this),a=r.attr("data-direction");$e.removeClass("selected"),r.addClass("selected"),"radial"!==a?Q.removeAttr("disabled").val(C(a)):Q.attr("disabled","disabled"),P(!1,a)}),e(".rev-cpicker-point-delete").on("click.revcpicker",function(){if(-1!==this.className.search("active")){var e=xe.hasClass("rev-cpicker-point-bottom")?"bottom":"top",r=ce.find(".rev-cpicker-point-"+e).length;r>2&&(xe.draggable("destroy").remove(),Ue=Ze.children(),ce.click(),N()),r<=Fr&&("bottom"===e?Me.removeClass("full"):ae.removeClass("full"))}}),e(".rev-cpicker-preset-save").on("focusin.revcpicker",$),e(".rev-cpicker-opacity-input").on("keyup.revcpicker focusout.revcpicker",function(r){var a,t=-1===this.id.search("grad"),i=t?sr:Qe,o=i.val().replace("%",""),c=r.type;if(isNaN(o)&&(o="keyup"===c?"0":e(this).data("orig-value")),o=Math.max(0,Math.min(100,o)),"focusout"===c&&(i.val(o+"%"),t||xe.attr("data-opacity",o)),t)v(!1,0===parseInt(o,10)&&"transparent",o),G(o);else{var n=RevColor.rgbValues(xe.attr("data-color"),3),s=Ir.colors[Je];o=(.01*parseInt(o,10)).toFixed(2).replace(/\.?0*$/,""),s.r=n[0],s.g=n[1],s.b=n[2],s.a=o,a=RevColor.rgbaString(s.r,s.g,s.b,o),xe.attr("data-color",a),N(),a="rgba(0, 0, 0, "+o+")",He.style.backgroundColor=a,Se.style.borderTopColor=a}}).on("focusin.revcpicker",$),e(".rev-cpicker-builder-hit").on("click.revcpicker",function(e){ee||V();for(var r=parseInt(100*((e.pageX-ae.offset().left)/Nr).toFixed(2),10),a=-1!==this.id.search("bottom")?"bottom":"top",t="bottom"===a?je:Fe,i=r<50?1:-1;-1!==t.indexOf(r);)r+=i;"bottom"===a?ce.find(".rev-cpicker-point-bottom").length
\t



\t
{{delete}}
{{delete}}
').appendTo(Z)),r||(r={}),r.core&&(r.core.colors&&(Pr=r.core.colors),r.core.gradients&&(zr=r.core.gradients)),Y(r),ne?(cr.perfectScrollbar("update"),r.mode&&(ve=r.mode),r.language&&n(r.language)):(n(r.language||Or),ve=r.mode||"full"),r.init&&(ie=r.init),r.onAjax&&(be=r.onAjax),r.onEdit&&(ge=r.onEdit),r.change&&(Ie=r.change),r.cancel&&(_e=r.cancel),r.widgetId&&(tr=r.widgetId),r.defaultValue&&(RevColor.defaultValue=r.defaultValue),r.wrapClasses&&(Rr=r.wrapClasses),r.appendedHtml&&(vr=r.appendedHtml),ne=!0};var Dr={refresh:function(){var r=e(this);if(r.hasClass("rev-cpicker-component")){var a=r.data("revcp")||{},t=r.val()||a.defaultValue||RevColor.defaultValue,i=RevColor.process(t);t=i[0],i="rgba"===i[1]&&RevColor.transparentRgba(t,!0)?"":t,"transparent"!==t?r.data("tpcp")[0].style.background=i:r.data("tpcp").css("background",""),r.attr("data-color",t).data("hex",t)}},destroy:function(){e(this).removeData().closest(".rev-cpicker-master-wrap").removeData().remove()}};e.fn.tpColorPicker=function(r){return r&&"string"==typeof r?this.each(Dr[r]):this.each(function(){var a=e(this);if(a.hasClass("rev-cpicker-component"))a.tpColorPicker("refresh");else{var t,i,o=e('').data("revcolorinput",a),c=e(''),n=e(''),s=a.attr("data-wrap-classes"),l=a.attr("data-wrapper"),p=a.attr("data-wrap-id"),v=a.attr("data-title"),d=a.attr("data-skin"),g=a.val()||"",b=W(g);if(b&&(g=b,a.val(b)),o.insertBefore(a).append([c,n,a]),r&&e.isPlainObject(r)){l||(l=r.wrapper),s||(s=r.wrapClasses),d||(d=r.skin),p||(p=r.wrapId),v||(v=r.title),i=r.defaultValue;var k=a.data("revcp");k&&(r=e.extend({},k,r)),a.data("revcp",r)}s||(s=Rr),s&&o.addClass(s),p&&o.attr("id",p),g||(g=i||RevColor.defaultValue,a.val(g)),g=(t=RevColor.process(g))[0],3===t.length&&a.val(g),"transparent"!==(t="rgba"===t[1]&&RevColor.transparentRgba(g,!0)?"":g)&&(c[0].style.background=t),n[0].innerHTML=v||Te||Or.color,a.attr({type:"hidden","data-color":g}).data("tpcp",c).addClass("rev-cpicker-component"),d&&o.addClass(d),l?(l=e(l).addClass("rev-cpicker-master-wrap"),o.wrap(l)):o.addClass("rev-cpicker-master-wrap");var u=!!r&&(r.init||ie);u&&u(o,a,g,r)}})},e(function(){e("body").on("click.revcpicker",".rev-colorpicker",function(){U||J();var r,a,t,i,o,c,s,p,v,g,b,k,u,f=(or=e(this).data("revcolorinput")).attr("data-widget-id"),m=or.attr("data-appended-html"),h=or.attr("data-editing"),C=or.attr("data-colors"),x=or.attr("data-mode"),y=or.data("revcp"),R=or.attr("data-lang");if(C&&((C=JSON.parse(C.replace(/\&/g,'"'))).colors&&(c=C.colors),C.gradients&&(i=C.gradients)),y){var _=y.colors;_&&(_.core&&(t=_.core.colors,r=_.core.gradients),_.custom&&(o=_.custom.colors,a=_.custom.gradients)),b=y.onEdit,k=y.onAjax,p=y.change,v=y.cancel,R||(R=y.lang),x||(x=y.mode),m||(m=y.appendedHtml),h||(h=y.editing),f||(f=y.widgetId)}(r||t||a||o||i||c)&&(s={},(r||t||i||c)&&(s.core={colors:c||t||Pr,gradients:i||r||zr}),(a||o)&&(s.custom={colors:o||Pr,gradients:a||zr}),Y(s)),f||(f=tr),f&&(ce[0].id=f),m||(m=vr),m&&(ye=e(m).appendTo(mr)),R&&n(R),x||(x=ve),h?ze.style.visibility="visible":(h="",ze.style.visibility="hidden"),wr.innerHTML=h,"single"===x||"basic"===x?(K=!1,le.hide(),ue.show(),"basic"===x&&ce.addClass("is-basic")):(K=!0,le.show(),ue.show()),(u=or.val()||or.attr("data-color")||RevColor.defaultValue).split("||").length>1&&(u=RevColor.joinToRgba(u),or.val(u)),g=d(u),lr=g[0],te=b||ge,oe=k||be,Re=v||_e,_r=p||Ie,"gradient"!==g[1]?ue.data("state",lr):le.data("state",lr),Z.addClass("rev-colorpicker-open"),dr=or.data("tpcp"),ce.data("revcpickerinput",or).addClass("active").show(),cr.each(w).perfectScrollbar("update"),pr=or.attr("data-color"),ir=or.data("hex"),e(".rev-cpicker-color").not(".blank").each(l)})})}("undefined"!==jQuery&&jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/css/revolution.addon.beforeafter.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/css/revolution.addon.beforeafter.css new file mode 100644 index 0000000..3c87fbd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/css/revolution.addon.beforeafter.css @@ -0,0 +1,210 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch +*/ + +.rs-before-after-addon { + + overflow: hidden !important; + +} + +.rs-before-after-addon .tparrows { + + z-index: 1000 !important; + +} + +.rs-addon-beforeafter-btn { + + position: absolute; + display: table; + cursor: pointer; + text-align: center; + white-space: nowrap; + z-index: 102; + +} + +.rs-addon-beforeafter-btn i { + + display: table-cell; + vertical-align: middle; + position: relative; + +} + +.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i { + + -webkit-transform: translateX(0) !important; + transform: translateX(0) !important; + +} + +.rs-addon-beforeafter-btn-vertical, +.rs-addon-beforeafter-btn-vertical i { + + display: block; + +} + +.rs-addon-beforeafter-line { + + display: block; + position: absolute; + z-index: 102; + +} + +.rs-addon-beforeafter-line.rs-beforeafter-horizontal { + + top: 0; + height: 100%; + +} + +.rs-addon-beforeafter-line.rs-beforeafter-vertical { + + left: 0; + width: 100%; + +} + +.rs-before-after-element { + + opacity: 0; + visibility: hidden; + +} + +.rs-before-after-element, +.rs-before-after-element:before { + + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + +} + +.rs-addon-beforeafter-bg { + + opacity: 0; + z-index: 999; + +} + +.rs-addon-beforeafter-bg, +.rs-addon-beforeafter-revealer, +.rs-addon-beforeafter-revealer .tp-loop-wrap { + + width: 100%; + height: 100%; + +} + +.rs-addon-beforeafter-bg, +.rs-addon-beforeafter-revealer { + + position: absolute; + overflow: hidden; + +} + +.rs-addon-beforeafter-before { + + top: 0; + left: 0; + +} + +.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg, +.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after { + + top: 0; + right: 0; + +} + +.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg, +.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after { + + bottom: 0; + left: 0; + +} + +.rs-addon-beforeafter-bg, +.rs-addon-beforeafter-after { + + opacity: 0; + +} + +.rs-addon-beforeafter-inner, +.rs-addon-beforeafter-bg-inner { + + position: absolute; + width: 100%; + height: 100%; + +} + +.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner, +.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner { + + right: 0; + top: 0; + +} + +.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner, +.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner { + + left: 0; + bottom: 0; + +} + +.rs-video-beforeafter, +.rs-video-beforeafter .tp-mask-wrap { + + width: 100% !important; + height: 100% !important; + +} + +.rs-before-after-addon:not(.before-after-carousel).dragging, +.rs-before-after-addon:not(.before-after-carousel).dragging *, +.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before { + + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; + +} + +.rs-beforeafter-pointers, +.rs-beforeafter-pointers .rs-addon-beforeafter-inner { + + pointer-events: none; + +} + +.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) { + + pointer-events: auto; + +} + +.rs-beforeafter-pointers .rs-video-beforeafter, +.rs-beforeafter-pointers .rs-video-beforeafter * { + + pointer-events: none; + +} + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/js/revolution.addon.beforeafter.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/js/revolution.addon.beforeafter.min.js new file mode 100644 index 0000000..1902df8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/beforeafter/js/revolution.addon.beforeafter.min.js @@ -0,0 +1,47 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch +*/ + +;(function(){function w(a,c){this.slides=[];this.slider=a;this.options=c;this.timer=this.onTimer.bind(this);if(!a[0].opt.fallbacks.disableFocusListener)m(window).on("focus.rsaddonbeforeafter",this.onFocus.bind(this));a.one("revolution.slide.onloaded",this.onLoaded.bind(this)).one("rsBeforeAfterDestroyed",this.destroy.bind(this))}function t(a,c,b,e,g,h,k,d,f,p,n,q,l,r){this.id=a;this.bg=c;this.index=r;this.slide=e;this.inner=b;this.after=f;this.before=p;this.slider=n;this.videoBg=g;this.bgInner=k;this.globals= +q;this.videoSolo=h;this.carousel=l;this.animateOut=d.out;this.direction=d.direction;this.moveto=d.moveto.split("|");this.timing=.001*parseInt(d.time,10);this.delay=.001*parseInt(d.delay,10);a=d.easing.split(".");this.animation=punchgs[a[0]][a[1]];"horizontal"===this.direction?(this.normal=!0,this.axis="left",this.size="width"):(this.axis="top",this.size="height");this.globals.hasOwnProperty("onClick")&&(a=this.globals.onClick.easing.split("."),this.time=.001*parseInt(this.globals.onClick.time,10), +this.transition=punchgs[a[0]][a[1]]);this.mouseUp=this.onMouseUp.bind(this);this.mouseMove=this.onMouseMove.bind(this);this.mouseClick=this.onClick.bind(this);this.complete=this.onComplete.bind(this);d.hasOwnProperty("bounceArrows")&&(this.bounceArrows=d.bounceArrows,this.bounceDelay=parseInt(d.bounceDelay,10),this.readyArrows=this.arrowsReady.bind(this),this.bounceDelay&&(this.delayBounce=this.bounceReady.bind(this)));d.hasOwnProperty("shiftOffset")&&(this.shiftArrows=d.shiftOffset);this.videoBg&& +!this.videoSolo&&(this.videoPlay=this.playVideo.bind(this));this.createDrag();m.data(e[0],"rs-addon-beforeafter",this)}function z(a){this.style.zIndex=(a+5).toString()}var m;window.RevSliderBeforeAfter=function(a,c,b){a&&c&&"undefined"!==typeof punchgs&&(m=a,m.event.special.rsBeforeAfterDestroyed={remove:function(a){a.handler()}},new w(c,b))};w.prototype={init:function(){var a=this.slider[0].opt,c=a.responsiveLevels,a=a.gridwidth;Array.isArray(c)||(c=[c]);Array.isArray(a)||(a=[a]);this.levels=c;this.widths= +a;this.resize=this.onResize.bind(this);this.slider.addClass("rs-before-after-addon").on("revolution.slide.onbeforeswap",this.beforeSwap.bind(this)).on("revolution.slide.onafterswap",this.afterSwap.bind(this))},onLoaded:function(){var a=this,c=this.slider[0].id,b=this.slider.find(".tp-static-layers");(this.carousel=this.options.carousel)&&this.slider.addClass("before-after-carousel");b.length||(b=this.slider.find(".tp-revslider-mainul"));this.slider.data("before-after-placer",b).data("beforeafter-slides").each(function(){var b= +m(this),g=b.find('.tp-caption[data-beforeafter="before"]').toArray().map(function(a){return m(a).closest(".tp-parallax-wrap")}),h=b.find('.tp-caption[data-beforeafter="after"]').toArray().map(function(a){return m(a).closest(".tp-parallax-wrap")}),k=b.data("beforeafter-options");b.addClass("rs-addon-beforeafter rs-addon-beforeafter-"+k.direction);a.carousel||b.find("*").attr("draggable",!1);var d=m('
').append(g);1'),h=m('
').append(h)[0],f=document.createElement("div"),p=document.createElement("div"),n=k.bgType;if("image"===n||"external"===n)f.style.backgroundImage="url("+k.bgImage+")",f.style.backgroundPosition=k.bgPos,f.style.backgroundRepeat=k.bgRepeat,f.style.backgroundSize=k.bgFit;else if("solid"===n)f.style.background=k.bgColor;else if("trans"!==n&&(n=b.data("beforeafter-video"))&& +(n.closest(".tp-parallax-wrap").addClass("rs-video-beforeafter"),!a.carousel)){var q=n;var l=0===b.find(".rs-background-video-layer").length}b.attr("data-link")&&"back"===b.attr("data-slideindex")&&(d.addClass("rs-beforeafter-pointers"),g.addClass("rs-beforeafter-pointers"));n="rs-addon-beforeafter-bg-inner";k.filter&&(n+=" "+k.filter);p.className="rs-addon-beforeafter-bg";f.className=n;p.appendChild(f);b.find(".slotholder").append(p);g.append(h).insertBefore(d);a.slides[a.slides.length]=new t(c, +p,h,b,q,l,f,k,g[0],d[0],a.slider,a.options,a.carousel,b.attr("data-index"))});this.init()},beforeSwap:function(a,c){if(!this.checkRemoved()){this.slide=!1;var b;c.currentslide.length&&(b=m.data(c.currentslide[0],"rs-addon-beforeafter"))&&(b.removeEvents(),b[b.animateOut]());(b=m.data(c.nextslide[0],"rs-addon-beforeafter"))&&b.setup&&b.reset()}},afterSwap:function(a,c){!this.checkRemoved()&&c.currentslide.hasClass("rs-addon-beforeafter")&&(this.slide=m.data(c.currentslide[0],"rs-addon-beforeafter"), +this.slide.setup||(this.onResize(!1,!0),this.slide.onSetup(),this.slider.on("revolution.slide.afterdraw",this.resize)),this.slide.reset(!0),this.slide.reveal(),this.slide.addEvents())},checkRemoved:function(){return this.slider&&document.body.contains(this.slider[0])?!1:(this.destroy(),!0)},onVideoPlay:function(a,c){this.slide&&this.slide.videoBg&&!this.slide.videoSolo&&this.slide.playVideo()},destroy:function(){m(window).off(".rsaddonbeforeafter");if(this.slides)for(;this.slides.length;)this.slides[0].destroy(), +this.slides.shift();for(var a in this)this.hasOwnProperty(a)&&delete this[a]},onFocus:function(){clearTimeout(this.timer);for(var a=this.slides.length;a--;)this.slides[a].supress=!0;this.focusTimer=setTimeout(this.timer,100)},onTimer:function(){for(var a=this.slides.length;a--;)this.slides[a].supress=!1},onResize:function(a,c){if(a&&this.carousel)clearTimeout(this.resizeTimer),this.resizeTimer=setTimeout(this.resize,250);else{var b=this.slide;if(b){var e,g=0,h=this.levels.length;if(this.carousel){var k= +b.slide.width();var d=b.slide.height()}else k=this.slider.width(),d=this.slider.height();for(e=0;e');this.btn2=m('');this.btn=m(a).on("mousedown touchstart",this.onMouseDown.bind(this));this.btn[0].appendChild(this.btn1[0]);this.btn[0].appendChild(this.btn2[0]);d=parseInt(h.width,10);a=[];d&&(h='')[0],this.pixel=0===d%2?0:1,a[0]=this.revealLine);this.revealBtn=this.btn[0];a[a.length]=this.revealBtn;this.carousel?this.slide.append(a):m(a).insertAfter(this.slider.data("before-after-placer"))},onSetup:function(){var a=this.btn.outerWidth(!0), +c=this.btn.outerHeight(!0),a=Math.max(a,c),b=c=0;this.revealLine&&(this.normal?c+=this.pixel:b+=this.pixel);var e=Math.floor(.5*a);this.buffer=e;this.setup=!0;this.btn.css({width:a,height:a,marginTop:-e+b,marginLeft:-e+c});delete this.btn},addEvents:function(){var a=this.carousel?this.slide:this.slider;a.on("mouseup.rsaddonbeforeafter mouseleave.rsaddonbeforeafter touchend.rsaddonbeforeafter",this.mouseUp).on("mousemove.rsaddonbeforeafter touchmove.rsaddonbeforeafter",this.mouseMove);if(this.transition)a.on("click.rsaddonbeforeafter", +this.mouseClick)},removeEvents:function(){this.onMouseUp();(this.carousel?this.slide:this.slider).off(".rsaddonbeforeafter");this.shiftArrows&&this.btn1.off(".rsaddonbeforeafter");this.bounceDelay&&clearTimeout(this.bounceTimer)},updateDrag:function(a,c){if(this.before){if(this.normal){var b=a;var e=this.sliderWidth-a;c=Math.min(this.sliderHeight-this.buffer,Math.max(c,this.buffer))}else b=c,e=this.sliderHeight-c,a=Math.min(this.sliderWidth-this.buffer,Math.max(a,this.buffer));this.revealBtn.style.left= +a+"px";this.revealBtn.style.top=c+"px";this.before.style[this.size]=b+"px";this.after.style[this.size]=e+"px";this.bg.style[this.size]=e+"px";this.revealLine&&(this.revealLine.style[this.axis]=b+"px")}},resetDrag:function(a,c){if(this.before){if(this.normal){var b=a;var e=parseInt(a,10);e=-1!==a.search("%")?100-e+"%":this.sliderWidth-e+"px"}else b=c,e=parseInt(c,10),e=-1!==c.search("%")?100-e+"%":this.sliderHeight-e+"px";this.revealBtn.style.left=a;this.revealBtn.style.top=c;this.before.style[this.size]= +b;this.after.style[this.size]=e;this.bg.style[this.size]=e;this.revealLine&&(this.revealLine.style[this.axis]=b)}},onMouseDown:function(a){this.canDrag=this.prevent=!0;this.slider.addClass("dragging");this.shiftArrows&&(this.btn1.off(".rsaddonbeforeafter"),this.slider.addClass("rs-beforeafter-shift-arrows"));this.bounceArrows&&(this.bounceDelay&&clearTimeout(this.bounceTimer),this.slider.removeClass("rs-beforeafter-bounce-arrows"));this.carousel&&a.stopImmediatePropagation()},onMouseMove:function(a){if(!this.supress&& +this.canDrag){var c=a.originalEvent.touches;c&&(a=c[0]);var b=(this.carousel?this.slide:this.slider).offset(),c=a.pageX-b.left;a=a.pageY-b.top;(this.normal?0
').insertAfter(c.find(".rev-slidebg")),c.data("beforeafter-video",l))}if(d.hasOwnProperty("bounceArrows")){c=.001*parseInt(d.bounceSpeed, +10);var g="initial"!==d.bounceArrows?"infinite":"1",n=parseInt(d.bounceAmount,10),m="repel"===d.bounceType,r=Math.round(.5*n);"horizontal"===d.direction?(l="X",f=["left","right"]):(l="Y",f=["top","bottom"]);for(var u=0;2>u;u++){var x=m?0===u?"-":"":0===u?"":"-",w=a,v=f[u],t=c.toFixed(2),y=d.bounceEasing;a=w+("@-webkit-keyframes "+b+"-"+e+"-rs-beforeafter-bounce-"+v+" {0%, 20%, 50%, 80%, 100% {-webkit-transform: translate"+l+"(0);transform: translate"+l+"(0)}40% {-webkit-transform: translate"+l+"("+ +n+"px);transform: translate"+l+"("+x+n+"px)}60% {-webkit-transform: translate"+l+"("+r+"px);transform: translate"+l+"("+x+r+"px)}}@keyframes "+b+"-"+e+"-rs-beforeafter-bounce-"+v+" {0%, 20%, 50%, 80%, 100% {-webkit-transform: translate"+l+"(0);transform: translate"+l+"(0)}40% {-webkit-transform: translate"+l+"("+n+"px);transform: translate"+l+"("+x+n+"px)}60% {-webkit-transform: translate"+l+"("+r+"px);transform: translate"+l+"("+x+r+"px)}}.rs-beforeafter-bounce-arrows .rs-"+b+"-"+e+"-rs-beforeafter-bounce-"+ +v+" {-webkit-animation: "+b+"-"+e+"-rs-beforeafter-bounce-"+v+" "+t+"s "+y+" "+g+";animation: "+b+"-"+e+"-rs-beforeafter-bounce-"+v+" "+t+"s "+y+" "+g+"}")}}if(d.hasOwnProperty("shiftOffset"))for(c=.001*parseInt(d.shiftTiming,10),l=.001*parseInt(d.shiftDelay,10),f=0;2>f;f++)g=d.shiftEasing,a+=".rs-beforeafter-shift-arrows .rs-"+b+"-"+e+"-rs-beforeafter-shift {-webkit-transition: all "+c+"s "+g+" "+l+"s;transition: all "+c+"s "+g+" "+l+"s}"});if(a){var g=document.createElement("style");g.type="text/css"; +g.innerHTML=a;document.head.appendChild(g)}c.data("beforeafter-slides",e)}})})(); + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/css/revolution.addon.bubblemorph.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/css/revolution.addon.bubblemorph.css new file mode 100644 index 0000000..b7e7654 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/css/revolution.addon.bubblemorph.css @@ -0,0 +1,16 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2018 ThemePunch +*/ + +.tp-bubblemorph { + + background: transparent !important; + border: none !important; + box-shadow: none !important; + border-radius: 0 !important; + padding: 0 !important; + overflow: hidden !important; + +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.js new file mode 100644 index 0000000..65d4e54 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.js @@ -0,0 +1,970 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2018 ThemePunch +*/ + +;(function() { + + "use strict"; + + var $, + win; + + window.BubbleMorphAddOn = function(_$, slider, carousel) { + + if(!_$ || !slider) return; + + $ = _$; + win = $(window); + $.event.special.rsBubbleMorphDestroyed = {remove: function(evt) {evt.handler();}}; + + return new BubbleMorph(slider, carousel); + + }; + + function killBubbles() { + + var $this = $(this), + bubbles = $this.data('bubbleaddon'); + + if(bubbles) { + + bubbles.destroy(); + $this.removeData('bubbleaddon'); + + } + + } + + function getValue(prop, level) { + + if(!prop) return false; + if(level === 0) return prop[level]; + + var minus = level, + value = prop[level]; + + while(value === 'inherit') { + + minus--; + if(minus > -1) value = prop[minus]; + else value = prop[0]; + + } + + return value; + + } + + function createBubbles() { + + var $this = $(this), + bubbles = $this.data('bubbleaddon'); + + if(bubbles) killBubbles.call(this); + + var bubbleObj = $this.data('bubbleObj'); + if(!bubbleObj) return; + + var levels = bubbleObj.levels, + len = levels.length, + width = win.width(), + level = 0, + scale, + prev, + levl; + + if(levels) { + + for(var i = 0; i < len; i++) { + + levl = levels[i]; + if(prev === levl) continue; + if(width < levl) level = i; + prev = levl; + + } + + } + + var wid = bubbleObj.layerW[level], + high = bubbleObj.layerH[level], + fullW = wid === '100%' || wid === 'full', + fullH = high === '100%' || high === 'full'; + + if(!fullW) { + + wid = parseInt(bubbleObj.layr.css('min-width'), 10); + + } + else { + + var elem = !bubbleObj.carousel || bubbleObj.isStatic ? bubbleObj.slider : bubbleObj.slotholder; + if(bubbleObj.fullAlign) { + + wid = elem.width(); + bubbleObj.wrapper[0].style.left = 0; + + } + else { + + scale = Math.min(bubbleObj.slider.width() / bubbleObj.grids[level], 1); + wid = bubbleObj.grids[level] * scale; + + } + + } + + if(!fullH) { + + high = parseInt(bubbleObj.layr.css('min-height'), 10); + + } + else { + + high = !bubbleObj.isStatic ? bubbleObj.slotholder.height() : bubbleObj.slider.height(); + bubbleObj.wrapper[0].style.top = 0; + + } + + var blurStrength = getValue(bubbleObj.blurStrength, level), + borderSize = getValue(bubbleObj.borderSize, level), + borderColor = getValue(bubbleObj.borderColor, level), + blurColor = getValue(bubbleObj.blurColor, level), + blurX = getValue(bubbleObj.blurX, level), + blurY = getValue(bubbleObj.blurY, level), + bufferX = getValue(bubbleObj.bufferX, level), + bufferY = getValue(bubbleObj.bufferY, level), + numBubbles = getValue(bubbleObj.numBubbles, level), + velX = getValue(bubbleObj.velX, level), + velY = getValue(bubbleObj.velY, level); + + var newBubble = RsAddOnBubbles( + + wid, + high, + bubbleObj.slider, + bubbleObj.canvas, + parseInt(numBubbles, 10), + bubbleObj.color, + parseInt(blurStrength, 10), + blurColor, + parseInt(blurX, 10), + parseInt(blurY, 10), + borderColor, + parseInt(borderSize, 10), + parseInt(bufferX, 10), + parseInt(bufferY, 10), + parseFloat(velX), + parseFloat(velY) + + ); + + $this.data('bubbleaddon', newBubble); + if($this.data('bubblesplaying')) playBubbles(newBubble, $this); + + } + + function playBubbles(bubbles, layr) { + + bubbles.pause = false; + bubbles.screen.resize(); + + if(!bubbles.started) { + + bubbles.started = true; + bubbles.inited(); + + } + + layr.data('bubblesplaying', true); + bubbles.play(); + + } + + function pauseBubbles(bubbles, layr) { + + bubbles.pause = true; + layr.data('bubblesplaying', false); + + } + + function BubbleMorph(slider, carousel) { + + this.slider = slider; + this.carousel = carousel; + + slider.one('revolution.slide.onloaded', this.onLoaded.bind(this)) + .one('rsBubbleMorphDestroyed', this.destroy.bind(this)); + + } + + BubbleMorph.prototype = { + + onLoaded: function() { + + var i, + slider = this.slider, + carousel = this.carousel, + grids = slider[0].opt.gridwidth, + levels = slider[0].opt.responsiveLevels; + + if(!Array.isArray(grids)) grids = [grids]; + while(grids.length < 4) grids[grids.length] = grids[grids.length - 1]; + for(i = 0; i < 4; i++) grids[i] = parseInt(grids[i], 10); + + if(levels) { + + if(!Array.isArray(levels)) levels = [levels]; + while(levels.length < 4) levels[levels.length] = levels[levels.length - 1]; + for(i = 0; i < 4; i++) levels[i] = parseInt(levels[i], 10); + + } + + this.morph = slider.find('.tp-bubblemorph').each(function() { + + var $this = $(this), + canvas = $('').appendTo($this), + bubbles = this.getAttribute('data-numbubbles'), + velX = this.getAttribute('data-bubblesspeedx'), + velY = this.getAttribute('data-bubblesspeedy'), + bufferX = this.getAttribute('data-bubblesbufferx'), + bufferY = this.getAttribute('data-bubblesbuffery'), + layerW = $this.attr('data-width').replace(/[[\]]/g, '').replace(/\'/g, '').split(','), + layerH = $this.attr('data-height').replace(/[[\]]/g, '').replace(/\'/g, '').split(','); + + if(!Array.isArray(layerW)) layerW = [layerW]; + if(!Array.isArray(layerH)) layerH = [layerH]; + + while(layerW.length < 4) layerW[layerW.length] = layerW[layerW.length - 1]; + while(layerH.length < 4) layerH[layerH.length] = layerH[layerH.length - 1]; + + while(layerH.length < layerW.length) layerH[layerH.length] = layerH[layerH.length - 1]; + while(layerW.length < layerH.length) layerH[layerW.length] = layerW[layerW.length - 1]; + + bubbles = bubbles.split('|'); + bufferX = bufferX.split('|'); + bufferY = bufferY.split('|'); + velX = velX.split('|'); + velY = velY.split('|'); + + var obj = { + + velX: velX, + velY: velY, + layr: $this, + grids: grids, + layerW: layerW, + layerH: layerH, + slider: slider, + levels: levels, + bufferX: bufferX, + bufferY: bufferY, + canvas: canvas[0], + carousel: carousel, + numBubbles: bubbles, + wrapper: $this.closest('.tp-parallax-wrap'), + isStatic: $this.hasClass('tp-static-layer'), + color: processColor(this.getAttribute('data-bubblesbg')), + fullAlign: this.getAttribute('data-basealign') === 'slide', + slotholder: $this.closest('.tp-revslider-slidesli').find('.slotholder') + + }; + + var blurStrength = this.getAttribute('data-bubblesblur'); + if(blurStrength) { + + obj.blurStrength = blurStrength.split('|'); + obj.blurColor = $this.attr('data-bubblesblurcolor').split('|'); + obj.blurX = $this.attr('data-bubblesblurx').split('|'); + obj.blurY = $this.attr('data-bubblesblury').split('|'); + + } + + var borderSize = this.getAttribute('data-bubblesbordersize'); + if(borderSize) { + + obj.borderSize = borderSize.split('|'); + obj.borderColor = $this.attr('data-bubblesbordercolor').split('|'); + + } + + $this.data('bubbleObj', obj); + + }); + + if(this.morph.length) { + + slider.on('revolution.slide.afterdraw', this.onResize.bind(this)) + .on('revolution.slide.layeraction', this.layerAction.bind(this)); + + } + else { + + this.destroy(); + + } + + }, + + createBubbles: function() { + + this.morph.each(createBubbles); + + }, + + onResize: function(e) { + + clearTimeout(this.resizeTimer); + this.morph.each(killBubbles); + this.resizeTimer = setTimeout(this.resize.bind(this), 250); + + }, + + resize: function() { + + this.morph.each(createBubbles); + + }, + + layerAction: function(e, data) { + + var bubbles = data.layer.data('bubbleaddon'); + if(!bubbles) { + + if(!data.layer.hasClass('tp-bubblemorph')) return; + else this.createBubbles(); + + } + + bubbles = data.layer.data('bubbleaddon'); + if(!bubbles.screen || !bubbles.screen.width || !bubbles.screen.height) { + + createBubbles.call(data.layer); + bubbles = data.layer.data('bubbleaddon'); + + } + + switch(data.eventtype) { + + case 'enterstage': + + playBubbles(bubbles, data.layer); + + break; + + case 'leftstage': + + pauseBubbles(bubbles, data.layer); + + break; + + } + + }, + + checkRemoved: function() { + + // bounce if the slider has been removed from the DOM before the onloaded event fires + if(!this.slider || !document.body.contains(this.slider[0])) { + + this.destroy(); + return true; + + } + + return false; + + }, + + destroy: function() { + + this.slider.find('.tp-bubblemorph').each(function() { + + var $this = $(this), + bubbles = $this.data('bubbleaddon'); + + bubbles.pause = true; + $this.removeData('bubbleaddon bubbleObj'); + + }); + + for(var prop in this) { + + if(this.hasOwnProperty(prop)) delete this[prop]; + + } + + } + + }; + + /* + COLORS PROCESSING + */ + function sanitizeGradient(obj) { + + var colors = obj.colors, + len = colors.length, + ar = [], + prev; + + + for(var i = 0; i < len; i++) { + + var cur = colors[i]; + delete cur.align; + + if(prev) { + if(JSON.stringify(cur) !== JSON.stringify(prev)) ar[ar.length] = cur; + } + else { + ar[ar.length] = cur; + } + + prev = cur; + + } + + obj.colors = ar; + return obj; + + } + + function processColor(clr) { + + if(clr.trim() === 'transparent') { + + return ['#FFFFFF', false]; + + } + else if(clr.search(/\[\{/) !== -1) { + + try { + + clr = JSON.parse(clr.replace(/\&/g, '"')); + clr = sanitizeGradient(clr); + return [clr, true]; + + } + catch(e) { + + return ['#FFFFFF', false]; + + } + + } + else if(clr.search('#') !== -1) { + + return [clr, false]; + + } + else if(clr.search('rgba') !== -1) { + + return [clr.replace(/\s/g, '').replace(/false/g, '1'), false]; + + } + else if(clr.search('rgb') !== -1) { + + return [clr.replace(/\s/g, ''), false]; + + } + else { + + return /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(clr) ? [clr, false] : ['#FFFFFF', false]; + + } + + } + + function rgbaString(r, g, b, a) { + + return 'rgba(' + r + ', ' + g + ', ' + b + ', ' + a + ')'; + + } + + function radialGradient(ctx, w, h, colors) { + + w *= 0.5; + h *= 0.5; + + var gradient = ctx.createRadialGradient(w, h, 0, w, h, w), + len = colors.length, + color; + + for(var i = 0; i < len; i++) { + + color = colors[i]; + gradient.addColorStop(color.position * 0.01, rgbaString(color.r, color.g, color.b, color.a)); + + } + + return gradient; + + } + + function linearGradient(ctx, w, h, colors, angle) { + + var tx = 0, + ty = 0, + bx = 0, + by = 0, + len; + + angle = parseInt(angle, 10); + if(/0|90|180|270|360/.test(angle)) { + + switch(angle) { + + case 0: + case 360: + ty = h; + break; + + case 90: + bx = w; + break; + + case 180: + by = h; + break; + + case 270: + tx = w; + break; + + } + + } + else { + + w *= 0.5; + h *= 0.5; + + var ang = (angle - 180) * (Math.PI / 180), + hypt = h / Math.cos(ang), + tr = w - Math.sqrt(hypt * hypt - h * h), + diag = Math.sin(ang) * tr; + + len = hypt + diag; + tx = w + Math.cos(-Math.PI / 2 + ang) * len, + ty = h + Math.sin(-Math.PI / 2 + ang) * len, + bx = w + Math.cos( Math.PI / 2 + ang) * len, + by = h + Math.sin( Math.PI / 2 + ang) * len; + + } + + var gradient = ctx.createLinearGradient(Math.round(tx), Math.round(ty), Math.round(bx), Math.round(by)), + color, + pos; + + len = colors.length; + for(var i = 0; i < len; i++) { + + color = colors[i]; + pos = parseInt(color.position, 10); + gradient.addColorStop(pos * 0.01, rgbaString(color.r, color.g, color.b, color.a)); + + } + + return gradient; + + } + + /* ****************** */ + /* begin bubble magic */ + /* ****************** */ + function RsAddOnBubbles(wid, high, slider, canvas, numBubbles, color, blurStrength, blurColor, blurX, blurY, borderColor, borderSize, bufferx, buffery, velX, velY) { + + var lava0; + var ge1doot = { + screen: { + elem: null, + callback: null, + ctx: null, + width: 0, + height: 0, + left: 0, + top: 0, + init: function (callback, initRes) { + + this.elem = canvas; + this.callback = callback || null; + if (this.elem.tagName == "CANVAS") this.ctx = this.elem.getContext("2d"); + + /* + window.addEventListener('resize', function () { + this.resize(); + }.bind(this), false); + */ + + this.elem.onselectstart = function () { return false; }; + this.elem.ondrag = function () { return false; }; + initRes && this.resize(); + return this; + }, + resize: function () { + + var o = this.elem; + + this.width = wid; + this.height = high; + + for (this.left = 0, this.top = 0; o != null; o = o.offsetParent) { + this.left += o.offsetLeft; + this.top += o.offsetTop; + } + + if (this.ctx) { + this.elem.width = this.width; + this.elem.height = this.height; + } + + if(lava0) { + + lava0.width = this.width; + lava0.height = this.height; + + } + + this.callback && this.callback(); + + }, + + destroy: function() { + + for(var prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + } + } + }; + + // Point constructor + var Point = function(x, y) { + this.x = x; + this.y = y; + this.magnitude = x * x + y * y; + this.computed = 0; + this.force = 0; + }; + Point.prototype.add = function(p) { + return new Point(this.x + p.x, this.y + p.y); + }; + + // Ball constructor + var Ball = function(parent) { + var min = 0.1; + var max = 1.5; + this.vel = new Point( + (Math.random() > 0.5 ? 1 : -1) * (0.2 + Math.random() * velX), + (Math.random() > 0.5 ? 1 : -1) * (0.2 + Math.random() * velY) + ); + + this.pos = new Point( + parent.width * 0.2 + Math.random() * parent.width * 0.6, + parent.height * 0.2 + Math.random() * parent.height * 0.6 + ); + this.size = (parent.wh / 15) + ( Math.random() * (max - min) + min ) * (parent.wh / 15); + + this.width = parent.width; + this.height = parent.height; + }; + + // move balls + Ball.prototype.move = function() { + + // bounce borders + if (this.pos.x >= this.width - this.size - bufferx) { + if (this.vel.x > 0) this.vel.x = -this.vel.x; + this.pos.x = this.width - this.size - bufferx; + } else if (this.pos.x <= this.size + bufferx) { + if (this.vel.x < 0) this.vel.x = -this.vel.x; + this.pos.x = this.size + bufferx; + } + + if (this.pos.y >= this.height - this.size - buffery) { + if (this.vel.y > 0) this.vel.y = -this.vel.y; + this.pos.y = this.height - this.size - buffery; + } else if (this.pos.y <= this.size + buffery) { + if (this.vel.y < 0) this.vel.y = -this.vel.y; + this.pos.y = this.size + buffery; + } + + // velocity + this.pos = this.pos.add(this.vel); + + }; + + // lavalamp constructor + var LavaLamp = function(width, height, numBalls, color) { + this.step = 5; + this.width = width; + this.height = height; + this.wh = Math.min(width, height); + this.sx = Math.floor(this.width / this.step); + this.sy = Math.floor(this.height / this.step); + this.paint = false; + this.metaFill = drawFill(width, height, color); + + this.plx = [0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0]; + this.ply = [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1]; + this.mscases = [0, 3, 0, 3, 1, 3, 0, 3, 2, 2, 0, 2, 1, 1, 0]; + this.ix = [1, 0, -1, 0, 0, 1, 0, -1, -1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1]; + this.grid = []; + this.balls = []; + this.iter = 0; + this.sign = 1; + + // init grid + for (var i = 0; i < (this.sx + 2) * (this.sy + 2); i++) { + this.grid[i] = new Point( + (i % (this.sx + 2)) * this.step, (Math.floor(i / (this.sx + 2))) * this.step + ); + } + + // create metaballs + for (var k = 0; k < numBalls; k++) { + this.balls[k] = new Ball(this); + } + }; + + LavaLamp.prototype.destroy = function() { + + var prop; + for(prop in this.balls) if(this.balls.hasOwnProperty(prop)) delete this.balls[prop]; + for(prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + }; + + // compute cell force + LavaLamp.prototype.computeForce = function(x, y, idx) { + + var force; + var id = idx || x + y * (this.sx + 2); + + if (x === 0 || y === 0 || x === this.sx || y === this.sy) { + force = 0.6 * this.sign; + } else { + force = 0; + var cell = this.grid[id]; + if(!cell) return; + var i = 0; + var ball; + while (ball = this.balls[i++]) { + force += ball.size * ball.size / (-2 * cell.x * ball.pos.x - 2 * cell.y * ball.pos.y + ball.pos.magnitude + cell.magnitude); + } + force *= this.sign; + } + if(!this.grid[id]) return; + this.grid[id].force = force; + return force; + }; + // compute cell + LavaLamp.prototype.marchingSquares = function(next) { + var x = next[0]; + var y = next[1]; + var pdir = next[2]; + var id = x + y * (this.sx + 2); + if(!this.grid[id]) return; + if (this.grid[id].computed === this.iter) { + return false; + } + var dir, mscase = 0, toBounce; + + // neighbors force + for (var i = 0; i < 4; i++) { + var idn = (x + this.ix[i + 12]) + (y + this.ix[i + 16]) * (this.sx + 2); + if(!this.grid[idn]) { + toBounce = true; + break; + } + var force = this.grid[idn].force; + if ((force > 0 && this.sign < 0) || (force < 0 && this.sign > 0) || !force) { + // compute force if not in buffer + force = this.computeForce( + x + this.ix[i + 12], + y + this.ix[i + 16], + idn + ); + } + if (Math.abs(force) > 1) mscase += Math.pow(2, i); + } + if(toBounce) return; + if (mscase === 15) { + // inside + return [x, y - 1, false]; + } else { + // ambiguous cases + if (mscase === 5) dir = (pdir === 2) ? 3 : 1; + else if (mscase === 10) dir = (pdir === 3) ? 0 : 2; + else { + // lookup + dir = this.mscases[mscase]; + if(!this.grid[id]) return; + this.grid[id].computed = this.iter; + } + // draw line + var ix = this.step / ( + Math.abs(Math.abs(this.grid[(x + this.plx[4 * dir + 2]) + (y + this.ply[4 * dir + 2]) * (this.sx + 2)].force) - 1) / + Math.abs(Math.abs(this.grid[(x + this.plx[4 * dir + 3]) + (y + this.ply[4 * dir + 3]) * (this.sx + 2)].force) - 1) + 1 + ); + ctx.lineTo( + this.grid[(x + this.plx[4 * dir]) + (y + this.ply[4 * dir]) * (this.sx + 2)].x + this.ix[dir] * ix, + this.grid[(x + this.plx[4 * dir + 1]) + (y + this.ply[4 * dir + 1]) * (this.sx + 2)].y + this.ix[dir + 4] * ix + ); + this.paint = true; + // next + return [ + x + this.ix[dir + 4], + y + this.ix[dir + 8], + dir + ]; + } + }; + + LavaLamp.prototype.renderMetaballs = function() { + var i = 0, ball; + while (ball = this.balls[i++]) ball.move(); + // reset grid + this.iter++; + this.sign = -this.sign; + this.paint = false; + ctx.fillStyle = this.metaFill; + + if(blurStrength) { + + ctx.shadowBlur = blurStrength; + ctx.shadowColor = blurColor; + ctx.shadowOffsetX = blurX; + ctx.shadowOffsetY = blurY; + + } + + if(borderSize) { + + ctx.strokeStyle = borderColor; + ctx.lineWidth = borderSize; + + } + + ctx.beginPath(); + // compute metaballs + i = 0; + + while (ball = this.balls[i++]) { + // first cell + var next = [ + Math.round(ball.pos.x / this.step), + Math.round(ball.pos.y / this.step), false + ]; + // marching squares + do { + next = this.marchingSquares(next); + } while (next); + // fill and close path + if (this.paint) { + ctx.fill(); + ctx.closePath(); + if(borderSize) ctx.stroke(); + ctx.beginPath(); + this.paint = false; + } + } + }; + + var drawFill = function(w, h, color) { + + if(color[1]) { + + color = color[0]; + if(color.type === 'radial') { + + return radialGradient(ctx, w, h, color.colors); + + } + else { + + return linearGradient(ctx, w, h, color.colors, color.angle); + + } + + } + else { + + return color[0]; + + } + + }; + + // main loop + var run = function() { + + if(!addonObj || addonObj.pause) return; + + ctx.clearRect(0, 0, screen.width, screen.height); + lava0.renderMetaballs(); + requestAnimationFrame(run); + + }; + // canvas + var screen = ge1doot.screen.init(null, true), + ctx = screen.ctx; + + var inited = function() { + + lava0 = new LavaLamp(screen.width, screen.height, numBubbles, color); + + }; + + function destroy() { + + addonObj.pause = true; + cancelAnimationFrame(run); + ctx.clearRect(0, 0, screen.width, screen.height); + + if(lava0) lava0.destroy(); + screen.destroy(); + + lava0 = null; + ge1doot = null; + Point = null; + Ball = null; + LavaLamp = null; + run = null; + screen = null; + addonObj = null; + inited = null; + drawFill = null; + ctx = null; + + } + + var addonObj = { + + play: run, + pause: false, + screen: screen, + inited: inited, + started: false, + destroy: destroy + + }; + + return addonObj; + + } + + +})(); + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.min.js new file mode 100644 index 0000000..583af04 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/bubblemorph/js/revolution.addon.bubblemorph.min.js @@ -0,0 +1,27 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2018 ThemePunch +*/ + +;(function(){function E(){var b=r(this),a=b.data("bubbleaddon");a&&(a.destroy(),b.removeData("bubbleaddon"))}function n(b,a){if(!b)return!1;if(0===a)return b[a];for(var f=a,e=b[a];"inherit"===e;)f--,e=-1=this.width-this.size-l?(0this.vel.x&&(this.vel.x=-this.vel.x),this.pos.x=this.size+l);this.pos.y>=this.height- +this.size-g?(0this.vel.y&&(this.vel.y=-this.vel.y),this.pos.y=this.size+g);this.pos=this.pos.add(this.vel)};var A=function(d,a,b,e){this.step=5;this.width=d;this.height=a;this.wh=Math.min(d,a);this.sx=Math.floor(this.width/this.step);this.sy=Math.floor(this.height/this.step);this.paint=!1;this.metaFill=B(d,a,e);this.plx=[0,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0];this.ply=[0,0,0,0,0,0,1,0,0,1,1,1,0,1,0,1]; +this.mscases=[0,3,0,3,1,3,0,3,2,2,0,2,1,1,0];this.ix=[1,0,-1,0,0,1,0,-1,-1,0,1,0,0,1,1,0,0,0,1,1];this.grid=[];this.balls=[];this.iter=0;this.sign=1;for(d=0;d<(this.sx+2)*(this.sy+2);d++)this.grid[d]=new y(d%(this.sx+2)*this.step,Math.floor(d/(this.sx+2))*this.step);for(d=0;dh;h++){var g=d+this.ix[h+12]+(b+this.ix[h+16])*(this.sx+ +2);if(!this.grid[g]){c=!0;break}var k=this.grid[g].force;if(0this.sign||0>k&&0e.length;)e[e.length]=e[e.length-1];for(b=0;4>b;b++)e[b]=parseInt(e[b],10);if(k){for(Array.isArray(k)||(k=[k]);4>k.length;)k[k.length]=k[k.length-1];for(b=0;4>b;b++)k[b]=parseInt(k[b],10)}this.morph=a.find(".tp-bubblemorph").each(function(){var b= +r(this),h=r("").appendTo(b),p=this.getAttribute("data-numbubbles"),n=this.getAttribute("data-bubblesspeedx"),u=this.getAttribute("data-bubblesspeedy"),q=this.getAttribute("data-bubblesbufferx"),v=this.getAttribute("data-bubblesbuffery"),l=b.attr("data-width").replace(/[[\]]/g,"").replace(/'/g,"").split(","),g=b.attr("data-height").replace(/[[\]]/g,"").replace(/'/g,"").split(",");Array.isArray(l)||(l=[l]);for(Array.isArray(g)||(g=[g]);4>l.length;)l[l.length]=l[l.length-1];for(;4>g.length;)g[g.length]= +g[g.length-1];for(;g.lengtha;++a){var r=n[a].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),l=s(r[0]),c=r[1]||"",u=r[3]||"",f=null;r=r[2],h.hasOwnProperty(r)&&(f=h[r],f=Number(t[f])),null!==f&&("!"===c&&(f=i(u,f)),""===c&&10>f&&(f="0"+f.toString()),e=e.replace(l,f.toString()))}return e=e.replace(/%%/,"%")}}function i(t,e){var s="s",n="";return t&&(t=t.replace(/(:|;|\s)/gi,"").split(/\,/),1===t.length?s=t[0]:(n=t[0],s=t[1])),1===Math.abs(e)?n:s}var a=[],o=[],r={precision:100,elapse:!1};o.push(/^[0-9]*$/.source),o.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),o.push(/[0-9]{4}([\/\-][0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),o=new RegExp(o.join("|"));var h={Y:"years",m:"months",n:"daysToMonth",w:"weeks",d:"daysToWeek",D:"totalDays",H:"hours",M:"minutes",S:"seconds"},l=function(e,s,n){this.el=e,this.$el=t(e),this.interval=null,this.offset={},this.options=t.extend({},r),this.instanceNumber=a.length,a.push(this),this.$el.data("countdown-instance",this.instanceNumber),n&&("function"==typeof n?(this.$el.on("update.countdown",n),this.$el.on("stoped.countdown",n),this.$el.on("finish.countdown",n)):this.options=t.extend({},r,n)),this.setFinalDate(s),this.start()};t.extend(l.prototype,{start:function(){null!==this.interval&&clearInterval(this.interval);var t=this;this.update(),this.interval=setInterval(function(){t.update.call(t)},this.options.precision)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},toggle:function(){this.interval?this.stop():this.start()},pause:function(){this.stop()},resume:function(){this.start()},remove:function(){this.stop.call(this),a[this.instanceNumber]=null,delete this.$el.data().countdownInstance},setFinalDate:function(t){this.finalDate=e(t)},update:function(){if(0===this.$el.closest("html").length)return void this.remove();var e,s=void 0!==t._data(this.el,"events"),n=new Date;e=this.finalDate.getTime()-n.getTime(),e=Math.ceil(e/1e3),e=!this.options.elapse&&0>e?0:Math.abs(e),this.totalSecsLeft!==e&&s&&(this.totalSecsLeft=e,this.elapsed=n>=this.finalDate,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToWeek:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToMonth:Math.floor(this.totalSecsLeft/60/60/24%30.4368),totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30.4368),years:Math.abs(this.finalDate.getFullYear()-n.getFullYear())},this.options.elapse||0!==this.totalSecsLeft?this.dispatchEvent("update"):(this.stop(),this.dispatchEvent("finish")))},dispatchEvent:function(e){var s=t.Event(e+".countdown");s.finalDate=this.finalDate,s.elapsed=this.elapsed,s.offset=t.extend({},this.offset),s.strftime=n(this.offset),this.$el.trigger(s)}}),t.fn.countdown=function(){var e=Array.prototype.slice.call(arguments,0);return this.each(function(){var s=t(this).data("countdown-instance");if(void 0!==s){var n=a[s],i=e[0];l.prototype.hasOwnProperty(i)?n[i].apply(n,e.slice(1)):null===String(i).match(/^[$A-Z_][0-9A-Z_$]*$/i)?(n.setFinalDate.call(n,i),n.start()):t.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,i))}else new l(this,e[0],e[1])})}}); + + +function tp_countdown(api,targetdate,slidechanges) { + + + var currentd,currenth,currentm,currents; + + function animateAndUpdate(o,nt,ot) { + if (ot==undefined) { + o.html(nt); + } else { + if (o.css("opacity")>0) { + punchgs.TweenLite.fromTo(o,0.45, + {autoAlpha:1,rotationY:0,scale:1}, + {autoAlpha:0,rotationY:-180,scale:0.5,ease:punchgs.Back.easeIn,onComplete:function() { o.html(nt);} }); + + punchgs.TweenLite.fromTo(o,0.45, + {autoAlpha:0,rotationY:180,scale:0.5}, + {autoAlpha:1,rotationY:0,scale:1,ease:punchgs.Back.easeOut,delay:0.5 }); + } else { + o.html(nt); + } + } + return nt; + } + + function countprocess(event) { + + var newd = event.strftime('%D'), + newh = event.strftime('%H'), + newm = event.strftime('%M'), + news = event.strftime('%S'); + if (newd != currentd) currentd = animateAndUpdate(jQuery('#t_days'),newd,currentd); + if (newh != currenth) currenth = animateAndUpdate(jQuery('#t_hours'),newh,currenth); + if (newm != currentm) currentm = animateAndUpdate(jQuery('#t_minutes'),newm,currentm); + if (news != currents) currents = animateAndUpdate(jQuery('#t_seconds'),news,currents); + + jQuery.each(slidechanges,function(i,obj) { + var dr = obj.days==undefined || obj.days>=newd, + hr = obj.hours==undefined || obj.hours>=newh, + mr = obj.minutes==undefined || obj.minutes>=newm, + sr = obj.seconds==undefined || obj.seconds>=news; + if (dr && hr && mr && sr && !obj.changedown) { + api.revshowslide(obj.slide); + obj.changedown = true; + } + }) + } + + jQuery('#skipahead').click(function(){ + + var quickjump = 15000, + smalloffset = new Date().getTime() + quickjump; + api.countdown(smalloffset,countprocess); + }); + + api.countdown(targetdate, countprocess); +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/css/distortion.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/css/distortion.css new file mode 100644 index 0000000..c9335c9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/css/distortion.css @@ -0,0 +1,34 @@ +/** + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2018 ThemePunch + */ + +.rev_slider > ul > li[data-liquideffect] > img, +.tp-revslider-slidesli[data-liquideffect] .tp-bgimg, +.tp-revslider-slidesli[data-liquideffect] .slot { + + display: none !important; + +} + +.tp-revslider-slidesli[data-liquideffect] .slotholder canvas { + + position: absolute; + display: block; + +} + +.tp-revslider-slidesli.liquid-force-visible, +.tp-revslider-slidesli.liquid-force-visible .slotholder { + + visibility: visible !important; + opacity: 1 !important; + +} + +.tp-revslider-slidesli.liquid-force-visible { + + z-index: 99 !important; + +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap1.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap1.jpg new file mode 100644 index 0000000..5d21c1a Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap1.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap2.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap2.jpg new file mode 100644 index 0000000..ac83452 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/bwmap2.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_large.jpg new file mode 100644 index 0000000..0dd9aa0 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_small.jpg new file mode 100644 index 0000000..1a7b4af Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/clouds_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_large.jpg new file mode 100644 index 0000000..b383e8b Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_small.jpg new file mode 100644 index 0000000..40355f9 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/crystalize_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_large.jpg new file mode 100644 index 0000000..2524cac Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_small.jpg new file mode 100644 index 0000000..d1dc9b2 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/fibers_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch3.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch3.jpg new file mode 100644 index 0000000..4075d80 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch3.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_large.jpg new file mode 100644 index 0000000..33abcc2 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_small.jpg new file mode 100644 index 0000000..4075d80 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/glitch_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_large.jpg new file mode 100644 index 0000000..1509f50 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_small.jpg new file mode 100644 index 0000000..1e5d364 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/maze_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_large.jpg new file mode 100644 index 0000000..a50ed5e Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_small.jpg new file mode 100644 index 0000000..0230302 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/pointilize_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_large.jpg new file mode 100644 index 0000000..291aaf7 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_small.jpg new file mode 100644 index 0000000..1dd18a0 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/rings_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_large.jpg new file mode 100644 index 0000000..1b3c95d Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_small.jpg new file mode 100644 index 0000000..83ddad7 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/ripple_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_large.jpg new file mode 100644 index 0000000..5d21c1a Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_small.jpg new file mode 100644 index 0000000..c871e25 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/spiral_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_large.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_large.jpg new file mode 100644 index 0000000..ac83452 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_large.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_small.jpg b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_small.jpg new file mode 100644 index 0000000..d06ed32 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/images/swirl_small.jpg differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/pixi.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/pixi.min.js new file mode 100644 index 0000000..e38d7a8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/pixi.min.js @@ -0,0 +1,21 @@ +/*! + * pixi.js - v4.5.1 + * Compiled Sat, 22 Apr 2017 13:46:50 UTC + * + * pixi.js is licensed under the MIT License. + * http://www.opensource.org/licenses/mit-license + */ +!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.PIXI=t()}}(function(){var t;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var h=new Error("Cannot find module '"+s+"'");throw h.code="MODULE_NOT_FOUND",h}var l=r[s]={exports:{}};e[s][0].call(l.exports,function(t){var r=e[s][1][t];return i(r||t)},l,l.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof require&&require,s=0;s0)-(t<0)},r.abs=function(t){var e=t>>31;return(t^e)-e},r.min=function(t,e){return e^(t^e)&-(t65535)<<4,t>>>=e,r=(t>255)<<3,t>>>=r,e|=r,r=(t>15)<<2,t>>>=r,e|=r,r=(t>3)<<1,t>>>=r,(e|=r)|t>>1},r.log10=function(t){return t>=1e9?9:t>=1e8?8:t>=1e7?7:t>=1e6?6:t>=1e5?5:t>=1e4?4:t>=1e3?3:t>=100?2:t>=10?1:0},r.popCount=function(t){return t-=t>>>1&1431655765,16843009*((t=(858993459&t)+(t>>>2&858993459))+(t>>>4)&252645135)>>>24},r.countTrailingZeros=n,r.nextPow2=function(t){return t+=0===t,--t,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,(t|=t>>>16)+1},r.prevPow2=function(t){return t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,(t|=t>>>16)-(t>>>1)},r.parity=function(t){return t^=t>>>16,t^=t>>>8,t^=t>>>4,27030>>>(t&=15)&1};var i=new Array(256);!function(t){for(var e=0;e<256;++e){var r=e,n=e,i=7;for(r>>>=1;r;r>>>=1)n<<=1,n|=1&r,--i;t[e]=n<>>8&255]<<16|i[t>>>16&255]<<8|i[t>>>24&255]},r.interleave2=function(t,e){return t&=65535,t=16711935&(t|t<<8),t=252645135&(t|t<<4),t=858993459&(t|t<<2),t=1431655765&(t|t<<1),e&=65535,e=16711935&(e|e<<8),e=252645135&(e|e<<4),e=858993459&(e|e<<2),e=1431655765&(e|e<<1),t|e<<1},r.deinterleave2=function(t,e){return t=t>>>e&1431655765,t=858993459&(t|t>>>1),t=252645135&(t|t>>>2),t=16711935&(t|t>>>4),(t=65535&(t|t>>>16))<<16>>16},r.interleave3=function(t,e,r){return t&=1023,t=4278190335&(t|t<<16),t=251719695&(t|t<<8),t=3272356035&(t|t<<4),t=1227133513&(t|t<<2),e&=1023,e=4278190335&(e|e<<16),e=251719695&(e|e<<8),e=3272356035&(e|e<<4),e=1227133513&(e|e<<2),t|=e<<1,r&=1023,r=4278190335&(r|r<<16),r=251719695&(r|r<<8),r=3272356035&(r|r<<4),r=1227133513&(r|r<<2),t|r<<2},r.deinterleave3=function(t,e){return t=t>>>e&1227133513,t=3272356035&(t|t>>>2),t=251719695&(t|t>>>4),t=4278190335&(t|t>>>8),(t=1023&(t|t>>>16))<<22>>22},r.nextCombination=function(t){var e=t|t-1;return e+1|(~e&-~e)-1>>>n(t)+1}},{}],2:[function(t,e,r){"use strict";function n(t,e,r){r=r||2;var n=e&&e.length,o=n?e[0]*r:t.length,a=i(t,0,o,r,!0),u=[];if(!a)return u;var h,l,d,f,p,v,y;if(n&&(a=c(t,e,a,r)),t.length>80*r){h=d=t[0],l=f=t[1];for(var g=r;gd&&(d=p),v>f&&(f=v);y=Math.max(d-h,f-l)}return s(a,u,r,h,l,y),u}function i(t,e,r,n,i){var o,s;if(i===A(t,e,r,n)>0)for(o=e;o=e;o-=n)s=M(o,t[o],t[o+1],s);return s&&T(s,s.next)&&(C(s),s=s.next),s}function o(t,e){if(!t)return t;e||(e=t);var r,n=t;do{if(r=!1,n.steiner||!T(n,n.next)&&0!==x(n.prev,n,n.next))n=n.next;else{if(C(n),(n=e=n.prev)===n.next)return null;r=!0}}while(r||n!==e);return e}function s(t,e,r,n,i,c,d){if(t){!d&&c&&v(t,n,i,c);for(var f,p,y=t;t.prev!==t.next;)if(f=t.prev,p=t.next,c?u(t,n,i,c):a(t))e.push(f.i/r),e.push(t.i/r),e.push(p.i/r),C(t),t=p.next,y=p.next;else if((t=p)===y){d?1===d?(t=h(t,e,r),s(t,e,r,n,i,c,2)):2===d&&l(t,e,r,n,i,c):s(o(t),e,r,n,i,c,1);break}}}function a(t){var e=t.prev,r=t,n=t.next;if(x(e,r,n)>=0)return!1;for(var i=t.next.next;i!==t.prev;){if(_(e.x,e.y,r.x,r.y,n.x,n.y,i.x,i.y)&&x(i.prev,i,i.next)>=0)return!1;i=i.next}return!0}function u(t,e,r,n){var i=t.prev,o=t,s=t.next;if(x(i,o,s)>=0)return!1;for(var a=i.xo.x?i.x>s.x?i.x:s.x:o.x>s.x?o.x:s.x,l=i.y>o.y?i.y>s.y?i.y:s.y:o.y>s.y?o.y:s.y,c=g(a,u,e,r,n),d=g(h,l,e,r,n),f=t.nextZ;f&&f.z<=d;){if(f!==t.prev&&f!==t.next&&_(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&x(f.prev,f,f.next)>=0)return!1;f=f.nextZ}for(f=t.prevZ;f&&f.z>=c;){if(f!==t.prev&&f!==t.next&&_(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&x(f.prev,f,f.next)>=0)return!1;f=f.prevZ}return!0}function h(t,e,r){var n=t;do{var i=n.prev,o=n.next.next;!T(i,o)&&w(i,n,n.next,o)&&S(i,o)&&S(o,i)&&(e.push(i.i/r),e.push(n.i/r),e.push(o.i/r),C(n),C(n.next),n=t=o),n=n.next}while(n!==t);return n}function l(t,e,r,n,i,a){var u=t;do{for(var h=u.next.next;h!==u.prev;){if(u.i!==h.i&&b(u,h)){var l=P(u,h);return u=o(u,u.next),l=o(l,l.next),s(u,e,r,n,i,a),void s(l,e,r,n,i,a)}h=h.next}u=u.next}while(u!==t)}function c(t,e,r,n){var s,a,u,h,l,c=[];for(s=0,a=e.length;s=n.next.y){var a=n.x+(o-n.y)*(n.next.x-n.x)/(n.next.y-n.y);if(a<=i&&a>s){if(s=a,a===i){if(o===n.y)return n;if(o===n.next.y)return n.next}r=n.x=n.x&&n.x>=l&&_(or.x)&&S(n,t)&&(r=n,d=u),n=n.next;return r}function v(t,e,r,n){var i=t;do{null===i.z&&(i.z=g(i.x,i.y,e,r,n)),i.prevZ=i.prev,i.nextZ=i.next,i=i.next}while(i!==t);i.prevZ.nextZ=null,i.prevZ=null,y(i)}function y(t){var e,r,n,i,o,s,a,u,h=1;do{for(r=t,t=null,o=null,s=0;r;){for(s++,n=r,a=0,e=0;e0||u>0&&n;)0===a?(i=n,n=n.nextZ,u--):0!==u&&n?r.z<=n.z?(i=r,r=r.nextZ,a--):(i=n,n=n.nextZ,u--):(i=r,r=r.nextZ,a--),o?o.nextZ=i:t=i,i.prevZ=o,o=i;r=n}o.nextZ=null,h*=2}while(s>1);return t}function g(t,e,r,n,i){return t=32767*(t-r)/i,e=32767*(e-n)/i,t=16711935&(t|t<<8),t=252645135&(t|t<<4),t=858993459&(t|t<<2),t=1431655765&(t|t<<1),e=16711935&(e|e<<8),e=252645135&(e|e<<4),e=858993459&(e|e<<2),e=1431655765&(e|e<<1),t|e<<1}function m(t){var e=t,r=t;do{e.x=0&&(t-s)*(n-a)-(r-s)*(e-a)>=0&&(r-s)*(o-a)-(i-s)*(n-a)>=0}function b(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!E(t,e)&&S(t,e)&&S(e,t)&&O(t,e)}function x(t,e,r){return(e.y-t.y)*(r.x-e.x)-(e.x-t.x)*(r.y-e.y)}function T(t,e){return t.x===e.x&&t.y===e.y}function w(t,e,r,n){return!!(T(t,e)&&T(r,n)||T(t,n)&&T(r,e))||x(t,e,r)>0!=x(t,e,n)>0&&x(r,n,t)>0!=x(r,n,e)>0}function E(t,e){var r=t;do{if(r.i!==t.i&&r.next.i!==t.i&&r.i!==e.i&&r.next.i!==e.i&&w(r,r.next,t,e))return!0;r=r.next}while(r!==t);return!1}function S(t,e){return x(t.prev,t,t.next)<0?x(t,e,t.next)>=0&&x(t,t.prev,e)>=0:x(t,e,t.prev)<0||x(t,t.next,e)<0}function O(t,e){var r=t,n=!1,i=(t.x+e.x)/2,o=(t.y+e.y)/2;do{r.y>o!=r.next.y>o&&i<(r.next.x-r.x)*(o-r.y)/(r.next.y-r.y)+r.x&&(n=!n),r=r.next}while(r!==t);return n}function P(t,e){var r=new R(t.i,t.x,t.y),n=new R(e.i,e.x,e.y),i=t.next,o=e.prev;return t.next=e,e.prev=t,r.next=i,i.prev=r,n.next=r,r.prev=n,o.next=n,n.prev=o,n}function M(t,e,r,n){var i=new R(t,e,r);return n?(i.next=n.next,i.prev=n,n.next.prev=i,n.next=i):(i.prev=i,i.next=i),i}function C(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function R(t,e,r){this.i=t,this.x=e,this.y=r,this.prev=null,this.next=null,this.z=null,this.prevZ=null,this.nextZ=null,this.steiner=!1}function A(t,e,r,n){for(var i=0,o=e,s=r-n;o0&&(n+=t[i-1].length,r.holes.push(n))}return r}},{}],3:[function(t,e,r){"use strict";function n(){}function i(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function o(){this._events=new n,this._eventsCount=0}var s=Object.prototype.hasOwnProperty,a="~";Object.create&&(n.prototype=Object.create(null),(new n).__proto__||(a=!1)),o.prototype.eventNames=function(){var t,e,r=[];if(0===this._eventsCount)return r;for(e in t=this._events)s.call(t,e)&&r.push(a?e.slice(1):e);return Object.getOwnPropertySymbols?r.concat(Object.getOwnPropertySymbols(t)):r},o.prototype.listeners=function(t,e){var r=a?a+t:t,n=this._events[r];if(e)return!!n;if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,s=new Array(o);i=t.byteLength?n.bufferSubData(this.type,e,t):n.bufferData(this.type,t,this.drawType),this.data=t},i.prototype.bind=function(){this.gl.bindBuffer(this.type,this.buffer)},i.createVertexBuffer=function(t,e,r){return new i(t,t.ARRAY_BUFFER,e,r)},i.createIndexBuffer=function(t,e,r){return new i(t,t.ELEMENT_ARRAY_BUFFER,e,r)},i.create=function(t,e,r,n){return new i(t,e,r,n)},i.prototype.destroy=function(){this.gl.deleteBuffer(this.buffer)},e.exports=i},{}],7:[function(t,e,r){var n=t("./GLTexture"),i=function(t,e,r){this.gl=t,this.framebuffer=t.createFramebuffer(),this.stencil=null,this.texture=null,this.width=e||100,this.height=r||100};i.prototype.enableTexture=function(t){var e=this.gl;this.texture=t||new n(e),this.texture.bind(),this.bind(),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,this.texture.texture,0)},i.prototype.enableStencil=function(){if(!this.stencil){var t=this.gl;this.stencil=t.createRenderbuffer(),t.bindRenderbuffer(t.RENDERBUFFER,this.stencil),t.framebufferRenderbuffer(t.FRAMEBUFFER,t.DEPTH_STENCIL_ATTACHMENT,t.RENDERBUFFER,this.stencil),t.renderbufferStorage(t.RENDERBUFFER,t.DEPTH_STENCIL,this.width,this.height)}},i.prototype.clear=function(t,e,r,n){this.bind();var i=this.gl;i.clearColor(t,e,r,n),i.clear(i.COLOR_BUFFER_BIT|i.DEPTH_BUFFER_BIT)},i.prototype.bind=function(){var t=this.gl;t.bindFramebuffer(t.FRAMEBUFFER,this.framebuffer)},i.prototype.unbind=function(){var t=this.gl;t.bindFramebuffer(t.FRAMEBUFFER,null)},i.prototype.resize=function(t,e){var r=this.gl;this.width=t,this.height=e,this.texture&&this.texture.uploadData(null,t,e),this.stencil&&(r.bindRenderbuffer(r.RENDERBUFFER,this.stencil),r.renderbufferStorage(r.RENDERBUFFER,r.DEPTH_STENCIL,t,e))},i.prototype.destroy=function(){var t=this.gl;this.texture&&this.texture.destroy(),t.deleteFramebuffer(this.framebuffer),this.gl=null,this.stencil=null,this.texture=null},i.createRGBA=function(t,e,r,o){var s=n.fromData(t,null,e,r);s.enableNearestScaling(),s.enableWrapClamp();var a=new i(t,e,r);return a.enableTexture(s),a.unbind(),a},i.createFloat32=function(t,e,r,o){var s=new n.fromData(t,o,e,r);s.enableNearestScaling(),s.enableWrapClamp();var a=new i(t,e,r);return a.enableTexture(s),a.unbind(),a},e.exports=i},{"./GLTexture":9}],8:[function(t,e,r){var n=t("./shader/compileProgram"),i=t("./shader/extractAttributes"),o=t("./shader/extractUniforms"),s=t("./shader/setPrecision"),a=t("./shader/generateUniformAccessObject"),u=function(t,e,r,u,h){this.gl=t,u&&(e=s(e,u),r=s(r,u)),this.program=n(t,e,r,h),this.attributes=i(t,this.program),this.uniformData=o(t,this.program),this.uniforms=a(t,this.uniformData)};u.prototype.bind=function(){this.gl.useProgram(this.program)},u.prototype.destroy=function(){this.attributes=null,this.uniformData=null,this.uniforms=null,this.gl.deleteProgram(this.program)},e.exports=u},{"./shader/compileProgram":14,"./shader/extractAttributes":16,"./shader/extractUniforms":17,"./shader/generateUniformAccessObject":18,"./shader/setPrecision":22}],9:[function(t,e,r){var n=function(t,e,r,n,i){this.gl=t,this.texture=t.createTexture(),this.mipmap=!1,this.premultiplyAlpha=!1,this.width=e||-1,this.height=r||-1,this.format=n||t.RGBA,this.type=i||t.UNSIGNED_BYTE};n.prototype.upload=function(t){this.bind();var e=this.gl;e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,this.premultiplyAlpha);var r=t.videoWidth||t.width,n=t.videoHeight||t.height;n!==this.height||r!==this.width?e.texImage2D(e.TEXTURE_2D,0,this.format,this.format,this.type,t):e.texSubImage2D(e.TEXTURE_2D,0,0,0,this.format,this.type,t),this.width=r,this.height=n};var i=!1;n.prototype.uploadData=function(t,e,r){this.bind();var n=this.gl;if(t instanceof Float32Array){if(!i){if(!n.getExtension("OES_texture_float"))throw new Error("floating point textures not available");i=!0}this.type=n.FLOAT}else this.type=this.type||n.UNSIGNED_BYTE;n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,this.premultiplyAlpha),e!==this.width||r!==this.height?n.texImage2D(n.TEXTURE_2D,0,this.format,e,r,0,this.format,this.type,t||null):n.texSubImage2D(n.TEXTURE_2D,0,0,0,e,r,this.format,this.type,t||null),this.width=e,this.height=r},n.prototype.bind=function(t){var e=this.gl;void 0!==t&&e.activeTexture(e.TEXTURE0+t),e.bindTexture(e.TEXTURE_2D,this.texture)},n.prototype.unbind=function(){var t=this.gl;t.bindTexture(t.TEXTURE_2D,null)},n.prototype.minFilter=function(t){var e=this.gl;this.bind(),this.mipmap?e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,t?e.LINEAR_MIPMAP_LINEAR:e.NEAREST_MIPMAP_NEAREST):e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,t?e.LINEAR:e.NEAREST)},n.prototype.magFilter=function(t){var e=this.gl;this.bind(),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,t?e.LINEAR:e.NEAREST)},n.prototype.enableMipmap=function(){var t=this.gl;this.bind(),this.mipmap=!0,t.generateMipmap(t.TEXTURE_2D)},n.prototype.enableLinearScaling=function(){this.minFilter(!0),this.magFilter(!0)},n.prototype.enableNearestScaling=function(){this.minFilter(!1),this.magFilter(!1)},n.prototype.enableWrapClamp=function(){var t=this.gl;this.bind(),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE)},n.prototype.enableWrapRepeat=function(){var t=this.gl;this.bind(),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.REPEAT),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.REPEAT)},n.prototype.enableWrapMirrorRepeat=function(){var t=this.gl;this.bind(),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.MIRRORED_REPEAT),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.MIRRORED_REPEAT)},n.prototype.destroy=function(){this.gl.deleteTexture(this.texture)},n.fromSource=function(t,e,r){var i=new n(t);return i.premultiplyAlpha=r||!1,i.upload(e),i},n.fromData=function(t,e,r,i){var o=new n(t);return o.uploadData(e,r,i),o},e.exports=n},{}],10:[function(t,e,r){function n(t,e){if(this.nativeVaoExtension=null,n.FORCE_NATIVE||(this.nativeVaoExtension=t.getExtension("OES_vertex_array_object")||t.getExtension("MOZ_OES_vertex_array_object")||t.getExtension("WEBKIT_OES_vertex_array_object")),this.nativeState=e,this.nativeVaoExtension){this.nativeVao=this.nativeVaoExtension.createVertexArrayOES();var r=t.getParameter(t.MAX_VERTEX_ATTRIBS);this.nativeState={tempAttribState:new Array(r),attribState:new Array(r)}}this.gl=t,this.attributes=[],this.indexBuffer=null,this.dirty=!1}var i=t("./setVertexAttribArrays");n.prototype.constructor=n,e.exports=n,n.FORCE_NATIVE=!1,n.prototype.bind=function(){return this.nativeVao?(this.nativeVaoExtension.bindVertexArrayOES(this.nativeVao),this.dirty&&(this.dirty=!1,this.activate())):this.activate(),this},n.prototype.unbind=function(){return this.nativeVao&&this.nativeVaoExtension.bindVertexArrayOES(null),this},n.prototype.activate=function(){for(var t=this.gl,e=null,r=0;r=0;n--){var i=t[n];"."===i?t.splice(n,1):".."===i?(t.splice(n,1),r++):r&&(t.splice(n,1),r--)}if(e)for(;r--;r)t.unshift("..");return t}function n(t,e){if(t.filter)return t.filter(e);for(var r=[],n=0;n=-1&&!i;o--){var s=o>=0?arguments[o]:t.cwd();if("string"!=typeof s)throw new TypeError("Arguments to path.resolve must be strings");s&&(r=s+"/"+r,i="/"===s.charAt(0))}return r=e(n(r.split("/"),function(t){return!!t}),!i).join("/"),(i?"/":"")+r||"."},r.normalize=function(t){var i=r.isAbsolute(t),o="/"===s(t,-1);return t=e(n(t.split("/"),function(t){return!!t}),!i).join("/"),t||i||(t="."),t&&o&&(t+="/"),(i?"/":"")+t},r.isAbsolute=function(t){return"/"===t.charAt(0)},r.join=function(){var t=Array.prototype.slice.call(arguments,0);return r.normalize(n(t,function(t,e){if("string"!=typeof t)throw new TypeError("Arguments to path.join must be strings");return t}).join("/"))},r.relative=function(t,e){function n(t){for(var e=0;e=0&&""===t[r];r--);return e>r?[]:t.slice(e,r-e+1)}t=r.resolve(t).substr(1),e=r.resolve(e).substr(1);for(var i=n(t.split("/")),o=n(e.split("/")),s=Math.min(i.length,o.length),a=s,u=0;u1)for(var r=1;r1&&(n=r[0]+"@",t=r[1]),t=t.replace(D,"."),n+s(t.split("."),e).join(".")}function u(t){for(var e,r,n=[],i=0,o=t.length;i=55296&&e<=56319&&i65535&&(t-=65536,e+=k(t>>>10&1023|55296),t=56320|1023&t),e+=k(t)}).join("")}function l(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function c(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function d(t,e,r){var n=0;for(t=r?N(t/P):t>>1,t+=N(t/e);t>F*S>>1;n+=w)t=N(t/F);return N(n+(F+1)*t/(t+O))}function f(t){var e,r,n,i,s,a,u,c,f,p,v=[],y=t.length,g=0,m=C,_=M;for(r=t.lastIndexOf(R),r<0&&(r=0),n=0;n=128&&o("not-basic"),v.push(t.charCodeAt(n));for(i=r>0?r+1:0;i=y&&o("invalid-input"),c=l(t.charCodeAt(i++)),(c>=w||c>N((T-g)/a))&&o("overflow"),g+=c*a,f=u<=_?E:u>=_+S?S:u-_,!(cN(T/p)&&o("overflow"),a*=p;e=v.length+1,_=d(g-s,e,0==s),N(g/e)>T-m&&o("overflow"),m+=N(g/e),g%=e,v.splice(g++,0,m)}return h(v)}function p(t){var e,r,n,i,s,a,h,l,f,p,v,y,g,m,_,b=[];for(t=u(t),y=t.length,e=C,r=0,s=M,a=0;a=e&&vN((T-r)/g)&&o("overflow"),r+=(h-e)*g,e=h,a=0;aT&&o("overflow"),v==e){for(l=r,f=w;p=f<=s?E:f>=s+S?S:f-s,!(l= 0x80 (not a basic code point)","invalid-input":"Invalid input"},F=w-E,N=Math.floor,k=String.fromCharCode;if(b={version:"1.4.1",ucs2:{decode:u,encode:h},decode:f,encode:p,toASCII:y,toUnicode:v},"function"==typeof t&&"object"==typeof t.amd&&t.amd)t("punycode",function(){return b});else if(g&&m)if(r.exports==g)m.exports=b;else for(x in b)b.hasOwnProperty(x)&&(g[x]=b[x]);else i.punycode=b}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],26:[function(t,e,r){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.exports=function(t,e,r,o){e=e||"&",r=r||"=";var s={};if("string"!=typeof t||0===t.length)return s;t=t.split(e);var a=1e3;o&&"number"==typeof o.maxKeys&&(a=o.maxKeys);var u=t.length;a>0&&u>a&&(u=a);for(var h=0;h=0?(l=p.substr(0,v),c=p.substr(v+1)):(l=p,c=""),d=decodeURIComponent(l),f=decodeURIComponent(c),n(s,d)?i(s[d])?s[d].push(f):s[d]=[s[d],f]:s[d]=f}return s};var i=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},{}],27:[function(t,e,r){"use strict";function n(t,e){if(t.map)return t.map(e);for(var r=[],n=0;n",'"',"`"," ","\r","\n","\t"],p=["{","}","|","\\","^","`"].concat(f),v=["'"].concat(p),y=["%","/","?",";","#"].concat(v),g=["/","?","#"],m={javascript:!0,"javascript:":!0},_={javascript:!0,"javascript:":!0},b={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},x=t("querystring");n.prototype.parse=function(t,e,r){if(!h.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var n=t.indexOf("?"),i=-1!==n&&n127?A+="x":A+=R[I];if(!A.match(/^[+a-z0-9A-Z_-]{0,63}$/)){var L=M.slice(0,w),F=M.slice(w+1),N=R.match(/^([+a-z0-9A-Z_-]{0,63})(.*)$/);N&&(L.push(N[1]),F.unshift(N[2])),F.length&&(s="/"+F.join(".")+s),this.hostname=L.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),P||(this.hostname=u.toASCII(this.hostname));var k=this.port?":"+this.port:"",j=this.hostname||"";this.host=j+k,this.href+=this.host,P&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==s[0]&&(s="/"+s))}if(!m[f])for(var w=0,C=v.length;w0)&&r.host.split("@");S&&(r.auth=S.shift(),r.host=r.hostname=S.shift())}return r.search=t.search,r.query=t.query,h.isNull(r.pathname)&&h.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!w.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var O=w.slice(-1)[0],P=(r.host||t.host||w.length>1)&&("."===O||".."===O)||""===O,M=0,C=w.length;C>=0;C--)O=w[C],"."===O?w.splice(C,1):".."===O?(w.splice(C,1),M++):M&&(w.splice(C,1),M--);if(!x&&!T)for(;M--;M)w.unshift("..");!x||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),P&&"/"!==w.join("/").substr(-1)&&w.push("");var R=""===w[0]||w[0]&&"/"===w[0].charAt(0);if(E){r.hostname=r.host=R?"":w.length?w.shift():"";var S=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@");S&&(r.auth=S.shift(),r.host=r.hostname=S.shift())}return x=x||r.host&&w.length,x&&!R&&w.unshift(""),w.length?r.pathname=w.join("/"):(r.pathname=null,r.path=null),h.isNull(r.pathname)&&h.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=t.auth||r.auth,r.slashes=r.slashes||t.slashes,r.href=r.format(),r},n.prototype.parseHost=function(){var t=this.host,e=c.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},{"./util":30,punycode:25,querystring:28}],30:[function(t,e,r){"use strict";e.exports={isString:function(t){return"string"==typeof t},isObject:function(t){return"object"==typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},{}],31:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s=t("mini-signals"),a=n(s),u=t("parse-uri"),h=n(u),l=t("./async"),c=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(l),d=t("./Resource"),f=n(d),p=/(#[\w-]+)?$/,v=function(){function t(){var e=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:10;i(this,t),this.baseUrl=r,this.progress=0,this.loading=!1,this.defaultQueryString="",this._beforeMiddleware=[],this._afterMiddleware=[],this._resourcesParsing=[],this._boundLoadResource=function(t,r){return e._loadResource(t,r)},this._queue=c.queue(this._boundLoadResource,n),this._queue.pause(),this.resources={},this.onProgress=new a.default,this.onError=new a.default,this.onLoad=new a.default,this.onStart=new a.default,this.onComplete=new a.default}return t.prototype.add=function(t,e,r,n){if(Array.isArray(t)){for(var i=0;i0?n=200:1223===n&&(n=204),2!=(n/100|0))return void this.abort("["+e.status+"] "+e.statusText+": "+e.responseURL);if(this.xhrType===t.XHR_RESPONSE_TYPE.TEXT)this.data=r,this.type=t.TYPE.TEXT;else if(this.xhrType===t.XHR_RESPONSE_TYPE.JSON)try{this.data=JSON.parse(r),this.type=t.TYPE.JSON}catch(t){return void this.abort("Error trying to parse loaded json: "+t)}else if(this.xhrType===t.XHR_RESPONSE_TYPE.DOCUMENT)try{if(window.DOMParser){var i=new DOMParser;this.data=i.parseFromString(r,"text/xml")}else{var o=document.createElement("div");o.innerHTML=r,this.data=o}this.type=t.TYPE.XML}catch(t){return void this.abort("Error trying to parse loaded xml: "+t)}else this.data=e.response||r;this.complete()},t.prototype._determineCrossOrigin=function(t,e){if(0===t.indexOf("data:"))return"";e=e||window.location,p||(p=document.createElement("a")),p.href=t,t=(0,l.default)(p.href,{strictMode:!0});var r=!t.port&&""===e.port||t.port===e.port,n=t.protocol?t.protocol+":":"";return t.host===e.hostname&&r&&n===e.protocol?"":"anonymous"},t.prototype._determineXhrType=function(){return t._xhrTypeMap[this.extension]||t.XHR_RESPONSE_TYPE.TEXT},t.prototype._determineLoadType=function(){return t._loadTypeMap[this.extension]||t.LOAD_TYPE.XHR},t.prototype._getExtension=function(){var t=this.url,e="";if(this.isDataUrl){var r=t.indexOf("/");e=t.substring(r+1,t.indexOf(";",r))}else{var n=t.indexOf("?");-1!==n&&(t=t.substring(0,n)),e=t.substring(t.lastIndexOf(".")+1)}return e.toLowerCase()},t.prototype._getMimeFromXhrType=function(e){switch(e){case t.XHR_RESPONSE_TYPE.BUFFER:return"application/octet-binary";case t.XHR_RESPONSE_TYPE.BLOB:return"application/blob";case t.XHR_RESPONSE_TYPE.DOCUMENT:return"application/xml";case t.XHR_RESPONSE_TYPE.JSON:return"application/json";case t.XHR_RESPONSE_TYPE.DEFAULT:case t.XHR_RESPONSE_TYPE.TEXT:default:return"text/plain"}},u(t,[{key:"isDataUrl",get:function(){return this._hasFlag(t.STATUS_FLAGS.DATA_URL)}},{key:"isComplete",get:function(){return this._hasFlag(t.STATUS_FLAGS.COMPLETE)}},{key:"isLoading",get:function(){return this._hasFlag(t.STATUS_FLAGS.LOADING)}}]),t}();r.default=v,v.STATUS_FLAGS={NONE:0,DATA_URL:1,COMPLETE:2,LOADING:4},v.TYPE={UNKNOWN:0,JSON:1,XML:2,IMAGE:3,AUDIO:4,VIDEO:5,TEXT:6},v.LOAD_TYPE={XHR:1,IMAGE:2,AUDIO:3,VIDEO:4},v.XHR_RESPONSE_TYPE={DEFAULT:"text",BUFFER:"arraybuffer",BLOB:"blob",DOCUMENT:"document",JSON:"json",TEXT:"text"},v._loadTypeMap={gif:v.LOAD_TYPE.IMAGE,png:v.LOAD_TYPE.IMAGE,bmp:v.LOAD_TYPE.IMAGE,jpg:v.LOAD_TYPE.IMAGE,jpeg:v.LOAD_TYPE.IMAGE,tif:v.LOAD_TYPE.IMAGE,tiff:v.LOAD_TYPE.IMAGE,webp:v.LOAD_TYPE.IMAGE,tga:v.LOAD_TYPE.IMAGE,svg:v.LOAD_TYPE.IMAGE,"svg+xml":v.LOAD_TYPE.IMAGE,mp3:v.LOAD_TYPE.AUDIO,ogg:v.LOAD_TYPE.AUDIO,wav:v.LOAD_TYPE.AUDIO,mp4:v.LOAD_TYPE.VIDEO,webm:v.LOAD_TYPE.VIDEO},v._xhrTypeMap={xhtml:v.XHR_RESPONSE_TYPE.DOCUMENT,html:v.XHR_RESPONSE_TYPE.DOCUMENT,htm:v.XHR_RESPONSE_TYPE.DOCUMENT,xml:v.XHR_RESPONSE_TYPE.DOCUMENT,tmx:v.XHR_RESPONSE_TYPE.DOCUMENT,svg:v.XHR_RESPONSE_TYPE.DOCUMENT,tsx:v.XHR_RESPONSE_TYPE.DOCUMENT,gif:v.XHR_RESPONSE_TYPE.BLOB,png:v.XHR_RESPONSE_TYPE.BLOB,bmp:v.XHR_RESPONSE_TYPE.BLOB,jpg:v.XHR_RESPONSE_TYPE.BLOB,jpeg:v.XHR_RESPONSE_TYPE.BLOB,tif:v.XHR_RESPONSE_TYPE.BLOB,tiff:v.XHR_RESPONSE_TYPE.BLOB,webp:v.XHR_RESPONSE_TYPE.BLOB,tga:v.XHR_RESPONSE_TYPE.BLOB,json:v.XHR_RESPONSE_TYPE.JSON,text:v.XHR_RESPONSE_TYPE.TEXT,txt:v.XHR_RESPONSE_TYPE.TEXT,ttf:v.XHR_RESPONSE_TYPE.BUFFER,otf:v.XHR_RESPONSE_TYPE.BUFFER},v.EMPTY_GIF="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="},{"mini-signals":37,"parse-uri":38}],33:[function(t,e,r){"use strict";function n(){}function i(t,e,r){var n=0,i=t.length;!function o(s){if(s||n===i)return void(r&&r(s));e(t[n++],o)}()}function o(t){return function(){if(null===t)throw new Error("Callback was already called.");var e=t;t=null,e.apply(this,arguments)}}function s(t,e){function r(t,e,r){if(null!=r&&"function"!=typeof r)throw new Error("task callback must be a function");if(a.started=!0,null==t&&a.idle())return void setTimeout(function(){return a.drain()},1);var i={data:t,callback:"function"==typeof r?r:n};e?a._tasks.unshift(i):a._tasks.push(i),setTimeout(function(){return a.process()},1)}function i(t){return function(){s-=1,t.callback.apply(t,arguments),null!=arguments[0]&&a.error(arguments[0],t.data),s<=a.concurrency-a.buffer&&a.unsaturated(),a.idle()&&a.drain(),a.process()}}if(null==e)e=1;else if(0===e)throw new Error("Concurrency must not be zero");var s=0,a={_tasks:[],concurrency:e,saturated:n,unsaturated:n,buffer:e/4,empty:n,drain:n,error:n,started:!1,paused:!1,push:function(t,e){r(t,!1,e)},kill:function(){s=0,a.drain=n,a.started=!1,a._tasks=[]},unshift:function(t,e){r(t,!0,e)},process:function(){for(;!a.paused&&s>2,o[1]=(3&n[0])<<4|n[1]>>4,o[2]=(15&n[1])<<2|n[2]>>6,o[3]=63&n[2];switch(r-(t.length-1)){case 2:o[3]=64,o[2]=64;break;case 1:o[3]=64}for(var a=0;a=0;r--)this.updateAccessibleObjects(e[r])}},t.prototype.update=function(){if(this.renderer.renderingToScreen){this.updateAccessibleObjects(this.renderer._lastObjectRendered);var t=this.renderer.view.getBoundingClientRect(),e=t.width/this.renderer.width,r=t.height/this.renderer.height,n=this.div;n.style.left=t.left+"px",n.style.top=t.top+"px",n.style.width=this.renderer.width+"px",n.style.height=this.renderer.height+"px";for(var i=0;ithis.renderer.width&&(t.width=this.renderer.width-t.x),t.y+t.height>this.renderer.height&&(t.height=this.renderer.height-t.y)},t.prototype.addChild=function(t){var e=this.pool.pop();e||(e=document.createElement("button"),e.style.width=c+"px",e.style.height=c+"px",e.style.backgroundColor=this.debug?"rgba(255,0,0,0.5)":"transparent",e.style.position="absolute",e.style.zIndex=p,e.style.borderStyle="none",e.addEventListener("click",this._onClick.bind(this)),e.addEventListener("focus",this._onFocus.bind(this)),e.addEventListener("focusout",this._onFocusOut.bind(this))),t.accessibleTitle?e.title=t.accessibleTitle:t.accessibleTitle||t.accessibleHint||(e.title="displayObject "+this.tabIndex),t.accessibleHint&&e.setAttribute("aria-label",t.accessibleHint),t._accessibleActive=!0,t._accessibleDiv=e,e.displayObject=t,this.children.push(t),this.div.appendChild(t._accessibleDiv),t._accessibleDiv.tabIndex=t.tabIndex},t.prototype._onClick=function(t){var e=this.renderer.plugins.interaction;e.dispatchEvent(t.target.displayObject,"click",e.eventData)},t.prototype._onFocus=function(t){var e=this.renderer.plugins.interaction;e.dispatchEvent(t.target.displayObject,"mouseover",e.eventData)},t.prototype._onFocusOut=function(t){var e=this.renderer.plugins.interaction;e.dispatchEvent(t.target.displayObject,"mouseout",e.eventData)},t.prototype._onKeyDown=function(t){9===t.keyCode&&this.activate()},t.prototype._onMouseMove=function(){this.deactivate()},t.prototype.destroy=function(){this.div=null;for(var t=0;t]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*>/i,r.SHAPES={POLY:0,RECT:1,CIRC:2,ELIP:3,RREC:4},r.PRECISION={LOW:"lowp",MEDIUM:"mediump",HIGH:"highp"},r.TRANSFORM_MODE={STATIC:0,DYNAMIC:1},r.TEXT_GRADIENT={LINEAR_VERTICAL:0,LINEAR_HORIZONTAL:1},r.UPDATE_PRIORITY={INTERACTION:50,HIGH:25,NORMAL:0,LOW:-25,UTILITY:-50}},{}],46:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../math"),o=function(){function t(){n(this,t),this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,this.rect=null}return t.prototype.isEmpty=function(){return this.minX>this.maxX||this.minY>this.maxY},t.prototype.clear=function(){this.updateID++,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0},t.prototype.getRectangle=function(t){return this.minX>this.maxX||this.minY>this.maxY?i.Rectangle.EMPTY:(t=t||new i.Rectangle(0,0,1,1),t.x=this.minX,t.y=this.minY,t.width=this.maxX-this.minX,t.height=this.maxY-this.minY,t)},t.prototype.addPoint=function(t){this.minX=Math.min(this.minX,t.x),this.maxX=Math.max(this.maxX,t.x),this.minY=Math.min(this.minY,t.y),this.maxY=Math.max(this.maxY,t.y)},t.prototype.addQuad=function(t){var e=this.minX,r=this.minY,n=this.maxX,i=this.maxY,o=t[0],s=t[1];e=on?o:n,i=s>i?s:i,o=t[2],s=t[3],e=on?o:n,i=s>i?s:i,o=t[4],s=t[5],e=on?o:n,i=s>i?s:i,o=t[6],s=t[7],e=on?o:n,i=s>i?s:i,this.minX=e,this.minY=r,this.maxX=n,this.maxY=i},t.prototype.addFrame=function(t,e,r,n,i){var o=t.worldTransform,s=o.a,a=o.b,u=o.c,h=o.d,l=o.tx,c=o.ty,d=this.minX,f=this.minY,p=this.maxX,v=this.maxY,y=s*e+u*r+l,g=a*e+h*r+c;d=yp?y:p,v=g>v?g:v,y=s*n+u*r+l,g=a*n+h*r+c,d=yp?y:p,v=g>v?g:v,y=s*e+u*i+l,g=a*e+h*i+c,d=yp?y:p,v=g>v?g:v,y=s*n+u*i+l,g=a*n+h*i+c,d=yp?y:p,v=g>v?g:v,this.minX=d,this.minY=f,this.maxX=p,this.maxY=v},t.prototype.addVertices=function(t,e,r,n){for(var i=t.worldTransform,o=i.a,s=i.b,a=i.c,u=i.d,h=i.tx,l=i.ty,c=this.minX,d=this.minY,f=this.maxX,p=this.maxY,v=r;vf?m:f,p=_>p?_:p}this.minX=c,this.minY=d,this.maxX=f,this.maxY=p},t.prototype.addBounds=function(t){var e=this.minX,r=this.minY,n=this.maxX,i=this.maxY;this.minX=t.minXn?t.maxX:n,this.maxY=t.maxY>i?t.maxY:i},t.prototype.addBoundsMask=function(t,e){var r=t.minX>e.minX?t.minX:e.minX,n=t.minY>e.minY?t.minY:e.minY,i=t.maxXu?i:u,this.maxY=o>h?o:h}},t.prototype.addBoundsArea=function(t,e){var r=t.minX>e.x?t.minX:e.x,n=t.minY>e.y?t.minY:e.y,i=t.maxXu?i:u,this.maxY=o>h?o:h}},t}();r.default=o},{"../math":69}],47:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=function(){function t(t,e){for(var r=0;r1)for(var r=0;rthis.children.length)throw new Error(t+"addChildAt: The index "+e+" supplied is out of bounds "+this.children.length);return t.parent&&t.parent.removeChild(t),t.parent=this,t.transform._parentID=-1,this.children.splice(e,0,t),this._boundsID++,this.onChildrenChange(e),t.emit("added",this),t},e.prototype.swapChildren=function(t,e){if(t!==e){var r=this.getChildIndex(t),n=this.getChildIndex(e);this.children[r]=e,this.children[n]=t,this.onChildrenChange(r=this.children.length)throw new Error("The supplied index is out of bounds");var r=this.getChildIndex(t);(0,a.removeItems)(this.children,r,1),this.children.splice(e,0,t),this.onChildrenChange(e)},e.prototype.getChildAt=function(t){if(t<0||t>=this.children.length)throw new Error("getChildAt: Index ("+t+") does not exist.");return this.children[t]},e.prototype.removeChild=function(t){var e=arguments.length;if(e>1)for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:0,e=arguments[1],r=t,n="number"==typeof e?e:this.children.length,i=n-r,o=void 0;if(i>0&&i<=n){o=this.children.splice(r,i);for(var s=0;s2&&void 0!==arguments[2]&&arguments[2]||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.apply(t,e)},e.prototype.toLocal=function(t,e,r,n){return e&&(t=e.toGlobal(t,r,n)),n||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.applyInverse(t,r)},e.prototype.renderWebGL=function(t){},e.prototype.renderCanvas=function(t){},e.prototype.setParent=function(t){if(!t||!t.addChild)throw new Error("setParent: Argument must be a Container");return t.addChild(this),t},e.prototype.setTransform=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,s=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,u=arguments.length>8&&void 0!==arguments[8]?arguments[8]:0;return this.position.x=t,this.position.y=e,this.scale.x=r||1,this.scale.y=n||1,this.rotation=i,this.skew.x=o,this.skew.y=s,this.pivot.x=a,this.pivot.y=u,this},e.prototype.destroy=function(){this.removeAllListeners(),this.parent&&this.parent.removeChild(this),this.transform=null,this.parent=null,this._bounds=null,this._currentBounds=null,this._mask=null,this.filterArea=null,this.interactive=!1,this.interactiveChildren=!1,this._destroyed=!0},a(e,[{key:"_tempDisplayObjectParent",get:function(){return null===this.tempDisplayObjectParent&&(this.tempDisplayObjectParent=new e),this.tempDisplayObjectParent}},{key:"x",get:function(){return this.position.x},set:function(t){this.transform.position.x=t}},{key:"y",get:function(){return this.position.y},set:function(t){this.transform.position.y=t}},{key:"worldTransform",get:function(){return this.transform.worldTransform}},{key:"localTransform",get:function(){return this.transform.localTransform}},{key:"position",get:function(){return this.transform.position},set:function(t){this.transform.position.copy(t)}},{key:"scale",get:function(){return this.transform.scale},set:function(t){this.transform.scale.copy(t)}},{key:"pivot",get:function(){return this.transform.pivot},set:function(t){this.transform.pivot.copy(t)}},{key:"skew",get:function(){return this.transform.skew},set:function(t){this.transform.skew.copy(t)}},{key:"rotation",get:function(){return this.transform.rotation},set:function(t){this.transform.rotation=t}},{key:"worldVisible",get:function(){var t=this;do{if(!t.visible)return!1;t=t.parent}while(t);return!0}},{key:"mask",get:function(){return this._mask},set:function(t){this._mask&&(this._mask.renderable=!0),this._mask=t,this._mask&&(this._mask.renderable=!1)}},{key:"filters",get:function(){return this._filters&&this._filters.slice()},set:function(t){this._filters=t&&t.slice()}}]),e}(h.default);r.default=b,b.prototype.displayObjectUpdateTransform=b.prototype.updateTransform},{"../const":45,"../math":69,"../settings":100,"./Bounds":46,"./Transform":49,"./TransformStatic":51,eventemitter3:3}],49:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]&&arguments[0];i(this,e);var n=o(this,t.call(this));return n.fillAlpha=1,n.lineWidth=0,n.nativeLines=r,n.lineColor=0,n.graphicsData=[],n.tint=16777215,n._prevTint=16777215,n.blendMode=_.BLEND_MODES.NORMAL,n.currentPath=null,n._webGL={},n.isMask=!1,n.boundsPadding=0,n._localBounds=new x.default,n.dirty=0,n.fastRectDirty=-1,n.clearDirty=0,n.boundsDirty=-1,n.cachedSpriteDirty=!1,n._spriteRect=null,n._fastRect=!1,n}return s(e,t),e.prototype.clone=function(){var t=new e;t.renderable=this.renderable,t.fillAlpha=this.fillAlpha,t.lineWidth=this.lineWidth,t.lineColor=this.lineColor,t.tint=this.tint,t.blendMode=this.blendMode,t.isMask=this.isMask,t.boundsPadding=this.boundsPadding,t.dirty=0,t.cachedSpriteDirty=this.cachedSpriteDirty;for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;if(this.lineWidth=t,this.lineColor=e,this.lineAlpha=r,this.currentPath)if(this.currentPath.shape.points.length){var n=new g.Polygon(this.currentPath.shape.points.slice(-2));n.closed=!1,this.drawShape(n)}else this.currentPath.lineWidth=this.lineWidth,this.currentPath.lineColor=this.lineColor,this.currentPath.lineAlpha=this.lineAlpha;return this},e.prototype.moveTo=function(t,e){var r=new g.Polygon([t,e]);return r.closed=!1,this.drawShape(r),this},e.prototype.lineTo=function(t,e){return this.currentPath.shape.points.push(t,e),this.dirty++,this},e.prototype.quadraticCurveTo=function(t,e,r,n){this.currentPath?0===this.currentPath.shape.points.length&&(this.currentPath.shape.points=[0,0]):this.moveTo(0,0);var i=this.currentPath.shape.points,o=0,s=0;0===i.length&&this.moveTo(0,0);for(var a=i[i.length-2],u=i[i.length-1],h=1;h<=20;++h){var l=h/20;o=a+(t-a)*l,s=u+(e-u)*l,i.push(o+(t+(r-t)*l-o)*l,s+(e+(n-e)*l-s)*l)}return this.dirty++,this},e.prototype.bezierCurveTo=function(t,e,r,n,i,o){this.currentPath?0===this.currentPath.shape.points.length&&(this.currentPath.shape.points=[0,0]):this.moveTo(0,0);var s=this.currentPath.shape.points,a=s[s.length-2],u=s[s.length-1];return s.length-=2,(0,w.default)(a,u,t,e,r,n,i,o,s),this.dirty++,this},e.prototype.arcTo=function(t,e,r,n,i){this.currentPath?0===this.currentPath.shape.points.length&&this.currentPath.shape.points.push(t,e):this.moveTo(t,e);var o=this.currentPath.shape.points,s=o[o.length-2],a=o[o.length-1],u=a-e,h=s-t,l=n-e,c=r-t,d=Math.abs(u*c-h*l);if(d<1e-8||0===i)o[o.length-2]===t&&o[o.length-1]===e||o.push(t,e);else{var f=u*u+h*h,p=l*l+c*c,v=u*l+h*c,y=i*Math.sqrt(f)/d,g=i*Math.sqrt(p)/d,m=y*v/f,_=g*v/p,b=y*c+g*h,x=y*l+g*u,T=h*(g+m),w=u*(g+m),E=c*(y+_),S=l*(y+_),O=Math.atan2(w-x,T-b),P=Math.atan2(S-x,E-b);this.arc(b+t,x+e,i,O,P,h*l>c*u)}return this.dirty++,this},e.prototype.arc=function(t,e,r,n,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(n===i)return this;!o&&i<=n?i+=2*Math.PI:o&&n<=i&&(n+=2*Math.PI);var s=i-n,a=40*Math.ceil(Math.abs(s)/(2*Math.PI));if(0===s)return this;var u=t+Math.cos(n)*r,h=e+Math.sin(n)*r,l=this.currentPath?this.currentPath.shape.points:null;l?l[l.length-2]===u&&l[l.length-1]===h||l.push(u,h):(this.moveTo(u,h),l=this.currentPath.shape.points);for(var c=s/(2*a),d=2*c,f=Math.cos(c),p=Math.sin(c),v=a-1,y=v%1/v,g=0;g<=v;++g){var m=g+y*g,_=c+n+d*m,b=Math.cos(_),x=-Math.sin(_);l.push((f*b+p*x)*r+t,(f*-x+p*b)*r+e)}return this.dirty++,this},e.prototype.beginFill=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return this.filling=!0,this.fillColor=t,this.fillAlpha=e,this.currentPath&&this.currentPath.shape.points.length<=2&&(this.currentPath.fill=this.filling,this.currentPath.fillColor=this.fillColor,this.currentPath.fillAlpha=this.fillAlpha),this},e.prototype.endFill=function(){return this.filling=!1,this.fillColor=null,this.fillAlpha=1,this},e.prototype.drawRect=function(t,e,r,n){return this.drawShape(new g.Rectangle(t,e,r,n)),this},e.prototype.drawRoundedRect=function(t,e,r,n,i){return this.drawShape(new g.RoundedRectangle(t,e,r,n,i)),this},e.prototype.drawCircle=function(t,e,r){return this.drawShape(new g.Circle(t,e,r)),this},e.prototype.drawEllipse=function(t,e,r,n){return this.drawShape(new g.Ellipse(t,e,r,n)),this},e.prototype.drawPolygon=function(t){var e=t,r=!0;if(e instanceof g.Polygon&&(r=e.closed,e=e.points),!Array.isArray(e)){e=new Array(arguments.length);for(var n=0;n0)&&(this.lineWidth=0,this.filling=!1,this.boundsDirty=-1,this.dirty++,this.clearDirty++,this.graphicsData.length=0),this.currentPath=null,this._spriteRect=null,this},e.prototype.isFastRect=function(){return 1===this.graphicsData.length&&this.graphicsData[0].shape.type===_.SHAPES.RECT&&!this.graphicsData[0].lineWidth},e.prototype._renderWebGL=function(t){this.dirty!==this.fastRectDirty&&(this.fastRectDirty=this.dirty,this._fastRect=this.isFastRect()),this._fastRect?this._renderSpriteRect(t):(t.setObjectRenderer(t.plugins.graphics),t.plugins.graphics.render(this))},e.prototype._renderSpriteRect=function(t){var e=this.graphicsData[0].shape;this._spriteRect||(this._spriteRect=new y.default(new d.default(d.default.WHITE)));var r=this._spriteRect;if(16777215===this.tint)r.tint=this.graphicsData[0].fillColor;else{var n=C,i=R;(0,m.hex2rgb)(this.graphicsData[0].fillColor,n),(0,m.hex2rgb)(this.tint,i),n[0]*=i[0],n[1]*=i[1],n[2]*=i[2],r.tint=(0,m.rgb2hex)(n)}r.alpha=this.graphicsData[0].fillAlpha,r.worldAlpha=this.worldAlpha*r.alpha,r.blendMode=this.blendMode,r._texture._frame.width=e.width,r._texture._frame.height=e.height,r.transform.worldTransform=this.transform.worldTransform,r.anchor.set(-e.x/e.width,-e.y/e.height),r._onAnchorUpdate(),r._renderWebGL(t)},e.prototype._renderCanvas=function(t){!0!==this.isMask&&t.plugins.graphics.render(this)},e.prototype._calculateBounds=function(){this.boundsDirty!==this.dirty&&(this.boundsDirty=this.dirty,this.updateLocalBounds(),this.cachedSpriteDirty=!0);var t=this._localBounds;this._bounds.addFrame(this.transform,t.minX,t.minY,t.maxX,t.maxY)},e.prototype.containsPoint=function(t){this.worldTransform.applyInverse(t,M);for(var e=this.graphicsData,r=0;re?o+a:e,r=sn?s+u:n;else if(c===_.SHAPES.CIRC)o=i.x,s=i.y,a=i.radius+d/2,u=i.radius+d/2,t=o-ae?o+a:e,r=s-un?s+u:n;else if(c===_.SHAPES.ELIP)o=i.x,s=i.y,a=i.width+d/2,u=i.height+d/2,t=o-ae?o+a:e,r=s-un?s+u:n;else for(var f=i.points,p=0,v=0,y=0,g=0,m=0,b=0,x=0,T=0,w=0;w+2e?x+m:e,r=T-bn?T+b:n)}else t=0,e=0,r=0,n=0;var E=this.boundsPadding;this._localBounds.minX=t-E,this._localBounds.maxX=e+2*E,this._localBounds.minY=r-E,this._localBounds.maxY=n+2*E},e.prototype.drawShape=function(t){this.currentPath&&this.currentPath.shape.points.length<=2&&this.graphicsData.pop(),this.currentPath=null;var e=new p.default(this.lineWidth,this.lineColor,this.lineAlpha,this.fillColor,this.fillAlpha,this.filling,this.nativeLines,t);return this.graphicsData.push(e),e.type===_.SHAPES.POLY&&(e.shape.closed=e.shape.closed||this.filling,this.currentPath=e),this.dirty++,e},e.prototype.generateCanvasTexture=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=this.getLocalBounds(),n=l.default.create(r.width,r.height,t,e);O||(O=new S.default),this.transform.updateLocalTransform(),this.transform.localTransform.copy(P),P.invert(),P.tx-=r.x,P.ty-=r.y,O.render(this,n,!0,P);var i=d.default.fromCanvas(n.baseTexture._canvasRenderTarget.canvas,t,"graphics");return i.baseTexture.resolution=e,i.baseTexture.update(),i},e.prototype.closePath=function(){var t=this.currentPath;return t&&t.shape&&t.shape.close(),this},e.prototype.addHole=function(){var t=this.graphicsData.pop();return this.currentPath=this.graphicsData[this.graphicsData.length-1],this.currentPath.addHole(t.shape),this.currentPath=null,this},e.prototype.destroy=function(e){t.prototype.destroy.call(this,e);for(var r=0;rM?M:P,r.beginPath(),r.moveTo(w,E+P),r.lineTo(w,E+O-P),r.quadraticCurveTo(w,E+O,w+P,E+O),r.lineTo(w+S-P,E+O),r.quadraticCurveTo(w+S,E+O,w+S,E+O-P),r.lineTo(w+S,E+P),r.quadraticCurveTo(w+S,E,w+S-P,E),r.lineTo(w+P,E),r.quadraticCurveTo(w,E,w,E+P),r.closePath(),(u.fillColor||0===u.fillColor)&&(r.globalAlpha=u.fillAlpha*n,r.fillStyle="#"+("00000"+(0|l).toString(16)).substr(-6),r.fill()),u.lineWidth&&(r.globalAlpha=u.lineAlpha*n,r.strokeStyle="#"+("00000"+(0|c).toString(16)).substr(-6),r.stroke())}}},t.prototype.updateGraphicsTint=function(t){t._prevTint=t.tint;for(var e=(t.tint>>16&255)/255,r=(t.tint>>8&255)/255,n=(255&t.tint)/255,i=0;i>16&255)/255*e*255<<16)+((s>>8&255)/255*r*255<<8)+(255&s)/255*n*255,o._lineTint=((a>>16&255)/255*e*255<<16)+((a>>8&255)/255*r*255<<8)+(255&a)/255*n*255}},t.prototype.renderPolygon=function(t,e,r){r.moveTo(t[0],t[1]);for(var n=1;n8&&void 0!==arguments[8]?arguments[8]:[],h=0,l=0,c=0,d=0,f=0;u.push(t,e);for(var p=1,v=0;p<=20;++p)v=p/20,h=1-v,l=h*h,c=l*h,d=v*v,f=d*v,u.push(c*t+3*l*v*r+3*h*d*i+f*s,c*e+3*l*v*n+3*h*d*o+f*a);return u}r.__esModule=!0,r.default=n},{}],56:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=t("../../utils"),u=t("../../const"),h=t("../../renderers/webgl/utils/ObjectRenderer"),l=n(h),c=t("../../renderers/webgl/WebGLRenderer"),d=n(c),f=t("./WebGLGraphicsData"),p=n(f),v=t("./shaders/PrimitiveShader"),y=n(v),g=t("./utils/buildPoly"),m=n(g),_=t("./utils/buildRectangle"),b=n(_),x=t("./utils/buildRoundedRectangle"),T=n(x),w=t("./utils/buildCircle"),E=n(w),S=function(t){function e(r){i(this,e);var n=o(this,t.call(this,r));return n.graphicsDataPool=[],n.primitiveShader=null,n.gl=r.gl,n.CONTEXT_UID=0,n}return s(e,t),e.prototype.onContextChange=function(){this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.primitiveShader=new y.default(this.gl)},e.prototype.destroy=function(){l.default.prototype.destroy.call(this);for(var t=0;t32e4)&&(n=this.graphicsDataPool.pop()||new p.default(this.renderer.gl,this.primitiveShader,this.renderer.state.attribsState),n.nativeLines=r,n.reset(e),t.data.push(n)),n.dirty=!0,n},e}(l.default);r.default=S,d.default.registerPlugin("graphics",S)},{"../../const":45,"../../renderers/webgl/WebGLRenderer":83,"../../renderers/webgl/utils/ObjectRenderer":93,"../../utils":123,"./WebGLGraphicsData":57,"./shaders/PrimitiveShader":58,"./utils/buildCircle":59,"./utils/buildPoly":61,"./utils/buildRectangle":62,"./utils/buildRoundedRectangle":63}],57:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("pixi-gl-core"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=function(){function t(e,r,i){n(this,t),this.gl=e,this.color=[0,0,0],this.points=[],this.indices=[],this.buffer=o.default.GLBuffer.createVertexBuffer(e),this.indexBuffer=o.default.GLBuffer.createIndexBuffer(e),this.dirty=!0,this.nativeLines=!1,this.glPoints=null,this.glIndices=null,this.shader=r,this.vao=new o.default.VertexArrayObject(e,i).addIndex(this.indexBuffer).addAttribute(this.buffer,r.attributes.aVertexPosition,e.FLOAT,!1,24,0).addAttribute(this.buffer,r.attributes.aColor,e.FLOAT,!1,24,8)}return t.prototype.reset=function(){this.points.length=0,this.indices.length=0},t.prototype.upload=function(){this.glPoints=new Float32Array(this.points),this.buffer.upload(this.glPoints),this.glIndices=new Uint16Array(this.indices),this.indexBuffer.upload(this.glIndices),this.dirty=!1},t.prototype.destroy=function(){this.color=null,this.points=null,this.indices=null,this.vao.destroy(),this.buffer.destroy(),this.indexBuffer.destroy(),this.gl=null,this.buffer=null,this.indexBuffer=null,this.glPoints=null,this.glIndices=null},t}();r.default=s},{"pixi-gl-core":12}],58:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=t("../../../Shader"),a=function(t){return t&&t.__esModule?t:{default:t}}(s),u=function(t){function e(r){return n(this,e),i(this,t.call(this,r,["attribute vec2 aVertexPosition;","attribute vec4 aColor;","uniform mat3 translationMatrix;","uniform mat3 projectionMatrix;","uniform float alpha;","uniform vec3 tint;","varying vec4 vColor;","void main(void){"," gl_Position = vec4((projectionMatrix * translationMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);"," vColor = aColor * vec4(tint * alpha, alpha);","}"].join("\n"),["varying vec4 vColor;","void main(void){"," gl_FragColor = vColor;","}"].join("\n")))}return o(e,t),e}(a.default);r.default=u},{"../../../Shader":43}],59:[function(t,e,r){"use strict";function n(t,e,r){var n=t.shape,i=n.x,u=n.y,h=void 0,l=void 0;if(t.type===s.SHAPES.CIRC?(h=n.radius,l=n.radius):(h=n.width,l=n.height),0!==h&&0!==l){var c=Math.floor(30*Math.sqrt(n.radius))||Math.floor(15*Math.sqrt(n.width+n.height)),d=2*Math.PI/c;if(t.fill){var f=(0,a.hex2rgb)(t.fillColor),p=t.fillAlpha,v=f[0]*p,y=f[1]*p,g=f[2]*p,m=e.points,_=e.indices,b=m.length/6;_.push(b);for(var x=0;x196*p*p?(R=O-M,A=P-C,I=Math.sqrt(R*R+A*A),R/=I,A/=I,R*=p,A*=p,h.push(T-R,w-A),h.push(g,m,_,y),h.push(T+R,w+A),h.push(g,m,_,y),h.push(T-R,w-A),h.push(g,m,_,y),d++):(h.push(X,G),h.push(g,m,_,y),h.push(T-(X-T),w-(G-w)),h.push(g,m,_,y))}}b=r[2*(c-2)],x=r[2*(c-2)+1],T=r[2*(c-1)],w=r[2*(c-1)+1],O=-(x-w),P=b-T,I=Math.sqrt(O*O+P*P),O/=I,P/=I,O*=p,P*=p,h.push(T-O,w-P),h.push(g,m,_,y),h.push(T+O,w+P),h.push(g,m,_,y),l.push(f);for(var W=0;W=6){for(var i=[],o=t.holes,u=0;u0&&(0,s.default)(t,e,r)}r.__esModule=!0,r.default=i;var o=t("./buildLine"),s=n(o),a=t("../../../utils"),u=t("earcut"),h=n(u)},{"../../../utils":123,"./buildLine":60,earcut:2}],62:[function(t,e,r){"use strict";function n(t,e,r){var n=t.shape,i=n.x,a=n.y,u=n.width,h=n.height;if(t.fill){var l=(0,s.hex2rgb)(t.fillColor),c=t.fillAlpha,d=l[0]*c,f=l[1]*c,p=l[2]*c,v=e.points,y=e.indices,g=v.length/6;v.push(i,a),v.push(d,f,p,c),v.push(i+u,a),v.push(d,f,p,c),v.push(i,a+h),v.push(d,f,p,c),v.push(i+u,a+h),v.push(d,f,p,c),y.push(g,g,g+1,g+2,g+3,g+3)}if(t.lineWidth){var m=t.points;t.points=[i,a,i+u,a,i+u,a+h,i,a+h,i,a],(0,o.default)(t,e,r),t.points=m}}r.__esModule=!0,r.default=n;var i=t("./buildLine"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=t("../../../utils")},{"../../../utils":123,"./buildLine":60}],63:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e,r){var n=t.shape,i=n.x,o=n.y,a=n.width,h=n.height,d=n.radius,f=[];if(f.push(i,o+d),s(i,o+h-d,i,o+h,i+d,o+h,f),s(i+a-d,o+h,i+a,o+h,i+a,o+h-d,f),s(i+a,o+d,i+a,o,i+a-d,o,f),s(i+d,o,i,o,i,o+d+1e-10,f),t.fill){for(var p=(0,c.hex2rgb)(t.fillColor),v=t.fillAlpha,y=p[0]*v,g=p[1]*v,m=p[2]*v,_=e.points,b=e.indices,x=_.length/6,T=(0,u.default)(f,null,2),w=0,E=T.length;w6&&void 0!==arguments[6]?arguments[6]:[],u=a,h=0,l=0,c=0,d=0,f=0,p=0,v=0,y=0;v<=20;++v)y=v/20,h=o(t,r,y),l=o(e,n,y),c=o(r,i,y),d=o(n,s,y),f=o(h,c,y),p=o(l,d,y),u.push(f,p);return u}r.__esModule=!0,r.default=i;var a=t("earcut"),u=n(a),h=t("./buildLine"),l=n(h),c=t("../../../utils")},{"../../../utils":123,"./buildLine":60,earcut:2}],64:[function(t,e,r){"use strict";function n(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function i(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0,r.autoDetectRenderer=r.Application=r.Filter=r.SpriteMaskFilter=r.Quad=r.RenderTarget=r.ObjectRenderer=r.WebGLManager=r.Shader=r.CanvasRenderTarget=r.TextureUvs=r.VideoBaseTexture=r.BaseRenderTexture=r.RenderTexture=r.BaseTexture=r.Texture=r.Spritesheet=r.CanvasGraphicsRenderer=r.GraphicsRenderer=r.GraphicsData=r.Graphics=r.TextMetrics=r.TextStyle=r.Text=r.SpriteRenderer=r.CanvasTinter=r.CanvasSpriteRenderer=r.Sprite=r.TransformBase=r.TransformStatic=r.Transform=r.Container=r.DisplayObject=r.Bounds=r.glCore=r.WebGLRenderer=r.CanvasRenderer=r.ticker=r.utils=r.settings=void 0;var o=t("./const");Object.keys(o).forEach(function(t){"default"!==t&&"__esModule"!==t&&Object.defineProperty(r,t,{enumerable:!0,get:function(){return o[t]}})});var s=t("./math");Object.keys(s).forEach(function(t){"default"!==t&&"__esModule"!==t&&Object.defineProperty(r,t,{enumerable:!0,get:function(){return s[t]}})});var a=t("pixi-gl-core");Object.defineProperty(r,"glCore",{enumerable:!0,get:function(){return i(a).default}});var u=t("./display/Bounds");Object.defineProperty(r,"Bounds",{enumerable:!0,get:function(){return i(u).default}});var h=t("./display/DisplayObject");Object.defineProperty(r,"DisplayObject",{enumerable:!0,get:function(){return i(h).default}});var l=t("./display/Container");Object.defineProperty(r,"Container",{enumerable:!0, +get:function(){return i(l).default}});var c=t("./display/Transform");Object.defineProperty(r,"Transform",{enumerable:!0,get:function(){return i(c).default}});var d=t("./display/TransformStatic");Object.defineProperty(r,"TransformStatic",{enumerable:!0,get:function(){return i(d).default}});var f=t("./display/TransformBase");Object.defineProperty(r,"TransformBase",{enumerable:!0,get:function(){return i(f).default}});var p=t("./sprites/Sprite");Object.defineProperty(r,"Sprite",{enumerable:!0,get:function(){return i(p).default}});var v=t("./sprites/canvas/CanvasSpriteRenderer");Object.defineProperty(r,"CanvasSpriteRenderer",{enumerable:!0,get:function(){return i(v).default}});var y=t("./sprites/canvas/CanvasTinter");Object.defineProperty(r,"CanvasTinter",{enumerable:!0,get:function(){return i(y).default}});var g=t("./sprites/webgl/SpriteRenderer");Object.defineProperty(r,"SpriteRenderer",{enumerable:!0,get:function(){return i(g).default}});var m=t("./text/Text");Object.defineProperty(r,"Text",{enumerable:!0,get:function(){return i(m).default}});var _=t("./text/TextStyle");Object.defineProperty(r,"TextStyle",{enumerable:!0,get:function(){return i(_).default}});var b=t("./text/TextMetrics");Object.defineProperty(r,"TextMetrics",{enumerable:!0,get:function(){return i(b).default}});var x=t("./graphics/Graphics");Object.defineProperty(r,"Graphics",{enumerable:!0,get:function(){return i(x).default}});var T=t("./graphics/GraphicsData");Object.defineProperty(r,"GraphicsData",{enumerable:!0,get:function(){return i(T).default}});var w=t("./graphics/webgl/GraphicsRenderer");Object.defineProperty(r,"GraphicsRenderer",{enumerable:!0,get:function(){return i(w).default}});var E=t("./graphics/canvas/CanvasGraphicsRenderer");Object.defineProperty(r,"CanvasGraphicsRenderer",{enumerable:!0,get:function(){return i(E).default}});var S=t("./textures/Spritesheet");Object.defineProperty(r,"Spritesheet",{enumerable:!0,get:function(){return i(S).default}});var O=t("./textures/Texture");Object.defineProperty(r,"Texture",{enumerable:!0,get:function(){return i(O).default}});var P=t("./textures/BaseTexture");Object.defineProperty(r,"BaseTexture",{enumerable:!0,get:function(){return i(P).default}});var M=t("./textures/RenderTexture");Object.defineProperty(r,"RenderTexture",{enumerable:!0,get:function(){return i(M).default}});var C=t("./textures/BaseRenderTexture");Object.defineProperty(r,"BaseRenderTexture",{enumerable:!0,get:function(){return i(C).default}});var R=t("./textures/VideoBaseTexture");Object.defineProperty(r,"VideoBaseTexture",{enumerable:!0,get:function(){return i(R).default}});var A=t("./textures/TextureUvs");Object.defineProperty(r,"TextureUvs",{enumerable:!0,get:function(){return i(A).default}});var I=t("./renderers/canvas/utils/CanvasRenderTarget");Object.defineProperty(r,"CanvasRenderTarget",{enumerable:!0,get:function(){return i(I).default}});var D=t("./Shader");Object.defineProperty(r,"Shader",{enumerable:!0,get:function(){return i(D).default}});var L=t("./renderers/webgl/managers/WebGLManager");Object.defineProperty(r,"WebGLManager",{enumerable:!0,get:function(){return i(L).default}});var F=t("./renderers/webgl/utils/ObjectRenderer");Object.defineProperty(r,"ObjectRenderer",{enumerable:!0,get:function(){return i(F).default}});var N=t("./renderers/webgl/utils/RenderTarget");Object.defineProperty(r,"RenderTarget",{enumerable:!0,get:function(){return i(N).default}});var k=t("./renderers/webgl/utils/Quad");Object.defineProperty(r,"Quad",{enumerable:!0,get:function(){return i(k).default}});var j=t("./renderers/webgl/filters/spriteMask/SpriteMaskFilter");Object.defineProperty(r,"SpriteMaskFilter",{enumerable:!0,get:function(){return i(j).default}});var B=t("./renderers/webgl/filters/Filter");Object.defineProperty(r,"Filter",{enumerable:!0,get:function(){return i(B).default}});var U=t("./Application");Object.defineProperty(r,"Application",{enumerable:!0,get:function(){return i(U).default}});var X=t("./autoDetectRenderer");Object.defineProperty(r,"autoDetectRenderer",{enumerable:!0,get:function(){return X.autoDetectRenderer}});var G=t("./utils"),W=n(G),H=t("./ticker"),Y=n(H),V=t("./settings"),z=i(V),q=t("./renderers/canvas/CanvasRenderer"),K=i(q),Z=t("./renderers/webgl/WebGLRenderer"),J=i(Z);r.settings=z.default,r.utils=W,r.ticker=Y,r.CanvasRenderer=K.default,r.WebGLRenderer=J.default},{"./Application":42,"./Shader":43,"./autoDetectRenderer":44,"./const":45,"./display/Bounds":46,"./display/Container":47,"./display/DisplayObject":48,"./display/Transform":49,"./display/TransformBase":50,"./display/TransformStatic":51,"./graphics/Graphics":52,"./graphics/GraphicsData":53,"./graphics/canvas/CanvasGraphicsRenderer":54,"./graphics/webgl/GraphicsRenderer":56,"./math":69,"./renderers/canvas/CanvasRenderer":76,"./renderers/canvas/utils/CanvasRenderTarget":78,"./renderers/webgl/WebGLRenderer":83,"./renderers/webgl/filters/Filter":85,"./renderers/webgl/filters/spriteMask/SpriteMaskFilter":88,"./renderers/webgl/managers/WebGLManager":92,"./renderers/webgl/utils/ObjectRenderer":93,"./renderers/webgl/utils/Quad":94,"./renderers/webgl/utils/RenderTarget":95,"./settings":100,"./sprites/Sprite":101,"./sprites/canvas/CanvasSpriteRenderer":102,"./sprites/canvas/CanvasTinter":103,"./sprites/webgl/SpriteRenderer":105,"./text/Text":107,"./text/TextMetrics":108,"./text/TextStyle":109,"./textures/BaseRenderTexture":110,"./textures/BaseTexture":111,"./textures/RenderTexture":112,"./textures/Spritesheet":113,"./textures/Texture":114,"./textures/TextureUvs":115,"./textures/VideoBaseTexture":116,"./ticker":119,"./utils":123,"pixi-gl-core":12}],65:[function(t,e,r){"use strict";function n(t){return t<0?-1:t>0?1:0}r.__esModule=!0;var i=t("./Matrix"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=[1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1,0,1],a=[0,1,1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1],u=[0,-1,-1,-1,0,1,1,1,0,1,1,1,0,-1,-1,-1],h=[1,1,0,-1,-1,-1,0,1,-1,-1,0,1,1,1,0,-1],l=[],c=[];!function(){for(var t=0;t<16;t++){var e=[];c.push(e);for(var r=0;r<16;r++)for(var i=n(s[t]*s[r]+u[t]*a[r]),d=n(a[t]*s[r]+h[t]*a[r]),f=n(s[t]*u[r]+u[t]*h[r]),p=n(a[t]*u[r]+h[t]*h[r]),v=0;v<16;v++)if(s[v]===i&&a[v]===d&&u[v]===f&&h[v]===p){e.push(v);break}}for(var y=0;y<16;y++){var g=new o.default;g.set(s[y],a[y],u[y],h[y],0,0),l.push(g)}}();var d={E:0,SE:1,S:2,SW:3,W:4,NW:5,N:6,NE:7,MIRROR_VERTICAL:8,MIRROR_HORIZONTAL:12,uX:function(t){return s[t]},uY:function(t){return a[t]},vX:function(t){return u[t]},vY:function(t){return h[t]},inv:function(t){return 8&t?15&t:7&-t},add:function(t,e){return c[t][e]},sub:function(t,e){return c[t][d.inv(e)]},rotate180:function(t){return 4^t},isSwapWidthHeight:function(t){return 2==(3&t)},byDirection:function(t,e){return 2*Math.abs(t)<=Math.abs(e)?e>=0?d.S:d.N:2*Math.abs(e)<=Math.abs(t)?t>0?d.E:d.W:e>0?t>0?d.SE:d.SW:t>0?d.NE:d.NW},matrixAppendRotationInv:function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=l[d.inv(e)];i.tx=r,i.ty=n,t.append(i)}};r.default=d},{"./Matrix":66}],66:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:1,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;n(this,t),this.a=e,this.b=r,this.c=i,this.d=o,this.tx=s,this.ty=a,this.array=null}return t.prototype.fromArray=function(t){this.a=t[0],this.b=t[1],this.c=t[3],this.d=t[4],this.tx=t[2],this.ty=t[5]},t.prototype.set=function(t,e,r,n,i,o){return this.a=t,this.b=e,this.c=r,this.d=n,this.tx=i,this.ty=o,this},t.prototype.toArray=function(t,e){this.array||(this.array=new Float32Array(9));var r=e||this.array;return t?(r[0]=this.a,r[1]=this.b,r[2]=0,r[3]=this.c,r[4]=this.d,r[5]=0,r[6]=this.tx,r[7]=this.ty,r[8]=1):(r[0]=this.a,r[1]=this.c,r[2]=this.tx,r[3]=this.b,r[4]=this.d,r[5]=this.ty,r[6]=0,r[7]=0,r[8]=1),r},t.prototype.apply=function(t,e){e=e||new s.default;var r=t.x,n=t.y;return e.x=this.a*r+this.c*n+this.tx,e.y=this.b*r+this.d*n+this.ty,e},t.prototype.applyInverse=function(t,e){e=e||new s.default;var r=1/(this.a*this.d+this.c*-this.b),n=t.x,i=t.y;return e.x=this.d*r*n+-this.c*r*i+(this.ty*this.c-this.tx*this.d)*r,e.y=this.a*r*i+-this.b*r*n+(-this.ty*this.a+this.tx*this.b)*r,e},t.prototype.translate=function(t,e){return this.tx+=t,this.ty+=e,this},t.prototype.scale=function(t,e){return this.a*=t,this.d*=e,this.c*=t,this.b*=e,this.tx*=t,this.ty*=e,this},t.prototype.rotate=function(t){var e=Math.cos(t),r=Math.sin(t),n=this.a,i=this.c,o=this.tx;return this.a=n*e-this.b*r,this.b=n*r+this.b*e,this.c=i*e-this.d*r,this.d=i*r+this.d*e,this.tx=o*e-this.ty*r,this.ty=o*r+this.ty*e,this},t.prototype.append=function(t){var e=this.a,r=this.b,n=this.c,i=this.d;return this.a=t.a*e+t.b*n,this.b=t.a*r+t.b*i,this.c=t.c*e+t.d*n,this.d=t.c*r+t.d*i,this.tx=t.tx*e+t.ty*n+this.tx,this.ty=t.tx*r+t.ty*i+this.ty,this},t.prototype.setTransform=function(t,e,r,n,i,o,s,a,u){var h=Math.sin(s),l=Math.cos(s),c=Math.cos(u),d=Math.sin(u),f=-Math.sin(a),p=Math.cos(a),v=l*i,y=h*i,g=-h*o,m=l*o;return this.a=c*v+d*g,this.b=c*y+d*m,this.c=f*v+p*g,this.d=f*y+p*m,this.tx=t+(r*v+n*g),this.ty=e+(r*y+n*m),this},t.prototype.prepend=function(t){var e=this.tx;if(1!==t.a||0!==t.b||0!==t.c||1!==t.d){var r=this.a,n=this.c;this.a=r*t.a+this.b*t.c,this.b=r*t.b+this.b*t.d,this.c=n*t.a+this.d*t.c,this.d=n*t.b+this.d*t.d}return this.tx=e*t.a+this.ty*t.c+t.tx,this.ty=e*t.b+this.ty*t.d+t.ty,this},t.prototype.decompose=function(t){var e=this.a,r=this.b,n=this.c,i=this.d,o=-Math.atan2(-n,i),s=Math.atan2(r,e);return Math.abs(o+s)<1e-5?(t.rotation=s,e<0&&i>=0&&(t.rotation+=t.rotation<=0?Math.PI:-Math.PI),t.skew.x=t.skew.y=0):(t.skew.x=o,t.skew.y=s),t.scale.x=Math.sqrt(e*e+r*r),t.scale.y=Math.sqrt(n*n+i*i),t.position.x=this.tx,t.position.y=this.ty,t},t.prototype.invert=function(){var t=this.a,e=this.b,r=this.c,n=this.d,i=this.tx,o=t*n-e*r;return this.a=n/o,this.b=-e/o,this.c=-r/o,this.d=t/o,this.tx=(r*this.ty-n*i)/o,this.ty=-(t*this.ty-e*i)/o,this},t.prototype.identity=function(){return this.a=1,this.b=0,this.c=0,this.d=1,this.tx=0,this.ty=0,this},t.prototype.clone=function(){var e=new t;return e.a=this.a,e.b=this.b,e.c=this.c,e.d=this.d,e.tx=this.tx,e.ty=this.ty,e},t.prototype.copy=function(t){return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t},i(t,null,[{key:"IDENTITY",get:function(){return new t}},{key:"TEMP_MATRIX",get:function(){return new t}}]),t}();r.default=a},{"./Point":68}],67:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;n(this,t),this._x=i,this._y=o,this.cb=e,this.scope=r}return t.prototype.set=function(t,e){var r=t||0,n=e||(0!==e?r:0);this._x===r&&this._y===n||(this._x=r,this._y=n,this.cb.call(this.scope))},t.prototype.copy=function(t){this._x===t.x&&this._y===t.y||(this._x=t.x,this._y=t.y,this.cb.call(this.scope))},i(t,[{key:"x",get:function(){return this._x},set:function(t){this._x!==t&&(this._x=t,this.cb.call(this.scope))}},{key:"y",get:function(){return this._y},set:function(t){this._y!==t&&(this._y=t,this.cb.call(this.scope))}}]),t}();r.default=o},{}],68:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;n(this,t),this.x=e,this.y=r}return t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.copy=function(t){this.set(t.x,t.y)},t.prototype.equals=function(t){return t.x===this.x&&t.y===this.y},t.prototype.set=function(t,e){this.x=t||0,this.y=e||(0!==e?this.x:0)},t}();r.default=i},{}],69:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0;var i=t("./Point");Object.defineProperty(r,"Point",{enumerable:!0,get:function(){return n(i).default}});var o=t("./ObservablePoint");Object.defineProperty(r,"ObservablePoint",{enumerable:!0,get:function(){return n(o).default}});var s=t("./Matrix");Object.defineProperty(r,"Matrix",{enumerable:!0,get:function(){return n(s).default}});var a=t("./GroupD8");Object.defineProperty(r,"GroupD8",{enumerable:!0,get:function(){return n(a).default}});var u=t("./shapes/Circle");Object.defineProperty(r,"Circle",{enumerable:!0,get:function(){return n(u).default}});var h=t("./shapes/Ellipse");Object.defineProperty(r,"Ellipse",{enumerable:!0,get:function(){return n(h).default}});var l=t("./shapes/Polygon");Object.defineProperty(r,"Polygon",{enumerable:!0,get:function(){return n(l).default}});var c=t("./shapes/Rectangle");Object.defineProperty(r,"Rectangle",{enumerable:!0,get:function(){return n(c).default}});var d=t("./shapes/RoundedRectangle");Object.defineProperty(r,"RoundedRectangle",{enumerable:!0,get:function(){return n(d).default}})},{"./GroupD8":65,"./Matrix":66,"./ObservablePoint":67,"./Point":68,"./shapes/Circle":70,"./shapes/Ellipse":71,"./shapes/Polygon":72,"./shapes/Rectangle":73,"./shapes/RoundedRectangle":74}],70:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("./Rectangle"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=t("../../const"),a=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;n(this,t),this.x=e,this.y=r,this.radius=i,this.type=s.SHAPES.CIRC}return t.prototype.clone=function(){return new t(this.x,this.y,this.radius)},t.prototype.contains=function(t,e){if(this.radius<=0)return!1;var r=this.radius*this.radius,n=this.x-t,i=this.y-e;return n*=n,i*=i,n+i<=r},t.prototype.getBounds=function(){return new o.default(this.x-this.radius,this.y-this.radius,2*this.radius,2*this.radius)},t}();r.default=a},{"../../const":45,"./Rectangle":73}],71:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("./Rectangle"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=t("../../const"),a=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;n(this,t),this.x=e,this.y=r,this.width=i,this.height=o,this.type=s.SHAPES.ELIP}return t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.contains=function(t,e){if(this.width<=0||this.height<=0)return!1;var r=(t-this.x)/this.width,n=(e-this.y)/this.height;return r*=r,n*=n,r+n<=1},t.prototype.getBounds=function(){return new o.default(this.x-this.width,this.y-this.height,this.width,this.height)},t}();r.default=a},{"../../const":45,"./Rectangle":73}],72:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../Point"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=t("../../const"),a=function(){function t(){for(var e=arguments.length,r=Array(e),i=0;ie!=h>e&&t<(e-a)/(h-a)*(u-s)+s&&(r=!r)}return r},t}();r.default=a},{"../../const":45,"../Point":68}],73:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;n(this,t),this.x=e,this.y=r,this.width=i,this.height=s,this.type=o.SHAPES.RECT}return t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height,this},t.prototype.contains=function(t,e){return!(this.width<=0||this.height<=0)&&(t>=this.x&&t=this.y&&et.x+t.width&&(this.width=t.width-this.x,this.width<0&&(this.width=0)),this.y+this.height>t.y+t.height&&(this.height=t.height-this.y,this.height<0&&(this.height=0))},t.prototype.enlarge=function(t){var e=Math.min(this.x,t.x),r=Math.max(this.x+this.width,t.x+t.width),n=Math.min(this.y,t.y),i=Math.max(this.y+this.height,t.y+t.height);this.x=e,this.width=r-e,this.y=n,this.height=i-n},i(t,[{key:"left",get:function(){return this.x}},{key:"right",get:function(){return this.x+this.width}},{key:"top",get:function(){return this.y}},{key:"bottom",get:function(){return this.y+this.height}}],[{key:"EMPTY",get:function(){return new t(0,0,0,0)}}]),t}();r.default=s},{"../../const":45}],74:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../../const"),o=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:20;n(this,t),this.x=e,this.y=r,this.width=o,this.height=s,this.radius=a,this.type=i.SHAPES.RREC}return t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height,this.radius)},t.prototype.contains=function(t,e){if(this.width<=0||this.height<=0)return!1;if(t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height){if(e>=this.y+this.radius&&e<=this.y+this.height-this.radius||t>=this.x+this.radius&&t<=this.x+this.width-this.radius)return!0;var r=t-(this.x+this.radius),n=e-(this.y+this.radius),i=this.radius*this.radius;if(r*r+n*n<=i)return!0;if((r=t-(this.x+this.width-this.radius))*r+n*n<=i)return!0;if(n=e-(this.y+this.height-this.radius),r*r+n*n<=i)return!0;if((r=t-(this.x+this.radius))*r+n*n<=i)return!0}return!1},t}();r.default=o},{"../../const":45}],75:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=function(){function t(t,e){for(var r=0;rE?E:w,e.moveTo(_,b+w),e.lineTo(_,b+T-w),e.quadraticCurveTo(_,b+T,_+w,b+T),e.lineTo(_+x-w,b+T),e.quadraticCurveTo(_+x,b+T,_+x,b+T-w),e.lineTo(_+x,b+w),e.quadraticCurveTo(_+x,b,_+x-w,b),e.lineTo(_+w,b),e.quadraticCurveTo(_,b,_,b+w),e.closePath()}}}},t.prototype.popMask=function(t){t.context.restore()},t.prototype.destroy=function(){},t}();r.default=o},{"../../../const":45}],78:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:[];return(0,s.default)()?(t[i.BLEND_MODES.NORMAL]="source-over",t[i.BLEND_MODES.ADD]="lighter",t[i.BLEND_MODES.MULTIPLY]="multiply",t[i.BLEND_MODES.SCREEN]="screen",t[i.BLEND_MODES.OVERLAY]="overlay",t[i.BLEND_MODES.DARKEN]="darken",t[i.BLEND_MODES.LIGHTEN]="lighten",t[i.BLEND_MODES.COLOR_DODGE]="color-dodge",t[i.BLEND_MODES.COLOR_BURN]="color-burn",t[i.BLEND_MODES.HARD_LIGHT]="hard-light",t[i.BLEND_MODES.SOFT_LIGHT]="soft-light",t[i.BLEND_MODES.DIFFERENCE]="difference",t[i.BLEND_MODES.EXCLUSION]="exclusion",t[i.BLEND_MODES.HUE]="hue",t[i.BLEND_MODES.SATURATION]="saturate",t[i.BLEND_MODES.COLOR]="color",t[i.BLEND_MODES.LUMINOSITY]="luminosity"):(t[i.BLEND_MODES.NORMAL]="source-over",t[i.BLEND_MODES.ADD]="lighter",t[i.BLEND_MODES.MULTIPLY]="source-over",t[i.BLEND_MODES.SCREEN]="source-over", +t[i.BLEND_MODES.OVERLAY]="source-over",t[i.BLEND_MODES.DARKEN]="source-over",t[i.BLEND_MODES.LIGHTEN]="source-over",t[i.BLEND_MODES.COLOR_DODGE]="source-over",t[i.BLEND_MODES.COLOR_BURN]="source-over",t[i.BLEND_MODES.HARD_LIGHT]="source-over",t[i.BLEND_MODES.SOFT_LIGHT]="source-over",t[i.BLEND_MODES.DIFFERENCE]="source-over",t[i.BLEND_MODES.EXCLUSION]="source-over",t[i.BLEND_MODES.HUE]="source-over",t[i.BLEND_MODES.SATURATION]="source-over",t[i.BLEND_MODES.COLOR]="source-over",t[i.BLEND_MODES.LUMINOSITY]="source-over"),t}r.__esModule=!0,r.default=n;var i=t("../../../const"),o=t("./canUseNewCanvasBlendModes"),s=function(t){return t&&t.__esModule?t:{default:t}}(o)},{"../../../const":45,"./canUseNewCanvasBlendModes":79}],81:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../../const"),o=t("../../settings"),s=function(t){return t&&t.__esModule?t:{default:t}}(o),a=function(){function t(e){n(this,t),this.renderer=e,this.count=0,this.checkCount=0,this.maxIdle=s.default.GC_MAX_IDLE,this.checkCountMax=s.default.GC_MAX_CHECK_COUNT,this.mode=s.default.GC_MODE}return t.prototype.update=function(){this.count++,this.mode!==i.GC_MODES.MANUAL&&++this.checkCount>this.checkCountMax&&(this.checkCount=0,this.run())},t.prototype.run=function(){for(var t=this.renderer.textureManager,e=t._managedTextures,r=!1,n=0;nthis.maxIdle&&(t.destroyTexture(i,!0),e[n]=null,r=!0)}if(r){for(var o=0,s=0;s=0;r--)this.unload(t.children[r])},t}();r.default=a},{"../../const":45,"../../settings":100}],82:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("pixi-gl-core"),o=t("../../const"),s=t("./utils/RenderTarget"),a=function(t){return t&&t.__esModule?t:{default:t}}(s),u=t("../../utils"),h=function(){function t(e){n(this,t),this.renderer=e,this.gl=e.gl,this._managedTextures=[]}return t.prototype.bindTexture=function(){},t.prototype.getTexture=function(){},t.prototype.updateTexture=function(t,e){var r=this.gl,n=!!t._glRenderTargets;if(!t.hasLoaded)return null;var s=this.renderer.boundTextures;if(void 0===e){e=0;for(var u=0;u 0.5)"," {"," color = vec4(1.0, 0.0, 0.0, 1.0);"," }"," else"," {"," color = vec4(0.0, 1.0, 0.0, 1.0);"," }"," gl_FragColor = mix(sample, masky, 0.5);"," gl_FragColor *= sample.a;","}"].join("\n")}}]),t}();r.default=f},{"../../../const":45,"../../../settings":100,"../../../utils":123,"./extractUniformsFromSrc":86}],86:[function(t,e,r){"use strict";function n(t,e,r){var n=i(t),o=i(e);return Object.assign(n,o)}function i(t){for(var e=new RegExp("^(projectionMatrix|uSampler|filterArea|filterClamp)$"),r={},n=void 0,i=t.replace(/\s+/g," ").split(/\s*;\s*/),o=0;o-1){var u=s.split(" "),h=u[1],l=u[2],c=1;l.indexOf("[")>-1&&(n=l.split(/\[|]/),l=n[0],c*=Number(n[1])),l.match(e)||(r[l]={value:a(h,c),name:l,type:h})}}return r}r.__esModule=!0,r.default=n;var o=t("pixi-gl-core"),s=function(t){return t&&t.__esModule?t:{default:t}}(o),a=s.default.shader.defaultValue},{"pixi-gl-core":12}],87:[function(t,e,r){"use strict";function n(t,e,r){var n=t.identity();return n.translate(e.x/r.width,e.y/r.height),n.scale(r.width,r.height),n}function i(t,e,r){var n=t.identity();n.translate(e.x/r.width,e.y/r.height);var i=r.width/e.width,o=r.height/e.height;return n.scale(i,o),n}function o(t,e,r,n){var i=n.worldTransform.copy(s.Matrix.TEMP_MATRIX),o=n._texture.baseTexture,a=t.identity(),u=r.height/r.width;a.translate(e.x/r.width,e.y/r.height),a.scale(1,u);var h=r.width/o.width,l=r.height/o.height;return i.tx/=o.width*h,i.ty/=o.width*h,i.invert(),a.prepend(i),a.scale(1,1/u),a.scale(h,l),a.translate(n.anchor.x,n.anchor.y),a}r.__esModule=!0,r.calculateScreenSpaceMatrix=n,r.calculateNormalizedScreenSpaceMatrix=i,r.calculateSpriteMatrix=o;var s=t("../../../math")},{"../../../math":69}],88:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=t("../Filter"),a=function(t){return t&&t.__esModule?t:{default:t}}(s),u=t("../../../../math"),h=(t("path"),function(t){function e(r){n(this,e);var o=new u.Matrix,s=i(this,t.call(this,"attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\nuniform mat3 otherMatrix;\n\nvarying vec2 vMaskCoord;\nvarying vec2 vTextureCoord;\n\nvoid main(void)\n{\n gl_Position = vec4((projectionMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n\n vTextureCoord = aTextureCoord;\n vMaskCoord = ( otherMatrix * vec3( aTextureCoord, 1.0) ).xy;\n}\n","varying vec2 vMaskCoord;\nvarying vec2 vTextureCoord;\n\nuniform sampler2D uSampler;\nuniform float alpha;\nuniform sampler2D mask;\n\nvoid main(void)\n{\n // check clip! this will stop the mask bleeding out from the edges\n vec2 text = abs( vMaskCoord - 0.5 );\n text = step(0.5, text);\n\n float clip = 1.0 - max(text.y, text.x);\n vec4 original = texture2D(uSampler, vTextureCoord);\n vec4 masky = texture2D(mask, vMaskCoord);\n\n original *= (masky.r * masky.a * alpha * clip);\n\n gl_FragColor = original;\n}\n"));return r.renderable=!1,s.maskSprite=r,s.maskMatrix=o,s}return o(e,t),e.prototype.apply=function(t,e,r){var n=this.maskSprite;this.uniforms.mask=n._texture,this.uniforms.otherMatrix=t.calculateSpriteMatrix(this.maskMatrix,n),this.uniforms.alpha=n.worldAlpha,t.applyFilter(this,e,r)},e}(a.default));r.default=h},{"../../../../math":69,"../Filter":85,path:23}],89:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var a=t("./WebGLManager"),u=n(a),h=t("../utils/RenderTarget"),l=n(h),c=t("../utils/Quad"),d=n(c),f=t("../../../math"),p=t("../../../Shader"),v=n(p),y=t("../filters/filterTransforms"),g=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(y),m=t("bit-twiddle"),_=n(m),b=function t(){s(this,t),this.renderTarget=null,this.sourceFrame=new f.Rectangle,this.destinationFrame=new f.Rectangle,this.filters=[],this.target=null,this.resolution=1},x=function(t){function e(r){s(this,e);var n=i(this,t.call(this,r));return n.gl=n.renderer.gl,n.quad=new d.default(n.gl,r.state.attribState),n.shaderCache={},n.pool={},n.filterData=null,n}return o(e,t),e.prototype.pushFilter=function(t,e){var r=this.renderer,n=this.filterData;if(!n){n=this.renderer._activeRenderTarget.filterStack;var i=new b;i.sourceFrame=i.destinationFrame=this.renderer._activeRenderTarget.size,i.renderTarget=r._activeRenderTarget,this.renderer._activeRenderTarget.filterData=n={index:0,stack:[i]},this.filterData=n}var o=n.stack[++n.index];o||(o=n.stack[n.index]=new b);var s=e[0].resolution,a=0|e[0].padding,u=t.filterArea||t.getBounds(!0),h=o.sourceFrame,l=o.destinationFrame;h.x=(u.x*s|0)/s,h.y=(u.y*s|0)/s,h.width=(u.width*s|0)/s,h.height=(u.height*s|0)/s,n.stack[0].renderTarget.transform||e[0].autoFit&&h.fit(n.stack[0].destinationFrame),h.pad(a),l.width=h.width,l.height=h.height;var c=this.getPotRenderTarget(r.gl,h.width,h.height,s);o.target=t,o.filters=e,o.resolution=s,o.renderTarget=c,c.setFrame(l,h),r.bindRenderTarget(c),c.clear()},e.prototype.popFilter=function(){var t=this.filterData,e=t.stack[t.index-1],r=t.stack[t.index];this.quad.map(r.renderTarget.size,r.sourceFrame).upload();var n=r.filters;if(1===n.length)n[0].apply(this,r.renderTarget,e.renderTarget,!1,r),this.freePotRenderTarget(r.renderTarget);else{var i=r.renderTarget,o=this.getPotRenderTarget(this.renderer.gl,r.sourceFrame.width,r.sourceFrame.height,r.resolution);o.setFrame(r.destinationFrame,r.sourceFrame),o.clear();var s=0;for(s=0;s0&&(e+="\nelse "),r1&&void 0!==arguments[1]?arguments[1]:[];return e[i.BLEND_MODES.NORMAL]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.ADD]=[t.ONE,t.DST_ALPHA],e[i.BLEND_MODES.MULTIPLY]=[t.DST_COLOR,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.SCREEN]=[t.ONE,t.ONE_MINUS_SRC_COLOR],e[i.BLEND_MODES.OVERLAY]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.DARKEN]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.LIGHTEN]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.COLOR_DODGE]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.COLOR_BURN]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.HARD_LIGHT]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.SOFT_LIGHT]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.DIFFERENCE]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.EXCLUSION]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.HUE]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.SATURATION]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.COLOR]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e[i.BLEND_MODES.LUMINOSITY]=[t.ONE,t.ONE_MINUS_SRC_ALPHA],e}r.__esModule=!0,r.default=n;var i=t("../../../const")},{"../../../const":45}],98:[function(t,e,r){"use strict";function n(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e[i.DRAW_MODES.POINTS]=t.POINTS,e[i.DRAW_MODES.LINES]=t.LINES,e[i.DRAW_MODES.LINE_LOOP]=t.LINE_LOOP,e[i.DRAW_MODES.LINE_STRIP]=t.LINE_STRIP,e[i.DRAW_MODES.TRIANGLES]=t.TRIANGLES,e[i.DRAW_MODES.TRIANGLE_STRIP]=t.TRIANGLE_STRIP,e[i.DRAW_MODES.TRIANGLE_FAN]=t.TRIANGLE_FAN,e}r.__esModule=!0,r.default=n;var i=t("../../../const")},{"../../../const":45}],99:[function(t,e,r){"use strict";function n(t){t.getContextAttributes().stencil||console.warn("Provided WebGL context does not have a stencil buffer, masks may not render correctly")}r.__esModule=!0,r.default=n},{}],100:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0;var i=t("./utils/maxRecommendedTextures"),o=n(i),s=t("./utils/canUploadSameBuffer"),a=n(s);r.default={TARGET_FPMS:.06,MIPMAP_TEXTURES:!0,RESOLUTION:1,FILTER_RESOLUTION:1,SPRITE_MAX_TEXTURES:(0,o.default)(32),SPRITE_BATCH_SIZE:4096,RETINA_PREFIX:/@([0-9\.]+)x/,RENDER_OPTIONS:{view:null,antialias:!1,forceFXAA:!1,autoResize:!1,transparent:!1,backgroundColor:0,clearBeforeRender:!0,preserveDrawingBuffer:!1,roundPixels:!1,width:800,height:600,legacy:!1},TRANSFORM_MODE:0,GC_MODE:0,GC_MAX_IDLE:3600,GC_MAX_CHECK_COUNT:600,WRAP_MODE:0,SCALE_MODE:0,PRECISION_VERTEX:"highp",PRECISION_FRAGMENT:"mediump",CAN_UPLOAD_SAME_BUFFER:(0,a.default)()}},{"./utils/canUploadSameBuffer":120,"./utils/maxRecommendedTextures":124}],101:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=function(){function t(t,e){for(var r=0;rn&&v.xi&&v.y>16)+(65280&t)+((255&t)<<16)}},{key:"texture",get:function(){return this._texture},set:function(t){this._texture!==t&&(this._texture=t,this.cachedTint=16777215,this._textureID=-1,this._textureTrimmedID=-1,t&&(t.baseTexture.hasLoaded?this._onTextureUpdate():t.once("update",this._onTextureUpdate,this)))}}]),e}(p.default);r.default=y},{"../const":45,"../display/Container":47,"../math":69,"../textures/Texture":114,"../utils":123}],102:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var o=t("../../renderers/canvas/CanvasRenderer"),s=n(o),a=t("../../const"),u=t("../../math"),h=t("./CanvasTinter"),l=n(h),c=new u.Matrix,d=function(){function t(e){i(this,t),this.renderer=e}return t.prototype.render=function(t){var e=t._texture,r=this.renderer,n=e._frame.width,i=e._frame.height,o=t.transform.worldTransform,s=0,h=0;if(!(e.orig.width<=0||e.orig.height<=0)&&e.baseTexture.source&&(r.setBlendMode(t.blendMode),e.valid)){r.context.globalAlpha=t.worldAlpha;var d=e.baseTexture.scaleMode===a.SCALE_MODES.LINEAR;r.smoothProperty&&r.context[r.smoothProperty]!==d&&(r.context[r.smoothProperty]=d),e.trim?(s=e.trim.width/2+e.trim.x-t.anchor.x*e.orig.width,h=e.trim.height/2+e.trim.y-t.anchor.y*e.orig.height):(s=(.5-t.anchor.x)*e.orig.width,h=(.5-t.anchor.y)*e.orig.height),e.rotate&&(o.copy(c),o=c,u.GroupD8.matrixAppendRotationInv(o,e.rotate,s,h),s=0,h=0),s-=n/2,h-=i/2,r.roundPixels?(r.context.setTransform(o.a,o.b,o.c,o.d,o.tx*r.resolution|0,o.ty*r.resolution|0),s|=0,h|=0):r.context.setTransform(o.a,o.b,o.c,o.d,o.tx*r.resolution,o.ty*r.resolution);var f=e.baseTexture.resolution;16777215!==t.tint?(t.cachedTint!==t.tint&&(t.cachedTint=t.tint,t.tintedTexture=l.default.getTintedTexture(t,t.tint)),r.context.drawImage(t.tintedTexture,0,0,n*f,i*f,s*r.resolution,h*r.resolution,n*r.resolution,i*r.resolution)):r.context.drawImage(e.baseTexture.source,e._frame.x*f,e._frame.y*f,n*f,i*f,s*r.resolution,h*r.resolution,n*r.resolution,i*r.resolution)}},t.prototype.destroy=function(){this.renderer=null},t}();r.default=d,s.default.registerPlugin("sprite",d)},{"../../const":45,"../../math":69,"../../renderers/canvas/CanvasRenderer":76,"./CanvasTinter":103}],103:[function(t,e,r){"use strict";r.__esModule=!0;var n=t("../../utils"),i=t("../../renderers/canvas/utils/canUseNewCanvasBlendModes"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s={getTintedTexture:function(t,e){var r=t._texture;e=s.roundColor(e);var n="#"+("00000"+(0|e).toString(16)).substr(-6);if(r.tintCache=r.tintCache||{},r.tintCache[n])return r.tintCache[n];var i=s.canvas||document.createElement("canvas");if(s.tintMethod(r,e,i),s.convertTintToImage){var o=new Image;o.src=i.toDataURL(),r.tintCache[n]=o}else r.tintCache[n]=i,s.canvas=null;return i},tintWithMultiply:function(t,e,r){var n=r.getContext("2d"),i=t._frame.clone(),o=t.baseTexture.resolution;i.x*=o,i.y*=o,i.width*=o,i.height*=o,r.width=Math.ceil(i.width),r.height=Math.ceil(i.height),n.fillStyle="#"+("00000"+(0|e).toString(16)).substr(-6),n.fillRect(0,0,i.width,i.height),n.globalCompositeOperation="multiply",n.drawImage(t.baseTexture.source,i.x,i.y,i.width,i.height,0,0,i.width,i.height),n.globalCompositeOperation="destination-atop",n.drawImage(t.baseTexture.source,i.x,i.y,i.width,i.height,0,0,i.width,i.height)},tintWithOverlay:function(t,e,r){var n=r.getContext("2d"),i=t._frame.clone(),o=t.baseTexture.resolution;i.x*=o,i.y*=o,i.width*=o,i.height*=o,r.width=Math.ceil(i.width),r.height=Math.ceil(i.height),n.globalCompositeOperation="copy",n.fillStyle="#"+("00000"+(0|e).toString(16)).substr(-6),n.fillRect(0,0,i.width,i.height),n.globalCompositeOperation="destination-atop",n.drawImage(t.baseTexture.source,i.x,i.y,i.width,i.height,0,0,i.width,i.height)},tintWithPerPixel:function(t,e,r){var i=r.getContext("2d"),o=t._frame.clone(),s=t.baseTexture.resolution;o.x*=s,o.y*=s,o.width*=s,o.height*=s,r.width=Math.ceil(o.width),r.height=Math.ceil(o.height),i.globalCompositeOperation="copy",i.drawImage(t.baseTexture.source,o.x,o.y,o.width,o.height,0,0,o.width,o.height);for(var a=(0,n.hex2rgb)(e),u=a[0],h=a[1],l=a[2],c=i.getImageData(0,0,o.width,o.height),d=c.data,f=0;f=this.size&&this.flush(),t._texture._uvs&&(this.sprites[this.currentIndex++]=t)},e.prototype.flush=function(){if(0!==this.currentIndex){var t=this.renderer.gl,e=this.MAX_TEXTURES,r=E.default.nextPow2(this.currentIndex),n=E.default.log2(r),i=this.buffers[n],o=this.sprites,s=this.groups,a=i.float32View,u=i.uint32View,h=this.boundTextures,l=this.renderer.boundTextures,c=this.renderer.textureGC.count,d=0,f=void 0,p=void 0,v=1,y=0,g=s[0],m=void 0,_=void 0,x=o[0].blendMode;g.textureCount=0,g.start=0,g.blend=x,S++;var w=void 0;for(w=0;w0&&(e+="\nelse "),r0?this.context.shadowColor=e.dropShadowColor:this.context.fillStyle=e.dropShadowColor +;for(var d=Math.cos(e.dropShadowAngle)*e.dropShadowDistance,f=Math.sin(e.dropShadowAngle)*e.dropShadowDistance,p=0;p3&&void 0!==arguments[3]&&arguments[3],i=this._style,o=i.letterSpacing;if(0===o)return void(n?this.context.strokeText(t,e,r):this.context.fillText(t,e,r));for(var s=String.prototype.split.call(t,""),a=e,u=0,h="";u3&&void 0!==arguments[3]?arguments[3]:t._canvas;n=n||r.wordWrap;var o=r.toFontString(),s=t.measureFont(o),a=i.getContext("2d");a.font=o;for(var u=n?t.wordWrap(e,r,i):e,h=u.split(/(?:\r\n|\r|\n)/),l=new Array(h.length),c=0,d=0;d2&&void 0!==arguments[2]?arguments[2]:t._canvas,i=n.getContext("2d"),o="",s=e.split("\n"),a=r.wordWrapWidth,u={},h=0;ha)for(var p=c[d].split(""),v=0;vl?(o+="\n"+y,l=a-g):(0===v&&(o+=" "),o+=y,l-=g)}else{var m=f+i.measureText(" ").width;0===d||m>l?(d>0&&(o+="\n"),o+=c[d],l=a-f):(l-=m,o+=" "+c[d])}}hs;--c){for(var v=0;v=0;r--){var n=e[r].trim();/([\"\'])[^\'\"]+\1/.test(n)||(n='"'+n+'"'),e[r]=n}return this.fontStyle+" "+this.fontVariant+" "+this.fontWeight+" "+t+" "+e.join(",")},a(t,[{key:"align",get:function(){return this._align},set:function(t){this._align!==t&&(this._align=t,this.styleID++)}},{key:"breakWords",get:function(){return this._breakWords},set:function(t){this._breakWords!==t&&(this._breakWords=t,this.styleID++)}},{key:"dropShadow",get:function(){return this._dropShadow},set:function(t){this._dropShadow!==t&&(this._dropShadow=t,this.styleID++)}},{key:"dropShadowAlpha",get:function(){return this._dropShadowAlpha},set:function(t){this._dropShadowAlpha!==t&&(this._dropShadowAlpha=t,this.styleID++)}},{key:"dropShadowAngle",get:function(){return this._dropShadowAngle},set:function(t){this._dropShadowAngle!==t&&(this._dropShadowAngle=t,this.styleID++)}},{key:"dropShadowBlur",get:function(){return this._dropShadowBlur},set:function(t){this._dropShadowBlur!==t&&(this._dropShadowBlur=t,this.styleID++)}},{key:"dropShadowColor",get:function(){return this._dropShadowColor},set:function(t){var e=o(t);this._dropShadowColor!==e&&(this._dropShadowColor=e,this.styleID++)}},{key:"dropShadowDistance",get:function(){return this._dropShadowDistance},set:function(t){this._dropShadowDistance!==t&&(this._dropShadowDistance=t,this.styleID++)}},{key:"fill",get:function(){return this._fill},set:function(t){var e=o(t);this._fill!==e&&(this._fill=e,this.styleID++)}},{key:"fillGradientType",get:function(){return this._fillGradientType},set:function(t){this._fillGradientType!==t&&(this._fillGradientType=t,this.styleID++)}},{key:"fillGradientStops",get:function(){return this._fillGradientStops},set:function(t){s(this._fillGradientStops,t)||(this._fillGradientStops=t,this.styleID++)}},{key:"fontFamily",get:function(){return this._fontFamily},set:function(t){this.fontFamily!==t&&(this._fontFamily=t,this.styleID++)}},{key:"fontSize",get:function(){return this._fontSize},set:function(t){this._fontSize!==t&&(this._fontSize=t,this.styleID++)}},{key:"fontStyle",get:function(){return this._fontStyle},set:function(t){this._fontStyle!==t&&(this._fontStyle=t,this.styleID++)}},{key:"fontVariant",get:function(){return this._fontVariant},set:function(t){this._fontVariant!==t&&(this._fontVariant=t,this.styleID++)}},{key:"fontWeight",get:function(){return this._fontWeight},set:function(t){this._fontWeight!==t&&(this._fontWeight=t,this.styleID++)}},{key:"letterSpacing",get:function(){return this._letterSpacing},set:function(t){this._letterSpacing!==t&&(this._letterSpacing=t,this.styleID++)}},{key:"lineHeight",get:function(){return this._lineHeight},set:function(t){this._lineHeight!==t&&(this._lineHeight=t,this.styleID++)}},{key:"lineJoin",get:function(){return this._lineJoin},set:function(t){this._lineJoin!==t&&(this._lineJoin=t,this.styleID++)}},{key:"miterLimit",get:function(){return this._miterLimit},set:function(t){this._miterLimit!==t&&(this._miterLimit=t,this.styleID++)}},{key:"padding",get:function(){return this._padding},set:function(t){this._padding!==t&&(this._padding=t,this.styleID++)}},{key:"stroke",get:function(){return this._stroke},set:function(t){var e=o(t);this._stroke!==e&&(this._stroke=e,this.styleID++)}},{key:"strokeThickness",get:function(){return this._strokeThickness},set:function(t){this._strokeThickness!==t&&(this._strokeThickness=t,this.styleID++)}},{key:"textBaseline",get:function(){return this._textBaseline},set:function(t){this._textBaseline!==t&&(this._textBaseline=t,this.styleID++)}},{key:"trim",get:function(){return this._trim},set:function(t){this._trim!==t&&(this._trim=t,this.styleID++)}},{key:"wordWrap",get:function(){return this._wordWrap},set:function(t){this._wordWrap!==t&&(this._wordWrap=t,this.styleID++)}},{key:"wordWrapWidth",get:function(){return this._wordWrapWidth},set:function(t){this._wordWrapWidth!==t&&(this._wordWrapWidth=t,this.styleID++)}}]),t}();r.default=c},{"../const":45,"../utils":123}],110:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=t("./BaseTexture"),u=n(a),h=t("../settings"),l=n(h),c=function(t){function e(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:100,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,s=arguments[2],a=arguments[3];i(this,e);var u=o(this,t.call(this,null,s));return u.resolution=a||l.default.RESOLUTION,u.width=r,u.height=n,u.realWidth=u.width*u.resolution,u.realHeight=u.height*u.resolution,u.scaleMode=void 0!==s?s:l.default.SCALE_MODE,u.hasLoaded=!0,u._glRenderTargets={},u._canvasRenderTarget=null,u.valid=!1,u}return s(e,t),e.prototype.resize=function(t,e){t===this.width&&e===this.height||(this.valid=t>0&&e>0,this.width=t,this.height=e,this.realWidth=this.width*this.resolution,this.realHeight=this.height*this.resolution,this.valid&&this.emit("update",this))},e.prototype.destroy=function(){t.prototype.destroy.call(this,!0),this.renderer=null},e}(u.default);r.default=c},{"../settings":100,"./BaseTexture":111}],111:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=t("../utils"),u=t("../settings"),h=n(u),l=t("eventemitter3"),c=n(l),d=t("../utils/determineCrossOrigin"),f=n(d),p=t("bit-twiddle"),v=n(p),y=function(t){function e(r,n,s){i(this,e);var u=o(this,t.call(this));return u.uid=(0,a.uid)(),u.touched=0,u.resolution=s||h.default.RESOLUTION,u.width=100,u.height=100,u.realWidth=100,u.realHeight=100,u.scaleMode=void 0!==n?n:h.default.SCALE_MODE,u.hasLoaded=!1,u.isLoading=!1,u.source=null,u.origSource=null,u.imageType=null,u.sourceScale=1,u.premultipliedAlpha=!0,u.imageUrl=null,u.isPowerOfTwo=!1,u.mipmap=h.default.MIPMAP_TEXTURES,u.wrapMode=h.default.WRAP_MODE,u._glTextures={},u._enabled=0,u._virtalBoundId=-1,u._destroyed=!1,u.textureCacheIds=[],r&&u.loadSource(r),u}return s(e,t),e.prototype.update=function(){"svg"!==this.imageType&&(this.realWidth=this.source.naturalWidth||this.source.videoWidth||this.source.width,this.realHeight=this.source.naturalHeight||this.source.videoHeight||this.source.height,this._updateDimensions()),this.emit("update",this)},e.prototype._updateDimensions=function(){this.width=this.realWidth/this.resolution,this.height=this.realHeight/this.resolution,this.isPowerOfTwo=v.default.isPow2(this.realWidth)&&v.default.isPow2(this.realHeight)},e.prototype.loadSource=function(t){var e=this.isLoading;this.hasLoaded=!1,this.isLoading=!1,e&&this.source&&(this.source.onload=null,this.source.onerror=null);var r=!this.source;if(this.source=t,(t.src&&t.complete||t.getContext)&&t.width&&t.height)this._updateImageType(),"svg"===this.imageType?this._loadSvgSource():this._sourceLoaded(),r&&this.emit("loaded",this);else if(!t.getContext){this.isLoading=!0;var n=this;if(t.onload=function(){if(n._updateImageType(),t.onload=null,t.onerror=null,n.isLoading){if(n.isLoading=!1,n._sourceLoaded(),"svg"===n.imageType)return void n._loadSvgSource();n.emit("loaded",n)}},t.onerror=function(){t.onload=null,t.onerror=null,n.isLoading&&(n.isLoading=!1,n.emit("error",n))},t.complete&&t.src){if(t.onload=null,t.onerror=null,"svg"===n.imageType)return void n._loadSvgSource();this.isLoading=!1,t.width&&t.height?(this._sourceLoaded(),e&&this.emit("loaded",this)):e&&this.emit("error",this)}}},e.prototype._updateImageType=function(){if(this.imageUrl){var t=(0,a.decomposeDataUri)(this.imageUrl),e=void 0;if(t&&"image"===t.mediaType){var r=t.subType.split("+")[0];if(!(e=(0,a.getUrlFileExtension)("."+r)))throw new Error("Invalid image type in data URI.")}else(e=(0,a.getUrlFileExtension)(this.imageUrl))||(e="png");this.imageType=e}},e.prototype._loadSvgSource=function(){if("svg"===this.imageType){var t=(0,a.decomposeDataUri)(this.imageUrl);t?this._loadSvgSourceUsingDataUri(t):this._loadSvgSourceUsingXhr()}},e.prototype._loadSvgSourceUsingDataUri=function(t){var e=void 0;if("base64"===t.encoding){if(!atob)throw new Error("Your browser doesn't support base64 conversions.");e=atob(t.data)}else e=t.data;this._loadSvgSourceUsingString(e)},e.prototype._loadSvgSourceUsingXhr=function(){var t=this,e=new XMLHttpRequest;e.onload=function(){if(e.readyState!==e.DONE||200!==e.status)throw new Error("Failed to load SVG using XHR.");t._loadSvgSourceUsingString(e.response)},e.onerror=function(){return t.emit("error",t)},e.open("GET",this.imageUrl,!0),e.send()},e.prototype._loadSvgSourceUsingString=function(t){var r=(0,a.getSvgSize)(t),n=r.width,i=r.height;if(!n||!i)throw new Error("The SVG image must have width and height defined (in pixels), canvas API needs them.");this.realWidth=Math.round(n*this.sourceScale),this.realHeight=Math.round(i*this.sourceScale),this._updateDimensions();var o=document.createElement("canvas");o.width=this.realWidth,o.height=this.realHeight,o._pixiId="canvas_"+(0,a.uid)(),o.getContext("2d").drawImage(this.source,0,0,n,i,0,0,this.realWidth,this.realHeight),this.origSource=this.source,this.source=o,e.addToCache(this,o._pixiId),this.isLoading=!1,this._sourceLoaded(),this.emit("loaded",this)},e.prototype._sourceLoaded=function(){this.hasLoaded=!0,this.update()},e.prototype.destroy=function(){this.imageUrl&&(delete a.TextureCache[this.imageUrl],this.imageUrl=null,navigator.isCocoonJS||(this.source.src="")),this.source=null,this.dispose(),e.removeFromCache(this),this.textureCacheIds=null,this._destroyed=!0},e.prototype.dispose=function(){this.emit("dispose",this)},e.prototype.updateSourceImage=function(t){this.source.src=t,this.loadSource(this.source)},e.fromImage=function(t,r,n,i){var o=a.BaseTextureCache[t];if(!o){var s=new Image;void 0===r&&0!==t.indexOf("data:")&&(s.crossOrigin=(0,f.default)(t)),o=new e(s,n),o.imageUrl=t,i&&(o.sourceScale=i),o.resolution=(0,a.getResolutionOfUrl)(t),s.src=t,e.addToCache(o,t)}return o},e.fromCanvas=function(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"canvas";t._pixiId||(t._pixiId=n+"_"+(0,a.uid)());var i=a.BaseTextureCache[t._pixiId];return i||(i=new e(t,r),e.addToCache(i,t._pixiId)),i},e.from=function(t,r,n){if("string"==typeof t)return e.fromImage(t,void 0,r,n);if(t instanceof HTMLImageElement){var i=t.src,o=a.BaseTextureCache[i];return o||(o=new e(t,r),o.imageUrl=i,n&&(o.sourceScale=n),o.resolution=(0,a.getResolutionOfUrl)(i),e.addToCache(o,i)),o}return t instanceof HTMLCanvasElement?e.fromCanvas(t,r):t},e.addToCache=function(t,e){e&&(-1===t.textureCacheIds.indexOf(e)&&t.textureCacheIds.push(e),a.BaseTextureCache[e]=t)},e.removeFromCache=function(t){if("string"==typeof t){var e=a.BaseTextureCache[t];if(e){var r=e.textureCacheIds.indexOf(t);return r>-1&&e.textureCacheIds.splice(r,1),delete a.BaseTextureCache[t],e}}else if(t&&t.textureCacheIds){for(var n=0;n0&&e>0,this._frame.width=this.orig.width=t,this._frame.height=this.orig.height=e,r||this.baseTexture.resize(t,e),this._updateUvs()},e.create=function(t,r,n,i){return new e(new u.default(t,r,n,i))},e}(l.default);r.default=c},{"./BaseRenderTexture":110,"./Texture":114}],113:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:null;n(this,t),this.baseTexture=e,this.textures={},this.data=r,this.resolution=this._updateResolution(i||this.baseTexture.imageUrl),this._frames=this.data.frames,this._frameKeys=Object.keys(this._frames),this._batchIndex=0,this._callback=null}return i(t,null,[{key:"BATCH_SIZE",get:function(){return 1e3}}]),t.prototype._updateResolution=function(t){var e=this.data.meta.scale,r=(0,s.getResolutionOfUrl)(t,null);return null===r&&(r=void 0!==e?parseFloat(e):1),1!==r&&(this.baseTexture.resolution=r,this.baseTexture.update()),r},t.prototype.parse=function(e){this._batchIndex=0,this._callback=e,this._frameKeys.length<=t.BATCH_SIZE?(this._processFrames(0),this._parseComplete()):this._nextBatch()},t.prototype._processFrames=function(e){for(var r=e,n=t.BATCH_SIZE;r-e0&&void 0!==arguments[0]&&arguments[0];for(var e in this.textures)this.textures[e].destroy();this._frames=null,this._frameKeys=null,this.data=null,this.textures=null,t&&this.baseTexture.destroy(),this.baseTexture=null},t}();r.default=a},{"../":64,"../utils":123}],114:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function a(t){t.destroy=function(){},t.on=function(){},t.once=function(){},t.emit=function(){}}r.__esModule=!0;var u=function(){function t(t,e){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:"canvas";return new e(l.default.fromCanvas(t,r,n))},e.fromVideo=function(t,r){return"string"==typeof t?e.fromVideoUrl(t,r):new e(d.default.fromVideo(t,r))},e.fromVideoUrl=function(t,r){return new e(d.default.fromUrl(t,r))},e.from=function(t){if("string"==typeof t){var r=m.TextureCache[t];if(!r){return null!==t.match(/\.(mp4|webm|ogg|h264|avi|mov)$/)?e.fromVideoUrl(t):e.fromImage(t)}return r}return t instanceof HTMLImageElement?new e(l.default.from(t)):t instanceof HTMLCanvasElement?e.fromCanvas(t,b.default.SCALE_MODE,"HTMLCanvasElement"):t instanceof HTMLVideoElement?e.fromVideo(t):t instanceof l.default?new e(t):t},e.fromLoader=function(t,r,n){var i=new l.default(t,void 0,(0,m.getResolutionOfUrl)(r)),o=new e(i);return i.imageUrl=r,n||(n=r),l.default.addToCache(o.baseTexture,n),e.addToCache(o,n),n!==r&&(l.default.addToCache(o.baseTexture,r),e.addToCache(o,r)),o},e.addToCache=function(t,e){e&&(-1===t.textureCacheIds.indexOf(e)&&t.textureCacheIds.push(e),m.TextureCache[e]=t)},e.removeFromCache=function(t){if("string"==typeof t){var e=m.TextureCache[t];if(e){var r=e.textureCacheIds.indexOf(t);return r>-1&&e.textureCacheIds.splice(r,1),delete m.TextureCache[t],e}}else if(t&&t.textureCacheIds){for(var n=0;nthis.baseTexture.width||t.y+t.height>this.baseTexture.height)throw new Error("Texture Error: frame does not fit inside the base Texture dimensions: X: "+t.x+" + "+t.width+" > "+this.baseTexture.width+" Y: "+t.y+" + "+t.height+" > "+this.baseTexture.height);this.valid=t&&t.width&&t.height&&this.baseTexture.hasLoaded,this.trim||this.rotate||(this.orig=t),this.valid&&this._updateUvs()}},{key:"rotate",get:function(){return this._rotate},set:function(t){this._rotate=t,this.valid&&this._updateUvs()}},{key:"width",get:function(){return this.orig.width}},{key:"height",get:function(){return this.orig.height}}]),e}(y.default);r.default=x,x.EMPTY=new x(new l.default),a(x.EMPTY),a(x.EMPTY.baseTexture),x.WHITE=function(){var t=document.createElement("canvas");t.width=10,t.height=10;var e=t.getContext("2d");return e.fillStyle="white",e.fillRect(0,0,10,10),new x(new l.default(t))}(),a(x.WHITE),a(x.WHITE.baseTexture)},{"../math":69,"../settings":100,"../utils":123,"./BaseTexture":111,"./TextureUvs":115,"./VideoBaseTexture":116,eventemitter3:3}],115:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../math/GroupD8"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=function(){function t(){n(this,t),this.x0=0,this.y0=0,this.x1=1,this.y1=0,this.x2=1,this.y2=1,this.x3=0,this.y3=1,this.uvsUint32=new Uint32Array(4)}return t.prototype.set=function(t,e,r){var n=e.width,i=e.height;if(r){var s=t.width/2/n,a=t.height/2/i,u=t.x/n+s,h=t.y/i+a;r=o.default.add(r,o.default.NW),this.x0=u+s*o.default.uX(r),this.y0=h+a*o.default.uY(r),r=o.default.add(r,2),this.x1=u+s*o.default.uX(r),this.y1=h+a*o.default.uY(r),r=o.default.add(r,2),this.x2=u+s*o.default.uX(r),this.y2=h+a*o.default.uY(r),r=o.default.add(r,2),this.x3=u+s*o.default.uX(r),this.y3=h+a*o.default.uY(r)}else this.x0=t.x/n,this.y0=t.y/i,this.x1=(t.x+t.width)/n,this.y1=t.y/i,this.x2=(t.x+t.width)/n,this.y2=(t.y+t.height)/i,this.x3=t.x/n,this.y3=(t.y+t.height)/i;this.uvsUint32[0]=(65535*this.y0&65535)<<16|65535*this.x0&65535,this.uvsUint32[1]=(65535*this.y1&65535)<<16|65535*this.x1&65535, +this.uvsUint32[2]=(65535*this.y2&65535)<<16|65535*this.x2&65535,this.uvsUint32[3]=(65535*this.y3&65535)<<16|65535*this.x3&65535},t}();r.default=s},{"../math/GroupD8":65}],116:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t,e){e||(e="video/"+t.substr(t.lastIndexOf(".")+1));var r=document.createElement("source");return r.src=t,r.type=e,r}r.__esModule=!0;var a=function(){function t(t,e){for(var r=0;r0&&!1===t.paused&&!1===t.ended&&t.readyState>2},e.prototype._isSourceReady=function(){return 3===this.source.readyState||4===this.source.readyState},e.prototype._onPlayStart=function(){this.hasLoaded||this._onCanPlay(),!this._isAutoUpdating&&this.autoUpdate&&(c.shared.add(this.update,this,d.UPDATE_PRIORITY.HIGH),this._isAutoUpdating=!0)},e.prototype._onPlayStop=function(){this._isAutoUpdating&&(c.shared.remove(this.update,this),this._isAutoUpdating=!1)},e.prototype._onCanPlay=function(){this.hasLoaded=!0,this.source&&(this.source.removeEventListener("canplay",this._onCanPlay),this.source.removeEventListener("canplaythrough",this._onCanPlay),this.width=this.source.videoWidth,this.height=this.source.videoHeight,this.__loaded||(this.__loaded=!0,this.emit("loaded",this)),this._isSourcePlaying()?this._onPlayStart():this.autoPlay&&this.source.play())},e.prototype.destroy=function(){this._isAutoUpdating&&c.shared.remove(this.update,this),this.source&&this.source._pixiId&&(h.default.removeFromCache(this.source._pixiId),delete this.source._pixiId),t.prototype.destroy.call(this)},e.fromVideo=function(t,r){t._pixiId||(t._pixiId="video_"+(0,l.uid)());var n=l.BaseTextureCache[t._pixiId];return n||(n=new e(t,r),h.default.addToCache(n,t._pixiId)),n},e.fromUrl=function(t,r){var n=document.createElement("video");if(n.setAttribute("webkit-playsinline",""),n.setAttribute("playsinline",""),Array.isArray(t))for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:u.UPDATE_PRIORITY.NORMAL;return this._addListener(new l.default(t,e,r))},t.prototype.addOnce=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u.UPDATE_PRIORITY.NORMAL;return this._addListener(new l.default(t,e,r,!0))},t.prototype._addListener=function(t){var e=this._head.next,r=this._head;if(e){for(;e;){if(t.priority>e.priority){t.connect(r);break}r=e,e=e.next}t.previous||t.connect(r)}else t.connect(r);return this._startIfPossible(),this},t.prototype.remove=function(t,e){for(var r=this._head.next;r;)r=r.match(t,e)?r.destroy():r.next;return this._head.next||this._cancelIfNeeded(),this},t.prototype.start=function(){this.started||(this.started=!0,this._requestIfNeeded())},t.prototype.stop=function(){this.started&&(this.started=!1,this._cancelIfNeeded())},t.prototype.destroy=function(){this.stop();for(var t=this._head.next;t;)t=t.destroy(!0);this._head.destroy(),this._head=null},t.prototype.update=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:performance.now(),e=void 0;if(t>this.lastTime){e=this.elapsedMS=t-this.lastTime,e>this._maxElapsedMS&&(e=this._maxElapsedMS),this.deltaTime=e*a.default.TARGET_FPMS*this.speed;for(var r=this._head,n=r.next;n;)n=n.emit(this.deltaTime);r.next||this._cancelIfNeeded()}else this.deltaTime=this.elapsedMS=0;this.lastTime=t},o(t,[{key:"FPS",get:function(){return 1e3/this.elapsedMS}},{key:"minFPS",get:function(){return 1e3/this._maxElapsedMS},set:function(t){var e=Math.min(Math.max(0,t)/1e3,a.default.TARGET_FPMS);this._maxElapsedMS=1/e}}]),t}();r.default=c},{"../const":45,"../settings":100,"./TickerListener":118}],118:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];n(this,t),this.fn=e,this.context=r,this.priority=i,this.once=o,this.next=null,this.previous=null,this._destroyed=!1}return t.prototype.match=function(t,e){return e=e||null,this.fn===t&&this.context===e},t.prototype.emit=function(t){this.fn&&(this.context?this.fn.call(this.context,t):this.fn(t));var e=this.next;return this.once&&this.destroy(!0),this._destroyed&&(this.next=null),e},t.prototype.connect=function(t){this.previous=t,t.next&&(t.next.previous=this),this.next=t.next,t.next=this},t.prototype.destroy=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this._destroyed=!0,this.fn=null,this.context=null,this.previous&&(this.previous.next=this.next),this.next&&(this.next.previous=this.previous);var e=this.previous;return this.next=t?null:e,this.previous=null,e},t}();r.default=i},{}],119:[function(t,e,r){"use strict";r.__esModule=!0,r.Ticker=r.shared=void 0;var n=t("./Ticker"),i=function(t){return t&&t.__esModule?t:{default:t}}(n),o=new i.default;o.autoStart=!0,o.destroy=function(){},r.shared=o,r.Ticker=i.default},{"./Ticker":117}],120:[function(t,e,r){"use strict";function n(){return!(!!navigator.platform&&/iPad|iPhone|iPod/.test(navigator.platform))}r.__esModule=!0,r.default=n},{}],121:[function(t,e,r){"use strict";function n(t){for(var e=6*t,r=new Uint16Array(e),n=0,i=0;n1&&void 0!==arguments[1]?arguments[1]:window.location;if(0===t.indexOf("data:"))return"";e=e||window.location,s||(s=document.createElement("a")),s.href=t,t=o.default.parse(s.href);var r=!t.port&&""===e.port||t.port===e.port;return t.hostname===e.hostname&&r&&t.protocol===e.protocol?"":"anonymous"}r.__esModule=!0,r.default=n;var i=t("url"),o=function(t){return t&&t.__esModule?t:{default:t}}(i),s=void 0},{url:29}],123:[function(t,e,r){"use strict";function n(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}function i(t){return t&&t.__esModule?t:{default:t}}function o(){return++A}function s(t,e){return e=e||[],e[0]=(t>>16&255)/255,e[1]=(t>>8&255)/255,e[2]=(255&t)/255,e}function a(t){return t=t.toString(16),"#"+(t="000000".substr(0,6-t.length)+t)}function u(t){return(255*t[0]<<16)+(255*t[1]<<8)+(255*t[2]|0)}function h(t,e){var r=T.default.RETINA_PREFIX.exec(t);return r?parseFloat(r[1]):void 0!==e?e:1}function l(t){var e=b.DATA_URI.exec(t);if(e)return{mediaType:e[1]?e[1].toLowerCase():void 0,subType:e[2]?e[2].toLowerCase():void 0,encoding:e[3]?e[3].toLowerCase():void 0,data:e[4]}}function c(t){var e=b.URL_FILE_EXTENSION.exec(t);if(e)return e[1].toLowerCase()}function d(t){var e=b.SVG_SIZE.exec(t),r={};return e&&(r[e[1]]=Math.round(parseFloat(e[3])),r[e[5]]=Math.round(parseFloat(e[7]))),r}function f(){I=!0}function p(t){if(!I){if(navigator.userAgent.toLowerCase().indexOf("chrome")>-1){var e=["\n %c %c %c Pixi.js "+b.VERSION+" - ✰ "+t+" ✰ %c %c http://www.pixijs.com/ %c %c ♥%c♥%c♥ \n\n","background: #ff66a5; padding:5px 0;","background: #ff66a5; padding:5px 0;","color: #ff66a5; background: #030307; padding:5px 0;","background: #ff66a5; padding:5px 0;","background: #ffc3dc; padding:5px 0;","background: #ff66a5; padding:5px 0;","color: #ff2424; background: #fff; padding:5px 0;","color: #ff2424; background: #fff; padding:5px 0;","color: #ff2424; background: #fff; padding:5px 0;"];window.console.log.apply(console,e)}else window.console&&window.console.log("Pixi.js "+b.VERSION+" - "+t+" - http://www.pixijs.com/");I=!0}}function v(){var t={stencil:!0,failIfMajorPerformanceCaveat:!0};try{if(!window.WebGLRenderingContext)return!1;var e=document.createElement("canvas"),r=e.getContext("webgl",t)||e.getContext("experimental-webgl",t),n=!(!r||!r.getContextAttributes().stencil);if(r){var i=r.getExtension("WEBGL_lose_context");i&&i.loseContext()}return r=null,n}catch(t){return!1}}function y(t){return 0===t?0:t<0?-1:1}function g(t,e,r){var n=t.length;if(!(e>=n||0===r)){r=e+r>n?n-e:r;for(var i=n-r,o=e;o1?this._fontStyle="italic":t.indexOf("oblique")>-1?this._fontStyle="oblique":this._fontStyle="normal",t.indexOf("small-caps")>-1?this._fontVariant="small-caps":this._fontVariant="normal";var e=t.split(" "),r=-1;this._fontSize=26;for(var i=0;i-1&&r=this._durations[this.currentFrame];)n-=this._durations[this.currentFrame]*i,this._currentTime+=i;this._currentTime+=n/this._durations[this.currentFrame]}else this._currentTime+=e;this._currentTime<0&&!this.loop?(this.gotoAndStop(0),this.onComplete&&this.onComplete()):this._currentTime>=this._textures.length&&!this.loop?(this.gotoAndStop(this._textures.length-1),this.onComplete&&this.onComplete()):r!==this.currentFrame&&this.updateTexture()},e.prototype.updateTexture=function(){this._texture=this._textures[this.currentFrame],this._textureID=-1,this.onFrameChange&&this.onFrameChange(this.currentFrame)},e.prototype.destroy=function(){this.stop(),t.prototype.destroy.call(this)},e.fromFrames=function(t){for(var r=[],n=0;n1&&void 0!==arguments[1]?arguments[1]:{};n(this,e);var s=i(this,t.call(this));return s._textWidth=0,s._textHeight=0,s._glyphs=[],s._font={tint:void 0!==o.tint?o.tint:16777215,align:o.align||"left",name:null,size:0},s.font=o.font,s._text=r,s.maxWidth=0,s.maxLineHeight=0,s._anchor=new l.default(function(){s.dirty=!0},s,0,0),s.dirty=!1,s.updateText(),s}return o(e,t),e.prototype.updateText=function(){for(var t=e.fonts[this._font.name],r=this._font.size/t.size,n=new u.Point,i=[],o=[],s=null,a=0,h=0,l=0,c=-1,d=0,f=0,p=0;p0&&n.x*r>this.maxWidth)u.utils.removeItems(i,c,p-c),p=c,c=-1,o.push(d),h=Math.max(h,d),l++,n.x=0,n.y+=t.lineHeight,s=null;else{var y=t.chars[v];y&&(s&&y.kerning[s]&&(n.x+=y.kerning[s]),i.push({texture:y.texture,line:l,charCode:v,position:new u.Point(n.x+y.xOffset,n.y+y.yOffset)}),a=n.x+(y.texture.width+y.xOffset),n.x+=y.xAdvance,f=Math.max(f,y.yOffset+y.texture.height),s=v)}}o.push(a),h=Math.max(h,a);for(var g=[],m=0;m<=l;m++){var _=0;"right"===this._font.align?_=h-o[m]:"center"===this._font.align&&(_=(h-o[m])/2),g.push(_)}for(var b=i.length,x=this.tint,T=0;T=0?t:16777215,this.dirty=!0}},{key:"align",get:function(){return this._font.align},set:function(t){this._font.align=t||"left",this.dirty=!0}},{key:"anchor",get:function(){return this._anchor},set:function(t){"number"==typeof t?this._anchor.set(t):this._anchor.copy(t)}},{key:"font",get:function(){return this._font},set:function(t){t&&("string"==typeof t?(t=t.split(" "),this._font.name=1===t.length?t[0]:t.slice(1).join(" "),this._font.size=t.length>=2?parseInt(t[0],10):e.fonts[this._font.name].size):(this._font.name=t.name,this._font.size="number"==typeof t.size?t.size:parseInt(t.size,10)),this.dirty=!0)}},{key:"text",get:function(){return this._text},set:function(t){t=t.toString()||" ",this._text!==t&&(this._text=t,this.dirty=!0)}},{key:"textWidth",get:function(){return this.validate(),this._textWidth}},{key:"textHeight",get:function(){return this.validate(),this._textHeight}}]),e}(u.Container);r.default=c,c.fonts={}},{"../core":64,"../core/math/ObservablePoint":67}],134:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(t,e){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:100,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:100;i(this,e);var a=o(this,t.call(this,r));return a.tileTransform=new h.TransformStatic,a._width=n,a._height=s,a._canvasPattern=null,a.uvTransform=r.transform||new f.default(r),a.pluginName="tilingSprite",a.uvRespectAnchor=!1,a}return s(e,t),e.prototype._onTextureUpdate=function(){this.uvTransform&&(this.uvTransform.texture=this._texture)},e.prototype._renderWebGL=function(t){var e=this._texture;e&&e.valid&&(this.tileTransform.updateLocalTransform(),this.uvTransform.update(),t.setObjectRenderer(t.plugins[this.pluginName]),t.plugins[this.pluginName].render(this))},e.prototype._renderCanvas=function(t){var e=this._texture;if(e.baseTexture.hasLoaded){var r=t.context,n=this.worldTransform,i=t.resolution,o=e.baseTexture,s=o.resolution,a=this.tilePosition.x/this.tileScale.x%e._frame.width*s,u=this.tilePosition.y/this.tileScale.y%e._frame.height*s;if(!this._canvasPattern){var l=new h.CanvasRenderTarget(e._frame.width,e._frame.height,s);16777215!==this.tint?(this.cachedTint!==this.tint&&(this.cachedTint=this.tint,this.tintedTexture=c.default.getTintedTexture(this,this.tint)),l.context.drawImage(this.tintedTexture,0,0)):l.context.drawImage(o.source,-e._frame.x,-e._frame.y),this._canvasPattern=l.context.createPattern(l.canvas,"repeat")}r.globalAlpha=this.worldAlpha,r.setTransform(n.a*i,n.b*i,n.c*i,n.d*i,n.tx*i,n.ty*i),t.setBlendMode(this.blendMode),r.fillStyle=this._canvasPattern,r.scale(this.tileScale.x/s,this.tileScale.y/s);var d=this.anchor.x*-this._width,f=this.anchor.y*-this._height;this.uvRespectAnchor?(r.translate(a,u),r.fillRect(-a+d,-u+f,this._width/this.tileScale.x*s,this._height/this.tileScale.y*s)):(r.translate(a+d,u+f),r.fillRect(-a,-u,this._width/this.tileScale.x*s,this._height/this.tileScale.y*s))}},e.prototype._calculateBounds=function(){var t=this._width*-this._anchor._x,e=this._height*-this._anchor._y,r=this._width*(1-this._anchor._x),n=this._height*(1-this._anchor._y);this._bounds.addFrame(this.transform,t,e,r,n)},e.prototype.getLocalBounds=function(e){return 0===this.children.length?(this._bounds.minX=this._width*-this._anchor._x,this._bounds.minY=this._height*-this._anchor._y,this._bounds.maxX=this._width*(1-this._anchor._x),this._bounds.maxY=this._height*(1-this._anchor._x),e||(this._localBoundsRect||(this._localBoundsRect=new h.Rectangle),e=this._localBoundsRect),this._bounds.getRectangle(e)):t.prototype.getLocalBounds.call(this,e)},e.prototype.containsPoint=function(t){this.worldTransform.applyInverse(t,p);var e=this._width,r=this._height,n=-e*this.anchor._x;if(p.x>n&&p.xi&&p.y0&&void 0!==arguments[0]?arguments[0]:new i.Point,e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.parent?this.parent.toGlobal(this.position,t,e):(t.x=this.position.x,t.y=this.position.y),t}},{"../core":64}],139:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0,r.BitmapText=r.TilingSpriteRenderer=r.TilingSprite=r.AnimatedSprite=void 0;var i=t("./AnimatedSprite");Object.defineProperty(r,"AnimatedSprite",{enumerable:!0,get:function(){return n(i).default}});var o=t("./TilingSprite");Object.defineProperty(r,"TilingSprite",{enumerable:!0,get:function(){return n(o).default}});var s=t("./webgl/TilingSpriteRenderer");Object.defineProperty(r,"TilingSpriteRenderer",{enumerable:!0,get:function(){return n(s).default}});var a=t("./BitmapText");Object.defineProperty(r,"BitmapText",{enumerable:!0,get:function(){return n(a).default}}),t("./cacheAsBitmap"),t("./getChildByName"),t("./getGlobalPosition")},{"./AnimatedSprite":132,"./BitmapText":133,"./TilingSprite":135,"./cacheAsBitmap":136,"./getChildByName":137,"./getGlobalPosition":138,"./webgl/TilingSpriteRenderer":140}],140:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=t("../../core"),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(s),u=t("../../core/const"),h=(t("path"),new a.Matrix),l=new Float32Array(4),c=function(t){function e(r){n(this,e);var o=i(this,t.call(this,r));return o.shader=null,o.simpleShader=null,o.quad=null,o}return o(e,t),e.prototype.onContextChange=function(){var t=this.renderer.gl;this.shader=new a.Shader(t,"attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\nuniform mat3 translationMatrix;\nuniform mat3 uTransform;\n\nvarying vec2 vTextureCoord;\n\nvoid main(void)\n{\n gl_Position = vec4((projectionMatrix * translationMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n\n vTextureCoord = (uTransform * vec3(aTextureCoord, 1.0)).xy;\n}\n","varying vec2 vTextureCoord;\n\nuniform sampler2D uSampler;\nuniform vec4 uColor;\nuniform mat3 uMapCoord;\nuniform vec4 uClampFrame;\nuniform vec2 uClampOffset;\n\nvoid main(void)\n{\n vec2 coord = mod(vTextureCoord - uClampOffset, vec2(1.0, 1.0)) + uClampOffset;\n coord = (uMapCoord * vec3(coord, 1.0)).xy;\n coord = clamp(coord, uClampFrame.xy, uClampFrame.zw);\n\n vec4 sample = texture2D(uSampler, coord);\n vec4 color = vec4(uColor.rgb * uColor.a, uColor.a);\n\n gl_FragColor = sample * color ;\n}\n"),this.simpleShader=new a.Shader(t,"attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\nuniform mat3 translationMatrix;\nuniform mat3 uTransform;\n\nvarying vec2 vTextureCoord;\n\nvoid main(void)\n{\n gl_Position = vec4((projectionMatrix * translationMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n\n vTextureCoord = (uTransform * vec3(aTextureCoord, 1.0)).xy;\n}\n","varying vec2 vTextureCoord;\n\nuniform sampler2D uSampler;\nuniform vec4 uColor;\n\nvoid main(void)\n{\n vec4 sample = texture2D(uSampler, vTextureCoord);\n vec4 color = vec4(uColor.rgb * uColor.a, uColor.a);\n gl_FragColor = sample * color;\n}\n"),this.renderer.bindVao(null),this.quad=new a.Quad(t,this.renderer.state.attribState),this.quad.initVao(this.shader)},e.prototype.render=function(t){var e=this.renderer,r=this.quad;e.bindVao(r.vao);var n=r.vertices;n[0]=n[6]=t._width*-t.anchor.x,n[1]=n[3]=t._height*-t.anchor.y,n[2]=n[4]=t._width*(1-t.anchor.x),n[5]=n[7]=t._height*(1-t.anchor.y),t.uvRespectAnchor&&(n=r.uvs,n[0]=n[6]=-t.anchor.x,n[1]=n[3]=-t.anchor.y,n[2]=n[4]=1-t.anchor.x,n[5]=n[7]=1-t.anchor.y),r.upload();var i=t._texture,o=i.baseTexture,s=t.tileTransform.localTransform,c=t.uvTransform,d=o.isPowerOfTwo&&i.frame.width===o.width&&i.frame.height===o.height;d&&(o._glTextures[e.CONTEXT_UID]?d=o.wrapMode!==u.WRAP_MODES.CLAMP:o.wrapMode===u.WRAP_MODES.CLAMP&&(o.wrapMode=u.WRAP_MODES.REPEAT));var f=d?this.simpleShader:this.shader;e.bindShader(f);var p=i.width,v=i.height,y=t._width,g=t._height;h.set(s.a*p/y,s.b*p/g,s.c*v/y,s.d*v/g,s.tx/y,s.ty/g),h.invert(),d?h.prepend(c.mapCoord):(f.uniforms.uMapCoord=c.mapCoord.toArray(!0),f.uniforms.uClampFrame=c.uClampFrame,f.uniforms.uClampOffset=c.uClampOffset),f.uniforms.uTransform=h.toArray(!0);var m=l;a.utils.hex2rgb(t.tint,m),m[3]=t.worldAlpha,f.uniforms.uColor=m,f.uniforms.translationMatrix=t.transform.worldTransform.toArray(!0),f.uniforms.uSampler=e.bindTexture(i),e.setBlendMode(t.blendMode),r.vao.draw(this.renderer.gl.TRIANGLES,6,0)},e}(a.ObjectRenderer);r.default=c,a.WebGLRenderer.registerPlugin("tilingSprite",c)},{"../../core":64,"../../core/const":45,path:23}],141:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a=function(){function t(t,e){for(var r=0;r=r&&(u=t-h-1),l=l.replace("%value%",e[u]),s+=l,s+="\n"}return n=n.replace("%blur%",s),n=n.replace("%size%",t)}r.__esModule=!0,r.default=n;var i={5:[.153388,.221461,.250301],7:[.071303,.131514,.189879,.214607],9:[.028532,.067234,.124009,.179044,.20236],11:[.0093,.028002,.065984,.121703,.175713,.198596],13:[.002406,.009255,.027867,.065666,.121117,.174868,.197641],15:[489e-6,.002403,.009246,.02784,.065602,.120999,.174697,.197448]},o=["varying vec2 vBlurTexCoords[%size%];","uniform sampler2D uSampler;","void main(void)","{"," gl_FragColor = vec4(0.0);"," %blur%","}"].join("\n")},{}],145:[function(t,e,r){"use strict";function n(t,e){var r=Math.ceil(t/2),n=i,o="",s=void 0;s=e?"vBlurTexCoords[%index%] = aTextureCoord + vec2(%sampleIndex% * strength, 0.0);":"vBlurTexCoords[%index%] = aTextureCoord + vec2(0.0, %sampleIndex% * strength);";for(var a=0;ae;)r-=2;return r}r.__esModule=!0,r.default=n},{}],147:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=function(){function t(t,e){for(var r=0;r 0.0) {\n c.rgb /= c.a;\n }\n\n vec4 result;\n\n result.r = (m[0] * c.r);\n result.r += (m[1] * c.g);\n result.r += (m[2] * c.b);\n result.r += (m[3] * c.a);\n result.r += m[4];\n\n result.g = (m[5] * c.r);\n result.g += (m[6] * c.g);\n result.g += (m[7] * c.b);\n result.g += (m[8] * c.a);\n result.g += m[9];\n\n result.b = (m[10] * c.r);\n result.b += (m[11] * c.g);\n result.b += (m[12] * c.b);\n result.b += (m[13] * c.a);\n result.b += m[14];\n\n result.a = (m[15] * c.r);\n result.a += (m[16] * c.g);\n result.a += (m[17] * c.b);\n result.a += (m[18] * c.a);\n result.a += m[19];\n\n vec3 rgb = mix(c.rgb, result.rgb, uAlpha);\n\n // Premultiply alpha again.\n rgb *= result.a;\n\n gl_FragColor = vec4(rgb, result.a);\n}\n"));return r.uniforms.m=[1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0],r.alpha=1,r}return o(e,t),e.prototype._loadMatrix=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=t;e&&(this._multiply(r,this.uniforms.m,t),r=this._colorMatrix(r)),this.uniforms.m=r},e.prototype._multiply=function(t,e,r){return t[0]=e[0]*r[0]+e[1]*r[5]+e[2]*r[10]+e[3]*r[15],t[1]=e[0]*r[1]+e[1]*r[6]+e[2]*r[11]+e[3]*r[16],t[2]=e[0]*r[2]+e[1]*r[7]+e[2]*r[12]+e[3]*r[17],t[3]=e[0]*r[3]+e[1]*r[8]+e[2]*r[13]+e[3]*r[18],t[4]=e[0]*r[4]+e[1]*r[9]+e[2]*r[14]+e[3]*r[19]+e[4],t[5]=e[5]*r[0]+e[6]*r[5]+e[7]*r[10]+e[8]*r[15],t[6]=e[5]*r[1]+e[6]*r[6]+e[7]*r[11]+e[8]*r[16],t[7]=e[5]*r[2]+e[6]*r[7]+e[7]*r[12]+e[8]*r[17],t[8]=e[5]*r[3]+e[6]*r[8]+e[7]*r[13]+e[8]*r[18],t[9]=e[5]*r[4]+e[6]*r[9]+e[7]*r[14]+e[8]*r[19]+e[9],t[10]=e[10]*r[0]+e[11]*r[5]+e[12]*r[10]+e[13]*r[15],t[11]=e[10]*r[1]+e[11]*r[6]+e[12]*r[11]+e[13]*r[16],t[12]=e[10]*r[2]+e[11]*r[7]+e[12]*r[12]+e[13]*r[17],t[13]=e[10]*r[3]+e[11]*r[8]+e[12]*r[13]+e[13]*r[18],t[14]=e[10]*r[4]+e[11]*r[9]+e[12]*r[14]+e[13]*r[19]+e[14],t[15]=e[15]*r[0]+e[16]*r[5]+e[17]*r[10]+e[18]*r[15],t[16]=e[15]*r[1]+e[16]*r[6]+e[17]*r[11]+e[18]*r[16],t[17]=e[15]*r[2]+e[16]*r[7]+e[17]*r[12]+e[18]*r[17],t[18]=e[15]*r[3]+e[16]*r[8]+e[17]*r[13]+e[18]*r[18],t[19]=e[15]*r[4]+e[16]*r[9]+e[17]*r[14]+e[18]*r[19]+e[19],t},e.prototype._colorMatrix=function(t){var e=new Float32Array(t);return e[4]/=255,e[9]/=255,e[14]/=255,e[19]/=255,e},e.prototype.brightness=function(t,e){var r=[t,0,0,0,0,0,t,0,0,0,0,0,t,0,0,0,0,0,1,0];this._loadMatrix(r,e)},e.prototype.greyscale=function(t,e){var r=[t,t,t,0,0,t,t,t,0,0,t,t,t,0,0,0,0,0,1,0];this._loadMatrix(r,e)},e.prototype.blackAndWhite=function(t){var e=[.3,.6,.1,0,0,.3,.6,.1,0,0,.3,.6,.1,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.hue=function(t,e){t=(t||0)/180*Math.PI;var r=Math.cos(t),n=Math.sin(t),i=Math.sqrt,o=1/3,s=i(o),a=r+(1-r)*o,u=o*(1-r)-s*n,h=o*(1-r)+s*n,l=o*(1-r)+s*n,c=r+o*(1-r),d=o*(1-r)-s*n,f=o*(1-r)-s*n,p=o*(1-r)+s*n,v=r+o*(1-r),y=[a,u,h,0,0,l,c,d,0,0,f,p,v,0,0,0,0,0,1,0];this._loadMatrix(y,e)},e.prototype.contrast=function(t,e){var r=(t||0)+1,n=-128*(r-1),i=[r,0,0,0,n,0,r,0,0,n,0,0,r,0,n,0,0,0,1,0];this._loadMatrix(i,e)},e.prototype.saturate=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments[1],r=2*t/3+1,n=-.5*(r-1),i=[r,n,n,0,0,n,r,n,0,0,n,n,r,0,0,0,0,0,1,0];this._loadMatrix(i,e)},e.prototype.desaturate=function(){this.saturate(-1)},e.prototype.negative=function(t){var e=[0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.sepia=function(t){var e=[.393,.7689999,.18899999,0,0,.349,.6859999,.16799999,0,0,.272,.5339999,.13099999,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.technicolor=function(t){var e=[1.9125277891456083,-.8545344976951645,-.09155508482755585,0,11.793603434377337,-.3087833385928097,1.7658908555458428,-.10601743074722245,0,-70.35205161461398,-.231103377548616,-.7501899197440212,1.847597816108189,0,30.950940869491138,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.polaroid=function(t){var e=[1.438,-.062,-.062,0,0,-.122,1.378,-.122,0,0,-.016,-.016,1.483,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.toBGR=function(t){var e=[0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.kodachrome=function(t){var e=[1.1285582396593525,-.3967382283601348,-.03992559172921793,0,63.72958762196502,-.16404339962244616,1.0835251566291304,-.05498805115633132,0,24.732407896706203,-.16786010706155763,-.5603416277695248,1.6014850761964943,0,35.62982807460946,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.browni=function(t){var e=[.5997023498159715,.34553243048391263,-.2708298674538042,0,47.43192855600873,-.037703249837783157,.8609577587992641,.15059552388459913,0,-36.96841498319127,.24113635128153335,-.07441037908422492,.44972182064877153,0,-7.562075277591283,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.vintage=function(t){var e=[.6279345635605994,.3202183420819367,-.03965408211312453,0,9.651285835294123,.02578397704808868,.6441188644374771,.03259127616149294,0,7.462829176470591,.0466055556782719,-.0851232987247891,.5241648018700465,0,5.159190588235296,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.colorTone=function(t,e,r,n,i){t=t||.2,e=e||.15,r=r||16770432,n=n||3375104;var o=(r>>16&255)/255,s=(r>>8&255)/255,a=(255&r)/255,u=(n>>16&255)/255,h=(n>>8&255)/255,l=(255&n)/255,c=[.3,.59,.11,0,0,o,s,a,t,0,u,h,l,e,0,o-u,s-h,a-l,0,0];this._loadMatrix(c,i)},e.prototype.night=function(t,e){t=t||.1;var r=[-2*t,-t,0,0,0,-t,0,t,0,0,0,t,2*t,0,0,0,0,0,1,0];this._loadMatrix(r,e)},e.prototype.predator=function(t,e){var r=[11.224130630493164*t,-4.794486999511719*t,-2.8746118545532227*t,0*t,.40342438220977783*t,-3.6330697536468506*t,9.193157196044922*t,-2.951810836791992*t,0*t,-1.316135048866272*t,-3.2184197902679443*t,-4.2375030517578125*t,7.476448059082031*t,0*t,.8044459223747253*t,0,0,0,1,0];this._loadMatrix(r,e)},e.prototype.lsd=function(t){var e=[2,-.4,.5,0,0,-.5,2,-.4,0,0,-.4,-.5,3,0,0,0,0,0,1,0];this._loadMatrix(e,t)},e.prototype.reset=function(){var t=[1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0];this._loadMatrix(t,!1)},s(e,[{key:"matrix",get:function(){return this.uniforms.m},set:function(t){this.uniforms.m=t}},{key:"alpha",get:function(){return this.uniforms.uAlpha},set:function(t){this.uniforms.uAlpha=t}}]),e}(u.Filter));r.default=h,h.prototype.grayscale=h.prototype.greyscale},{"../../core":64,path:23}],148:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=function(){function t(t,e){for(var r=0;r lumaMax))\n color = vec4(rgbA, texColor.a);\n else\n color = vec4(rgbB, texColor.a);\n return color;\n}\n\nvoid main() {\n\n vec2 fragCoord = vTextureCoord * filterArea.xy;\n\n vec4 color;\n\n color = fxaa(uSampler, fragCoord, filterArea.xy, v_rgbNW, v_rgbNE, v_rgbSW, v_rgbSE, v_rgbM);\n\n gl_FragColor = color;\n}\n'))}return o(e,t),e}(a.Filter));r.default=u},{"../../core":64,path:23}],150:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0;var i=t("./fxaa/FXAAFilter");Object.defineProperty(r,"FXAAFilter",{enumerable:!0,get:function(){return n(i).default}});var o=t("./noise/NoiseFilter");Object.defineProperty(r,"NoiseFilter",{enumerable:!0,get:function(){return n(o).default}});var s=t("./displacement/DisplacementFilter");Object.defineProperty(r,"DisplacementFilter",{enumerable:!0,get:function(){return n(s).default}});var a=t("./blur/BlurFilter");Object.defineProperty(r,"BlurFilter",{enumerable:!0,get:function(){return n(a).default}});var u=t("./blur/BlurXFilter");Object.defineProperty(r,"BlurXFilter",{enumerable:!0,get:function(){return n(u).default}});var h=t("./blur/BlurYFilter");Object.defineProperty(r,"BlurYFilter",{enumerable:!0,get:function(){return n(h).default}});var l=t("./colormatrix/ColorMatrixFilter");Object.defineProperty(r,"ColorMatrixFilter",{enumerable:!0,get:function(){return n(l).default}});var c=t("./void/VoidFilter");Object.defineProperty(r,"VoidFilter",{enumerable:!0,get:function(){return n(c).default}})},{"./blur/BlurFilter":141,"./blur/BlurXFilter":142,"./blur/BlurYFilter":143,"./colormatrix/ColorMatrixFilter":147,"./displacement/DisplacementFilter":148,"./fxaa/FXAAFilter":149,"./noise/NoiseFilter":151,"./void/VoidFilter":152}],151:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:.5,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Math.random();n(this,e);var s=i(this,t.call(this,"attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\n\nvarying vec2 vTextureCoord;\n\nvoid main(void)\n{\n gl_Position = vec4((projectionMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n vTextureCoord = aTextureCoord;\n}","precision highp float;\n\nvarying vec2 vTextureCoord;\nvarying vec4 vColor;\n\nuniform float uNoise;\nuniform float uSeed;\nuniform sampler2D uSampler;\n\nfloat rand(vec2 co)\n{\n return fract(sin(dot(co.xy, vec2(12.9898, 78.233))) * 43758.5453);\n}\n\nvoid main()\n{\n vec4 color = texture2D(uSampler, vTextureCoord);\n float randomValue = rand(gl_FragCoord.xy * uSeed);\n float diff = (randomValue - 0.5) * uNoise;\n\n // Un-premultiply alpha before applying the color matrix. See issue #3539.\n if (color.a > 0.0) {\n color.rgb /= color.a;\n }\n\n color.r += diff;\n color.g += diff;\n color.b += diff;\n\n // Premultiply alpha again.\n color.rgb *= color.a;\n\n gl_FragColor = color;\n}\n"));return s.noise=r,s.seed=o,s}return o(e,t),s(e,[{key:"noise",get:function(){return this.uniforms.uNoise},set:function(t){this.uniforms.uNoise=t}},{key:"seed",get:function(){return this.uniforms.uSeed},set:function(t){this.uniforms.uSeed=t}}]),e}(u.Filter));r.default=h},{"../../core":64,path:23}],152:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var s=t("../../core"),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(s),u=(t("path"),function(t){function e(){n(this,e);var r=i(this,t.call(this,"attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\n\nvarying vec2 vTextureCoord;\n\nvoid main(void)\n{\n gl_Position = vec4((projectionMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n vTextureCoord = aTextureCoord;\n}","varying vec2 vTextureCoord;\n\nuniform sampler2D uSampler;\n\nvoid main(void)\n{\n gl_FragColor = texture2D(uSampler, vTextureCoord);\n}\n"));return r.glShaderKey="void",r}return o(e,t),e}(a.Filter));r.default=u},{"../../core":64,path:23}],153:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../core"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(i),s=function(){function t(){n(this,t),this.global=new o.Point,this.target=null,this.originalEvent=null,this.identifier=null}return t.prototype.getLocalPosition=function(t,e,r){return t.worldTransform.applyInverse(r||this.global,e)},t}();r.default=s},{"../core":64}],154:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(){n(this,t),this.stopped=!1,this.target=null,this.currentTarget=null,this.type=null,this.data=null}return t.prototype.stopPropagation=function(){this.stopped=!0},t.prototype._reset=function(){this.stopped=!1,this.currentTarget=null,this.target=null},t}();r.default=i},{}],155:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}r.__esModule=!0;var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u=t("../core"),h=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(u),l=t("./InteractionData"),c=n(l),d=t("./InteractionEvent"),f=n(d),p=t("./InteractionTrackingData"),v=n(p),y=t("eventemitter3"),g=n(y),m=t("./interactiveTarget"),_=n(m);h.utils.mixins.delayMixin(h.DisplayObject.prototype,_.default);var b="MOUSE",x={target:null,data:{global:null}},T=function(t){function e(r,n){i(this,e);var s=o(this,t.call(this));return n=n||{},s.renderer=r,s.autoPreventDefault=void 0===n.autoPreventDefault||n.autoPreventDefault,s.interactionFrequency=n.interactionFrequency||10,s.mouse=new c.default,s.mouse.identifier=b,s.mouse.global.set(-999999),s.activeInteractionData={},s.activeInteractionData[b]=s.mouse,s.interactionDataPool=[],s.eventData=new f.default,s.interactionDOMElement=null,s.moveWhenInside=!1,s.eventsAdded=!1,s.mouseOverRenderer=!1,s.supportsTouchEvents="ontouchstart"in window,s.supportsPointerEvents=!!window.PointerEvent,s.onPointerUp=s.onPointerUp.bind(s),s.processPointerUp=s.processPointerUp.bind(s),s.onPointerCancel=s.onPointerCancel.bind(s),s.processPointerCancel=s.processPointerCancel.bind(s),s.onPointerDown=s.onPointerDown.bind(s),s.processPointerDown=s.processPointerDown.bind(s),s.onPointerMove=s.onPointerMove.bind(s),s.processPointerMove=s.processPointerMove.bind(s),s.onPointerOut=s.onPointerOut.bind(s),s.processPointerOverOut=s.processPointerOverOut.bind(s),s.onPointerOver=s.onPointerOver.bind(s),s.cursorStyles={default:"inherit",pointer:"pointer"},s.currentCursorMode=null,s.cursor=null,s._tempPoint=new h.Point,s.resolution=1,s.setTargetElement(s.renderer.view,s.renderer.resolution),s}return s(e,t),e.prototype.hitTest=function(t,e){return x.target=null,x.data.global=t,e||(e=this.renderer._lastObjectRendered),this.processInteractive(x,e,null,!0),x.target},e.prototype.setTargetElement=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.removeEvents(),this.interactionDOMElement=t,this.resolution=e,this.addEvents()},e.prototype.addEvents=function(){this.interactionDOMElement&&(h.ticker.shared.add(this.update,this,h.UPDATE_PRIORITY.INTERACTION),window.navigator.msPointerEnabled?(this.interactionDOMElement.style["-ms-content-zooming"]="none",this.interactionDOMElement.style["-ms-touch-action"]="none"):this.supportsPointerEvents&&(this.interactionDOMElement.style["touch-action"]="none"),this.supportsPointerEvents?(window.document.addEventListener("pointermove",this.onPointerMove,!0), +this.interactionDOMElement.addEventListener("pointerdown",this.onPointerDown,!0),this.interactionDOMElement.addEventListener("pointerleave",this.onPointerOut,!0),this.interactionDOMElement.addEventListener("pointerover",this.onPointerOver,!0),window.addEventListener("pointercancel",this.onPointerCancel,!0),window.addEventListener("pointerup",this.onPointerUp,!0)):(window.document.addEventListener("mousemove",this.onPointerMove,!0),this.interactionDOMElement.addEventListener("mousedown",this.onPointerDown,!0),this.interactionDOMElement.addEventListener("mouseout",this.onPointerOut,!0),this.interactionDOMElement.addEventListener("mouseover",this.onPointerOver,!0),window.addEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.interactionDOMElement.addEventListener("touchstart",this.onPointerDown,!0),this.interactionDOMElement.addEventListener("touchcancel",this.onPointerCancel,!0),this.interactionDOMElement.addEventListener("touchend",this.onPointerUp,!0),this.interactionDOMElement.addEventListener("touchmove",this.onPointerMove,!0))),this.eventsAdded=!0)},e.prototype.removeEvents=function(){this.interactionDOMElement&&(h.ticker.shared.remove(this.update,this),window.navigator.msPointerEnabled?(this.interactionDOMElement.style["-ms-content-zooming"]="",this.interactionDOMElement.style["-ms-touch-action"]=""):this.supportsPointerEvents&&(this.interactionDOMElement.style["touch-action"]=""),this.supportsPointerEvents?(window.document.removeEventListener("pointermove",this.onPointerMove,!0),this.interactionDOMElement.removeEventListener("pointerdown",this.onPointerDown,!0),this.interactionDOMElement.removeEventListener("pointerleave",this.onPointerOut,!0),this.interactionDOMElement.removeEventListener("pointerover",this.onPointerOver,!0),window.removeEventListener("pointercancel",this.onPointerCancel,!0),window.removeEventListener("pointerup",this.onPointerUp,!0)):(window.document.removeEventListener("mousemove",this.onPointerMove,!0),this.interactionDOMElement.removeEventListener("mousedown",this.onPointerDown,!0),this.interactionDOMElement.removeEventListener("mouseout",this.onPointerOut,!0),this.interactionDOMElement.removeEventListener("mouseover",this.onPointerOver,!0),window.removeEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.interactionDOMElement.removeEventListener("touchstart",this.onPointerDown,!0),this.interactionDOMElement.removeEventListener("touchcancel",this.onPointerCancel,!0),this.interactionDOMElement.removeEventListener("touchend",this.onPointerUp,!0),this.interactionDOMElement.removeEventListener("touchmove",this.onPointerMove,!0))),this.interactionDOMElement=null,this.eventsAdded=!1)},e.prototype.update=function(t){if(this._deltaTime+=t,!(this._deltaTime=0;h--){var l=u[h],c=this.processInteractive(t,l,r,n,a);if(c){if(!l.parent)continue;a=!1,c&&(t.target&&(n=!1),s=!0)}}return i&&(n&&!t.target&&(e.hitArea?(e.worldTransform.applyInverse(o,this._tempPoint),e.hitArea.contains(this._tempPoint.x,this._tempPoint.y)&&(s=!0)):e.containsPoint&&e.containsPoint(o)&&(s=!0)),e.interactive&&(s&&!t.target&&(t.target=e),r&&r(t,e,!!s))),s},e.prototype.onPointerDown=function(t){var e=this.normalizeToPointerData(t);this.autoPreventDefault&&e[0].isNormalized&&t.preventDefault();for(var r=e.length,n=0;n1&&(l=1);var c=Math.sqrt(n*n+i*i),d=this._texture.height/2;n/=c,i/=c,n*=d,i*=d,o[h]=u.x+n,o[h+1]=u.y+i,o[h+2]=u.x-n,o[h+3]=u.y-i,e=u}},e.prototype.updateTransform=function(){this.autoUpdate&&this.refreshVertices(),this.containerUpdateTransform()},e}(a.default);r.default=u},{"./Mesh":164}],168:[function(t,e,r){"use strict";function n(t,e){ +if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=t("../../core"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(i),s=t("../Mesh"),a=function(t){return t&&t.__esModule?t:{default:t}}(s),u=function(){function t(e){n(this,t),this.renderer=e}return t.prototype.render=function(t){var e=this.renderer,r=e.context,n=t.worldTransform,i=e.resolution;e.roundPixels?r.setTransform(n.a*i,n.b*i,n.c*i,n.d*i,n.tx*i|0,n.ty*i|0):r.setTransform(n.a*i,n.b*i,n.c*i,n.d*i,n.tx*i,n.ty*i),e.setBlendMode(t.blendMode),t.drawMode===a.default.DRAW_MODES.TRIANGLE_MESH?this._renderTriangleMesh(t):this._renderTriangles(t)},t.prototype._renderTriangleMesh=function(t){for(var e=t.vertices.length/2,r=0;r0){var S=t.canvasPadding/t.worldTransform.a,O=t.canvasPadding/t.worldTransform.d,P=(_+b+x)/3,M=(T+w+E)/3,C=_-P,R=T-M,A=Math.sqrt(C*C+R*R);_=P+C/A*(A+S),T=M+R/A*(A+O),C=b-P,R=w-M,A=Math.sqrt(C*C+R*R),b=P+C/A*(A+S),w=M+R/A*(A+O),C=x-P,R=E-M,A=Math.sqrt(C*C+R*R),x=P+C/A*(A+S),E=M+R/A*(A+O)}i.save(),i.beginPath(),i.moveTo(_,T),i.lineTo(b,w),i.lineTo(x,E),i.closePath(),i.clip();var I=d*y+v*p+f*g-y*p-v*f-d*g,D=_*y+v*x+b*g-y*x-v*b-_*g,L=d*b+_*p+f*x-b*p-_*f-d*x,F=d*y*x+v*b*p+_*f*g-_*y*p-v*f*x-d*b*g,N=T*y+v*E+w*g-y*E-v*w-T*g,k=d*w+T*p+f*E-w*p-T*f-d*E,j=d*y*E+v*w*p+T*f*g-T*y*p-v*f*E-d*w*g;i.transform(D/I,N/I,L/I,k/I,F/I,j/I),i.drawImage(h,0,0,l*u.resolution,c*u.resolution,0,0,l,c),i.restore()}},t.prototype.renderMeshFlat=function(t){var e=this.renderer.context,r=t.vertices,n=r.length/2;e.beginPath();for(var i=1;i0&&void 0!==arguments[0]?arguments[0]:1500,o=arguments[1],s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:16384;n(this,e);var u=i(this,t.call(this));return s>16384&&(s=16384),s>r&&(s=r),u._properties=[!1,!0,!1,!1,!1],u._maxSize=r,u._batchSize=s,u._glBuffers={},u._bufferToUpdate=0,u.interactiveChildren=!1,u.blendMode=a.BLEND_MODES.NORMAL,u.roundPixels=!0,u.baseTexture=null,u.setProperties(o),u}return o(e,t),e.prototype.setProperties=function(t){t&&(this._properties[0]="scale"in t?!!t.scale:this._properties[0],this._properties[1]="position"in t?!!t.position:this._properties[1],this._properties[2]="rotation"in t?!!t.rotation:this._properties[2],this._properties[3]="uvs"in t?!!t.uvs:this._properties[3],this._properties[4]="alpha"in t?!!t.alpha:this._properties[4])},e.prototype.updateTransform=function(){this.displayObjectUpdateTransform()},e.prototype.renderWebGL=function(t){var e=this;this.visible&&!(this.worldAlpha<=0)&&this.children.length&&this.renderable&&(this.baseTexture||(this.baseTexture=this.children[0]._texture.baseTexture,this.baseTexture.hasLoaded||this.baseTexture.once("update",function(){return e.onChildrenChange(0)})),t.setObjectRenderer(t.plugins.particle),t.plugins.particle.render(this))},e.prototype.onChildrenChange=function(t){var e=Math.floor(t/this._batchSize);er&&(o=r);var s=t._glBuffers[i.CONTEXT_UID];s||(s=t._glBuffers[i.CONTEXT_UID]=this.generateBuffers(t)),this.renderer.setBlendMode(t.blendMode);var a=i.gl,u=t.worldTransform.copy(this.tempMatrix);u.prepend(i._activeRenderTarget.projectionMatrix),this.shader.uniforms.projectionMatrix=u.toArray(!0),this.shader.uniforms.uAlpha=t.worldAlpha;var h=e[0]._texture.baseTexture;this.shader.uniforms.uSampler=i.bindTexture(h);for(var l=0,c=0;ln&&(d=n);var f=s[c];f.uploadDynamic(e,l,d),t._bufferToUpdate===c&&(f.uploadStatic(e,l,d),t._bufferToUpdate=c+1),i.bindVao(f.vao),f.vao.draw(a.TRIANGLES,6*d)}}},e.prototype.generateBuffers=function(t){for(var e=this.renderer.gl,r=[],n=t._maxSize,i=t._batchSize,o=t._properties,s=0;s0?1:-1})},{}],177:[function(t,e,r){"use strict";var n=t("object-assign"),i=function(t){return t&&t.__esModule?t:{default:t}}(n);Object.assign||(Object.assign=i.default)},{"object-assign":5}],178:[function(t,e,r){"use strict";t("./Object.assign"),t("./requestAnimationFrame"),t("./Math.sign"),window.ArrayBuffer||(window.ArrayBuffer=Array),window.Float32Array||(window.Float32Array=Array),window.Uint32Array||(window.Uint32Array=Array),window.Uint16Array||(window.Uint16Array=Array)},{"./Math.sign":176,"./Object.assign":177,"./requestAnimationFrame":179}],179:[function(t,e,r){(function(t){"use strict";if(Date.now&&Date.prototype.getTime||(Date.now=function(){return(new Date).getTime()}),!t.performance||!t.performance.now){var e=Date.now();t.performance||(t.performance={}),t.performance.now=function(){return Date.now()-e}}for(var r=Date.now(),n=["ms","moz","webkit","o"],i=0;i=0;n--)this.add(t.children[n]);return this},t.prototype.destroy=function(){this.ticking&&v.remove(this.tick,this),this.ticking=!1,this.addHooks=null,this.uploadHooks=null,this.renderer=null,this.completes=null,this.queue=null,this.limiter=null,this.uploadHookHelper=null},t}();r.default=y},{"../core":64,"./limiters/CountLimiter":183}],181:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t,e){if(e instanceof u.BaseTexture){var r=e.source,n=0===r.width?t.canvas.width:Math.min(t.canvas.width,r.width),i=0===r.height?t.canvas.height:Math.min(t.canvas.height,r.height);return t.ctx.drawImage(r,0,0,n,i,0,0,t.canvas.width,t.canvas.height),!0}return!1}r.__esModule=!0;var a=t("../../core"),u=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}(a),h=t("../BasePrepare"),l=function(t){return t&&t.__esModule?t:{default:t}}(h),c=16,d=function(t){function e(r){n(this,e);var o=i(this,t.call(this,r));return o.uploadHookHelper=o,o.canvas=document.createElement("canvas"),o.canvas.width=c,o.canvas.height=c,o.ctx=o.canvas.getContext("2d"),o.registerUploadHook(s),o}return o(e,t),e.prototype.destroy=function(){t.prototype.destroy.call(this),this.ctx=null,this.canvas=null},e}(l.default);r.default=d,u.CanvasRenderer.registerPlugin("prepare",d)},{"../../core":64,"../BasePrepare":180}],182:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}r.__esModule=!0;var i=t("./webgl/WebGLPrepare");Object.defineProperty(r,"webgl",{enumerable:!0,get:function(){return n(i).default}});var o=t("./canvas/CanvasPrepare");Object.defineProperty(r,"canvas",{enumerable:!0,get:function(){return n(o).default}});var s=t("./BasePrepare");Object.defineProperty(r,"BasePrepare",{enumerable:!0,get:function(){return n(s).default}});var a=t("./limiters/CountLimiter");Object.defineProperty(r,"CountLimiter",{enumerable:!0,get:function(){return n(a).default}});var u=t("./limiters/TimeLimiter");Object.defineProperty(r,"TimeLimiter",{enumerable:!0,get:function(){return n(u).default}})},{"./BasePrepare":180,"./canvas/CanvasPrepare":181,"./limiters/CountLimiter":183,"./limiters/TimeLimiter":184,"./webgl/WebGLPrepare":185}],183:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(e){n(this,t),this.maxItemsPerFrame=e,this.itemsLeft=0}return t.prototype.beginFrame=function(){this.itemsLeft=this.maxItemsPerFrame},t.prototype.allowedToUpload=function(){return this.itemsLeft-- >0},t}();r.default=i},{}],184:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.__esModule=!0;var i=function(){function t(e){n(this,t),this.maxMilliseconds=e,this.frameStart=0}return t.prototype.beginFrame=function(){this.frameStart=Date.now()},t.prototype.allowedToUpload=function(){return Date.now()-this.frameStart + * @link https://www.themepunch.com/ + * @copyright 2018 ThemePunch + */ +(function() { + + var $, + touch = 'ontouchend' in document; + + window.RsLiquideffectAddOn = function(_$, slider) { + + if(!_$ || !slider || typeof PIXI === 'undefined') return; + + $ = _$; + $.event.special.rsLiquidEffectDestroyed = {remove: function(evt) {evt.handler();}}; + + var effects = slider.find('li[data-liquideffect]').each(function() { + + var url, + $this = $(this), + settings = JSON.parse($this.attr('data-liquideffect')); + + if(!settings) return; + + var sprite, + img = $this.children('img'), + base = slider[0].opt.jsFileLocation || ''; + + if(base) base = base.split('/revslider'); + base = base.length === 2 ? base[0] : ''; + + if(!/all|smart/.test(slider[0].opt.lazyType)) slider[0].opt.lazyType = 'smart'; + if(!img.attr('data-lazyload')) { + + sprite = img.attr('src'); + img.attr('data-lazyload', sprite); + img.attr('src', base.replace('/extensions', '') + '/revslider/admin/assets/images/dummy.png'); + + } + else { + sprite = img.attr('data-lazyload'); + } + + if(!sprite) { + + sprite = $this.find('.slotholder').contents().filter(function() {return this.nodeType === 8;}); + if(sprite.length) { + + url = sprite[0].nodeValue; + sprite = false; + + if(url) { + + url = url.split('data-lazyload="'); + if(url.length === 2) { + + url = url[1].split('"'); + if(url.length > 1) sprite = url[0]; + + } + else { + + url = url.split('src="'); + if(url.length === 2) { + + url = url[1].split('"'); + if(url.length > 1) sprite = url[0]; + + } + + } + + } + + } + else { + + sprite = false; + + } + + } + + if(sprite) { + + var easing; + settings.sprite = sprite; + if(touch && settings.mobile) settings.interactive = false; + + var easing = settings.easing.split('.'); + settings.easing = punchgs[easing[0]][easing[1]]; + + var trans = settings.transcross ? 'crossfade' : 'fade'; + $this.attr({ + + 'data-transition': trans, + 'data-masterspeed': settings.transtime, + 'data-easein': settings.easing, + 'data-easeout': settings.easing + + }).removeAttr('data-kenburns').data({liquideffectsettings: settings, liquideffectorig: jQuery.extend({}, settings)}); + + if(settings.interactive) { + easing = settings.intereasing.split('.'); + settings.intereasing = punchgs[easing[0]][easing[1]]; + } + + } + else { + + $this.removeData('liquideffect').removeAttr('data-liquideffect'); + + } + + }); + + effects = slider.find('li[data-liquideffect]'); + if(effects.length) return new LiquidEffect(slider, effects); + else return false; + + }; + + function LiquidEffect(slider, effects) { + + this.slider = slider; + this.effects = effects; + this.firstrun = true; + + slider.one('revolution.slide.onloaded', this.onLoaded.bind(this)) + .one('rsLiquidEffectDestroyed', this.destroy.bind(this)); + + } + + LiquidEffect.prototype = { + + onLoaded: function() { + + this.slider.on('revolution.slide.onbeforeswap', this.beforeChange.bind(this)) + .on('revolution.slide.onchange', this.onChange.bind(this)); + + }, + + onChange: function(e, data) { + + if(!this.ranOnce) { + + this.beforeChange(false, {nextslide: data.currentslide}); + return; + + } + + var canvas = data.prevslide.removeClass('liquid-force-visible').data('liquideffectcanvas'); + if(canvas) { + + canvas.ticker.stop(); + canvas.tweenOut = null; + + } + + canvas = data.currentslide.data('liquideffectcanvas'); + if(canvas && !canvas.started) canvas.animateIn(); + + }, + + beforeChange: function(e, data) { + + this.ranOnce = true; + + var canvas, + slides = []; + + if(!this.effectsCreated) { + + this.effectsCreated = true; + this.effects.each(function() { + + var $this = $(this), + sizes = $this.data('liquideffectsettings').imagesize.split('|'); + + if(sizes.length === 2) { + + $this.data('liquideffectcanvas', new LiquidCanvas($this, parseInt(sizes[0], 10), parseInt(sizes[1], 10))); + + } + else { + + slides[slides.length] = this; + + } + + }); + + } + + function loadImage($this, slide) { + + var img = new Image(), + bgImg = slide.find('.tp-bgimg'); + + img.crossOrigin = 'Anonymous'; + img.src = bgImg.css('background-image').slice(4, -1).replace(/"/g, ''); + img.onload = function() { + + var canvas = new LiquidCanvas(slide, parseInt(img.naturalWidth, 10), parseInt(img.naturalHeight, 10)); + slide.data('liquideffectcanvas', canvas); + + $this.imgCount++; + if($this.imgCount === slides.length) $this.run(data); + + }; + + } + + if(!slides.length) { + + this.run(data); + + } + else { + + this.imgCount = 0; + for(var i = 0; i < slides.length; i++) loadImage(this, $(slides[i])); + + } + + }, + + run: function(data) { + + var canvas; + if(!this.firstrun) { + + if(data.currentslide) { + canvas = data.currentslide.data('liquideffectcanvas'); + if(canvas) canvas.animateOut(data.nextslide); + } + + canvas = data.nextslide.data('liquideffectcanvas'); + if(canvas) { + + data.nextslide.addClass('liquid-force-visible'); + if(canvas.settings.transcross) canvas.animateIn(); + + } + + } + else { + + canvas = data.nextslide.data('liquideffectcanvas'); + if(canvas) canvas.animateIn(true); + this.firstrun = false; + + } + + }, + + destroy: function() { + + if(this.slider) this.slider.off('revolution.slide.onloaded revolution.slide.onbeforeswap revolution.slide.onafterswap'); + if(this.effects) this.effects.each(function() {jQuery(this).removeData('liquideffectcanvas liquideffectsettings liquideffectorig');}); + for(var prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + } + + }; + + function LiquidCanvas(slide, w, h) { + + this.w = w; + this.h = h; + this.slide = slide; + this.settings = slide.data('liquideffectsettings'); + this.orig = slide.data('liquideffectorig'); + + this.displacement = new PIXI.Sprite.fromImage(this.settings.image, true); + this.displacement.texture.baseTexture.wrapMode = PIXI.WRAP_MODES.REPEAT; + this.displacement.scale.x = 2; + this.displacement.scale.y = 2; + this.displacement.anchor.set(0.5); + this.displacement.x = w / 2; + this.displacement.y = h / 2; + + var sprite = this.settings.sprite, + texture = new PIXI.Texture.fromImage(sprite, true), + container = new PIXI.Container(); + + this.img = new PIXI.Sprite(texture); + this.img.anchor.set(0.5); + this.img.x = w / 2; + this.img.y = h / 2; + container.addChild(this.img); + + this.filter = new PIXI.filters.DisplacementFilter(this.displacement); + this.filter.autoFit = true; + + this.stage = new PIXI.Container(); + this.stage.addChild(container); + this.stage.addChild(this.displacement); + this.stage.filters = [this.filter]; + this.stage.interactive = true; + + this.renderer = new PIXI.autoDetectRenderer(w, h, {transparent: true}); + var style = this.renderer.view.style; + style.objectFit = 'cover'; + style.width = '100%'; + style.height = '100%'; + style.top = '50%'; + style.left = '50%'; + style.transform = 'translate( -50%, -50% ) scale(1.2)'; + slide.find('.slotholder').append(this.renderer.view); + + if(this.settings.autoplay) { + this.filter.scale.x = this.settings.scalex; + this.filter.scale.y = this.settings.scaley; + } + else { + this.filter.scale.x = 0; + this.filter.scale.y = 0; + } + + if(this.settings.interactive) { + + container.interactive = true; + if(this.settings.event === 'mousedown') { + + container.buttonMode = true; + container.pointerdown = this.onClick.bind(this); + container.pointerup = container.pointerout = this.onReturn.bind(this); + + } + else { + + container.pointerover = this.onMouseEnter.bind(this); + container.pointermove = this.onMouseMove.bind(this); + container.pointerout = this.onMouseLeave.bind(this); + + } + + } + else { + + this.renderer.view.style.pointerEvents = 'none'; + + } + + this.supressEvents = true; + this.started = false; + this.ticker = new PIXI.ticker.Ticker(); + this.ticker.add(this.tick.bind(this)); + + } + + LiquidCanvas.prototype = { + + tick: function(delta) { + + if(this.settings.autoplay) { + + if(this.settings.speedx) this.displacement.x += this.settings.speedx * delta; + if(this.settings.speedy) this.displacement.y += this.settings.speedy; + if(this.settings.rotationx) this.displacement.rotation.x += this.settings.rotationx; + if(this.settings.rotationy) this.displacement.rotation.y += this.settings.rotationy; + if(this.settings.rotation) this.displacement.rotation += this.settings.rotation * Math.PI / 180; + + } + + this.renderer.render(this.stage); + + }, + + onClick: function() { + + if(this.supressEvents) return; + + var $this = this, + time = this.settings.intertime * 0.001; + + if(this.settings.interscalex || this.settings.interscaley) { + + var obj = {ease: this.settings.intereasing,overwrite: 'all'}; + + if(this.settings.interscalex) obj.x = this.orig.scalex + this.settings.interscalex; + if(this.settings.interscaley) obj.y = this.orig.scaley + this.settings.interscaley; + + punchgs.TweenLite.to(this.filter.scale, time, obj); + + } + + punchgs.TweenLite.to(this.settings, time, { + + speedx: this.orig.speedx + this.settings.interspeedx, + speedy: this.orig.speedy + this.settings.interspeedy, + rotation: this.orig.rotation + this.settings.interotation, + ease: this.settings.intereasing, + overwrite: 'all', + + }); + + }, + + onReturn: function() { + + if(this.supressEvents) return; + var time = this.settings.intertime * 0.001; + + punchgs.TweenLite.to(this.filter.scale, time, { + + x: this.orig.scalex, + y: this.orig.scaley, + ease: this.settings.intereasing, + overwrite: 'all' + + }); + + punchgs.TweenLite.to(this.settings, time, { + + speedx: this.orig.speedx, + speedy: this.orig.speedy, + rotation: this.orig.rotation, + ease: this.settings.intereasing, + overwrite: 'all', + + }); + + }, + + onMouseMove: function(e) { + + if(this.supressEvents) return; + if(!this.entered) { + + this.onMouseEnter(e); + return; + + } + + var complete, + $this = this, + x = e.data.global.x, + y = e.data.global.y, + distX = x - this.x, + distY = y - this.y, + t = Date.now(), + distT = t - this.t, + v = Math.sqrt(distX * distX + distY * distY) / distT, + time = this.settings.intertime * 0.001; + + this.x = x; + this.y = y; + this.t = t; + + if(this.settings.interscalex || this.settings.interscaley) { + + var obj = {ease: this.settings.intereasing, overwrite: 'all', onComplete: this.onReturn.bind(this)}; + + if(this.settings.interscalex) obj.x = this.settings.interscalex * v; + if(this.settings.interscaley) obj.y = this.settings.interscaley * v; + + complete = true; + punchgs.TweenLite.to(this.filter.scale, time, obj); + + } + + var obj2 = { + + speedx: this.orig.speedx + this.settings.interspeedx, + speedy: this.orig.speedy + this.settings.interspeedy, + rotation: this.orig.rotation + this.settings.interotation, + ease: this.settings.intereasing, + overwrite: 'all', + + }; + + if(!complete) obj2.onComplete = this.onReturn.bind(this); + punchgs.TweenLite.to(this.settings, time, obj2); + + }, + + onMouseEnter: function(e) { + + if(this.supressEvents) return; + + this.entered = true; + this.x = e.data.global.x; + this.y = e.data.global.y; + this.t = Date.now(); + + }, + + onMouseLeave: function() { + + this.entered = false; + + }, + + eventsReady: function() { + + this.supressEvents = false; + + }, + + onComplete: function() { + + var canvas = this.nextslide.data('liquideffectcanvas'); + if(canvas && !canvas.started) canvas.animateIn(); + this.nextslide = false; + + }, + + onUpdateIn: function() { + + if(this.tweenIn) { + + this.displacement.rotation += this.tweenIn.progress() * 0.02; + this.displacement.scale.set(this.tweenIn.progress() * 3); + + } + + }, + + onUpdateOut: function() { + + if(this.tweenOut) { + + this.displacement.rotation += this.tweenOut.progress() * 0.02; + this.displacement.scale.set(this.tweenOut.progress() * 3); + + } + + }, + + transitionIn: function() { + + var transTime = this.settings.transtime * 0.001; + var obj1 = { + + x: this.orig.scalex, + y: this.orig.scaley, + ease: this.settings.easing, + overwrite: 'all', + delay: this.del + + }; + + var obj2 = { + + speedx: this.orig.speedx, + speedy: this.orig.speedy, + rotationx: this.orig.rotationx, + rotationy: this.orig.rotationy, + rotation: this.orig.rotation, + ease: this.settings.easing, + overwrite: 'all', + delay: this.del + + }; + + if(this.interactive && this.event === 'mousedown') obj1.onComplete = this.eventsReady.bind(this); + else this.supressEvents = false; + + if(this.settings.transpower) obj2.onUpdate = this.onUpdateIn.bind(this); + punchgs.TweenLite.to(this.filter.scale, transTime, obj1); + + this.tweenIn = punchgs.TweenLite.to(this.settings, transTime, obj2); + punchgs.TweenLite.to(this.renderer.view, transTime * 0.5, {opacity: 1, ease: this.settings.easing, overwrite: 'all', delay: this.del}); + + this.ticker.start(); + + }, + + animateIn: function(first) { + + this.reset(); + this.started = true; + this.del = this.settings.transcross || first ? (this.settings.transtime * 0.001) * 0.5 : 0; + this.timer = setTimeout(this.transitionIn.bind(this), this.del); + + }, + + animateOut: function(nextslide) { + + clearTimeout(this.timer); + + this.tweenIn = null; + this.supressEvents = true; + this.started = false; + + var transTime = this.settings.transtime * 0.001; + var obj = { + + speedx: this.orig.speedx + this.settings.transpeedx, + speedy: this.orig.speedy + this.settings.transpeedy, + rotationx: this.orig.rotationx + this.settings.transrotx, + rotationy: this.orig.rotationy + this.settings.transroty, + rotation: this.orig.rotation + this.settings.transrot, + ease: this.settings.easing, + overwrite: 'all', + + }; + + if(this.settings.transcross && nextslide) { + + this.nextslide = nextslide; + obj.onComplete = this.onComplete.bind(this); + + } + + if(this.settings.transpower) obj.onUpdate = this.onUpdateOut.bind(this); + punchgs.TweenLite.to(this.filter.scale, transTime, { + + x: this.orig.scalex + this.settings.transitionx, + y: this.orig.scaley + this.settings.transitiony, + ease: this.settings.easing, + overwrite: 'all' + + }); + + this.tweenOut = punchgs.TweenLite.to(this.settings, transTime, obj); + punchgs.TweenLite.to(this.renderer.view, transTime, {opacity: 0, ease: this.settings.easing, delay: transTime * 0.5}); + + }, + + reset: function(kill) { + + this.tweenIn = null; + this.tweenOut = null; + this.ticker.stop(); + clearTimeout(this.timer); + + punchgs.TweenLite.killTweensOf(this.filter.scale); + punchgs.TweenLite.killTweensOf(this.settings); + punchgs.TweenLite.killTweensOf(this.renderer.view); + + if(kill) return; + if(this.settings.power) { + this.displacement.rotation = 0; + this.displacement.scale.set(1); + } + + this.displacement.x = this.w / 2; + this.displacement.y = this.h / 2; + this.displacement.rotation.x = 0; + this.displacement.rotation.y = 0; + this.displacement.rotation = 0; + this.settings.speedx = this.orig.speedx + this.settings.transpeedx; + this.settings.speedy = this.orig.speedy + this.settings.transpeedy; + this.settings.rotationx = this.orig.rotationx + this.settings.transrotx; + this.settings.rotationy = this.orig.rotationy + this.settings.transroty; + this.filter.scale.x = this.orig.scalex + this.settings.transitionx; + this.filter.scale.y = this.orig.scaley + this.settings.transitiony; + this.renderer.view.style.opacity = 0; + + }, + + destroy: function() { + + if(this.ticker) { + + this.reset(true); + this.container.pointerdown = null; + this.container.pointerup = null; + this.container.pointerover = null; + this.container.pointerout = null; + this.container.touchstart = null; + this.container.touchend = null; + + } + + if(this.renderer) this.slide.remove(this.renderer.view); + for(var prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + } + + }; + +})(); + + + + + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/revolution.addon.distortion.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/revolution.addon.distortion.min.js new file mode 100644 index 0000000..fb4b6f4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/distortion/js/revolution.addon.distortion.min.js @@ -0,0 +1,25 @@ +/* + 2018 ThemePunch +*/ +(function(){function l(a,b){this.slider=a;this.effects=b;this.firstrun=!0;a.one("revolution.slide.onloaded",this.onLoaded.bind(this)).one("rsLiquidEffectDestroyed",this.destroy.bind(this))}function k(a,b,c){this.w=b;this.h=c;this.slide=a;this.settings=a.data("liquideffectsettings");this.orig=a.data("liquideffectorig");this.displacement=new PIXI.Sprite.fromImage(this.settings.image,!0);this.displacement.texture.baseTexture.wrapMode=PIXI.WRAP_MODES.REPEAT;this.displacement.scale.x=2;this.displacement.scale.y= +2;this.displacement.anchor.set(.5);this.displacement.x=b/2;this.displacement.y=c/2;var g=new PIXI.Texture.fromImage(this.settings.sprite,!0),d=new PIXI.Container;this.img=new PIXI.Sprite(g);this.img.anchor.set(.5);this.img.x=b/2;this.img.y=c/2;d.addChild(this.img);this.filter=new PIXI.filters.DisplacementFilter(this.displacement);this.filter.autoFit=!0;this.stage=new PIXI.Container;this.stage.addChild(d);this.stage.addChild(this.displacement);this.stage.filters=[this.filter];this.stage.interactive= +!0;this.renderer=new PIXI.autoDetectRenderer(b,c,{transparent:!0});b=this.renderer.view.style;b.objectFit="cover";b.width="100%";b.height="100%";b.top="50%";b.left="50%";b.transform="translate( -50%, -50% ) scale(1.2)";a.find(".slotholder").append(this.renderer.view);this.settings.autoplay?(this.filter.scale.x=this.settings.scalex,this.filter.scale.y=this.settings.scaley):(this.filter.scale.x=0,this.filter.scale.y=0);this.settings.interactive?(d.interactive=!0,"mousedown"===this.settings.event?(d.buttonMode= +!0,d.pointerdown=this.onClick.bind(this),d.pointerup=d.pointerout=this.onReturn.bind(this)):(d.pointerover=this.onMouseEnter.bind(this),d.pointermove=this.onMouseMove.bind(this),d.pointerout=this.onMouseLeave.bind(this))):this.renderer.view.style.pointerEvents="none";this.supressEvents=!0;this.started=!1;this.ticker=new PIXI.ticker.Ticker;this.ticker.add(this.tick.bind(this))}var h,m="ontouchend"in document;window.RsLiquideffectAddOn=function(a,b){if(a&&b&&"undefined"!==typeof PIXI){h=a;h.event.special.rsLiquidEffectDestroyed= +{remove:function(a){a.handler()}};var c=b.find("li[data-liquideffect]").each(function(){var a=h(this),d=JSON.parse(a.attr("data-liquideffect"));if(d){var e=a.children("img");var c=b[0].opt.jsFileLocation||"";c&&(c=c.split("/revslider"));c=2===c.length?c[0]:"";/all|smart/.test(b[0].opt.lazyType)||(b[0].opt.lazyType="smart");if(e.attr("data-lazyload"))var f=e.attr("data-lazyload");else f=e.attr("src"),e.attr("data-lazyload",f),e.attr("src",c.replace("/extensions","")+"/revslider/admin/assets/images/dummy.png"); +f||(f=a.find(".slotholder").contents().filter(function(){return 8===this.nodeType}),f.length?(e=f[0].nodeValue,f=!1,e&&(e=e.split('data-lazyload="'),2===e.length?(e=e[1].split('"'),1').html('#' + api[0].id + '.rs-duotone-simplified .tp-revslider-slidesli {transition: opacity ' + timing + 's ' + easing + '}').appendTo(jQuery('head')); + + } + + api.one('revolution.slide.onloaded', function() { + + duotones.each(function() { + + var $this = tpj(this), + slotholder = $this.find('.slotholder'); + slotholder.wrap('
'); + + }); + + }); + + if(simplified) { + + api.on('revolution.slide.onbeforeswap', function(e, data) { + + $('.rs-duotone-slide').removeClass('rs-duotone-slide'); + data.currentslide.addClass('rs-duotone-slide'); + + }).on('revolution.slide.onafterswap', function(e, data) { + + $('.rs-duotone-slide').removeClass('rs-duotone-slide'); + + }); + + } + + } + + } + +}; \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/css/revolution.addon.filmstrip.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/css/revolution.addon.filmstrip.css new file mode 100644 index 0000000..eb5f6d1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/css/revolution.addon.filmstrip.css @@ -0,0 +1,59 @@ +.rs-addon-strip .tp-bgimg, +.rs-addon-strip .tp-kbimg-wrap { + + display: none; + +} + +.rs-addon-strip-wrap { + + position: absolute; + top: 0; + left: 0; + z-index: 99; + +} + +.rs-addon-strip-horizontal { + + width: auto; + height: 100%; + display: inline-block; + white-space: nowrap; + +} + +.rs-addon-strip-vertical { + + width: 100%; + height: auto; + +} + +.rs-addon-strip-wrap , +.rs-addon-strip-img { + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + -webkit-tap-highlight-color: rgba(0,0,0,0); + +} + +.rs-addon-strip-horizontal .rs-addon-strip-img { + + display: inline-block; + width: auto !important; + height: inherit; + vertical-align: top; + +} + +.rs-addon-strip-vertical .rs-addon-strip-img { + + width: 100% !important; + height: auto; + +} diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/images/transparent.png b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/images/transparent.png new file mode 100644 index 0000000..4d3ddf1 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/images/transparent.png differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/js/revolution.addon.filmstrip.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/js/revolution.addon.filmstrip.min.js new file mode 100644 index 0000000..a09c906 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/filmstrip/js/revolution.addon.filmstrip.min.js @@ -0,0 +1,10 @@ +(function(){function q(a,b){var c=[],m=a[0].opt.gridwidth,k=a[0].opt.visibilityLevels;Array.isArray(this.gridWidth)&&(m=m[0]);a.find("> ul > li").each(function(e){if(this.hasAttribute("data-filmstrip")){var d=l(this),n={transition:"fade",masterspeed:300};0===e&&(n.fstransition="fade",n.fsmasterspeed=300);c[c.length]=new r(a[0],b,m,k,d.data(n),JSON.parse(this.getAttribute("data-filmstrip")))}});this.slider=a;this.strips=c;a.one("revolution.slide.onloaded",this.onLoaded.bind(this)).on("revolution.slide.onbeforeswap", +this.beforeSwap.bind(this)).on("revolution.slide.onafterswap",this.afterSwap.bind(this))}function v(a){var b={};b[a.direction]=a.resetPosition;punchgs.TweenLite.set(a.strip,b);t.call(a)}function t(){var a={ease:punchgs.Linear.easeNone,onComplete:v,onCompleteParams:[this]};a[this.direction]=this.moveTo;this.carousel?this.tween?this.tween.resume():this.tween=punchgs.TweenLite.to(this.strip,this.time,a):punchgs.TweenLite.to(this.strip,this.time,a)}function u(a){var b=document.createElement("img");b.className= +"rs-addon-strip-img";b.setAttribute("data-lazyload",a.url);a.alt&&b.setAttribute("alt",a.alt);b.src=f+"/public/assets/images/transparent.png";return b}function r(a,b,c,m,k,e){for(var d,n=e.imgs,h=n.length,f=document.createDocumentFragment(),p="left-to-right"===e.direction||"top-to-bottom"===e.direction,g=0;2>g;g++)if(p)for(d=h;d--;)f.appendChild(u(n[d]));else for(d=0;dg;g++)(b=gb&&(b=2):b=10,speeds[g]=b;this.times=speeds;l.data(k[0],"rs-addon-strip-"+ +k[0].getAttribute("data-index"),this)}var l,p,f;window.RsFilmstripAddOn=function(a,b,c,m){a&&b&&(l=a,p=l(window),f=c,"/"===f.substr(f.length-1)&&(f=f.slice(0,-1)),l.event.special.rsStripDestroyed={remove:function(a){a.handler()}},new q(b,m))};q.prototype={onLoaded:function(){if(!this.checkRemoved())for(var a=this.strips.length,b=0;bc;c++)if(a>=this.levels[c]){this.time=this.times[c];b=!0;break}b||(this.time=this.times[3]);"x"===this.direction?(b=this.strip.clientWidth,this.strip.style.height=this.slider.clientHeight+"px",this.reverse?(this.moveTo=-(b/2-a),this.resetPosition=-(b-a)):(this.moveTo=-(b/2),this.resetPosition=0)):(a=this.strip.clientHeight,this.reverse?(b=this.slider.clientHeight,this.moveTo=-(a/2-b),this.resetPosition=-(a-b)): +(this.moveTo=-(a/2),this.resetPosition=0));this.running?this.start():this.carousel&&(a={},a[this.direction]=this.resetPosition,punchgs.TweenLite.set(this.strip,a))},destroy:function(){clearTimeout(this.timer);clearTimeout(this.resize);punchgs.TweenLite.killTweensOf(this.strip);l.removeData(this.slide[0],"rs-addon-strip-"+this.slide[0].getAttribute("data-index"));for(var a in this)this.hasOwnProperty(a)&&delete this[a]}}})(); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/css/revolution.addon.panorama.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/css/revolution.addon.panorama.css new file mode 100644 index 0000000..7a4462e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/css/revolution.addon.panorama.css @@ -0,0 +1,83 @@ +.rsaddon-panorama { + + width: 100%; + height: 100%; + opacity: 0; + z-index: 9999; + position: absolute; + top: 0; + left: 0; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + +} + +.rsaddon-panorama.rsaddon-panorama-drag { + + cursor: url('//www.google.com/intl/en_ALL/mapfiles/openhand.cur'), all-scroll; + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: -o-grab; + cursor: -ms-grab; + cursor: grab; + +} + +.rsaddon-panorama.rsaddon-panorama-dragging { + + cursor: url('//www.google.com/intl/en_ALL/mapfiles/closedhand.cur'), all-scroll; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + cursor: -o-grabbing; + cursor: -ms-grabbing; + cursor: grabbing; + +} + +.tp-revslider-slidesli.rsaddon-panorama-click {cursor: pointer} + +.rsaddon-pano .rsaddon-panorama { + + /*transition: opacity 0.5s ease-in-out;*/ + opacity: 1; + +} + +.rev_slider:not(.pano-no-webgl) li[data-panorama] .slotholder *:not(.rsaddon-panorama) { + + visibility: hidden !important; + +} + +.rsaddon-pano .tp-carousel-wrapper li[data-panorama] .slotholder *:not(.rsaddon-panorama) { + + visibility: visible !important; + pointer-events: none; + +} + +.rsaddon-pano .tp-carousel-wrapper .active-revslide[data-panorama] .slotholder *:not(.rsaddon-panorama) { + + /*transition: opacity 0.3s ease-out;*/ + opacity: 0 !important; + +} + +.rsaddon-pano .tp-carousel-wrapper li[data-panorama] .rsaddon-panorama { + + /*transition: opacity 0.3s ease-out;*/ + opacity: 0; + +} + +.rsaddon-pano .tp-carousel-wrapper .active-revslide[data-panorama] .rsaddon-panorama { + + opacity: 1; + +} + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.js new file mode 100644 index 0000000..45035d4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.js @@ -0,0 +1,896 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch +*/ + +;(function() { + + var $, + engine, + requestFrame = window.requestAnimationFrame; + + + window.RsAddonPanorama = function(_$, slider) { + + if(!engine) { + + engine = webGL(); + if(!engine) { + + slider.addClass('pano-no-webgl'); + return; + + } + + } + + if(!_$ || !slider || typeof THREE === 'undefined' || !requestFrame) return; + if(!slider.find('li[data-panorama]').length) return; + + $ = _$; + $.event.special.rsPanoramaDestroyed = {remove: function(evt) {evt.handler();}}; + + return new Panorama(slider); + + }; + + function Panorama(slider) { + + this.slider = slider; + this.slides = []; + this.panos = slider.find('li[data-panorama]').each(function(i) { + + if(i === 0) this.setAttribute('data-fstransition', 'notransition'); + this.setAttribute('data-transition', 'fade'); + + }); + + slider.one('revolution.slide.onloaded', this.onLoaded.bind(this)) + .one('rsPanoramaDestroyed', this.destroy.bind(this)); + + } + + Panorama.prototype = { + + onLoaded: function() { + + this.slider.one('revolution.slide.onchange', this.onReady.bind(this)); + jQuery(window).on('blur.rsaddonpanorama', this.onBlur.bind(this)); + + }, + + onReady: function(e, data) { + + this.resize(); + var $this = this; + this.panos.each(function(i) { + + $this.slides[i] = new PanoramaSlide($(this), $this.slider, $this.width, $this.height); + + }); + + this.slider.on('revolution.slide.afterdraw', this.resize.bind(this)) + .on('revolution.slide.onbeforeswap', this.beforeSwap.bind(this)) + .on('revolution.slide.onafterswap', this.afterSwap.bind(this)) + .on('layeraction', this.layerAction.bind(this)); + + var slide = $.data(data.currentslide[0], 'rsaddonpanorama'); + if(slide) slide.onReset(); + this.panos = null; + + }, + + beforeSwap: function(e, data) { + + var slide = $.data(data.currentslide[0], 'rsaddonpanorama'); + if(slide && slide.controls) slide.removeEvents(); + + slide = $.data(data.nextslide[0], 'rsaddonpanorama'); + if(slide) slide.onReset(); + + }, + + afterSwap: function(e, data) { + + this.currentSlide = $.data(data.currentslide[0], 'rsaddonpanorama'); + if(!data.prevslide.length) return; + + var slide = $.data(data.prevslide[0], 'rsaddonpanorama'); + if(slide) slide.paused = true; + + }, + + resize: function() { + + this.width = this.slider.width(); + this.height = this.slider.height(); + + var i = this.slides.length, + slide; + + while(i--) { + + slide = this.slides[i]; + slide.resize(this.width, this.height); + + } + + }, + + onBlur: function() { + + var i = this.slides.length, + slide; + + while(i--) { + + slide = this.slides[i]; + slide.clear(); + slide.canvas.trigger('mouseup').trigger('mouseleave').trigger('touchend'); + + } + + }, + + layerAction: function(e, data) { + + data = data.event; + var action = data.action; + + if(action && action.search('panorama') !== -1 && this.currentSlide) { + + var perc = data.hasOwnProperty('percentage') ? data.percentage * 0.01 : false; + this.currentSlide.action(action.replace('panorama_', ''), perc); + + } + + }, + + destroy: function() { + + if(this.slides) { + + while(this.slides.length) { + + this.slides[0].destroy(); + this.slides.shift(); + + } + + } + + for(var prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + } + + }; + + function PanoramaSlide(slide, slider, width, height) { + + var options = JSON.parse(slide.attr('data-panorama')); + + this.x = 0; + this.y = 0; + this.zoomVal = 1; + this.width = width; + this.height = height; + this.slide = slide; + this.slider = slider; + this.distX = false; + this.distY = false; + + this.image = options.image; + this.controls = options.controls; + this.drag = this.controls === 'drag'; + this.thrw = this.controls === 'throw'; + this.move = this.drag || this.thrw; + this.mouse = this.controls === 'mouse'; + this.click = this.controls === 'click'; + this.autoplay = options.autoplay == 'true'; + this.zoom = options.mousewheelZoom == 'true'; + this.smoothZoom = options.smoothZoom == 'true'; + + var direction = options.autoplayDirection === 'forward' ? 1 : -1; + this.autoplaySpeed = parseInt(options.autoplaySpeed, 10) * 0.001; + this.speed = this.autoplaySpeed * direction; + + this.throwSpeed = parseInt(options.throwSpeed, 10) * 0.001; + this.zoomMax = 2 - (parseInt(options.zoomMax, 10) * 0.01); + this.zoomMin = 2 - (parseInt(options.zoomMin, 10) * 0.01); + this.fov = parseInt(options.cameraFov, 10); + + this.onStart = this.start.bind(this); + this.onZoom = this.zooming.bind(this); + this.inZoom = this.zoomIn.bind(this); + this.outZoom = this.zoomOut.bind(this); + this.onRender = this.render.bind(this); + this.onMouse = this.mouseEvent.bind(this); + this.onImgChange = this.imgChange.bind(this); + this.fireAction = this.onAction.bind(this); + + this.renderer = new THREE[engine](); + this.renderer.setSize(width, height); + + this.camera = new THREE.PerspectiveCamera(this.fov, width / height, 1, parseInt(options.cameraFar, 10)); + this.camera.target = new THREE.Vector3(0, 0, 0); + + var sphere = new THREE.SphereGeometry(parseInt(options.sphereRadius, 10), parseInt(options.sphereWsegments, 10), parseInt(options.sphereHsegments, 10)); + this.texture = new THREE.TextureLoader(); + this.texture.minFilter = THREE.LinearFilter; + + sphere.applyMatrix(new THREE.Matrix4().makeScale(-1, 1, 1)); + this.material = new THREE.MeshBasicMaterial(); + + this.scene = new THREE.Scene(); + this.scene.add(new THREE.Mesh(sphere, this.material)); + + $.data(slide[0], 'rsaddonpanorama', this); + this.canvas = $(this.renderer.domElement).addClass('rsaddon-panorama').appendTo(slide.find('.slotholder')); + + slide.on('mouseleave', this.onLeave.bind(this)).find('.tp-withaction').each(setActions); + + } + + PanoramaSlide.prototype = { + + start: function() { + + if(!this.imgLoaded) this.imgLoaded = true; + if(!this.currentSlide) return; + + if(this.newImage) { + + this.x = 0; + this.y = 0; + this.zoomVal = 1; + this.camera.fov = this.fov; + this.camera.updateProjectionMatrix(); + this.newImage = false; + + } + + this.controller = false; + this.paused = false; + + // this.slider.removeClass('rsaddon-panorama-loading'); + requestFrame(this.onRender); + + this.addEvents(); + this.running = true; + this.slider.addClass('rsaddon-pano'); + + }, + + render: function() { + + if(this.paused || !this.camera) return; + this.y = Math.max(-85, Math.min(85, this.y)); + + if(this.distX !== false || this.distY !== false) { + + if(this.distX !== false) { + + this.x += (this.distX - this.x) * 0.05; + if(Math.abs(this.distX - this.x) < 1) { + + this.distX = false; + clearInterval(this.actionTimer); + + } + + } + else if(this.distY !== false) { + + this.y += (this.distY - this.y) * 0.05; + if(Math.abs(this.distY - this.y) < 1) { + + this.distY = false; + clearInterval(this.actionTimer); + + } + + } + + } + else if(!this.controller) { + + if(this.autoplay) this.x += this.speed; + + } + else if(!this.move) { + + var xx = (this.mouseX - this.left) / this.width, + yy = (this.mouseY - this.top) / this.height; + + xx = xx <= 0.5 ? (1 - (xx * 2)) * -180 : ((xx - 0.5) * 2) * 180; + yy = yy <= 0.5 ? (1 - (yy * 2)) * 85 : ((yy - 0.5) * 2) * -85; + yy = Math.max(-85, Math.min(85, yy)); + + this.x += (xx - this.x) * 0.05; + this.y += (yy - this.y) * 0.05; + + if((this.click || this.mouse) && Math.abs(xx - this.x) < 1 && Math.abs(yy - this.y) < 1) this.controller = false; + + } + else if(this.thrw) { + + if(this.mousedown) { + + this.vx = this.x - this.oldX; + this.vy = this.y - this.oldY; + this.oldX = this.x; + this.oldY = this.y; + + } + else { + + var vx = Math.abs(this.vx), + vy = Math.abs(this.vy); + + if(vx > 0.01) this.x += this.vx; + if(vy > 0.01) this.y += this.vy; + + this.vx *= this.throwSpeed; + this.vy *= this.throwSpeed; + + if(vx <= 0.01 && vy <= 0.01) this.controller = false; + + } + + } + + var x = THREE.Math.degToRad(this.x), + y = THREE.Math.degToRad(90 - this.y); + + this.camera.target.x = Math.sin(y) * Math.cos(x); + this.camera.target.z = Math.sin(y) * Math.sin(x); + this.camera.target.y = Math.cos(y); + this.camera.lookAt(this.camera.target); + + if(this.smoothZoom) { + + this.camera.fov += ((this.fov * this.zoomVal) - this.camera.fov) * 0.05; + this.camera.updateProjectionMatrix(); + + } + + this.renderer.render(this.scene, this.camera); + requestFrame(this.onRender); + + }, + + onLeave: function() { + + clearInterval(this.actionTimer); + clearInterval(this.zoomTimer); + + }, + + clear: function() { + + clearInterval(this.actionTimer); + clearInterval(this.zoomTimer); + + this.distX = false; + this.distY = false; + + }, + + onAction: function() { + + this.action(this.actionType, this.actionPerc); + + }, + + action: function(tpe, perc) { + + var actionType, + dist; + + switch(tpe) { + + case 'left': + + this.distX = this.x + (-180 * perc); + + break; + + case 'right': + + this.distX = this.x + (180 * perc); + + break; + + case 'up': + + dist = this.y + (85 * perc); + this.distY = Math.max(-85, Math.min(85, dist)); + + break; + + case 'down': + + dist = this.y + (-85 * perc); + this.distY = Math.max(-85, Math.min(85, dist)); + + break; + + case 'leftstart': + + actionType = 'left'; + + break; + + case 'rightstart': + + actionType = 'right'; + + break; + + case 'upstart': + + actionType = 'up'; + + break; + + case 'downstart': + + actionType = 'down'; + + break; + + case 'leftend': + case 'rightend': + case 'upend': + case 'downend': + + clearInterval(this.actionTimer); + + break; + + case 'zoomin': + + clearInterval(this.zoomTimer); + this.zooming('gestureend', 0.5); + + break; + + case 'zoomout': + + clearInterval(this.zoomTimer); + this.zooming('gestureend', 1.5); + + break; + + case 'zoominstart': + + clearInterval(this.zoomTimer); + this.inZoom(); + this.zoomTimer = setInterval(this.inZoom, 100); + + break; + + case 'zoomoutstart': + + clearInterval(this.zoomTimer); + this.outZoom(); + this.zoomTimer = setInterval(this.outZoom, 100); + + break; + + case 'zoominend': + case 'zoomoutend': + + clearInterval(this.zoomTimer); + + break; + + } + + if(actionType) { + + this.clear(); + this.actionPerc = perc; + this.actionType = actionType; + this.fireAction(); + this.actionTimer = setInterval(this.fireAction, 100); + + } + + }, + + zooming: function(e, scale) { + + var tpe; + this.prevZoom = this.zoomVal; + + if(e !== 'gestureend') { + + tpe = e.type; + scale = e.scale; + + } + else { + + tpe = e; + + } + + if(tpe !== 'gestureend') { + + if(e.originalEvent.wheelDelta > 0 || e.originalEvent.detail < 0) this.zoomVal -= 0.05; + else this.zoomVal += 0.05; + + } + else { + + + if(scale < 1) this.zoomVal -= 0.05; + else this.zoomVal += 0.05; + + } + + this.zoomVal = Math.max(this.zoomMax, Math.min(this.zoomMin, this.zoomVal)); + if(this.zoomVal === this.zoomMax || this.zoomVal === this.zoomMin) clearInterval(this.zoomTimer); + + if(!this.smoothZoom) { + + this.camera.fov = this.fov * this.zoomVal; + this.camera.updateProjectionMatrix(); + + } + + return false; + + }, + + zoomIn: function() { + + this.zooming('gestureend', 0.5); + + }, + + zoomOut: function() { + + this.zooming('gestureend', 1.5); + + }, + + imgChange: function() { + + this.timer = setTimeout(this.onStart, 500); + + }, + + update: function(prop, val, callback) { + + clearTimeout(this.timer); + + this.removeEvents(); + this.paused = true; + + switch(prop) { + + case 'image': + + // this.slider.addClass('rsaddon-panorama-loading'); + this.newImage = true; + this.material.map = this.texture.load(val, this.onImgChange); + + break; + + case 'controls': + + this.controls = val; + if(val !== 'none') { + + this.drag = val === 'drag'; + this.thrw = val === 'throw'; + this.mouse = val === 'mouse'; + this.click = val === 'click'; + this.move = this.drag || this.thrw; + + } + else { + + this.x = 0; + this.y = 0; + + } + + break; + + case 'autoplay': + + this.autoplay = val == 'true'; + + break; + + case 'direction': + + var direction = val === 'forward' ? 1 : -1; + this.speed = this.autoplaySpeed * direction; + + break; + + case 'zoom': + + if(val == 'false') { + + delete this.zoom; + this.zoomVal = 1; + this.camera.fov = this.fov; + this.camera.updateProjectionMatrix(); + + } + else { + + this.zoom = true; + + } + + break; + + case 'smooth': + + this.smoothZoom = val == 'true'; + + break; + + } + + if(prop !== 'image') this.timer = setTimeout(this.onStart, 500); + + }, + + resize: function(width, height) { + + this.width = width; + this.height = height; + this.renderer.setSize(width, height); + this.camera.aspect = width / height; + this.camera.updateProjectionMatrix(); + + }, + + onReset: function() { + + this.paused = true; + this.currentSlide = true; + + this.x = 0; + this.y = 0; + this.distX = false; + this.distY = false; + + this.zoomVal = 1; + this.camera.fov = this.fov; + this.camera.updateProjectionMatrix(); + + if(!this.imgLoaded) this.material.map = this.texture.load(this.image, this.onStart); + else this.start(); + + }, + + enterMouse: function(e, triggered) { + + if(this.move) this.canvas.removeClass('rsaddon-panorama-drag').addClass('rsaddon-panorama-dragging'); + + this.clear(); + this.controller = true; + this.mousedown = true; + + var offset = this.slider.offset(); + this.left = offset.left; + this.top = offset.top; + + if(!triggered) { + + var touch = e.originalEvent.touches; + if(touch) e = touch[0]; + + this.startX = e.pageX - this.left; + this.startY = e.pageY - this.top; + + this.prevX = this.x; + this.prevY = this.y; + + this.oldX = this.x; + this.oldY = this.y; + + this.canvas.on('mousemove.rsaddonpanorama touchmove.rsaddonpanorama', this.onMouse); + + } + + }, + + mouseEvent: function(e) { + + this.onLeave(); + if(e.type.search(/move|click/) !== -1) { + + if(this.move) { + if(!this.controller || !this.mousedown) return; + } + else if(!this.controller) { + this.enterMouse(e, true); + } + + var touch = e.originalEvent.touches; + if(touch) e = touch[0]; + + if(!this.move) { + + this.mouseX = e.pageX; + this.mouseY = e.pageY; + + } + else { + + this.x = this.prevX + ((this.startX - (e.pageX - this.left)) * 0.1); + this.y = this.prevY + (((e.pageY - this.top) - this.startY) * 0.1); + + } + + } + else if(e.type.search(/down|enter|start/) !== -1) { + + this.enterMouse(e); + + } + else { + + this.canvas.off('mousemove.rsaddonpanorama touchmove.rsaddonpanorama'); + if(this.drag) this.controller = false; + + this.mousedown = false; + if(this.move) this.canvas.removeClass('rsaddon-panorama-dragging').addClass('rsaddon-panorama-drag'); + + } + + }, + + addEvents: function() { + + switch(this.controls) { + + case 'drag': + case 'throw': + + this.canvas.on( + + 'mousedown.rsaddonpanorama ' + + 'mouseup.rsaddonpanorama ' + + 'mouseleave.rsaddonpanorama ' + + 'touchstart.rsaddonpanorama ' + + 'touchend.rsaddonpanorama ' + + 'touchcancel.rsaddonpanorama', + + this.onMouse); + + break; + + case 'click': + + this.slide.on('click.rsaddonpanorama', this.onMouse); + + break; + + case 'mouse': + + this.slide.on('mousemove.rsaddonpanorama touchmove.rsaddonpanorama', this.onMouse); + + break; + + } + + if(this.zoom) this.slider.on('mousewheel.rsaddonpanorama DOMMouseScroll.rsaddonpanorama gestureend.rsaddonpanorama', this.onZoom); + if(this.controls !== 'none') { + + if(this.move) this.canvas.addClass('rsaddon-panorama-drag'); + else if(this.click) this.slide.addClass('rsaddon-panorama-click'); + + } + + }, + + removeEvents: function() { + + this.clear(); + this.mousedown = false; + this.controller = false; + this.currentSlide = false; + + switch(this.controls) { + + case 'drag': + case 'throw': + + this.canvas.off('.rsaddonpanorama'); + + break; + + case 'mouse': + case 'click': + + this.slide.off('.rsaddonpanorama'); + + break; + + } + + this.slider.off('.rsaddonpanorama'); + this.slide.removeClass('rsaddon-panorama-click'); + this.canvas.removeClass('rsaddon-panorama-drag rsaddon-panorama-dragging'); + + }, + + destroy: function() { + + for(var prop in this) if(this.hasOwnProperty(prop)) delete this[prop]; + + } + + }; + + function stopBubble(e) { + + e.stopPropagation(); + + } + + function setActions() { + + var $this = jQuery(this), + actions = $this.data().actions; + + if($this.hasClass('rspanoaction') || !Array.isArray(actions)) return; + + var i = actions.length, + action; + + while(i--) { + + action = actions[i]; + if(action.action.search('panorama') !== -1) $this.addClass('rspanoaction').on('mousedown click mousemove touchmove', stopBubble); + + } + + } + + function webGL() { + + var canvas; + try { + + canvas = document.createElement('canvas'); + canvas = !!(window.WebGLRenderingContext && (canvas.getContext('webgl') || canvas.getContext('experimental-webgl'))); + if(canvas) canvas = 'WebGLRenderer'; + + } + catch(e) {} + + if(!canvas) { + + canvas = window.CanvasRenderingContext2D; + if(canvas) canvas = 'CanvasRenderer'; + + } + + return canvas; + + } + +})(); + + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.min.js new file mode 100644 index 0000000..ce57113 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/revolution.addon.panorama.min.js @@ -0,0 +1,36 @@ +/* + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch +*/ + +;(function(){function k(a){this.slider=a;this.slides=[];this.panos=a.find("li[data-panorama]").each(function(a){0===a&&this.setAttribute("data-fstransition","notransition");this.setAttribute("data-transition","fade")});a.one("revolution.slide.onloaded",this.onLoaded.bind(this)).one("rsPanoramaDestroyed",this.destroy.bind(this))}function l(a,b,c,d){var e=JSON.parse(a.attr("data-panorama"));this.y=this.x=0;this.zoomVal=1;this.width=c;this.height=d;this.slide=a;this.slider=b;this.distY=this.distX=!1; +this.image=e.image;this.controls=e.controls;this.drag="drag"===this.controls;this.thrw="throw"===this.controls;this.move=this.drag||this.thrw;this.mouse="mouse"===this.controls;this.click="click"===this.controls;this.autoplay="true"==e.autoplay;this.zoom="true"==e.mousewheelZoom;this.smoothZoom="true"==e.smoothZoom;b="forward"===e.autoplayDirection?1:-1;this.autoplaySpeed=.001*parseInt(e.autoplaySpeed,10);this.speed=this.autoplaySpeed*b;this.throwSpeed=.001*parseInt(e.throwSpeed,10);this.zoomMax= +2-.01*parseInt(e.zoomMax,10);this.zoomMin=2-.01*parseInt(e.zoomMin,10);this.fov=parseInt(e.cameraFov,10);this.onStart=this.start.bind(this);this.onZoom=this.zooming.bind(this);this.inZoom=this.zoomIn.bind(this);this.outZoom=this.zoomOut.bind(this);this.onRender=this.render.bind(this);this.onMouse=this.mouseEvent.bind(this);this.onImgChange=this.imgChange.bind(this);this.fireAction=this.onAction.bind(this);this.renderer=new THREE[g];this.renderer.setSize(c,d);this.camera=new THREE.PerspectiveCamera(this.fov, +c/d,1,parseInt(e.cameraFar,10));this.camera.target=new THREE.Vector3(0,0,0);c=new THREE.SphereGeometry(parseInt(e.sphereRadius,10),parseInt(e.sphereWsegments,10),parseInt(e.sphereHsegments,10));this.texture=new THREE.TextureLoader;this.texture.minFilter=THREE.LinearFilter;c.applyMatrix((new THREE.Matrix4).makeScale(-1,1,1));this.material=new THREE.MeshBasicMaterial;this.scene=new THREE.Scene;this.scene.add(new THREE.Mesh(c,this.material));f.data(a[0],"rsaddonpanorama",this);this.canvas=f(this.renderer.domElement).addClass("rsaddon-panorama").appendTo(a.find(".slotholder")); +a.on("mouseleave",this.onLeave.bind(this)).find(".tp-withaction").each(m)}function n(a){a.stopPropagation()}function m(){var a=jQuery(this),b=a.data().actions;if(!a.hasClass("rspanoaction")&&Array.isArray(b))for(var c=b.length,d;c--;)if(d=b[c],-1!==d.action.search("panorama"))a.addClass("rspanoaction").on("mousedown click mousemove touchmove",n)}function p(){try{var a=document.createElement("canvas");(a=!(!window.WebGLRenderingContext||!a.getContext("webgl")&&!a.getContext("experimental-webgl")))&& +(a="WebGLRenderer")}catch(b){}a||(a=window.CanvasRenderingContext2D)&&(a="CanvasRenderer");return a}var f,g,h=window.requestAnimationFrame;window.RsAddonPanorama=function(a,b){if(!g&&(g=p(),!g)){b.addClass("pano-no-webgl");return}if(a&&b&&"undefined"!==typeof THREE&&h&&b.find("li[data-panorama]").length)return f=a,f.event.special.rsPanoramaDestroyed={remove:function(a){a.handler()}},new k(b)};k.prototype={onLoaded:function(){this.slider.one("revolution.slide.onchange",this.onReady.bind(this));jQuery(window).on("blur.rsaddonpanorama", +this.onBlur.bind(this))},onReady:function(a,b){this.resize();var c=this;this.panos.each(function(a){c.slides[a]=new l(f(this),c.slider,c.width,c.height)});this.slider.on("revolution.slide.afterdraw",this.resize.bind(this)).on("revolution.slide.onbeforeswap",this.beforeSwap.bind(this)).on("revolution.slide.onafterswap",this.afterSwap.bind(this)).on("layeraction",this.layerAction.bind(this));var d=f.data(b.currentslide[0],"rsaddonpanorama");if(d)d.onReset();this.panos=null},beforeSwap:function(a,b){var c= +f.data(b.currentslide[0],"rsaddonpanorama");c&&c.controls&&c.removeEvents();if(c=f.data(b.nextslide[0],"rsaddonpanorama"))c.onReset()},afterSwap:function(a,b){this.currentSlide=f.data(b.currentslide[0],"rsaddonpanorama");if(b.prevslide.length){var c=f.data(b.prevslide[0],"rsaddonpanorama");c&&(c.paused=!0)}},resize:function(){this.width=this.slider.width();this.height=this.slider.height();for(var a=this.slides.length,b;a--;)b=this.slides[a],b.resize(this.width,this.height)},onBlur:function(){for(var a= +this.slides.length,b;a--;)b=this.slides[a],b.clear(),b.canvas.trigger("mouseup").trigger("mouseleave").trigger("touchend")},layerAction:function(a,b){b=b.event;var c=b.action;if(c&&-1!==c.search("panorama")&&this.currentSlide){var d=b.hasOwnProperty("percentage")?.01*b.percentage:!1;this.currentSlide.action(c.replace("panorama_",""),d)}},destroy:function(){if(this.slides)for(;this.slides.length;)this.slides[0].destroy(),this.slides.shift();for(var a in this)this.hasOwnProperty(a)&&delete this[a]}}; +l.prototype={start:function(){this.imgLoaded||(this.imgLoaded=!0);this.currentSlide&&(this.newImage&&(this.y=this.x=0,this.zoomVal=1,this.camera.fov=this.fov,this.camera.updateProjectionMatrix(),this.newImage=!1),this.paused=this.controller=!1,h(this.onRender),this.addEvents(),this.running=!0,this.slider.addClass("rsaddon-pano"))},render:function(){if(!this.paused&&this.camera){this.y=Math.max(-85,Math.min(85,this.y));if(!1!==this.distX||!1!==this.distY)!1!==this.distX?(this.x+=.05*(this.distX-this.x), +1>Math.abs(this.distX-this.x)&&(this.distX=!1,clearInterval(this.actionTimer))):!1!==this.distY&&(this.y+=.05*(this.distY-this.y),1>Math.abs(this.distY-this.y)&&(this.distY=!1,clearInterval(this.actionTimer)));else if(this.controller)if(this.move)this.thrw&&(this.mousedown?(this.vx=this.x-this.oldX,this.vy=this.y-this.oldY,this.oldX=this.x,this.oldY=this.y):(a=Math.abs(this.vx),b=Math.abs(this.vy),.01=a&&.01>=b&&(this.controller=!1)));else{var a=(this.mouseX-this.left)/this.width,b=(this.mouseY-this.top)/this.height,a=.5>=a?-180*(1-2*a):360*(a-.5),b=Math.max(-85,Math.min(85,.5>=b?85*(1-2*b):-170*(b-.5)));this.x+=.05*(a-this.x);this.y+=.05*(b-this.y);(this.click||this.mouse)&&1>Math.abs(a-this.x)&&1>Math.abs(b-this.y)&&(this.controller=!1)}else this.autoplay&&(this.x+=this.speed);a=THREE.Math.degToRad(this.x);b=THREE.Math.degToRad(90-this.y);this.camera.target.x=Math.sin(b)*Math.cos(a);this.camera.target.z= +Math.sin(b)*Math.sin(a);this.camera.target.y=Math.cos(b);this.camera.lookAt(this.camera.target);this.smoothZoom&&(this.camera.fov+=.05*(this.fov*this.zoomVal-this.camera.fov),this.camera.updateProjectionMatrix());this.renderer.render(this.scene,this.camera);h(this.onRender)}},onLeave:function(){clearInterval(this.actionTimer);clearInterval(this.zoomTimer)},clear:function(){clearInterval(this.actionTimer);clearInterval(this.zoomTimer);this.distY=this.distX=!1},onAction:function(){this.action(this.actionType, +this.actionPerc)},action:function(a,b){switch(a){case "left":this.distX=this.x+-180*b;break;case "right":this.distX=this.x+180*b;break;case "up":var c=this.y+85*b;this.distY=Math.max(-85,Math.min(85,c));break;case "down":c=this.y+-85*b;this.distY=Math.max(-85,Math.min(85,c));break;case "leftstart":var d="left";break;case "rightstart":d="right";break;case "upstart":d="up";break;case "downstart":d="down";break;case "leftend":case "rightend":case "upend":case "downend":clearInterval(this.actionTimer); +break;case "zoomin":clearInterval(this.zoomTimer);this.zooming("gestureend",.5);break;case "zoomout":clearInterval(this.zoomTimer);this.zooming("gestureend",1.5);break;case "zoominstart":clearInterval(this.zoomTimer);this.inZoom();this.zoomTimer=setInterval(this.inZoom,100);break;case "zoomoutstart":clearInterval(this.zoomTimer);this.outZoom();this.zoomTimer=setInterval(this.outZoom,100);break;case "zoominend":case "zoomoutend":clearInterval(this.zoomTimer)}d&&(this.clear(),this.actionPerc=b,this.actionType= +d,this.fireAction(),this.actionTimer=setInterval(this.fireAction,100))},zooming:function(a,b){this.prevZoom=this.zoomVal;if("gestureend"!==a){var c=a.type;b=a.scale}else c=a;this.zoomVal="gestureend"!==c?0a.originalEvent.detail?this.zoomVal-.05:this.zoomVal+.05:1>b?this.zoomVal-.05:this.zoomVal+.05;this.zoomVal=Math.max(this.zoomMax,Math.min(this.zoomMin,this.zoomVal));this.zoomVal!==this.zoomMax&&this.zoomVal!==this.zoomMin||clearInterval(this.zoomTimer);this.smoothZoom|| +(this.camera.fov=this.fov*this.zoomVal,this.camera.updateProjectionMatrix());return!1},zoomIn:function(){this.zooming("gestureend",.5)},zoomOut:function(){this.zooming("gestureend",1.5)},imgChange:function(){this.timer=setTimeout(this.onStart,500)},update:function(a,b,c){clearTimeout(this.timer);this.removeEvents();this.paused=!0;switch(a){case "image":this.newImage=!0;this.material.map=this.texture.load(b,this.onImgChange);break;case "controls":this.controls=b;"none"!==b?(this.drag="drag"===b,this.thrw= +"throw"===b,this.mouse="mouse"===b,this.click="click"===b,this.move=this.drag||this.thrw):this.y=this.x=0;break;case "autoplay":this.autoplay="true"==b;break;case "direction":this.speed=this.autoplaySpeed*("forward"===b?1:-1);break;case "zoom":"false"==b?(delete this.zoom,this.zoomVal=1,this.camera.fov=this.fov,this.camera.updateProjectionMatrix()):this.zoom=!0;break;case "smooth":this.smoothZoom="true"==b}"image"!==a&&(this.timer=setTimeout(this.onStart,500))},resize:function(a,b){this.width=a;this.height= +b;this.renderer.setSize(a,b);this.camera.aspect=a/b;this.camera.updateProjectionMatrix()},onReset:function(){this.currentSlide=this.paused=!0;this.y=this.x=0;this.distY=this.distX=!1;this.zoomVal=1;this.camera.fov=this.fov;this.camera.updateProjectionMatrix();this.imgLoaded?this.start():this.material.map=this.texture.load(this.image,this.onStart)},enterMouse:function(a,b){this.move&&this.canvas.removeClass("rsaddon-panorama-drag").addClass("rsaddon-panorama-dragging");this.clear();this.mousedown= +this.controller=!0;var c=this.slider.offset();this.left=c.left;this.top=c.top;b||((c=a.originalEvent.touches)&&(a=c[0]),this.startX=a.pageX-this.left,this.startY=a.pageY-this.top,this.prevX=this.x,this.prevY=this.y,this.oldX=this.x,this.oldY=this.y,this.canvas.on("mousemove.rsaddonpanorama touchmove.rsaddonpanorama",this.onMouse))},mouseEvent:function(a){this.onLeave();if(-1!==a.type.search(/move|click/)){if(this.move){if(!this.controller||!this.mousedown)return}else this.controller||this.enterMouse(a, +!0);var b=a.originalEvent.touches;b&&(a=b[0]);this.move?(this.x=this.prevX+.1*(this.startX-(a.pageX-this.left)),this.y=this.prevY+.1*(a.pageY-this.top-this.startY)):(this.mouseX=a.pageX,this.mouseY=a.pageY)}else-1!==a.type.search(/down|enter|start/)?this.enterMouse(a):(this.canvas.off("mousemove.rsaddonpanorama touchmove.rsaddonpanorama"),this.drag&&(this.controller=!1),this.mousedown=!1,this.move&&this.canvas.removeClass("rsaddon-panorama-dragging").addClass("rsaddon-panorama-drag"))},addEvents:function(){switch(this.controls){case "drag":case "throw":this.canvas.on("mousedown.rsaddonpanorama mouseup.rsaddonpanorama mouseleave.rsaddonpanorama touchstart.rsaddonpanorama touchend.rsaddonpanorama touchcancel.rsaddonpanorama", +this.onMouse);break;case "click":this.slide.on("click.rsaddonpanorama",this.onMouse);break;case "mouse":this.slide.on("mousemove.rsaddonpanorama touchmove.rsaddonpanorama",this.onMouse)}if(this.zoom)this.slider.on("mousewheel.rsaddonpanorama DOMMouseScroll.rsaddonpanorama gestureend.rsaddonpanorama",this.onZoom);"none"!==this.controls&&(this.move?this.canvas.addClass("rsaddon-panorama-drag"):this.click&&this.slide.addClass("rsaddon-panorama-click"))},removeEvents:function(){this.clear();this.currentSlide= +this.controller=this.mousedown=!1;switch(this.controls){case "drag":case "throw":this.canvas.off(".rsaddonpanorama");break;case "mouse":case "click":this.slide.off(".rsaddonpanorama")}this.slider.off(".rsaddonpanorama");this.slide.removeClass("rsaddon-panorama-click");this.canvas.removeClass("rsaddon-panorama-drag rsaddon-panorama-dragging")},destroy:function(){for(var a in this)this.hasOwnProperty(a)&&delete this[a]}}})(); + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/three.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/three.min.js new file mode 100644 index 0000000..f3ad495 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/panorama/js/three.min.js @@ -0,0 +1,865 @@ +// threejs.org/license +(function(l,sa){"object"===typeof exports&&"undefined"!==typeof module?sa(exports):"function"===typeof define&&define.amd?define(["exports"],sa):sa(l.THREE=l.THREE||{})})(this,function(l){function sa(){}function D(a,b){this.x=a||0;this.y=b||0}function X(a,b,c,d,e,f,g,h,k,m){Object.defineProperty(this,"id",{value:jf++});this.uuid=Y.generateUUID();this.name="";this.image=void 0!==a?a:X.DEFAULT_IMAGE;this.mipmaps=[];this.mapping=void 0!==b?b:X.DEFAULT_MAPPING;this.wrapS=void 0!==c?c:1001;this.wrapT= +void 0!==d?d:1001;this.magFilter=void 0!==e?e:1006;this.minFilter=void 0!==f?f:1008;this.anisotropy=void 0!==k?k:1;this.format=void 0!==g?g:1023;this.type=void 0!==h?h:1009;this.offset=new D(0,0);this.repeat=new D(1,1);this.generateMipmaps=!0;this.premultiplyAlpha=!1;this.flipY=!0;this.unpackAlignment=4;this.encoding=void 0!==m?m:3E3;this.version=0;this.onUpdate=null}function ga(a,b,c,d){this.x=a||0;this.y=b||0;this.z=c||0;this.w=void 0!==d?d:1}function Db(a,b,c){this.uuid=Y.generateUUID();this.width= +a;this.height=b;this.scissor=new ga(0,0,a,b);this.scissorTest=!1;this.viewport=new ga(0,0,a,b);c=c||{};void 0===c.minFilter&&(c.minFilter=1006);this.texture=new X(void 0,void 0,c.wrapS,c.wrapT,c.magFilter,c.minFilter,c.format,c.type,c.anisotropy,c.encoding);this.depthBuffer=void 0!==c.depthBuffer?c.depthBuffer:!0;this.stencilBuffer=void 0!==c.stencilBuffer?c.stencilBuffer:!0;this.depthTexture=void 0!==c.depthTexture?c.depthTexture:null}function Eb(a,b,c){Db.call(this,a,b,c);this.activeMipMapLevel= +this.activeCubeFace=0}function qa(a,b,c,d){this._x=a||0;this._y=b||0;this._z=c||0;this._w=void 0!==d?d:1}function p(a,b,c){this.x=a||0;this.y=b||0;this.z=c||0}function J(){this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];0=d||0 0 ) {\nfloat depth = gl_FragCoord.z / gl_FragCoord.w;\nfloat fogFactor = 0.0;\nif ( fogType == 1 ) {\nfogFactor = smoothstep( fogNear, fogFar, depth );\n} else {\nconst float LOG2 = 1.442695;\nfogFactor = exp2( - fogDensity * fogDensity * depth * depth * LOG2 );\nfogFactor = 1.0 - clamp( fogFactor, 0.0, 1.0 );\n}\ngl_FragColor = mix( gl_FragColor, vec4( fogColor, gl_FragColor.w ), fogFactor );\n}\n}"].join("\n")); +w.compileShader(P);w.compileShader(K);w.attachShader(ja,P);w.attachShader(ja,K);w.linkProgram(ja);F=ja;x=w.getAttribLocation(F,"position");v=w.getAttribLocation(F,"uv");c=w.getUniformLocation(F,"uvOffset");d=w.getUniformLocation(F,"uvScale");e=w.getUniformLocation(F,"rotation");f=w.getUniformLocation(F,"scale");g=w.getUniformLocation(F,"color");h=w.getUniformLocation(F,"map");k=w.getUniformLocation(F,"opacity");m=w.getUniformLocation(F,"modelViewMatrix");u=w.getUniformLocation(F,"projectionMatrix"); +q=w.getUniformLocation(F,"fogType");n=w.getUniformLocation(F,"fogDensity");r=w.getUniformLocation(F,"fogNear");l=w.getUniformLocation(F,"fogFar");t=w.getUniformLocation(F,"fogColor");y=w.getUniformLocation(F,"alphaTest");ja=document.createElementNS("http://www.w3.org/1999/xhtml","canvas");ja.width=8;ja.height=8;P=ja.getContext("2d");P.fillStyle="white";P.fillRect(0,0,8,8);aa=new X(ja);aa.needsUpdate=!0}w.useProgram(F);O.initAttributes();O.enableAttribute(x);O.enableAttribute(v);O.disableUnusedAttributes(); +O.disable(w.CULL_FACE);O.enable(w.BLEND);w.bindBuffer(w.ARRAY_BUFFER,S);w.vertexAttribPointer(x,2,w.FLOAT,!1,16,0);w.vertexAttribPointer(v,2,w.FLOAT,!1,16,8);w.bindBuffer(w.ELEMENT_ARRAY_BUFFER,E);w.uniformMatrix4fv(u,!1,Gb.projectionMatrix.elements);O.activeTexture(w.TEXTURE0);w.uniform1i(h,0);P=ja=0;(K=p.fog)?(w.uniform3f(t,K.color.r,K.color.g,K.color.b),K.isFog?(w.uniform1f(r,K.near),w.uniform1f(l,K.far),w.uniform1i(q,1),P=ja=1):K.isFogExp2&&(w.uniform1f(n,K.density),w.uniform1i(q,2),P=ja=2)): +(w.uniform1i(q,0),P=ja=0);for(var K=0,W=b.length;Kb&&(b=a[c]);return b}function M(){Object.defineProperty(this,"id",{value:Td++});this.uuid=Y.generateUUID();this.name="";this.type="Geometry";this.vertices=[];this.colors=[];this.faces=[];this.faceVertexUvs=[[]];this.morphTargets=[];this.morphNormals=[];this.skinWeights=[];this.skinIndices=[];this.lineDistances=[];this.boundingSphere=this.boundingBox=null;this.groupsNeedUpdate=this.lineDistancesNeedUpdate= +this.colorsNeedUpdate=this.normalsNeedUpdate=this.uvsNeedUpdate=this.verticesNeedUpdate=this.elementsNeedUpdate=!1}function I(){Object.defineProperty(this,"id",{value:Td++});this.uuid=Y.generateUUID();this.name="";this.type="BufferGeometry";this.index=null;this.attributes={};this.morphAttributes={};this.groups=[];this.boundingSphere=this.boundingBox=null;this.drawRange={start:0,count:Infinity}}function Ca(a,b){B.call(this);this.type="Mesh";this.geometry=void 0!==a?a:new I;this.material=void 0!==b? +b:new Na({color:16777215*Math.random()});this.drawMode=0;this.updateMorphTargets()}function Ib(a,b,c,d,e,f){M.call(this);this.type="BoxGeometry";this.parameters={width:a,height:b,depth:c,widthSegments:d,heightSegments:e,depthSegments:f};this.fromBufferGeometry(new kb(a,b,c,d,e,f));this.mergeVertices()}function kb(a,b,c,d,e,f){function g(a,b,c,d,e,f,g,l,S,E,F){var aa=f/S,R=g/E,ca=f/2,la=g/2,D=l/2;g=S+1;var C=E+1,B=f=0,P,K,W=new p;for(K=0;K/gm,function(a,c){var d=U[c]; +if(void 0===d)throw Error("Can not resolve #include <"+c+">");return Vd(d)})}function Oe(a){return a.replace(/for \( int i \= (\d+)\; i < (\d+)\; i \+\+ \) \{([\s\S]+?)(?=\})\}/g,function(a,c,d,e){a="";for(c=parseInt(c);cb||a.height>b){var c=b/Math.max(a.width,a.height),d=document.createElementNS("http://www.w3.org/1999/xhtml","canvas");d.width=Math.floor(a.width*c);d.height=Math.floor(a.height*c);d.getContext("2d").drawImage(a,0,0,a.width,a.height,0,0,d.width,d.height);console.warn("THREE.WebGLRenderer: image is too big ("+ +a.width+"x"+a.height+"). Resized to "+d.width+"x"+d.height,a);return d}return a}function k(a){return Y.isPowerOfTwo(a.width)&&Y.isPowerOfTwo(a.height)}function m(b){return 1003===b||1004===b||1005===b?a.NEAREST:a.LINEAR}function u(b){b=b.target;b.removeEventListener("dispose",u);a:{var c=d.get(b);if(b.image&&c.__image__webglTextureCube)a.deleteTexture(c.__image__webglTextureCube);else{if(void 0===c.__webglInit)break a;a.deleteTexture(c.__webglTexture)}d.remove(b)}g.textures--}function q(b){b=b.target; +b.removeEventListener("dispose",q);var c=d.get(b),e=d.get(b.texture);if(b){void 0!==e.__webglTexture&&a.deleteTexture(e.__webglTexture);b.depthTexture&&b.depthTexture.dispose();if(b.isWebGLRenderTargetCube)for(e=0;6>e;e++)a.deleteFramebuffer(c.__webglFramebuffer[e]),c.__webglDepthbuffer&&a.deleteRenderbuffer(c.__webglDepthbuffer[e]);else a.deleteFramebuffer(c.__webglFramebuffer),c.__webglDepthbuffer&&a.deleteRenderbuffer(c.__webglDepthbuffer);d.remove(b.texture);d.remove(b)}g.textures--}function n(b, +m){var n=d.get(b);if(0z;z++)t[z]=q||l?l?b.image[z].image:b.image[z]:h(b.image[z],e.maxCubemapSize);var p=k(t[0]),y=f(b.format),R=f(b.type);r(a.TEXTURE_CUBE_MAP,b,p);for(z=0;6>z;z++)if(q)for(var ca,la=t[z].mipmaps,D=0,B=la.length;Du;u++)e.__webglFramebuffer[u]=a.createFramebuffer()}else e.__webglFramebuffer=a.createFramebuffer();if(h){c.bindTexture(a.TEXTURE_CUBE_MAP,f.__webglTexture);r(a.TEXTURE_CUBE_MAP,b.texture,m);for(u=0;6>u;u++)l(e.__webglFramebuffer[u], +b,a.COLOR_ATTACHMENT0,a.TEXTURE_CUBE_MAP_POSITIVE_X+u);b.texture.generateMipmaps&&m&&a.generateMipmap(a.TEXTURE_CUBE_MAP);c.bindTexture(a.TEXTURE_CUBE_MAP,null)}else c.bindTexture(a.TEXTURE_2D,f.__webglTexture),r(a.TEXTURE_2D,b.texture,m),l(e.__webglFramebuffer,b,a.COLOR_ATTACHMENT0,a.TEXTURE_2D),b.texture.generateMipmaps&&m&&a.generateMipmap(a.TEXTURE_2D),c.bindTexture(a.TEXTURE_2D,null);if(b.depthBuffer){e=d.get(b);f=!0===b.isWebGLRenderTargetCube;if(b.depthTexture){if(f)throw Error("target.depthTexture not supported in Cube render targets"); +if(b&&b.isWebGLRenderTargetCube)throw Error("Depth Texture with cube render targets is not supported!");a.bindFramebuffer(a.FRAMEBUFFER,e.__webglFramebuffer);if(!b.depthTexture||!b.depthTexture.isDepthTexture)throw Error("renderTarget.depthTexture must be an instance of THREE.DepthTexture");d.get(b.depthTexture).__webglTexture&&b.depthTexture.image.width===b.width&&b.depthTexture.image.height===b.height||(b.depthTexture.image.width=b.width,b.depthTexture.image.height=b.height,b.depthTexture.needsUpdate= +!0);n(b.depthTexture,0);e=d.get(b.depthTexture).__webglTexture;if(1026===b.depthTexture.format)a.framebufferTexture2D(a.FRAMEBUFFER,a.DEPTH_ATTACHMENT,a.TEXTURE_2D,e,0);else if(1027===b.depthTexture.format)a.framebufferTexture2D(a.FRAMEBUFFER,a.DEPTH_STENCIL_ATTACHMENT,a.TEXTURE_2D,e,0);else throw Error("Unknown depthTexture format");}else if(f)for(e.__webglDepthbuffer=[],f=0;6>f;f++)a.bindFramebuffer(a.FRAMEBUFFER,e.__webglFramebuffer[f]),e.__webglDepthbuffer[f]=a.createRenderbuffer(),t(e.__webglDepthbuffer[f], +b);else a.bindFramebuffer(a.FRAMEBUFFER,e.__webglFramebuffer),e.__webglDepthbuffer=a.createRenderbuffer(),t(e.__webglDepthbuffer,b);a.bindFramebuffer(a.FRAMEBUFFER,null)}};this.updateRenderTargetMipmap=function(b){var e=b.texture;e.generateMipmaps&&k(b)&&1003!==e.minFilter&&1006!==e.minFilter&&(b=b&&b.isWebGLRenderTargetCube?a.TEXTURE_CUBE_MAP:a.TEXTURE_2D,e=d.get(e).__webglTexture,c.bindTexture(b,e),a.generateMipmap(b),c.bindTexture(b,null))}}function eg(){var a={};return{get:function(b){b=b.uuid; +var c=a[b];void 0===c&&(c={},a[b]=c);return c},remove:function(b){delete a[b.uuid]},clear:function(){a={}}}}function fg(a,b,c){function d(b,c,d){var e=new Uint8Array(4),f=a.createTexture();a.bindTexture(b,f);a.texParameteri(b,a.TEXTURE_MIN_FILTER,a.NEAREST);a.texParameteri(b,a.TEXTURE_MAG_FILTER,a.NEAREST);for(b=0;b=na.maxTextures&&console.warn("WebGLRenderer: trying to use "+a+" texture units while this GPU supports only "+na.maxTextures);U+=1;return a};this.setTexture2D=function(){var a=!1;return function(b,c){b&&b.isWebGLRenderTarget&&(a||(console.warn("THREE.WebGLRenderer.setTexture2D: don't use render targets as textures. Use their .texture property instead."), +a=!0),b=b.texture);sa.setTexture2D(b,c)}}();this.setTexture=function(){var a=!1;return function(b,c){a||(console.warn("THREE.WebGLRenderer: .setTexture is deprecated, use setTexture2D instead."),a=!0);sa.setTexture2D(b,c)}}();this.setTextureCube=function(){var a=!1;return function(b,c){b&&b.isWebGLRenderTargetCube&&(a||(console.warn("THREE.WebGLRenderer.setTextureCube: don't use cube render targets as textures. Use their .texture property instead."),a=!0),b=b.texture);b&&b.isCubeTexture||Array.isArray(b.image)&& +6===b.image.length?sa.setTextureCube(b,c):sa.setTextureCubeDynamic(b,c)}}();this.getRenderTarget=function(){return P};this.setRenderTarget=function(a){(P=a)&&void 0===ia.get(a).__webglFramebuffer&&sa.setupRenderTarget(a);var b=a&&a.isWebGLRenderTargetCube,c;a?(c=ia.get(a),c=b?c.__webglFramebuffer[a.activeCubeFace]:c.__webglFramebuffer,Q.copy(a.scissor),L=a.scissorTest,Z.copy(a.viewport)):(c=null,Q.copy(ha).multiplyScalar(ka),L=Pe,Z.copy(zc).multiplyScalar(ka));K!==c&&(A.bindFramebuffer(A.FRAMEBUFFER, +c),K=c);fa.scissor(Q);fa.setScissorTest(L);fa.viewport(Z);b&&(b=ia.get(a.texture),A.framebufferTexture2D(A.FRAMEBUFFER,A.COLOR_ATTACHMENT0,A.TEXTURE_CUBE_MAP_POSITIVE_X+a.activeCubeFace,b.__webglTexture,a.activeMipMapLevel))};this.readRenderTargetPixels=function(a,b,c,d,e,f){if(!1===(a&&a.isWebGLRenderTarget))console.error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not THREE.WebGLRenderTarget.");else{var g=ia.get(a).__webglFramebuffer;if(g){var h=!1;g!==K&&(A.bindFramebuffer(A.FRAMEBUFFER, +g),h=!0);try{var k=a.texture,m=k.format,n=k.type;1023!==m&&y(m)!==A.getParameter(A.IMPLEMENTATION_COLOR_READ_FORMAT)?console.error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not in RGBA or implementation defined format."):1009===n||y(n)===A.getParameter(A.IMPLEMENTATION_COLOR_READ_TYPE)||1015===n&&(pa.get("OES_texture_float")||pa.get("WEBGL_color_buffer_float"))||1016===n&&pa.get("EXT_color_buffer_half_float")?A.checkFramebufferStatus(A.FRAMEBUFFER)===A.FRAMEBUFFER_COMPLETE?0<=b&& +b<=a.width-d&&0<=c&&c<=a.height-e&&A.readPixels(b,c,d,e,y(m),y(n),f):console.error("THREE.WebGLRenderer.readRenderTargetPixels: readPixels from renderTarget failed. Framebuffer not complete."):console.error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not in UnsignedByteType or implementation defined type.")}finally{h&&A.bindFramebuffer(A.FRAMEBUFFER,K)}}}}}function Kb(a,b){this.name="";this.color=new H(a);this.density=void 0!==b?b:2.5E-4}function Lb(a,b,c){this.name="";this.color= +new H(a);this.near=void 0!==b?b:1;this.far=void 0!==c?c:1E3}function md(){B.call(this);this.type="Scene";this.overrideMaterial=this.fog=this.background=null;this.autoUpdate=!0}function Yd(a,b,c,d,e){B.call(this);this.lensFlares=[];this.positionScreen=new p;this.customUpdateCallback=void 0;void 0!==a&&this.add(a,b,c,d,e)}function cb(a){Z.call(this);this.type="SpriteMaterial";this.color=new H(16777215);this.map=null;this.rotation=0;this.lights=this.fog=!1;this.setValues(a)}function Ac(a){B.call(this); +this.type="Sprite";this.material=void 0!==a?a:new cb}function Bc(){B.call(this);this.type="LOD";Object.defineProperties(this,{levels:{enumerable:!0,value:[]}})}function Cc(a,b){a=a||[];this.bones=a.slice(0);this.boneMatrices=new Float32Array(16*this.bones.length);if(void 0===b)this.calculateInverses();else if(this.bones.length===b.length)this.boneInverses=b.slice(0);else{console.warn("THREE.Skeleton boneInverses is the wrong length.");this.boneInverses=[];for(var c=0,d=this.bones.length;c=a.HAVE_CURRENT_DATA&&(u.needsUpdate=!0)}X.call(this,a,b,c,d,e,f,g,h,k);this.generateMipmaps=!1;var u=this;m()}function Nb(a,b,c,d,e,f,g,h,k,m,u,q){X.call(this,null,f,g,h,k,m,d,e,u,q);this.image={width:b,height:c};this.mipmaps=a;this.generateMipmaps=this.flipY=!1}function rd(a,b,c,d,e,f,g,h,k){X.call(this,a, +b,c,d,e,f,g,h,k);this.needsUpdate=!0}function Ec(a,b,c,d,e,f,g,h,k,m){m=void 0!==m?m:1026;if(1026!==m&&1027!==m)throw Error("DepthTexture format must be either THREE.DepthFormat or THREE.DepthStencilFormat");void 0===c&&1026===m&&(c=1012);void 0===c&&1027===m&&(c=1020);X.call(this,null,d,e,f,g,h,m,c,k);this.image={width:a,height:b};this.magFilter=void 0!==g?g:1003;this.minFilter=void 0!==h?h:1003;this.generateMipmaps=this.flipY=!1}function Ob(a){I.call(this);this.type="WireframeGeometry";var b=[], +c,d,e,f,g=[0,0],h={},k,m,u=["a","b","c"];if(a&&a.isGeometry){var q=a.faces;c=0;for(e=q.length;cd;d++)k=n[u[d]],m=n[u[(d+1)%3]],g[0]=Math.min(k,m),g[1]=Math.max(k,m),k=g[0]+","+g[1],void 0===h[k]&&(h[k]={index1:g[0],index2:g[1]})}for(k in h)c=h[k],u=a.vertices[c.index1],b.push(u.x,u.y,u.z),u=a.vertices[c.index2],b.push(u.x,u.y,u.z)}else if(a&&a.isBufferGeometry){var r,u=new p;if(null!==a.index){q=a.attributes.position;n=a.index;r=a.groups;0===r.length&&(r=[{start:0,count:n.count, +materialIndex:0}]);a=0;for(f=r.length;ad;d++)k=n.getX(c+d),m=n.getX(c+(d+1)%3),g[0]=Math.min(k,m),g[1]=Math.max(k,m),k=g[0]+","+g[1],void 0===h[k]&&(h[k]={index1:g[0],index2:g[1]});for(k in h)c=h[k],u.fromBufferAttribute(q,c.index1),b.push(u.x,u.y,u.z),u.fromBufferAttribute(q,c.index2),b.push(u.x,u.y,u.z)}else for(q=a.attributes.position,c=0,e=q.count/3;cd;d++)h=3*c+d,u.fromBufferAttribute(q,h),b.push(u.x,u.y,u.z), +h=3*c+(d+1)%3,u.fromBufferAttribute(q,h),b.push(u.x,u.y,u.z)}this.addAttribute("position",new C(b,3))}function Fc(a,b,c){M.call(this);this.type="ParametricGeometry";this.parameters={func:a,slices:b,stacks:c};this.fromBufferGeometry(new Pb(a,b,c));this.mergeVertices()}function Pb(a,b,c){I.call(this);this.type="ParametricBufferGeometry";this.parameters={func:a,slices:b,stacks:c};var d=[],e=[],f=[],g=[],h=new p,k=new p,m=new p,u=new p,q=new p,n,r,l=b+1;for(n=0;n<=c;n++){var t=n/c;for(r=0;r<=b;r++){var y= +r/b,k=a(y,t,k);e.push(k.x,k.y,k.z);0<=y-1E-5?(m=a(y-1E-5,t,m),u.subVectors(k,m)):(m=a(y+1E-5,t,m),u.subVectors(m,k));0<=t-1E-5?(m=a(y,t-1E-5,m),q.subVectors(k,m)):(m=a(y,t+1E-5,m),q.subVectors(m,k));h.crossVectors(u,q).normalize();f.push(h.x,h.y,h.z);g.push(y,t)}}for(n=0;nd&&1===a.x&&(k[b]=a.x-1);0===c.x&&0===c.z&&(k[b]=d/2/Math.PI+.5)}I.call(this);this.type="PolyhedronBufferGeometry";this.parameters={vertices:a,indices:b,radius:c,detail:d};c=c||1;var h=[],k=[];(function(a){for(var c= +new p,d=new p,g=new p,h=0;he&&(.2>b&&(k[a+0]+=1),.2>c&&(k[a+2]+=1),.2>d&&(k[a+4]+=1))})();this.addAttribute("position",new C(h,3));this.addAttribute("normal",new C(h.slice(),3));this.addAttribute("uv",new C(k,2));this.normalizeNormals()}function Hc(a,b){M.call(this);this.type="TetrahedronGeometry";this.parameters={radius:a,detail:b};this.fromBufferGeometry(new Qb(a,b)); +this.mergeVertices()}function Qb(a,b){ia.call(this,[1,1,1,-1,-1,1,-1,1,-1,1,-1,-1],[2,1,0,0,3,2,1,3,0,2,3,1],a,b);this.type="TetrahedronBufferGeometry";this.parameters={radius:a,detail:b}}function Ic(a,b){M.call(this);this.type="OctahedronGeometry";this.parameters={radius:a,detail:b};this.fromBufferGeometry(new mb(a,b));this.mergeVertices()}function mb(a,b){ia.call(this,[1,0,0,-1,0,0,0,1,0,0,-1,0,0,0,1,0,0,-1],[0,2,4,0,4,3,0,3,5,0,5,2,1,2,5,1,5,3,1,3,4,1,4,2],a,b);this.type="OctahedronBufferGeometry"; +this.parameters={radius:a,detail:b}}function Jc(a,b){M.call(this);this.type="IcosahedronGeometry";this.parameters={radius:a,detail:b};this.fromBufferGeometry(new Rb(a,b));this.mergeVertices()}function Rb(a,b){var c=(1+Math.sqrt(5))/2;ia.call(this,[-1,c,0,1,c,0,-1,-c,0,1,-c,0,0,-1,c,0,1,c,0,-1,-c,0,1,-c,c,0,-1,c,0,1,-c,0,-1,-c,0,1],[0,11,5,0,5,1,0,1,7,0,7,10,0,10,11,1,5,9,5,11,4,11,10,2,10,7,6,7,1,8,3,9,4,3,4,2,3,2,6,3,6,8,3,8,9,4,9,5,2,4,11,6,2,10,8,6,7,9,8,1],a,b);this.type="IcosahedronBufferGeometry"; +this.parameters={radius:a,detail:b}}function Kc(a,b){M.call(this);this.type="DodecahedronGeometry";this.parameters={radius:a,detail:b};this.fromBufferGeometry(new Sb(a,b));this.mergeVertices()}function Sb(a,b){var c=(1+Math.sqrt(5))/2,d=1/c;ia.call(this,[-1,-1,-1,-1,-1,1,-1,1,-1,-1,1,1,1,-1,-1,1,-1,1,1,1,-1,1,1,1,0,-d,-c,0,-d,c,0,d,-c,0,d,c,-d,-c,0,-d,c,0,d,-c,0,d,c,0,-c,0,-d,c,0,-d,-c,0,d,c,0,d],[3,11,7,3,7,15,3,15,13,7,19,17,7,17,6,7,6,15,17,4,8,17,8,10,17,10,6,8,0,16,8,16,2,8,2,10,0,12,1,0,1,18, +0,18,16,6,10,2,6,2,13,6,13,15,2,16,18,2,18,3,2,3,13,18,1,9,18,9,11,18,11,3,4,14,12,4,12,0,4,0,8,11,9,5,11,5,19,11,19,7,19,5,14,19,14,4,19,4,17,1,12,14,1,14,5,1,5,9],a,b);this.type="DodecahedronBufferGeometry";this.parameters={radius:a,detail:b}}function Lc(a,b,c,d,e,f){M.call(this);this.type="TubeGeometry";this.parameters={path:a,tubularSegments:b,radius:c,radialSegments:d,closed:e};void 0!==f&&console.warn("THREE.TubeGeometry: taper has been removed.");a=new Tb(a,b,c,d,e);this.tangents=a.tangents; +this.normals=a.normals;this.binormals=a.binormals;this.fromBufferGeometry(a);this.mergeVertices()}function Tb(a,b,c,d,e){function f(e){var f=a.getPointAt(e/b),m=g.normals[e];e=g.binormals[e];for(q=0;q<=d;q++){var u=q/d*Math.PI*2,t=Math.sin(u),u=-Math.cos(u);k.x=u*m.x+t*e.x;k.y=u*m.y+t*e.y;k.z=u*m.z+t*e.z;k.normalize();l.push(k.x,k.y,k.z);h.x=f.x+c*k.x;h.y=f.y+c*k.y;h.z=f.z+c*k.z;n.push(h.x,h.y,h.z)}}I.call(this);this.type="TubeBufferGeometry";this.parameters={path:a,tubularSegments:b,radius:c,radialSegments:d, +closed:e};b=b||64;c=c||1;d=d||8;e=e||!1;var g=a.computeFrenetFrames(b,e);this.tangents=g.tangents;this.normals=g.normals;this.binormals=g.binormals;var h=new p,k=new p,m=new D,u,q,n=[],l=[],z=[],t=[];for(u=0;up;p++)g=r[k[p]],h=r[k[(p+1)%3]],e[0]=Math.min(g,h),e[1]=Math.max(g,h),g=e[0]+","+e[1],void 0=== +f[g]?f[g]={index1:e[0],index2:e[1],face1:l,face2:void 0}:f[g].face2=l;for(g in f)if(e=f[g],void 0===e.face2||m[e.face1].normal.dot(m[e.face2].normal)<=d)k=u[e.index1],c.push(k.x,k.y,k.z),k=u[e.index2],c.push(k.x,k.y,k.z);this.addAttribute("position",new C(c,3))}function ob(a,b,c,d,e,f,g,h){M.call(this);this.type="CylinderGeometry";this.parameters={radiusTop:a,radiusBottom:b,height:c,radialSegments:d,heightSegments:e,openEnded:f,thetaStart:g,thetaLength:h};this.fromBufferGeometry(new Wa(a,b,c,d,e, +f,g,h));this.mergeVertices()}function Wa(a,b,c,d,e,f,g,h){function k(c){var e,f,k,t=new D,E=new p,F=0,aa=!0===c?a:b,R=!0===c?1:-1;f=z;for(e=1;e<=d;e++)l.push(0,y*R,0),n.push(0,R,0),r.push(.5,.5),z++;k=z;for(e=0;e<=d;e++){var C=e/d*h+g,B=Math.cos(C),C=Math.sin(C);E.x=aa*C;E.y=y*R;E.z=aa*B;l.push(E.x,E.y,E.z);n.push(0,R,0);t.x=.5*B+.5;t.y=.5*C*R+.5;r.push(t.x,t.y);z++}for(e=0;ethis.duration&&this.resetDuration();this.optimize()}function Hd(a){this.manager=void 0!==a?a:Aa;this.textures={}}function be(a){this.manager=void 0!==a?a:Aa}function gc(){this.onLoadStart=function(){};this.onLoadProgress=function(){};this.onLoadComplete=function(){}}function ce(a){"boolean"===typeof a&&(console.warn("THREE.JSONLoader: showStatus parameter has been removed from constructor."),a=void 0);this.manager=void 0!== +a?a:Aa;this.withCredentials=!1}function Re(a){this.manager=void 0!==a?a:Aa;this.texturePath=""}function Se(a,b,c,d,e){b=.5*(d-b);e=.5*(e-c);var f=a*a;return(2*c-2*d+b+e)*a*f+(-3*c+3*d-2*b-e)*f+b*a+c}function xb(a,b,c,d){var e=1-a;return e*e*b+2*(1-a)*a*c+a*a*d}function yb(a,b,c,d,e){var f=1-a,g=1-a;return f*f*f*b+3*g*g*a*c+3*(1-a)*a*a*d+a*a*a*e}function na(){this.arcLengthDivisions=200}function Sa(a,b){this.arcLengthDivisions=200;this.v1=a;this.v2=b}function Yc(){this.arcLengthDivisions=200;this.curves= +[];this.autoClose=!1}function Xa(a,b,c,d,e,f,g,h){this.arcLengthDivisions=200;this.aX=a;this.aY=b;this.xRadius=c;this.yRadius=d;this.aStartAngle=e;this.aEndAngle=f;this.aClockwise=g;this.aRotation=h||0}function zb(a){this.arcLengthDivisions=200;this.points=void 0===a?[]:a}function hc(a,b,c,d){this.arcLengthDivisions=200;this.v0=a;this.v1=b;this.v2=c;this.v3=d}function ic(a,b,c){this.arcLengthDivisions=200;this.v0=a;this.v1=b;this.v2=c}function Zc(a){Yc.call(this);this.currentPoint=new D;a&&this.fromPoints(a)} +function Ab(){Zc.apply(this,arguments);this.holes=[]}function de(){this.subPaths=[];this.currentPath=null}function ee(a){this.data=a}function Te(a){this.manager=void 0!==a?a:Aa}function fe(a){this.manager=void 0!==a?a:Aa}function Ue(){this.type="StereoCamera";this.aspect=1;this.eyeSep=.064;this.cameraL=new xa;this.cameraL.layers.enable(1);this.cameraL.matrixAutoUpdate=!1;this.cameraR=new xa;this.cameraR.layers.enable(2);this.cameraR.matrixAutoUpdate=!1}function Id(a,b,c){B.call(this);this.type="CubeCamera"; +var d=new xa(90,1,a,b);d.up.set(0,-1,0);d.lookAt(new p(1,0,0));this.add(d);var e=new xa(90,1,a,b);e.up.set(0,-1,0);e.lookAt(new p(-1,0,0));this.add(e);var f=new xa(90,1,a,b);f.up.set(0,0,1);f.lookAt(new p(0,1,0));this.add(f);var g=new xa(90,1,a,b);g.up.set(0,0,-1);g.lookAt(new p(0,-1,0));this.add(g);var h=new xa(90,1,a,b);h.up.set(0,-1,0);h.lookAt(new p(0,0,1));this.add(h);var k=new xa(90,1,a,b);k.up.set(0,-1,0);k.lookAt(new p(0,0,-1));this.add(k);this.renderTarget=new Eb(c,c,{format:1022,magFilter:1006, +minFilter:1006});this.renderTarget.texture.name="CubeCamera";this.updateCubeMap=function(a,b){null===this.parent&&this.updateMatrixWorld();var c=this.renderTarget,n=c.texture.generateMipmaps;c.texture.generateMipmaps=!1;c.activeCubeFace=0;a.render(b,d,c);c.activeCubeFace=1;a.render(b,e,c);c.activeCubeFace=2;a.render(b,f,c);c.activeCubeFace=3;a.render(b,g,c);c.activeCubeFace=4;a.render(b,h,c);c.texture.generateMipmaps=n;c.activeCubeFace=5;a.render(b,k,c);a.setRenderTarget(null)}}function ge(a){xa.call(this); +this.enabled=!1;this.cameras=a||[]}function he(){B.call(this);this.type="AudioListener";this.context=ie.getContext();this.gain=this.context.createGain();this.gain.connect(this.context.destination);this.filter=null}function jc(a){B.call(this);this.type="Audio";this.context=a.context;this.gain=this.context.createGain();this.gain.connect(a.getInput());this.autoplay=!1;this.buffer=null;this.loop=!1;this.startTime=0;this.playbackRate=1;this.isPlaying=!1;this.hasPlaybackControl=!0;this.sourceType="empty"; +this.filters=[]}function je(a){jc.call(this,a);this.panner=this.context.createPanner();this.panner.connect(this.gain)}function ke(a,b){this.analyser=a.context.createAnalyser();this.analyser.fftSize=void 0!==b?b:2048;this.data=new Uint8Array(this.analyser.frequencyBinCount);a.getOutput().connect(this.analyser)}function le(a,b,c){this.binding=a;this.valueSize=c;a=Float64Array;switch(b){case "quaternion":b=this._slerp;break;case "string":case "bool":a=Array;b=this._select;break;default:b=this._lerp}this.buffer= +new a(4*c);this._mixBufferRegion=b;this.referenceCount=this.useCount=this.cumulativeWeight=0}function Ve(a,b,c){c=c||oa.parseTrackName(b);this._targetGroup=a;this._bindings=a.subscribe_(b,c)}function oa(a,b,c){this.path=b;this.parsedPath=c||oa.parseTrackName(b);this.node=oa.findNode(a,this.parsedPath.nodeName)||a;this.rootNode=a}function We(a){this.uuid=Y.generateUUID();this._objects=Array.prototype.slice.call(arguments);this.nCachedObjects_=0;var b={};this._indicesByUUID=b;for(var c=0,d=arguments.length;c!== +d;++c)b[arguments[c].uuid]=c;this._paths=[];this._parsedPaths=[];this._bindings=[];this._bindingsIndicesByPath={};var e=this;this.stats={objects:{get total(){return e._objects.length},get inUse(){return this.total-e.nCachedObjects_}},get bindingsPerObject(){return e._bindings.length}}}function Xe(a,b,c){this._mixer=a;this._clip=b;this._localRoot=c||null;a=b.tracks;b=a.length;c=Array(b);for(var d={endingStart:2400,endingEnd:2400},e=0;e!==b;++e){var f=a[e].createInterpolant(null);c[e]=f;f.settings= +d}this._interpolantSettings=d;this._interpolants=c;this._propertyBindings=Array(b);this._weightInterpolant=this._timeScaleInterpolant=this._byClipCacheIndex=this._cacheIndex=null;this.loop=2201;this._loopCount=-1;this._startTime=null;this.time=0;this._effectiveWeight=this.weight=this._effectiveTimeScale=this.timeScale=1;this.repetitions=Infinity;this.paused=!1;this.enabled=!0;this.clampWhenFinished=!1;this.zeroSlopeAtEnd=this.zeroSlopeAtStart=!0}function Ye(a){this._root=a;this._initMemoryManager(); +this.time=this._accuIndex=0;this.timeScale=1}function Jd(a,b){"string"===typeof a&&(console.warn("THREE.Uniform: Type parameter is no longer needed."),a=b);this.value=a}function me(){I.call(this);this.type="InstancedBufferGeometry";this.maxInstancedCount=void 0}function ne(a,b,c,d){this.uuid=Y.generateUUID();this.data=a;this.itemSize=b;this.offset=c;this.normalized=!0===d}function kc(a,b){this.uuid=Y.generateUUID();this.array=a;this.stride=b;this.count=void 0!==a?a.length/b:0;this.dynamic=!1;this.updateRange= +{offset:0,count:-1};this.onUploadCallback=function(){};this.version=0}function oe(a,b,c){kc.call(this,a,b);this.meshPerAttribute=c||1}function pe(a,b,c){L.call(this,a,b);this.meshPerAttribute=c||1}function Ze(a,b,c,d){this.ray=new hb(a,b);this.near=c||0;this.far=d||Infinity;this.params={Mesh:{},Line:{},LOD:{},Points:{threshold:1},Sprite:{}};Object.defineProperties(this.params,{PointCloud:{get:function(){console.warn("THREE.Raycaster: params.PointCloud has been renamed to params.Points.");return this.Points}}})} +function $e(a,b){return a.distance-b.distance}function qe(a,b,c,d){if(!1!==a.visible&&(a.raycast(b,c),!0===d)){a=a.children;d=0;for(var e=a.length;dc;c++,d++){var e=c/32*Math.PI*2,f=d/32*Math.PI*2;b.push(Math.cos(e),Math.sin(e),1,Math.cos(f),Math.sin(f),1)}a.addAttribute("position",new C(b,3));b=new ha({fog:!1});this.cone=new da(a,b);this.add(this.cone); +this.update()}function mc(a){this.bones=this.getBoneList(a);for(var b=new I,c=[],d=[],e=new H(0,0,1),f=new H(0,1,0),g=0;ga?-1:0e;e++)8===e||13===e||18===e||23===e?b[e]="-":14===e?b[e]="4":(2>=c&&(c=33554432+16777216*Math.random()|0),d=c&15,c>>=4,b[e]=a[19===e?d&3|8:d]);return b.join("")}}(),clamp:function(a,b,c){return Math.max(b,Math.min(c,a))},euclideanModulo:function(a,b){return(a%b+b)%b},mapLinear:function(a,b,c,d,e){return d+(a-b)*(e-d)/(c- +b)},lerp:function(a,b,c){return(1-c)*a+c*b},smoothstep:function(a,b,c){if(a<=b)return 0;if(a>=c)return 1;a=(a-b)/(c-b);return a*a*(3-2*a)},smootherstep:function(a,b,c){if(a<=b)return 0;if(a>=c)return 1;a=(a-b)/(c-b);return a*a*a*(a*(6*a-15)+10)},randInt:function(a,b){return a+Math.floor(Math.random()*(b-a+1))},randFloat:function(a,b){return a+Math.random()*(b-a)},randFloatSpread:function(a){return a*(.5-Math.random())},degToRad:function(a){return a*Y.DEG2RAD},radToDeg:function(a){return a*Y.RAD2DEG}, +isPowerOfTwo:function(a){return 0===(a&a-1)&&0!==a},nearestPowerOfTwo:function(a){return Math.pow(2,Math.round(Math.log(a)/Math.LN2))},nextPowerOfTwo:function(a){a--;a|=a>>1;a|=a>>2;a|=a>>4;a|=a>>8;a|=a>>16;a++;return a}};Object.defineProperties(D.prototype,{width:{get:function(){return this.x},set:function(a){this.x=a}},height:{get:function(){return this.y},set:function(a){this.y=a}}});Object.assign(D.prototype,{isVector2:!0,set:function(a,b){this.x=a;this.y=b;return this},setScalar:function(a){this.y= +this.x=a;return this},setX:function(a){this.x=a;return this},setY:function(a){this.y=a;return this},setComponent:function(a,b){switch(a){case 0:this.x=b;break;case 1:this.y=b;break;default:throw Error("index is out of range: "+a);}return this},getComponent:function(a){switch(a){case 0:return this.x;case 1:return this.y;default:throw Error("index is out of range: "+a);}},clone:function(){return new this.constructor(this.x,this.y)},copy:function(a){this.x=a.x;this.y=a.y;return this},add:function(a, +b){if(void 0!==b)return console.warn("THREE.Vector2: .add() now only accepts one argument. Use .addVectors( a, b ) instead."),this.addVectors(a,b);this.x+=a.x;this.y+=a.y;return this},addScalar:function(a){this.x+=a;this.y+=a;return this},addVectors:function(a,b){this.x=a.x+b.x;this.y=a.y+b.y;return this},addScaledVector:function(a,b){this.x+=a.x*b;this.y+=a.y*b;return this},sub:function(a,b){if(void 0!==b)return console.warn("THREE.Vector2: .sub() now only accepts one argument. Use .subVectors( a, b ) instead."), +this.subVectors(a,b);this.x-=a.x;this.y-=a.y;return this},subScalar:function(a){this.x-=a;this.y-=a;return this},subVectors:function(a,b){this.x=a.x-b.x;this.y=a.y-b.y;return this},multiply:function(a){this.x*=a.x;this.y*=a.y;return this},multiplyScalar:function(a){this.x*=a;this.y*=a;return this},divide:function(a){this.x/=a.x;this.y/=a.y;return this},divideScalar:function(a){return this.multiplyScalar(1/a)},min:function(a){this.x=Math.min(this.x,a.x);this.y=Math.min(this.y,a.y);return this},max:function(a){this.x= +Math.max(this.x,a.x);this.y=Math.max(this.y,a.y);return this},clamp:function(a,b){this.x=Math.max(a.x,Math.min(b.x,this.x));this.y=Math.max(a.y,Math.min(b.y,this.y));return this},clampScalar:function(){var a=new D,b=new D;return function(c,d){a.set(c,c);b.set(d,d);return this.clamp(a,b)}}(),clampLength:function(a,b){var c=this.length();return this.multiplyScalar(Math.max(a,Math.min(b,c))/c)},floor:function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this},ceil:function(){this.x=Math.ceil(this.x); +this.y=Math.ceil(this.y);return this},round:function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this},roundToZero:function(){this.x=0>this.x?Math.ceil(this.x):Math.floor(this.x);this.y=0>this.y?Math.ceil(this.y):Math.floor(this.y);return this},negate:function(){this.x=-this.x;this.y=-this.y;return this},dot:function(a){return this.x*a.x+this.y*a.y},lengthSq:function(){return this.x*this.x+this.y*this.y},length:function(){return Math.sqrt(this.x*this.x+this.y*this.y)},lengthManhattan:function(){return Math.abs(this.x)+ +Math.abs(this.y)},normalize:function(){return this.divideScalar(this.length())},angle:function(){var a=Math.atan2(this.y,this.x);0>a&&(a+=2*Math.PI);return a},distanceTo:function(a){return Math.sqrt(this.distanceToSquared(a))},distanceToSquared:function(a){var b=this.x-a.x;a=this.y-a.y;return b*b+a*a},distanceToManhattan:function(a){return Math.abs(this.x-a.x)+Math.abs(this.y-a.y)},setLength:function(a){return this.multiplyScalar(a/this.length())},lerp:function(a,b){this.x+=(a.x-this.x)*b;this.y+= +(a.y-this.y)*b;return this},lerpVectors:function(a,b,c){return this.subVectors(b,a).multiplyScalar(c).add(a)},equals:function(a){return a.x===this.x&&a.y===this.y},fromArray:function(a,b){void 0===b&&(b=0);this.x=a[b];this.y=a[b+1];return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);a[b]=this.x;a[b+1]=this.y;return a},fromBufferAttribute:function(a,b,c){void 0!==c&&console.warn("THREE.Vector2: offset has been removed from .fromBufferAttribute().");this.x=a.getX(b);this.y=a.getY(b); +return this},rotateAround:function(a,b){var c=Math.cos(b),d=Math.sin(b),e=this.x-a.x,f=this.y-a.y;this.x=e*c-f*d+a.x;this.y=e*d+f*c+a.y;return this}});var jf=0;X.DEFAULT_IMAGE=void 0;X.DEFAULT_MAPPING=300;Object.defineProperty(X.prototype,"needsUpdate",{set:function(a){!0===a&&this.version++}});Object.assign(X.prototype,sa.prototype,{constructor:X,isTexture:!0,clone:function(){return(new this.constructor).copy(this)},copy:function(a){this.name=a.name;this.image=a.image;this.mipmaps=a.mipmaps.slice(0); +this.mapping=a.mapping;this.wrapS=a.wrapS;this.wrapT=a.wrapT;this.magFilter=a.magFilter;this.minFilter=a.minFilter;this.anisotropy=a.anisotropy;this.format=a.format;this.type=a.type;this.offset.copy(a.offset);this.repeat.copy(a.repeat);this.generateMipmaps=a.generateMipmaps;this.premultiplyAlpha=a.premultiplyAlpha;this.flipY=a.flipY;this.unpackAlignment=a.unpackAlignment;this.encoding=a.encoding;return this},toJSON:function(a){if(void 0!==a.textures[this.uuid])return a.textures[this.uuid];var b={metadata:{version:4.5, +type:"Texture",generator:"Texture.toJSON"},uuid:this.uuid,name:this.name,mapping:this.mapping,repeat:[this.repeat.x,this.repeat.y],offset:[this.offset.x,this.offset.y],wrap:[this.wrapS,this.wrapT],minFilter:this.minFilter,magFilter:this.magFilter,anisotropy:this.anisotropy,flipY:this.flipY};if(void 0!==this.image){var c=this.image;void 0===c.uuid&&(c.uuid=Y.generateUUID());if(void 0===a.images[c.uuid]){var d=a.images,e=c.uuid,f=c.uuid,g;void 0!==c.toDataURL?g=c:(g=document.createElementNS("http://www.w3.org/1999/xhtml", +"canvas"),g.width=c.width,g.height=c.height,g.getContext("2d").drawImage(c,0,0,c.width,c.height));g=2048a.x||1a.x?0:1;break;case 1002:a.x= +1===Math.abs(Math.floor(a.x)%2)?Math.ceil(a.x)-a.x:a.x-Math.floor(a.x)}if(0>a.y||1a.y?0:1;break;case 1002:a.y=1===Math.abs(Math.floor(a.y)%2)?Math.ceil(a.y)-a.y:a.y-Math.floor(a.y)}this.flipY&&(a.y=1-a.y)}}});Object.assign(ga.prototype,{isVector4:!0,set:function(a,b,c,d){this.x=a;this.y=b;this.z=c;this.w=d;return this},setScalar:function(a){this.w=this.z=this.y=this.x=a;return this},setX:function(a){this.x=a;return this}, +setY:function(a){this.y=a;return this},setZ:function(a){this.z=a;return this},setW:function(a){this.w=a;return this},setComponent:function(a,b){switch(a){case 0:this.x=b;break;case 1:this.y=b;break;case 2:this.z=b;break;case 3:this.w=b;break;default:throw Error("index is out of range: "+a);}return this},getComponent:function(a){switch(a){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw Error("index is out of range: "+a);}},clone:function(){return new this.constructor(this.x, +this.y,this.z,this.w)},copy:function(a){this.x=a.x;this.y=a.y;this.z=a.z;this.w=void 0!==a.w?a.w:1;return this},add:function(a,b){if(void 0!==b)return console.warn("THREE.Vector4: .add() now only accepts one argument. Use .addVectors( a, b ) instead."),this.addVectors(a,b);this.x+=a.x;this.y+=a.y;this.z+=a.z;this.w+=a.w;return this},addScalar:function(a){this.x+=a;this.y+=a;this.z+=a;this.w+=a;return this},addVectors:function(a,b){this.x=a.x+b.x;this.y=a.y+b.y;this.z=a.z+b.z;this.w=a.w+b.w;return this}, +addScaledVector:function(a,b){this.x+=a.x*b;this.y+=a.y*b;this.z+=a.z*b;this.w+=a.w*b;return this},sub:function(a,b){if(void 0!==b)return console.warn("THREE.Vector4: .sub() now only accepts one argument. Use .subVectors( a, b ) instead."),this.subVectors(a,b);this.x-=a.x;this.y-=a.y;this.z-=a.z;this.w-=a.w;return this},subScalar:function(a){this.x-=a;this.y-=a;this.z-=a;this.w-=a;return this},subVectors:function(a,b){this.x=a.x-b.x;this.y=a.y-b.y;this.z=a.z-b.z;this.w=a.w-b.w;return this},multiplyScalar:function(a){this.x*= +a;this.y*=a;this.z*=a;this.w*=a;return this},applyMatrix4:function(a){var b=this.x,c=this.y,d=this.z,e=this.w;a=a.elements;this.x=a[0]*b+a[4]*c+a[8]*d+a[12]*e;this.y=a[1]*b+a[5]*c+a[9]*d+a[13]*e;this.z=a[2]*b+a[6]*c+a[10]*d+a[14]*e;this.w=a[3]*b+a[7]*c+a[11]*d+a[15]*e;return this},divideScalar:function(a){return this.multiplyScalar(1/a)},setAxisAngleFromQuaternion:function(a){this.w=2*Math.acos(a.w);var b=Math.sqrt(1-a.w*a.w);1E-4>b?(this.x=1,this.z=this.y=0):(this.x=a.x/b,this.y=a.y/b,this.z=a.z/ +b);return this},setAxisAngleFromRotationMatrix:function(a){var b,c,d;a=a.elements;var e=a[0];d=a[4];var f=a[8],g=a[1],h=a[5],k=a[9];c=a[2];b=a[6];var m=a[10];if(.01>Math.abs(d-g)&&.01>Math.abs(f-c)&&.01>Math.abs(k-b)){if(.1>Math.abs(d+g)&&.1>Math.abs(f+c)&&.1>Math.abs(k+b)&&.1>Math.abs(e+h+m-3))return this.set(1,0,0,0),this;a=Math.PI;e=(e+1)/2;h=(h+1)/2;m=(m+1)/2;d=(d+g)/4;f=(f+c)/4;k=(k+b)/4;e>h&&e>m?.01>e?(b=0,d=c=.707106781):(b=Math.sqrt(e),c=d/b,d=f/b):h>m?.01>h?(b=.707106781,c=0,d=.707106781): +(c=Math.sqrt(h),b=d/c,d=k/c):.01>m?(c=b=.707106781,d=0):(d=Math.sqrt(m),b=f/d,c=k/d);this.set(b,c,d,a);return this}a=Math.sqrt((b-k)*(b-k)+(f-c)*(f-c)+(g-d)*(g-d));.001>Math.abs(a)&&(a=1);this.x=(b-k)/a;this.y=(f-c)/a;this.z=(g-d)/a;this.w=Math.acos((e+h+m-1)/2);return this},min:function(a){this.x=Math.min(this.x,a.x);this.y=Math.min(this.y,a.y);this.z=Math.min(this.z,a.z);this.w=Math.min(this.w,a.w);return this},max:function(a){this.x=Math.max(this.x,a.x);this.y=Math.max(this.y,a.y);this.z=Math.max(this.z, +a.z);this.w=Math.max(this.w,a.w);return this},clamp:function(a,b){this.x=Math.max(a.x,Math.min(b.x,this.x));this.y=Math.max(a.y,Math.min(b.y,this.y));this.z=Math.max(a.z,Math.min(b.z,this.z));this.w=Math.max(a.w,Math.min(b.w,this.w));return this},clampScalar:function(){var a=new ga,b=new ga;return function(c,d){a.set(c,c,c,c);b.set(d,d,d,d);return this.clamp(a,b)}}(),floor:function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);this.z=Math.floor(this.z);this.w=Math.floor(this.w);return this}, +ceil:function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);this.z=Math.ceil(this.z);this.w=Math.ceil(this.w);return this},round:function(){this.x=Math.round(this.x);this.y=Math.round(this.y);this.z=Math.round(this.z);this.w=Math.round(this.w);return this},roundToZero:function(){this.x=0>this.x?Math.ceil(this.x):Math.floor(this.x);this.y=0>this.y?Math.ceil(this.y):Math.floor(this.y);this.z=0>this.z?Math.ceil(this.z):Math.floor(this.z);this.w=0>this.w?Math.ceil(this.w):Math.floor(this.w);return this}, +negate:function(){this.x=-this.x;this.y=-this.y;this.z=-this.z;this.w=-this.w;return this},dot:function(a){return this.x*a.x+this.y*a.y+this.z*a.z+this.w*a.w},lengthSq:function(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w},length:function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)},lengthManhattan:function(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)},normalize:function(){return this.divideScalar(this.length())}, +setLength:function(a){return this.multiplyScalar(a/this.length())},lerp:function(a,b){this.x+=(a.x-this.x)*b;this.y+=(a.y-this.y)*b;this.z+=(a.z-this.z)*b;this.w+=(a.w-this.w)*b;return this},lerpVectors:function(a,b,c){return this.subVectors(b,a).multiplyScalar(c).add(a)},equals:function(a){return a.x===this.x&&a.y===this.y&&a.z===this.z&&a.w===this.w},fromArray:function(a,b){void 0===b&&(b=0);this.x=a[b];this.y=a[b+1];this.z=a[b+2];this.w=a[b+3];return this},toArray:function(a,b){void 0===a&&(a= +[]);void 0===b&&(b=0);a[b]=this.x;a[b+1]=this.y;a[b+2]=this.z;a[b+3]=this.w;return a},fromBufferAttribute:function(a,b,c){void 0!==c&&console.warn("THREE.Vector4: offset has been removed from .fromBufferAttribute().");this.x=a.getX(b);this.y=a.getY(b);this.z=a.getZ(b);this.w=a.getW(b);return this}});Object.assign(Db.prototype,sa.prototype,{isWebGLRenderTarget:!0,setSize:function(a,b){if(this.width!==a||this.height!==b)this.width=a,this.height=b,this.dispose();this.viewport.set(0,0,a,b);this.scissor.set(0, +0,a,b)},clone:function(){return(new this.constructor).copy(this)},copy:function(a){this.width=a.width;this.height=a.height;this.viewport.copy(a.viewport);this.texture=a.texture.clone();this.depthBuffer=a.depthBuffer;this.stencilBuffer=a.stencilBuffer;this.depthTexture=a.depthTexture;return this},dispose:function(){this.dispatchEvent({type:"dispose"})}});Eb.prototype=Object.create(Db.prototype);Eb.prototype.constructor=Eb;Eb.prototype.isWebGLRenderTargetCube=!0;Object.assign(qa,{slerp:function(a,b, +c,d){return c.copy(a).slerp(b,d)},slerpFlat:function(a,b,c,d,e,f,g){var h=c[d+0],k=c[d+1],m=c[d+2];c=c[d+3];d=e[f+0];var u=e[f+1],l=e[f+2];e=e[f+3];if(c!==e||h!==d||k!==u||m!==l){f=1-g;var n=h*d+k*u+m*l+c*e,r=0<=n?1:-1,p=1-n*n;p>Number.EPSILON&&(p=Math.sqrt(p),n=Math.atan2(p,n*r),f=Math.sin(f*n)/p,g=Math.sin(g*n)/p);r*=g;h=h*f+d*r;k=k*f+u*r;m=m*f+l*r;c=c*f+e*r;f===1-g&&(g=1/Math.sqrt(h*h+k*k+m*m+c*c),h*=g,k*=g,m*=g,c*=g)}a[b]=h;a[b+1]=k;a[b+2]=m;a[b+3]=c}});Object.defineProperties(qa.prototype,{x:{get:function(){return this._x}, +set:function(a){this._x=a;this.onChangeCallback()}},y:{get:function(){return this._y},set:function(a){this._y=a;this.onChangeCallback()}},z:{get:function(){return this._z},set:function(a){this._z=a;this.onChangeCallback()}},w:{get:function(){return this._w},set:function(a){this._w=a;this.onChangeCallback()}}});Object.assign(qa.prototype,{set:function(a,b,c,d){this._x=a;this._y=b;this._z=c;this._w=d;this.onChangeCallback();return this},clone:function(){return new this.constructor(this._x,this._y,this._z, +this._w)},copy:function(a){this._x=a.x;this._y=a.y;this._z=a.z;this._w=a.w;this.onChangeCallback();return this},setFromEuler:function(a,b){if(!1===(a&&a.isEuler))throw Error("THREE.Quaternion: .setFromEuler() now expects an Euler rotation rather than a Vector3 and order.");var c=a._x,d=a._y,e=a._z,f=a.order,g=Math.cos,h=Math.sin,k=g(c/2),m=g(d/2),g=g(e/2),c=h(c/2),d=h(d/2),e=h(e/2);"XYZ"===f?(this._x=c*m*g+k*d*e,this._y=k*d*g-c*m*e,this._z=k*m*e+c*d*g,this._w=k*m*g-c*d*e):"YXZ"===f?(this._x=c*m*g+ +k*d*e,this._y=k*d*g-c*m*e,this._z=k*m*e-c*d*g,this._w=k*m*g+c*d*e):"ZXY"===f?(this._x=c*m*g-k*d*e,this._y=k*d*g+c*m*e,this._z=k*m*e+c*d*g,this._w=k*m*g-c*d*e):"ZYX"===f?(this._x=c*m*g-k*d*e,this._y=k*d*g+c*m*e,this._z=k*m*e-c*d*g,this._w=k*m*g+c*d*e):"YZX"===f?(this._x=c*m*g+k*d*e,this._y=k*d*g+c*m*e,this._z=k*m*e-c*d*g,this._w=k*m*g-c*d*e):"XZY"===f&&(this._x=c*m*g-k*d*e,this._y=k*d*g-c*m*e,this._z=k*m*e+c*d*g,this._w=k*m*g+c*d*e);if(!1!==b)this.onChangeCallback();return this},setFromAxisAngle:function(a, +b){var c=b/2,d=Math.sin(c);this._x=a.x*d;this._y=a.y*d;this._z=a.z*d;this._w=Math.cos(c);this.onChangeCallback();return this},setFromRotationMatrix:function(a){var b=a.elements,c=b[0];a=b[4];var d=b[8],e=b[1],f=b[5],g=b[9],h=b[2],k=b[6],b=b[10],m=c+f+b;0f&&c>b?(c=2*Math.sqrt(1+c-f-b),this._w=(k-g)/c,this._x=.25*c,this._y=(a+e)/c,this._z=(d+h)/c):f>b?(c=2*Math.sqrt(1+f-c-b),this._w=(d-h)/c,this._x=(a+e)/c,this._y= +.25*c,this._z=(g+k)/c):(c=2*Math.sqrt(1+b-c-f),this._w=(e-a)/c,this._x=(d+h)/c,this._y=(g+k)/c,this._z=.25*c);this.onChangeCallback();return this},setFromUnitVectors:function(){var a=new p,b;return function(c,d){void 0===a&&(a=new p);b=c.dot(d)+1;1E-6>b?(b=0,Math.abs(c.x)>Math.abs(c.z)?a.set(-c.y,c.x,0):a.set(0,-c.z,c.y)):a.crossVectors(c,d);this._x=a.x;this._y=a.y;this._z=a.z;this._w=b;return this.normalize()}}(),inverse:function(){return this.conjugate().normalize()},conjugate:function(){this._x*= +-1;this._y*=-1;this._z*=-1;this.onChangeCallback();return this},dot:function(a){return this._x*a._x+this._y*a._y+this._z*a._z+this._w*a._w},lengthSq:function(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w},length:function(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)},normalize:function(){var a=this.length();0===a?(this._z=this._y=this._x=0,this._w=1):(a=1/a,this._x*=a,this._y*=a,this._z*=a,this._w*=a);this.onChangeCallback();return this}, +multiply:function(a,b){return void 0!==b?(console.warn("THREE.Quaternion: .multiply() now only accepts one argument. Use .multiplyQuaternions( a, b ) instead."),this.multiplyQuaternions(a,b)):this.multiplyQuaternions(this,a)},premultiply:function(a){return this.multiplyQuaternions(a,this)},multiplyQuaternions:function(a,b){var c=a._x,d=a._y,e=a._z,f=a._w,g=b._x,h=b._y,k=b._z,m=b._w;this._x=c*m+f*g+d*k-e*h;this._y=d*m+f*h+e*g-c*k;this._z=e*m+f*k+c*h-d*g;this._w=f*m-c*g-d*h-e*k;this.onChangeCallback(); +return this},slerp:function(a,b){if(0===b)return this;if(1===b)return this.copy(a);var c=this._x,d=this._y,e=this._z,f=this._w,g=f*a._w+c*a._x+d*a._y+e*a._z;0>g?(this._w=-a._w,this._x=-a._x,this._y=-a._y,this._z=-a._z,g=-g):this.copy(a);if(1<=g)return this._w=f,this._x=c,this._y=d,this._z=e,this;var h=Math.sqrt(1-g*g);if(.001>Math.abs(h))return this._w=.5*(f+this._w),this._x=.5*(c+this._x),this._y=.5*(d+this._y),this._z=.5*(e+this._z),this;var k=Math.atan2(h,g),g=Math.sin((1-b)*k)/h,h=Math.sin(b* +k)/h;this._w=f*g+this._w*h;this._x=c*g+this._x*h;this._y=d*g+this._y*h;this._z=e*g+this._z*h;this.onChangeCallback();return this},equals:function(a){return a._x===this._x&&a._y===this._y&&a._z===this._z&&a._w===this._w},fromArray:function(a,b){void 0===b&&(b=0);this._x=a[b];this._y=a[b+1];this._z=a[b+2];this._w=a[b+3];this.onChangeCallback();return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);a[b]=this._x;a[b+1]=this._y;a[b+2]=this._z;a[b+3]=this._w;return a},onChange:function(a){this.onChangeCallback= +a;return this},onChangeCallback:function(){}});Object.assign(p.prototype,{isVector3:!0,set:function(a,b,c){this.x=a;this.y=b;this.z=c;return this},setScalar:function(a){this.z=this.y=this.x=a;return this},setX:function(a){this.x=a;return this},setY:function(a){this.y=a;return this},setZ:function(a){this.z=a;return this},setComponent:function(a,b){switch(a){case 0:this.x=b;break;case 1:this.y=b;break;case 2:this.z=b;break;default:throw Error("index is out of range: "+a);}return this},getComponent:function(a){switch(a){case 0:return this.x; +case 1:return this.y;case 2:return this.z;default:throw Error("index is out of range: "+a);}},clone:function(){return new this.constructor(this.x,this.y,this.z)},copy:function(a){this.x=a.x;this.y=a.y;this.z=a.z;return this},add:function(a,b){if(void 0!==b)return console.warn("THREE.Vector3: .add() now only accepts one argument. Use .addVectors( a, b ) instead."),this.addVectors(a,b);this.x+=a.x;this.y+=a.y;this.z+=a.z;return this},addScalar:function(a){this.x+=a;this.y+=a;this.z+=a;return this}, +addVectors:function(a,b){this.x=a.x+b.x;this.y=a.y+b.y;this.z=a.z+b.z;return this},addScaledVector:function(a,b){this.x+=a.x*b;this.y+=a.y*b;this.z+=a.z*b;return this},sub:function(a,b){if(void 0!==b)return console.warn("THREE.Vector3: .sub() now only accepts one argument. Use .subVectors( a, b ) instead."),this.subVectors(a,b);this.x-=a.x;this.y-=a.y;this.z-=a.z;return this},subScalar:function(a){this.x-=a;this.y-=a;this.z-=a;return this},subVectors:function(a,b){this.x=a.x-b.x;this.y=a.y-b.y;this.z= +a.z-b.z;return this},multiply:function(a,b){if(void 0!==b)return console.warn("THREE.Vector3: .multiply() now only accepts one argument. Use .multiplyVectors( a, b ) instead."),this.multiplyVectors(a,b);this.x*=a.x;this.y*=a.y;this.z*=a.z;return this},multiplyScalar:function(a){this.x*=a;this.y*=a;this.z*=a;return this},multiplyVectors:function(a,b){this.x=a.x*b.x;this.y=a.y*b.y;this.z=a.z*b.z;return this},applyEuler:function(){var a=new qa;return function(b){!1===(b&&b.isEuler)&&console.error("THREE.Vector3: .applyEuler() now expects an Euler rotation rather than a Vector3 and order."); +return this.applyQuaternion(a.setFromEuler(b))}}(),applyAxisAngle:function(){var a=new qa;return function(b,c){return this.applyQuaternion(a.setFromAxisAngle(b,c))}}(),applyMatrix3:function(a){var b=this.x,c=this.y,d=this.z;a=a.elements;this.x=a[0]*b+a[3]*c+a[6]*d;this.y=a[1]*b+a[4]*c+a[7]*d;this.z=a[2]*b+a[5]*c+a[8]*d;return this},applyMatrix4:function(a){var b=this.x,c=this.y,d=this.z;a=a.elements;this.x=a[0]*b+a[4]*c+a[8]*d+a[12];this.y=a[1]*b+a[5]*c+a[9]*d+a[13];this.z=a[2]*b+a[6]*c+a[10]*d+a[14]; +return this.divideScalar(a[3]*b+a[7]*c+a[11]*d+a[15])},applyQuaternion:function(a){var b=this.x,c=this.y,d=this.z,e=a.x,f=a.y,g=a.z;a=a.w;var h=a*b+f*d-g*c,k=a*c+g*b-e*d,m=a*d+e*c-f*b,b=-e*b-f*c-g*d;this.x=h*a+b*-e+k*-g-m*-f;this.y=k*a+b*-f+m*-e-h*-g;this.z=m*a+b*-g+h*-f-k*-e;return this},project:function(){var a=new J;return function(b){a.multiplyMatrices(b.projectionMatrix,a.getInverse(b.matrixWorld));return this.applyMatrix4(a)}}(),unproject:function(){var a=new J;return function(b){a.multiplyMatrices(b.matrixWorld, +a.getInverse(b.projectionMatrix));return this.applyMatrix4(a)}}(),transformDirection:function(a){var b=this.x,c=this.y,d=this.z;a=a.elements;this.x=a[0]*b+a[4]*c+a[8]*d;this.y=a[1]*b+a[5]*c+a[9]*d;this.z=a[2]*b+a[6]*c+a[10]*d;return this.normalize()},divide:function(a){this.x/=a.x;this.y/=a.y;this.z/=a.z;return this},divideScalar:function(a){return this.multiplyScalar(1/a)},min:function(a){this.x=Math.min(this.x,a.x);this.y=Math.min(this.y,a.y);this.z=Math.min(this.z,a.z);return this},max:function(a){this.x= +Math.max(this.x,a.x);this.y=Math.max(this.y,a.y);this.z=Math.max(this.z,a.z);return this},clamp:function(a,b){this.x=Math.max(a.x,Math.min(b.x,this.x));this.y=Math.max(a.y,Math.min(b.y,this.y));this.z=Math.max(a.z,Math.min(b.z,this.z));return this},clampScalar:function(){var a=new p,b=new p;return function(c,d){a.set(c,c,c);b.set(d,d,d);return this.clamp(a,b)}}(),clampLength:function(a,b){var c=this.length();return this.multiplyScalar(Math.max(a,Math.min(b,c))/c)},floor:function(){this.x=Math.floor(this.x); +this.y=Math.floor(this.y);this.z=Math.floor(this.z);return this},ceil:function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);this.z=Math.ceil(this.z);return this},round:function(){this.x=Math.round(this.x);this.y=Math.round(this.y);this.z=Math.round(this.z);return this},roundToZero:function(){this.x=0>this.x?Math.ceil(this.x):Math.floor(this.x);this.y=0>this.y?Math.ceil(this.y):Math.floor(this.y);this.z=0>this.z?Math.ceil(this.z):Math.floor(this.z);return this},negate:function(){this.x=-this.x; +this.y=-this.y;this.z=-this.z;return this},dot:function(a){return this.x*a.x+this.y*a.y+this.z*a.z},lengthSq:function(){return this.x*this.x+this.y*this.y+this.z*this.z},length:function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)},lengthManhattan:function(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)},normalize:function(){return this.divideScalar(this.length())},setLength:function(a){return this.multiplyScalar(a/this.length())},lerp:function(a,b){this.x+=(a.x-this.x)* +b;this.y+=(a.y-this.y)*b;this.z+=(a.z-this.z)*b;return this},lerpVectors:function(a,b,c){return this.subVectors(b,a).multiplyScalar(c).add(a)},cross:function(a,b){if(void 0!==b)return console.warn("THREE.Vector3: .cross() now only accepts one argument. Use .crossVectors( a, b ) instead."),this.crossVectors(a,b);var c=this.x,d=this.y,e=this.z;this.x=d*a.z-e*a.y;this.y=e*a.x-c*a.z;this.z=c*a.y-d*a.x;return this},crossVectors:function(a,b){var c=a.x,d=a.y,e=a.z,f=b.x,g=b.y,h=b.z;this.x=d*h-e*g;this.y= +e*f-c*h;this.z=c*g-d*f;return this},projectOnVector:function(a){var b=a.dot(this)/a.lengthSq();return this.copy(a).multiplyScalar(b)},projectOnPlane:function(){var a=new p;return function(b){a.copy(this).projectOnVector(b);return this.sub(a)}}(),reflect:function(){var a=new p;return function(b){return this.sub(a.copy(b).multiplyScalar(2*this.dot(b)))}}(),angleTo:function(a){a=this.dot(a)/Math.sqrt(this.lengthSq()*a.lengthSq());return Math.acos(Y.clamp(a,-1,1))},distanceTo:function(a){return Math.sqrt(this.distanceToSquared(a))}, +distanceToSquared:function(a){var b=this.x-a.x,c=this.y-a.y;a=this.z-a.z;return b*b+c*c+a*a},distanceToManhattan:function(a){return Math.abs(this.x-a.x)+Math.abs(this.y-a.y)+Math.abs(this.z-a.z)},setFromSpherical:function(a){var b=Math.sin(a.phi)*a.radius;this.x=b*Math.sin(a.theta);this.y=Math.cos(a.phi)*a.radius;this.z=b*Math.cos(a.theta);return this},setFromCylindrical:function(a){this.x=a.radius*Math.sin(a.theta);this.y=a.y;this.z=a.radius*Math.cos(a.theta);return this},setFromMatrixPosition:function(a){return this.setFromMatrixColumn(a, +3)},setFromMatrixScale:function(a){var b=this.setFromMatrixColumn(a,0).length(),c=this.setFromMatrixColumn(a,1).length();a=this.setFromMatrixColumn(a,2).length();this.x=b;this.y=c;this.z=a;return this},setFromMatrixColumn:function(a,b){return this.fromArray(a.elements,4*b)},equals:function(a){return a.x===this.x&&a.y===this.y&&a.z===this.z},fromArray:function(a,b){void 0===b&&(b=0);this.x=a[b];this.y=a[b+1];this.z=a[b+2];return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);a[b]= +this.x;a[b+1]=this.y;a[b+2]=this.z;return a},fromBufferAttribute:function(a,b,c){void 0!==c&&console.warn("THREE.Vector3: offset has been removed from .fromBufferAttribute().");this.x=a.getX(b);this.y=a.getY(b);this.z=a.getZ(b);return this}});Object.assign(J.prototype,{isMatrix4:!0,set:function(a,b,c,d,e,f,g,h,k,m,u,l,n,r,p,t){var y=this.elements;y[0]=a;y[4]=b;y[8]=c;y[12]=d;y[1]=e;y[5]=f;y[9]=g;y[13]=h;y[2]=k;y[6]=m;y[10]=u;y[14]=l;y[3]=n;y[7]=r;y[11]=p;y[15]=t;return this},identity:function(){this.set(1, +0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);return this},clone:function(){return(new J).fromArray(this.elements)},copy:function(a){var b=this.elements;a=a.elements;b[0]=a[0];b[1]=a[1];b[2]=a[2];b[3]=a[3];b[4]=a[4];b[5]=a[5];b[6]=a[6];b[7]=a[7];b[8]=a[8];b[9]=a[9];b[10]=a[10];b[11]=a[11];b[12]=a[12];b[13]=a[13];b[14]=a[14];b[15]=a[15];return this},copyPosition:function(a){var b=this.elements;a=a.elements;b[12]=a[12];b[13]=a[13];b[14]=a[14];return this},extractBasis:function(a,b,c){a.setFromMatrixColumn(this,0); +b.setFromMatrixColumn(this,1);c.setFromMatrixColumn(this,2);return this},makeBasis:function(a,b,c){this.set(a.x,b.x,c.x,0,a.y,b.y,c.y,0,a.z,b.z,c.z,0,0,0,0,1);return this},extractRotation:function(){var a=new p;return function(b){var c=this.elements,d=b.elements,e=1/a.setFromMatrixColumn(b,0).length(),f=1/a.setFromMatrixColumn(b,1).length();b=1/a.setFromMatrixColumn(b,2).length();c[0]=d[0]*e;c[1]=d[1]*e;c[2]=d[2]*e;c[4]=d[4]*f;c[5]=d[5]*f;c[6]=d[6]*f;c[8]=d[8]*b;c[9]=d[9]*b;c[10]=d[10]*b;return this}}(), +makeRotationFromEuler:function(a){!1===(a&&a.isEuler)&&console.error("THREE.Matrix: .makeRotationFromEuler() now expects a Euler rotation rather than a Vector3 and order.");var b=this.elements,c=a.x,d=a.y,e=a.z,f=Math.cos(c),c=Math.sin(c),g=Math.cos(d),d=Math.sin(d),h=Math.cos(e),e=Math.sin(e);if("XYZ"===a.order){a=f*h;var k=f*e,m=c*h,u=c*e;b[0]=g*h;b[4]=-g*e;b[8]=d;b[1]=k+m*d;b[5]=a-u*d;b[9]=-c*g;b[2]=u-a*d;b[6]=m+k*d;b[10]=f*g}else"YXZ"===a.order?(a=g*h,k=g*e,m=d*h,u=d*e,b[0]=a+u*c,b[4]=m*c-k,b[8]= +f*d,b[1]=f*e,b[5]=f*h,b[9]=-c,b[2]=k*c-m,b[6]=u+a*c,b[10]=f*g):"ZXY"===a.order?(a=g*h,k=g*e,m=d*h,u=d*e,b[0]=a-u*c,b[4]=-f*e,b[8]=m+k*c,b[1]=k+m*c,b[5]=f*h,b[9]=u-a*c,b[2]=-f*d,b[6]=c,b[10]=f*g):"ZYX"===a.order?(a=f*h,k=f*e,m=c*h,u=c*e,b[0]=g*h,b[4]=m*d-k,b[8]=a*d+u,b[1]=g*e,b[5]=u*d+a,b[9]=k*d-m,b[2]=-d,b[6]=c*g,b[10]=f*g):"YZX"===a.order?(a=f*g,k=f*d,m=c*g,u=c*d,b[0]=g*h,b[4]=u-a*e,b[8]=m*e+k,b[1]=e,b[5]=f*h,b[9]=-c*h,b[2]=-d*h,b[6]=k*e+m,b[10]=a-u*e):"XZY"===a.order&&(a=f*g,k=f*d,m=c*g,u=c*d,b[0]= +g*h,b[4]=-e,b[8]=d*h,b[1]=a*e+u,b[5]=f*h,b[9]=k*e-m,b[2]=m*e-k,b[6]=c*h,b[10]=u*e+a);b[3]=0;b[7]=0;b[11]=0;b[12]=0;b[13]=0;b[14]=0;b[15]=1;return this},makeRotationFromQuaternion:function(a){var b=this.elements,c=a._x,d=a._y,e=a._z,f=a._w,g=c+c,h=d+d,k=e+e;a=c*g;var m=c*h,c=c*k,u=d*h,d=d*k,e=e*k,g=f*g,h=f*h,f=f*k;b[0]=1-(u+e);b[4]=m-f;b[8]=c+h;b[1]=m+f;b[5]=1-(a+e);b[9]=d-g;b[2]=c-h;b[6]=d+g;b[10]=1-(a+u);b[3]=0;b[7]=0;b[11]=0;b[12]=0;b[13]=0;b[14]=0;b[15]=1;return this},lookAt:function(){var a=new p, +b=new p,c=new p;return function(d,e,f){var g=this.elements;c.subVectors(d,e);0===c.lengthSq()&&(c.z=1);c.normalize();a.crossVectors(f,c);0===a.lengthSq()&&(c.z+=1E-4,a.crossVectors(f,c));a.normalize();b.crossVectors(c,a);g[0]=a.x;g[4]=b.x;g[8]=c.x;g[1]=a.y;g[5]=b.y;g[9]=c.y;g[2]=a.z;g[6]=b.z;g[10]=c.z;return this}}(),multiply:function(a,b){return void 0!==b?(console.warn("THREE.Matrix4: .multiply() now only accepts one argument. Use .multiplyMatrices( a, b ) instead."),this.multiplyMatrices(a,b)): +this.multiplyMatrices(this,a)},premultiply:function(a){return this.multiplyMatrices(a,this)},multiplyMatrices:function(a,b){var c=a.elements,d=b.elements,e=this.elements,f=c[0],g=c[4],h=c[8],k=c[12],m=c[1],u=c[5],l=c[9],n=c[13],r=c[2],p=c[6],t=c[10],y=c[14],x=c[3],v=c[7],G=c[11],c=c[15],w=d[0],O=d[4],S=d[8],E=d[12],F=d[1],C=d[5],R=d[9],D=d[13],B=d[2],I=d[6],H=d[10],J=d[14],P=d[3],K=d[7],W=d[11],d=d[15];e[0]=f*w+g*F+h*B+k*P;e[4]=f*O+g*C+h*I+k*K;e[8]=f*S+g*R+h*H+k*W;e[12]=f*E+g*D+h*J+k*d;e[1]=m*w+u* +F+l*B+n*P;e[5]=m*O+u*C+l*I+n*K;e[9]=m*S+u*R+l*H+n*W;e[13]=m*E+u*D+l*J+n*d;e[2]=r*w+p*F+t*B+y*P;e[6]=r*O+p*C+t*I+y*K;e[10]=r*S+p*R+t*H+y*W;e[14]=r*E+p*D+t*J+y*d;e[3]=x*w+v*F+G*B+c*P;e[7]=x*O+v*C+G*I+c*K;e[11]=x*S+v*R+G*H+c*W;e[15]=x*E+v*D+G*J+c*d;return this},multiplyScalar:function(a){var b=this.elements;b[0]*=a;b[4]*=a;b[8]*=a;b[12]*=a;b[1]*=a;b[5]*=a;b[9]*=a;b[13]*=a;b[2]*=a;b[6]*=a;b[10]*=a;b[14]*=a;b[3]*=a;b[7]*=a;b[11]*=a;b[15]*=a;return this},applyToBufferAttribute:function(){var a=new p;return function(b){for(var c= +0,d=b.count;cthis.determinant()&&(g=-g);c.x=f[12];c.y=f[13];c.z=f[14];b.copy(this);c=1/g;var f=1/h,m=1/k;b.elements[0]*=c;b.elements[1]*=c;b.elements[2]*=c;b.elements[4]*=f;b.elements[5]*=f;b.elements[6]*=f;b.elements[8]*= +m;b.elements[9]*=m;b.elements[10]*=m;d.setFromRotationMatrix(b);e.x=g;e.y=h;e.z=k;return this}}(),makePerspective:function(a,b,c,d,e,f){void 0===f&&console.warn("THREE.Matrix4: .makePerspective() has been redefined and has a new signature. Please check the docs.");var g=this.elements;g[0]=2*e/(b-a);g[4]=0;g[8]=(b+a)/(b-a);g[12]=0;g[1]=0;g[5]=2*e/(c-d);g[9]=(c+d)/(c-d);g[13]=0;g[2]=0;g[6]=0;g[10]=-(f+e)/(f-e);g[14]=-2*f*e/(f-e);g[3]=0;g[7]=0;g[11]=-1;g[15]=0;return this},makeOrthographic:function(a, +b,c,d,e,f){var g=this.elements,h=1/(b-a),k=1/(c-d),m=1/(f-e);g[0]=2*h;g[4]=0;g[8]=0;g[12]=-((b+a)*h);g[1]=0;g[5]=2*k;g[9]=0;g[13]=-((c+d)*k);g[2]=0;g[6]=0;g[10]=-2*m;g[14]=-((f+e)*m);g[3]=0;g[7]=0;g[11]=0;g[15]=1;return this},equals:function(a){var b=this.elements;a=a.elements;for(var c=0;16>c;c++)if(b[c]!==a[c])return!1;return!0},fromArray:function(a,b){void 0===b&&(b=0);for(var c=0;16>c;c++)this.elements[c]=a[c+b];return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);var c=this.elements; +a[b]=c[0];a[b+1]=c[1];a[b+2]=c[2];a[b+3]=c[3];a[b+4]=c[4];a[b+5]=c[5];a[b+6]=c[6];a[b+7]=c[7];a[b+8]=c[8];a[b+9]=c[9];a[b+10]=c[10];a[b+11]=c[11];a[b+12]=c[12];a[b+13]=c[13];a[b+14]=c[14];a[b+15]=c[15];return a}});eb.prototype=Object.create(X.prototype);eb.prototype.constructor=eb;eb.prototype.isDataTexture=!0;Za.prototype=Object.create(X.prototype);Za.prototype.constructor=Za;Za.prototype.isCubeTexture=!0;Object.defineProperty(Za.prototype,"images",{get:function(){return this.image},set:function(a){this.image= +a}});var De=new X,Ee=new Za,ye=[],Ae=[],Ce=new Float32Array(16),Be=new Float32Array(9);Ie.prototype.setValue=function(a,b){for(var c=this.seq,d=0,e=c.length;d!==e;++d){var f=c[d];f.setValue(a,b[f.id])}};var Qd=/([\w\d_]+)(\])?(\[|\.)?/g;fb.prototype.setValue=function(a,b,c){b=this.map[b];void 0!==b&&b.setValue(a,c,this.renderer)};fb.prototype.setOptional=function(a,b,c){b=b[c];void 0!==b&&this.setValue(a,c,b)};fb.upload=function(a,b,c,d){for(var e=0,f=b.length;e!==f;++e){var g=b[e],h=c[g.id];!1!== +h.needsUpdate&&g.setValue(a,h.value,d)}};fb.seqWithValue=function(a,b){for(var c=[],d=0,e=a.length;d!==e;++d){var f=a[d];f.id in b&&c.push(f)}return c};var kg={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535, +darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842, +fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762, +lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685, +navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331, +slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Object.assign(H.prototype,{isColor:!0,r:1,g:1,b:1,set:function(a){a&&a.isColor?this.copy(a):"number"===typeof a?this.setHex(a):"string"===typeof a&&this.setStyle(a);return this},setScalar:function(a){this.b=this.g=this.r= +a;return this},setHex:function(a){a=Math.floor(a);this.r=(a>>16&255)/255;this.g=(a>>8&255)/255;this.b=(a&255)/255;return this},setRGB:function(a,b,c){this.r=a;this.g=b;this.b=c;return this},setHSL:function(){function a(a,c,d){0>d&&(d+=1);1d?c:d<2/3?a+6*(c-a)*(2/3-d):a}return function(b,c,d){b=Y.euclideanModulo(b,1);c=Y.clamp(c,0,1);d=Y.clamp(d,0,1);0===c?this.r=this.g=this.b=d:(c=.5>=d?d*(1+c):d+c-d*c,d=2*d-c,this.r=a(d,c,b+1/3),this.g=a(d,c,b),this.b=a(d,c,b-1/ +3));return this}}(),setStyle:function(a){function b(b){void 0!==b&&1>parseFloat(b)&&console.warn("THREE.Color: Alpha component of "+a+" will be ignored.")}var c;if(c=/^((?:rgb|hsl)a?)\(\s*([^\)]*)\)/.exec(a)){var d=c[2];switch(c[1]){case "rgb":case "rgba":if(c=/^(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(,\s*([0-9]*\.?[0-9]+)\s*)?$/.exec(d))return this.r=Math.min(255,parseInt(c[1],10))/255,this.g=Math.min(255,parseInt(c[2],10))/255,this.b=Math.min(255,parseInt(c[3],10))/255,b(c[5]),this;if(c=/^(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(,\s*([0-9]*\.?[0-9]+)\s*)?$/.exec(d))return this.r= +Math.min(100,parseInt(c[1],10))/100,this.g=Math.min(100,parseInt(c[2],10))/100,this.b=Math.min(100,parseInt(c[3],10))/100,b(c[5]),this;break;case "hsl":case "hsla":if(c=/^([0-9]*\.?[0-9]+)\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(,\s*([0-9]*\.?[0-9]+)\s*)?$/.exec(d)){var d=parseFloat(c[1])/360,e=parseInt(c[2],10)/100,f=parseInt(c[3],10)/100;b(c[5]);return this.setHSL(d,e,f)}}}else if(c=/^\#([A-Fa-f0-9]+)$/.exec(a)){c=c[1];d=c.length;if(3===d)return this.r=parseInt(c.charAt(0)+c.charAt(0),16)/255,this.g=parseInt(c.charAt(1)+ +c.charAt(1),16)/255,this.b=parseInt(c.charAt(2)+c.charAt(2),16)/255,this;if(6===d)return this.r=parseInt(c.charAt(0)+c.charAt(1),16)/255,this.g=parseInt(c.charAt(2)+c.charAt(3),16)/255,this.b=parseInt(c.charAt(4)+c.charAt(5),16)/255,this}a&&0=h?k/(e+f):k/(2-e-f);switch(e){case b:g=(c-d)/k+(c 0.0 ) {\n#if defined ( PHYSICALLY_CORRECT_LIGHTS )\n\t\tfloat distanceFalloff = 1.0 / max( pow( lightDistance, decayExponent ), 0.01 );\n\t\tfloat maxDistanceCutoffFactor = pow2( saturate( 1.0 - pow4( lightDistance / cutoffDistance ) ) );\n\t\treturn distanceFalloff * maxDistanceCutoffFactor;\n#else\n\t\treturn pow( saturate( -lightDistance / cutoffDistance + 1.0 ), decayExponent );\n#endif\n\t}\n\treturn 1.0;\n}\nvec3 BRDF_Diffuse_Lambert( const in vec3 diffuseColor ) {\n\treturn RECIPROCAL_PI * diffuseColor;\n}\nvec3 F_Schlick( const in vec3 specularColor, const in float dotLH ) {\n\tfloat fresnel = exp2( ( -5.55473 * dotLH - 6.98316 ) * dotLH );\n\treturn ( 1.0 - specularColor ) * fresnel + specularColor;\n}\nfloat G_GGX_Smith( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gl = dotNL + sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\tfloat gv = dotNV + sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\treturn 1.0 / ( gl * gv );\n}\nfloat G_GGX_SmithCorrelated( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gv = dotNL * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\tfloat gl = dotNV * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\treturn 0.5 / max( gv + gl, EPSILON );\n}\nfloat D_GGX( const in float alpha, const in float dotNH ) {\n\tfloat a2 = pow2( alpha );\n\tfloat denom = pow2( dotNH ) * ( a2 - 1.0 ) + 1.0;\n\treturn RECIPROCAL_PI * a2 / pow2( denom );\n}\nvec3 BRDF_Specular_GGX( const in IncidentLight incidentLight, const in GeometricContext geometry, const in vec3 specularColor, const in float roughness ) {\n\tfloat alpha = pow2( roughness );\n\tvec3 halfDir = normalize( incidentLight.direction + geometry.viewDir );\n\tfloat dotNL = saturate( dot( geometry.normal, incidentLight.direction ) );\n\tfloat dotNV = saturate( dot( geometry.normal, geometry.viewDir ) );\n\tfloat dotNH = saturate( dot( geometry.normal, halfDir ) );\n\tfloat dotLH = saturate( dot( incidentLight.direction, halfDir ) );\n\tvec3 F = F_Schlick( specularColor, dotLH );\n\tfloat G = G_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\tfloat D = D_GGX( alpha, dotNH );\n\treturn F * ( G * D );\n}\nvec2 LTC_Uv( const in vec3 N, const in vec3 V, const in float roughness ) {\n\tconst float LUT_SIZE = 64.0;\n\tconst float LUT_SCALE = ( LUT_SIZE - 1.0 ) / LUT_SIZE;\n\tconst float LUT_BIAS = 0.5 / LUT_SIZE;\n\tfloat theta = acos( dot( N, V ) );\n\tvec2 uv = vec2(\n\t\tsqrt( saturate( roughness ) ),\n\t\tsaturate( theta / ( 0.5 * PI ) ) );\n\tuv = uv * LUT_SCALE + LUT_BIAS;\n\treturn uv;\n}\nfloat LTC_ClippedSphereFormFactor( const in vec3 f ) {\n\tfloat l = length( f );\n\treturn max( ( l * l + f.z ) / ( l + 1.0 ), 0.0 );\n}\nvec3 LTC_EdgeVectorFormFactor( const in vec3 v1, const in vec3 v2 ) {\n\tfloat x = dot( v1, v2 );\n\tfloat y = abs( x );\n\tfloat a = 0.86267 + (0.49788 + 0.01436 * y ) * y;\n\tfloat b = 3.45068 + (4.18814 + y) * y;\n\tfloat v = a / b;\n\tfloat theta_sintheta = (x > 0.0) ? v : 0.5 * inversesqrt( 1.0 - x * x ) - v;\n\treturn cross( v1, v2 ) * theta_sintheta;\n}\nvec3 LTC_Evaluate( const in vec3 N, const in vec3 V, const in vec3 P, const in mat3 mInv, const in vec3 rectCoords[ 4 ] ) {\n\tvec3 v1 = rectCoords[ 1 ] - rectCoords[ 0 ];\n\tvec3 v2 = rectCoords[ 3 ] - rectCoords[ 0 ];\n\tvec3 lightNormal = cross( v1, v2 );\n\tif( dot( lightNormal, P - rectCoords[ 0 ] ) < 0.0 ) return vec3( 0.0 );\n\tvec3 T1, T2;\n\tT1 = normalize( V - N * dot( V, N ) );\n\tT2 = - cross( N, T1 );\n\tmat3 mat = mInv * transpose( mat3( T1, T2, N ) );\n\tvec3 coords[ 4 ];\n\tcoords[ 0 ] = mat * ( rectCoords[ 0 ] - P );\n\tcoords[ 1 ] = mat * ( rectCoords[ 1 ] - P );\n\tcoords[ 2 ] = mat * ( rectCoords[ 2 ] - P );\n\tcoords[ 3 ] = mat * ( rectCoords[ 3 ] - P );\n\tcoords[ 0 ] = normalize( coords[ 0 ] );\n\tcoords[ 1 ] = normalize( coords[ 1 ] );\n\tcoords[ 2 ] = normalize( coords[ 2 ] );\n\tcoords[ 3 ] = normalize( coords[ 3 ] );\n\tvec3 vectorFormFactor = vec3( 0.0 );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 0 ], coords[ 1 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 1 ], coords[ 2 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 3 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 3 ], coords[ 0 ] );\n\tvec3 result = vec3( LTC_ClippedSphereFormFactor( vectorFormFactor ) );\n\treturn result;\n}\nvec3 BRDF_Specular_GGX_Environment( const in GeometricContext geometry, const in vec3 specularColor, const in float roughness ) {\n\tfloat dotNV = saturate( dot( geometry.normal, geometry.viewDir ) );\n\tconst vec4 c0 = vec4( - 1, - 0.0275, - 0.572, 0.022 );\n\tconst vec4 c1 = vec4( 1, 0.0425, 1.04, - 0.04 );\n\tvec4 r = roughness * c0 + c1;\n\tfloat a004 = min( r.x * r.x, exp2( - 9.28 * dotNV ) ) * r.x + r.y;\n\tvec2 AB = vec2( -1.04, 1.04 ) * a004 + r.zw;\n\treturn specularColor * AB.x + AB.y;\n}\nfloat G_BlinnPhong_Implicit( ) {\n\treturn 0.25;\n}\nfloat D_BlinnPhong( const in float shininess, const in float dotNH ) {\n\treturn RECIPROCAL_PI * ( shininess * 0.5 + 1.0 ) * pow( dotNH, shininess );\n}\nvec3 BRDF_Specular_BlinnPhong( const in IncidentLight incidentLight, const in GeometricContext geometry, const in vec3 specularColor, const in float shininess ) {\n\tvec3 halfDir = normalize( incidentLight.direction + geometry.viewDir );\n\tfloat dotNH = saturate( dot( geometry.normal, halfDir ) );\n\tfloat dotLH = saturate( dot( incidentLight.direction, halfDir ) );\n\tvec3 F = F_Schlick( specularColor, dotLH );\n\tfloat G = G_BlinnPhong_Implicit( );\n\tfloat D = D_BlinnPhong( shininess, dotNH );\n\treturn F * ( G * D );\n}\nfloat GGXRoughnessToBlinnExponent( const in float ggxRoughness ) {\n\treturn ( 2.0 / pow2( ggxRoughness + 0.0001 ) - 2.0 );\n}\nfloat BlinnExponentToGGXRoughness( const in float blinnExponent ) {\n\treturn sqrt( 2.0 / ( blinnExponent + 2.0 ) );\n}\n", +bumpmap_pars_fragment:"#ifdef USE_BUMPMAP\n\tuniform sampler2D bumpMap;\n\tuniform float bumpScale;\n\tvec2 dHdxy_fwd() {\n\t\tvec2 dSTdx = dFdx( vUv );\n\t\tvec2 dSTdy = dFdy( vUv );\n\t\tfloat Hll = bumpScale * texture2D( bumpMap, vUv ).x;\n\t\tfloat dBx = bumpScale * texture2D( bumpMap, vUv + dSTdx ).x - Hll;\n\t\tfloat dBy = bumpScale * texture2D( bumpMap, vUv + dSTdy ).x - Hll;\n\t\treturn vec2( dBx, dBy );\n\t}\n\tvec3 perturbNormalArb( vec3 surf_pos, vec3 surf_norm, vec2 dHdxy ) {\n\t\tvec3 vSigmaX = dFdx( surf_pos );\n\t\tvec3 vSigmaY = dFdy( surf_pos );\n\t\tvec3 vN = surf_norm;\n\t\tvec3 R1 = cross( vSigmaY, vN );\n\t\tvec3 R2 = cross( vN, vSigmaX );\n\t\tfloat fDet = dot( vSigmaX, R1 );\n\t\tvec3 vGrad = sign( fDet ) * ( dHdxy.x * R1 + dHdxy.y * R2 );\n\t\treturn normalize( abs( fDet ) * surf_norm - vGrad );\n\t}\n#endif\n", +clipping_planes_fragment:"#if NUM_CLIPPING_PLANES > 0\n\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; ++ i ) {\n\t\tvec4 plane = clippingPlanes[ i ];\n\t\tif ( dot( vViewPosition, plane.xyz ) > plane.w ) discard;\n\t}\n\t\t\n\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\tbool clipped = true;\n\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; ++ i ) {\n\t\t\tvec4 plane = clippingPlanes[ i ];\n\t\t\tclipped = ( dot( vViewPosition, plane.xyz ) > plane.w ) && clipped;\n\t\t}\n\t\tif ( clipped ) discard;\n\t\n\t#endif\n#endif\n", +clipping_planes_pars_fragment:"#if NUM_CLIPPING_PLANES > 0\n\t#if ! defined( PHYSICAL ) && ! defined( PHONG )\n\t\tvarying vec3 vViewPosition;\n\t#endif\n\tuniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ];\n#endif\n",clipping_planes_pars_vertex:"#if NUM_CLIPPING_PLANES > 0 && ! defined( PHYSICAL ) && ! defined( PHONG )\n\tvarying vec3 vViewPosition;\n#endif\n",clipping_planes_vertex:"#if NUM_CLIPPING_PLANES > 0 && ! defined( PHYSICAL ) && ! defined( PHONG )\n\tvViewPosition = - mvPosition.xyz;\n#endif\n", +color_fragment:"#ifdef USE_COLOR\n\tdiffuseColor.rgb *= vColor;\n#endif",color_pars_fragment:"#ifdef USE_COLOR\n\tvarying vec3 vColor;\n#endif\n",color_pars_vertex:"#ifdef USE_COLOR\n\tvarying vec3 vColor;\n#endif",color_vertex:"#ifdef USE_COLOR\n\tvColor.xyz = color.xyz;\n#endif",common:"#define PI 3.14159265359\n#define PI2 6.28318530718\n#define PI_HALF 1.5707963267949\n#define RECIPROCAL_PI 0.31830988618\n#define RECIPROCAL_PI2 0.15915494\n#define LOG2 1.442695\n#define EPSILON 1e-6\n#define saturate(a) clamp( a, 0.0, 1.0 )\n#define whiteCompliment(a) ( 1.0 - saturate( a ) )\nfloat pow2( const in float x ) { return x*x; }\nfloat pow3( const in float x ) { return x*x*x; }\nfloat pow4( const in float x ) { float x2 = x*x; return x2*x2; }\nfloat average( const in vec3 color ) { return dot( color, vec3( 0.3333 ) ); }\nhighp float rand( const in vec2 uv ) {\n\tconst highp float a = 12.9898, b = 78.233, c = 43758.5453;\n\thighp float dt = dot( uv.xy, vec2( a,b ) ), sn = mod( dt, PI );\n\treturn fract(sin(sn) * c);\n}\nstruct IncidentLight {\n\tvec3 color;\n\tvec3 direction;\n\tbool visible;\n};\nstruct ReflectedLight {\n\tvec3 directDiffuse;\n\tvec3 directSpecular;\n\tvec3 indirectDiffuse;\n\tvec3 indirectSpecular;\n};\nstruct GeometricContext {\n\tvec3 position;\n\tvec3 normal;\n\tvec3 viewDir;\n};\nvec3 transformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( matrix * vec4( dir, 0.0 ) ).xyz );\n}\nvec3 inverseTransformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( vec4( dir, 0.0 ) * matrix ).xyz );\n}\nvec3 projectOnPlane(in vec3 point, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\tfloat distance = dot( planeNormal, point - pointOnPlane );\n\treturn - distance * planeNormal + point;\n}\nfloat sideOfPlane( in vec3 point, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\treturn sign( dot( point - pointOnPlane, planeNormal ) );\n}\nvec3 linePlaneIntersect( in vec3 pointOnLine, in vec3 lineDirection, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\treturn lineDirection * ( dot( planeNormal, pointOnPlane - pointOnLine ) / dot( planeNormal, lineDirection ) ) + pointOnLine;\n}\nmat3 transpose( const in mat3 v ) {\n\tmat3 tmp;\n\ttmp[0] = vec3(v[0].x, v[1].x, v[2].x);\n\ttmp[1] = vec3(v[0].y, v[1].y, v[2].y);\n\ttmp[2] = vec3(v[0].z, v[1].z, v[2].z);\n\treturn tmp;\n}\n", +cube_uv_reflection_fragment:"#ifdef ENVMAP_TYPE_CUBE_UV\n#define cubeUV_textureSize (1024.0)\nint getFaceFromDirection(vec3 direction) {\n\tvec3 absDirection = abs(direction);\n\tint face = -1;\n\tif( absDirection.x > absDirection.z ) {\n\t\tif(absDirection.x > absDirection.y )\n\t\t\tface = direction.x > 0.0 ? 0 : 3;\n\t\telse\n\t\t\tface = direction.y > 0.0 ? 1 : 4;\n\t}\n\telse {\n\t\tif(absDirection.z > absDirection.y )\n\t\t\tface = direction.z > 0.0 ? 2 : 5;\n\t\telse\n\t\t\tface = direction.y > 0.0 ? 1 : 4;\n\t}\n\treturn face;\n}\n#define cubeUV_maxLods1 (log2(cubeUV_textureSize*0.25) - 1.0)\n#define cubeUV_rangeClamp (exp2((6.0 - 1.0) * 2.0))\nvec2 MipLevelInfo( vec3 vec, float roughnessLevel, float roughness ) {\n\tfloat scale = exp2(cubeUV_maxLods1 - roughnessLevel);\n\tfloat dxRoughness = dFdx(roughness);\n\tfloat dyRoughness = dFdy(roughness);\n\tvec3 dx = dFdx( vec * scale * dxRoughness );\n\tvec3 dy = dFdy( vec * scale * dyRoughness );\n\tfloat d = max( dot( dx, dx ), dot( dy, dy ) );\n\td = clamp(d, 1.0, cubeUV_rangeClamp);\n\tfloat mipLevel = 0.5 * log2(d);\n\treturn vec2(floor(mipLevel), fract(mipLevel));\n}\n#define cubeUV_maxLods2 (log2(cubeUV_textureSize*0.25) - 2.0)\n#define cubeUV_rcpTextureSize (1.0 / cubeUV_textureSize)\nvec2 getCubeUV(vec3 direction, float roughnessLevel, float mipLevel) {\n\tmipLevel = roughnessLevel > cubeUV_maxLods2 - 3.0 ? 0.0 : mipLevel;\n\tfloat a = 16.0 * cubeUV_rcpTextureSize;\n\tvec2 exp2_packed = exp2( vec2( roughnessLevel, mipLevel ) );\n\tvec2 rcp_exp2_packed = vec2( 1.0 ) / exp2_packed;\n\tfloat powScale = exp2_packed.x * exp2_packed.y;\n\tfloat scale = rcp_exp2_packed.x * rcp_exp2_packed.y * 0.25;\n\tfloat mipOffset = 0.75*(1.0 - rcp_exp2_packed.y) * rcp_exp2_packed.x;\n\tbool bRes = mipLevel == 0.0;\n\tscale = bRes && (scale < a) ? a : scale;\n\tvec3 r;\n\tvec2 offset;\n\tint face = getFaceFromDirection(direction);\n\tfloat rcpPowScale = 1.0 / powScale;\n\tif( face == 0) {\n\t\tr = vec3(direction.x, -direction.z, direction.y);\n\t\toffset = vec2(0.0+mipOffset,0.75 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? a : offset.y;\n\t}\n\telse if( face == 1) {\n\t\tr = vec3(direction.y, direction.x, direction.z);\n\t\toffset = vec2(scale+mipOffset, 0.75 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? a : offset.y;\n\t}\n\telse if( face == 2) {\n\t\tr = vec3(direction.z, direction.x, direction.y);\n\t\toffset = vec2(2.0*scale+mipOffset, 0.75 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? a : offset.y;\n\t}\n\telse if( face == 3) {\n\t\tr = vec3(direction.x, direction.z, direction.y);\n\t\toffset = vec2(0.0+mipOffset,0.5 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? 0.0 : offset.y;\n\t}\n\telse if( face == 4) {\n\t\tr = vec3(direction.y, direction.x, -direction.z);\n\t\toffset = vec2(scale+mipOffset, 0.5 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? 0.0 : offset.y;\n\t}\n\telse {\n\t\tr = vec3(direction.z, -direction.x, direction.y);\n\t\toffset = vec2(2.0*scale+mipOffset, 0.5 * rcpPowScale);\n\t\toffset.y = bRes && (offset.y < 2.0*a) ? 0.0 : offset.y;\n\t}\n\tr = normalize(r);\n\tfloat texelOffset = 0.5 * cubeUV_rcpTextureSize;\n\tvec2 s = ( r.yz / abs( r.x ) + vec2( 1.0 ) ) * 0.5;\n\tvec2 base = offset + vec2( texelOffset );\n\treturn base + s * ( scale - 2.0 * texelOffset );\n}\n#define cubeUV_maxLods3 (log2(cubeUV_textureSize*0.25) - 3.0)\nvec4 textureCubeUV(vec3 reflectedDirection, float roughness ) {\n\tfloat roughnessVal = roughness* cubeUV_maxLods3;\n\tfloat r1 = floor(roughnessVal);\n\tfloat r2 = r1 + 1.0;\n\tfloat t = fract(roughnessVal);\n\tvec2 mipInfo = MipLevelInfo(reflectedDirection, r1, roughness);\n\tfloat s = mipInfo.y;\n\tfloat level0 = mipInfo.x;\n\tfloat level1 = level0 + 1.0;\n\tlevel1 = level1 > 5.0 ? 5.0 : level1;\n\tlevel0 += min( floor( s + 0.5 ), 5.0 );\n\tvec2 uv_10 = getCubeUV(reflectedDirection, r1, level0);\n\tvec4 color10 = envMapTexelToLinear(texture2D(envMap, uv_10));\n\tvec2 uv_20 = getCubeUV(reflectedDirection, r2, level0);\n\tvec4 color20 = envMapTexelToLinear(texture2D(envMap, uv_20));\n\tvec4 result = mix(color10, color20, t);\n\treturn vec4(result.rgb, 1.0);\n}\n#endif\n", +defaultnormal_vertex:"#ifdef FLIP_SIDED\n\tobjectNormal = -objectNormal;\n#endif\nvec3 transformedNormal = normalMatrix * objectNormal;\n",displacementmap_pars_vertex:"#ifdef USE_DISPLACEMENTMAP\n\tuniform sampler2D displacementMap;\n\tuniform float displacementScale;\n\tuniform float displacementBias;\n#endif\n",displacementmap_vertex:"#ifdef USE_DISPLACEMENTMAP\n\ttransformed += normal * ( texture2D( displacementMap, uv ).x * displacementScale + displacementBias );\n#endif\n",emissivemap_fragment:"#ifdef USE_EMISSIVEMAP\n\tvec4 emissiveColor = texture2D( emissiveMap, vUv );\n\temissiveColor.rgb = emissiveMapTexelToLinear( emissiveColor ).rgb;\n\ttotalEmissiveRadiance *= emissiveColor.rgb;\n#endif\n", +emissivemap_pars_fragment:"#ifdef USE_EMISSIVEMAP\n\tuniform sampler2D emissiveMap;\n#endif\n",encodings_fragment:" gl_FragColor = linearToOutputTexel( gl_FragColor );\n",encodings_pars_fragment:"\nvec4 LinearToLinear( in vec4 value ) {\n\treturn value;\n}\nvec4 GammaToLinear( in vec4 value, in float gammaFactor ) {\n\treturn vec4( pow( value.xyz, vec3( gammaFactor ) ), value.w );\n}\nvec4 LinearToGamma( in vec4 value, in float gammaFactor ) {\n\treturn vec4( pow( value.xyz, vec3( 1.0 / gammaFactor ) ), value.w );\n}\nvec4 sRGBToLinear( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), value.rgb * 0.0773993808, vec3( lessThanEqual( value.rgb, vec3( 0.04045 ) ) ) ), value.w );\n}\nvec4 LinearTosRGB( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb, vec3( 0.41666 ) ) * 1.055 - vec3( 0.055 ), value.rgb * 12.92, vec3( lessThanEqual( value.rgb, vec3( 0.0031308 ) ) ) ), value.w );\n}\nvec4 RGBEToLinear( in vec4 value ) {\n\treturn vec4( value.rgb * exp2( value.a * 255.0 - 128.0 ), 1.0 );\n}\nvec4 LinearToRGBE( in vec4 value ) {\n\tfloat maxComponent = max( max( value.r, value.g ), value.b );\n\tfloat fExp = clamp( ceil( log2( maxComponent ) ), -128.0, 127.0 );\n\treturn vec4( value.rgb / exp2( fExp ), ( fExp + 128.0 ) / 255.0 );\n}\nvec4 RGBMToLinear( in vec4 value, in float maxRange ) {\n\treturn vec4( value.xyz * value.w * maxRange, 1.0 );\n}\nvec4 LinearToRGBM( in vec4 value, in float maxRange ) {\n\tfloat maxRGB = max( value.x, max( value.g, value.b ) );\n\tfloat M = clamp( maxRGB / maxRange, 0.0, 1.0 );\n\tM = ceil( M * 255.0 ) / 255.0;\n\treturn vec4( value.rgb / ( M * maxRange ), M );\n}\nvec4 RGBDToLinear( in vec4 value, in float maxRange ) {\n\treturn vec4( value.rgb * ( ( maxRange / 255.0 ) / value.a ), 1.0 );\n}\nvec4 LinearToRGBD( in vec4 value, in float maxRange ) {\n\tfloat maxRGB = max( value.x, max( value.g, value.b ) );\n\tfloat D = max( maxRange / maxRGB, 1.0 );\n\tD = min( floor( D ) / 255.0, 1.0 );\n\treturn vec4( value.rgb * ( D * ( 255.0 / maxRange ) ), D );\n}\nconst mat3 cLogLuvM = mat3( 0.2209, 0.3390, 0.4184, 0.1138, 0.6780, 0.7319, 0.0102, 0.1130, 0.2969 );\nvec4 LinearToLogLuv( in vec4 value ) {\n\tvec3 Xp_Y_XYZp = value.rgb * cLogLuvM;\n\tXp_Y_XYZp = max(Xp_Y_XYZp, vec3(1e-6, 1e-6, 1e-6));\n\tvec4 vResult;\n\tvResult.xy = Xp_Y_XYZp.xy / Xp_Y_XYZp.z;\n\tfloat Le = 2.0 * log2(Xp_Y_XYZp.y) + 127.0;\n\tvResult.w = fract(Le);\n\tvResult.z = (Le - (floor(vResult.w*255.0))/255.0)/255.0;\n\treturn vResult;\n}\nconst mat3 cLogLuvInverseM = mat3( 6.0014, -2.7008, -1.7996, -1.3320, 3.1029, -5.7721, 0.3008, -1.0882, 5.6268 );\nvec4 LogLuvToLinear( in vec4 value ) {\n\tfloat Le = value.z * 255.0 + value.w;\n\tvec3 Xp_Y_XYZp;\n\tXp_Y_XYZp.y = exp2((Le - 127.0) / 2.0);\n\tXp_Y_XYZp.z = Xp_Y_XYZp.y / value.y;\n\tXp_Y_XYZp.x = value.x * Xp_Y_XYZp.z;\n\tvec3 vRGB = Xp_Y_XYZp.rgb * cLogLuvInverseM;\n\treturn vec4( max(vRGB, 0.0), 1.0 );\n}\n", +envmap_fragment:"#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG )\n\t\tvec3 cameraToVertex = normalize( vWorldPosition - cameraPosition );\n\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( cameraToVertex, worldNormal );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( cameraToVertex, worldNormal, refractionRatio );\n\t\t#endif\n\t#else\n\t\tvec3 reflectVec = vReflect;\n\t#endif\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 envColor = textureCube( envMap, flipNormal * vec3( flipEnvMap * reflectVec.x, reflectVec.yz ) );\n\t#elif defined( ENVMAP_TYPE_EQUIREC )\n\t\tvec2 sampleUV;\n\t\tsampleUV.y = saturate( flipNormal * reflectVec.y * 0.5 + 0.5 );\n\t\tsampleUV.x = atan( flipNormal * reflectVec.z, flipNormal * reflectVec.x ) * RECIPROCAL_PI2 + 0.5;\n\t\tvec4 envColor = texture2D( envMap, sampleUV );\n\t#elif defined( ENVMAP_TYPE_SPHERE )\n\t\tvec3 reflectView = flipNormal * normalize( ( viewMatrix * vec4( reflectVec, 0.0 ) ).xyz + vec3( 0.0, 0.0, 1.0 ) );\n\t\tvec4 envColor = texture2D( envMap, reflectView.xy * 0.5 + 0.5 );\n\t#else\n\t\tvec4 envColor = vec4( 0.0 );\n\t#endif\n\tenvColor = envMapTexelToLinear( envColor );\n\t#ifdef ENVMAP_BLENDING_MULTIPLY\n\t\toutgoingLight = mix( outgoingLight, outgoingLight * envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_MIX )\n\t\toutgoingLight = mix( outgoingLight, envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_ADD )\n\t\toutgoingLight += envColor.xyz * specularStrength * reflectivity;\n\t#endif\n#endif\n", +envmap_pars_fragment:"#if defined( USE_ENVMAP ) || defined( PHYSICAL )\n\tuniform float reflectivity;\n\tuniform float envMapIntensity;\n#endif\n#ifdef USE_ENVMAP\n\t#if ! defined( PHYSICAL ) && ( defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) )\n\t\tvarying vec3 vWorldPosition;\n\t#endif\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tuniform samplerCube envMap;\n\t#else\n\t\tuniform sampler2D envMap;\n\t#endif\n\tuniform float flipEnvMap;\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( PHYSICAL )\n\t\tuniform float refractionRatio;\n\t#else\n\t\tvarying vec3 vReflect;\n\t#endif\n#endif\n", +envmap_pars_vertex:"#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG )\n\t\tvarying vec3 vWorldPosition;\n\t#else\n\t\tvarying vec3 vReflect;\n\t\tuniform float refractionRatio;\n\t#endif\n#endif\n",envmap_vertex:"#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG )\n\t\tvWorldPosition = worldPosition.xyz;\n\t#else\n\t\tvec3 cameraToVertex = normalize( worldPosition.xyz - cameraPosition );\n\t\tvec3 worldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvReflect = reflect( cameraToVertex, worldNormal );\n\t\t#else\n\t\t\tvReflect = refract( cameraToVertex, worldNormal, refractionRatio );\n\t\t#endif\n\t#endif\n#endif\n", +fog_vertex:"\n#ifdef USE_FOG\nfogDepth = -mvPosition.z;\n#endif",fog_pars_vertex:"#ifdef USE_FOG\n varying float fogDepth;\n#endif\n",fog_fragment:"#ifdef USE_FOG\n\t#ifdef FOG_EXP2\n\t\tfloat fogFactor = whiteCompliment( exp2( - fogDensity * fogDensity * fogDepth * fogDepth * LOG2 ) );\n\t#else\n\t\tfloat fogFactor = smoothstep( fogNear, fogFar, fogDepth );\n\t#endif\n\tgl_FragColor.rgb = mix( gl_FragColor.rgb, fogColor, fogFactor );\n#endif\n",fog_pars_fragment:"#ifdef USE_FOG\n\tuniform vec3 fogColor;\n\tvarying float fogDepth;\n\t#ifdef FOG_EXP2\n\t\tuniform float fogDensity;\n\t#else\n\t\tuniform float fogNear;\n\t\tuniform float fogFar;\n\t#endif\n#endif\n", +gradientmap_pars_fragment:"#ifdef TOON\n\tuniform sampler2D gradientMap;\n\tvec3 getGradientIrradiance( vec3 normal, vec3 lightDirection ) {\n\t\tfloat dotNL = dot( normal, lightDirection );\n\t\tvec2 coord = vec2( dotNL * 0.5 + 0.5, 0.0 );\n\t\t#ifdef USE_GRADIENTMAP\n\t\t\treturn texture2D( gradientMap, coord ).rgb;\n\t\t#else\n\t\t\treturn ( coord.x < 0.7 ) ? vec3( 0.7 ) : vec3( 1.0 );\n\t\t#endif\n\t}\n#endif\n",lightmap_fragment:"#ifdef USE_LIGHTMAP\n\treflectedLight.indirectDiffuse += PI * texture2D( lightMap, vUv2 ).xyz * lightMapIntensity;\n#endif\n", +lightmap_pars_fragment:"#ifdef USE_LIGHTMAP\n\tuniform sampler2D lightMap;\n\tuniform float lightMapIntensity;\n#endif",lights_lambert_vertex:"vec3 diffuse = vec3( 1.0 );\nGeometricContext geometry;\ngeometry.position = mvPosition.xyz;\ngeometry.normal = normalize( transformedNormal );\ngeometry.viewDir = normalize( -mvPosition.xyz );\nGeometricContext backGeometry;\nbackGeometry.position = geometry.position;\nbackGeometry.normal = -geometry.normal;\nbackGeometry.viewDir = geometry.viewDir;\nvLightFront = vec3( 0.0 );\n#ifdef DOUBLE_SIDED\n\tvLightBack = vec3( 0.0 );\n#endif\nIncidentLight directLight;\nfloat dotNL;\nvec3 directLightColor_Diffuse;\n#if NUM_POINT_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tgetPointDirectLightIrradiance( pointLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tgetSpotDirectLightIrradiance( spotLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n#endif\n#if NUM_DIR_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tgetDirectionalDirectLightIrradiance( directionalLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\tvLightFront += getHemisphereLightIrradiance( hemisphereLights[ i ], geometry );\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += getHemisphereLightIrradiance( hemisphereLights[ i ], backGeometry );\n\t\t#endif\n\t}\n#endif\n", +lights_pars:"uniform vec3 ambientLightColor;\nvec3 getAmbientLightIrradiance( const in vec3 ambientLightColor ) {\n\tvec3 irradiance = ambientLightColor;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\treturn irradiance;\n}\n#if NUM_DIR_LIGHTS > 0\n\tstruct DirectionalLight {\n\t\tvec3 direction;\n\t\tvec3 color;\n\t\tint shadow;\n\t\tfloat shadowBias;\n\t\tfloat shadowRadius;\n\t\tvec2 shadowMapSize;\n\t};\n\tuniform DirectionalLight directionalLights[ NUM_DIR_LIGHTS ];\n\tvoid getDirectionalDirectLightIrradiance( const in DirectionalLight directionalLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tdirectLight.color = directionalLight.color;\n\t\tdirectLight.direction = directionalLight.direction;\n\t\tdirectLight.visible = true;\n\t}\n#endif\n#if NUM_POINT_LIGHTS > 0\n\tstruct PointLight {\n\t\tvec3 position;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t\tint shadow;\n\t\tfloat shadowBias;\n\t\tfloat shadowRadius;\n\t\tvec2 shadowMapSize;\n\t};\n\tuniform PointLight pointLights[ NUM_POINT_LIGHTS ];\n\tvoid getPointDirectLightIrradiance( const in PointLight pointLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tvec3 lVector = pointLight.position - geometry.position;\n\t\tdirectLight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tdirectLight.color = pointLight.color;\n\t\tdirectLight.color *= punctualLightIntensityToIrradianceFactor( lightDistance, pointLight.distance, pointLight.decay );\n\t\tdirectLight.visible = ( directLight.color != vec3( 0.0 ) );\n\t}\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\tstruct SpotLight {\n\t\tvec3 position;\n\t\tvec3 direction;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t\tfloat coneCos;\n\t\tfloat penumbraCos;\n\t\tint shadow;\n\t\tfloat shadowBias;\n\t\tfloat shadowRadius;\n\t\tvec2 shadowMapSize;\n\t};\n\tuniform SpotLight spotLights[ NUM_SPOT_LIGHTS ];\n\tvoid getSpotDirectLightIrradiance( const in SpotLight spotLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tvec3 lVector = spotLight.position - geometry.position;\n\t\tdirectLight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tfloat angleCos = dot( directLight.direction, spotLight.direction );\n\t\tif ( angleCos > spotLight.coneCos ) {\n\t\t\tfloat spotEffect = smoothstep( spotLight.coneCos, spotLight.penumbraCos, angleCos );\n\t\t\tdirectLight.color = spotLight.color;\n\t\t\tdirectLight.color *= spotEffect * punctualLightIntensityToIrradianceFactor( lightDistance, spotLight.distance, spotLight.decay );\n\t\t\tdirectLight.visible = true;\n\t\t} else {\n\t\t\tdirectLight.color = vec3( 0.0 );\n\t\t\tdirectLight.visible = false;\n\t\t}\n\t}\n#endif\n#if NUM_RECT_AREA_LIGHTS > 0\n\tstruct RectAreaLight {\n\t\tvec3 color;\n\t\tvec3 position;\n\t\tvec3 halfWidth;\n\t\tvec3 halfHeight;\n\t};\n\tuniform sampler2D ltcMat;\tuniform sampler2D ltcMag;\n\tuniform RectAreaLight rectAreaLights[ NUM_RECT_AREA_LIGHTS ];\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\tstruct HemisphereLight {\n\t\tvec3 direction;\n\t\tvec3 skyColor;\n\t\tvec3 groundColor;\n\t};\n\tuniform HemisphereLight hemisphereLights[ NUM_HEMI_LIGHTS ];\n\tvec3 getHemisphereLightIrradiance( const in HemisphereLight hemiLight, const in GeometricContext geometry ) {\n\t\tfloat dotNL = dot( geometry.normal, hemiLight.direction );\n\t\tfloat hemiDiffuseWeight = 0.5 * dotNL + 0.5;\n\t\tvec3 irradiance = mix( hemiLight.groundColor, hemiLight.skyColor, hemiDiffuseWeight );\n\t\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\t\tirradiance *= PI;\n\t\t#endif\n\t\treturn irradiance;\n\t}\n#endif\n#if defined( USE_ENVMAP ) && defined( PHYSICAL )\n\tvec3 getLightProbeIndirectIrradiance( const in GeometricContext geometry, const in int maxMIPLevel ) {\n\t\tvec3 worldNormal = inverseTransformDirection( geometry.normal, viewMatrix );\n\t\t#ifdef ENVMAP_TYPE_CUBE\n\t\t\tvec3 queryVec = vec3( flipEnvMap * worldNormal.x, worldNormal.yz );\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = textureCubeLodEXT( envMap, queryVec, float( maxMIPLevel ) );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = textureCube( envMap, queryVec, float( maxMIPLevel ) );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\t\tvec3 queryVec = vec3( flipEnvMap * worldNormal.x, worldNormal.yz );\n\t\t\tvec4 envMapColor = textureCubeUV( queryVec, 1.0 );\n\t\t#else\n\t\t\tvec4 envMapColor = vec4( 0.0 );\n\t\t#endif\n\t\treturn PI * envMapColor.rgb * envMapIntensity;\n\t}\n\tfloat getSpecularMIPLevel( const in float blinnShininessExponent, const in int maxMIPLevel ) {\n\t\tfloat maxMIPLevelScalar = float( maxMIPLevel );\n\t\tfloat desiredMIPLevel = maxMIPLevelScalar - 0.79248 - 0.5 * log2( pow2( blinnShininessExponent ) + 1.0 );\n\t\treturn clamp( desiredMIPLevel, 0.0, maxMIPLevelScalar );\n\t}\n\tvec3 getLightProbeIndirectRadiance( const in GeometricContext geometry, const in float blinnShininessExponent, const in int maxMIPLevel ) {\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( -geometry.viewDir, geometry.normal );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( -geometry.viewDir, geometry.normal, refractionRatio );\n\t\t#endif\n\t\treflectVec = inverseTransformDirection( reflectVec, viewMatrix );\n\t\tfloat specularMIPLevel = getSpecularMIPLevel( blinnShininessExponent, maxMIPLevel );\n\t\t#ifdef ENVMAP_TYPE_CUBE\n\t\t\tvec3 queryReflectVec = vec3( flipEnvMap * reflectVec.x, reflectVec.yz );\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = textureCubeLodEXT( envMap, queryReflectVec, specularMIPLevel );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = textureCube( envMap, queryReflectVec, specularMIPLevel );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\t\tvec3 queryReflectVec = vec3( flipEnvMap * reflectVec.x, reflectVec.yz );\n\t\t\tvec4 envMapColor = textureCubeUV(queryReflectVec, BlinnExponentToGGXRoughness(blinnShininessExponent));\n\t\t#elif defined( ENVMAP_TYPE_EQUIREC )\n\t\t\tvec2 sampleUV;\n\t\t\tsampleUV.y = saturate( reflectVec.y * 0.5 + 0.5 );\n\t\t\tsampleUV.x = atan( reflectVec.z, reflectVec.x ) * RECIPROCAL_PI2 + 0.5;\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = texture2DLodEXT( envMap, sampleUV, specularMIPLevel );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = texture2D( envMap, sampleUV, specularMIPLevel );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#elif defined( ENVMAP_TYPE_SPHERE )\n\t\t\tvec3 reflectView = normalize( ( viewMatrix * vec4( reflectVec, 0.0 ) ).xyz + vec3( 0.0,0.0,1.0 ) );\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = texture2DLodEXT( envMap, reflectView.xy * 0.5 + 0.5, specularMIPLevel );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = texture2D( envMap, reflectView.xy * 0.5 + 0.5, specularMIPLevel );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#endif\n\t\treturn envMapColor.rgb * envMapIntensity;\n\t}\n#endif\n", +lights_phong_fragment:"BlinnPhongMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularColor = specular;\nmaterial.specularShininess = shininess;\nmaterial.specularStrength = specularStrength;\n",lights_phong_pars_fragment:"varying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\nstruct BlinnPhongMaterial {\n\tvec3\tdiffuseColor;\n\tvec3\tspecularColor;\n\tfloat\tspecularShininess;\n\tfloat\tspecularStrength;\n};\n#if NUM_RECT_AREA_LIGHTS > 0\n\tvoid RE_Direct_RectArea_BlinnPhong( const in RectAreaLight rectAreaLight, const in GeometricContext geometry, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\t\tvec3 normal = geometry.normal;\n\t\tvec3 viewDir = geometry.viewDir;\n\t\tvec3 position = geometry.position;\n\t\tvec3 lightPos = rectAreaLight.position;\n\t\tvec3 halfWidth = rectAreaLight.halfWidth;\n\t\tvec3 halfHeight = rectAreaLight.halfHeight;\n\t\tvec3 lightColor = rectAreaLight.color;\n\t\tfloat roughness = BlinnExponentToGGXRoughness( material.specularShininess );\n\t\tvec3 rectCoords[ 4 ];\n\t\trectCoords[ 0 ] = lightPos - halfWidth - halfHeight;\t\trectCoords[ 1 ] = lightPos + halfWidth - halfHeight;\n\t\trectCoords[ 2 ] = lightPos + halfWidth + halfHeight;\n\t\trectCoords[ 3 ] = lightPos - halfWidth + halfHeight;\n\t\tvec2 uv = LTC_Uv( normal, viewDir, roughness );\n\t\tfloat norm = texture2D( ltcMag, uv ).a;\n\t\tvec4 t = texture2D( ltcMat, uv );\n\t\tmat3 mInv = mat3(\n\t\t\tvec3( 1, 0, t.y ),\n\t\t\tvec3( 0, t.z, 0 ),\n\t\t\tvec3( t.w, 0, t.x )\n\t\t);\n\t\treflectedLight.directSpecular += lightColor * material.specularColor * norm * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords );\n\t\treflectedLight.directDiffuse += lightColor * material.diffuseColor * LTC_Evaluate( normal, viewDir, position, mat3( 1 ), rectCoords );\n\t}\n#endif\nvoid RE_Direct_BlinnPhong( const in IncidentLight directLight, const in GeometricContext geometry, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\t#ifdef TOON\n\t\tvec3 irradiance = getGradientIrradiance( geometry.normal, directLight.direction ) * directLight.color;\n\t#else\n\t\tfloat dotNL = saturate( dot( geometry.normal, directLight.direction ) );\n\t\tvec3 irradiance = dotNL * directLight.color;\n\t#endif\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\treflectedLight.directDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n\treflectedLight.directSpecular += irradiance * BRDF_Specular_BlinnPhong( directLight, geometry, material.specularColor, material.specularShininess ) * material.specularStrength;\n}\nvoid RE_IndirectDiffuse_BlinnPhong( const in vec3 irradiance, const in GeometricContext geometry, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_BlinnPhong\n#define RE_Direct_RectArea\t\tRE_Direct_RectArea_BlinnPhong\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_BlinnPhong\n#define Material_LightProbeLOD( material )\t(0)\n", +lights_physical_fragment:"PhysicalMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb * ( 1.0 - metalnessFactor );\nmaterial.specularRoughness = clamp( roughnessFactor, 0.04, 1.0 );\n#ifdef STANDARD\n\tmaterial.specularColor = mix( vec3( DEFAULT_SPECULAR_COEFFICIENT ), diffuseColor.rgb, metalnessFactor );\n#else\n\tmaterial.specularColor = mix( vec3( MAXIMUM_SPECULAR_COEFFICIENT * pow2( reflectivity ) ), diffuseColor.rgb, metalnessFactor );\n\tmaterial.clearCoat = saturate( clearCoat );\tmaterial.clearCoatRoughness = clamp( clearCoatRoughness, 0.04, 1.0 );\n#endif\n", +lights_physical_pars_fragment:"struct PhysicalMaterial {\n\tvec3\tdiffuseColor;\n\tfloat\tspecularRoughness;\n\tvec3\tspecularColor;\n\t#ifndef STANDARD\n\t\tfloat clearCoat;\n\t\tfloat clearCoatRoughness;\n\t#endif\n};\n#define MAXIMUM_SPECULAR_COEFFICIENT 0.16\n#define DEFAULT_SPECULAR_COEFFICIENT 0.04\nfloat clearCoatDHRApprox( const in float roughness, const in float dotNL ) {\n\treturn DEFAULT_SPECULAR_COEFFICIENT + ( 1.0 - DEFAULT_SPECULAR_COEFFICIENT ) * ( pow( 1.0 - dotNL, 5.0 ) * pow( 1.0 - roughness, 2.0 ) );\n}\n#if NUM_RECT_AREA_LIGHTS > 0\n\tvoid RE_Direct_RectArea_Physical( const in RectAreaLight rectAreaLight, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\t\tvec3 normal = geometry.normal;\n\t\tvec3 viewDir = geometry.viewDir;\n\t\tvec3 position = geometry.position;\n\t\tvec3 lightPos = rectAreaLight.position;\n\t\tvec3 halfWidth = rectAreaLight.halfWidth;\n\t\tvec3 halfHeight = rectAreaLight.halfHeight;\n\t\tvec3 lightColor = rectAreaLight.color;\n\t\tfloat roughness = material.specularRoughness;\n\t\tvec3 rectCoords[ 4 ];\n\t\trectCoords[ 0 ] = lightPos - halfWidth - halfHeight;\t\trectCoords[ 1 ] = lightPos + halfWidth - halfHeight;\n\t\trectCoords[ 2 ] = lightPos + halfWidth + halfHeight;\n\t\trectCoords[ 3 ] = lightPos - halfWidth + halfHeight;\n\t\tvec2 uv = LTC_Uv( normal, viewDir, roughness );\n\t\tfloat norm = texture2D( ltcMag, uv ).a;\n\t\tvec4 t = texture2D( ltcMat, uv );\n\t\tmat3 mInv = mat3(\n\t\t\tvec3( 1, 0, t.y ),\n\t\t\tvec3( 0, t.z, 0 ),\n\t\t\tvec3( t.w, 0, t.x )\n\t\t);\n\t\treflectedLight.directSpecular += lightColor * material.specularColor * norm * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords );\n\t\treflectedLight.directDiffuse += lightColor * material.diffuseColor * LTC_Evaluate( normal, viewDir, position, mat3( 1 ), rectCoords );\n\t}\n#endif\nvoid RE_Direct_Physical( const in IncidentLight directLight, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometry.normal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\t#ifndef STANDARD\n\t\tfloat clearCoatDHR = material.clearCoat * clearCoatDHRApprox( material.clearCoatRoughness, dotNL );\n\t#else\n\t\tfloat clearCoatDHR = 0.0;\n\t#endif\n\treflectedLight.directSpecular += ( 1.0 - clearCoatDHR ) * irradiance * BRDF_Specular_GGX( directLight, geometry, material.specularColor, material.specularRoughness );\n\treflectedLight.directDiffuse += ( 1.0 - clearCoatDHR ) * irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n\t#ifndef STANDARD\n\t\treflectedLight.directSpecular += irradiance * material.clearCoat * BRDF_Specular_GGX( directLight, geometry, vec3( DEFAULT_SPECULAR_COEFFICIENT ), material.clearCoatRoughness );\n\t#endif\n}\nvoid RE_IndirectDiffuse_Physical( const in vec3 irradiance, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectSpecular_Physical( const in vec3 radiance, const in vec3 clearCoatRadiance, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\t#ifndef STANDARD\n\t\tfloat dotNV = saturate( dot( geometry.normal, geometry.viewDir ) );\n\t\tfloat dotNL = dotNV;\n\t\tfloat clearCoatDHR = material.clearCoat * clearCoatDHRApprox( material.clearCoatRoughness, dotNL );\n\t#else\n\t\tfloat clearCoatDHR = 0.0;\n\t#endif\n\treflectedLight.indirectSpecular += ( 1.0 - clearCoatDHR ) * radiance * BRDF_Specular_GGX_Environment( geometry, material.specularColor, material.specularRoughness );\n\t#ifndef STANDARD\n\t\treflectedLight.indirectSpecular += clearCoatRadiance * material.clearCoat * BRDF_Specular_GGX_Environment( geometry, vec3( DEFAULT_SPECULAR_COEFFICIENT ), material.clearCoatRoughness );\n\t#endif\n}\n#define RE_Direct\t\t\t\tRE_Direct_Physical\n#define RE_Direct_RectArea\t\tRE_Direct_RectArea_Physical\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Physical\n#define RE_IndirectSpecular\t\tRE_IndirectSpecular_Physical\n#define Material_BlinnShininessExponent( material ) GGXRoughnessToBlinnExponent( material.specularRoughness )\n#define Material_ClearCoat_BlinnShininessExponent( material ) GGXRoughnessToBlinnExponent( material.clearCoatRoughness )\nfloat computeSpecularOcclusion( const in float dotNV, const in float ambientOcclusion, const in float roughness ) {\n\treturn saturate( pow( dotNV + ambientOcclusion, exp2( - 16.0 * roughness - 1.0 ) ) - 1.0 + ambientOcclusion );\n}\n", +lights_template:"\nGeometricContext geometry;\ngeometry.position = - vViewPosition;\ngeometry.normal = normal;\ngeometry.viewDir = normalize( vViewPosition );\nIncidentLight directLight;\n#if ( NUM_POINT_LIGHTS > 0 ) && defined( RE_Direct )\n\tPointLight pointLight;\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tpointLight = pointLights[ i ];\n\t\tgetPointDirectLightIrradiance( pointLight, geometry, directLight );\n\t\t#ifdef USE_SHADOWMAP\n\t\tdirectLight.color *= all( bvec2( pointLight.shadow, directLight.visible ) ) ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n#endif\n#if ( NUM_SPOT_LIGHTS > 0 ) && defined( RE_Direct )\n\tSpotLight spotLight;\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tspotLight = spotLights[ i ];\n\t\tgetSpotDirectLightIrradiance( spotLight, geometry, directLight );\n\t\t#ifdef USE_SHADOWMAP\n\t\tdirectLight.color *= all( bvec2( spotLight.shadow, directLight.visible ) ) ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowBias, spotLight.shadowRadius, vSpotShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n#endif\n#if ( NUM_DIR_LIGHTS > 0 ) && defined( RE_Direct )\n\tDirectionalLight directionalLight;\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tdirectionalLight = directionalLights[ i ];\n\t\tgetDirectionalDirectLightIrradiance( directionalLight, geometry, directLight );\n\t\t#ifdef USE_SHADOWMAP\n\t\tdirectLight.color *= all( bvec2( directionalLight.shadow, directLight.visible ) ) ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n#endif\n#if ( NUM_RECT_AREA_LIGHTS > 0 ) && defined( RE_Direct_RectArea )\n\tRectAreaLight rectAreaLight;\n\tfor ( int i = 0; i < NUM_RECT_AREA_LIGHTS; i ++ ) {\n\t\trectAreaLight = rectAreaLights[ i ];\n\t\tRE_Direct_RectArea( rectAreaLight, geometry, material, reflectedLight );\n\t}\n#endif\n#if defined( RE_IndirectDiffuse )\n\tvec3 irradiance = getAmbientLightIrradiance( ambientLightColor );\n\t#ifdef USE_LIGHTMAP\n\t\tvec3 lightMapIrradiance = texture2D( lightMap, vUv2 ).xyz * lightMapIntensity;\n\t\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\t\tlightMapIrradiance *= PI;\n\t\t#endif\n\t\tirradiance += lightMapIrradiance;\n\t#endif\n\t#if ( NUM_HEMI_LIGHTS > 0 )\n\t\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\t\tirradiance += getHemisphereLightIrradiance( hemisphereLights[ i ], geometry );\n\t\t}\n\t#endif\n\t#if defined( USE_ENVMAP ) && defined( PHYSICAL ) && defined( ENVMAP_TYPE_CUBE_UV )\n\t\tirradiance += getLightProbeIndirectIrradiance( geometry, 8 );\n\t#endif\n\tRE_IndirectDiffuse( irradiance, geometry, material, reflectedLight );\n#endif\n#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )\n\tvec3 radiance = getLightProbeIndirectRadiance( geometry, Material_BlinnShininessExponent( material ), 8 );\n\t#ifndef STANDARD\n\t\tvec3 clearCoatRadiance = getLightProbeIndirectRadiance( geometry, Material_ClearCoat_BlinnShininessExponent( material ), 8 );\n\t#else\n\t\tvec3 clearCoatRadiance = vec3( 0.0 );\n\t#endif\n\tRE_IndirectSpecular( radiance, clearCoatRadiance, geometry, material, reflectedLight );\n#endif\n", +logdepthbuf_fragment:"#if defined(USE_LOGDEPTHBUF) && defined(USE_LOGDEPTHBUF_EXT)\n\tgl_FragDepthEXT = log2(vFragDepth) * logDepthBufFC * 0.5;\n#endif",logdepthbuf_pars_fragment:"#ifdef USE_LOGDEPTHBUF\n\tuniform float logDepthBufFC;\n\t#ifdef USE_LOGDEPTHBUF_EXT\n\t\tvarying float vFragDepth;\n\t#endif\n#endif\n",logdepthbuf_pars_vertex:"#ifdef USE_LOGDEPTHBUF\n\t#ifdef USE_LOGDEPTHBUF_EXT\n\t\tvarying float vFragDepth;\n\t#endif\n\tuniform float logDepthBufFC;\n#endif",logdepthbuf_vertex:"#ifdef USE_LOGDEPTHBUF\n\tgl_Position.z = log2(max( EPSILON, gl_Position.w + 1.0 )) * logDepthBufFC;\n\t#ifdef USE_LOGDEPTHBUF_EXT\n\t\tvFragDepth = 1.0 + gl_Position.w;\n\t#else\n\t\tgl_Position.z = (gl_Position.z - 1.0) * gl_Position.w;\n\t#endif\n#endif\n", +map_fragment:"#ifdef USE_MAP\n\tvec4 texelColor = texture2D( map, vUv );\n\ttexelColor = mapTexelToLinear( texelColor );\n\tdiffuseColor *= texelColor;\n#endif\n",map_pars_fragment:"#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif\n",map_particle_fragment:"#ifdef USE_MAP\n\tvec4 mapTexel = texture2D( map, vec2( gl_PointCoord.x, 1.0 - gl_PointCoord.y ) * offsetRepeat.zw + offsetRepeat.xy );\n\tdiffuseColor *= mapTexelToLinear( mapTexel );\n#endif\n",map_particle_pars_fragment:"#ifdef USE_MAP\n\tuniform vec4 offsetRepeat;\n\tuniform sampler2D map;\n#endif\n", +metalnessmap_fragment:"float metalnessFactor = metalness;\n#ifdef USE_METALNESSMAP\n\tvec4 texelMetalness = texture2D( metalnessMap, vUv );\n\tmetalnessFactor *= texelMetalness.b;\n#endif\n",metalnessmap_pars_fragment:"#ifdef USE_METALNESSMAP\n\tuniform sampler2D metalnessMap;\n#endif",morphnormal_vertex:"#ifdef USE_MORPHNORMALS\n\tobjectNormal += ( morphNormal0 - normal ) * morphTargetInfluences[ 0 ];\n\tobjectNormal += ( morphNormal1 - normal ) * morphTargetInfluences[ 1 ];\n\tobjectNormal += ( morphNormal2 - normal ) * morphTargetInfluences[ 2 ];\n\tobjectNormal += ( morphNormal3 - normal ) * morphTargetInfluences[ 3 ];\n#endif\n", +morphtarget_pars_vertex:"#ifdef USE_MORPHTARGETS\n\t#ifndef USE_MORPHNORMALS\n\tuniform float morphTargetInfluences[ 8 ];\n\t#else\n\tuniform float morphTargetInfluences[ 4 ];\n\t#endif\n#endif",morphtarget_vertex:"#ifdef USE_MORPHTARGETS\n\ttransformed += ( morphTarget0 - position ) * morphTargetInfluences[ 0 ];\n\ttransformed += ( morphTarget1 - position ) * morphTargetInfluences[ 1 ];\n\ttransformed += ( morphTarget2 - position ) * morphTargetInfluences[ 2 ];\n\ttransformed += ( morphTarget3 - position ) * morphTargetInfluences[ 3 ];\n\t#ifndef USE_MORPHNORMALS\n\ttransformed += ( morphTarget4 - position ) * morphTargetInfluences[ 4 ];\n\ttransformed += ( morphTarget5 - position ) * morphTargetInfluences[ 5 ];\n\ttransformed += ( morphTarget6 - position ) * morphTargetInfluences[ 6 ];\n\ttransformed += ( morphTarget7 - position ) * morphTargetInfluences[ 7 ];\n\t#endif\n#endif\n", +normal_flip:"#ifdef DOUBLE_SIDED\n\tfloat flipNormal = ( float( gl_FrontFacing ) * 2.0 - 1.0 );\n#else\n\tfloat flipNormal = 1.0;\n#endif\n",normal_fragment:"#ifdef FLAT_SHADED\n\tvec3 fdx = vec3( dFdx( vViewPosition.x ), dFdx( vViewPosition.y ), dFdx( vViewPosition.z ) );\n\tvec3 fdy = vec3( dFdy( vViewPosition.x ), dFdy( vViewPosition.y ), dFdy( vViewPosition.z ) );\n\tvec3 normal = normalize( cross( fdx, fdy ) );\n#else\n\tvec3 normal = normalize( vNormal ) * flipNormal;\n#endif\n#ifdef USE_NORMALMAP\n\tnormal = perturbNormal2Arb( -vViewPosition, normal );\n#elif defined( USE_BUMPMAP )\n\tnormal = perturbNormalArb( -vViewPosition, normal, dHdxy_fwd() );\n#endif\n", +normalmap_pars_fragment:"#ifdef USE_NORMALMAP\n\tuniform sampler2D normalMap;\n\tuniform vec2 normalScale;\n\tvec3 perturbNormal2Arb( vec3 eye_pos, vec3 surf_norm ) {\n\t\tvec3 q0 = dFdx( eye_pos.xyz );\n\t\tvec3 q1 = dFdy( eye_pos.xyz );\n\t\tvec2 st0 = dFdx( vUv.st );\n\t\tvec2 st1 = dFdy( vUv.st );\n\t\tvec3 S = normalize( q0 * st1.t - q1 * st0.t );\n\t\tvec3 T = normalize( -q0 * st1.s + q1 * st0.s );\n\t\tvec3 N = normalize( surf_norm );\n\t\tvec3 mapN = texture2D( normalMap, vUv ).xyz * 2.0 - 1.0;\n\t\tmapN.xy = normalScale * mapN.xy;\n\t\tmat3 tsn = mat3( S, T, N );\n\t\treturn normalize( tsn * mapN );\n\t}\n#endif\n", +packing:"vec3 packNormalToRGB( const in vec3 normal ) {\n\treturn normalize( normal ) * 0.5 + 0.5;\n}\nvec3 unpackRGBToNormal( const in vec3 rgb ) {\n\treturn 1.0 - 2.0 * rgb.xyz;\n}\nconst float PackUpscale = 256. / 255.;const float UnpackDownscale = 255. / 256.;\nconst vec3 PackFactors = vec3( 256. * 256. * 256., 256. * 256., 256. );\nconst vec4 UnpackFactors = UnpackDownscale / vec4( PackFactors, 1. );\nconst float ShiftRight8 = 1. / 256.;\nvec4 packDepthToRGBA( const in float v ) {\n\tvec4 r = vec4( fract( v * PackFactors ), v );\n\tr.yzw -= r.xyz * ShiftRight8;\treturn r * PackUpscale;\n}\nfloat unpackRGBAToDepth( const in vec4 v ) {\n\treturn dot( v, UnpackFactors );\n}\nfloat viewZToOrthographicDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( viewZ + near ) / ( near - far );\n}\nfloat orthographicDepthToViewZ( const in float linearClipZ, const in float near, const in float far ) {\n\treturn linearClipZ * ( near - far ) - near;\n}\nfloat viewZToPerspectiveDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn (( near + viewZ ) * far ) / (( far - near ) * viewZ );\n}\nfloat perspectiveDepthToViewZ( const in float invClipZ, const in float near, const in float far ) {\n\treturn ( near * far ) / ( ( far - near ) * invClipZ - far );\n}\n", +premultiplied_alpha_fragment:"#ifdef PREMULTIPLIED_ALPHA\n\tgl_FragColor.rgb *= gl_FragColor.a;\n#endif\n",project_vertex:"#ifdef USE_SKINNING\n\tvec4 mvPosition = modelViewMatrix * skinned;\n#else\n\tvec4 mvPosition = modelViewMatrix * vec4( transformed, 1.0 );\n#endif\ngl_Position = projectionMatrix * mvPosition;\n",dithering_fragment:"#if defined( DITHERING )\n gl_FragColor.rgb = dithering( gl_FragColor.rgb );\n#endif\n",dithering_pars_fragment:"#if defined( DITHERING )\n\tvec3 dithering( vec3 color ) {\n\t\tfloat grid_position = rand( gl_FragCoord.xy );\n\t\tvec3 dither_shift_RGB = vec3( 0.25 / 255.0, -0.25 / 255.0, 0.25 / 255.0 );\n\t\tdither_shift_RGB = mix( 2.0 * dither_shift_RGB, -2.0 * dither_shift_RGB, grid_position );\n\t\treturn color + dither_shift_RGB;\n\t}\n#endif\n", +roughnessmap_fragment:"float roughnessFactor = roughness;\n#ifdef USE_ROUGHNESSMAP\n\tvec4 texelRoughness = texture2D( roughnessMap, vUv );\n\troughnessFactor *= texelRoughness.g;\n#endif\n",roughnessmap_pars_fragment:"#ifdef USE_ROUGHNESSMAP\n\tuniform sampler2D roughnessMap;\n#endif",shadowmap_pars_fragment:"#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHTS > 0\n\t\tuniform sampler2D directionalShadowMap[ NUM_DIR_LIGHTS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHTS ];\n\t#endif\n\t#if NUM_SPOT_LIGHTS > 0\n\t\tuniform sampler2D spotShadowMap[ NUM_SPOT_LIGHTS ];\n\t\tvarying vec4 vSpotShadowCoord[ NUM_SPOT_LIGHTS ];\n\t#endif\n\t#if NUM_POINT_LIGHTS > 0\n\t\tuniform sampler2D pointShadowMap[ NUM_POINT_LIGHTS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHTS ];\n\t#endif\n\tfloat texture2DCompare( sampler2D depths, vec2 uv, float compare ) {\n\t\treturn step( compare, unpackRGBAToDepth( texture2D( depths, uv ) ) );\n\t}\n\tfloat texture2DShadowLerp( sampler2D depths, vec2 size, vec2 uv, float compare ) {\n\t\tconst vec2 offset = vec2( 0.0, 1.0 );\n\t\tvec2 texelSize = vec2( 1.0 ) / size;\n\t\tvec2 centroidUV = floor( uv * size + 0.5 ) / size;\n\t\tfloat lb = texture2DCompare( depths, centroidUV + texelSize * offset.xx, compare );\n\t\tfloat lt = texture2DCompare( depths, centroidUV + texelSize * offset.xy, compare );\n\t\tfloat rb = texture2DCompare( depths, centroidUV + texelSize * offset.yx, compare );\n\t\tfloat rt = texture2DCompare( depths, centroidUV + texelSize * offset.yy, compare );\n\t\tvec2 f = fract( uv * size + 0.5 );\n\t\tfloat a = mix( lb, lt, f.y );\n\t\tfloat b = mix( rb, rt, f.y );\n\t\tfloat c = mix( a, b, f.x );\n\t\treturn c;\n\t}\n\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\tshadowCoord.z += shadowBias;\n\t\tbvec4 inFrustumVec = bvec4 ( shadowCoord.x >= 0.0, shadowCoord.x <= 1.0, shadowCoord.y >= 0.0, shadowCoord.y <= 1.0 );\n\t\tbool inFrustum = all( inFrustumVec );\n\t\tbvec2 frustumTestVec = bvec2( inFrustum, shadowCoord.z <= 1.0 );\n\t\tbool frustumTest = all( frustumTestVec );\n\t\tif ( frustumTest ) {\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\tfloat dx0 = - texelSize.x * shadowRadius;\n\t\t\tfloat dy0 = - texelSize.y * shadowRadius;\n\t\t\tfloat dx1 = + texelSize.x * shadowRadius;\n\t\t\tfloat dy1 = + texelSize.y * shadowRadius;\n\t\t\treturn (\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy, shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, dy1 ), shadowCoord.z )\n\t\t\t) * ( 1.0 / 9.0 );\n\t\t#elif defined( SHADOWMAP_TYPE_PCF_SOFT )\n\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\tfloat dx0 = - texelSize.x * shadowRadius;\n\t\t\tfloat dy0 = - texelSize.y * shadowRadius;\n\t\t\tfloat dx1 = + texelSize.x * shadowRadius;\n\t\t\tfloat dy1 = + texelSize.y * shadowRadius;\n\t\t\treturn (\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( 0.0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx1, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx0, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy, shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx1, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( 0.0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DShadowLerp( shadowMap, shadowMapSize, shadowCoord.xy + vec2( dx1, dy1 ), shadowCoord.z )\n\t\t\t) * ( 1.0 / 9.0 );\n\t\t#else\n\t\t\treturn texture2DCompare( shadowMap, shadowCoord.xy, shadowCoord.z );\n\t\t#endif\n\t\t}\n\t\treturn 1.0;\n\t}\n\tvec2 cubeToUV( vec3 v, float texelSizeY ) {\n\t\tvec3 absV = abs( v );\n\t\tfloat scaleToCube = 1.0 / max( absV.x, max( absV.y, absV.z ) );\n\t\tabsV *= scaleToCube;\n\t\tv *= scaleToCube * ( 1.0 - 2.0 * texelSizeY );\n\t\tvec2 planar = v.xy;\n\t\tfloat almostATexel = 1.5 * texelSizeY;\n\t\tfloat almostOne = 1.0 - almostATexel;\n\t\tif ( absV.z >= almostOne ) {\n\t\t\tif ( v.z > 0.0 )\n\t\t\t\tplanar.x = 4.0 - v.x;\n\t\t} else if ( absV.x >= almostOne ) {\n\t\t\tfloat signX = sign( v.x );\n\t\t\tplanar.x = v.z * signX + 2.0 * signX;\n\t\t} else if ( absV.y >= almostOne ) {\n\t\t\tfloat signY = sign( v.y );\n\t\t\tplanar.x = v.x + 2.0 * signY + 2.0;\n\t\t\tplanar.y = v.z * signY - 2.0;\n\t\t}\n\t\treturn vec2( 0.125, 0.25 ) * planar + vec2( 0.375, 0.75 );\n\t}\n\tfloat getPointShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\tvec2 texelSize = vec2( 1.0 ) / ( shadowMapSize * vec2( 4.0, 2.0 ) );\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\tfloat dp = ( length( lightToPosition ) - shadowBias ) / 1000.0;\n\t\t#if defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_PCF_SOFT )\n\t\t\tvec2 offset = vec2( - 1, 1 ) * shadowRadius * texelSize.y;\n\t\t\treturn (\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xyy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yyy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xyx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yyx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xxy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yxy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xxx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yxx, texelSize.y ), dp )\n\t\t\t) * ( 1.0 / 9.0 );\n\t\t#else\n\t\t\treturn texture2DCompare( shadowMap, cubeToUV( bd3D, texelSize.y ), dp );\n\t\t#endif\n\t}\n#endif\n", +shadowmap_pars_vertex:"#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHTS > 0\n\t\tuniform mat4 directionalShadowMatrix[ NUM_DIR_LIGHTS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHTS ];\n\t#endif\n\t#if NUM_SPOT_LIGHTS > 0\n\t\tuniform mat4 spotShadowMatrix[ NUM_SPOT_LIGHTS ];\n\t\tvarying vec4 vSpotShadowCoord[ NUM_SPOT_LIGHTS ];\n\t#endif\n\t#if NUM_POINT_LIGHTS > 0\n\t\tuniform mat4 pointShadowMatrix[ NUM_POINT_LIGHTS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHTS ];\n\t#endif\n#endif\n", +shadowmap_vertex:"#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tvDirectionalShadowCoord[ i ] = directionalShadowMatrix[ i ] * worldPosition;\n\t}\n\t#endif\n\t#if NUM_SPOT_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tvSpotShadowCoord[ i ] = spotShadowMatrix[ i ] * worldPosition;\n\t}\n\t#endif\n\t#if NUM_POINT_LIGHTS > 0\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tvPointShadowCoord[ i ] = pointShadowMatrix[ i ] * worldPosition;\n\t}\n\t#endif\n#endif\n", +shadowmask_pars_fragment:"float getShadowMask() {\n\tfloat shadow = 1.0;\n\t#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHTS > 0\n\tDirectionalLight directionalLight;\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tdirectionalLight = directionalLights[ i ];\n\t\tshadow *= bool( directionalLight.shadow ) ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t}\n\t#endif\n\t#if NUM_SPOT_LIGHTS > 0\n\tSpotLight spotLight;\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tspotLight = spotLights[ i ];\n\t\tshadow *= bool( spotLight.shadow ) ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowBias, spotLight.shadowRadius, vSpotShadowCoord[ i ] ) : 1.0;\n\t}\n\t#endif\n\t#if NUM_POINT_LIGHTS > 0\n\tPointLight pointLight;\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tpointLight = pointLights[ i ];\n\t\tshadow *= bool( pointLight.shadow ) ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ] ) : 1.0;\n\t}\n\t#endif\n\t#endif\n\treturn shadow;\n}\n", +skinbase_vertex:"#ifdef USE_SKINNING\n\tmat4 boneMatX = getBoneMatrix( skinIndex.x );\n\tmat4 boneMatY = getBoneMatrix( skinIndex.y );\n\tmat4 boneMatZ = getBoneMatrix( skinIndex.z );\n\tmat4 boneMatW = getBoneMatrix( skinIndex.w );\n#endif",skinning_pars_vertex:"#ifdef USE_SKINNING\n\tuniform mat4 bindMatrix;\n\tuniform mat4 bindMatrixInverse;\n\t#ifdef BONE_TEXTURE\n\t\tuniform sampler2D boneTexture;\n\t\tuniform int boneTextureSize;\n\t\tmat4 getBoneMatrix( const in float i ) {\n\t\t\tfloat j = i * 4.0;\n\t\t\tfloat x = mod( j, float( boneTextureSize ) );\n\t\t\tfloat y = floor( j / float( boneTextureSize ) );\n\t\t\tfloat dx = 1.0 / float( boneTextureSize );\n\t\t\tfloat dy = 1.0 / float( boneTextureSize );\n\t\t\ty = dy * ( y + 0.5 );\n\t\t\tvec4 v1 = texture2D( boneTexture, vec2( dx * ( x + 0.5 ), y ) );\n\t\t\tvec4 v2 = texture2D( boneTexture, vec2( dx * ( x + 1.5 ), y ) );\n\t\t\tvec4 v3 = texture2D( boneTexture, vec2( dx * ( x + 2.5 ), y ) );\n\t\t\tvec4 v4 = texture2D( boneTexture, vec2( dx * ( x + 3.5 ), y ) );\n\t\t\tmat4 bone = mat4( v1, v2, v3, v4 );\n\t\t\treturn bone;\n\t\t}\n\t#else\n\t\tuniform mat4 boneMatrices[ MAX_BONES ];\n\t\tmat4 getBoneMatrix( const in float i ) {\n\t\t\tmat4 bone = boneMatrices[ int(i) ];\n\t\t\treturn bone;\n\t\t}\n\t#endif\n#endif\n", +skinning_vertex:"#ifdef USE_SKINNING\n\tvec4 skinVertex = bindMatrix * vec4( transformed, 1.0 );\n\tvec4 skinned = vec4( 0.0 );\n\tskinned += boneMatX * skinVertex * skinWeight.x;\n\tskinned += boneMatY * skinVertex * skinWeight.y;\n\tskinned += boneMatZ * skinVertex * skinWeight.z;\n\tskinned += boneMatW * skinVertex * skinWeight.w;\n\tskinned = bindMatrixInverse * skinned;\n#endif\n",skinnormal_vertex:"#ifdef USE_SKINNING\n\tmat4 skinMatrix = mat4( 0.0 );\n\tskinMatrix += skinWeight.x * boneMatX;\n\tskinMatrix += skinWeight.y * boneMatY;\n\tskinMatrix += skinWeight.z * boneMatZ;\n\tskinMatrix += skinWeight.w * boneMatW;\n\tskinMatrix = bindMatrixInverse * skinMatrix * bindMatrix;\n\tobjectNormal = vec4( skinMatrix * vec4( objectNormal, 0.0 ) ).xyz;\n#endif\n", +specularmap_fragment:"float specularStrength;\n#ifdef USE_SPECULARMAP\n\tvec4 texelSpecular = texture2D( specularMap, vUv );\n\tspecularStrength = texelSpecular.r;\n#else\n\tspecularStrength = 1.0;\n#endif",specularmap_pars_fragment:"#ifdef USE_SPECULARMAP\n\tuniform sampler2D specularMap;\n#endif",tonemapping_fragment:"#if defined( TONE_MAPPING )\n gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );\n#endif\n",tonemapping_pars_fragment:"#define saturate(a) clamp( a, 0.0, 1.0 )\nuniform float toneMappingExposure;\nuniform float toneMappingWhitePoint;\nvec3 LinearToneMapping( vec3 color ) {\n\treturn toneMappingExposure * color;\n}\nvec3 ReinhardToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\treturn saturate( color / ( vec3( 1.0 ) + color ) );\n}\n#define Uncharted2Helper( x ) max( ( ( x * ( 0.15 * x + 0.10 * 0.50 ) + 0.20 * 0.02 ) / ( x * ( 0.15 * x + 0.50 ) + 0.20 * 0.30 ) ) - 0.02 / 0.30, vec3( 0.0 ) )\nvec3 Uncharted2ToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\treturn saturate( Uncharted2Helper( color ) / Uncharted2Helper( vec3( toneMappingWhitePoint ) ) );\n}\nvec3 OptimizedCineonToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\tcolor = max( vec3( 0.0 ), color - 0.004 );\n\treturn pow( ( color * ( 6.2 * color + 0.5 ) ) / ( color * ( 6.2 * color + 1.7 ) + 0.06 ), vec3( 2.2 ) );\n}\n", +uv_pars_fragment:"#if defined( USE_MAP ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( USE_SPECULARMAP ) || defined( USE_ALPHAMAP ) || defined( USE_EMISSIVEMAP ) || defined( USE_ROUGHNESSMAP ) || defined( USE_METALNESSMAP )\n\tvarying vec2 vUv;\n#endif",uv_pars_vertex:"#if defined( USE_MAP ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( USE_SPECULARMAP ) || defined( USE_ALPHAMAP ) || defined( USE_EMISSIVEMAP ) || defined( USE_ROUGHNESSMAP ) || defined( USE_METALNESSMAP )\n\tvarying vec2 vUv;\n\tuniform vec4 offsetRepeat;\n#endif\n", +uv_vertex:"#if defined( USE_MAP ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( USE_SPECULARMAP ) || defined( USE_ALPHAMAP ) || defined( USE_EMISSIVEMAP ) || defined( USE_ROUGHNESSMAP ) || defined( USE_METALNESSMAP )\n\tvUv = uv * offsetRepeat.zw + offsetRepeat.xy;\n#endif",uv2_pars_fragment:"#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tvarying vec2 vUv2;\n#endif",uv2_pars_vertex:"#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tattribute vec2 uv2;\n\tvarying vec2 vUv2;\n#endif", +uv2_vertex:"#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tvUv2 = uv2;\n#endif",worldpos_vertex:"#if defined( USE_ENVMAP ) || defined( PHONG ) || defined( PHYSICAL ) || defined( LAMBERT ) || defined ( USE_SHADOWMAP )\n\t#ifdef USE_SKINNING\n\t\tvec4 worldPosition = modelMatrix * skinned;\n\t#else\n\t\tvec4 worldPosition = modelMatrix * vec4( transformed, 1.0 );\n\t#endif\n#endif\n",cube_frag:"uniform samplerCube tCube;\nuniform float tFlip;\nuniform float opacity;\nvarying vec3 vWorldPosition;\n#include \nvoid main() {\n\tgl_FragColor = textureCube( tCube, vec3( tFlip * vWorldPosition.x, vWorldPosition.yz ) );\n\tgl_FragColor.a *= opacity;\n}\n", +cube_vert:"varying vec3 vWorldPosition;\n#include \nvoid main() {\n\tvWorldPosition = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n}\n",depth_frag:"#if DEPTH_PACKING == 3200\n\tuniform float opacity;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( 1.0 );\n\t#if DEPTH_PACKING == 3200\n\t\tdiffuseColor.a = opacity;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#if DEPTH_PACKING == 3200\n\t\tgl_FragColor = vec4( vec3( gl_FragCoord.z ), opacity );\n\t#elif DEPTH_PACKING == 3201\n\t\tgl_FragColor = packDepthToRGBA( gl_FragCoord.z );\n\t#endif\n}\n", +depth_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +distanceRGBA_frag:"uniform vec3 lightPos;\nvarying vec4 vWorldPosition;\n#include \n#include \n#include \nvoid main () {\n\t#include \n\tgl_FragColor = packDepthToRGBA( length( vWorldPosition.xyz - lightPos.xyz ) / 1000.0 );\n}\n",distanceRGBA_vert:"varying vec4 vWorldPosition;\n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvWorldPosition = worldPosition;\n}\n", +equirect_frag:"uniform sampler2D tEquirect;\nuniform float tFlip;\nvarying vec3 vWorldPosition;\n#include \nvoid main() {\n\tvec3 direction = normalize( vWorldPosition );\n\tvec2 sampleUV;\n\tsampleUV.y = saturate( tFlip * direction.y * -0.5 + 0.5 );\n\tsampleUV.x = atan( direction.z, direction.x ) * RECIPROCAL_PI2 + 0.5;\n\tgl_FragColor = texture2D( tEquirect, sampleUV );\n}\n",equirect_vert:"varying vec3 vWorldPosition;\n#include \nvoid main() {\n\tvWorldPosition = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n}\n", +linedashed_frag:"uniform vec3 diffuse;\nuniform float opacity;\nuniform float dashSize;\nuniform float totalSize;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tif ( mod( vLineDistance, totalSize ) > dashSize ) {\n\t\tdiscard;\n\t}\n\tvec3 outgoingLight = vec3( 0.0 );\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +linedashed_vert:"uniform float scale;\nattribute float lineDistance;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvLineDistance = scale * lineDistance;\n\tvec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );\n\tgl_Position = projectionMatrix * mvPosition;\n\t#include \n\t#include \n\t#include \n}\n", +meshbasic_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\t#ifdef USE_LIGHTMAP\n\t\treflectedLight.indirectDiffuse += texture2D( lightMap, vUv2 ).xyz * lightMapIntensity;\n\t#else\n\t\treflectedLight.indirectDiffuse += vec3( 1.0 );\n\t#endif\n\t#include \n\treflectedLight.indirectDiffuse *= diffuseColor.rgb;\n\tvec3 outgoingLight = reflectedLight.indirectDiffuse;\n\t#include \n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshbasic_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_ENVMAP\n\t#include \n\t#include \n\t#include \n\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshlambert_frag:"uniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\nvarying vec3 vLightFront;\n#ifdef DOUBLE_SIDED\n\tvarying vec3 vLightBack;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\treflectedLight.indirectDiffuse = getAmbientLightIrradiance( ambientLightColor );\n\t#include \n\treflectedLight.indirectDiffuse *= BRDF_Diffuse_Lambert( diffuseColor.rgb );\n\t#ifdef DOUBLE_SIDED\n\t\treflectedLight.directDiffuse = ( gl_FrontFacing ) ? vLightFront : vLightBack;\n\t#else\n\t\treflectedLight.directDiffuse = vLightFront;\n\t#endif\n\treflectedLight.directDiffuse *= BRDF_Diffuse_Lambert( diffuseColor.rgb ) * getShadowMask();\n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshlambert_vert:"#define LAMBERT\nvarying vec3 vLightFront;\n#ifdef DOUBLE_SIDED\n\tvarying vec3 vLightBack;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshphong_frag:"#define PHONG\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform vec3 specular;\nuniform float shininess;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshphong_vert:"#define PHONG\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshphysical_frag:"#define PHYSICAL\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float roughness;\nuniform float metalness;\nuniform float opacity;\n#ifndef STANDARD\n\tuniform float clearCoat;\n\tuniform float clearCoatRoughness;\n#endif\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +meshphysical_vert:"#define PHYSICAL\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n}\n", +normal_frag:"#define NORMAL\nuniform float opacity;\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP )\n\tvarying vec3 vViewPosition;\n#endif\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\tgl_FragColor = vec4( packNormalToRGB( normal ), opacity );\n}\n", +normal_vert:"#define NORMAL\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP )\n\tvarying vec3 vViewPosition;\n#endif\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP )\n\tvViewPosition = - mvPosition.xyz;\n#endif\n}\n", +points_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +points_vert:"uniform float size;\nuniform float scale;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#ifdef USE_SIZEATTENUATION\n\t\tgl_PointSize = size * ( scale / - mvPosition.z );\n\t#else\n\t\tgl_PointSize = size;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}\n", +shadow_frag:"uniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tgl_FragColor = vec4( 0.0, 0.0, 0.0, opacity * ( 1.0 - getShadowMask() ) );\n}\n",shadow_vert:"#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n}\n"},ab={basic:{uniforms:Ha.merge([V.common, +V.aomap,V.lightmap,V.fog]),vertexShader:U.meshbasic_vert,fragmentShader:U.meshbasic_frag},lambert:{uniforms:Ha.merge([V.common,V.aomap,V.lightmap,V.emissivemap,V.fog,V.lights,{emissive:{value:new H(0)}}]),vertexShader:U.meshlambert_vert,fragmentShader:U.meshlambert_frag},phong:{uniforms:Ha.merge([V.common,V.aomap,V.lightmap,V.emissivemap,V.bumpmap,V.normalmap,V.displacementmap,V.gradientmap,V.fog,V.lights,{emissive:{value:new H(0)},specular:{value:new H(1118481)},shininess:{value:30}}]),vertexShader:U.meshphong_vert, +fragmentShader:U.meshphong_frag},standard:{uniforms:Ha.merge([V.common,V.aomap,V.lightmap,V.emissivemap,V.bumpmap,V.normalmap,V.displacementmap,V.roughnessmap,V.metalnessmap,V.fog,V.lights,{emissive:{value:new H(0)},roughness:{value:.5},metalness:{value:.5},envMapIntensity:{value:1}}]),vertexShader:U.meshphysical_vert,fragmentShader:U.meshphysical_frag},points:{uniforms:Ha.merge([V.points,V.fog]),vertexShader:U.points_vert,fragmentShader:U.points_frag},dashed:{uniforms:Ha.merge([V.common,V.fog,{scale:{value:1}, +dashSize:{value:1},totalSize:{value:2}}]),vertexShader:U.linedashed_vert,fragmentShader:U.linedashed_frag},depth:{uniforms:Ha.merge([V.common,V.displacementmap]),vertexShader:U.depth_vert,fragmentShader:U.depth_frag},normal:{uniforms:Ha.merge([V.common,V.bumpmap,V.normalmap,V.displacementmap,{opacity:{value:1}}]),vertexShader:U.normal_vert,fragmentShader:U.normal_frag},cube:{uniforms:{tCube:{value:null},tFlip:{value:-1},opacity:{value:1}},vertexShader:U.cube_vert,fragmentShader:U.cube_frag},equirect:{uniforms:{tEquirect:{value:null}, +tFlip:{value:-1}},vertexShader:U.equirect_vert,fragmentShader:U.equirect_frag},distanceRGBA:{uniforms:{lightPos:{value:new p}},vertexShader:U.distanceRGBA_vert,fragmentShader:U.distanceRGBA_frag}};ab.physical={uniforms:Ha.merge([ab.standard.uniforms,{clearCoat:{value:0},clearCoatRoughness:{value:0}}]),vertexShader:U.meshphysical_vert,fragmentShader:U.meshphysical_frag};Object.assign(id.prototype,{set:function(a,b){this.min.copy(a);this.max.copy(b);return this},setFromPoints:function(a){this.makeEmpty(); +for(var b=0,c=a.length;bthis.max.x||a.ythis.max.y?!1:!0},containsBox:function(a){return this.min.x<=a.min.x&&a.max.x<=this.max.x&&this.min.y<=a.min.y&&a.max.y<=this.max.y},getParameter:function(a,b){return(b||new D).set((a.x-this.min.x)/(this.max.x-this.min.x),(a.y-this.min.y)/(this.max.y-this.min.y))},intersectsBox:function(a){return a.max.xthis.max.x||a.max.ythis.max.y?!1:!0},clampPoint:function(a,b){return(b||new D).copy(a).clamp(this.min,this.max)}, +distanceToPoint:function(){var a=new D;return function(b){return a.copy(b).clamp(this.min,this.max).sub(b).length()}}(),intersect:function(a){this.min.max(a.min);this.max.min(a.max);return this},union:function(a){this.min.min(a.min);this.max.max(a.max);return this},translate:function(a){this.min.add(a);this.max.add(a);return this},equals:function(a){return a.min.equals(this.min)&&a.max.equals(this.max)}});var Kf=0;Object.assign(Z.prototype,sa.prototype,{isMaterial:!0,setValues:function(a){if(void 0!== +a)for(var b in a){var c=a[b];if(void 0===c)console.warn("THREE.Material: '"+b+"' parameter is undefined.");else{var d=this[b];void 0===d?console.warn("THREE."+this.type+": '"+b+"' is not a property of this material."):d&&d.isColor?d.set(c):d&&d.isVector3&&c&&c.isVector3?d.copy(c):this[b]="overdraw"===b?Number(c):c}}},toJSON:function(a){function b(a){var b=[],c;for(c in a){var d=a[c];delete d.metadata;b.push(d)}return b}var c=void 0===a;c&&(a={textures:{},images:{}});var d={metadata:{version:4.5,type:"Material", +generator:"Material.toJSON"}};d.uuid=this.uuid;d.type=this.type;""!==this.name&&(d.name=this.name);this.color&&this.color.isColor&&(d.color=this.color.getHex());void 0!==this.roughness&&(d.roughness=this.roughness);void 0!==this.metalness&&(d.metalness=this.metalness);this.emissive&&this.emissive.isColor&&(d.emissive=this.emissive.getHex());this.specular&&this.specular.isColor&&(d.specular=this.specular.getHex());void 0!==this.shininess&&(d.shininess=this.shininess);void 0!==this.clearCoat&&(d.clearCoat= +this.clearCoat);void 0!==this.clearCoatRoughness&&(d.clearCoatRoughness=this.clearCoatRoughness);this.map&&this.map.isTexture&&(d.map=this.map.toJSON(a).uuid);this.alphaMap&&this.alphaMap.isTexture&&(d.alphaMap=this.alphaMap.toJSON(a).uuid);this.lightMap&&this.lightMap.isTexture&&(d.lightMap=this.lightMap.toJSON(a).uuid);this.bumpMap&&this.bumpMap.isTexture&&(d.bumpMap=this.bumpMap.toJSON(a).uuid,d.bumpScale=this.bumpScale);this.normalMap&&this.normalMap.isTexture&&(d.normalMap=this.normalMap.toJSON(a).uuid, +d.normalScale=this.normalScale.toArray());this.displacementMap&&this.displacementMap.isTexture&&(d.displacementMap=this.displacementMap.toJSON(a).uuid,d.displacementScale=this.displacementScale,d.displacementBias=this.displacementBias);this.roughnessMap&&this.roughnessMap.isTexture&&(d.roughnessMap=this.roughnessMap.toJSON(a).uuid);this.metalnessMap&&this.metalnessMap.isTexture&&(d.metalnessMap=this.metalnessMap.toJSON(a).uuid);this.emissiveMap&&this.emissiveMap.isTexture&&(d.emissiveMap=this.emissiveMap.toJSON(a).uuid); +this.specularMap&&this.specularMap.isTexture&&(d.specularMap=this.specularMap.toJSON(a).uuid);this.envMap&&this.envMap.isTexture&&(d.envMap=this.envMap.toJSON(a).uuid,d.reflectivity=this.reflectivity);this.gradientMap&&this.gradientMap.isTexture&&(d.gradientMap=this.gradientMap.toJSON(a).uuid);void 0!==this.size&&(d.size=this.size);void 0!==this.sizeAttenuation&&(d.sizeAttenuation=this.sizeAttenuation);1!==this.blending&&(d.blending=this.blending);2!==this.shading&&(d.shading=this.shading);0!==this.side&& +(d.side=this.side);0!==this.vertexColors&&(d.vertexColors=this.vertexColors);1>this.opacity&&(d.opacity=this.opacity);!0===this.transparent&&(d.transparent=this.transparent);d.depthFunc=this.depthFunc;d.depthTest=this.depthTest;d.depthWrite=this.depthWrite;0e&&(e=m);l>f&&(f=l);q>g&&(g=q)}this.min.set(b,c,d);this.max.set(e, +f,g);return this},setFromBufferAttribute:function(a){for(var b=Infinity,c=Infinity,d=Infinity,e=-Infinity,f=-Infinity,g=-Infinity,h=0,k=a.count;he&&(e=m);l>f&&(f=l);q>g&&(g=q)}this.min.set(b,c,d);this.max.set(e,f,g);return this},setFromPoints:function(a){this.makeEmpty();for(var b=0,c=a.length;bthis.max.x||a.ythis.max.y||a.zthis.max.z?!1:!0},containsBox:function(a){return this.min.x<= +a.min.x&&a.max.x<=this.max.x&&this.min.y<=a.min.y&&a.max.y<=this.max.y&&this.min.z<=a.min.z&&a.max.z<=this.max.z},getParameter:function(a,b){return(b||new p).set((a.x-this.min.x)/(this.max.x-this.min.x),(a.y-this.min.y)/(this.max.y-this.min.y),(a.z-this.min.z)/(this.max.z-this.min.z))},intersectsBox:function(a){return a.max.xthis.max.x||a.max.ythis.max.y||a.max.zthis.max.z?!1:!0},intersectsSphere:function(){var a=new p;return function(b){this.clampPoint(b.center, +a);return a.distanceToSquared(b.center)<=b.radius*b.radius}}(),intersectsPlane:function(a){var b,c;0=a.constant},clampPoint:function(a, +b){return(b||new p).copy(a).clamp(this.min,this.max)},distanceToPoint:function(){var a=new p;return function(b){return a.copy(b).clamp(this.min,this.max).sub(b).length()}}(),getBoundingSphere:function(){var a=new p;return function(b){b=b||new Ga;this.getCenter(b.center);b.radius=.5*this.getSize(a).length();return b}}(),intersect:function(a){this.min.max(a.min);this.max.min(a.max);this.isEmpty()&&this.makeEmpty();return this},union:function(a){this.min.min(a.min);this.max.max(a.max);return this},applyMatrix4:function(){var a= +[new p,new p,new p,new p,new p,new p,new p,new p];return function(b){if(this.isEmpty())return this;a[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(b);a[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(b);a[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(b);a[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(b);a[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(b);a[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(b);a[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(b); +a[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(b);this.setFromPoints(a);return this}}(),translate:function(a){this.min.add(a);this.max.add(a);return this},equals:function(a){return a.min.equals(this.min)&&a.max.equals(this.max)}});Object.assign(Ga.prototype,{set:function(a,b){this.center.copy(a);this.radius=b;return this},setFromPoints:function(){var a=new Ta;return function(b,c){var d=this.center;void 0!==c?d.copy(c):a.setFromPoints(b).getCenter(d);for(var e=0,f=0,g=b.length;f=this.radius},containsPoint:function(a){return a.distanceToSquared(this.center)<=this.radius*this.radius},distanceToPoint:function(a){return a.distanceTo(this.center)-this.radius},intersectsSphere:function(a){var b=this.radius+a.radius;return a.center.distanceToSquared(this.center)<= +b*b},intersectsBox:function(a){return a.intersectsSphere(this)},intersectsPlane:function(a){return Math.abs(this.center.dot(a.normal)-a.constant)<=this.radius},clampPoint:function(a,b){var c=this.center.distanceToSquared(a),d=b||new p;d.copy(a);c>this.radius*this.radius&&(d.sub(this.center).normalize(),d.multiplyScalar(this.radius).add(this.center));return d},getBoundingBox:function(a){a=a||new Ta;a.set(this.center,this.center);a.expandByScalar(this.radius);return a},applyMatrix4:function(a){this.center.applyMatrix4(a); +this.radius*=a.getMaxScaleOnAxis();return this},translate:function(a){this.center.add(a);return this},equals:function(a){return a.center.equals(this.center)&&a.radius===this.radius}});Object.assign(Ka.prototype,{isMatrix3:!0,set:function(a,b,c,d,e,f,g,h,k){var m=this.elements;m[0]=a;m[1]=d;m[2]=g;m[3]=b;m[4]=e;m[5]=h;m[6]=c;m[7]=f;m[8]=k;return this},identity:function(){this.set(1,0,0,0,1,0,0,0,1);return this},clone:function(){return(new this.constructor).fromArray(this.elements)},copy:function(a){var b= +this.elements;a=a.elements;b[0]=a[0];b[1]=a[1];b[2]=a[2];b[3]=a[3];b[4]=a[4];b[5]=a[5];b[6]=a[6];b[7]=a[7];b[8]=a[8];return this},setFromMatrix4:function(a){a=a.elements;this.set(a[0],a[4],a[8],a[1],a[5],a[9],a[2],a[6],a[10]);return this},applyToBufferAttribute:function(){var a=new p;return function(b){for(var c=0,d=b.count;cc;c++)if(b[c]!==a[c])return!1;return!0},fromArray:function(a,b){void 0===b&&(b=0);for(var c=0;9>c;c++)this.elements[c]=a[c+b];return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);var c=this.elements;a[b]=c[0];a[b+1]=c[1];a[b+2]=c[2];a[b+3]=c[3];a[b+4]=c[4];a[b+5]=c[5];a[b+6]=c[6];a[b+7]=c[7];a[b+8]= +c[8];return a}});Object.assign(wa.prototype,{set:function(a,b){this.normal.copy(a);this.constant=b;return this},setComponents:function(a,b,c,d){this.normal.set(a,b,c);this.constant=d;return this},setFromNormalAndCoplanarPoint:function(a,b){this.normal.copy(a);this.constant=-b.dot(this.normal);return this},setFromCoplanarPoints:function(){var a=new p,b=new p;return function(c,d,e){d=a.subVectors(e,d).cross(b.subVectors(c,d)).normalize();this.setFromNormalAndCoplanarPoint(d,c);return this}}(),clone:function(){return(new this.constructor).copy(this)}, +copy:function(a){this.normal.copy(a.normal);this.constant=a.constant;return this},normalize:function(){var a=1/this.normal.length();this.normal.multiplyScalar(a);this.constant*=a;return this},negate:function(){this.constant*=-1;this.normal.negate();return this},distanceToPoint:function(a){return this.normal.dot(a)+this.constant},distanceToSphere:function(a){return this.distanceToPoint(a.center)-a.radius},projectPoint:function(a,b){return this.orthoPoint(a,b).sub(a).negate()},orthoPoint:function(a, +b){var c=this.distanceToPoint(a);return(b||new p).copy(this.normal).multiplyScalar(c)},intersectLine:function(){var a=new p;return function(b,c){var d=c||new p,e=b.delta(a),f=this.normal.dot(e);if(0===f){if(0===this.distanceToPoint(b.start))return d.copy(b.start)}else return f=-(b.start.dot(this.normal)+this.constant)/f,0>f||1b&&0a&&0c;c++)b[c].copy(a.planes[c]);return this},setFromMatrix:function(a){var b=this.planes,c=a.elements;a=c[0];var d=c[1],e=c[2],f=c[3],g=c[4],h=c[5],k=c[6],m=c[7],l=c[8],q=c[9],n=c[10],r=c[11],p=c[12],t=c[13], +y=c[14],c=c[15];b[0].setComponents(f-a,m-g,r-l,c-p).normalize();b[1].setComponents(f+a,m+g,r+l,c+p).normalize();b[2].setComponents(f+d,m+h,r+q,c+t).normalize();b[3].setComponents(f-d,m-h,r-q,c-t).normalize();b[4].setComponents(f-e,m-k,r-n,c-y).normalize();b[5].setComponents(f+e,m+k,r+n,c+y).normalize();return this},intersectsObject:function(){var a=new Ga;return function(b){var c=b.geometry;null===c.boundingSphere&&c.computeBoundingSphere();a.copy(c.boundingSphere).applyMatrix4(b.matrixWorld);return this.intersectsSphere(a)}}(), +intersectsSprite:function(){var a=new Ga;return function(b){a.center.set(0,0,0);a.radius=.7071067811865476;a.applyMatrix4(b.matrixWorld);return this.intersectsSphere(a)}}(),intersectsSphere:function(a){var b=this.planes,c=a.center;a=-a.radius;for(var d=0;6>d;d++)if(b[d].distanceToPoint(c)e;e++){var f=d[e];a.x=0g&&0>f)return!1}return!0}}(),containsPoint:function(a){for(var b=this.planes,c=0;6>c;c++)if(0>b[c].distanceToPoint(a))return!1;return!0}});Object.assign(hb.prototype,{set:function(a,b){this.origin.copy(a);this.direction.copy(b);return this},clone:function(){return(new this.constructor).copy(this)},copy:function(a){this.origin.copy(a.origin); +this.direction.copy(a.direction);return this},at:function(a,b){return(b||new p).copy(this.direction).multiplyScalar(a).add(this.origin)},lookAt:function(a){this.direction.copy(a).sub(this.origin).normalize();return this},recast:function(){var a=new p;return function(b){this.origin.copy(this.at(b,a));return this}}(),closestPointToPoint:function(a,b){var c=b||new p;c.subVectors(a,this.origin);var d=c.dot(this.direction);return 0>d?c.copy(this.origin):c.copy(this.direction).multiplyScalar(d).add(this.origin)}, +distanceToPoint:function(a){return Math.sqrt(this.distanceSqToPoint(a))},distanceSqToPoint:function(){var a=new p;return function(b){var c=a.subVectors(b,this.origin).dot(this.direction);if(0>c)return this.origin.distanceToSquared(b);a.copy(this.direction).multiplyScalar(c).add(this.origin);return a.distanceToSquared(b)}}(),distanceSqToSegment:function(){var a=new p,b=new p,c=new p;return function(d,e,f,g){a.copy(d).add(e).multiplyScalar(.5);b.copy(e).sub(d).normalize();c.copy(this.origin).sub(a); +var h=.5*d.distanceTo(e),k=-this.direction.dot(b),m=c.dot(this.direction),l=-c.dot(b),q=c.lengthSq(),n=Math.abs(1-k*k),r;0=-r?e<=r?(h=1/n,d*=h,e*=h,k=d*(d+k*e+2*m)+e*(k*d+e+2*l)+q):(e=h,d=Math.max(0,-(k*e+m)),k=-d*d+e*(e+2*l)+q):(e=-h,d=Math.max(0,-(k*e+m)),k=-d*d+e*(e+2*l)+q):e<=-r?(d=Math.max(0,-(-k*h+m)),e=0f)return null;f=Math.sqrt(f-e);e=d-f;d+=f;return 0>e&&0>d?null:0>e?this.at(d,c):this.at(e,c)}}(),intersectsSphere:function(a){return this.distanceToPoint(a.center)<= +a.radius},distanceToPlane:function(a){var b=a.normal.dot(this.direction);if(0===b)return 0===a.distanceToPoint(this.origin)?0:null;a=-(this.origin.dot(a.normal)+a.constant)/b;return 0<=a?a:null},intersectPlane:function(a,b){var c=this.distanceToPlane(a);return null===c?null:this.at(c,b)},intersectsPlane:function(a){var b=a.distanceToPoint(this.origin);return 0===b||0>a.normal.dot(this.direction)*b?!0:!1},intersectBox:function(a,b){var c,d,e,f,g;d=1/this.direction.x;f=1/this.direction.y;g=1/this.direction.z; +var h=this.origin;0<=d?(c=(a.min.x-h.x)*d,d*=a.max.x-h.x):(c=(a.max.x-h.x)*d,d*=a.min.x-h.x);0<=f?(e=(a.min.y-h.y)*f,f*=a.max.y-h.y):(e=(a.max.y-h.y)*f,f*=a.min.y-h.y);if(c>f||e>d)return null;if(e>c||c!==c)c=e;if(fg||e>d)return null;if(e>c||c!==c)c=e;if(gd?null:this.at(0<=c?c:d,b)},intersectsBox:function(){var a=new p;return function(b){return null!==this.intersectBox(b,a)}}(),intersectTriangle:function(){var a= +new p,b=new p,c=new p,d=new p;return function(e,f,g,h,k){b.subVectors(f,e);c.subVectors(g,e);d.crossVectors(b,c);f=this.direction.dot(d);if(0f)h=-1,f=-f;else return null;a.subVectors(this.origin,e);e=h*this.direction.dot(c.crossVectors(a,c));if(0>e)return null;g=h*this.direction.dot(b.cross(a));if(0>g||e+g>f)return null;e=-h*a.dot(d);return 0>e?null:this.at(e/f,k)}}(),applyMatrix4:function(a){this.direction.add(this.origin).applyMatrix4(a);this.origin.applyMatrix4(a); +this.direction.sub(this.origin);this.direction.normalize();return this},equals:function(a){return a.origin.equals(this.origin)&&a.direction.equals(this.direction)}});bb.RotationOrders="XYZ YZX ZXY XZY YXZ ZYX".split(" ");bb.DefaultOrder="XYZ";Object.defineProperties(bb.prototype,{x:{get:function(){return this._x},set:function(a){this._x=a;this.onChangeCallback()}},y:{get:function(){return this._y},set:function(a){this._y=a;this.onChangeCallback()}},z:{get:function(){return this._z},set:function(a){this._z= +a;this.onChangeCallback()}},order:{get:function(){return this._order},set:function(a){this._order=a;this.onChangeCallback()}}});Object.assign(bb.prototype,{isEuler:!0,set:function(a,b,c,d){this._x=a;this._y=b;this._z=c;this._order=d||this._order;this.onChangeCallback();return this},clone:function(){return new this.constructor(this._x,this._y,this._z,this._order)},copy:function(a){this._x=a._x;this._y=a._y;this._z=a._z;this._order=a._order;this.onChangeCallback();return this},setFromRotationMatrix:function(a, +b,c){var d=Y.clamp,e=a.elements;a=e[0];var f=e[4],g=e[8],h=e[1],k=e[5],m=e[9],l=e[2],q=e[6],e=e[10];b=b||this._order;"XYZ"===b?(this._y=Math.asin(d(g,-1,1)),.99999>Math.abs(g)?(this._x=Math.atan2(-m,e),this._z=Math.atan2(-f,a)):(this._x=Math.atan2(q,k),this._z=0)):"YXZ"===b?(this._x=Math.asin(-d(m,-1,1)),.99999>Math.abs(m)?(this._y=Math.atan2(g,e),this._z=Math.atan2(h,k)):(this._y=Math.atan2(-l,a),this._z=0)):"ZXY"===b?(this._x=Math.asin(d(q,-1,1)),.99999>Math.abs(q)?(this._y=Math.atan2(-l,e),this._z= +Math.atan2(-f,k)):(this._y=0,this._z=Math.atan2(h,a))):"ZYX"===b?(this._y=Math.asin(-d(l,-1,1)),.99999>Math.abs(l)?(this._x=Math.atan2(q,e),this._z=Math.atan2(h,a)):(this._x=0,this._z=Math.atan2(-f,k))):"YZX"===b?(this._z=Math.asin(d(h,-1,1)),.99999>Math.abs(h)?(this._x=Math.atan2(-m,k),this._y=Math.atan2(-l,a)):(this._x=0,this._y=Math.atan2(g,e))):"XZY"===b?(this._z=Math.asin(-d(f,-1,1)),.99999>Math.abs(f)?(this._x=Math.atan2(q,k),this._y=Math.atan2(g,a)):(this._x=Math.atan2(-m,e),this._y=0)):console.warn("THREE.Euler: .setFromRotationMatrix() given unsupported order: "+ +b);this._order=b;if(!1!==c)this.onChangeCallback();return this},setFromQuaternion:function(){var a=new J;return function(b,c,d){a.makeRotationFromQuaternion(b);return this.setFromRotationMatrix(a,c,d)}}(),setFromVector3:function(a,b){return this.set(a.x,a.y,a.z,b||this._order)},reorder:function(){var a=new qa;return function(b){a.setFromEuler(this);return this.setFromQuaternion(a,b)}}(),equals:function(a){return a._x===this._x&&a._y===this._y&&a._z===this._z&&a._order===this._order},fromArray:function(a){this._x= +a[0];this._y=a[1];this._z=a[2];void 0!==a[3]&&(this._order=a[3]);this.onChangeCallback();return this},toArray:function(a,b){void 0===a&&(a=[]);void 0===b&&(b=0);a[b]=this._x;a[b+1]=this._y;a[b+2]=this._z;a[b+3]=this._order;return a},toVector3:function(a){return a?a.set(this._x,this._y,this._z):new p(this._x,this._y,this._z)},onChange:function(a){this.onChangeCallback=a;return this},onChangeCallback:function(){}});Object.assign(Rd.prototype,{set:function(a){this.mask=1<=b.x+b.y}}()});Object.assign(Ua.prototype,{set:function(a,b,c){this.a.copy(a);this.b.copy(b);this.c.copy(c);return this},setFromPointsAndIndices:function(a,b,c,d){this.a.copy(a[b]);this.b.copy(a[c]);this.c.copy(a[d]);return this},clone:function(){return(new this.constructor).copy(this)}, +copy:function(a){this.a.copy(a.a);this.b.copy(a.b);this.c.copy(a.c);return this},area:function(){var a=new p,b=new p;return function(){a.subVectors(this.c,this.b);b.subVectors(this.a,this.b);return.5*a.cross(b).length()}}(),midpoint:function(a){return(a||new p).addVectors(this.a,this.b).add(this.c).multiplyScalar(1/3)},normal:function(a){return Ua.normal(this.a,this.b,this.c,a)},plane:function(a){return(a||new wa).setFromCoplanarPoints(this.a,this.b,this.c)},barycoordFromPoint:function(a,b){return Ua.barycoordFromPoint(a, +this.a,this.b,this.c,b)},containsPoint:function(a){return Ua.containsPoint(a,this.a,this.b,this.c)},closestPointToPoint:function(){var a=new wa,b=[new Hb,new Hb,new Hb],c=new p,d=new p;return function(e,f){var g=f||new p,h=Infinity;a.setFromCoplanarPoints(this.a,this.b,this.c);a.projectPoint(e,c);if(!0===this.containsPoint(c))g.copy(c);else{b[0].set(this.a,this.b);b[1].set(this.b,this.c);b[2].set(this.c,this.a);for(var k=0;kd;d++)if(e[d]===e[(d+1)%3]){a.push(f);break}for(f=a.length-1;0<=f;f--)for(e=a[f],this.faces.splice(e,1),c=0,g=this.faceVertexUvs.length;cb.far?null:{distance:c,point:x.clone(),object:a}}function c(c,d,e,f,m,l,u,q){g.fromBufferAttribute(f,l);h.fromBufferAttribute(f,u);k.fromBufferAttribute(f,q);if(c=b(c,d,e,g,h,k,y))m&&(n.fromBufferAttribute(m,l),r.fromBufferAttribute(m,u),z.fromBufferAttribute(m,q),c.uv=a(y,g,h,k,n,r,z)),c.face=new Va(l,u,q,Ua.normal(g, +h,k)),c.faceIndex=l;return c}var d=new J,e=new hb,f=new Ga,g=new p,h=new p,k=new p,m=new p,l=new p,q=new p,n=new D,r=new D,z=new D,t=new p,y=new p,x=new p;return function(p,t){var w=this.geometry,x=this.material,C=this.matrixWorld;if(void 0!==x&&(null===w.boundingSphere&&w.computeBoundingSphere(),f.copy(w.boundingSphere),f.applyMatrix4(C),!1!==p.ray.intersectsSphere(f)&&(d.getInverse(C),e.copy(p.ray).applyMatrix4(d),null===w.boundingBox||!1!==e.intersectsBox(w.boundingBox)))){var E;if(w.isBufferGeometry){var F, +D,x=w.index,B=w.attributes.position,C=w.attributes.uv,ca,I;if(null!==x)for(ca=0,I=x.count;caf||(f=d.ray.origin.distanceTo(a),fd.far||e.push({distance:f,point:a.clone(),face:null,object:this}))}}(),clone:function(){return(new this.constructor(this.material)).copy(this)}}); +Bc.prototype=Object.assign(Object.create(B.prototype),{constructor:Bc,copy:function(a){B.prototype.copy.call(this,a,!1);a=a.levels;for(var b=0,c=a.length;b=d[e].distance)d[e-1].object.visible=!1,d[e].object.visible=!0;else break; +for(;ef||(l.applyMatrix4(this.matrixWorld),t=d.ray.origin.distanceTo(l),td.far||e.push({distance:t,point:h.clone().applyMatrix4(this.matrixWorld),index:g,face:null,faceIndex:null,object:this}))}else for(g=0,z=r.length/3-1;gf||(l.applyMatrix4(this.matrixWorld),t=d.ray.origin.distanceTo(l),td.far||e.push({distance:t,point:h.clone().applyMatrix4(this.matrixWorld),index:g,face:null,faceIndex:null,object:this}))}else if(g.isGeometry)for(k=g.vertices,m=k.length,g=0;gf||(l.applyMatrix4(this.matrixWorld),t=d.ray.origin.distanceTo(l),td.far||e.push({distance:t,point:h.clone().applyMatrix4(this.matrixWorld), +index:g,face:null,faceIndex:null,object:this}))}}}(),clone:function(){return(new this.constructor(this.geometry,this.material)).copy(this)}});da.prototype=Object.assign(Object.create(ya.prototype),{constructor:da,isLineSegments:!0});pd.prototype=Object.assign(Object.create(ya.prototype),{constructor:pd,isLineLoop:!0});La.prototype=Object.create(Z.prototype);La.prototype.constructor=La;La.prototype.isPointsMaterial=!0;La.prototype.copy=function(a){Z.prototype.copy.call(this,a);this.color.copy(a.color); +this.map=a.map;this.size=a.size;this.sizeAttenuation=a.sizeAttenuation;return this};Mb.prototype=Object.assign(Object.create(B.prototype),{constructor:Mb,isPoints:!0,raycast:function(){var a=new J,b=new hb,c=new Ga;return function(d,e){function f(a,c){var f=b.distanceSqToPoint(a);if(fd.far||e.push({distance:m,distanceToRay:Math.sqrt(f),point:h.clone(),index:c,face:null,object:g})}}var g=this,h=this.geometry, +k=this.matrixWorld,m=d.params.Points.threshold;null===h.boundingSphere&&h.computeBoundingSphere();c.copy(h.boundingSphere);c.applyMatrix4(k);c.radius+=m;if(!1!==d.ray.intersectsSphere(c)){a.getInverse(k);b.copy(d.ray).applyMatrix4(a);var m=m/((this.scale.x+this.scale.y+this.scale.z)/3),l=m*m,m=new p;if(h.isBufferGeometry){var q=h.index,h=h.attributes.position.array;if(null!==q)for(var n=q.array,q=0,r=n.length;qc)return null;var d=[],e=[],f=[],g,h,k;if(0=m--){console.warn("THREE.ShapeUtils: Unable to triangulate polygon! in triangulate()");break}g=h;c<=g&&(g=0);h=g+1;c<=h&&(h=0);k=h+1;c<=k&&(k=0);var l;a:{var q,n,r,p,t,y,x,v;q=a[e[g]].x;n=a[e[g]].y;r=a[e[h]].x;p=a[e[h]].y;t=a[e[k]].x;y=a[e[k]].y;if(0>=(r-q)*(y-n)-(p-n)*(t-q))l=!1;else{var G,w,O,C,E,F,D,B,I,H;G=t-r;w=y-p;O=q-t;C=n-y;E=r-q;F=p-n; +for(l=0;l=-Number.EPSILON&&B>=-Number.EPSILON&&D>=-Number.EPSILON)){l=!1;break a}l=!0}}if(l){d.push([a[e[g]],a[e[h]],a[e[k]]]);f.push([e[g],e[h],e[k]]);g=h;for(k=h+1;kNumber.EPSILON){if(0u||u>q)return[];k=m*l-k*n;if(0>k||k>q)return[]}else{if(0c?[]:k===c?f?[]:[g]:a<=c?[g,h]:[g,m]}function f(a,b,c,d){var e=b.x-a.x,f=b.y-a.y;b=c.x-a.x; +c=c.y-a.y;var g=d.x-a.x;d=d.y-a.y;a=e*c-f*b;e=e*d-f*g;return Math.abs(a)>Number.EPSILON?(b=g*c-d*b,0e&&(e=d);var g=a+1;g>d&&(g=0);d=f(h[a],h[e],h[g],k[b]);if(!d)return!1;d=k.length- +1;e=b-1;0>e&&(e=d);g=b+1;g>d&&(g=0);return(d=f(k[b],k[e],k[g],h[a]))?!0:!1}function d(a,b){var c,f;for(c=0;cJ){console.log("Infinite Loop! Holes left:"+ +m.length+", Probably Hole outside Shape!");break}for(n=D;nk;k++)l=m[k].x+":"+m[k].y,l=q[l],void 0!== +l&&(m[k]=l);return n.concat()},isClockWise:function(a){return 0>za.area(a)}};db.prototype=Object.create(M.prototype);db.prototype.constructor=db;Fa.prototype=Object.create(I.prototype);Fa.prototype.constructor=Fa;Fa.prototype.getArrays=function(){var a=this.getAttribute("position"),a=a?Array.prototype.slice.call(a.array):[],b=this.getAttribute("uv"),b=b?Array.prototype.slice.call(b.array):[],c=this.index,c=c?Array.prototype.slice.call(c.array):[];return{position:a,uv:b,index:c}};Fa.prototype.addShapeList= +function(a,b){var c=a.length;b.arrays=this.getArrays();for(var d=0;dNumber.EPSILON){var k= +Math.sqrt(h),m=Math.sqrt(d*d+g*g),h=b.x-f/k;b=b.y+e/k;g=((c.x-g/m-h)*g-(c.y+d/m-b)*d)/(e*g-f*d);d=h+e*g-a.x;e=b+f*g-a.y;f=d*d+e*e;if(2>=f)return new D(d,e);f=Math.sqrt(f/2)}else a=!1,e>Number.EPSILON?d>Number.EPSILON&&(a=!0):e<-Number.EPSILON?d<-Number.EPSILON&&(a=!0):Math.sign(f)===Math.sign(g)&&(a=!0),a?(d=-f,f=Math.sqrt(h)):(d=e,e=f,f=Math.sqrt(h/2));return new D(d/f,e/f)}function e(a,b){var c,d;for(N=a.length;0<=--N;){c=N;d=N-1;0>d&&(d=a.length-1);var e,f=G+2*y;for(e=0;eMath.abs(g-k)?[new D(a,1-c),new D(h, +1-d),new D(m,1-e),new D(q,1-b)]:[new D(g,1-c),new D(k,1-d),new D(l,1-e),new D(n,1-b)]}};Oc.prototype=Object.create(M.prototype);Oc.prototype.constructor=Oc;Wb.prototype=Object.create(Fa.prototype);Wb.prototype.constructor=Wb;Pc.prototype=Object.create(M.prototype);Pc.prototype.constructor=Pc;nb.prototype=Object.create(I.prototype);nb.prototype.constructor=nb;Qc.prototype=Object.create(M.prototype);Qc.prototype.constructor=Qc;Xb.prototype=Object.create(I.prototype);Xb.prototype.constructor=Xb;Rc.prototype= +Object.create(M.prototype);Rc.prototype.constructor=Rc;Yb.prototype=Object.create(I.prototype);Yb.prototype.constructor=Yb;Zb.prototype=Object.create(M.prototype);Zb.prototype.constructor=Zb;$b.prototype=Object.create(I.prototype);$b.prototype.constructor=$b;ac.prototype=Object.create(I.prototype);ac.prototype.constructor=ac;ob.prototype=Object.create(M.prototype);ob.prototype.constructor=ob;Wa.prototype=Object.create(I.prototype);Wa.prototype.constructor=Wa;Sc.prototype=Object.create(ob.prototype); +Sc.prototype.constructor=Sc;Tc.prototype=Object.create(Wa.prototype);Tc.prototype.constructor=Tc;Uc.prototype=Object.create(M.prototype);Uc.prototype.constructor=Uc;bc.prototype=Object.create(I.prototype);bc.prototype.constructor=bc;var Ma=Object.freeze({WireframeGeometry:Ob,ParametricGeometry:Fc,ParametricBufferGeometry:Pb,TetrahedronGeometry:Hc,TetrahedronBufferGeometry:Qb,OctahedronGeometry:Ic,OctahedronBufferGeometry:mb,IcosahedronGeometry:Jc,IcosahedronBufferGeometry:Rb,DodecahedronGeometry:Kc, +DodecahedronBufferGeometry:Sb,PolyhedronGeometry:Gc,PolyhedronBufferGeometry:ia,TubeGeometry:Lc,TubeBufferGeometry:Tb,TorusKnotGeometry:Mc,TorusKnotBufferGeometry:Ub,TorusGeometry:Nc,TorusBufferGeometry:Vb,TextGeometry:Oc,TextBufferGeometry:Wb,SphereGeometry:Pc,SphereBufferGeometry:nb,RingGeometry:Qc,RingBufferGeometry:Xb,PlaneGeometry:xc,PlaneBufferGeometry:lb,LatheGeometry:Rc,LatheBufferGeometry:Yb,ShapeGeometry:Zb,ShapeBufferGeometry:$b,ExtrudeGeometry:db,ExtrudeBufferGeometry:Fa,EdgesGeometry:ac, +ConeGeometry:Sc,ConeBufferGeometry:Tc,CylinderGeometry:ob,CylinderBufferGeometry:Wa,CircleGeometry:Uc,CircleBufferGeometry:bc,BoxGeometry:Ib,BoxBufferGeometry:kb});cc.prototype=Object.create(Ea.prototype);cc.prototype.constructor=cc;cc.prototype.isShadowMaterial=!0;dc.prototype=Object.create(Ea.prototype);dc.prototype.constructor=dc;dc.prototype.isRawShaderMaterial=!0;Ra.prototype=Object.create(Z.prototype);Ra.prototype.constructor=Ra;Ra.prototype.isMeshStandardMaterial=!0;Ra.prototype.copy=function(a){Z.prototype.copy.call(this, +a);this.defines={STANDARD:""};this.color.copy(a.color);this.roughness=a.roughness;this.metalness=a.metalness;this.map=a.map;this.lightMap=a.lightMap;this.lightMapIntensity=a.lightMapIntensity;this.aoMap=a.aoMap;this.aoMapIntensity=a.aoMapIntensity;this.emissive.copy(a.emissive);this.emissiveMap=a.emissiveMap;this.emissiveIntensity=a.emissiveIntensity;this.bumpMap=a.bumpMap;this.bumpScale=a.bumpScale;this.normalMap=a.normalMap;this.normalScale.copy(a.normalScale);this.displacementMap=a.displacementMap; +this.displacementScale=a.displacementScale;this.displacementBias=a.displacementBias;this.roughnessMap=a.roughnessMap;this.metalnessMap=a.metalnessMap;this.alphaMap=a.alphaMap;this.envMap=a.envMap;this.envMapIntensity=a.envMapIntensity;this.refractionRatio=a.refractionRatio;this.wireframe=a.wireframe;this.wireframeLinewidth=a.wireframeLinewidth;this.wireframeLinecap=a.wireframeLinecap;this.wireframeLinejoin=a.wireframeLinejoin;this.skinning=a.skinning;this.morphTargets=a.morphTargets;this.morphNormals= +a.morphNormals;return this};pb.prototype=Object.create(Ra.prototype);pb.prototype.constructor=pb;pb.prototype.isMeshPhysicalMaterial=!0;pb.prototype.copy=function(a){Ra.prototype.copy.call(this,a);this.defines={PHYSICAL:""};this.reflectivity=a.reflectivity;this.clearCoat=a.clearCoat;this.clearCoatRoughness=a.clearCoatRoughness;return this};ta.prototype=Object.create(Z.prototype);ta.prototype.constructor=ta;ta.prototype.isMeshPhongMaterial=!0;ta.prototype.copy=function(a){Z.prototype.copy.call(this, +a);this.color.copy(a.color);this.specular.copy(a.specular);this.shininess=a.shininess;this.map=a.map;this.lightMap=a.lightMap;this.lightMapIntensity=a.lightMapIntensity;this.aoMap=a.aoMap;this.aoMapIntensity=a.aoMapIntensity;this.emissive.copy(a.emissive);this.emissiveMap=a.emissiveMap;this.emissiveIntensity=a.emissiveIntensity;this.bumpMap=a.bumpMap;this.bumpScale=a.bumpScale;this.normalMap=a.normalMap;this.normalScale.copy(a.normalScale);this.displacementMap=a.displacementMap;this.displacementScale= +a.displacementScale;this.displacementBias=a.displacementBias;this.specularMap=a.specularMap;this.alphaMap=a.alphaMap;this.envMap=a.envMap;this.combine=a.combine;this.reflectivity=a.reflectivity;this.refractionRatio=a.refractionRatio;this.wireframe=a.wireframe;this.wireframeLinewidth=a.wireframeLinewidth;this.wireframeLinecap=a.wireframeLinecap;this.wireframeLinejoin=a.wireframeLinejoin;this.skinning=a.skinning;this.morphTargets=a.morphTargets;this.morphNormals=a.morphNormals;return this};qb.prototype= +Object.create(ta.prototype);qb.prototype.constructor=qb;qb.prototype.isMeshToonMaterial=!0;qb.prototype.copy=function(a){ta.prototype.copy.call(this,a);this.gradientMap=a.gradientMap;return this};rb.prototype=Object.create(Z.prototype);rb.prototype.constructor=rb;rb.prototype.isMeshNormalMaterial=!0;rb.prototype.copy=function(a){Z.prototype.copy.call(this,a);this.bumpMap=a.bumpMap;this.bumpScale=a.bumpScale;this.normalMap=a.normalMap;this.normalScale.copy(a.normalScale);this.displacementMap=a.displacementMap; +this.displacementScale=a.displacementScale;this.displacementBias=a.displacementBias;this.wireframe=a.wireframe;this.wireframeLinewidth=a.wireframeLinewidth;this.skinning=a.skinning;this.morphTargets=a.morphTargets;this.morphNormals=a.morphNormals;return this};sb.prototype=Object.create(Z.prototype);sb.prototype.constructor=sb;sb.prototype.isMeshLambertMaterial=!0;sb.prototype.copy=function(a){Z.prototype.copy.call(this,a);this.color.copy(a.color);this.map=a.map;this.lightMap=a.lightMap;this.lightMapIntensity= +a.lightMapIntensity;this.aoMap=a.aoMap;this.aoMapIntensity=a.aoMapIntensity;this.emissive.copy(a.emissive);this.emissiveMap=a.emissiveMap;this.emissiveIntensity=a.emissiveIntensity;this.specularMap=a.specularMap;this.alphaMap=a.alphaMap;this.envMap=a.envMap;this.combine=a.combine;this.reflectivity=a.reflectivity;this.refractionRatio=a.refractionRatio;this.wireframe=a.wireframe;this.wireframeLinewidth=a.wireframeLinewidth;this.wireframeLinecap=a.wireframeLinecap;this.wireframeLinejoin=a.wireframeLinejoin; +this.skinning=a.skinning;this.morphTargets=a.morphTargets;this.morphNormals=a.morphNormals;return this};tb.prototype=Object.create(Z.prototype);tb.prototype.constructor=tb;tb.prototype.isLineDashedMaterial=!0;tb.prototype.copy=function(a){Z.prototype.copy.call(this,a);this.color.copy(a.color);this.linewidth=a.linewidth;this.scale=a.scale;this.dashSize=a.dashSize;this.gapSize=a.gapSize;return this};var lg=Object.freeze({ShadowMaterial:cc,SpriteMaterial:cb,RawShaderMaterial:dc,ShaderMaterial:Ea,PointsMaterial:La, +MeshPhysicalMaterial:pb,MeshStandardMaterial:Ra,MeshPhongMaterial:ta,MeshToonMaterial:qb,MeshNormalMaterial:rb,MeshLambertMaterial:sb,MeshDepthMaterial:$a,MeshBasicMaterial:Na,LineDashedMaterial:tb,LineBasicMaterial:ha,Material:Z}),hd={enabled:!1,files:{},add:function(a,b){!1!==this.enabled&&(this.files[a]=b)},get:function(a){if(!1!==this.enabled)return this.files[a]},remove:function(a){delete this.files[a]},clear:function(){this.files={}}},Aa=new Zd;Object.assign(ua.prototype,{load:function(a,b, +c,d){void 0===a&&(a="");void 0!==this.path&&(a=this.path+a);var e=this,f=hd.get(a);if(void 0!==f)return e.manager.itemStart(a),setTimeout(function(){b&&b(f);e.manager.itemEnd(a)},0),f;var g=a.match(/^data:(.*?)(;base64)?,(.*)$/);if(g){var h=g[1],k=!!g[2],g=g[3],g=window.decodeURIComponent(g);k&&(g=window.atob(g));try{var m,l=(this.responseType||"").toLowerCase();switch(l){case "arraybuffer":case "blob":m=new ArrayBuffer(g.length);for(var q=new Uint8Array(m),k=0;k=e)break a;else{f=b[1];a=e)break b}d=c;c=0}}for(;c>>1,ab;)--f;++f;if(0!==e||f!==d)e>=f&&(f=Math.max(f,1),e=f-1),d=this.getValueSize(),this.times=va.arraySlice(c,e,f),this.values=va.arraySlice(this.values,e*d,f*d);return this},validate:function(){var a=!0,b=this.getValueSize();0!==b-Math.floor(b)&&(console.error("invalid value size in track",this),a=!1);var c=this.times,b=this.values,d=c.length;0===d&&(console.error("track is empty", +this),a=!1);for(var e=null,f=0;f!==d;f++){var g=c[f];if("number"===typeof g&&isNaN(g)){console.error("time is not a valid number",this,f,g);a=!1;break}if(null!==e&&e>g){console.error("out of order keys",this,f,g,e);a=!1;break}e=g}if(void 0!==b&&va.isTypedArray(b))for(f=0,c=b.length;f!==c;++f)if(d=b[f],isNaN(d)){console.error("value is not a valid number",this,f,d);a=!1;break}return a},optimize:function(){for(var a=this.times,b=this.values,c=this.getValueSize(),d=2302===this.getInterpolation(),e=1, +f=a.length-1,g=1;gm.opacity&&(m.transparent=!0);d.setTextures(k);return d.parse(m)}}()});Object.assign(ce.prototype, +{load:function(a,b,c,d){var e=this,f=this.texturePath&&"string"===typeof this.texturePath?this.texturePath:gc.prototype.extractUrlBase(a),g=new ua(this.manager);g.setResponseType("json");g.setWithCredentials(this.withCredentials);g.load(a,function(c){var d=c.metadata;if(void 0!==d&&(d=d.type,void 0!==d)){if("object"===d.toLowerCase()){console.error("THREE.JSONLoader: "+a+" should be loaded with THREE.ObjectLoader instead.");return}if("scene"===d.toLowerCase()){console.error("THREE.JSONLoader: "+a+ +" should be loaded with THREE.SceneLoader instead.");return}}c=e.parse(c,f);b(c.geometry,c.materials)},c,d)},setTexturePath:function(a){this.texturePath=a},parse:function(){return function(a,b){void 0!==a.data&&(a=a.data);a.scale=void 0!==a.scale?1/a.scale:1;var c=new M,d=a,e,f,g,h,k,m,l,q,n,r,z,t,y,x,v=d.faces;n=d.vertices;var G=d.normals,w=d.colors;m=d.scale;var B=0;if(void 0!==d.uvs){for(e=0;ef;f++)q=v[h++],x=y[2*q],q=y[2*q+1],x=new D(x,q),2!==f&&c.faceVertexUvs[e][g].push(x),0!==f&&c.faceVertexUvs[e][g+ +1].push(x);l&&(l=3*v[h++],r.normal.set(G[l++],G[l++],G[l]),t.normal.copy(r.normal));if(z)for(e=0;4>e;e++)l=3*v[h++],z=new p(G[l++],G[l++],G[l]),2!==e&&r.vertexNormals.push(z),0!==e&&t.vertexNormals.push(z);m&&(m=v[h++],m=w[m],r.color.setHex(m),t.color.setHex(m));if(n)for(e=0;4>e;e++)m=v[h++],m=w[m],2!==e&&r.vertexColors.push(new H(m)),0!==e&&t.vertexColors.push(new H(m));c.faces.push(r);c.faces.push(t)}else{r=new Va;r.a=v[h++];r.b=v[h++];r.c=v[h++];g&&(g=v[h++],r.materialIndex=g);g=c.faces.length; +if(e)for(e=0;ef;f++)q=v[h++],x=y[2*q],q=y[2*q+1],x=new D(x,q),c.faceVertexUvs[e][g].push(x);l&&(l=3*v[h++],r.normal.set(G[l++],G[l++],G[l]));if(z)for(e=0;3>e;e++)l=3*v[h++],z=new p(G[l++],G[l++],G[l]),r.vertexNormals.push(z);m&&(m=v[h++],r.color.setHex(w[m]));if(n)for(e=0;3>e;e++)m=v[h++],r.vertexColors.push(new H(w[m]));c.faces.push(r)}d=a;h=void 0!==d.influencesPerVertex?d.influencesPerVertex:2;if(d.skinWeights)for(k=0,v=d.skinWeights.length;k< +v;k+=h)c.skinWeights.push(new ga(d.skinWeights[k],1k)g=d+1;else if(0b&&(b=0);1Number.EPSILON&&(g.normalize(),c=Math.acos(Y.clamp(d[k-1].dot(d[k]),-1,1)),e[k].applyMatrix4(h.makeRotationAxis(g,c))),f[k].crossVectors(d[k],e[k]);if(!0===b)for(c=Math.acos(Y.clamp(e[0].dot(e[a]),-1,1)),c/=a,0=b)return b=c[a]-b,a=this.curves[a],c=a.getLength(),a.getPointAt(0===c?0:1-b/c);a++}return null},getLength:function(){var a=this.getCurveLengths();return a[a.length-1]},updateArcLengths:function(){this.needsUpdate=!0;this.cacheLengths=null;this.getCurveLengths()},getCurveLengths:function(){if(this.cacheLengths&& +this.cacheLengths.length===this.curves.length)return this.cacheLengths;for(var a=[],b=0,c=0,d=this.curves.length;cc;)c+=b;for(;c>b;)c-=b;cb.length-2?b.length-1:a+1],b=b[a>b.length-3?b.length-1:a+2];return new D(Se(c,d.x,e.x,f.x,b.x),Se(c,d.y,e.y,f.y,b.y))};hc.prototype=Object.create(na.prototype);hc.prototype.constructor=hc;hc.prototype.getPoint=function(a){var b=this.v0,c=this.v1,d=this.v2,e=this.v3;return new D(yb(a,b.x,c.x, +d.x,e.x),yb(a,b.y,c.y,d.y,e.y))};ic.prototype=Object.create(na.prototype);ic.prototype.constructor=ic;ic.prototype.getPoint=function(a){var b=this.v0,c=this.v1,d=this.v2;return new D(xb(a,b.x,c.x,d.x),xb(a,b.y,c.y,d.y))};var ue=Object.assign(Object.create(Yc.prototype),{fromPoints:function(a){this.moveTo(a[0].x,a[0].y);for(var b=1,c=a.length;bNumber.EPSILON){if(0>l&&(g=b[f],k=-k, +h=b[e],l=-l),!(a.yh.y))if(a.y===g.y){if(a.x===g.x)return!0}else{e=l*(a.x-g.x)-k*(a.y-g.y);if(0===e)return!0;0>e||(d=!d)}}else if(a.y===g.y&&(h.x<=a.x&&a.x<=g.x||g.x<=a.x&&a.x<=h.x))return!0}return d}var e=za.isClockWise,f=this.subPaths;if(0===f.length)return[];if(!0===b)return c(f);var g,h,k,l=[];if(1===f.length)return h=f[0],k=new Ab,k.curves=h.curves,l.push(k),l;var p=!e(f[0].getPoints()),p=a?!p:p;k=[];var q=[],n=[],r=0,z;q[r]=void 0;n[r]=[];for(var t=0,y=f.length;td&&this._mixBufferRegion(c,a,3*b,1-d,b);for(var d=b,f=b+b;d!==f;++d)if(c[d]!==c[d+b]){e.setValue(c,a);break}},saveOriginalState:function(){var a=this.buffer,b=this.valueSize,c=3*b;this.binding.getValue(a,c);for(var d=b;d!==c;++d)a[d]=a[c+d%b];this.cumulativeWeight=0},restoreOriginalState:function(){this.binding.setValue(this.buffer,3*this.valueSize)},_select:function(a,b,c,d,e){if(.5<=d)for(d= +0;d!==e;++d)a[b+d]=a[c+d]},_slerp:function(a,b,c,d){qa.slerpFlat(a,b,a,b,a,c,d)},_lerp:function(a,b,c,d,e){for(var f=1-d,g=0;g!==e;++g){var h=b+g;a[h]=a[h]*f+a[c+g]*d}}});Object.assign(Ve.prototype,{getValue:function(a,b){this.bind();var c=this._bindings[this._targetGroup.nCachedObjects_];void 0!==c&&c.getValue(a,b)},setValue:function(a,b){for(var c=this._bindings,d=this._targetGroup.nCachedObjects_,e=c.length;d!==e;++d)c[d].setValue(a,b)},bind:function(){for(var a=this._bindings,b=this._targetGroup.nCachedObjects_, +c=a.length;b!==c;++b)a[b].bind()},unbind:function(){for(var a=this._bindings,b=this._targetGroup.nCachedObjects_,c=a.length;b!==c;++b)a[b].unbind()}});Object.assign(oa,{Composite:Ve,create:function(a,b,c){return a&&a.isAnimationObjectGroup?new oa.Composite(a,b,c):new oa(a,b,c)},parseTrackName:function(){var a=new RegExp("^"+/((?:[\w-]+[\/:])*)/.source+/([\w-\.]+)?/.source+/(?:\.([\w-]+)(?:\[(.+)\])?)?/.source+/\.([\w-]+)(?:\[(.+)\])?/.source+"$"),b=["material","materials","bones"];return function(c){var d= +a.exec(c);if(!d)throw Error("PropertyBinding: Cannot parse trackName: "+c);var d={nodeName:d[2],objectName:d[3],objectIndex:d[4],propertyName:d[5],propertyIndex:d[6]},e=d.nodeName&&d.nodeName.lastIndexOf(".");if(void 0!==e&&-1!==e){var f=d.nodeName.substring(e+1);-1!==b.indexOf(f)&&(d.nodeName=d.nodeName.substring(0,e),d.objectName=f)}if(null===d.propertyName||0===d.propertyName.length)throw Error("PropertyBinding: can not parse propertyName from trackName: "+c);return d}}(),findNode:function(a,b){if(!b|| +""===b||"root"===b||"."===b||-1===b||b===a.name||b===a.uuid)return a;if(a.skeleton){var c=function(a){for(var c=0;c=c){var q=c++,n=b[q];d[n.uuid]=p;b[p]=n;d[l]=q;b[q]=k;k=0;for(l=f;k!==l;++k){var n=e[k],r=n[p];n[p]=n[q];n[q]=r}}}this.nCachedObjects_=c},uncache:function(a){for(var b=this._objects,c=b.length,d=this.nCachedObjects_,e=this._indicesByUUID,f=this._bindings,g=f.length,h=0,k=arguments.length;h!==k;++h){var l=arguments[h].uuid,p=e[l];if(void 0!== +p)if(delete e[l],pb||0===c)return;this._startTime=null;b*=c}b*=this._updateTimeScale(a);c=this._updateTime(b);a=this._updateWeight(a);if(0c.parameterPositions[1]&&(this.stopFading(),0===d&&(this.enabled=!1))}}return this._effectiveWeight=b},_updateTimeScale:function(a){var b=0;if(!this.paused){var b=this.timeScale,c=this._timeScaleInterpolant;if(null!==c){var d=c.evaluate(a)[0],b=b*d;a>c.parameterPositions[1]&&(this.stopWarping(),0===b?this.paused=!0:this.timeScale=b)}}return this._effectiveTimeScale=b},_updateTime:function(a){var b=this.time+a;if(0===a)return b;var c=this._clip.duration,d=this.loop,e=this._loopCount;if(2200=== +d)a:{if(-1===e&&(this._loopCount=0,this._setEndings(!0,!0,!1)),b>=c)b=c;else if(0>b)b=0;else break a;this.clampWhenFinished?this.paused=!0:this.enabled=!1;this._mixer.dispatchEvent({type:"finished",action:this,direction:0>a?-1:1})}else{d=2202===d;-1===e&&(0<=a?(e=0,this._setEndings(!0,0===this.repetitions,d)):this._setEndings(0===this.repetitions,!0,d));if(b>=c||0>b){var f=Math.floor(b/c),b=b-c*f,e=e+Math.abs(f),g=this.repetitions-e;0>g?(this.clampWhenFinished?this.paused=!0:this.enabled=!1,b=0a,this._setEndings(a,!a,d)):this._setEndings(!1,!1,d),this._loopCount=e,this._mixer.dispatchEvent({type:"loop",action:this,loopDelta:f}))}if(d&&1===(e&1))return this.time=b,c-b}return this.time=b},_setEndings:function(a,b,c){var d=this._interpolantSettings;c?(d.endingStart=2401,d.endingEnd=2401):(d.endingStart=a?this.zeroSlopeAtStart?2401:2400:2402,d.endingEnd=b?this.zeroSlopeAtEnd?2401:2400:2402)},_scheduleFading:function(a, +b,c){var d=this._mixer,e=d.time,f=this._weightInterpolant;null===f&&(this._weightInterpolant=f=d._lendControlInterpolant());d=f.parameterPositions;f=f.sampleValues;d[0]=e;f[0]=b;d[1]=e+a;f[1]=c;return this}});Object.assign(Ye.prototype,sa.prototype,{_bindAction:function(a,b){var c=a._localRoot||this._root,d=a._clip.tracks,e=d.length,f=a._propertyBindings,g=a._interpolants,h=c.uuid,k=this._bindingsByRootAndName,l=k[h];void 0===l&&(l={},k[h]=l);for(k=0;k!==e;++k){var p=d[k],q=p.name,n=l[q];if(void 0=== +n){n=f[k];if(void 0!==n){null===n._cacheIndex&&(++n.referenceCount,this._addInactiveBinding(n,h,q));continue}n=new le(oa.create(c,q,b&&b._propertyBindings[k].binding.parsedPath),p.ValueTypeName,p.getValueSize());++n.referenceCount;this._addInactiveBinding(n,h,q)}f[k]=n;g[k].resultBuffer=n.buffer}},_activateAction:function(a){if(!this._isActiveAction(a)){if(null===a._cacheIndex){var b=(a._localRoot||this._root).uuid,c=a._clip.uuid,d=this._actionsByClip[c];this._bindAction(a,d&&d.knownActions[0]);this._addInactiveAction(a, +c,b)}b=a._propertyBindings;c=0;for(d=b.length;c!==d;++c){var e=b[c];0===e.useCount++&&(this._lendBinding(e),e.saveOriginalState())}this._lendAction(a)}},_deactivateAction:function(a){if(this._isActiveAction(a)){for(var b=a._propertyBindings,c=0,d=b.length;c!==d;++c){var e=b[c];0===--e.useCount&&(e.restoreOriginalState(),this._takeBackBinding(e))}this._takeBackAction(a)}},_initMemoryManager:function(){this._actions=[];this._nActiveActions=0;this._actionsByClip={};this._bindings=[];this._nActiveBindings= +0;this._bindingsByRootAndName={};this._controlInterpolants=[];this._nActiveControlInterpolants=0;var a=this;this.stats={actions:{get total(){return a._actions.length},get inUse(){return a._nActiveActions}},bindings:{get total(){return a._bindings.length},get inUse(){return a._nActiveBindings}},controlInterpolants:{get total(){return a._controlInterpolants.length},get inUse(){return a._nActiveControlInterpolants}}}},_isActiveAction:function(a){a=a._cacheIndex;return null!==a&&ah.end&&(h.end=f);c||(c=k)}}for(k in d)h=d[k],this.createAnimation(k,h.start,h.end,a);this.firstAnimation=c};ra.prototype.setAnimationDirectionForward=function(a){if(a=this.animationsMap[a])a.direction=1,a.directionBackwards=!1};ra.prototype.setAnimationDirectionBackward=function(a){if(a=this.animationsMap[a])a.direction=-1,a.directionBackwards=!0};ra.prototype.setAnimationFPS= +function(a,b){var c=this.animationsMap[a];c&&(c.fps=b,c.duration=(c.end-c.start)/c.fps)};ra.prototype.setAnimationDuration=function(a,b){var c=this.animationsMap[a];c&&(c.duration=b,c.fps=(c.end-c.start)/c.duration)};ra.prototype.setAnimationWeight=function(a,b){var c=this.animationsMap[a];c&&(c.weight=b)};ra.prototype.setAnimationTime=function(a,b){var c=this.animationsMap[a];c&&(c.time=b)};ra.prototype.getAnimationTime=function(a){var b=0;if(a=this.animationsMap[a])b=a.time;return b};ra.prototype.getAnimationDuration= +function(a){var b=-1;if(a=this.animationsMap[a])b=a.duration;return b};ra.prototype.playAnimation=function(a){var b=this.animationsMap[a];b?(b.time=0,b.active=!0):console.warn("THREE.MorphBlendMesh: animation["+a+"] undefined in .playAnimation()")};ra.prototype.stopAnimation=function(a){if(a=this.animationsMap[a])a.active=!1};ra.prototype.update=function(a){for(var b=0,c=this.animationsList.length;b +d.duration||0>d.time)d.direction*=-1,d.time>d.duration&&(d.time=d.duration,d.directionBackwards=!0),0>d.time&&(d.time=0,d.directionBackwards=!1)}else d.time%=d.duration,0>d.time&&(d.time+=d.duration);var f=d.start+Y.clamp(Math.floor(d.time/e),0,d.length-1),g=d.weight;f!==d.currentFrame&&(this.morphTargetInfluences[d.lastFrame]=0,this.morphTargetInfluences[d.currentFrame]=1*g,this.morphTargetInfluences[f]=0,d.lastFrame=d.currentFrame,d.currentFrame=f);e=d.time%e/e;d.directionBackwards&&(e=1-e);d.currentFrame!== +d.lastFrame?(this.morphTargetInfluences[d.currentFrame]=e*g,this.morphTargetInfluences[d.lastFrame]=(1-e)*g):this.morphTargetInfluences[d.currentFrame]=g}}};$c.prototype=Object.create(B.prototype);$c.prototype.constructor=$c;$c.prototype.isImmediateRenderObject=!0;ad.prototype=Object.create(da.prototype);ad.prototype.constructor=ad;ad.prototype.update=function(){var a=new p,b=new p,c=new Ka;return function(){var d=["a","b","c"];this.object.updateMatrixWorld(!0);c.getNormalMatrix(this.object.matrixWorld); +var e=this.object.matrixWorld,f=this.geometry.attributes.position,g=this.object.geometry;if(g&&g.isGeometry)for(var h=g.vertices,k=g.faces,l=g=0,p=k.length;lc.y?this.quaternion.set(1,0,0,0):(a.set(c.z,0,-c.x).normalize(),b=Math.acos(c.y),this.quaternion.setFromAxisAngle(a,b))}}();Cb.prototype.setLength=function(a,b,c){void 0===b&&(b=.2*a);void 0===c&&(c=.2*b);this.line.scale.set(1,Math.max(0,a-b),1);this.line.updateMatrix();this.cone.scale.set(c,b,c);this.cone.position.y=a;this.cone.updateMatrix()};Cb.prototype.setColor=function(a){this.line.material.color.copy(a);this.cone.material.color.copy(a)}; +Md.prototype=Object.create(da.prototype);Md.prototype.constructor=Md;var Pd=new p,ve=new se,we=new se,xe=new se;Ja.prototype=Object.create(na.prototype);Ja.prototype.constructor=Ja;Ja.prototype.getPoint=function(a){var b=this.points,c=b.length;2>c&&console.log("duh, you need at least 2 points");a*=c-(this.closed?0:1);var d=Math.floor(a);a-=d;this.closed?d+=0d&&(d=1);1E-4>c&&(c=d);1E-4>h&&(h=d);ve.initNonuniformCatmullRom(e.x,f.x,g.x,b.x,c,d,h);we.initNonuniformCatmullRom(e.y,f.y,g.y,b.y,c,d,h);xe.initNonuniformCatmullRom(e.z, +f.z,g.z,b.z,c,d,h)}else"catmullrom"===this.type&&(c=void 0!==this.tension?this.tension:.5,ve.initCatmullRom(e.x,f.x,g.x,b.x,c),we.initCatmullRom(e.y,f.y,g.y,b.y,c),xe.initCatmullRom(e.z,f.z,g.z,b.z,c));return new p(ve.calc(a),we.calc(a),xe.calc(a))};ed.prototype=Object.create(na.prototype);ed.prototype.constructor=ed;ed.prototype.getPoint=function(a){var b=this.v0,c=this.v1,d=this.v2,e=this.v3;return new p(yb(a,b.x,c.x,d.x,e.x),yb(a,b.y,c.y,d.y,e.y),yb(a,b.z,c.z,d.z,e.z))};fd.prototype=Object.create(na.prototype); +fd.prototype.constructor=fd;fd.prototype.getPoint=function(a){var b=this.v0,c=this.v1,d=this.v2;return new p(xb(a,b.x,c.x,d.x),xb(a,b.y,c.y,d.y),xb(a,b.z,c.z,d.z))};gd.prototype=Object.create(na.prototype);gd.prototype.constructor=gd;gd.prototype.getPoint=function(a){if(1===a)return this.v2.clone();var b=new p;b.subVectors(this.v2,this.v1);b.multiplyScalar(a);b.add(this.v1);return b};Nd.prototype=Object.create(Xa.prototype);Nd.prototype.constructor=Nd;na.create=function(a,b){console.log("THREE.Curve.create() has been deprecated"); +a.prototype=Object.create(na.prototype);a.prototype.constructor=a;a.prototype.getPoint=b;return a};df.prototype=Object.create(Ja.prototype);ef.prototype=Object.create(Ja.prototype);te.prototype=Object.create(Ja.prototype);Object.assign(te.prototype,{initFromArray:function(a){console.error("THREE.Spline: .initFromArray() has been removed.")},getControlPointsArray:function(a){console.error("THREE.Spline: .getControlPointsArray() has been removed.")},reparametrizeByArcLength:function(a){console.error("THREE.Spline: .reparametrizeByArcLength() has been removed.")}}); +bd.prototype.setColors=function(){console.error("THREE.GridHelper: setColors() has been deprecated, pass them in the constructor instead.")};Object.assign(id.prototype,{center:function(a){console.warn("THREE.Box2: .center() has been renamed to .getCenter().");return this.getCenter(a)},empty:function(){console.warn("THREE.Box2: .empty() has been renamed to .isEmpty().");return this.isEmpty()},isIntersectionBox:function(a){console.warn("THREE.Box2: .isIntersectionBox() has been renamed to .intersectsBox()."); +return this.intersectsBox(a)},size:function(a){console.warn("THREE.Box2: .size() has been renamed to .getSize().");return this.getSize(a)}});Object.assign(Ta.prototype,{center:function(a){console.warn("THREE.Box3: .center() has been renamed to .getCenter().");return this.getCenter(a)},empty:function(){console.warn("THREE.Box3: .empty() has been renamed to .isEmpty().");return this.isEmpty()},isIntersectionBox:function(a){console.warn("THREE.Box3: .isIntersectionBox() has been renamed to .intersectsBox()."); +return this.intersectsBox(a)},isIntersectionSphere:function(a){console.warn("THREE.Box3: .isIntersectionSphere() has been renamed to .intersectsSphere().");return this.intersectsSphere(a)},size:function(a){console.warn("THREE.Box3: .size() has been renamed to .getSize().");return this.getSize(a)}});Hb.prototype.center=function(a){console.warn("THREE.Line3: .center() has been renamed to .getCenter().");return this.getCenter(a)};Y.random16=function(){console.warn("THREE.Math.random16() has been deprecated. Use Math.random() instead."); +return Math.random()};Object.assign(Ka.prototype,{flattenToArrayOffset:function(a,b){console.warn("THREE.Matrix3: .flattenToArrayOffset() has been deprecated. Use .toArray() instead.");return this.toArray(a,b)},multiplyVector3:function(a){console.warn("THREE.Matrix3: .multiplyVector3() has been removed. Use vector.applyMatrix3( matrix ) instead.");return a.applyMatrix3(this)},multiplyVector3Array:function(a){console.warn("THREE.Matrix3: .multiplyVector3Array() has been renamed. Use matrix.applyToVector3Array( array ) instead."); +return this.applyToVector3Array(a)},applyToBuffer:function(a,b,c){console.warn("THREE.Matrix3: .applyToBuffer() has been removed. Use matrix.applyToBufferAttribute( attribute ) instead.");return this.applyToBufferAttribute(a)},applyToVector3Array:function(a,b,c){console.error("THREE.Matrix3: .applyToVector3Array() has been removed.")}});Object.assign(J.prototype,{extractPosition:function(a){console.warn("THREE.Matrix4: .extractPosition() has been renamed to .copyPosition().");return this.copyPosition(a)}, +flattenToArrayOffset:function(a,b){console.warn("THREE.Matrix4: .flattenToArrayOffset() has been deprecated. Use .toArray() instead.");return this.toArray(a,b)},getPosition:function(){var a;return function(){void 0===a&&(a=new p);console.warn("THREE.Matrix4: .getPosition() has been removed. Use Vector3.setFromMatrixPosition( matrix ) instead.");return a.setFromMatrixColumn(this,3)}}(),setRotationFromQuaternion:function(a){console.warn("THREE.Matrix4: .setRotationFromQuaternion() has been renamed to .makeRotationFromQuaternion()."); +return this.makeRotationFromQuaternion(a)},multiplyToArray:function(){console.warn("THREE.Matrix4: .multiplyToArray() has been removed.")},multiplyVector3:function(a){console.warn("THREE.Matrix4: .multiplyVector3() has been removed. Use vector.applyMatrix4( matrix ) instead.");return a.applyMatrix4(this)},multiplyVector4:function(a){console.warn("THREE.Matrix4: .multiplyVector4() has been removed. Use vector.applyMatrix4( matrix ) instead.");return a.applyMatrix4(this)},multiplyVector3Array:function(a){console.warn("THREE.Matrix4: .multiplyVector3Array() has been renamed. Use matrix.applyToVector3Array( array ) instead."); +return this.applyToVector3Array(a)},rotateAxis:function(a){console.warn("THREE.Matrix4: .rotateAxis() has been removed. Use Vector3.transformDirection( matrix ) instead.");a.transformDirection(this)},crossVector:function(a){console.warn("THREE.Matrix4: .crossVector() has been removed. Use vector.applyMatrix4( matrix ) instead.");return a.applyMatrix4(this)},translate:function(){console.error("THREE.Matrix4: .translate() has been removed.")},rotateX:function(){console.error("THREE.Matrix4: .rotateX() has been removed.")}, +rotateY:function(){console.error("THREE.Matrix4: .rotateY() has been removed.")},rotateZ:function(){console.error("THREE.Matrix4: .rotateZ() has been removed.")},rotateByAxis:function(){console.error("THREE.Matrix4: .rotateByAxis() has been removed.")},applyToBuffer:function(a,b,c){console.warn("THREE.Matrix4: .applyToBuffer() has been removed. Use matrix.applyToBufferAttribute( attribute ) instead.");return this.applyToBufferAttribute(a)},applyToVector3Array:function(a,b,c){console.error("THREE.Matrix4: .applyToVector3Array() has been removed.")}, +makeFrustum:function(a,b,c,d,e,f){console.warn("THREE.Matrix4: .makeFrustum() has been removed. Use .makePerspective( left, right, top, bottom, near, far ) instead.");return this.makePerspective(a,b,d,c,e,f)}});wa.prototype.isIntersectionLine=function(a){console.warn("THREE.Plane: .isIntersectionLine() has been renamed to .intersectsLine().");return this.intersectsLine(a)};qa.prototype.multiplyVector3=function(a){console.warn("THREE.Quaternion: .multiplyVector3() has been removed. Use is now vector.applyQuaternion( quaternion ) instead."); +return a.applyQuaternion(this)};Object.assign(hb.prototype,{isIntersectionBox:function(a){console.warn("THREE.Ray: .isIntersectionBox() has been renamed to .intersectsBox().");return this.intersectsBox(a)},isIntersectionPlane:function(a){console.warn("THREE.Ray: .isIntersectionPlane() has been renamed to .intersectsPlane().");return this.intersectsPlane(a)},isIntersectionSphere:function(a){console.warn("THREE.Ray: .isIntersectionSphere() has been renamed to .intersectsSphere().");return this.intersectsSphere(a)}}); +Object.assign(Ab.prototype,{extrude:function(a){console.warn("THREE.Shape: .extrude() has been removed. Use ExtrudeGeometry() instead.");return new db(this,a)},makeGeometry:function(a){console.warn("THREE.Shape: .makeGeometry() has been removed. Use ShapeGeometry() instead.");return new Zb(this,a)}});Object.assign(D.prototype,{fromAttribute:function(a,b,c){console.error("THREE.Vector2: .fromAttribute() has been renamed to .fromBufferAttribute().");return this.fromBufferAttribute(a,b,c)}});Object.assign(p.prototype, +{setEulerFromRotationMatrix:function(){console.error("THREE.Vector3: .setEulerFromRotationMatrix() has been removed. Use Euler.setFromRotationMatrix() instead.")},setEulerFromQuaternion:function(){console.error("THREE.Vector3: .setEulerFromQuaternion() has been removed. Use Euler.setFromQuaternion() instead.")},getPositionFromMatrix:function(a){console.warn("THREE.Vector3: .getPositionFromMatrix() has been renamed to .setFromMatrixPosition().");return this.setFromMatrixPosition(a)},getScaleFromMatrix:function(a){console.warn("THREE.Vector3: .getScaleFromMatrix() has been renamed to .setFromMatrixScale()."); +return this.setFromMatrixScale(a)},getColumnFromMatrix:function(a,b){console.warn("THREE.Vector3: .getColumnFromMatrix() has been renamed to .setFromMatrixColumn().");return this.setFromMatrixColumn(b,a)},applyProjection:function(a){console.warn("THREE.Vector3: .applyProjection() has been removed. Use .applyMatrix4( m ) instead.");return this.applyMatrix4(a)},fromAttribute:function(a,b,c){console.error("THREE.Vector3: .fromAttribute() has been renamed to .fromBufferAttribute().");return this.fromBufferAttribute(a, +b,c)}});Object.assign(ga.prototype,{fromAttribute:function(a,b,c){console.error("THREE.Vector4: .fromAttribute() has been renamed to .fromBufferAttribute().");return this.fromBufferAttribute(a,b,c)}});M.prototype.computeTangents=function(){console.warn("THREE.Geometry: .computeTangents() has been removed.")};Object.assign(B.prototype,{getChildByName:function(a){console.warn("THREE.Object3D: .getChildByName() has been renamed to .getObjectByName().");return this.getObjectByName(a)},renderDepth:function(){console.warn("THREE.Object3D: .renderDepth has been removed. Use .renderOrder, instead.")}, +translate:function(a,b){console.warn("THREE.Object3D: .translate() has been removed. Use .translateOnAxis( axis, distance ) instead.");return this.translateOnAxis(b,a)}});Object.defineProperties(B.prototype,{eulerOrder:{get:function(){console.warn("THREE.Object3D: .eulerOrder is now .rotation.order.");return this.rotation.order},set:function(a){console.warn("THREE.Object3D: .eulerOrder is now .rotation.order.");this.rotation.order=a}},useQuaternion:{get:function(){console.warn("THREE.Object3D: .useQuaternion has been removed. The library now uses quaternions by default.")}, +set:function(){console.warn("THREE.Object3D: .useQuaternion has been removed. The library now uses quaternions by default.")}}});Object.defineProperties(Bc.prototype,{objects:{get:function(){console.warn("THREE.LOD: .objects has been renamed to .levels.");return this.levels}}});Object.defineProperty(Cc.prototype,"useVertexTexture",{get:function(){console.warn("THREE.Skeleton: useVertexTexture has been removed.")},set:function(){console.warn("THREE.Skeleton: useVertexTexture has been removed.")}}); +Object.defineProperty(na.prototype,"__arcLengthDivisions",{get:function(){console.warn("THREE.Curve: .__arcLengthDivisions is now .arcLengthDivisions.");return this.arcLengthDivisions},set:function(a){console.warn("THREE.Curve: .__arcLengthDivisions is now .arcLengthDivisions.");this.arcLengthDivisions=a}});xa.prototype.setLens=function(a,b){console.warn("THREE.PerspectiveCamera.setLens is deprecated. Use .setFocalLength and .filmGauge for a photographic setup.");void 0!==b&&(this.filmGauge=b);this.setFocalLength(a)}; +Object.defineProperties(ma.prototype,{onlyShadow:{set:function(){console.warn("THREE.Light: .onlyShadow has been removed.")}},shadowCameraFov:{set:function(a){console.warn("THREE.Light: .shadowCameraFov is now .shadow.camera.fov.");this.shadow.camera.fov=a}},shadowCameraLeft:{set:function(a){console.warn("THREE.Light: .shadowCameraLeft is now .shadow.camera.left.");this.shadow.camera.left=a}},shadowCameraRight:{set:function(a){console.warn("THREE.Light: .shadowCameraRight is now .shadow.camera.right."); +this.shadow.camera.right=a}},shadowCameraTop:{set:function(a){console.warn("THREE.Light: .shadowCameraTop is now .shadow.camera.top.");this.shadow.camera.top=a}},shadowCameraBottom:{set:function(a){console.warn("THREE.Light: .shadowCameraBottom is now .shadow.camera.bottom.");this.shadow.camera.bottom=a}},shadowCameraNear:{set:function(a){console.warn("THREE.Light: .shadowCameraNear is now .shadow.camera.near.");this.shadow.camera.near=a}},shadowCameraFar:{set:function(a){console.warn("THREE.Light: .shadowCameraFar is now .shadow.camera.far."); +this.shadow.camera.far=a}},shadowCameraVisible:{set:function(){console.warn("THREE.Light: .shadowCameraVisible has been removed. Use new THREE.CameraHelper( light.shadow.camera ) instead.")}},shadowBias:{set:function(a){console.warn("THREE.Light: .shadowBias is now .shadow.bias.");this.shadow.bias=a}},shadowDarkness:{set:function(){console.warn("THREE.Light: .shadowDarkness has been removed.")}},shadowMapWidth:{set:function(a){console.warn("THREE.Light: .shadowMapWidth is now .shadow.mapSize.width."); +this.shadow.mapSize.width=a}},shadowMapHeight:{set:function(a){console.warn("THREE.Light: .shadowMapHeight is now .shadow.mapSize.height.");this.shadow.mapSize.height=a}}});Object.defineProperties(L.prototype,{length:{get:function(){console.warn("THREE.BufferAttribute: .length has been deprecated. Use .count instead.");return this.array.length}}});Object.assign(I.prototype,{addIndex:function(a){console.warn("THREE.BufferGeometry: .addIndex() has been renamed to .setIndex().");this.setIndex(a)},addDrawCall:function(a, +b,c){void 0!==c&&console.warn("THREE.BufferGeometry: .addDrawCall() no longer supports indexOffset.");console.warn("THREE.BufferGeometry: .addDrawCall() is now .addGroup().");this.addGroup(a,b)},clearDrawCalls:function(){console.warn("THREE.BufferGeometry: .clearDrawCalls() is now .clearGroups().");this.clearGroups()},computeTangents:function(){console.warn("THREE.BufferGeometry: .computeTangents() has been removed.")},computeOffsets:function(){console.warn("THREE.BufferGeometry: .computeOffsets() has been removed.")}}); +Object.defineProperties(I.prototype,{drawcalls:{get:function(){console.error("THREE.BufferGeometry: .drawcalls has been renamed to .groups.");return this.groups}},offsets:{get:function(){console.warn("THREE.BufferGeometry: .offsets has been renamed to .groups.");return this.groups}}});Object.defineProperties(Jd.prototype,{dynamic:{set:function(){console.warn("THREE.Uniform: .dynamic has been removed. Use object.onBeforeRender() instead.")}},onUpdate:{value:function(){console.warn("THREE.Uniform: .onUpdate() has been removed. Use object.onBeforeRender() instead."); +return this}}});Object.defineProperties(Z.prototype,{wrapAround:{get:function(){console.warn("THREE.Material: .wrapAround has been removed.")},set:function(){console.warn("THREE.Material: .wrapAround has been removed.")}},wrapRGB:{get:function(){console.warn("THREE.Material: .wrapRGB has been removed.");return new H}}});Object.defineProperties(ta.prototype,{metal:{get:function(){console.warn("THREE.MeshPhongMaterial: .metal has been removed. Use THREE.MeshStandardMaterial instead.");return!1},set:function(){console.warn("THREE.MeshPhongMaterial: .metal has been removed. Use THREE.MeshStandardMaterial instead")}}}); +Object.defineProperties(Ea.prototype,{derivatives:{get:function(){console.warn("THREE.ShaderMaterial: .derivatives has been moved to .extensions.derivatives.");return this.extensions.derivatives},set:function(a){console.warn("THREE. ShaderMaterial: .derivatives has been moved to .extensions.derivatives.");this.extensions.derivatives=a}}});Object.assign(Xd.prototype,{getCurrentRenderTarget:function(){console.warn("THREE.WebGLRenderer: .getCurrentRenderTarget() is now .getRenderTarget().");return this.getRenderTarget()}, +supportsFloatTextures:function(){console.warn("THREE.WebGLRenderer: .supportsFloatTextures() is now .extensions.get( 'OES_texture_float' ).");return this.extensions.get("OES_texture_float")},supportsHalfFloatTextures:function(){console.warn("THREE.WebGLRenderer: .supportsHalfFloatTextures() is now .extensions.get( 'OES_texture_half_float' ).");return this.extensions.get("OES_texture_half_float")},supportsStandardDerivatives:function(){console.warn("THREE.WebGLRenderer: .supportsStandardDerivatives() is now .extensions.get( 'OES_standard_derivatives' )."); +return this.extensions.get("OES_standard_derivatives")},supportsCompressedTextureS3TC:function(){console.warn("THREE.WebGLRenderer: .supportsCompressedTextureS3TC() is now .extensions.get( 'WEBGL_compressed_texture_s3tc' ).");return this.extensions.get("WEBGL_compressed_texture_s3tc")},supportsCompressedTexturePVRTC:function(){console.warn("THREE.WebGLRenderer: .supportsCompressedTexturePVRTC() is now .extensions.get( 'WEBGL_compressed_texture_pvrtc' ).");return this.extensions.get("WEBGL_compressed_texture_pvrtc")}, +supportsBlendMinMax:function(){console.warn("THREE.WebGLRenderer: .supportsBlendMinMax() is now .extensions.get( 'EXT_blend_minmax' ).");return this.extensions.get("EXT_blend_minmax")},supportsVertexTextures:function(){console.warn("THREE.WebGLRenderer: .supportsVertexTextures() is now .capabilities.vertexTextures.");return this.capabilities.vertexTextures},supportsInstancedArrays:function(){console.warn("THREE.WebGLRenderer: .supportsInstancedArrays() is now .extensions.get( 'ANGLE_instanced_arrays' )."); +return this.extensions.get("ANGLE_instanced_arrays")},enableScissorTest:function(a){console.warn("THREE.WebGLRenderer: .enableScissorTest() is now .setScissorTest().");this.setScissorTest(a)},initMaterial:function(){console.warn("THREE.WebGLRenderer: .initMaterial() has been removed.")},addPrePlugin:function(){console.warn("THREE.WebGLRenderer: .addPrePlugin() has been removed.")},addPostPlugin:function(){console.warn("THREE.WebGLRenderer: .addPostPlugin() has been removed.")},updateShadowMap:function(){console.warn("THREE.WebGLRenderer: .updateShadowMap() has been removed.")}}); +Object.defineProperties(Xd.prototype,{shadowMapEnabled:{get:function(){return this.shadowMap.enabled},set:function(a){console.warn("THREE.WebGLRenderer: .shadowMapEnabled is now .shadowMap.enabled.");this.shadowMap.enabled=a}},shadowMapType:{get:function(){return this.shadowMap.type},set:function(a){console.warn("THREE.WebGLRenderer: .shadowMapType is now .shadowMap.type.");this.shadowMap.type=a}},shadowMapCullFace:{get:function(){return this.shadowMap.cullFace},set:function(a){console.warn("THREE.WebGLRenderer: .shadowMapCullFace is now .shadowMap.cullFace."); +this.shadowMap.cullFace=a}}});Object.defineProperties(Je.prototype,{cullFace:{get:function(){return this.renderReverseSided?2:1},set:function(a){a=1!==a;console.warn("WebGLRenderer: .shadowMap.cullFace is deprecated. Set .shadowMap.renderReverseSided to "+a+".");this.renderReverseSided=a}}});Object.defineProperties(Db.prototype,{wrapS:{get:function(){console.warn("THREE.WebGLRenderTarget: .wrapS is now .texture.wrapS.");return this.texture.wrapS},set:function(a){console.warn("THREE.WebGLRenderTarget: .wrapS is now .texture.wrapS."); +this.texture.wrapS=a}},wrapT:{get:function(){console.warn("THREE.WebGLRenderTarget: .wrapT is now .texture.wrapT.");return this.texture.wrapT},set:function(a){console.warn("THREE.WebGLRenderTarget: .wrapT is now .texture.wrapT.");this.texture.wrapT=a}},magFilter:{get:function(){console.warn("THREE.WebGLRenderTarget: .magFilter is now .texture.magFilter.");return this.texture.magFilter},set:function(a){console.warn("THREE.WebGLRenderTarget: .magFilter is now .texture.magFilter.");this.texture.magFilter= +a}},minFilter:{get:function(){console.warn("THREE.WebGLRenderTarget: .minFilter is now .texture.minFilter.");return this.texture.minFilter},set:function(a){console.warn("THREE.WebGLRenderTarget: .minFilter is now .texture.minFilter.");this.texture.minFilter=a}},anisotropy:{get:function(){console.warn("THREE.WebGLRenderTarget: .anisotropy is now .texture.anisotropy.");return this.texture.anisotropy},set:function(a){console.warn("THREE.WebGLRenderTarget: .anisotropy is now .texture.anisotropy.");this.texture.anisotropy= +a}},offset:{get:function(){console.warn("THREE.WebGLRenderTarget: .offset is now .texture.offset.");return this.texture.offset},set:function(a){console.warn("THREE.WebGLRenderTarget: .offset is now .texture.offset.");this.texture.offset=a}},repeat:{get:function(){console.warn("THREE.WebGLRenderTarget: .repeat is now .texture.repeat.");return this.texture.repeat},set:function(a){console.warn("THREE.WebGLRenderTarget: .repeat is now .texture.repeat.");this.texture.repeat=a}},format:{get:function(){console.warn("THREE.WebGLRenderTarget: .format is now .texture.format."); +return this.texture.format},set:function(a){console.warn("THREE.WebGLRenderTarget: .format is now .texture.format.");this.texture.format=a}},type:{get:function(){console.warn("THREE.WebGLRenderTarget: .type is now .texture.type.");return this.texture.type},set:function(a){console.warn("THREE.WebGLRenderTarget: .type is now .texture.type.");this.texture.type=a}},generateMipmaps:{get:function(){console.warn("THREE.WebGLRenderTarget: .generateMipmaps is now .texture.generateMipmaps.");return this.texture.generateMipmaps}, +set:function(a){console.warn("THREE.WebGLRenderTarget: .generateMipmaps is now .texture.generateMipmaps.");this.texture.generateMipmaps=a}}});jc.prototype.load=function(a){console.warn("THREE.Audio: .load has been deprecated. Use THREE.AudioLoader instead.");var b=this;(new fe).load(a,function(a){b.setBuffer(a)});return this};ke.prototype.getData=function(){console.warn("THREE.AudioAnalyser: .getData() is now .getFrequencyData().");return this.getFrequencyData()};l.WebGLRenderTargetCube=Eb;l.WebGLRenderTarget= +Db;l.WebGLRenderer=Xd;l.ShaderLib=ab;l.UniformsLib=V;l.UniformsUtils=Ha;l.ShaderChunk=U;l.FogExp2=Kb;l.Fog=Lb;l.Scene=md;l.LensFlare=Yd;l.Sprite=Ac;l.LOD=Bc;l.SkinnedMesh=od;l.Skeleton=Cc;l.Bone=nd;l.Mesh=Ca;l.LineSegments=da;l.LineLoop=pd;l.Line=ya;l.Points=Mb;l.Group=Dc;l.VideoTexture=qd;l.DataTexture=eb;l.CompressedTexture=Nb;l.CubeTexture=Za;l.CanvasTexture=rd;l.DepthTexture=Ec;l.Texture=X;l.CompressedTextureLoader=Qe;l.DataTextureLoader=$d;l.CubeTextureLoader=ae;l.TextureLoader=sd;l.ObjectLoader= +Re;l.MaterialLoader=Hd;l.BufferGeometryLoader=be;l.DefaultLoadingManager=Aa;l.LoadingManager=Zd;l.JSONLoader=ce;l.ImageLoader=Vc;l.FontLoader=Te;l.FileLoader=ua;l.Loader=gc;l.Cache=hd;l.AudioLoader=fe;l.SpotLightShadow=ud;l.SpotLight=vd;l.PointLight=wd;l.RectAreaLight=Ad;l.HemisphereLight=td;l.DirectionalLightShadow=xd;l.DirectionalLight=yd;l.AmbientLight=zd;l.LightShadow=ub;l.Light=ma;l.StereoCamera=Ue;l.PerspectiveCamera=xa;l.OrthographicCamera=Jb;l.CubeCamera=Id;l.ArrayCamera=ge;l.Camera=Oa;l.AudioListener= +he;l.PositionalAudio=je;l.AudioContext=ie;l.AudioAnalyser=ke;l.Audio=jc;l.VectorKeyframeTrack=ec;l.StringKeyframeTrack=Ed;l.QuaternionKeyframeTrack=Xc;l.NumberKeyframeTrack=fc;l.ColorKeyframeTrack=Gd;l.BooleanKeyframeTrack=Fd;l.PropertyMixer=le;l.PropertyBinding=oa;l.KeyframeTrack=wb;l.AnimationUtils=va;l.AnimationObjectGroup=We;l.AnimationMixer=Ye;l.AnimationClip=Ba;l.Uniform=Jd;l.InstancedBufferGeometry=me;l.BufferGeometry=I;l.GeometryIdCount=function(){return Td++};l.Geometry=M;l.InterleavedBufferAttribute= +ne;l.InstancedInterleavedBuffer=oe;l.InterleavedBuffer=kc;l.InstancedBufferAttribute=pe;l.Face3=Va;l.Object3D=B;l.Raycaster=Ze;l.Layers=Rd;l.EventDispatcher=sa;l.Clock=af;l.QuaternionLinearInterpolant=Dd;l.LinearInterpolant=Wc;l.DiscreteInterpolant=Cd;l.CubicInterpolant=Bd;l.Interpolant=Da;l.Triangle=Ua;l.Math=Y;l.Spherical=bf;l.Cylindrical=cf;l.Plane=wa;l.Frustum=jd;l.Sphere=Ga;l.Ray=hb;l.Matrix4=J;l.Matrix3=Ka;l.Box3=Ta;l.Box2=id;l.Line3=Hb;l.Euler=bb;l.Vector4=ga;l.Vector3=p;l.Vector2=D;l.Quaternion= +qa;l.Color=H;l.MorphBlendMesh=ra;l.ImmediateRenderObject=$c;l.VertexNormalsHelper=ad;l.SpotLightHelper=lc;l.SkeletonHelper=mc;l.PointLightHelper=nc;l.RectAreaLightHelper=oc;l.HemisphereLightHelper=pc;l.GridHelper=bd;l.PolarGridHelper=Kd;l.FaceNormalsHelper=cd;l.DirectionalLightHelper=qc;l.CameraHelper=dd;l.BoxHelper=Bb;l.ArrowHelper=Cb;l.AxisHelper=Md;l.CatmullRomCurve3=Ja;l.CubicBezierCurve3=ed;l.QuadraticBezierCurve3=fd;l.LineCurve3=gd;l.ArcCurve=Nd;l.EllipseCurve=Xa;l.SplineCurve=zb;l.CubicBezierCurve= +hc;l.QuadraticBezierCurve=ic;l.LineCurve=Sa;l.Shape=Ab;l.Path=Zc;l.ShapePath=de;l.Font=ee;l.CurvePath=Yc;l.Curve=na;l.ShapeUtils=za;l.SceneUtils={createMultiMaterialObject:function(a,b){for(var c=new Dc,d=0,e=b.length;d + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch +*/ + +.rs-particles-canvas { + + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; + pointer-events: none; + transition: opacity 0.5s linear; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + +} + +/* interactive, no slidelink */ +.rs-particles-interactive .rs-particles-canvas { + + pointer-events: auto; + +} + +/* interactive + slidelink */ +.rs-particles-slidelink .rs-particles-canvas { + + cursor: pointer; + pointer-events: auto; + +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/particles/js/revolution.addon.particles.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/particles/js/revolution.addon.particles.min.js new file mode 100644 index 0000000..2efc3c1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/particles/js/revolution.addon.particles.min.js @@ -0,0 +1,52 @@ +/* + 2017 ThemePunch + http://www.themepunch.com/ + @version 1.0.0 +*/ +;(function(){function B(f,k){for(var g,m=f.length;m--;)g=f[m].replace("#",""),g="rgba("+parseInt(g.substring(0,2),16)+","+parseInt(g.substring(2,4),16)+","+parseInt(g.substring(4,6),16),g=k?g+(","+k.toFixed(2)+")"):g+")",f[m]=g;return f}function t(f){f=f.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,function(f,g,m,l){return g+g+m+m+l+l});return(f=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(f))?{r:parseInt(f[1],16),g:parseInt(f[2],16),b:parseInt(f[3],16)}:null}window.RsParticlesAddOn=function(f){function k(a, +b){clearTimeout(y);clearTimeout(e);var c=b?b.nextslide.index()+1:1;"first"===p&&(p=1);"last"===n&&(n=f.revmaxslide());c>=p&&c<=n?(u="."+r+"-tp-particles-"+c,v?w||pJSDomRs[x].pJS.fn.vendors.draw():(v=!0,x=pJSDomRs.length,particlesJSRs(u,l,r,q,f)),y=setTimeout(m,100),w=!0):v&&(rspCancelAnimFrame(pJSDomRs[x].pJS.fn.drawAnimFrame),document.getElementById(q).style.opacity=0,w=!1);z||(z=!0,f.on("revolution.slide.onbeforeswap",k))}function g(){document.getElementById(q).style.opacity=1}function m(){var a= +document.getElementById(q),b=document.querySelector(u);A?b.appendChild(a):A=!0;a.style.zIndex=parseInt(b.getAttribute("data-particles-index"),10);e=setTimeout(g,250)}if(f){var l=f[0].opt.particles,p=l.startSlide,n=l.endSlide,a=l.particles,b=a.line_linked,c=a.shape,d=a.color,h=c.stroke,a=h.width,r=f[0].id,z,e,y,w,x,u,v,A,q;q=r+"-rs-particles";d.value=d.value.split(",");h.color=a?B(h.color.split(","),h.opacity):h.color.split(",");d=l.interactivity.events.onhover;if(b.enable||d.enable&&"grab"===d.mode)for(b= +b.color=b.color.split(","),d=b.length;d--;)b[d]=t(b[d]);"image"===c.type&&(c=c.image,c.src='',a?(b=2*a+24,c.src=c.src.replace("{{stroke-width}}",a).replace("{{viewbox}}",-a+" "+-a+" "+b+" "+b)):c.src=c.src.replace("{{viewbox}}","0 0 24 24").replace("{{stroke-width}}",0));f.one("revolution.slide.onloaded",function(){var a, +b=l.zIndex,c=r+"-tp-particles-",d=l.interactivity.events,d=d.onhover.enable||d.onclick.enable;f.find(".tp-revslider-slidesli").each(function(e){if(d){var h=jQuery(this);h.find(".slidelink").length?(a=!0,"back"!==h.data("slideindex")&&(b=999),this.className+=" rs-particles-slidelink"):this.className+=" rs-particles-interactive"}this.className=this.className+" "+c+(e+1);this.setAttribute("data-particles-index",b)});if(a)jQuery("body").off("click.rsparticles").on("click.rsparticles",".rs-particles-canvas", +function(){var a=jQuery(this).prev(".tp-parallax-wrap").find(".slidelink a");a.length&&(a[0].href?"_blank"!==a[0].target?window.location=a[0].href:window.open(a[0].href):a.click())});k(!1,!1)})}};window.RsDestroyParticles=function(f){if(pJSDomRs)if(f){var k=f[0].id,g=pJSDomRs.length;f.off("revolution.slide.onbeforeswap revolution.slide.onloaded .rsparticles");for(f=0;f +a.canvas.w-2*this.radius?this.x-=this.radius:this.x<2*this.radius&&(this.x+=this.radius);this.y>a.canvas.h-2*this.radius?this.y-=this.radius:this.y<2*this.radius&&(this.y+=this.radius);a.particles.move.bounce&&a.fn.vendors.checkOverlap(this,d);d=a.particles.move.speed;c=a.particles.move.min_speed;a.particles.move.random&&(d=Math.round(Math.random()*(d-c)+c),1>d&&(d=1));this.spd=d;this.color={};"object"==typeof b.value?b.value instanceof Array?this.color.rgb=t(b.value[Math.floor(Math.random()*a.particles.color.value.length)]): +(void 0!=b.value.r&&void 0!=b.value.g&&void 0!=b.value.b&&(this.color.rgb={r:b.value.r,g:b.value.g,b:b.value.b}),void 0!=b.value.h&&void 0!=b.value.s&&void 0!=b.value.l&&(this.color.hsl={h:b.value.h,s:b.value.s,l:b.value.l})):"random"==b.value?this.color.rgb={r:Math.floor(256*Math.random())+0,g:Math.floor(256*Math.random())+0,b:Math.floor(256*Math.random())+0}:"string"==typeof b.value&&(this.color=b,this.color.rgb=t(this.color.value));b=a.particles.shape.stroke.color;this.strokeColor=b[Math.floor(Math.random()* +b.length)];b=a.particles.line_linked.color;this.lineColor=b[Math.floor(Math.random()*b.length)];b=a.particles.opacity.value;d=a.particles.opacity.min;a.particles.opacity.random&&(b=Math.random()*(b-d)+d);this.opacity=this.opc=b;a.particles.opacity.anim.enable&&(this.opacity_status=!1,this.vo=a.particles.opacity.anim.speed/100,a.particles.opacity.anim.sync||(this.vo*=Math.random()));switch(a.particles.move.direction){case "top":b=0;d=-1;break;case "top-right":b=.5;d=-.5;break;case "right":b=1;d=-0; +break;case "bottom-right":d=b=.5;break;case "bottom":b=0;d=1;break;case "bottom-left":b=-.5;d=1;break;case "left":b=-1;d=0;break;case "top-left":d=b=-.5;break;default:d=b=0}a.particles.move.straight?(this.vx=b,this.vy=d):(this.vx=b+Math.random()-.5,this.vy=d+Math.random()-.5);this.vx_i=this.vx;this.vy_i=this.vy;b=a.particles.shape.type;"object"==typeof b?b instanceof Array&&(this.shape=b[Math.floor(Math.random()*b.length)]):this.shape=b;"image"==this.shape&&(b=a.particles.shape,this.img={src:b.image.src, +ratio:b.image.width/b.image.height},this.img.ratio||(this.img.ratio=1),"svg"==a.tmp.img_type&&void 0!=a.tmp.source_svg&&(a.fn.vendors.createSvgImg(this),a.tmp.pushing&&(this.img.loaded=!1)))};a.fn.particle.prototype.drawSVG=function(b,c){a.canvas.ctx.drawImage(b,this.x-c,this.y-c,2*c,2*c/this.img.ratio)};a.fn.particle.prototype.draw=function(){var b,c,d;c=void 0!=this.radius_bubble?this.radius_bubble:this.radius;d=void 0!=this.opacity_bubble?this.opacity_bubble:this.opacity;a.canvas.ctx.fillStyle= +this.color.rgb?"rgba("+this.color.rgb.r+","+this.color.rgb.g+","+this.color.rgb.b+","+d+")":"hsla("+this.color.hsl.h+","+this.color.hsl.s+"%,"+this.color.hsl.l+"%,"+d+")";a.canvas.ctx.beginPath();switch(this.shape){case "circle":a.canvas.ctx.arc(this.x,this.y,c,0,2*Math.PI,!1);break;case "edge":a.canvas.ctx.rect(this.x-c,this.y-c,2*c,2*c);break;case "triangle":a.fn.vendors.drawShape(a.canvas.ctx,this.x-c,this.y+c/1.66,2*c,3,2);break;case "polygon":a.fn.vendors.drawShape(a.canvas.ctx,this.x-c/(a.particles.shape.polygon.nb_sides/ +3.5),this.y-c/.76,2.66*c/(a.particles.shape.polygon.nb_sides/3),a.particles.shape.polygon.nb_sides,1);break;case "star":a.fn.vendors.drawShape(a.canvas.ctx,this.x-2*c/(a.particles.shape.polygon.nb_sides/4),this.y-c/1.52,5.32*c/(a.particles.shape.polygon.nb_sides/3),a.particles.shape.polygon.nb_sides,2);break;case "image":a.canvas.ctx.globalAlpha=d,(b="svg"==a.tmp.img_type?this.img.obj:a.tmp.img_obj)&&this.drawSVG(b,c),a.canvas.ctx.globalAlpha=1,b=!0}a.canvas.ctx.closePath();b||(0=e.opc&&(e.opacity_status=!1),e.opacity+=e.vo):(e.opacity<=a.particles.opacity.anim.opacity_min&&(e.opacity_status=!0),e.opacity-=e.vo),0>e.opacity&&(e.opacity=0));a.particles.size.anim.enable&&(1==e.size_status?(e.radius>=a.particles.size.value&&(e.size_status=!1),e.radius+=e.vs):(e.radius<=a.particles.size.anim.size_min&&(e.size_status=!0),e.radius-=e.vs),0>e.radius&&(e.radius=0));"bounce"==a.particles.move.out_mode?(b=e.radius,c=a.canvas.w,d=e.radius,h=a.canvas.h): +(b=-e.radius,c=a.canvas.w+e.radius,d=-e.radius,h=a.canvas.h+e.radius);e.x-e.radius>a.canvas.w?(e.x=b,e.y=Math.random()*a.canvas.h):0>e.x+e.radius&&(e.x=c,e.y=Math.random()*a.canvas.h);e.y-e.radius>a.canvas.h?(e.y=d,e.x=Math.random()*a.canvas.w):0>e.y+e.radius&&(e.y=h,e.x=Math.random()*a.canvas.w);switch(a.particles.move.out_mode){case "bounce":e.x+e.radius>a.canvas.w?e.vx=-e.vx:0>e.x-e.radius&&(e.vx=-e.vx),e.y+e.radius>a.canvas.h?e.vy=-e.vy:0>e.y-e.radius&&(e.vy=-e.vy)}-1b.radius?(c=b.radius+a.interactivity.modes.bubble.size*d,0<=c&&(b.radius_bubble=c)):(c=b.radius-(b.radius-a.interactivity.modes.bubble.size)*d,b.radius_bubble=0b.opc?(c=a.interactivity.modes.bubble.opacity*d,c>b.opacity&&c<=a.interactivity.modes.bubble.opacity&&(b.opacity_bubble=c)):(c=b.opacity-(b.opc-a.interactivity.modes.bubble.opacity)*d,c=a.interactivity.modes.bubble.opacity&&(b.opacity_bubble=c)))):(b.opacity_bubble=b.opacity,b.radius_bubble=b.radius);"mouseleave"==a.interactivity.status&&(b.opacity_bubble=b.opacity,b.radius_bubble=b.radius)}else a.interactivity.events.onclick.enable&&-1a.interactivity.modes.bubble.duration&&(a.tmp.bubble_duration_end=!0),d>2*a.interactivity.modes.bubble.duration&&(a.tmp.bubble_clicking=!1,a.tmp.bubble_duration_end=!1)),a.tmp.bubble_clicking&&(p(b,c,d,a.interactivity.modes.bubble.size,b.osize,b.radius_bubble,b.radius,"size"),p(b,c,d,a.interactivity.modes.bubble.opacity, +b.opc,b.opacity_bubble,b.opacity,"opacity")))};a.fn.modes.repulseParticle=function(b){var c,d;if(a.interactivity.events.onhover.enable&&-1a.canvas.w?b.vx=-b.vx:0>c-b.radius&&(b.vx=-b.vx),d+b.radius>a.canvas.h?b.vy=-b.vy:0>d-b.radius&&(b.vy=-b.vy)))):0==a.tmp.repulse_clicking&&(b.vx=b.vx_i,b.vy=b.vy_i))};a.fn.modes.grabParticle=function(b){if(a.interactivity.events.onhover.enable&&"mousemove"==a.interactivity.status){var c=b.x-a.interactivity.mouse.pos_x,d=b.y-a.interactivity.mouse.pos_y,c=Math.sqrt(c*c+d*d);c<= +a.interactivity.modes.grab.distance&&(c=a.interactivity.modes.grab.line_linked.opacity-c/(1/a.interactivity.modes.grab.line_linked.opacity)/a.interactivity.modes.grab.distance,0b?a.fn.modes.pushParticles(Math.abs(b)):a.fn.modes.removeParticles(b)}};a.fn.vendors.checkOverlap=function(b,c){for(var d=a.particles.array.length,f=0;f=a.particles.number.value?(a.fn.particlesDraw(),a.particles.move.enable?a.fn.drawAnimFrame=rspRequestAnimFrame(a.fn.vendors.draw):rspCancelAnimFrame(a.fn.drawAnimFrame)):a.tmp.img_error||(a.fn.drawAnimFrame=rspRequestAnimFrame(a.fn.vendors.draw)): +void 0!=a.tmp.img_obj?(a.fn.particlesDraw(),a.particles.move.enable?a.fn.drawAnimFrame=rspRequestAnimFrame(a.fn.vendors.draw):rspCancelAnimFrame(a.fn.drawAnimFrame)):a.tmp.img_error||(a.fn.drawAnimFrame=rspRequestAnimFrame(a.fn.vendors.draw)):(a.fn.particlesDraw(),a.particles.move.enable?a.fn.drawAnimFrame=rspRequestAnimFrame(a.fn.vendors.draw):rspCancelAnimFrame(a.fn.drawAnimFrame))};a.fn.vendors.checkBeforeDraw=function(){"image"==a.particles.shape.type?"svg"==a.tmp.img_type&&void 0==a.tmp.source_svg? +a.tmp.checkAnimFrame=rspRequestAnimFrame(check):(rspCancelAnimFrame(a.tmp.checkAnimFrame),a.tmp.img_error||(a.fn.vendors.init(),a.fn.vendors.draw())):(a.fn.vendors.init(),a.fn.vendors.draw())};a.fn.vendors.init=function(){a.fn.retinaInit();a.fn.canvasInit();a.fn.canvasSize();a.fn.canvasPaint();a.fn.particlesCreate();a.fn.vendors.densityAutoParticles()};a.fn.vendors.start=function(){-1 + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch + */ + +.rs-addon-polyfold { + + position: absolute; + left: 0; + width: 100%; + height: auto; + z-index: 1099; + pointer-events: none; + +} + +.rs-addon-polyfold div { + + position: absolute; + border-style: solid; + box-sizing: content-box; + +} + +.rs-addon-poly-nav-level {z-index: 999} +.rs-addon-poly-static-level {z-index: 99} + +.rs-addon-polyfold:not(.rs-addon-poly-center) div:first-child {left: 0} +.rs-addon-polyfold:not(.rs-addon-poly-center) div:last-child {right: 0} + +.rs-addon-poly-center div:first-child {right: 50%} +.rs-addon-poly-center div:last-child {left: 50%} + +.rs-addon-polyfold:not(.rs-addon-poly-top), +.rs-addon-polyfold:not(.rs-addon-poly-top) div {bottom: 0} + +.rs-addon-poly-top {top: 0} +.rs-addon-poly-top div {top: 0} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/polyfold/js/revolution.addon.polyfold.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/polyfold/js/revolution.addon.polyfold.min.js new file mode 100644 index 0000000..e18bce3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/polyfold/js/revolution.addon.polyfold.min.js @@ -0,0 +1,16 @@ +/** + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch + */ + +;(function(){function g(b,a){this.calc=!1;this.slider=b;this.scrolled=!1;this.ids=b[0].id;this.time=a.time;this.ease=a.ease;this.color=a.color;this.point=a.point;this.height=a.height;this.onScroll=a.scroll;this.inverted=a.inverted;this.animated=a.animated;this.negative=a.negative;this.placement=a.placement;this.leftWidth=a.leftWidth;this.rightWidth=a.rightWidth;this.responsive=a.responsive;this.range="slider"===a.range;this.isTop="top"===a.position;this.starter=this.calculate.bind(this);b.one("revolution.slide.onloaded", +this.init.bind(this))}var d,e;window.RsPolyfoldAddOn=function(b,a,c){b&&a&&(d=b,e=d(window),d.event.special.polyfoldDestroyed={remove:function(a){a.handler()}},new g(a,c))};g.prototype={init:function(){if(document.body.contains(this.slider[0])){var b,a="rs-addon-polyfold",c=document.createElement("div"),d=document.createDocumentFragment();this.left=document.createElement("div");this.right=document.createElement("div");this.gridWidth=this.slider[0].opt.gridwidth;Array.isArray(this.gridWidth)&&(this.gridWidth= +this.gridWidth[0]);this.isTop?(b="rs-addon-poly-top",a+=" rs-addon-poly-top"):(b="rs-addon-poly-bottom",a+=" rs-addon-poly-bottom");1 + * @link http://www.themepunch.com/ + * @copyright 2017 ThemePunch + * @version 1.0.0 + */ + +.rs_addon_revealer { + + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 9999; + overflow: hidden; + +} + +.rsaddon-revealer-overlay { + + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + +} + +.rs_addon_revealer div, +.rs_addon_revealer svg { + + position: absolute; + +} + +.rs_addon_reveal .tp-loader { + + visibility: visible !important; + display: inline-block !important; + pointer-events: none; + +} + +.rs_addon_revealer svg { + + width: 100%; + height: 100%; + +} + +.rs_addon_revealer_special .tp-revslider-mainul { + + opacity: 0 !important; + +} + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/css/revolution.addon.revealer.preloaders.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/css/revolution.addon.revealer.preloaders.css new file mode 100644 index 0000000..6e984d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/css/revolution.addon.revealer.preloaders.css @@ -0,0 +1,643 @@ +.rsaddon-revealer-spinner { + + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + +} + +.rsaddon-revealer-spinner-1 { + + width: 40px; + height: 40px; + +} + +/* ************* */ +/* PRELOADER ONE */ +/* ************* */ +.rsaddon-revealer-1 { + + width: 100%; + height: 100%; + display:inline-block; + -webkit-animation:rsaddon-revealer-1 1.4s linear infinite; + animation:rsaddon-revealer-1 1.4s linear infinite; + +} + +.rsaddon-revealer-1 span { + + position:absolute; + vertical-align:top; + border-radius:100%; + display:inline-block; + width:8px; + height:8px; + margin-left:16px; + transform-origin:center 20px; + -webkit-transform-origin:center 20px; + +} + +.rsaddon-revealer-1 span:nth-child(2) {transform: rotate(36deg); -webkit-transform: rotate(36deg); opacity:0.1} +.rsaddon-revealer-1 span:nth-child(3) {transform: rotate(72deg); -webkit-transform: rotate(72deg); opacity:0.2} +.rsaddon-revealer-1 span:nth-child(4) {transform: rotate(108deg); -webkit-transform: rotate(108deg); opacity:0.3} +.rsaddon-revealer-1 span:nth-child(5) {transform: rotate(144deg); -webkit-transform: rotate(144deg); opacity:0.4} +.rsaddon-revealer-1 span:nth-child(6) {transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity:0.5} +.rsaddon-revealer-1 span:nth-child(7) {transform: rotate(216deg); -webkit-transform: rotate(216deg); opacity:0.6} +.rsaddon-revealer-1 span:nth-child(8) {transform: rotate(252deg); -webkit-transform: rotate(252deg); opacity:0.7} +.rsaddon-revealer-1 span:nth-child(9) {transform: rotate(288deg); -webkit-transform: rotate(288deg); opacity:0.8} +.rsaddon-revealer-1 span:nth-child(10) {transform: rotate(324deg); -webkit-transform: rotate(324deg); opacity:0.9} + +@keyframes rsaddon-revealer-1 { + + from {transform: rotate(0deg)} + to {transform: rotate(360deg)} + +} +@-webkit-keyframes rsaddon-revealer-1 { + + from {-webkit-transform: rotate(0deg)} + to {-webkit-transform: rotate(360deg)} + +} + +/* ************* */ +/* PRELOADER TWO */ +/* ************* */ +.rsaddon-revealer-spinner-2 { + + width: 35px; + height: 35px; + +} + +.rsaddon-revealer-2 { + + width: 100%; + height: 100%; + display: inline-block; + padding: 0px; + border-radius: 100%; + border: 2px solid; + -webkit-animation: rsaddon-revealer-2 0.8s linear infinite; + animation: rsaddon-revealer-2 0.8s linear infinite; + +} + +@keyframes rsaddon-revealer-2 { + + from {transform: rotate(0deg)} + to {transform: rotate(360deg)} + +} +@-webkit-keyframesrsaddon-revealer-2 { + + from {-webkit-transform: rotate(0deg)} + to {-webkit-transform: rotate(360deg)} + +} + +/* *************** */ +/* PRELOADER THREE */ +/* *************** */ +.rsaddon-revealer-spinner-8 { + + width: 40px; + height: 40px; + +} + +.rsaddon-revealer-8 { + + width: 100%; + height: 100%; + +} + +.rsaddon-revealer-8 span { + + display: block; + width: 40%; + height: 40%; + position: absolute; + border-radius: 50%; + -webkit-animation: rsaddon-revealer-8 2s ease infinite; + animation: rsaddon-revealer-8 2s ease infinite; + +} + +.rsaddon-revealer-8 span:nth-child(1) {animation-delay: -1.5s; -webkit-animation-delay: -1.5s} +.rsaddon-revealer-8 span:nth-child(2) {animation-delay: -1s; -webkit-animation-delay: -1s} +.rsaddon-revealer-8 span:nth-child(3) {animation-delay: -0.5s; -webkit-animation-delay: -0.5s} + +@keyframes rsaddon-revealer-8 { + + 0%,100%{transform: translate(0)} + 25%{transform: translate(160%)} + 50%{transform: translate(160%, 160%)} + 75%{transform: translate(0, 160%)} + +} + +@-webkit-keyframes rsaddon-revealer-8 { + + 0%,100%{-webkit-transform: translate(0)} + 25%{-webkit-transform: translate(160%)} + 50%{-webkit-transform: translate(160%, 160%)} + 75%{-webkit-transform: translate(0, 160%)} + +} + +/* *************** */ +/* PRELOADER FOUR */ +/* *************** */ +.rsaddon-revealer-spinner-3 { + + width: 50px; + height: 50px; + +} + + +.rsaddon-revealer-3 { + + width: 100%; + height: 100%; + display: inline-block; + padding: 0px; + text-align: left; + +} +.rsaddon-revealer-3 span { + + position: absolute; + display: inline-block; + width: 100%; + height: 100%; + border-radius: 100%; + -webkit-animation: rsaddon-revealer-3 1.6s linear infinite; + animation: rsaddon-revealer-3 1.6s linear infinite; + +} +.rsaddon-revealer-3 span:last-child { + + animation-delay: -0.8s; + -webkit-animation-delay: -0.8s; + +} +@keyframes rsaddon-revealer-3 { + + 0% {transform: scale(0, 0); opacity:0.5} + 100% {transform: scale(1, 1); opacity:0} + +} +@-webkit-keyframes rsaddon-revealer-3 { + + 0% {-webkit-transform: scale(0, 0); opacity:0.5} + 100% {-webkit-transform: scale(1, 1); opacity:0} + +} + +/* *************** */ +/* PRELOADER FIVE */ +/* *************** */ +.rsaddon-revealer-spinner-4 { + + width: 40px; + height: 40px; + +} + +.rsaddon-revealer-spinner-4 span { + + display: block; + width: 100%; + height: 100%; + border-radius: 50%; + opacity: 0.6; + position: absolute; + top: 0; + left: 0; + -webkit-animation: rsaddon-revealer-4 2.0s infinite ease-in-out; + animation: rsaddon-revealer-4 2.0s infinite ease-in-out; + +} + +.rsaddon-revealer-spinner-4 span:last-child { + + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; + +} + +@-webkit-keyframes rsaddon-revealer-4 { + + 0%, 100% {-webkit-transform: scale(0.0)} + 50% {-webkit-transform: scale(1.0)} + +} + +@keyframes rsaddon-revealer-4 { + + 0%, 100% { + transform: scale(0.0); + -webkit-transform: scale(0.0); + } 50% { + transform: scale(1.0); + -webkit-transform: scale(1.0); + } + +} + +/* *************** */ +/* PRELOADER SIX */ +/* *************** */ +.rsaddon-revealer-spinner-5 { + + width: 50px; + height: 40px; + +} + +.rsaddon-revealer-5 { + + width: 100%; + height: 100%; + text-align: center; + font-size: 10px; + +} + +.rsaddon-revealer-5 span { + + display: block; + height: 100%; + width: 6px; + display: inline-block; + -webkit-animation: rsaddon-revealer-5 1.2s infinite ease-in-out; + animation: rsaddon-revealer-5 1.2s infinite ease-in-out; +} + +.rsaddon-revealer-5 span:nth-child(2) { + + -webkit-animation-delay: -1.1s; + animation-delay: -1.1s; + +} + +.rsaddon-revealer-5 span:nth-child(3) { + + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; + +} + +.rsaddon-revealer-5 span:nth-child(4) { + + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; + +} + +.rsaddon-revealer-5 span:nth-child(5) { + + -webkit-animation-delay: -0.8s; + animation-delay: -0.8s; + +} + +@-webkit-keyframes rsaddon-revealer-5 { + + 0%, 40%, 100% {-webkit-transform: scaleY(0.4)} + 20% {-webkit-transform: scaleY(1.0)} + +} + +@keyframes rsaddon-revealer-5 { + + 0%, 40%, 100% { + transform: scaleY(0.4); + -webkit-transform: scaleY(0.4); + } 20% { + transform: scaleY(1.0); + -webkit-transform: scaleY(1.0); + } + +} + +/* ***************** */ +/* PRELOADER SEVEN */ +/* ***************** */ +.rsaddon-revealer-spinner-10 { + + width: 40px; + height: 40px; + margin-top: -4px; + +} + +.rsaddon-revealer-10 { + + width: 100%; + height: 100%; + +} + +.rsaddon-revealer-10 span { + + display: block; + width: 20px; + height: 20px; + position: absolute; + top: 0; + left: 0; + -webkit-animation: rsaddon-revealer-10 1.8s infinite ease-in-out; + animation: rsaddon-revealer-10 1.8s infinite ease-in-out; +} + +.rsaddon-revealer-10:last-child { + + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; + +} + +@-webkit-keyframes rsaddon-revealer-10 { + + 25% {-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5)} + 50% {-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)} + 75% {-webkit-transform: translateX(0px) translateY(30px) rotate(-270deg) scale(0.5)} + 100% {-webkit-transform: rotate(-360deg)} + +} + +@keyframes rsaddon-revealer-10 { + + 25% { + transform: translateX(30px) rotate(-90deg) scale(0.5); + -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); + } 50% { + transform: translateX(30px) translateY(30px) rotate(-179deg); + -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); + } 50.1% { + transform: translateX(30px) translateY(30px) rotate(-180deg); + -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); + } 75% { + transform: translateX(0px) translateY(30px) rotate(-270deg) scale(0.5); + -webkit-transform: translateX(0px) translateY(30px) rotate(-270deg) scale(0.5); + } 100% { + transform: rotate(-360deg); + -webkit-transform: rotate(-360deg); + } + +} + +/* *************** */ +/* PRELOADER EIGHT */ +/* *************** */ +.rsaddon-revealer-spinner-6 { + + width: 40px; + height: 40px; + +} + +.rsaddon-revealer-6 { + + width: 100%; + height: 100%; + +} + +.rsaddon-revealer-6 span { + + display: block; + width: 33%; + height: 33%; + background-color: #333; + float: left; + -webkit-animation: rsaddon-revealer-6 1.3s infinite ease-in-out; + animation: rsaddon-revealer-6 1.3s infinite ease-in-out; + +} +.rsaddon-revealer-6 span:nth-child(1) { + -webkit-animation-delay: 0.2s; + animation-delay: 0.2s; +} +.rsaddon-revealer-6 span:nth-child(2) { + -webkit-animation-delay: 0.3s; + animation-delay: 0.3s; +} +.rsaddon-revealer-6 span:nth-child(3) { + -webkit-animation-delay: 0.4s; + animation-delay: 0.4s; +} +.rsaddon-revealer-6 span:nth-child(4) { + -webkit-animation-delay: 0.1s; + animation-delay: 0.1s; +} +.rsaddon-revealer-6 span:nth-child(5) { + -webkit-animation-delay: 0.2s; + animation-delay: 0.2s; +} +.rsaddon-revealer-6 span:nth-child(6) { + -webkit-animation-delay: 0.3s; + animation-delay: 0.3s; +} +.rsaddon-revealer-6 span:nth-child(7) { + -webkit-animation-delay: 0s; + animation-delay: 0s; +} +.rsaddon-revealer-6 span:nth-child(8) { + -webkit-animation-delay: 0.1s; + animation-delay: 0.1s; +} +.rsaddon-revealer-6 span:nth-child(9) { + -webkit-animation-delay: 0.2s; + animation-delay: 0.2s; +} + +@-webkit-keyframes rsaddon-revealer-6 { + + 0%, 70%, 100% { + -webkit-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } 35% { + -webkit-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } + +} + +@keyframes rsaddon-revealer-6 { + + 0%, 70%, 100% { + -webkit-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } 35% { + -webkit-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } + +} + +/* *************** */ +/* PRELOADER NINE */ +/* *************** */ +.rsaddon-revealer-spinner-7 { + + width: 35px; + height: 35px; + +} + +.rsaddon-revealer-7 { + + width: 100%; + height: 100%; + -webkit-animation: rsaddon-revealer-7 1s infinite linear; + animation: rsaddon-revealer-7 1s infinite linear; + +} + +@-webkit-keyframes rsaddon-revealer-7 { + + 0% {-webkit-transform:rotate(0deg)} + 100% {-webkit-transform:rotate(360deg)} + +} + +@keyframes rsaddon-revealer-7 { + + 0% {transform:rotate(0deg)} + 100% {transform:rotate(360deg)} + +} + +/* *************** */ +/* PRELOADER TEN */ +/* *************** */ +.rsaddon-revealer-spinner-9 { + + width: 40px; + height: 40px; + +} + +.rsaddon-revealer-9 { + + width: 100%; + height: 100%; + animation: rsaddon-revealer-9 1s infinite linear; + +} + +.rsaddon-revealer-9 span { + + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 16px; + height: 16px; + border-radius: 50%; + margin: -8px; + +} + +.rsaddon-revealer-9 span:nth-child(1) { + + -webkit-animation: rsaddon-revealer-9-1 2s infinite; + animation: rsaddon-revealer-9-1 2s infinite; + +} + +.rsaddon-revealer-9 span:nth-child(2) { + + -webkit-animation: rsaddon-revealer-9-2 2s infinite; + animation: rsaddon-revealer-9-2 2s infinite; + +} + +.rsaddon-revealer-9 span:nth-child(3) { + + -webkit-animation: rsaddon-revealer-9-3 2s infinite; + animation: rsaddon-revealer-9-3 2s infinite; + +} + +.rsaddon-revealer-9 span:nth-child(4) { + + -webkit-animation: rsaddon-revealer-9-4 2s infinite; + animation: rsaddon-revealer-9-4 2s infinite; + +} + +@-webkit-keyframes rsaddon-revealer-9-1 { + 0% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)} + 80% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)} + 100% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@-webkit-keyframes rsaddon-revealer-9-2 { + 0% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)} + 80% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)} + 100% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@-webkit-keyframes rsaddon-revealer-9-3 { + 0% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)} + 80% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)} + 100% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@-webkit-keyframes rsaddon-revealer-9-4 { + 0% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)} + 80% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)} + 100% {-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@keyframes rsaddon-revealer-9-1 { + 0% {transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)} + 80% {transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)} + 100% {transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@keyframes rsaddon-revealer-9-2 { + 0% {transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)} + 80% {transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)} + 100% {transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@keyframes rsaddon-revealer-9-3 { + 0% {transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)} + 80% {transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)} + 100% {transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + +@keyframes rsaddon-revealer-9-4 { + 0% {transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)} + 20% {transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)} + 80% {transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)} + 100% {transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)} +} + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/js/revolution.addon.revealer.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/js/revolution.addon.revealer.min.js new file mode 100644 index 0000000..61fd85a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/reveal/js/revolution.addon.revealer.min.js @@ -0,0 +1,16 @@ +;/* + 2017 ThemePunch + @version 1.0.0 +*/ +(function(){window.RsRevealerAddOn=function(p,a,F){function y(){if(!q){switch(r){case "open_horizontal":c+="width: 50%; height: 100%; top: 0; left: 0";t+="width: 50%; height: 100%; top: 0; left: 50%";b.width="0%";u.left="100%";break;case "open_vertical":c+="width: 100%; height: 50%; top: 0; left: 0";t+="width: 100%; height: 50%; top: 50%; left: 0";b.height="0%";u.top="100%";break;case "split_left_corner":c+='';isCorner=!0;v=G;b.x=500;u.x=-500;break;case "split_right_corner":c+='';isCorner=!0;v=G;b.x=-500;u.x=500;break;case "shrink_circle":var e=2*Math.max(a.width(), +a.height());c+="width: "+e+"px; height: "+e+"px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%";b.width="0";b.height="0";break;case "expand_circle":H=!0;v=R;a.css("clip-path","circle(0% at 50% 50%)");break;case "left_to_right":c+="width: 100%; height: 100%; top: 0; left: 0";b.left="100%";break;case "right_to_left":c+="width: 100%; height: 100%; top: 0; left: 0";b.width="0%";break;case "top_to_bottom":c+="width: 100%; height: 100%; top: 0; left: 0";b.top="100%";break;case "bottom_to_top":c+= +"width: 100%; height: 100%; top: 0; left: 0";b.height="0%";break;case "tlbr_skew":e=Math.atan2(a.width(),a.height());c+="width: 200%; height: 200%; top: 0%; left: -100%; transform: skew(-"+e+"rad)";b.left="100%";break;case "trbl_skew":e=Math.atan2(a.width(),a.height());c+="width: 200%; height: 200%; top: 0%; right: -100%; transform: skew("+e+"rad)";b.right="100%";break;case "bltr_skew":e=Math.atan2(a.width(),a.height());c+="width: 200%; height: 200%; bottom: -100%; left: 0%; transform: skew("+e+"rad)"; +b.bottom="100%";break;case "brtl_skew":e=Math.atan2(a.width(),a.height()),c+="width: 200%; height: 200%; bottom: -100%; right: 0; transform: skew(-"+e+"rad)",b.bottom="100%"}d.overlay_enabled&&(w=p('
').appendTo(n));c+=I?"":'" />';c=p(c).appendTo(n);if(!H||a.css("clip-path")){z&&(t=p(t+'" />').appendTo(n));n.appendTo(a);if(!A)a.one("revolution.slide.onafterswap",B);f&&f.length&&(g.loader=f);S?C=setTimeout(function(){J= +!0;K&&a.revstart()},k):A&&(a.removeClass("rs_addon_revealer_special"),B())}}}function B(){if(!q)if("off"===g.stopLoop&&a.revpause(),f&&f.length||(f=a.find(".tp-loader")),f.length){g.loader=f;var e={opacity:0,ease:punchgs.Power3.easeOut,onComplete:v};D&&k&&(e.delay=k);punchgs.TweenLite.to(f,.3,e)}else D&&k?C=setTimeout(v,k):v()}function R(){if(!q){w&&E();b.point=100;var e={point:0};x=new punchgs.TweenLite(e,l,b);x.eventCallback("onUpdate",function(){a.css("clip-path","circle("+e.point+"% at 50% 50%)")})}} +function G(){q||(w&&E(),punchgs.TweenLite.to(n.find(".rs_addon_point1"),l,b),punchgs.TweenLite.to(n.find(".rs_addon_point2"),l,u))}function E(){var a=d.overlay_duration,c=d.overlay_easing.split("."),b=d.overlay_delay;isNaN(b)&&(b=0);b=.001*parseInt(b,10);isNaN(a)&&(a="300");a=.001*parseInt(a,10);punchgs.TweenLite.to(w,a,{opacity:0,ease:punchgs[c[0]][c[1]],delay:b,onComplete:L})}function M(){a.removeClass("rs_addon_reveal rs_addon_revealer_special");a.find(".tp-loader").css("opacity",1);n&&n.remove(); +"off"===g.stopLoop&&a.revresume();a=g=null}function L(){w&&!N||M();N=!0}function O(){window.removeEventListener("resize",O);clearTimeout(C);q=!0;a.off("revolution.slide.onloaded",y).off("revolution.slide.onafterswap",B);punchgs.TweenLite.killTweensOf(p(".rs_addon_revealer").find("*"));x&&(x.eventCallback("onUpdate",null),x.kill(),x=null);M()}function P(){f=a.find(".tp-loader");f.length?Q(f):window.requestAnimationFrame(P)}function Q(b){b&&b.length?b[0].className="tp-loader":b=p('
').appendTo(a); +b.html(F.replace(/{{color}}/g,d.spinnerColor));g.loader=b}if(p){var g=a[0].opt,K,J;a.on("scriptsloaded",function(){K=!0;J&&a.revstart()});if(window.hasOwnProperty("RsAddonRevealerCustom")){var d=window.RsAddonRevealerCustom;var m=document.URL.split("?");2===m.length&&window.RsAddonRevealerCustom.hasOwnProperty(m[1])&&"itm_1"!==m[1]?(d=window.RsAddonRevealerCustom[m[1]],d.hasOwnProperty("spinner")&&(F=d.spinnerHTML)):d=g.revealer}else d=g.revealer;var r=d.direction,k=d.delay,f,N,C;"default"!==d.spinner&& +("off"!==g.spinner?window.requestAnimationFrame(P):(g.spinner="on",Q()));if("none"===r)a.one("revolution.slide.onloaded",function(){f&&f.length&&(g.loader=f)});else{a.addClass("rs_addon_reveal").find("li").first().attr("fstransition","notransition").data("fstransition","notransition");var n=p('
'),z=-1!==r.search("open"),I=-1!==r.search("corner");m=d.easing.split(".");var A="fullwidth"===g.sliderLayout&&-1!==r.search("skew"),b={ease:punchgs[m[0]][m[1]],onComplete:L}, +u={ease:punchgs[m[0]][m[1]]},D=/skew|shrink/.test(r),l=d.duration,h=d.color,v=function(){q||(w&&E(),punchgs.TweenLite.to(c,l,b),z&&punchgs.TweenLite.to(t,l,u))},c="",t="",w,H,q,x;isNaN(l)&&(l="300");l=.001*parseInt(l,10);isNaN(k)&&(k=0);k=.001*parseInt(k,10);I?c='':(c='
'); + + + wp.append(di); + sb.append(wp); + var tc = wp.closest('.tp-caption'); + punchgs.TweenLite.set(tc,{background:"transparent", transformStyle:"flat", perspective:"1000px", force3D:"true", transformOrigin:"50% 50%"}); + opt.slidecobjects.push({caption:tc,li_index:li.data('index')}); + punchgs.TweenLite.set(di,{opacity:1}); + + }); + + // UPDATE LAYER SIZES IF SLIDE CHANGE (NEED TO DO -> Only Layer Reset on Current Layers in Slide !!) + opt.c.on('revolution.slide.onafterswap',function(event,obj) { + var ind = obj.currentslide.data('index'); + + for (var i in opt.slidecobjects) { + var l = opt.slidecobjects[i].caption, + ls = l.data(); + if (ind===opt.slidecobjects[i].li_index) + updateSlicedBox(l,ls,opt); + } + }); + + // ON LAYER ENTERSTAGE START ANIMATION ON LAYER + opt.c.on('revolution.layeraction',function(event,obj) { + if (obj.eventtype==="enterstage") { + updateSlicedBox(obj.layer,obj.layersettings,opt); + animateSlicedBox(obj.layer,obj.layersettings,0); + } + }); + + + // RECALCULATE SIZE OF ELEMENTS ON RESIZE + jQuery(window).resize(function() { + clearTimeout(opt.sliced_resize_timer); + opt.sliced_resize_timer = setTimeout(function() { + for (var i in opt.slidecobjects) { + var l = opt.slidecobjects[i].caption, + ls = opt.slidecobjects[i].caption.data(), + ali = opt.c.find('.active-revslide'); + + if (ali.length===0 || ali.data('index')===opt.slidecobjects[i].li_index) { + updateSlicedBox(l,ls,opt); + animateSlicedBox(l,ls,"update"); + } + } + + },50) + }) + }; + + // UPDATE THE SLICEBOX SIZES AND CONTENT + var updateSlicedBox = function(l,_,opt) { + _.slicedbox_wrapper = _.slicedbox_wrapper == undefined ? l.find('.slicedbox_wrapper') : _.slicedbox_wrapper; + if (_.slicedbox_wrapper.length>0) { + _.slicedbox_defmig = _.slicedbox_defmig == undefined ? l.find('.slicedbox_defmig') : _.slicedbox_defmig; + _.origin_offset = { + sx : (opt.conw/2 - _.calcx), + sy : (opt.conh/2 - _.calcy), + x : (opt.conw/2 - (_.calcx+(_.eow/2))), + y : (opt.conh/2 - (_.calcy+(_.eoh/2))) + } + punchgs.TweenLite.set(_.slicedbox_defmig,{opacity:1,left:(0-_.calcx)+"px" , top:(0-_.calcy)+"px", width:opt.conw, height:opt.conh, position:"absolute"}); + } + } + + // ANIMATE, RESET PROGRESSED ANIMATION ON LAYER + var animateSlicedBox = function(l,ls,prog) { + if (ls.slicedbox_wrapper.length>0) { + var _ = ls.slicedbox_wrapper.data(); + if (prog===undefined) prog=0; + if (prog==="update" && _.slicedanimation!==undefined) prog = _.slicedanimation.progress(); + _.slicedanimation = new punchgs.TimelineLite(); + _.scalestart = _.global_scalestart * _.slicey_offset_start; + _.scaleend = _.global_scaleend * _.slicey_offset_end; + + /*_.x = { + start: ((ls.eow / (ls.eow * _.scalestart)) * ls.origin_offset.x) - ls.origin_offset.x , //(ls.origin_offset.x - (ls.origin_offset.x*_.scalestart))/2 , + end: ((ls.eow / (ls.eow * _.scaleend)) * ls.origin_offset.x) - ls.origin_offset.x //(ls.origin_offset.x - (ls.origin_offset.x*_.scaleend))/2 + }; + + _.y = { + start: ((ls.eoh / (ls.eoh * _.scalestart)) * ls.origin_offset.y) - ls.origin_offset.y , //(ls.origin_offset.y - (ls.origin_offset.y*_.scalestart))/2 , + end: ((ls.eoh / (ls.eoh * _.scaleend)) * ls.origin_offset.y) - ls.origin_offset.y //(ls.origin_offset.y - (ls.origin_offset.y*_.scaleend))/2 + }; + + + + _.slicedanimation.add(punchgs.TweenLite.fromTo(ls.slicedbox_wrapper,_.global_duration, + { z:0, + x:_.x.start, + y:_.y.start, + transformOrigin:"50% 50%" + }, + { force3D:"auto", + x:_.x.end, + y:_.y.end, + z:(_.scaleend)*100, + ease:_.global_ease + }),0); + */ + _.slicedanimation.add(punchgs.TweenLite.fromTo(ls.slicedbox_wrapper,_.global_duration, + {transformOrigin:(ls.origin_offset.sx+"px "+ls.origin_offset.sy+"px"),scale:(_.global_scalestart*_.slicey_offset_start)}, + {force3D:"auto", scale:(_.global_scaleend*_.slicey_offset_end),ease:_.global_ease}),0); + + + // ADD BLUR EFFECT ON THE ELEMENTS + if (_.slicey_blurstart!==undefined && _.slicey_blurend!==undefined && (_.slicey_blurstart!==0 || _.slicey_blurend!==0)) { + _.blurElement = {a:_.slicey_blurstart}; + _.blurElementEnd = {a:_.slicey_blurend, ease:_.global_ease}; + _.blurAnimation = new punchgs.TweenLite(_.blurElement, _.global_duration, _.blurElementEnd); + + + _.blurAnimation.eventCallback("onUpdate", function(_,ls) { + punchgs.TweenLite.set(ls.slicedbox_wrapper,{position:"absolute",msFilter:'blur('+_.blurElement.a+'px)',filter:'blur('+_.blurElement.a+'px)',webkitFilter:'blur('+_.blurElement.a+'px)'}); + },[_,ls]); + _.slicedanimation.add(_.blurAnimation,0); + } + + _.slicedanimation.progress(prog) + _.slicedanimation.play() + } + } + + +})(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.js new file mode 100644 index 0000000..10ed721 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.js @@ -0,0 +1,164 @@ +/** + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2016 ThemePunch + * @version 1.0.0 + */ + +var RsSnowAddOn = function($, slider) { + + if(!slider) return; + + // inject a static layers div if it doesn't exist + if(!slider.children('.tp-static-layers').length) { + + var staticDiv = document.createElement('div'); + staticDiv.className = 'tp-static-layers'; + staticDiv.style = 'pointer-events: none'; + slider[0].appendChild(staticDiv); + + } + + var options = slider[0].opt.snow, + startSlide = options.startSlide, + endSlide = options.endSlide, + isPlaying, + inited; + + options = { + + selector: '.tp-static-layers', + dimension: 'self', + particleMaxPer: parseInt(options.maxNum, 10), + particlaSize: [parseFloat(options.minSize), parseFloat(options.maxSize)], + particleOpacity: [parseFloat(options.minOpacity), parseFloat(options.maxOpacity)], + particleSpeed: [parseInt(options.minSpeed, 10), parseInt(options.maxSpeed, 10)], + particleSinus: [parseInt(options.minSinus, 10), parseInt(options.maxSinus, 10)] + + }; + + // play snow based on "startAt" and "endAt" settings + slider.on('revolution.slide.onchange', function(event, data) { + + var index = data.slideIndex; + + if(startSlide === 'first') startSlide = 1; + if(endSlide === 'last') endSlide = slider.revmaxslide(); + + if(index >= startSlide && index <= endSlide) { + + if(!inited) { + + slider.letItSnow(options); + inited = true; + + } + else if(!isPlaying) { + + slider.letItSnow('winter'); + + } + + isPlaying = true; + + } + else if(inited) { + + slider.letItSnow('summer'); + isPlaying = false; + + } + + }); + +}; + +/* the magic */ +(function(e, s) { + "use strict"; + + function a(e) { + e.pause = !0, e.sc.find(".snowflakes_wrapper").remove(), e.c.removeData("snowflakes"), e = {} + } + + function n(e) { + e.snowflakes = []; + for (var s = e.w * e.h / 15e5; e.snowflakes.length < e.particleMaxPer * s;) e.snowflakes.push(i(e)) + } + + function t(e) { + window.requestAnimationFrame(function() { + r(e) + }) + } + + function r(e) { + if (e == s || e.ctx == s || 1 == e.destroyed || 1 == e.pause) return !1; + e.ctx.clearRect(0, 0, 2700, 2500); + var a = e.h / 3, + n = e.h / 3 * 2; + for (var r in e.snowflakes) + if (e.snowflakes[r].y + .1 * e.snowflakes[r].r < 0 && 1 == e.summer || e.snowflakes[r].y > e.h + e.snowflakes[r].r && 1 == e.summer) {} + else { + e.snowflakes[r].delta += e.snowflakes[r].delta == Math.PI / 2 ? -e.snowflakes[r].delta : Math.random() / 500 - .01, e.summer ? e.snowflakes[r].y += e.snowflakes[r].speed / 50 + .1 * e.snowflakes[r].r : e.snowflakes[r].y += e.snowflakes[r].speed / 100 + .1 * e.snowflakes[r].r, e.snowflakes[r].x += Math.sin(e.snowflakes[r].delta) * (.1 * e.snowflakes[r].r), e.snowflakes[r].y > e.h + e.snowflakes[r].r && 1 != e.summer && (e.snowflakes[r] = i(e), e.snowflakes[r].y = 0 - e.snowflakes[r].r); + var l = e.snowflakes[r].y - a, + o = e.snowflakes[r].r, + c = e.snowflakes[r].alpha; + if (l > 0 || 1 == e.summer) { + var w = 1 - l / n; + o = e.snowflakes[r].r * w, c = e.snowflakes[r].alpha * w + } + o = .1 > o ? .1 : o, c = .1 > c ? .1 : c, e.snowflakes[r].x = e.snowflakes[r].x > e.w + e.snowflakes[r].r ? 0 : e.snowflakes[r].x < -o ? e.w : e.snowflakes[r].x, e.ctx.beginPath(), e.ctx.arc(e.snowflakes[r].x, e.snowflakes[r].y, o, 2 * Math.PI, !1), e.ctx.fillStyle = "rgba(255,255,255," + c + ")", e.ctx.fill() + } + t(e) + } + + function i(e) { + var s = new Object; + return s.delta = (e.particleSinus[0] + Math.random() * (e.particleSinus[1] - e.particleSinus[0])) * Math.round(2 * Math.random() - 1), s.r = e.particlaSize[0] + Math.random() * (e.particlaSize[1] - e.particlaSize[0]), s.alpha = e.particleOpacity[0] + Math.random() * (e.particleOpacity[1] - e.particleOpacity[0]), s.speed = (e.particleSpeed[0] + Math.random() * (e.particleSpeed[1] - e.particleSpeed[0])) * s.r / 3, s.x = Math.random() * e.w, s.y = Math.random() * -e.h, s + } + e.fn.extend({ + letItSnow: function(r) { + var i = { + particleMaxPer: 400, + particlaSize: [.2, 6], + particleOpacity: [.3, 1], + particleSpeed: [30, 100], + particleSinus: [1, 100] + }; + return "destroy" != r && "stop" != r && "play" != r && "summer" != r && "winter" != r && (r = e.extend(!0, {}, i, r)), this.each(function() { + if (-1 != e.inArray(r, ["destroy", "stop", "play", "winter", "summer"])) { + switch (r) { + case "destroy": + r = e(this).data("snowflakes"), r != s && a(r); + break; + case "stop": + r = e(this).data("snowflakes"), r != s && (r.pause = !0); + break; + case "play": + r = e(this).data("snowflakes"), r != s && (r.pause = !1, t(r)); + break; + case "summer": + r = e(this).data("snowflakes"), r != s && (r.summer = !0); + break; + case "winter": + r = e(this).data("snowflakes"), r != s && (r.summer = !1) + } + return !1 + } + return r.c = e(this), r.sc = r.selector != s ? e(this).find(r.selector) : r.c, 0 == r.sc.length ? !1 : r.c.data("snowflakes") != s ? !1 : (r.sc.find(".snowflakes_wrapper").remove(), r.sc.append('
'), r.sw = r.sc.find(".snowflakes_wrapper_inner"), r.sw.data("caller_container", r.c), r.canvas = r.sc.find(".snowflake_canvas"), r.dimension != self ? r.sizer = r.c : r.sizer = r.sc, r.w = r.sizer.width(), r.h = r.sizer.height(), r.sc.find(".snowflakes_wrapper_inner").css({ + width: r.w, + height: r.h + }), r.canvas = r.canvas[0], r.snowflakes = [], r.ctx = r.canvas.getContext("2d"), n(r), t(r), r.c.data("snowflakes", r), void e(window).resize(function() { + clearTimeout(r.timer), r.timer = setTimeout(function() { + r.w = r.sizer.width(), r.h = r.sizer.height(), r.sc.find(".snowflakes_wrapper_inner").css({ + width: r.w, + height: r.h + }), n(r) + }, 50) + })) + }) + } + }); + +})(jQuery); diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.min.js new file mode 100644 index 0000000..5585bc9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/snow/revolution.addon.snow.min.js @@ -0,0 +1,16 @@ +/** + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2016 ThemePunch + * @version 1.0.0 + */ + +;var RsSnowAddOn=function(e,c){if(c){if(!c.children(".tp-static-layers").length){var f=document.createElement("div");f.className="tp-static-layers";f.style="pointer-events: none";c[0].appendChild(f)}var d=c[0].opt.snow,k=d.startSlide,g=d.endSlide,a,m,d={selector:".tp-static-layers",dimension:"self",particleMaxPer:parseInt(d.maxNum,10),particlaSize:[parseFloat(d.minSize),parseFloat(d.maxSize)],particleOpacity:[parseFloat(d.minOpacity),parseFloat(d.maxOpacity)],particleSpeed:[parseInt(d.minSpeed,10), +parseInt(d.maxSpeed,10)],particleSinus:[parseInt(d.minSinus,10),parseInt(d.maxSinus,10)]};c.on("revolution.slide.onchange",function(e,b){var h=b.slideIndex;"first"===k&&(k=1);"last"===g&&(g=c.revmaxslide());h>=k&&h<=g?(m?a||c.letItSnow("winter"):(c.letItSnow(d),m=!0),a=!0):m&&(c.letItSnow("summer"),a=!1)})}}; +(function(e,c){function f(a){a.pause=!0;a.sc.find(".snowflakes_wrapper").remove();a.c.removeData("snowflakes")}function d(a){a.snowflakes=[];for(var c=a.w*a.h/15E5;a.snowflakes.lengtha.snowflakes[b].y+.1*a.snowflakes[b].r&&1==a.summer||a.snowflakes[b].y>a.h+a.snowflakes[b].r&& +1==a.summer)){a.snowflakes[b].delta+=a.snowflakes[b].delta==Math.PI/2?-a.snowflakes[b].delta:Math.random()/500-.01;a.summer?a.snowflakes[b].y+=a.snowflakes[b].speed/50+.1*a.snowflakes[b].r:a.snowflakes[b].y+=a.snowflakes[b].speed/100+.1*a.snowflakes[b].r;a.snowflakes[b].x+=.1*Math.sin(a.snowflakes[b].delta)*a.snowflakes[b].r;a.snowflakes[b].y>a.h+a.snowflakes[b].r&&1!=a.summer&&(a.snowflakes[b]=g(a),a.snowflakes[b].y=0-a.snowflakes[b].r);var h=a.snowflakes[b].y-d,l=a.snowflakes[b].r,f=a.snowflakes[b].alpha; +if(0l?.1:l;f=.1>f?.1:f;a.snowflakes[b].x=a.snowflakes[b].x>a.w+a.snowflakes[b].r?0:a.snowflakes[b].x<-l?a.w:a.snowflakes[b].x;a.ctx.beginPath();a.ctx.arc(a.snowflakes[b].x,a.snowflakes[b].y,l,2*Math.PI,!1);a.ctx.fillStyle="rgba(255,255,255,"+f+")";a.ctx.fill()}k(a)}})}function g(a){var c={};return c.delta=(a.particleSinus[0]+Math.random()*(a.particleSinus[1]-a.particleSinus[0]))*Math.round(2*Math.random()-1),c.r=a.particlaSize[0]+ +Math.random()*(a.particlaSize[1]-a.particlaSize[0]),c.alpha=a.particleOpacity[0]+Math.random()*(a.particleOpacity[1]-a.particleOpacity[0]),c.speed=(a.particleSpeed[0]+Math.random()*(a.particleSpeed[1]-a.particleSpeed[0]))*c.r/3,c.x=Math.random()*a.w,c.y=Math.random()*-a.h,c}e.fn.extend({letItSnow:function(a){var g={particleMaxPer:400,particlaSize:[.2,6],particleOpacity:[.3,1],particleSpeed:[30,100],particleSinus:[1,100]};return"destroy"!=a&&"stop"!=a&&"play"!=a&&"summer"!=a&&"winter"!=a&&(a=e.extend(!0, +{},g,a)),this.each(function(){if(-1!=e.inArray(a,["destroy","stop","play","winter","summer"])){switch(a){case "destroy":a=e(this).data("snowflakes");a!=c&&f(a);break;case "stop":a=e(this).data("snowflakes");a!=c&&(a.pause=!0);break;case "play":a=e(this).data("snowflakes");a!=c&&(a.pause=!1,k(a));break;case "summer":a=e(this).data("snowflakes");a!=c&&(a.summer=!0);break;case "winter":a=e(this).data("snowflakes"),a!=c&&(a.summer=!1)}return!1}return a.c=e(this),a.sc=a.selector!=c?e(this).find(a.selector): +a.c,0==a.sc.length?!1:a.c.data("snowflakes")!=c?!1:(a.sc.find(".snowflakes_wrapper").remove(),a.sc.append('
'),a.sw=a.sc.find(".snowflakes_wrapper_inner"),a.sw.data("caller_container",a.c),a.canvas=a.sc.find(".snowflake_canvas"),a.dimension!=self? +a.sizer=a.c:a.sizer=a.sc,a.w=a.sizer.width(),a.h=a.sizer.height(),a.sc.find(".snowflakes_wrapper_inner").css({width:a.w,height:a.h}),a.canvas=a.canvas[0],a.snowflakes=[],a.ctx=a.canvas.getContext("2d"),d(a),k(a),a.c.data("snowflakes",a),void e(window).resize(function(){clearTimeout(a.timer);a.timer=setTimeout(function(){a.w=a.sizer.width();a.h=a.sizer.height();a.sc.find(".snowflakes_wrapper_inner").css({width:a.w,height:a.h});d(a)},50)}))})}})})(jQuery); \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/css/typewriter.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/css/typewriter.css new file mode 100644 index 0000000..b96ce82 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/css/typewriter.css @@ -0,0 +1,18 @@ +.tp-caption[data-typewriter]:after { + + position: absolute; + +} + +.tp-caption[data-typewriter-blinking]:after { + + position: static; + +} + +@keyframes tp-typewriter { + + from {visibility: visible} + to {visibility: hidden} + +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.js new file mode 100644 index 0000000..0024938 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.js @@ -0,0 +1,871 @@ +/** + * @author ThemePunch + * @link http://www.themepunch.com/ + * @copyright 2016 ThemePunch + */ + +/* + + ***************************** + *********** [API] *********** + ***************************** + + ----------------- + ---- Methods ---- + ----------------- + + // pause animation + jQuery(layer).data('typewriter').pause(); + + // resume animation + jQuery(layer).data('typewriter').resume(); + + // retart the animation + jQuery(layer).data('typewriter').restart(); + + // stop the animation and restore the original Layer text + jQuery(layer).data('typewriter').restore(); + + ---------------- + ---- EVENTS ---- + ---------------- + + // animation begins + revapi1.on('revolution.slide.typewriterstarted', function(e, layer) { + + console.log(layer); + + }); + + // animation ended completely + revapi1.on('revolution.slide.typewriterended', function(e, layer) { + + console.log(layer); + + }); + + // sequenced line begins + revapi1.on('revolution.slide.typewriternewline', function(e, layer, lineIndex, lineText) { + + console.log(layer); + console.log('Line #' + lineIndex + ' = ' + lineText); + + }); + + // sequenced starts a new loop + revapi1.on('revolution.slide.typewriterlooped', function(e, layer) { + + console.log(layer); + + }); + +*/ + +;(function() { + + var $, + css, + decoder, + sliders = [], + events = ['onbeforeswap', 'layeraction', 'beforeredraw', 'afterdraw'], + anime = 'content: "[char]"; animation: tp-typewriter [speed]s steps(2, start) infinite'; + + // called from bottom of slider init JS + // function(tpj, revapi) + window.RsTypewriterAddOn = function(_$, slider) { + + if(!slider) return; + + var layrs = slider.find(".tp-caption[data-typewriter]"); + + // only instantiate if slider contains at least one Typewriter Layer + if(layrs.length) new RsTypewriter(_$, slider, layrs); + + }; + + function RsTypewriter(_$, slider, layrs) { + + sliders[sliders.length] = this; + + // store local copy of "tpj" + if(!$) { + + $ = _$; + + // garbage collection hook + $.event.special.typewriterDestroyed = { + + remove: function(evt) {evt.handler();} + + }; + + decoder = document.createElement('textarea'); + + } + + css = ''; + this.layrs = []; + + var levels = slider[0]; + levels = levels.hasOwnProperty('opt') ? levels.opt : false; + + if(levels && levels.hasOwnProperty('responsiveLevels')) levels = levels.responsiveLevels; + if(Array.isArray(levels)) this.levels = levels; + + // add garbage collection hook + this.slider = slider.on('typewriterDestroyed', onRemove); + + // prepare TypeWriter Layers + layrs.each(this.writeLayerData.bind(this)); + + // inline CSS for the blinking cursor animation + if(css) { + + var head = document.head || document.body; + if(head) { + + var style = document.createElement('style'); + style.type = 'text/css'; + style.innerHTML = css; + head.appendChild(style); + + } + + } + + // add slider API event listeners + var len = events.length; + for(var i = 0; i < len; i++) { + + slider.on('revolution.slide.' + events[i], this.eventCallback.bind(this)); + + } + + } + + RsTypewriter.prototype = { + + /* catch-all callback */ + eventCallback: function(event, obj) { + + // call corresponding event handler + this[event.namespace.replace('.slide', '')](obj); + + }, + + /* stop timers and then reset Layer text */ + onbeforeswap: function(data) { + + var layrs = this.layrs, + len = layrs.length, + itm; + + data = data.currentslide[0]; + if(!data) return; + + while(len--) { + + itm = layrs[len]; + if(itm.statc) continue; + + clearTimeout(itm.timer); + itm.running = false; + itm.active = false; + + if(!data.contains(itm.el)) { + + itm.el.innerHTML = itm.orig; + itm.el.className = itm.el.className + ' hide-typewriter-cursor'; + + } + + } + + }, + + /* start effect when the Layer is officially available */ + layeraction: function(obj) { + + if(obj.eventtype !== 'enterstage') return; + + var typewriter = $.data(obj.layer[0], 'typewriter'); + if(typewriter && obj.layertype === 'html') { + + typewriter.active = true; + typewriter.start(); + + } + + }, + + /* before "containerResized()" */ + beforeredraw: function(obj) { + + var layrs = this.layrs, + len = layrs.length; + + while(len--) layrs[len].onRedraw(); + + }, + + /* after "containerResized()" */ + afterdraw: function() { + + var layrs = this.layrs, + len = layrs.length; + + while(len--) layrs[len].onRedraw(true); + + }, + + writeLayerData: function(i, el) { + + var txt = $.trim(el.innerHTML); + + // bounce if Layer content is empty + if(!txt) { + + el.removeAttribute('data-typewriter'); + return; + + } + + // disable whiteboard if it exists as the two just shoudn't be used together + if(el.getAttribute('data-whiteboard')) { + + if(typeof console !== 'undefined') { + + console.log('Whiteboard is disabled for Layers with Typewriter Add-On effect enabled'); + + } + + el.removeAttribute('data-whiteboard'); + + } + + this.layrs[this.layrs.length] = new TypewriterLayer(el, txt, this.levels, this.slider); + + } + + }; + + function TypewriterLayer(el, txt, levels, revapi) { + + var data = JSON.parse(el.getAttribute('data-typewriter')), + clean = txt.replace(/(_|\|)$/, ''), + clas = el.className, + lines = data.lines, + orig = txt, + dels = [], + delays, + widths, + preLev, + level, + delay, + space, + auto, + line, + len, + val, + d1, + d2, + i; + + + el.className = clas + ' hide-typewriter-cursor'; + + // sanitize "data-typewriter" info + for(var prop in data) { + + if(!data.hasOwnProperty(prop)) continue; + + val = data[prop]; + prop = prop.replace(/_([a-z])/g, camelCase); + + this[prop] = val === 'on' ? 1 : val === 'off' ? 0 : isNaN(val) === false ? parseInt(val, 10) : val; + + } + + if(this.blinking) { + + // blinking cursor is a CSS animation + css += '#' + el.id + ':after {' + + anime.replace('[char]', this.cursorType === 'one' ? '_' : '|') + .replace('[speed]', parseInt(this.blinkingSpeed, 10) * 0.001) + '}' + + '#' + el.id + '.hide-typewriter-cursor:after {content: ""}'; + + + /* + For presentation purposes, Layers with a background and + also an "auto" width should have a "static" position for the cursor. + For all other situations, an "absolute" position (the default) works best. + */ + if(this.background) { + + widths = el.getAttribute('data-width').replace(/[\[\]']+/g, '').split(','); + + if(levels) { + + len = widths.length; + + // check for auto width for all 4 responsive levels + for(i = 0; i < len; i++) { + + level = levels[i]; + + // prevent duplicate rules + if(level === preLev) continue; + + auto = widths[i]; + auto = auto === 'auto' || auto === 'none'; + + if(i > 0) { + + auto = auto ? 'static' : 'absolute'; + css += '@media screen and (max-width: ' + level + 'px) {' + + '#' + el.id + '.tp-caption[data-typewriter]:after {position: ' + auto + '}}'; + + } + else if(auto) { + + el.setAttribute('data-typewriter-blinking', 'true'); + + } + + preLev = level; + + } + + } + else { + + auto = widths[0]; + if(auto === 'none' || auto === 'auto') { + + el.setAttribute('data-typewriter-blinking', 'true'); + + } + + } + + } + + } + + if(this.sequenced && lines) { + + txt = [sanitize(unescape(txt))]; + lines = lines.split(','); + len = lines.length; + + for(i = 0; i < len; i++) { + + line = $.trim(lines[i]); + if(line) txt[txt.length] = sanitize(unescape(line)); + + } + + el.setAttribute('data-typewriter-sequenced', 'true'); + + } + else { + + this.looped = false; + this.sequenced = false; + this.newlineDelay = this.linebreakDelay; + + lines = sanitize(txt, true).split(/\r?\n|\r/g); + len = lines.length; + txt = []; + + for(i = 0; i < len; i++) { + + txt[txt.length] = $.trim(lines[i]); + txt[txt.length] = ''; + + } + + while(txt[0] === '') txt.shift(); + while(txt[txt.length - 1] === '') txt.pop(); + + } + + if(this.wordDelay) { + + delays = data.delays; + if(delays) { + + delays = delays.split(','); + len = delays.length; + space = 0; + + for(i = 0; i < len; i++) { + + delay = unescape(delays[i]).split('|'); + d1 = delay[0]; + d2 = delay[1]; + + if(isNaN(d1) === false && isNaN(d2) === false) { + + d1 = parseInt(d1); + dels[d1 + space - 1] = parseInt(d2); + space += d1; + + } + } + + this.spaces = dels; + + } + else { + + this.wordDelay = false; + + } + + } + + this.el = el; + this.txt = txt; + this.orig = orig; + this.clean = clean; + this.revapi = revapi; + this.len = txt.length; + this.statc = clas.search('tp-static-layer') !== -1; + + $.data(el, 'typewriter', this); + + } + + TypewriterLayer.prototype = { + + /* reset values and call "start delay" timer */ + start: function(delay, fromLoop) { + + clearTimeout(this.timer); + if(this.paused) return; + + this.line = 0; + this.step = 0; + this.words = 0; + this.skip = false; + this.rewind = false; + this.rstart = false; + this.breaker = false; + this.paused = false; + this.rpaused = false; + this.str = this.txt[this.line]; + this.len = this.str.length; + + if(!fromLoop) { + + this.el.innerHTML = ' '; + this.el.className = this.el.className.replace(/ hide-typewriter-cursor/g, ''); + this.timer = setTimeout(this.onStart.bind(this), this.startDelay); + + } + else { + + this.timer = setTimeout(this.onStart.bind(this), delay); + this.revapi.trigger('revolution.slide.typewriterlooped', [this.el]); + + } + + this.running = true; + this.revapi.trigger('revolution.slide.typewriterstarted', [this.el]); + this.revapi.trigger('revolution.slide.typewriternewline', [this.el, this.line + 1, this.txt[this.line]]); + + }, + + onStart: function() { + + this.el.innerHTML = ''; + this.animate(); + + }, + + /* handles all possible typing actions */ + animate: function() { + + var next, + charc, + words, + space, + str = this.str, + txt = this.txt, + step = this.step, + rewind = this.rewind, + speed = !rewind ? this.speed : this.deletionSpeed; + + if(step < this.len) { + + if(!rewind) { + + if(!this.breaker) { + + charc = str[step]; + if(charc === 'µ') { + + this.skip = true; + this.breaker = true; + speed = this.linebreakDelay; + + } + + } + else { + + charc = '
'; + speed = !this.skip ? this.newlineDelay : this.linebreakDelay; + + this.breaker = false; + this.skip = false; + this.words = 0; + this.step--; + + } + + if(!this.breaker) { + + space = this.el.innerHTML; + if(space === ' ') space = ''; + this.el.innerHTML = space + charc; + + if(this.wordDelay && charc === ' ') { + + words = this.words; + space = this.spaces[words]; + + if(space) { + + speed = space; + this.words = words < this.spaces.length - 1 ? words + 1 : 0; + + } + else { + + this.words += 1; + + } + } + } + + } + else { + + str = str.slice(0, -1); + this.str = str; + this.el.innerHTML = str.replace(/µ/g, '
') || ' '; + + } + + this.step++; + next = true; + + } + else if(this.rstart) { + + if(!this.paused) { + + this.start(this.newlineDelay, true); + + } + else { + + this.rpaused = true; + this.lastSpeed = this.newlineDelay; + + } + + return; + + } + else if(this.line < txt.length) { + + this.line++; + this.step = 0; + this.skip = false; + + str = txt[this.line]; + this.str = str; + + if(str === '') { + + this.line++; + this.breaker = true; + speed = this.newlineDelay; + + } + + if(this.line < txt.length) { + + if(!this.sequenced) { + + this.str = txt[this.line]; + this.len = this.str.length; + + } + else { + + rewind = !rewind; + + if(!rewind) { + + this.str = txt[this.line]; + this.len = this.str.length; + speed = this.newlineDelay; + + } + else { + + this.line--; + this.str = txt[this.line]; + speed = this.deletionDelay; + + } + + this.rewind = rewind; + + } + + next = true; + this.words = 0; + + if(!this.rewind) { + + this.revapi.trigger( + + 'revolution.slide.typewriternewline', + [this.el, this.line + 1, txt[this.line]] + + ); + + } + + } + else if(this.looped) { + + this.rewind = true; + this.rstart = true; + this.words = 0; + this.line--; + this.str = txt[this.line]; + + next = true; + speed = this.deletionDelay; + + } + + } + + if(next) { + + if(this.paused) { + + this.lastSpeed = speed; + return; + + } + + if(speed) this.timer = setTimeout(this.animate.bind(this), speed); + else this.animate(); + + } + else { + + this.running = false; + if(this.hideCursor) this.el.className = this.el.className + ' hide-typewriter-cursor'; + this.revapi.trigger('revolution.slide.typewriterended', [this.el]); + + } + + }, + + /* swap text to its original on redraws for accurate positioning */ + onRedraw: function(restore) { + + if(!restore) { + + var pos = window.getComputedStyle(this.el, ':after').getPropertyValue('position'); + + this.state = this.el.innerHTML; + this.el.innerHTML = pos === 'absolute' ? this.orig : this.clean; + + } + else { + + this.el.innerHTML = this.state; + + } + + }, + + /* + API event + jQuery(layer).data('typewriter').pause(); + */ + pause: function() { + + // bounce if Layer does not belong to the current slide + // or if the Layer has not entered the stage yet + if(!this.active) return; + + clearTimeout(this.timer); + this.paused = true; + + }, + + /* + API event + jQuery(layer).data('typewriter').resume(); + */ + resume: function() { + + // bounce if Layer does not belong to the current slide + // or if the Layer has not entered the stage yet + if(!this.active) return; + + // if animation wasn't previously running (i.e. had already finished), + // call api.restart() instead + if(!this.running) { + + this.restart(); + return; + + } + + // animation is currently running but was not previously paused, + // so no need to continue + if(!this.paused) return; + + if(!this.rpaused) { + + this.paused = false; + if(this.lastSpeed) this.timer = setTimeout(this.animate.bind(this), this.lastSpeed); + else this.animate(); + + } + else { + + this.start(this.lastSpeed, true); + + } + + }, + + /* + API event + jQuery(layer).data('typewriter').restart(); + */ + restart: function() { + + // bounce if Layer does not belong to the current slide + // or if the Layer has not entered the stage yet + if(!this.active) return; + + clearTimeout(this.timer); + this.rpaused = false; + this.paused = false; + this.start(); + + }, + + /* + API event - cancels animation and restores original Layer text + jQuery(layer).data('typewriter').restore(hideBlinkingCursor = false); + */ + restore: function(hideCursor) { + + // bounce if Layer does not belong to the current slide + // or if the Layer has not entered the stage yet + if(!this.active) return; + + clearTimeout(this.timer); + this.el.innerHTML = this.clean; + if(hideCursor) this.el.className = this.el.className + ' hide-typewriter-cursor'; + + } + + }; + + function camelCase(chr) { + + return chr[1].toUpperCase(); + + } + + // sanitize text/html, strips all tags and then makes sense of all possible line breaks + function sanitize(st, deep) { + + st = st.replace(/<(?!br\s*\/?)[^>]+>/g, '').replace(/(_|\|)$/, ''); + + if(!deep) { + + st = st.replace(/\r?\n|\r/g, '±') + .replace(/]*>/gi, 'µ') + .replace(/±µ|µ±/g, 'µ') + .replace(/^±+|±+$/g, '') + .replace(/^µ+|µ+$/g, ''); + + } + else { + + st = st.replace(/\r?\n|\r/g, ' ').replace(/]*>/gi, '\n'); + + } + + decoder.innerHTML = st; + return decoder.value; + + } + + // slider removed from stage + function onRemove() { + + var i = sliders.length, slider; + + while(i--) { + + slider = sliders[i]; + if(slider[0] === this) { + + destroy(slider); + sliders = sliders.splice(i, 1); + break; + + } + + } + + } + + // garbage collection + function destroy(slider) { + + var layrs = slider.layrs, + len = layrs.length; + + while(len--) { + + $.removeData(layrs[len].el, 'typewriter'); + + } + + for(var prop in slider) { + + if(slider.hasOwnProperty(prop)) { + + delete slider[prop]; + + } + + } + + } + + +})(); + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.min.js new file mode 100644 index 0000000..6040173 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/typewriter/js/revolution.addon.typewriter.min.js @@ -0,0 +1,18 @@ +/* + 2016 ThemePunch +*/ +(function(){function p(a,b,c){m[m.length]=this;n||(n=a,n.event.special.typewriterDestroyed={remove:function(a){a.handler()}},q=document.createElement("textarea"));r="";this.layrs=[];a=b[0];(a=a.hasOwnProperty("opt")?a.opt:!1)&&a.hasOwnProperty("responsiveLevels")&&(a=a.responsiveLevels);Array.isArray(a)&&(this.levels=a);this.slider=b.on("typewriterDestroyed",y);c.each(this.writeLayerData.bind(this));r&&(c=document.head||document.body)&&(a=document.createElement("style"),a.type="text/css",a.innerHTML= +r,c.appendChild(a));c=w.length;for(a=0;a]+>/g,"").replace(/(_|\|)$/,"");a=b?a.replace(/\r?\n|\r/g," ").replace(/]*>/gi, +"\n"):a.replace(/\r?\n|\r/g,"\u00b1").replace(/]*>/gi,"\u00b5").replace(/\u00b1\u00b5|\u00b5\u00b1/g,"\u00b5").replace(/^\u00b1+|\u00b1+$/g,"").replace(/^\u00b5+|\u00b5+$/g,"");q.innerHTML=a;return q.value}function y(){for(var a=m.length,b;a--;)if(b=m[a],b[0]===this){for(var c=b.layrs,f=c.length;f--;)n.removeData(c[f].el,"typewriter");c=void 0;for(c in b)b.hasOwnProperty(c)&&delete b[c];m=m.splice(a,1);break}}var n,r,q,m=[],w=["onbeforeswap","layeraction","beforeredraw","afterdraw"];window.RsTypewriterAddOn= +function(a,b){if(b){var c=b.find(".tp-caption[data-typewriter]");c.length&&new p(a,b,c)}};p.prototype={eventCallback:function(a,b){this[a.namespace.replace(".slide","")](b)},onbeforeswap:function(a){var b=this.layrs,c=b.length,f;if(a=a.currentslide[0])for(;c--;)f=b[c],f.statc||(clearTimeout(f.timer),f.running=!1,f.active=!1,a.contains(f.el)||(f.el.innerHTML=f.orig,f.el.className+=" hide-typewriter-cursor"))},layeraction:function(a){if("enterstage"===a.eventtype){var b=n.data(a.layer[0],"typewriter"); +b&&"html"===a.layertype&&(b.active=!0,b.start())}},beforeredraw:function(a){a=this.layrs;for(var b=a.length;b--;)a[b].onRedraw()},afterdraw:function(){for(var a=this.layrs,b=a.length;b--;)a[b].onRedraw(!0)},writeLayerData:function(a,b){var c=n.trim(b.innerHTML);c?(b.getAttribute("data-whiteboard")&&("undefined"!==typeof console&&console.log("Whiteboard is disabled for Layers with Typewriter Add-On effect enabled"),b.removeAttribute("data-whiteboard")),this.layrs[this.layrs.length]=new x(b,c,this.levels, +this.slider)):b.removeAttribute("data-typewriter")}};x.prototype={start:function(a,b){clearTimeout(this.timer);this.paused||(this.words=this.step=this.line=0,this.rpaused=this.paused=this.breaker=this.rstart=this.rewind=this.skip=!1,this.str=this.txt[this.line],this.len=this.str.length,b?(this.timer=setTimeout(this.onStart.bind(this),a),this.revapi.trigger("revolution.slide.typewriterlooped",[this.el])):(this.el.innerHTML=" ",this.el.className=this.el.className.replace(/ hide-typewriter-cursor/g, +""),this.timer=setTimeout(this.onStart.bind(this),this.startDelay)),this.running=!0,this.revapi.trigger("revolution.slide.typewriterstarted",[this.el]),this.revapi.trigger("revolution.slide.typewriternewline",[this.el,this.line+1,this.txt[this.line]]))},onStart:function(){this.el.innerHTML="";this.animate()},animate:function(){var a,b;b=this.str;var c=this.txt,f=this.step,g=this.rewind,k=g?this.deletionSpeed:this.speed;if(f")||" "):(this.breaker?(b="
",k=this.skip?this.linebreakDelay:this.newlineDelay,this.skip=this.breaker=!1,this.words=0,this.step--):(b=b[f],"\u00b5"===b&&(this.breaker=this.skip=!0,k=this.linebreakDelay)),this.breaker||(a=this.el.innerHTML," "===a&&(a=""),this.el.innerHTML=a+b,this.wordDelay&&" "===b&&(b=this.words,(a=this.spaces[b])?(k=a,this.words=b + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.ttf b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.ttf new file mode 100644 index 0000000..53eef3a Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.ttf differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.woff b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.woff new file mode 100644 index 0000000..ce6d6e9 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/fonts/artill_clean_icons-webfont.woff differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-icon.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-icon.css new file mode 100644 index 0000000..9afd36d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-icon.css @@ -0,0 +1,77 @@ +/** + * All of the CSS for your public-facing functionality should be + * included in this file. + */ + + @font-face { + font-family: 'weather'; + src: url('fonts/artill_clean_icons-webfont.eot'); + src: url('fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/artill_clean_icons-webfont.woff') format('woff'), + url('fonts/artill_clean_icons-webfont.ttf') format('truetype'), + url('fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg'); + font-weight: normal; + font-style: normal; +} + +.revslider-weather-icon { + font-family: 'weather'; + text-align: inherit!important; + line-height: inherit!important; + border-width: inherit!important; + margin: inherit!important; + padding: inherit!important; + letter-spacing: inherit!important; + font-weight: inherit!important; + font-size: inherit!important; + font-style: inherit; +} + +.revslider-weather-icon-0:before { content: ":"; } +.revslider-weather-icon-1:before { content: "p"; } +.revslider-weather-icon-2:before { content: "S"; } +.revslider-weather-icon-3:before { content: "Q"; } +.revslider-weather-icon-4:before { content: "S"; } +.revslider-weather-icon-5:before { content: "W"; } +.revslider-weather-icon-6:before { content: "W"; } +.revslider-weather-icon-7:before { content: "W"; } +.revslider-weather-icon-8:before { content: "W"; } +.revslider-weather-icon-9:before { content: "I"; } +.revslider-weather-icon-10:before { content: "W"; } +.revslider-weather-icon-11:before { content: "I"; } +.revslider-weather-icon-12:before { content: "I"; } +.revslider-weather-icon-13:before { content: "I"; } +.revslider-weather-icon-14:before { content: "I"; } +.revslider-weather-icon-15:before { content: "W"; } +.revslider-weather-icon-16:before { content: "I"; } +.revslider-weather-icon-17:before { content: "W"; } +.revslider-weather-icon-18:before { content: "U"; } +.revslider-weather-icon-19:before { content: "Z"; } +.revslider-weather-icon-20:before { content: "Z"; } +.revslider-weather-icon-21:before { content: "Z"; } +.revslider-weather-icon-22:before { content: "Z"; } +.revslider-weather-icon-23:before { content: "Z"; } +.revslider-weather-icon-24:before { content: "E"; } +.revslider-weather-icon-25:before { content: "E"; } +.revslider-weather-icon-26:before { content: "3"; } +.revslider-weather-icon-27:before { content: "a"; } +.revslider-weather-icon-28:before { content: "A"; } +.revslider-weather-icon-29:before { content: "a"; } +.revslider-weather-icon-30:before { content: "A"; } +.revslider-weather-icon-31:before { content: "6"; } +.revslider-weather-icon-32:before { content: "1"; } +.revslider-weather-icon-33:before { content: "6"; } +.revslider-weather-icon-34:before { content: "1"; } +.revslider-weather-icon-35:before { content: "W"; } +.revslider-weather-icon-36:before { content: "1"; } +.revslider-weather-icon-37:before { content: "S"; } +.revslider-weather-icon-38:before { content: "S"; } +.revslider-weather-icon-39:before { content: "S"; } +.revslider-weather-icon-40:before { content: "M"; } +.revslider-weather-icon-41:before { content: "W"; } +.revslider-weather-icon-42:before { content: "I"; } +.revslider-weather-icon-43:before { content: "W"; } +.revslider-weather-icon-44:before { content: "a"; } +.revslider-weather-icon-45:before { content: "S"; } +.revslider-weather-icon-46:before { content: "U"; } +.revslider-weather-icon-47:before { content: "S"; } \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-public.css b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-public.css new file mode 100644 index 0000000..735e18a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/css/revslider-weather-addon-public.css @@ -0,0 +1,17 @@ +/** + * All of the CSS for your public-facing functionality should be + * included in this file. + */ + + span.revslider-weather-data { + transition: inherit!important; + text-align: inherit!important; + line-height: inherit!important; + border-width: inherit!important; + margin: inherit!important; + padding: inherit!important; + letter-spacing: inherit!important; + font-weight: inherit!important; + font-size: inherit!important; + font-style: inherit; +} \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/js/revslider-weather-addon-public.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/js/revslider-weather-addon-public.js new file mode 100644 index 0000000..19b87ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/weather/js/revslider-weather-addon-public.js @@ -0,0 +1,133 @@ +(function( $ ) { + 'use strict'; + + $(document).ready(function(){ + var interval = parseInt(rev_slider_weather_addon.interval); + + + window.updateWeather(); + if(interval>0){ + self.setInterval(window.updateWeather, interval*60000); + } + }); + + window.updateWeather = function() { + $('.tp-revslider-mainul li').each(function(){ + + var $this = $(this); + var $data = $this.data("param10"); + var url = ""; + + + var name = $data["revslider-weather-addon"]["name"]; + var type = $data["revslider-weather-addon"]["type"]; + var woeid = $data["revslider-weather-addon"]["woeid"]; + var unit = $data["revslider-weather-addon"]["unit"]; + + if(type == "woeid"){ + url = 'https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20%3D%20' + woeid + '%20and%20u="' + unit + '"&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys'; + } + else { + url = 'https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text%3D%22' + name + '%2C%20ak%22)%20and%20u="' + unit + '"&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys'; + } + + + + $.getJSON( + url, + function(data) { + + + if(data && typeof data === 'object' && data.hasOwnProperty('query') && data.query.hasOwnProperty('results') && data.query.results.hasOwnProperty('channel')) { + + var weather_info = data["query"]["results"]["channel"]; + //if(typeof weather_info != "undefined"){ + + $this.find("span.revslider_data_weather_title").text(weather_info["title"]); + $this.find("span.revslider_data_weather_title").text(weather_info["title"]); + $this.find("span.revslider_data_weather_temp").text(weather_info["item"]["condition"]["temp"]); + $this.find("span.revslider_data_weather_alt_temp").text(get_alt_temp(weather_info["units"]["temperature"],weather_info["item"]["condition"]["temp"])); + $this.find("span.revslider_data_weather_code").text(weather_info["item"]["condition"]["code"]); + $this.find("span.revslider_data_weather_todayCode").text(weather_info["item"]["forecast"][0]["code"]); + $this.find("span.revslider_data_weather_currently").text(weather_info["item"]["condition"]["text"]); + $this.find("span.revslider_data_weather_high").text(weather_info["item"]["forecast"][0]["high"]); + $this.find("span.revslider_data_weather_alt_high").text(get_alt_temp(weather_info["units"]["temperature"],weather_info["item"]["forecast"][0]["high"])); + $this.find("span.revslider_data_weather_low").text(weather_info["item"]["forecast"][0]["low"]); + $this.find("span.revslider_data_weather_alt_low").text(get_alt_temp(weather_info["units"]["temperature"],weather_info["item"]["forecast"][0]["low"])); + $this.find("span.revslider_data_weather_text").text(weather_info["item"]["forecast"][0]["text"]); + $this.find("span.revslider_data_weather_humidity").text(weather_info["atmosphere"]["humidity"]); + $this.find("span.revslider_data_weather_pressure").text(weather_info["atmosphere"]["pressure"]); + $this.find("span.revslider_data_weather_rising").text(weather_info["atmosphere"]["rising"]); + $this.find("span.revslider_data_weather_visbility").text(weather_info["atmosphere"]["visibility"]); + $this.find("span.revslider_data_weather_sunrise").text(weather_info["astronomy"]["sunrise"]); + $this.find("span.revslider_data_weather_sunset").text(weather_info["astronomy"]["sunset"]); + $this.find("span.revslider_data_weather_city").text(weather_info["location"]["city"]); + $this.find("span.revslider_data_weather_country").text(weather_info["location"]["country"]); + $this.find("span.revslider_data_weather_region").text(weather_info["location"]["region"]); + $this.find("span.revslider_data_weather_updated").text(weather_info["item"]["pubDate"]); + $this.find("span.revslider_data_weather_link").text(weather_info["link"]); + $this.find("span.revslider_data_weather_thumbnail").text('https://s.yimg.com/zz/combo?a/i/us/nws/weather/gr/' + weather_info["item"]["condition"]["code"] + 'ds.png'); + $this.find("span.revslider_data_weather_image").text('https://s.yimg.com/zz/combo?a/i/us/nws/weather/gr/' + weather_info["item"]["condition"]["code"] + 'd.png'); + $this.find("span.revslider_data_weather_units_temp").text(weather_info["units"]["temperature"]); + $this.find("span.revslider_data_weather_units_distance").text(weather_info["units"]["distance"]); + $this.find("span.revslider_data_weather_units_pressure").text(weather_info["units"]["pressure"]); + $this.find("span.revslider_data_weather_units_speed").text(weather_info["units"]["speed"]); + $this.find("span.revslider_data_weather_wind_chill").text(weather_info["wind"]["chill"]); + $this.find("span.revslider_data_weather_wind_direction").text(weather_info["wind"]["direction"]); + $this.find("span.revslider_data_weather_wind_speed").text(weather_info["wind"]["speed"]); + $this.find("span.revslider_data_weather_description").text(weather_info["description"]); + $this.find("span.revslider_data_weather_icon").html(''); + + for(var i=0;i<10;i++){ + $this.find("span.revslider_data_weather_date_forecast_"+i).text(weather_info["item"]["forecast"][i]["date"]); + $this.find("span.revslider_data_weather_day_forecast_"+i).text(weather_info["item"]["forecast"][i]["day"]); + $this.find("span.revslider_data_weather_code_forecast_"+i).text(weather_info["item"]["forecast"][i]["code"]); + $this.find("span.revslider_data_weather_high_forecast_"+i).text(weather_info["item"]["forecast"][i]["high"]); + $this.find("span.revslider_data_weather_low_forecast_"+i).text(weather_info["item"]["forecast"][i]["low"]); + $this.find("span.revslider_data_weather_alt_high_forecast_"+i).text(get_alt_temp(weather_info["units"]["temperature"],weather_info["item"]["forecast"][i]["high"])); + $this.find("span.revslider_data_weather_alt_low_forecast_"+i).text(get_alt_temp(weather_info["units"]["temperature"],weather_info["item"]["forecast"][i]["low"])); + $this.find("span.revslider_data_weather_thumbnail_forecast_"+i).text('https://s.yimg.com/zz/combo?a/i/us/nws/weather/gr/' + weather_info["item"]["forecast"][i]["code"] + 'ds.png'); + $this.find("span.revslider_data_weather_image_forecast_"+i).text('https://s.yimg.com/zz/combo?a/i/us/nws/weather/gr/' + weather_info["item"]["forecast"][i]["code"] + 'd.png'); + $this.find("span.revslider_data_weather_icon_forecast_"+i).html(''); + $this.find("span.revslider_data_weather_text_forecast_"+i).text(weather_info["item"]["forecast"][i]["text"]); + } + } + } + ); + }); + } + + /** + * Get alternative temp unit data + * @since 1.0.0 + */ + function get_alt_temp(unit, temp) { + if(unit === 'F') { + return fahrenheit_to_celsius(temp); + } + else { + return celsius_to_fahrenheit(temp); + } + } + + /** + * Convert Temp Fahrenheit to Celsius + * @since 1.0.0 + */ + function fahrenheit_to_celsius(given_value) + { + var celsius=5/9*(given_value-32); + return (celsius) ; + } + + /** + * Convert Temp Celsius to Fahrenheit + * @since 1.0.0 + */ + function celsius_to_fahrenheit(given_value) + { + var fahrenheit= given_value*9/5+32; + return (fahrenheit); + } + +})( jQuery ); diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/NewTux.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/NewTux.svg new file mode 100644 index 0000000..da9140f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/NewTux.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/abacus.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/abacus.svg new file mode 100644 index 0000000..275a16f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/abacus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book.svg new file mode 100644 index 0000000..45dc0c0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book2.svg new file mode 100644 index 0000000..fbafcf2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/address-book2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/aim.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/aim.svg new file mode 100644 index 0000000..642997c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/aim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/alarm.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/alarm.svg new file mode 100644 index 0000000..82d97c1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/apple.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/apple.svg new file mode 100644 index 0000000..32b869d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-left.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-left.svg new file mode 100644 index 0000000..57f39f9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-right.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-right.svg new file mode 100644 index 0000000..8b23383 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrows-updown.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrows-updown.svg new file mode 100644 index 0000000..7503050 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/arrows-updown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/atm-cash.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/atm-cash.svg new file mode 100644 index 0000000..79c00ba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/atm-cash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award1.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award1.svg new file mode 100644 index 0000000..ec80c5b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award2.svg new file mode 100644 index 0000000..6c6d052 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award3.svg new file mode 100644 index 0000000..8aa754a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award4.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award4.svg new file mode 100644 index 0000000..4919081 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award5.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award5.svg new file mode 100644 index 0000000..f9f3c50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/award5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge01.svg new file mode 100644 index 0000000..276eb96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge02.svg new file mode 100644 index 0000000..00c801c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/badge02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank.svg new file mode 100644 index 0000000..293a0d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank2.svg new file mode 100644 index 0000000..286b118 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bank2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bell.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bell.svg new file mode 100644 index 0000000..762fff6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/binoculars.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/binoculars.svg new file mode 100644 index 0000000..5f7ec31 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bomb.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bomb.svg new file mode 100644 index 0000000..eee7859 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bonsai.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bonsai.svg new file mode 100644 index 0000000..8c900c7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bonsai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book-apple.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book-apple.svg new file mode 100644 index 0000000..c2d1c3a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book.svg new file mode 100644 index 0000000..7ec5e82 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bookmark.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bookmark.svg new file mode 100644 index 0000000..c46944a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/box.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/box.svg new file mode 100644 index 0000000..d304f90 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/brain.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/brain.svg new file mode 100644 index 0000000..35a8628 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/briefcase.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/briefcase.svg new file mode 100644 index 0000000..4f895e3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser01.svg new file mode 100644 index 0000000..c10baf1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser02.svg new file mode 100644 index 0000000..dd1c304 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/browser02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buildings.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buildings.svg new file mode 100644 index 0000000..e56322c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buy-sign.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buy-sign.svg new file mode 100644 index 0000000..2b88bd0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/buy-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator1.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator1.svg new file mode 100644 index 0000000..f0abdc7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator2.svg new file mode 100644 index 0000000..ace1328 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator3.svg new file mode 100644 index 0000000..39154f6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calculator3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar1.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar1.svg new file mode 100644 index 0000000..8b4eb29 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar2.svg new file mode 100644 index 0000000..d1ebed8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar3.svg new file mode 100644 index 0000000..ef2c4e4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar4.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar4.svg new file mode 100644 index 0000000..83d65e6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar5.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar5.svg new file mode 100644 index 0000000..9c268db --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/calendar5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/certificate.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/certificate.svg new file mode 100644 index 0000000..4607db6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/champagne.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/champagne.svg new file mode 100644 index 0000000..96ec85a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/champagne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character01.svg new file mode 100644 index 0000000..c297e50 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character02.svg new file mode 100644 index 0000000..d5863e7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character03.svg new file mode 100644 index 0000000..df6db97 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character04.svg new file mode 100644 index 0000000..7867a47 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character05.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character05.svg new file mode 100644 index 0000000..600a2fc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character06.svg new file mode 100644 index 0000000..3d6beca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character07.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character07.svg new file mode 100644 index 0000000..9ce3688 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character08.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character08.svg new file mode 100644 index 0000000..3b9a663 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/character08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-analysis.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-analysis.svg new file mode 100644 index 0000000..da1eaf7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-analysis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-board.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-board.svg new file mode 100644 index 0000000..88816e2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-pyramid.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-pyramid.svg new file mode 100644 index 0000000..433ba2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart01.svg new file mode 100644 index 0000000..1a0969a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart02.svg new file mode 100644 index 0000000..55d7111 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart03.svg new file mode 100644 index 0000000..2d2dc08 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart04.svg new file mode 100644 index 0000000..479b46f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart05.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart05.svg new file mode 100644 index 0000000..2d3107c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart06.svg new file mode 100644 index 0000000..c3bb6cb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart07.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart07.svg new file mode 100644 index 0000000..a34ad63 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart08.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart08.svg new file mode 100644 index 0000000..d47a2a9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart09.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart09.svg new file mode 100644 index 0000000..4b8b166 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart10.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart10.svg new file mode 100644 index 0000000..ac38722 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart11.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart11.svg new file mode 100644 index 0000000..450ce6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart12.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart12.svg new file mode 100644 index 0000000..450ec12 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart13.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart13.svg new file mode 100644 index 0000000..2394383 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart13.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart14.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart14.svg new file mode 100644 index 0000000..cd30a5f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart14.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart15.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart15.svg new file mode 100644 index 0000000..4e3c83a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart15.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart16.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart16.svg new file mode 100644 index 0000000..8d2302a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart17.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart17.svg new file mode 100644 index 0000000..00470b2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart17.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart18.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart18.svg new file mode 100644 index 0000000..39a8eda --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart18.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart19.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart19.svg new file mode 100644 index 0000000..e91443b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart19.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart20.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart20.svg new file mode 100644 index 0000000..76d681a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart21.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart21.svg new file mode 100644 index 0000000..c797594 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chart21.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chat.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chat.svg new file mode 100644 index 0000000..b1d0ce4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist.svg new file mode 100644 index 0000000..9f3bb68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist2.svg new file mode 100644 index 0000000..1d6685b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist3.svg new file mode 100644 index 0000000..40a8f2e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/checklist3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chemistry.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chemistry.svg new file mode 100644 index 0000000..ee646f0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chemistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-knight.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-knight.svg new file mode 100644 index 0000000..55a71da --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-rook.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-rook.svg new file mode 100644 index 0000000..38a5857 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess.svg new file mode 100644 index 0000000..de86d9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/clock.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/clock.svg new file mode 100644 index 0000000..3fe7761 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/closed-sign.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/closed-sign.svg new file mode 100644 index 0000000..60b5c24 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/closed-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-coins.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-coins.svg new file mode 100644 index 0000000..c362699 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-down.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-down.svg new file mode 100644 index 0000000..a02c09b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-up.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-up.svg new file mode 100644 index 0000000..770a414 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/cloud-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coffee.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coffee.svg new file mode 100644 index 0000000..7fb17d5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/conference.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/conference.svg new file mode 100644 index 0000000..96601f7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/conference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/contact-book.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/contact-book.svg new file mode 100644 index 0000000..6cd2f9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/contact-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coupon.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coupon.svg new file mode 100644 index 0000000..297ec04 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/coupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/credit-card.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/credit-card.svg new file mode 100644 index 0000000..f46e204 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/crown.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/crown.svg new file mode 100644 index 0000000..d8893ee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/currencies.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/currencies.svg new file mode 100644 index 0000000..e1e361d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/currencies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/database.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/database.svg new file mode 100644 index 0000000..7609c75 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/delivery.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/delivery.svg new file mode 100644 index 0000000..2bf9882 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/delivery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diagram-hierarchy.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diagram-hierarchy.svg new file mode 100644 index 0000000..a2a5ede --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diagram-hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diamond.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diamond.svg new file mode 100644 index 0000000..18a78c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/dollar.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/dollar.svg new file mode 100644 index 0000000..fc5e779 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/drawer.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/drawer.svg new file mode 100644 index 0000000..ec1ae17 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/drawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/egg.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/egg.svg new file mode 100644 index 0000000..7e74c7b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/emblem.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/emblem.svg new file mode 100644 index 0000000..c88263e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelope-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelope-money.svg new file mode 100644 index 0000000..436d054 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelope-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelopes.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelopes.svg new file mode 100644 index 0000000..71a0ff3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/envelopes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/euro.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/euro.svg new file mode 100644 index 0000000..c0aac7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/euro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exchange.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exchange.svg new file mode 100644 index 0000000..113d900 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exit.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exit.svg new file mode 100644 index 0000000..27f59b0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/exit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/factory.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/factory.svg new file mode 100644 index 0000000..1b0d359 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/factory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fax.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fax.svg new file mode 100644 index 0000000..c086dc3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file01.svg new file mode 100644 index 0000000..4dc2be6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file02.svg new file mode 100644 index 0000000..048e6db --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file03.svg new file mode 100644 index 0000000..7265e35 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file04.svg new file mode 100644 index 0000000..6c80af6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file05.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file05.svg new file mode 100644 index 0000000..813a6e5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file06.svg new file mode 100644 index 0000000..e105c30 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file07.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file07.svg new file mode 100644 index 0000000..5aae1fa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file08.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file08.svg new file mode 100644 index 0000000..7eca7d4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file09.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file09.svg new file mode 100644 index 0000000..60c4cc9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file10.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file10.svg new file mode 100644 index 0000000..5a758ca --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/file10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/files.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/files.svg new file mode 100644 index 0000000..f3e506b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fire.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fire.svg new file mode 100644 index 0000000..a718bc0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fish.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fish.svg new file mode 100644 index 0000000..0247f65 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/flag.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/flag.svg new file mode 100644 index 0000000..e3e8065 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-add.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-add.svg new file mode 100644 index 0000000..9a9d43b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-delete.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-delete.svg new file mode 100644 index 0000000..1418eb0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-online.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-online.svg new file mode 100644 index 0000000..988f0d7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-online.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-private.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-private.svg new file mode 100644 index 0000000..8e0b35e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-private.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-remove.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-remove.svg new file mode 100644 index 0000000..292e835 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder.svg new file mode 100644 index 0000000..47acbe4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folders.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folders.svg new file mode 100644 index 0000000..a01994f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/folders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel-money.svg new file mode 100644 index 0000000..a3194c9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel.svg new file mode 100644 index 0000000..9204d45 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/funnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge.svg new file mode 100644 index 0000000..309ec58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge2.svg new file mode 100644 index 0000000..6673f11 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gauge2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears1.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears1.svg new file mode 100644 index 0000000..80e98a2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears2.svg new file mode 100644 index 0000000..688fbe1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/gears2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/glasses-moustache.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/glasses-moustache.svg new file mode 100644 index 0000000..ab9d3b5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/glasses-moustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe-money.svg new file mode 100644 index 0000000..0282cdb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe.svg new file mode 100644 index 0000000..a85a87a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe2.svg new file mode 100644 index 0000000..3776fef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/globe2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/graduation-hat.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/graduation-hat.svg new file mode 100644 index 0000000..5c5b116 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/graduation-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-globe.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-globe.svg new file mode 100644 index 0000000..2ebd72d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-key.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-key.svg new file mode 100644 index 0000000..96a3384 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money.svg new file mode 100644 index 0000000..9bfcc10 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money2.svg new file mode 100644 index 0000000..ed71a21 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hand-money2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/handshake.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/handshake.svg new file mode 100644 index 0000000..ef17076 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat-moustache.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat-moustache.svg new file mode 100644 index 0000000..9a571d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat-moustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat.svg new file mode 100644 index 0000000..1e5c314 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-arrows.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-arrows.svg new file mode 100644 index 0000000..c1ba61a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-battery.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-battery.svg new file mode 100644 index 0000000..1c2499c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-check.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-check.svg new file mode 100644 index 0000000..363ee64 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-compass.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-compass.svg new file mode 100644 index 0000000..a0f9fae --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-dollar.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-dollar.svg new file mode 100644 index 0000000..82f28f4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-exclamation.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-exclamation.svg new file mode 100644 index 0000000..e2e876b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-flash.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-flash.svg new file mode 100644 index 0000000..e1be808 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-flash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gauge.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gauge.svg new file mode 100644 index 0000000..369ca13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gauge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gears.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gears.svg new file mode 100644 index 0000000..786f77c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-hourglass.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-hourglass.svg new file mode 100644 index 0000000..58e3afb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-idea.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-idea.svg new file mode 100644 index 0000000..d94b224 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-question.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-question.svg new file mode 100644 index 0000000..55deb94 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-structure.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-structure.svg new file mode 100644 index 0000000..0f6f223 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head-structure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head.svg new file mode 100644 index 0000000..d055185 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/headquarters.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/headquarters.svg new file mode 100644 index 0000000..26e0d13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/headquarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hourglass.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hourglass.svg new file mode 100644 index 0000000..0692007 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hours.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hours.svg new file mode 100644 index 0000000..d2e4ecb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/hours.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/incoming.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/incoming.svg new file mode 100644 index 0000000..f79eb07 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/incoming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ingots.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ingots.svg new file mode 100644 index 0000000..3294cd5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ingots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key.svg new file mode 100644 index 0000000..7e29939 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key2.svg new file mode 100644 index 0000000..971fa8d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/key2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/keyboard.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/keyboard.svg new file mode 100644 index 0000000..62a1dec --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/label.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/label.svg new file mode 100644 index 0000000..fed49c2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lamp.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lamp.svg new file mode 100644 index 0000000..64e7386 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-article.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-article.svg new file mode 100644 index 0000000..3e8ecac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-article.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-cart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-cart.svg new file mode 100644 index 0000000..94ddbe9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart.svg new file mode 100644 index 0000000..4ccd200 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart2.svg new file mode 100644 index 0000000..d606fe6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-diagram.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-diagram.svg new file mode 100644 index 0000000..0942729 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-envelope.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-envelope.svg new file mode 100644 index 0000000..acec624 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-finance.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-finance.svg new file mode 100644 index 0000000..eb4f6be --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-finance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-privacy.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-privacy.svg new file mode 100644 index 0000000..0907fb1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-privacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-settings.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-settings.svg new file mode 100644 index 0000000..5526c0d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-user.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-user.svg new file mode 100644 index 0000000..911bbc7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop.svg new file mode 100644 index 0000000..fabd89a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb-green.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb-green.svg new file mode 100644 index 0000000..af57114 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb.svg new file mode 100644 index 0000000..a3ab446 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightning.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightning.svg new file mode 100644 index 0000000..74a8963 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/like.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/like.svg new file mode 100644 index 0000000..835f011 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lock.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lock.svg new file mode 100644 index 0000000..a02af35 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnet-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnet-money.svg new file mode 100644 index 0000000..41add94 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnet-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnifying-glass.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnifying-glass.svg new file mode 100644 index 0000000..11b218b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-globe.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-globe.svg new file mode 100644 index 0000000..b9c5df0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-idea.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-idea.svg new file mode 100644 index 0000000..aa512f8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager01.svg new file mode 100644 index 0000000..b5c3022 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager02.svg new file mode 100644 index 0000000..3f774c8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/manager02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/meditation.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/meditation.svg new file mode 100644 index 0000000..bd6ae84 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/megaphone.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/megaphone.svg new file mode 100644 index 0000000..0decaea --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-growth.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-growth.svg new file mode 100644 index 0000000..5773b05 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-scales.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-scales.svg new file mode 100644 index 0000000..5b5264d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money.svg new file mode 100644 index 0000000..41095a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money2.svg new file mode 100644 index 0000000..df56ac3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money3.svg new file mode 100644 index 0000000..771e0dd --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money4.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money4.svg new file mode 100644 index 0000000..a849b68 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money5.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money5.svg new file mode 100644 index 0000000..4480c96 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money6.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money6.svg new file mode 100644 index 0000000..46a7e9b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/money6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/monitor.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/monitor.svg new file mode 100644 index 0000000..b021062 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/mouse.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/mouse.svg new file mode 100644 index 0000000..533be9d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/nest-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/nest-money.svg new file mode 100644 index 0000000..fe2dcee --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/nest-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-jobs.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-jobs.svg new file mode 100644 index 0000000..86e364d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-jobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-pen.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-pen.svg new file mode 100644 index 0000000..c728687 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper.svg new file mode 100644 index 0000000..3022637 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/note-paper.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/note-paper.svg new file mode 100644 index 0000000..d5cad1b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/note-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/office-chair.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/office-chair.svg new file mode 100644 index 0000000..9ef31aa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/office-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/open-sign.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/open-sign.svg new file mode 100644 index 0000000..5474059 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/open-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/outgoing.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/outgoing.svg new file mode 100644 index 0000000..f7ac21c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/outgoing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-clip.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-clip.svg new file mode 100644 index 0000000..c9c360b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-plane.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-plane.svg new file mode 100644 index 0000000..c9c360b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen.svg new file mode 100644 index 0000000..f1f0957 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen2.svg new file mode 100644 index 0000000..e68aa71 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pen2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pencil.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pencil.svg new file mode 100644 index 0000000..a6b5db7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pens-pencils.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pens-pencils.svg new file mode 100644 index 0000000..725a1de --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pens-pencils.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-arrows06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-arrows06.svg new file mode 100644 index 0000000..d78cad8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-arrows06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-gears.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-gears.svg new file mode 100644 index 0000000..f973324 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-handshake.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-handshake.svg new file mode 100644 index 0000000..20b6069 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-idea.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-idea.svg new file mode 100644 index 0000000..0ac0e0d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting.svg new file mode 100644 index 0000000..65385c3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting02.svg new file mode 100644 index 0000000..1743ca2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-meeting02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search01.svg new file mode 100644 index 0000000..d791f71 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search02.svg new file mode 100644 index 0000000..832b62b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-search02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure.svg new file mode 100644 index 0000000..07116b8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure01.svg new file mode 100644 index 0000000..0a3ed2f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure02.svg new file mode 100644 index 0000000..088d2d0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure03.svg new file mode 100644 index 0000000..d70fa0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure04.svg new file mode 100644 index 0000000..c3a6981 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure05.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure05.svg new file mode 100644 index 0000000..46068f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure06.svg new file mode 100644 index 0000000..a779cf9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure07.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure07.svg new file mode 100644 index 0000000..b969421 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/people-structure07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/percent.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/percent.svg new file mode 100644 index 0000000..2eabdab --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/percent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/periscopemoney.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/periscopemoney.svg new file mode 100644 index 0000000..61d8b49 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/periscopemoney.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows01.svg new file mode 100644 index 0000000..fd2ab6c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows012.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows012.svg new file mode 100644 index 0000000..7f22c58 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows012.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows02.svg new file mode 100644 index 0000000..89b319b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows022.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows022.svg new file mode 100644 index 0000000..73d8e6d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows022.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows03.svg new file mode 100644 index 0000000..c4dcec8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-arrows03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-checkmark.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-checkmark.svg new file mode 100644 index 0000000..f4116d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-checkmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-cross.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-cross.svg new file mode 100644 index 0000000..f439ba2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-data.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-data.svg new file mode 100644 index 0000000..ba78d0b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-dollar.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-dollar.svg new file mode 100644 index 0000000..57d1196 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-finance.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-finance.svg new file mode 100644 index 0000000..7983ba8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-finance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-flag.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-flag.svg new file mode 100644 index 0000000..d535a54 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-globe.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-globe.svg new file mode 100644 index 0000000..014f4ef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-idea02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-idea02.svg new file mode 100644 index 0000000..f616a13 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-idea02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-info.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-info.svg new file mode 100644 index 0000000..a2d0722 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-puzzle.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-puzzle.svg new file mode 100644 index 0000000..2475652 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-scales.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-scales.svg new file mode 100644 index 0000000..141d420 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-time.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-time.svg new file mode 100644 index 0000000..0039aba --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-umbrella.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-umbrella.svg new file mode 100644 index 0000000..cff8a98 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/person-umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/phone.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/phone.svg new file mode 100644 index 0000000..fd3148b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart01.svg new file mode 100644 index 0000000..5a863f3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart02.svg new file mode 100644 index 0000000..51a4210 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pie-chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/piggy-bank.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/piggy-bank.svg new file mode 100644 index 0000000..112b5c4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pin.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pin.svg new file mode 100644 index 0000000..e664f5e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant-money.svg new file mode 100644 index 0000000..f6dcc06 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant.svg new file mode 100644 index 0000000..bcf1d7d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pound.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pound.svg new file mode 100644 index 0000000..9499139 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation.svg new file mode 100644 index 0000000..514bcd0 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation02.svg new file mode 100644 index 0000000..ebe3ae3 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/presentation02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart02.svg new file mode 100644 index 0000000..98564a4 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart03.svg new file mode 100644 index 0000000..1e295fb --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart04.svg new file mode 100644 index 0000000..1ffad6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-chart04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-laurels.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-laurels.svg new file mode 100644 index 0000000..ad3ebff --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-laurels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-megaphone.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-megaphone.svg new file mode 100644 index 0000000..08480d1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-stairs.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-stairs.svg new file mode 100644 index 0000000..8578566 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/preson-stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/printer.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/printer.svg new file mode 100644 index 0000000..a57c767 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/profile.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/profile.svg new file mode 100644 index 0000000..b0a3ade --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pulse.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pulse.svg new file mode 100644 index 0000000..1015cf7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/pulse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/puzzle.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/puzzle.svg new file mode 100644 index 0000000..0b471f5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/quill.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/quill.svg new file mode 100644 index 0000000..c69f329 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/recycle.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/recycle.svg new file mode 100644 index 0000000..d146b7a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket.svg new file mode 100644 index 0000000..01f7a18 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket2.svg new file mode 100644 index 0000000..e040e6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/rocket2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruble.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruble.svg new file mode 100644 index 0000000..a113695 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruler-compasses.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruler-compasses.svg new file mode 100644 index 0000000..31188d2 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/ruler-compasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/safe.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/safe.svg new file mode 100644 index 0000000..9f932fe --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/safe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sale-sign.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sale-sign.svg new file mode 100644 index 0000000..d810fa1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sale-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/satellite-dish.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/satellite-dish.svg new file mode 100644 index 0000000..63a7a70 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/satellite-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scales.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scales.svg new file mode 100644 index 0000000..7e2a82a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scissors.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scissors.svg new file mode 100644 index 0000000..31f0563 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/security.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/security.svg new file mode 100644 index 0000000..8721ace --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/security.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/send.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/send.svg new file mode 100644 index 0000000..6268be7 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shield.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shield.svg new file mode 100644 index 0000000..94a7e6f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shopping-cart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shopping-cart.svg new file mode 100644 index 0000000..1f2c55d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sign.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sign.svg new file mode 100644 index 0000000..b6e71f5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-chart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-chart.svg new file mode 100644 index 0000000..1902520 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-exclamation.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-exclamation.svg new file mode 100644 index 0000000..e20d253 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-gears.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-gears.svg new file mode 100644 index 0000000..9204900 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-growth.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-growth.svg new file mode 100644 index 0000000..185d840 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-money.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-money.svg new file mode 100644 index 0000000..0e8aced --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-user.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-user.svg new file mode 100644 index 0000000..335606f --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone.svg new file mode 100644 index 0000000..2186261 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker.svg new file mode 100644 index 0000000..dddf5a1 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker02.svg new file mode 100644 index 0000000..cdb1466 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speaker02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speech-bubble.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speech-bubble.svg new file mode 100644 index 0000000..d01de4c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/speech-bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/stamp.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/stamp.svg new file mode 100644 index 0000000..a5068c9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/star.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/star.svg new file mode 100644 index 0000000..2ee4271 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/steering-wheel.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/steering-wheel.svg new file mode 100644 index 0000000..8e15b82 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/steering-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy03.svg new file mode 100644 index 0000000..6ee6986 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy1.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy1.svg new file mode 100644 index 0000000..52cc4ae --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy2.svg new file mode 100644 index 0000000..18194ef --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/strategy2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/support-person.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/support-person.svg new file mode 100644 index 0000000..0d5bc55 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/support-person.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-article.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-article.svg new file mode 100644 index 0000000..7d6e9a5 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-article.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart.svg new file mode 100644 index 0000000..16fd3d6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart2.svg new file mode 100644 index 0000000..d99f1ad --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart3.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart3.svg new file mode 100644 index 0000000..f36f409 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-chart3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart.svg new file mode 100644 index 0000000..c044072 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart2.svg new file mode 100644 index 0000000..6219b8d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet-pie-chart2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet.svg new file mode 100644 index 0000000..136cfac --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/target.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/target.svg new file mode 100644 index 0000000..07eed69 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/team.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/team.svg new file mode 100644 index 0000000..a4e29d9 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/team.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/telescope.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/telescope.svg new file mode 100644 index 0000000..984f9aa --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/telescope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tie.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tie.svg new file mode 100644 index 0000000..50c2d41 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools.svg new file mode 100644 index 0000000..c3e9537 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools2.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools2.svg new file mode 100644 index 0000000..3e8acb6 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/tools2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/trash-bin.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/trash-bin.svg new file mode 100644 index 0000000..52ce78a --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/trash-bin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/umbrella.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/umbrella.svg new file mode 100644 index 0000000..37f899e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user01.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user01.svg new file mode 100644 index 0000000..2695475 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user02.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user02.svg new file mode 100644 index 0000000..ce3ef6e --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user03.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user03.svg new file mode 100644 index 0000000..5586ea8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user03.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user04.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user04.svg new file mode 100644 index 0000000..a38dc97 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user04.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user05.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user05.svg new file mode 100644 index 0000000..52498bc --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user05.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user06.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user06.svg new file mode 100644 index 0000000..6492f34 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user06.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user07.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user07.svg new file mode 100644 index 0000000..8756d7c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user07.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user08.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user08.svg new file mode 100644 index 0000000..63f904c --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user09.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user09.svg new file mode 100644 index 0000000..2ffe6b8 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/user09.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/users.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/users.svg new file mode 100644 index 0000000..7f7b172 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/venn-diagram.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/venn-diagram.svg new file mode 100644 index 0000000..fdac681 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/venn-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wallet.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wallet.svg new file mode 100644 index 0000000..40a318b --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wrench.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wrench.svg new file mode 100644 index 0000000..1df349d --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yen.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yen.svg new file mode 100644 index 0000000..8bb5f67 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yinyang.svg b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yinyang.svg new file mode 100644 index 0000000..ab65a57 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/busy-icons-svg/yinyang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/css/license.txt b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/css/license.txt new file mode 100644 index 0000000..82b8478 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/css/license.txt @@ -0,0 +1,38 @@ +------------------ +Busy Icons Font – 340 hand-drawn business and office icons (icon font) +Created by Olly Holovchenko, 2014 +Web: http://handdrawngoods.com +E-mail: handdrawngoods@gmail.com +------------------ + + +License Agreement +This license agreement, is between you, the licensee, and Oleh Holovchenko (www.hatcherscreative.com), the licensor. By purchasing or downloading any stock icons licensed by licensor, you automatically agree to the following terms and conditions: + +All ownership and copyright of the licensed icons (”the icons”) remain the property of licensor. + +The icons can be used royalty-free by the licensee for personal, commercial, and client projects, including advertising, web design, software application, multimedia design, film, video, and computer games. + +The icons may be altered, cropped or otherwise modified or manipulated for your needs. + +All purchasers must also abide by the following restrictions: + +You may not sub-license, resell, rent, transfer, or redistribute the icons without written permission from licensor. + +You may not place these licensed icons on any website in a complete or archived downloadable format or enable it to be distributed in any other way. + +The icons may not be placed on any electronic bulletin board or downloadable format. +Making modifications or alterations to any of the icons does not free you to then sell, license or distribute them to anyone else. + +Termination & Revocation + +The license contained in this agreement will automatically terminate without notice from licensor if you fail to comply with any of the provisions of this agreement. Upon termination, you must immediately stop using our icons, delete or remove all material containing our icons from your premises and confirm completion of this to licensor in writing. Copying, stealing, reselling, leasing or renting the icons and/or icon designs means that this license will automatically be cancelled and they will be liable to legal action. Licensor reserves the right to revoke the license to use the Licensed Material for good cause and elect to replace such Licensed Material with alternative Licensed Material. Upon notice of any revocation of such license, you shall immediately cease using such Licensed Material and shall where possible ensure that your clients and customers do likewise. You shall delete all electronic copies of Licensed Material from electronic storage media, confirming the same to licensor in writing. + +Disclaimer +All licensed icons are provided “as is” without warranty of any kind, either expressed or implied. Licensor is not liable for any damages arising out of any defects in our materials. You agree to hold licensor harmless for any result that may occur during the course of using, or inability to use these licensed icons. In no event shall I be liable for any damages including, but not limited to, direct, indirect, special, incidental or consequential damages or other losses arising out of the use of or inability to use the icons. + +Refund Policy +No refund will be offered for the icons once sold. Since they are digital files, all icons are not refundable or exchangeable. However, files can be replaced if damaged or lost. Simply send us an email. + +Reserved rights +We reserve rights to change the prices of our icons and/or icon sets without prior notice and at our sole discretion. We reserve the rights to make changes to these ‘terms and conditions’ without any prior notice at our sole discretion. Any such changes will reflect on this page. \ No newline at end of file diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/hand_point_right.png b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/hand_point_right.png new file mode 100644 index 0000000..0923a74 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/hand_point_right.png differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/write_right_angle.png b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/write_right_angle.png new file mode 100644 index 0000000..272c7c5 Binary files /dev/null and b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/assets/images/write_right_angle.png differ diff --git a/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/js/revolution.addon.whiteboard.min.js b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/js/revolution.addon.whiteboard.min.js new file mode 100644 index 0000000..688d965 --- /dev/null +++ b/resources/public/assets/vendor/rs-plugin/revolution-addons/whiteboard/js/revolution.addon.whiteboard.min.js @@ -0,0 +1,7 @@ +/******************************************** + * REVOLUTION 5.0+ EXTENSION - WHITEBOARD + * @version: 2.0 (20.10.2016) + * @requires jquery.themepunch.revolution.js + * @author ThemePunch +*********************************************/ +!function(a){var b=jQuery.fn;jQuery.extend(!0,b,{rsWhiteBoard:function(a){return this.each(function(){var a=this.opt;jQuery(this).on("revolution.slide.onloaded",function(){c(a)})})}});var c=function(a){if(o=a.whiteboard,void 0===o)return!1;var b="position:absolute;z-index:1000;top:0px;left:0px;",c="position:absolute;z-index:1000;top:0px;left:0px;",d="position:absolute;z-index:1000;top:0px;left:0px;",f="position:absolute; top:0px;left:0px;background-size:contain;background-repeat:no-repeat;background-position:center center;";void 0!=o.movehand&&(o.movehand.markup='
'),void 0!=o.writehand&&(o.writehand.markup='
'),jQuery(window).resize(function(){clearTimeout(a.whiteboard_resize_timer),a.whiteboard_resize_timer=setTimeout(function(){jQuery(".wb-thehand").each(function(){var b=jQuery(this).find(".wb-hand-scale");punchgs.TweenLite.set(b,{scale:a.bw})})},50)}),a.c.on("revolution.slide.onbeforeswap",function(b,c){a.c.find(".wb-thehand").remove()}),a.c.on("revolution.layeraction",function(b,c){var d=c.layersettings.whiteboard;if(void 0!=d){1!=d.configured&&("write"!=d.hand_function&&"draw"!=d.hand_function||(d.jitter_distance=void 0!=d.jitter_distance?parseInt(d.jitter_distance,0)/100:parseInt(o.writehand.jittering.distance,0)/100,d.jitter_distance_horizontal=void 0!=d.jitter_distance_horizontal?parseInt(d.jitter_distance_horizontal,0)/100:parseInt(o.writehand.jittering.distance_horizontal,0)/100,d.jitter_offset=void 0!=d.jitter_offset?parseInt(d.jitter_offset,0)/100:parseInt(o.writehand.jittering.offset,0)/100,d.jitter_offset_horizontal=void 0!=d.jitter_offset_horizontal?parseInt(d.jitter_offset_horizontal,0)/100:parseInt(o.writehand.jittering.offset_horizontal,0)/100,d.hand_type=d.hand_type||o.writehand.handtype),"move"==d.hand_function&&(d.hand_type=d.hand_type||o.movehand.handtype),d.configured=!0);var f=c.layer.data(),g=jQuery(f._pw).find(".wb-thehand");if(g.length>0)var k=g.data("wb");else var k=jQuery.extend(!0,{},c.layersettings.whiteboard);if("enterstage"==c.eventtype){if(jQuery(c.layer).is(":visible")===!1)return;c.layer.hasClass("handadded")||(c.layer.addClass("handadded"),c.layersettings.handEffect="on",1!=k.handadded&&h(a,c,k),i(c,k))}"enteredstage"==c.eventtype&&c.layer.hasClass("handadded")&&!c.layer.hasClass("handremoved")&&(c.layer.addClass("handremoved"),c.layersettings.handEffect="off",0==e(a,c,k)&&j(a,c,k)),"leavestage"==c.eventtype&&(c.layer.removeClass("handadded"),c.layer.removeClass("handremoved"))}})},d=function(a){var b={},c=a.layer.data();return b.obj="",b.startat=9999999,jQuery(c._li).find(".tp-caption").each(function(){var a=jQuery(this),c=a.data();1!=c.active&&void 0!=c.whiteboard&&"move"!=c.whiteboard.hand_function&&parseInt(c.frames[0].delay,0)0){var i=g.find(".wb-hand-inner"),j=void 0!=f.timeline&&void 0!=f.timeline._labels&&void 0!=f.timeline._labels.frame_0_end?f.timeline._labels.frame_0_end:0,k=h.startat/1e3-j,l=jQuery(f._pw).position(),m=h.obj.data("_pw").position(),n=g.closest(".tp-static-layers").length>0;g.appendTo(a.ul),g.addClass("wb-between-stations"),n?g.css({zIndex:200}):g.css({zIndex:100}),c.handEffect="off",punchgs.TweenLite.fromTo(g,k,{top:l.top,left:l.left},{top:m.top,left:m.left}),punchgs.TweenLite.to(i,k,{x:0,y:0,onComplete:function(){g.remove()}}),e=!0}}return e},f=function(a,b,c){if("off"!=c.handEffect&&1==c.handadded){var d=b.layer.data(),g=(c.maxwave||d.eoh,parseInt(c.hand_angle,0)||10);ro="write"==c.hand_function||"draw"==c.hand_function?Math.random()*g-g/2:0,c.rotatespeed=c.rotatespeed||.05,c.rotating_anim=punchgs.TweenLite.to(a,c.rotatespeed,{rotationZ:ro,ease:punchgs.Power3.easeOut,onComplete:function(){f(a,b,c)}})}},g=function(a,b,c){if("off"!=c.handEffect&&1==c.handadded){var d=b.layer.data();if("horizontal"==c.jitter_direction){var e=c.maxwave||d.eow*c.jitter_distance_horizontal,f=d.eow*c.jitter_offset_horizontal;if(0==e)return;c.current_x_offset=c.current_x_offset||0,c.lastwave=Math.random()*e+f,c.jitterspeed=c.jitterspeed||.05,c.jittering_anim=punchgs.TweenLite.to(a,c.jitterspeed,{x:c.lastwave,ease:punchgs.Power3.easeOut,onComplete:function(){g(a,b,c)}})}else{var h=c.maxwave||d.eoh;if(0==h)return;c.current_y_offset=c.current_y_offset||0,c.lastwave=c.lastwave==c.current_y_offset+h*c.jitter_offset?Math.random()*(h*c.jitter_distance)+c.current_y_offset+h*c.jitter_offset:c.current_y_offset+h*c.jitter_offset,c.jitterspeed=c.jitterspeed||.05,c.jittering_anim=punchgs.TweenLite.to(a,c.jitterspeed,{y:c.lastwave,ease:punchgs.Power3.easeOut,onComplete:function(){g(a,b,c)}})}}},h=function(a,b,c){var d="move"==c.hand_function?a.whiteboard.movehand:a.whiteboard.writehand,e=d.markup,f=b.layer.data();c.hand_full_rotation=c.hand_full_rotation||0,c.hand_origin=d.transform.transformX+"px "+d.transform.transformY+"px",c.hand_scale="right"==c.hand_type?1:-1,c.hand_x_offset=parseInt(c.hand_x_offset,0)||0,c.hand_y_offset=parseInt(c.hand_y_offset,0)||0,jQuery(e).appendTo(jQuery(f._pw)),c.handadded=!0;var g=jQuery(f._pw).find(".wb-thehand"),i=(g.find(".wb-hand-inner"),g.find(".wb-hand-image"));punchgs.TweenLite.set(i,{scaleX:c.hand_scale,rotation:c.hand_full_rotation,transformOrigin:c.hand_origin,x:0-d.transform.transformX+c.hand_x_offset,y:0-d.transform.transformY+c.hand_y_offset}),punchgs.TweenLite.set(g.find(".wb-hand-scale"),{scale:a.bw,transformOrigin:"0% 0%"})},i=function(a,b){var c=a.layer.data(),d=jQuery(c._pw).find(".wb-thehand"),e=d.find(".wb-hand-inner"),i=(d.find(".wb-hand-image"),punchgs.TweenLite.getTweensOf(a.layer));switch(b.hand_function){case"write":case"draw":var j=c.frames[a.frame_index].speed/1e3;if(void 0!=c.splittext&&"none"!=c.splittext)b.tweens=a.layersettings.timeline.getChildren(!0,!0,!1),jQuery.each(b.tweens,function(c,d){d.eventCallback("onStart",function(a,b,d){var e=jQuery(this.target),f=e.width(),g=e.height();if(void 0!==e&&void 0!==e.html()&&e.html().length>0&&9!=e.html().charCodeAt(0)&&10!=e.html().charCodeAt(0)){var h=e.position(),i=e.parent(),j=i.parent(),l=("write"==d.hand_function?10*Math.random()-5:0,this._duration),m=h.left,n=h.top;i.hasClass("tp-splitted")&&(m=i.position().left+m,n=i.position().top+n),j.hasClass("tp-splitted")&&(m=j.position().left+m,n=j.position().top+n),d.rotatespeed=void 0!==d.hand_angle_repeat?parseFloat(l)/parseFloat(d.hand_angle_repeat):l>1?l/6:l>.5?l/6:l/3,d.jitterspeed=void 0!==d.jitter_repeat?parseFloat(l)/parseFloat(d.jitter_repeat):l>1?l/6:l>.5?l/6:l/3,d.current_y_offset!=n&&(l=.1),d.current_y_offset=n||0,d.maxwave=g,c1?j/6:j>.5?j/6:j/3,b.jitterspeed=void 0!==b.jitter_repeat?parseFloat(j)/parseFloat(b.jitter_repeat):j>1?j/6:j>.5?j/6:j/3,"right_to_left"==b.hand_direction){var o=c.eow-l,p=o-k;punchgs.TweenLite.fromTo(e,j,{x:o},{x:p,ease:a.layersettings.frames[0].ease,onComplete:function(){b.handEffect="off"}})}else if("top_to_bottom"==b.hand_direction){var q=n,r=q+m;punchgs.TweenLite.fromTo(e,j,{y:q},{y:r,ease:a.layersettings.frames[0].ease,onComplete:function(){b.handEffect="off"}}),b.jitter_direction="horizontal"}else if("bottom_to_top"==b.hand_direction){var q=c.eoh-n,r=q-m;punchgs.TweenLite.fromTo(e,j,{y:q},{y:r,ease:a.layersettings.frames[0].ease,onComplete:function(){b.handEffect="off"}}),b.jitter_direction="horizontal"}else{var o=l,p=o+k;punchgs.TweenLite.fromTo(e,j,{x:o},{x:p,ease:a.layersettings.frames[0].ease,onComplete:function(){b.handEffect="off"}})}}g(e,a,b),f(e,a,b);break;case"move":d.data("outspeed",a.layersettings.frames[a.layersettings.frames.length-1].speed/1e3),d.data("outease",a.layersettings.frames[a.layersettings.frames.length-1].ease),i[0].eventCallback("onUpdate",function(a){var e=(this.target.style,this.target._gsTransform),f={};f.x=e.x,f.y=e.y,void 0===d.data("pos")&&d.data("pos",f),b.hand_inner_animation=punchgs.TweenLite.set(d,{x:f.x,y:f.y})},[a])}d.data("wb",b)},j=function(a,b,c){var d=b.layer.data(),e=jQuery(d._pw).find(".wb-thehand"),f=e.data("pos")||{x:0,y:0},g=e.position()||{top:0,left:0},h=d.frames[b.layersettings.frames.length-1].speed/1e3||2,i=d.frames[b.layersettings.frames.length-1].ease,j=0==f.x&&0==f.y?0:1;if(h=.5*h,"move"!=c.hand_function){var k=jQuery(d._pw).position();a.c.offset();g.left="right"==c.hand_type?a.c.width()-k.left+d.eow:0-k.left-d.eow,g.top=a.c.height()}punchgs.TweenLite.to(e,h,{top:g.top,left:g.left,autoAlpha:j,x:f.x,y:f.y,ease:i,onComplete:function(){e.remove(),c.handadded=!1}})}}(jQuery); \ No newline at end of file diff --git a/resources/views/banners/index.blade.php b/resources/views/banners/index.blade.php new file mode 100644 index 0000000..7c4e110 --- /dev/null +++ b/resources/views/banners/index.blade.php @@ -0,0 +1,7 @@ +@extends('vuexy-admin::layouts.vuexy.layoutMaster') + +@section('title', 'Banners Porto') + +@section('content') + @livewire('vuexy-admin::plugins-index') +@endsection diff --git a/resources/views/components/porto/header/menu-item.blade.php b/resources/views/components/porto/header/menu-item.blade.php new file mode 100644 index 0000000..0925c7b --- /dev/null +++ b/resources/views/components/porto/header/menu-item.blade.php @@ -0,0 +1,18 @@ +@php + $aClass = 'dropdown-item' . (!empty($item['children']) ? 'dropdown-toggle' : ''); + $aria = !empty($item['children']) ? 'data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"' : ''; + $iconDown = !empty($item['children']) ? '' : ''; +@endphp + +
  • + + {{ $item['title'] }} {{ $iconDown }} + + @if (!empty($item['children'])) + + @endif +
  • diff --git a/resources/views/components/porto/header/menu.blade.php b/resources/views/components/porto/header/menu.blade.php new file mode 100644 index 0000000..dd8d823 --- /dev/null +++ b/resources/views/components/porto/header/menu.blade.php @@ -0,0 +1,31 @@ +@props([ + 'menuSlug' => 'main-header', // Default slug +]) + +@php + use Koneko\VuexyWebsiteAdmin\Website\Menu\WebsiteMenuRenderer; + + $items = WebsiteMenuRenderer::tree($menuSlug); +@endphp + + diff --git a/resources/views/custom-css/index.blade.php b/resources/views/custom-css/index.blade.php new file mode 100644 index 0000000..c93c965 --- /dev/null +++ b/resources/views/custom-css/index.blade.php @@ -0,0 +1,7 @@ +@extends('vuexy-admin::layouts.vuexy.layoutMaster') + +@section('title', 'CSS Personalizado Porto') + +@section('content') + @livewire('vuexy-admin::plugins-index') +@endsection diff --git a/resources/views/layouts/business-consulting-4/master.blade.php b/resources/views/layouts/business-consulting-4/master.blade.php new file mode 100644 index 0000000..549e3ee --- /dev/null +++ b/resources/views/layouts/business-consulting-4/master.blade.php @@ -0,0 +1,21 @@ + + + + + @include('vuexy-website-admin::layouts.base.header') + @include('vuexy-website-layout-porto::layouts.porto.partials.styles') + + +
    + @yield('header') +
    + @yield('content') +
    + @yield('footer') +
    + @include('vuexy-website-layout-porto::layouts.porto.partials.scripts') + + diff --git a/resources/views/layouts/business-consulting-4/partials/scripts.blade.php b/resources/views/layouts/business-consulting-4/partials/scripts.blade.php new file mode 100644 index 0000000..3aee1e2 --- /dev/null +++ b/resources/views/layouts/business-consulting-4/partials/scripts.blade.php @@ -0,0 +1,14 @@ + +@vite('vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/plugins/js/plugins.min.js') +@yield('vendor-script') + + + +@vite('vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/js/theme.js') + + +@stack('page-script') + + + +@vite('vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/js/theme.init.js') diff --git a/resources/views/layouts/business-consulting-4/partials/styles.blade.php b/resources/views/layouts/business-consulting-4/partials/styles.blade.php new file mode 100644 index 0000000..08b8755 --- /dev/null +++ b/resources/views/layouts/business-consulting-4/partials/styles.blade.php @@ -0,0 +1,27 @@ + +@vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/bootstrap/css/bootstrap.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/fontawesome-free/css/all.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/animate/animate.compat.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/simple-line-icons/css/simple-line-icons.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/owl.carousel/assets/owl.carousel.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/owl.carousel/assets/owl.theme.default.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/magnific-popup/magnific-popup.min.css', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-elements.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-blog.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-shop.css', +]) + + +@yield('vendor-style') + + +@stack('page-style') + + +@vite('vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/custom.css') diff --git a/resources/views/layouts/business-consulting-4/scripts.blade.php b/resources/views/layouts/business-consulting-4/scripts.blade.php new file mode 100644 index 0000000..4cc2d34 --- /dev/null +++ b/resources/views/layouts/business-consulting-4/scripts.blade.php @@ -0,0 +1,24 @@ + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/jquery/jquery.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/popper/popper.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/js/bootstrap.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/node-waves/node-waves.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/hammer/hammer.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/typeahead-js/typeahead.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/js/menu.js', +]) + +@yield('vendor-script') + + + +@vite('vendor/koneko/laravel-vuexy-admin/resources/assets/js/main.js') + + +@vite('vendor/koneko/laravel-vuexy-admin/resources/js/app.js') + + +@stack('page-script') + diff --git a/resources/views/layouts/business-consulting-4/styles.blade.php b/resources/views/layouts/business-consulting-4/styles.blade.php new file mode 100644 index 0000000..115bd90 --- /dev/null +++ b/resources/views/layouts/business-consulting-4/styles.blade.php @@ -0,0 +1,29 @@ + + + + + + +@vite([ + //'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/fonts/fontawesome.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/node-waves/node-waves.scss', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/scss'.$configData['rtlSupport'].'/core' .($configData['style'] !== 'light' ? '-' . $configData['style'] : '') .'.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/scss'.$configData['rtlSupport'].'/' .$configData['theme'] .($configData['style'] !== 'light' ? '-' . $configData['style'] : '') .'.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/css/demo.css', + 'vendor/koneko/laravel-vuexy-admin/resources/scss/app.scss', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/typeahead-js/typeahead.scss', +]) + +@yield('vendor-style') + + +@stack('page-style') diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php new file mode 100644 index 0000000..ac51149 --- /dev/null +++ b/resources/views/layouts/master.blade.php @@ -0,0 +1,21 @@ + + + + @include(template_view_path("partials.seo-head")) + @include(template_view_path("partials.styles")) + + + + {{-- Navbar --}} + @includeIf(template_view_path("components.navbar")) + + {{-- Contenido dinámico --}} +
    + @yield('content') +
    + + {{-- Scripts --}} + @include(template_view_path("partials.scripts")) + + + diff --git a/resources/views/layouts/porto/classic.blade.php b/resources/views/layouts/porto/classic.blade.php new file mode 100644 index 0000000..20e59d9 --- /dev/null +++ b/resources/views/layouts/porto/classic.blade.php @@ -0,0 +1,1702 @@ + + + + + + + + + Porto - Multipurpose Website Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + +
    +
    + +
    +
    +

    + The fastest way to grow your business with the leader in Technology + Check out our options and features included. +

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

    + Porto is + + incredibly + especially + extremely + + beautiful and fully responsive. +

    +

    + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum, nulla vel pellentesque consequat, ante nulla hendrerit arcu, ac tincidunt mauris lacus sed leo. +

    +
    +
    + +
    + +
    +
    +
    + +
    + + +
    +
    + + Strategy +
    +
    +
    +
    + + Planning +
    +
    +
    +
    + + Build +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    +
    + Our Work +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + +
    +
    +

    Our Features

    +
    +
    +
    +
    + +
    +
    +

    Customer Support

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    HTML5 / CSS3 / JS

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    500+ Google Fonts

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    Colors

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    +
    +
    + +
    +
    +

    Sliders

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    Icons

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    Buttons

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    + +
    +
    +

    Lightbox

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa

    +
    +
    +
    +
    +
    +
    +

    and more...

    + +
    +
    + +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blanorem ipsum dolor sit amet, consecte.

    +

    Adipiscing elit phasellus blanit ma... read more

    +
    +
    +
    +
    + +
    +
    +

    Donec tellus massa, tristique sit amet condimentum vel, facilisis quis sapien.

    +
    +
    +
    +
    + +
    +
    +

    Donec tellus massa, tristique sit amet condimentum vel, facilisis quis sapien.

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

    + We're not the only ones + + excited + happy + + about Porto Template... +

    +

    50,000 CUSTOMERS IN 100 COUNTRIES USE PORTO TEMPLATE. MEET OUR CUSTOMERS.

    +
    +
    + +
    + +
    + +
    + +
    + +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/views/layouts/porto/master.blade.php b/resources/views/layouts/porto/master.blade.php new file mode 100644 index 0000000..9944468 --- /dev/null +++ b/resources/views/layouts/porto/master.blade.php @@ -0,0 +1,22 @@ + + + + @include(template_view_path("partials.seo-head")) + @include(template_view_path("partials.styles")) + + + {{-- Navbar --}} + @includeIf(template_view_path("components.navbar")) + {{-- Contenido dinámico --}} +
    +
    + @yield('content') +
    +
    + {{-- Scripts --}} + @include(template_view_path("partials.scripts")) + + diff --git a/resources/views/layouts/porto/page.blade.php b/resources/views/layouts/porto/page.blade.php new file mode 100644 index 0000000..12228d3 --- /dev/null +++ b/resources/views/layouts/porto/page.blade.php @@ -0,0 +1,21 @@ +{{-- page.blade.php --}} + + + + @include('vuexy-website-layout-porto::partials.seo-head') + @include('vuexy-website-layout-porto::partials.styles') + + +
    + @includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.header") + +
    + @yield('content') +
    + + @includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.footer") +
    + + @include('vuexy-website-layout-porto::partials.scripts') + + diff --git a/resources/views/layouts/porto/partials/scripts.blade.php b/resources/views/layouts/porto/partials/scripts.blade.php new file mode 100644 index 0000000..415c5c5 --- /dev/null +++ b/resources/views/layouts/porto/partials/scripts.blade.php @@ -0,0 +1,15 @@ + + + +@yield('vendor-script') + + + + + + +@stack('page-script') + + + + diff --git a/resources/views/layouts/porto/partials/styles.blade.php b/resources/views/layouts/porto/partials/styles.blade.php new file mode 100644 index 0000000..2bc3cf0 --- /dev/null +++ b/resources/views/layouts/porto/partials/styles.blade.php @@ -0,0 +1,37 @@ +@php + $templateKey = $_layout['template']; // Ej: business-consulting-4 +@endphp + +@vite([ + "vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/templates/{$templateKey}/css/app.css", + "vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/templates/{$templateKey}/vendor/fontawesome.scss", +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/bootstrap/css/bootstrap.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/fontawesome-free/css/all.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/animate/animate.compat.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/simple-line-icons/css/simple-line-icons.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/owl.carousel/assets/owl.carousel.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/owl.carousel/assets/owl.theme.default.min.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/vendor/magnific-popup/magnific-popup.min.css', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-elements.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-blog.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/theme-shop.css', +]) + + +@yield('vendor-style') + + +@stack('page-style') + + +@vite('vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/custom.css') + diff --git a/resources/views/layouts/porto/scripts.blade.php b/resources/views/layouts/porto/scripts.blade.php new file mode 100644 index 0000000..04aa5e6 --- /dev/null +++ b/resources/views/layouts/porto/scripts.blade.php @@ -0,0 +1,33 @@ +@php + $templateKey = $_layout['template']; // Ej: business-consulting-4 +@endphp + +@vite([ + "vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/templates/{$templateKey}/js/theme.js", + "vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/templates/{$templateKey}/js/theme.init.js", +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/jquery/jquery.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/popper/popper.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/js/bootstrap.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/node-waves/node-waves.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/hammer/hammer.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/typeahead-js/typeahead.js', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/js/menu.js', +]) + +@yield('vendor-script') + + + +@vite('vendor/koneko/laravel-vuexy-admin/resources/assets/js/main.js') + + +@vite('vendor/koneko/laravel-vuexy-admin/resources/js/app.js') + + +@stack('page-script') + diff --git a/resources/views/layouts/porto/styles.blade.php b/resources/views/layouts/porto/styles.blade.php new file mode 100644 index 0000000..115bd90 --- /dev/null +++ b/resources/views/layouts/porto/styles.blade.php @@ -0,0 +1,29 @@ + + + + + + +@vite([ + //'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/fonts/fontawesome.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/node-waves/node-waves.scss', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/scss'.$configData['rtlSupport'].'/core' .($configData['style'] !== 'light' ? '-' . $configData['style'] : '') .'.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/scss'.$configData['rtlSupport'].'/' .$configData['theme'] .($configData['style'] !== 'light' ? '-' . $configData['style'] : '') .'.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/css/demo.css', + 'vendor/koneko/laravel-vuexy-admin/resources/scss/app.scss', +]) + + +@vite([ + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.scss', + 'vendor/koneko/laravel-vuexy-admin/resources/assets/vendor/libs/typeahead-js/typeahead.scss', +]) + +@yield('vendor-style') + + +@stack('page-style') diff --git a/resources/views/template/index.blade.php b/resources/views/template/index.blade.php new file mode 100644 index 0000000..045931f --- /dev/null +++ b/resources/views/template/index.blade.php @@ -0,0 +1,7 @@ +@extends('vuexy-admin::layouts.vuexy.layoutMaster') + +@section('title', 'Template Porto') + +@section('content') + @livewire('vuexy-admin::plugins-index') +@endsection diff --git a/resources/views/templates/Porto/page.blade.php b/resources/views/templates/Porto/page.blade.php new file mode 100644 index 0000000..33a997d --- /dev/null +++ b/resources/views/templates/Porto/page.blade.php @@ -0,0 +1,16 @@ +@extends(template_view_path("layouts.master")) + +@section('content') + + {{-- Hero o portada --}} + @includeIf(template_view_path("components.hero"), ['content' => $content]) + + {{-- Bloques de contenido dinámico desde BD --}} + @foreach($contentBlocks as $block) + @includeIf("website::blocks.{$block->type}", ['block' => $block]) + @endforeach + + {{-- Footer --}} + @includeIf(template_view_path("components.footer")) + +@endsection diff --git a/resources/views/templates/business-consulting-4/components/footer.blade.php b/resources/views/templates/business-consulting-4/components/footer.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/business-consulting-4/components/menu-footer.blade.php b/resources/views/templates/business-consulting-4/components/menu-footer.blade.php new file mode 100644 index 0000000..51a2bc7 --- /dev/null +++ b/resources/views/templates/business-consulting-4/components/menu-footer.blade.php @@ -0,0 +1,15 @@ + Useful Links + diff --git a/resources/views/templates/business-consulting-4/components/menu-top.blade.php b/resources/views/templates/business-consulting-4/components/menu-top.blade.php new file mode 100644 index 0000000..a9a4b97 --- /dev/null +++ b/resources/views/templates/business-consulting-4/components/menu-top.blade.php @@ -0,0 +1,42 @@ + diff --git a/resources/views/templates/business-consulting-4/components/navbar.blade.php b/resources/views/templates/business-consulting-4/components/navbar.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/business-consulting-4/page.blade.php b/resources/views/templates/business-consulting-4/page.blade.php new file mode 100644 index 0000000..8f0240f --- /dev/null +++ b/resources/views/templates/business-consulting-4/page.blade.php @@ -0,0 +1,990 @@ +@extends('vuexy-website-layout-porto::layouts.porto.master') + +@section('vendor-style') + @vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/demos/demo-business-consulting-4.css', + ]) +@endsection + +@section('header') + +@endsection + +@section('content') +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    A leading consulting firm

    +
    +

    Digital, business and technology
    consulting for growth.

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

    Our Mission

    +
    +

    We are committed to providing our clients the best
    strategic guidance available

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

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet ullamcorper dolor, quis sollicitudin.

    +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet.

    + +
      +
    • + Amet orci quis arcu vestibulum vestibulum. +
    • +
    • + Quis arcu vestibulum vestibulum. +
    • +
    • + Sit amet orci quis arcu. +
    • +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    How We Can Help

    +
    +

    Our Amazing Services

    + +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non.

    + +
    +
    + +
    +
    +
    +
    +
    + +

    Strategic Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Financial Clean-Up

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Cash Flow Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

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

    Company Stats

    +
    +

    Learn More About Us In Numbers

    +
    +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    What They Say About Us

    +
    +

    Testimonials

    + +
    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + CALL US NOW + +123 4567 890 +
    +
    +

    Best Consultants Downtown Los Angeles CA

    +
    +
    +
    +
    +
    + +
    +
    +

    Request a Call Back

    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + Submit +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +
    +
    +

    New York

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Chicago

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Louisville

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +
    +
    +@endsection + +@section('footer') + +@endsection + +@section('vendor-script') + + +@endsection diff --git a/resources/views/templates/cleaning-services/components/footer.blade.php b/resources/views/templates/cleaning-services/components/footer.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/cleaning-services/components/menu-footer.blade.php b/resources/views/templates/cleaning-services/components/menu-footer.blade.php new file mode 100644 index 0000000..51a2bc7 --- /dev/null +++ b/resources/views/templates/cleaning-services/components/menu-footer.blade.php @@ -0,0 +1,15 @@ + Useful Links + diff --git a/resources/views/templates/cleaning-services/components/menu-top.blade.php b/resources/views/templates/cleaning-services/components/menu-top.blade.php new file mode 100644 index 0000000..a9a4b97 --- /dev/null +++ b/resources/views/templates/cleaning-services/components/menu-top.blade.php @@ -0,0 +1,42 @@ + diff --git a/resources/views/templates/cleaning-services/components/navbar.blade.php b/resources/views/templates/cleaning-services/components/navbar.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/cleaning-services/page.blade.php b/resources/views/templates/cleaning-services/page.blade.php new file mode 100644 index 0000000..b3407b8 --- /dev/null +++ b/resources/views/templates/cleaning-services/page.blade.php @@ -0,0 +1,991 @@ +@extends('vuexy-website-layout-porto::layouts.porto.master') + +@section('vendor-style') + @vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/demos/demo-business-consulting-4.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/skins/skin-business-consulting-4.css', + ]) +@endsection + +@section('header') + +@endsection + +@section('content') +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    A leading consulting firm

    +
    +

    Digital, business and technology
    consulting for growth.

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

    Our Mission

    +
    +

    We are committed to providing our clients the best
    strategic guidance available

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

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet ullamcorper dolor, quis sollicitudin.

    +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet.

    + +
      +
    • + Amet orci quis arcu vestibulum vestibulum. +
    • +
    • + Quis arcu vestibulum vestibulum. +
    • +
    • + Sit amet orci quis arcu. +
    • +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    How We Can Help

    +
    +

    Our Amazing Services

    + +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non.

    + +
    +
    + +
    +
    +
    +
    +
    + +

    Strategic Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Financial Clean-Up

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Cash Flow Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

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

    Company Stats

    +
    +

    Learn More About Us In Numbers

    +
    +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    What They Say About Us

    +
    +

    Testimonials

    + +
    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + CALL US NOW + +123 4567 890 +
    +
    +

    Best Consultants Downtown Los Angeles CA

    +
    +
    +
    +
    +
    + +
    +
    +

    Request a Call Back

    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + Submit +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +
    +
    +

    New York

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Chicago

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Louisville

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +
    +
    +@endsection + +@section('footer') + +@endsection + +@section('vendor-script') + + +@endsection diff --git a/resources/views/templates/renewable-energy/components/footer.blade.php b/resources/views/templates/renewable-energy/components/footer.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/renewable-energy/components/menu-footer.blade.php b/resources/views/templates/renewable-energy/components/menu-footer.blade.php new file mode 100644 index 0000000..51a2bc7 --- /dev/null +++ b/resources/views/templates/renewable-energy/components/menu-footer.blade.php @@ -0,0 +1,15 @@ + Useful Links + diff --git a/resources/views/templates/renewable-energy/components/menu-top.blade.php b/resources/views/templates/renewable-energy/components/menu-top.blade.php new file mode 100644 index 0000000..a9a4b97 --- /dev/null +++ b/resources/views/templates/renewable-energy/components/menu-top.blade.php @@ -0,0 +1,42 @@ + diff --git a/resources/views/templates/renewable-energy/components/navbar.blade.php b/resources/views/templates/renewable-energy/components/navbar.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/templates/renewable-energy/page.blade.php b/resources/views/templates/renewable-energy/page.blade.php new file mode 100644 index 0000000..b3407b8 --- /dev/null +++ b/resources/views/templates/renewable-energy/page.blade.php @@ -0,0 +1,991 @@ +@extends('vuexy-website-layout-porto::layouts.porto.master') + +@section('vendor-style') + @vite([ + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/demos/demo-business-consulting-4.css', + 'vendor/koneko/laravel-vuexy-website-layout-porto/resources/assets/css/skins/skin-business-consulting-4.css', + ]) +@endsection + +@section('header') + +@endsection + +@section('content') +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    A leading consulting firm

    +
    +

    Digital, business and technology
    consulting for growth.

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

    Our Mission

    +
    +

    We are committed to providing our clients the best
    strategic guidance available

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

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet ullamcorper dolor, quis sollicitudin.

    +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non. Integer aliquet.

    + +
      +
    • + Amet orci quis arcu vestibulum vestibulum. +
    • +
    • + Quis arcu vestibulum vestibulum. +
    • +
    • + Sit amet orci quis arcu. +
    • +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    How We Can Help

    +
    +

    Our Amazing Services

    + +

    Cras a elit sit amet leo accumsan volutpat. Suspendisse hendrerit vehicula leo, vel efficitur felis ultrices non.

    + +
    +
    + +
    +
    +
    +
    +
    + +

    Strategic Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Financial Clean-Up

    +

    Lorem ipsum dolor sit amet, consectetur elit.

    +
    + +
    +
    +
    +
    +
    +
    +
    + +

    Cash Flow Planning

    +

    Lorem ipsum dolor sit amet, consectetur elit.

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

    Company Stats

    +
    +

    Learn More About Us In Numbers

    +
    +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    + 0 + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    What They Say About Us

    +
    +

    Testimonials

    + +
    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + CALL US NOW + +123 4567 890 +
    +
    +

    Best Consultants Downtown Los Angeles CA

    +
    +
    +
    +
    +
    + +
    +
    +

    Request a Call Back

    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + Submit +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +
    +
    +

    New York

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Chicago

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +

    Louisville

    + +
      +
    • + 123 Street Name, City, 191919
      New York - NY +
    • +
    • + 800 123-45679
      800 123-45678 +
    • +
    • + mail@domain.com +
    • +
    +
    +
    +
    +
    +@endsection + +@section('footer') + +@endsection + +@section('vendor-script') + + +@endsection diff --git a/resources/views/widgets/index.blade.php b/resources/views/widgets/index.blade.php new file mode 100644 index 0000000..0f256b7 --- /dev/null +++ b/resources/views/widgets/index.blade.php @@ -0,0 +1,7 @@ +@extends('vuexy-admin::layouts.vuexy.layoutMaster') + +@section('title', 'Widgets Porto') + +@section('content') + @livewire('vuexy-admin::plugins-index') +@endsection diff --git a/routes/admin.php b/routes/admin.php deleted file mode 100644 index 38a32fa..0000000 --- a/routes/admin.php +++ /dev/null @@ -1,9 +0,0 @@ -name('admin.')->middleware(['web', 'auth', 'admin.settings'])->group(function () { - -}); diff --git a/routes/layout.php b/routes/layout.php new file mode 100644 index 0000000..dd61ed7 --- /dev/null +++ b/routes/layout.php @@ -0,0 +1,6 @@ +name('template.index'); diff --git a/src/Application/Http/Controllers/BannersController.php b/src/Application/Http/Controllers/BannersController.php new file mode 100644 index 0000000..c3bc138 --- /dev/null +++ b/src/Application/Http/Controllers/BannersController.php @@ -0,0 +1,21 @@ +registerKonekoModule(dirname(__DIR__)); + } +} diff --git a/src/koneko-vuexy.module.php b/src/koneko-vuexy.module.php new file mode 100644 index 0000000..0063c98 --- /dev/null +++ b/src/koneko-vuexy.module.php @@ -0,0 +1,155 @@ + 'Template Porto', + 'description' => 'Plantilla Porto para el modulo vuexy-website-admin, banners, widgets y CSS personalizado.', + 'type' => 'plugin', + 'tags' => ['koneko-official', 'plantilla', 'banners', 'porto', 'css', 'template', 'vuexy-website-admin', 'website'], + + // ⚙️ Namespace de configuraciones Koneko Vuexy Admin + 'componentNamespace' => 'website-layout-porto', + + // 🧠 Metadatos visuales para UI del gestor + 'ui' => [ + 'image' => 'resources/img/module-cover.png', + 'readme' => 'README.md', + ], + + // 📁 Recursos cargables: vistas, traducciones, migraciones + 'views' => [ + 'accounting-1' => 'resources/views/templates/accounting-1', + 'app-landing' => 'resources/views/templates/app-landing', + 'architecture-2' => 'resources/views/templates/architecture-2', + 'architecture-interior' => 'resources/views/templates/architecture-interior', + 'auto-services' => 'resources/views/templates/auto-services', + 'band' => 'resources/views/templates/band', + 'barber' => 'resources/views/templates/barber', + 'beauty-salon' => 'resources/views/templates/beauty-salon', + 'business-consulting' => 'resources/views/templates/business-consulting', + 'business-consulting-2' => 'resources/views/templates/business-consulting-2', + 'business-consulting-3' => 'resources/views/templates/business-consulting-3', + 'business-consulting-4' => 'resources/views/templates/business-consulting-4', + 'business-consulting-5' => 'resources/views/templates/business-consulting-5', + 'church' => 'resources/views/templates/church', + 'cleaning-services' => 'resources/views/templates/cleaning-services', + 'coffee' => 'resources/views/templates/coffee', + 'construction' => 'resources/views/templates/construction', + 'construction-2' => 'resources/views/templates/construction-2', + 'creative-agency-1' => 'resources/views/templates/creative-agency-1', + 'creative-agency-2' => 'resources/views/templates/creative-agency-2', + 'dentist' => 'resources/views/templates/dentist', + 'digital-agency' => 'resources/views/templates/digital-agency', + 'digital-agency-2' => 'resources/views/templates/digital-agency-2', + 'digital-agency-2-dark' => 'resources/views/templates/digital-agency-2-dark', + 'education' => 'resources/views/templates/education', + 'event' => 'resources/views/templates/event', + 'finance' => 'resources/views/templates/finance', + 'gym' => 'resources/views/templates/gym', + 'hotel' => 'resources/views/templates/hotel', + 'industry-factory' => 'resources/views/templates/industry-factory', + 'insurance' => 'resources/views/templates/insurance', + 'it-services' => 'resources/views/templates/it-services', + 'landing' => 'resources/views/templates/landing', + 'law-firm' => 'resources/views/templates/law-firm', + 'law-firm-2' => 'resources/views/templates/law-firm-2', + 'marketing-1' => 'resources/views/templates/marketing-1', + 'medical' => 'resources/views/templates/medical', + 'medical-2' => 'resources/views/templates/medical-2', + 'one-page-agency' => 'resources/views/templates/one-page-agency', + 'personal-portfolio-1' => 'resources/views/templates/personal-portfolio-1', + 'personal-portfolio-2' => 'resources/views/templates/personal-portfolio-2', + 'personal-portfolio-3' => 'resources/views/templates/personal-portfolio-3', + 'photography' => 'resources/views/templates/photography', + 'photography-2' => 'resources/views/templates/photography-2', + 'photography-3' => 'resources/views/templates/photography-3', + 'product-landing' => 'resources/views/templates/product-landing', + 'real-estate' => 'resources/views/templates/real-estate', + 'renewable-energy' => 'resources/views/templates/renewable-energy', + 'restaurant' => 'resources/views/templates/restaurant', + 'resume' => 'resources/views/templates/resume', + 'resume-dark' => 'resources/views/templates/resume-dark', + 'sass' => 'resources/views/templates/sass', + 'seo' => 'resources/views/templates/seo', + 'seo-2' => 'resources/views/templates/seo-2', + 'seo-3' => 'resources/views/templates/seo-3', + 'startup-agency' => 'resources/views/templates/startup-agency', + 'transportation-logistic' => 'resources/views/templates/transportation-logistic', + 'wedding' => 'resources/views/templates/wedding', + 'vuexy-website-layout-porto' => 'resources/views/', + ], + + 'bladeComponents' => [ + 'business-consulting-4' => 'resources/views/templates/business-consulting-4/components', + 'cleaning-services' => 'resources/views/templates/cleaning-services/components', + 'renewable-energy' => 'resources/views/templates/renewable-energy/components', + 'accounting-1' => 'resources/views/templates/accounting-1/components', + 'app-landing' => 'resources/views/templates/app-landing/components', + 'architecture-2' => 'resources/views/templates/architecture-2/components', + 'architecture-interior' => 'resources/views/templates/architecture-interior/components', + 'auto-services' => 'resources/views/templates/auto-services/components', + 'band' => 'resources/views/templates/band/components', + 'barber' => 'resources/views/templates/barber/components', + 'beauty-salon' => 'resources/views/templates/beauty-salon/components', + 'business-consulting' => 'resources/views/templates/business-consulting/components', + 'business-consulting-2' => 'resources/views/templates/business-consulting-2/components', + 'business-consulting-3' => 'resources/views/templates/business-consulting-3/components', + 'business-consulting-4' => 'resources/views/templates/business-consulting-4/components', + 'business-consulting-5' => 'resources/views/templates/business-consulting-5/components', + 'church' => 'resources/views/templates/church/components', + 'cleaning-services' => 'resources/views/templates/cleaning-services/components', + 'coffee' => 'resources/views/templates/coffee/components', + 'construction' => 'resources/views/templates/construction/components', + 'construction-2' => 'resources/views/templates/construction-2/components', + 'creative-agency-1' => 'resources/views/templates/creative-agency-1/components', + 'creative-agency-2' => 'resources/views/templates/creative-agency-2/components', + 'dentist' => 'resources/views/templates/dentist/components', + 'digital-agency' => 'resources/views/templates/digital-agency/components', + 'digital-agency-2' => 'resources/views/templates/digital-agency-2/components', + 'digital-agency-2-dark' => 'resources/views/templates/digital-agency-2-dark/components', + 'education' => 'resources/views/templates/education/components', + 'event' => 'resources/views/templates/event/components', + 'finance' => 'resources/views/templates/finance/components', + 'gym' => 'resources/views/templates/gym/components', + 'hotel' => 'resources/views/templates/hotel/components', + 'industry-factory' => 'resources/views/templates/industry-factory/components', + 'insurance' => 'resources/views/templates/insurance/components', + 'it-services' => 'resources/views/templates/it-services/components', + 'landing' => 'resources/views/templates/landing/components', + 'law-firm' => 'resources/views/templates/law-firm/components', + 'law-firm-2' => 'resources/views/templates/law-firm-2/components', + 'marketing-1' => 'resources/views/templates/marketing-1/components', + 'medical' => 'resources/views/templates/medical/components', + 'medical-2' => 'resources/views/templates/medical-2/components', + 'one-page-agency' => 'resources/views/templates/one-page-agency/components', + 'personal-portfolio-1' => 'resources/views/templates/personal-portfolio-1/components', + 'personal-portfolio-2' => 'resources/views/templates/personal-portfolio-2/components', + 'personal-portfolio-3' => 'resources/views/templates/personal-portfolio-3/components', + 'photography' => 'resources/views/templates/photography/components', + 'photography-2' => 'resources/views/templates/photography-2/components', + 'photography-3' => 'resources/views/templates/photography-3/components', + 'product-landing' => 'resources/views/templates/product-landing/components', + 'real-estate' => 'resources/views/templates/real-estate/components', + 'renewable-energy' => 'resources/views/templates/renewable-energy/components', + 'restaurant' => 'resources/views/templates/restaurant/components', + 'resume' => 'resources/views/templates/resume/components', + 'resume-dark' => 'resources/views/templates/resume-dark/components', + 'sass' => 'resources/views/templates/sass/components', + 'seo' => 'resources/views/templates/seo/components', + 'seo-2' => 'resources/views/templates/seo-2/components', + 'seo-3' => 'resources/views/templates/seo-3/components', + 'startup-agency' => 'resources/views/templates/startup-agency/components', + 'transportation-logistic' => 'resources/views/templates/transportation-logistic/components', + 'wedding' => 'resources/views/templates/wedding/components', + 'vuexy-website-layout-porto' => 'resources/views/templates/Porto/components', + ], + + // 📁 Publicar archivos + 'publishedFiles' => [ + 'assets' => [ + 'resources/public' => public_path('vendor/vuexy-layout-porto'), + ], + ], +];