diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e22db70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +Thumbs.db +.DS_Store +.dist +.tmp +.sass-cache +npm-debug.log +node_modules +package-lock.json \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ba3e579 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Themefisher + +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/README.md b/README.md new file mode 100644 index 0000000..f3f617a --- /dev/null +++ b/README.md @@ -0,0 +1,109 @@ +# Eventre By Themefisher +Whether you arrange a local or international business event or conference, it is an utmost must to have a dedicated website for it. Without having a website, in this day of technology, you are losing a ton of money on the table. With an attractive website template like Eventre, you can add a new dimension to your business. + + +## Example Site +| [![](screenshots/home1.jpg)](https://demo.themefisher.com/eventre/) | [![](screenshots/home2.jpg)](https://demo.themefisher.com/eventre/homepage-two.html) | [![](screenshots/about.jpg)](https://demo.themefisher.com/eventre/about.html) | [![](screenshots/speakers.jpg)](https://demo.themefisher.com/eventre/speakers.html) | +|:---:|:---:|:---:|:---:| +| **Home 1** | **Home 2** | **About** | **Speaker** | +| [![](screenshots/speaker-details.jpg)](https://demo.themefisher.com/eventre/single-speaker.html) | [![](screenshots/gallery.jpg)](https://demo.themefisher.com/eventre/gallery.html) | [![](screenshots/gallery2.jpg)](https://demo.themefisher.com/eventre/gallery-two.html) | [![](screenshots/testimonials.jpg)](https://demo.themefisher.com/eventre/testimonial.html) | +| **Speaker Details** | **Gallery** | **Gallery 2** | **Testimonial** | +| [![](screenshots/pricing.jpg)](https://demo.themefisher.com/eventre/pricing.html) | [![](screenshots/schedule.jpg)](https://demo.themefisher.com/eventre/schedule.html) | [![](screenshots/sponsors.jpg)](https://demo.themefisher.com/eventre/sponsors.html) | [![](screenshots/faq.jpg)](https://demo.themefisher.com/eventre/FAQ.html) | +| **Pricing** | **Schedule** | **Sponsors** | **FAQ** | +| [![](screenshots/news.jpg)](https://demo.themefisher.com/eventre/news.html) | [![](screenshots/newsrs.jpg)](https://demo.themefisher.com/eventre/news-right-sidebar.html) | [![](screenshots/newsls.jpg)](https://demo.themefisher.com/eventre/news-left-sidebar.html) | [![](screenshots/news-details.jpg)](https://demo.themefisher.com/eventre/news-single.html) | +| **News** | **News Right Sidebar** | **News Left Sidebar** |**News Details** | +| [![](screenshots/contact.jpg)](https://demo.themefisher.com/eventre/contact.html) | [![](screenshots/404.jpg)](https://demo.themefisher.com/eventre/404.html) +| **Contact** | **404** | + +πŸ‘‰πŸ»[View Live Preview](https://demo.themefisher.com/eventre/) + + +## Pages +* **Home 1** +* **Home 2** +* **About** +* **Schedule** +* **Speakers** +* **Speakers Single** +* **Gallery** +* **Gallery Two** +* **Sponsors** +* **Pricing** +* **Testimonials** +* **FAQ** +* **News** +* **News Left Sidebar** +* **News Right Sidebar** +* **News Single** +* **Contact** +* **404** + + + +## Download And installation +Download this template from any following options: + +* Download from [Github](https://github.com/themefisher/Eventre-Event-Conference-Template/archive/master.zip) +* Clone the repository: `git clone https://github.com/themefisher/Eventre-Event-Conference-Template.git` +* Download from [Themefisher](https://themefisher.com/products/Eventre-Event-Conference-Template/) + + + +### Basic Usage +After downloading template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser. + +### Advanced Usage +For advanced usage you have some dependencies to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included. + +#### Install Dependencies +* **Node Installation:** [Install node js](https://nodejs.org/en/download/) +* **Gulp Installation:** Install gulp globally from your terminal +``` +npm install --global gulp-cli +``` +Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start) + +#### Run Theme +After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut ctrl/cmd+\`] + +* Install node package modules +``` +npm install +``` +* Run gulp +``` +gulp +``` +After that, it will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. + +πŸ‘‰πŸ» [visit documentation](https://docs.themefisher.com/eventre/) + + + +## Reporting Issues +We use GitHub Issues as the official bug tracker for the Eventre Template. Please Search [existing issues](https://github.com/themefisher/Eventre-Event-Conference-Template/issues). It’s possible someone has already reported the same problem. +If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Eventre-Event-Conference-Template/issues). + + +## Technical Support or Questions (Paid) +If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue. + + +## License +Copyright © 2021 Designed & Developed by [Themefisher](https://themefisher.com) + +**Code License:** Released under the [MIT](https://github.com/themefisher/Eventre-Event-Conference-Template/blob/master/LICENSE) license. + +**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image. + + +## Resources +Some third-party plugins that we used to build this template. Please check their licence. +* **Bootstrap v4.5.3**: https://getbootstrap.com/docs/4.5/getting-started/introduction/ +* **Jquery**: https://jquery.com/download/ +* **Google Fonts**: http://fonts.google.com/ +* **Slick**: https://kenwheeler.github.io/slick/ +* **Shuffle**: https://vestride.github.io/Shuffle/ +* **SyoTimer**: http://syomochkin.xyz/folio/syotimer/demo.html +* **Magnific Popup**: https://dimsemenov.com/plugins/magnific-popup/ +* **Font Awesome Free**: https://fontawesome.com/ \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..6b433d7 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,122 @@ +'use strict'; + +var gulp = require('gulp'); +var sass = require('gulp-sass'); +var sourcemaps = require('gulp-sourcemaps'); +var fileinclude = require('gulp-file-include'); +var autoprefixer = require('gulp-autoprefixer'); +var runSequence = require('run-sequence'); +var bs = require('browser-sync').create(); +var rimraf = require('rimraf'); + +var path = { + src: { + html : 'source/*.html', + others : 'source/*.+(php|ico|png)', + htminc : 'source/partials/**/*.htm', + incdir : 'source/partials/', + plugins : 'source/plugins/**/*.*', + js : 'source/js/*.js', + scss : 'source/scss/**/*.scss', + images : 'source/images/**/*.+(png|jpg|gif|svg)' + }, + build: { + dirDev : 'theme/' + } +}; + +// HTML +gulp.task('html:build', function () { + return gulp.src(path.src.html) + .pipe(fileinclude({ + basepath: path.src.incdir + })) + .pipe(gulp.dest(path.build.dirDev)) + .pipe(bs.reload({ + stream: true + })); +}); + +// SCSS +gulp.task('scss:build', function () { +return gulp.src(path.src.scss) + .pipe(sourcemaps.init()) + .pipe(sass({ outputStyle: 'expanded' }).on('error', sass.logError)) + .pipe(autoprefixer()) + .pipe(sourcemaps.write('/')) + .pipe(gulp.dest(path.build.dirDev + 'css/')) + .pipe(bs.reload({ + stream: true + })); +}); + +// Javascript +gulp.task('js:build', function () { +return gulp.src(path.src.js) + .pipe(gulp.dest(path.build.dirDev + 'js/')) + .pipe(bs.reload({ + stream: true + })); +}); + +// Images +gulp.task('images:build', function () { +return gulp.src(path.src.images) + .pipe(gulp.dest(path.build.dirDev + 'images/')) + .pipe(bs.reload({ + stream: true + })); +}); + +// Plugins +gulp.task('plugins:build', function () { +return gulp.src(path.src.plugins) + .pipe(gulp.dest(path.build.dirDev + 'plugins/')) + .pipe(bs.reload({ + stream: true + })); +}); + +// Other files like favicon, php, sourcele-icon on root directory +gulp.task('others:build', function () { +return gulp.src(path.src.others) + .pipe(gulp.dest(path.build.dirDev)) +}); + +// Clean Build Folder +gulp.task('clean', function (cb) { + rimraf('./theme', cb); +}); + +// Watch Task +gulp.task('watch:build', function () { + gulp.watch(path.src.html, ['html:build']); + gulp.watch(path.src.htminc, ['html:build']); + gulp.watch(path.src.scss, ['scss:build']); + gulp.watch(path.src.js, ['js:build']); + gulp.watch(path.src.images, ['images:build']); + gulp.watch(path.src.plugins, ['plugins:build']); +}); + +// Build Task +gulp.task('build', function () { + runSequence( + 'clean', + 'html:build', + 'js:build', + 'scss:build', + 'images:build', + 'plugins:build', + 'others:build', + 'watch:build', + function () { + bs.init({ + server: { + baseDir: path.build.dirDev + } + }); + } + ); +}); + +gulp.task("default", ["build"]); \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..201a490 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "themefisher-theme-kit", + "version": "1.1.0", + "description": "Gulp environment for running HTML themes by themefisher", + "keywords": [ + "gulp", + "frontend" + ], + "author": "Themefisher", + "license": "MIT", + "devDependencies": { + "browser-sync": "^2.24.5", + "gulp": "^3.9.1", + "gulp-autoprefixer": "^5.0.0", + "gulp-file-include": "^2.0.1", + "gulp-rimraf": "^0.2.2", + "gulp-sass": "^4.0.1", + "gulp-sourcemaps": "^2.6.4", + "run-sequence": "^2.2.1" + } +} diff --git a/screenshots/404.jpg b/screenshots/404.jpg new file mode 100644 index 0000000..50b682f Binary files /dev/null and b/screenshots/404.jpg differ diff --git a/screenshots/about.jpg b/screenshots/about.jpg new file mode 100644 index 0000000..5bdc3a8 Binary files /dev/null and b/screenshots/about.jpg differ diff --git a/screenshots/contact.jpg b/screenshots/contact.jpg new file mode 100644 index 0000000..dd0ecea Binary files /dev/null and b/screenshots/contact.jpg differ diff --git a/screenshots/faq.jpg b/screenshots/faq.jpg new file mode 100644 index 0000000..1879ee1 Binary files /dev/null and b/screenshots/faq.jpg differ diff --git a/screenshots/gallery.jpg b/screenshots/gallery.jpg new file mode 100644 index 0000000..47d5097 Binary files /dev/null and b/screenshots/gallery.jpg differ diff --git a/screenshots/gallery2.jpg b/screenshots/gallery2.jpg new file mode 100644 index 0000000..f93282b Binary files /dev/null and b/screenshots/gallery2.jpg differ diff --git a/screenshots/home1.jpg b/screenshots/home1.jpg new file mode 100644 index 0000000..286afef Binary files /dev/null and b/screenshots/home1.jpg differ diff --git a/screenshots/home2.jpg b/screenshots/home2.jpg new file mode 100644 index 0000000..82590c2 Binary files /dev/null and b/screenshots/home2.jpg differ diff --git a/screenshots/news-details.jpg b/screenshots/news-details.jpg new file mode 100644 index 0000000..3f4607c Binary files /dev/null and b/screenshots/news-details.jpg differ diff --git a/screenshots/news.jpg b/screenshots/news.jpg new file mode 100644 index 0000000..9070394 Binary files /dev/null and b/screenshots/news.jpg differ diff --git a/screenshots/newsls.jpg b/screenshots/newsls.jpg new file mode 100644 index 0000000..3df9927 Binary files /dev/null and b/screenshots/newsls.jpg differ diff --git a/screenshots/newsrs.jpg b/screenshots/newsrs.jpg new file mode 100644 index 0000000..9e25100 Binary files /dev/null and b/screenshots/newsrs.jpg differ diff --git a/screenshots/pricing.jpg b/screenshots/pricing.jpg new file mode 100644 index 0000000..a751694 Binary files /dev/null and b/screenshots/pricing.jpg differ diff --git a/screenshots/schedule.jpg b/screenshots/schedule.jpg new file mode 100644 index 0000000..ba5de17 Binary files /dev/null and b/screenshots/schedule.jpg differ diff --git a/screenshots/speaker-details.jpg b/screenshots/speaker-details.jpg new file mode 100644 index 0000000..e1fbfa2 Binary files /dev/null and b/screenshots/speaker-details.jpg differ diff --git a/screenshots/speakers.jpg b/screenshots/speakers.jpg new file mode 100644 index 0000000..40a0d96 Binary files /dev/null and b/screenshots/speakers.jpg differ diff --git a/screenshots/sponsors.jpg b/screenshots/sponsors.jpg new file mode 100644 index 0000000..14cadb1 Binary files /dev/null and b/screenshots/sponsors.jpg differ diff --git a/screenshots/testimonials.jpg b/screenshots/testimonials.jpg new file mode 100644 index 0000000..9240669 Binary files /dev/null and b/screenshots/testimonials.jpg differ diff --git a/source/404.html b/source/404.html new file mode 100644 index 0000000..8a86c12 --- /dev/null +++ b/source/404.html @@ -0,0 +1,36 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "Error Page", + "page" : "Error Page" +}) + + + +
+
+
+
+
+ 404 +

Oops!... Page Not Found.

+ Go to home +
+
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/FAQ.html b/source/FAQ.html new file mode 100644 index 0000000..70d83bf --- /dev/null +++ b/source/FAQ.html @@ -0,0 +1,215 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "FAQS", + "page" : "FAQS" +}) + + +
+
+
+
+
+

Our FAQ

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore magna

+
+
+
+
+
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+
+
+
+
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+
+
+
+
+
+
+ + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/about-us.html b/source/about-us.html new file mode 100644 index 0000000..921e0c2 --- /dev/null +++ b/source/about-us.html @@ -0,0 +1,105 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "About Us", + "page" : "About US" +}) + +@@include('blocks/about-section.htm') + +@@include('blocks/speakers.htm') + + + + +
+
+
+
+
+

What People Say?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti aliquid vero harum rerum voluptates, ab, ullam.

+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Espen Brunberg

+ +

Web Developer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Kaite Stricker

+ +

Designer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Adam Smith

+ +

Web Developer

+
+
+
+
+
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') diff --git a/source/contact.html b/source/contact.html new file mode 100644 index 0000000..1ab56df --- /dev/null +++ b/source/contact.html @@ -0,0 +1,44 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "Contact Us", + "page" : "Contact Us" +}) + +
+
+
+
+
+

Get in Touch

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores, velit.

+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/gallery-two.html b/source/gallery-two.html new file mode 100644 index 0000000..83ada1e --- /dev/null +++ b/source/gallery-two.html @@ -0,0 +1,144 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ +"title" : "Our Gallery", +"page" : "Our Gallery" +}) + + + + + + + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/gallery.html b/source/gallery.html new file mode 100644 index 0000000..6935b9c --- /dev/null +++ b/source/gallery.html @@ -0,0 +1,121 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ +"title" : "Our Gallery", +"page" : "Our Gallery" +}) + + + + + + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/homepage-two.html b/source/homepage-two.html new file mode 100644 index 0000000..56ddf5f --- /dev/null +++ b/source/homepage-two.html @@ -0,0 +1,1055 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + + + + + + + + + +
+
+
+
+
+ +
+
+
+
+

About The Eventre

+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore + magna aliqua enim ad +

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmtempor incididunt ut labore et + dolore magna aliq enim ad minim

+
+ +
+
+
+
+
+ + + +
+
+
+
+ +
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+

Event Schedule

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+ +
+
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+
+
+
+
+ +
+ + + + + +
+
+
+
+
+
+

Limited Audience Seats

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm

+
+ +
+ Buy Ticket +
+
+
+
+
+
+ +
+ +
8 Speakers
+
+
+
+ +
+ +
500 + Seats
+
+
+
+ +
+ +
300 tickets
+
+
+
+ +
+ +
3 days event
+
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+
+

Eventre News

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus, enim.

+
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + + + + + + + + + + +
+
+
+
+
+

Get ticket

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ +
+
Starter
+
+ +
+

$39.00

+
+
+
+ +
    +
  • +

    1 Comfortable Seats

    +
  • +
  • +

    Free Lunch and Coffee

    +
  • +
  • +

    Certificate

    +
  • +
  • +

    Easy Access

    +
  • +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
Platinum
+
+ +
+

$99.00

+
+
+
+ +
    +
  • +

    1 Comfortable Seats

    +
  • +
  • +

    Free Lunch and Coffee

    +
  • +
  • +

    Certificate

    +
  • +
  • +

    Easy Access

    +
  • +
+
+ +
+
+
+
+
+ + + + + +
+ +
+
+

Docklands Convention

+ + Get Direction +
+
+
+
+

Register to Eventre

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit

+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+ + + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/images/404.png b/source/images/404.png new file mode 100644 index 0000000..a1e9730 Binary files /dev/null and b/source/images/404.png differ diff --git a/source/images/background/banner-bg-two.jpg b/source/images/background/banner-bg-two.jpg new file mode 100644 index 0000000..a2b88ae Binary files /dev/null and b/source/images/background/banner-bg-two.jpg differ diff --git a/source/images/background/bg-registration-two.jpg b/source/images/background/bg-registration-two.jpg new file mode 100644 index 0000000..1412bfb Binary files /dev/null and b/source/images/background/bg-registration-two.jpg differ diff --git a/source/images/background/cta-ticket-bg.jpg b/source/images/background/cta-ticket-bg.jpg new file mode 100644 index 0000000..f1ae02f Binary files /dev/null and b/source/images/background/cta-ticket-bg.jpg differ diff --git a/source/images/background/feature-background.jpg b/source/images/background/feature-background.jpg new file mode 100644 index 0000000..6527555 Binary files /dev/null and b/source/images/background/feature-background.jpg differ diff --git a/source/images/background/homepage-one-banner.jpg b/source/images/background/homepage-one-banner.jpg new file mode 100644 index 0000000..ae342fa Binary files /dev/null and b/source/images/background/homepage-one-banner.jpg differ diff --git a/source/images/background/newsletter-bg.jpg b/source/images/background/newsletter-bg.jpg new file mode 100644 index 0000000..b3ff646 Binary files /dev/null and b/source/images/background/newsletter-bg.jpg differ diff --git a/source/images/background/objects.png b/source/images/background/objects.png new file mode 100644 index 0000000..3bd4978 Binary files /dev/null and b/source/images/background/objects.png differ diff --git a/source/images/background/page-title-bg.jpg b/source/images/background/page-title-bg.jpg new file mode 100644 index 0000000..701343a Binary files /dev/null and b/source/images/background/page-title-bg.jpg differ diff --git a/source/images/background/pattern-background.jpg b/source/images/background/pattern-background.jpg new file mode 100644 index 0000000..b72c93e Binary files /dev/null and b/source/images/background/pattern-background.jpg differ diff --git a/source/images/background/registration-background.jpg b/source/images/background/registration-background.jpg new file mode 100644 index 0000000..a91c31d Binary files /dev/null and b/source/images/background/registration-background.jpg differ diff --git a/source/images/background/schedule-bg.png b/source/images/background/schedule-bg.png new file mode 100644 index 0000000..8da9eeb Binary files /dev/null and b/source/images/background/schedule-bg.png differ diff --git a/source/images/background/spaeker-background.jpg b/source/images/background/spaeker-background.jpg new file mode 100644 index 0000000..0458cc1 Binary files /dev/null and b/source/images/background/spaeker-background.jpg differ diff --git a/source/images/background/sponsors-bg.jpg b/source/images/background/sponsors-bg.jpg new file mode 100644 index 0000000..f68dee9 Binary files /dev/null and b/source/images/background/sponsors-bg.jpg differ diff --git a/source/images/background/timer-bg.jpg b/source/images/background/timer-bg.jpg new file mode 100644 index 0000000..39abf76 Binary files /dev/null and b/source/images/background/timer-bg.jpg differ diff --git a/source/images/favicon.png b/source/images/favicon.png new file mode 100644 index 0000000..90e8f7c Binary files /dev/null and b/source/images/favicon.png differ diff --git a/source/images/footer-logo.png b/source/images/footer-logo.png new file mode 100644 index 0000000..a4684b9 Binary files /dev/null and b/source/images/footer-logo.png differ diff --git a/source/images/gallery/gallery-five.jpg b/source/images/gallery/gallery-five.jpg new file mode 100644 index 0000000..a752db3 Binary files /dev/null and b/source/images/gallery/gallery-five.jpg differ diff --git a/source/images/gallery/gallery-four.jpg b/source/images/gallery/gallery-four.jpg new file mode 100644 index 0000000..cdbaf7f Binary files /dev/null and b/source/images/gallery/gallery-four.jpg differ diff --git a/source/images/gallery/gallery-full-eight.jpg b/source/images/gallery/gallery-full-eight.jpg new file mode 100644 index 0000000..b82edea Binary files /dev/null and b/source/images/gallery/gallery-full-eight.jpg differ diff --git a/source/images/gallery/gallery-full-five.jpg b/source/images/gallery/gallery-full-five.jpg new file mode 100644 index 0000000..ff75f4a Binary files /dev/null and b/source/images/gallery/gallery-full-five.jpg differ diff --git a/source/images/gallery/gallery-full-four.jpg b/source/images/gallery/gallery-full-four.jpg new file mode 100644 index 0000000..05115d7 Binary files /dev/null and b/source/images/gallery/gallery-full-four.jpg differ diff --git a/source/images/gallery/gallery-full-one.jpg b/source/images/gallery/gallery-full-one.jpg new file mode 100644 index 0000000..01b7b81 Binary files /dev/null and b/source/images/gallery/gallery-full-one.jpg differ diff --git a/source/images/gallery/gallery-full-popup-eight.jpg b/source/images/gallery/gallery-full-popup-eight.jpg new file mode 100644 index 0000000..067c016 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-eight.jpg differ diff --git a/source/images/gallery/gallery-full-popup-five.jpg b/source/images/gallery/gallery-full-popup-five.jpg new file mode 100644 index 0000000..69cb8dd Binary files /dev/null and b/source/images/gallery/gallery-full-popup-five.jpg differ diff --git a/source/images/gallery/gallery-full-popup-four.jpg b/source/images/gallery/gallery-full-popup-four.jpg new file mode 100644 index 0000000..70af630 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-four.jpg differ diff --git a/source/images/gallery/gallery-full-popup-one.jpg b/source/images/gallery/gallery-full-popup-one.jpg new file mode 100644 index 0000000..eeb52bc Binary files /dev/null and b/source/images/gallery/gallery-full-popup-one.jpg differ diff --git a/source/images/gallery/gallery-full-popup-six.jpg b/source/images/gallery/gallery-full-popup-six.jpg new file mode 100644 index 0000000..f3d75b3 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-six.jpg differ diff --git a/source/images/gallery/gallery-full-popup-sven.jpg b/source/images/gallery/gallery-full-popup-sven.jpg new file mode 100644 index 0000000..e033af4 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-sven.jpg differ diff --git a/source/images/gallery/gallery-full-popup-three.jpg b/source/images/gallery/gallery-full-popup-three.jpg new file mode 100644 index 0000000..fa83221 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-three.jpg differ diff --git a/source/images/gallery/gallery-full-popup-two.jpg b/source/images/gallery/gallery-full-popup-two.jpg new file mode 100644 index 0000000..28fea87 Binary files /dev/null and b/source/images/gallery/gallery-full-popup-two.jpg differ diff --git a/source/images/gallery/gallery-full-seven.jpg b/source/images/gallery/gallery-full-seven.jpg new file mode 100644 index 0000000..421768d Binary files /dev/null and b/source/images/gallery/gallery-full-seven.jpg differ diff --git a/source/images/gallery/gallery-full-six.jpg b/source/images/gallery/gallery-full-six.jpg new file mode 100644 index 0000000..8439811 Binary files /dev/null and b/source/images/gallery/gallery-full-six.jpg differ diff --git a/source/images/gallery/gallery-full-three.jpg b/source/images/gallery/gallery-full-three.jpg new file mode 100644 index 0000000..13c3cfb Binary files /dev/null and b/source/images/gallery/gallery-full-three.jpg differ diff --git a/source/images/gallery/gallery-full-two.jpg b/source/images/gallery/gallery-full-two.jpg new file mode 100644 index 0000000..056cf81 Binary files /dev/null and b/source/images/gallery/gallery-full-two.jpg differ diff --git a/source/images/gallery/gallery-less-eight.jpg b/source/images/gallery/gallery-less-eight.jpg new file mode 100644 index 0000000..9fda9fc Binary files /dev/null and b/source/images/gallery/gallery-less-eight.jpg differ diff --git a/source/images/gallery/gallery-less-five.jpg b/source/images/gallery/gallery-less-five.jpg new file mode 100644 index 0000000..56bcf7e Binary files /dev/null and b/source/images/gallery/gallery-less-five.jpg differ diff --git a/source/images/gallery/gallery-less-four.jpg b/source/images/gallery/gallery-less-four.jpg new file mode 100644 index 0000000..a763cd2 Binary files /dev/null and b/source/images/gallery/gallery-less-four.jpg differ diff --git a/source/images/gallery/gallery-less-one.jpg b/source/images/gallery/gallery-less-one.jpg new file mode 100644 index 0000000..69d9328 Binary files /dev/null and b/source/images/gallery/gallery-less-one.jpg differ diff --git a/source/images/gallery/gallery-less-seven.jpg b/source/images/gallery/gallery-less-seven.jpg new file mode 100644 index 0000000..434ae6e Binary files /dev/null and b/source/images/gallery/gallery-less-seven.jpg differ diff --git a/source/images/gallery/gallery-less-six.jpg b/source/images/gallery/gallery-less-six.jpg new file mode 100644 index 0000000..a896521 Binary files /dev/null and b/source/images/gallery/gallery-less-six.jpg differ diff --git a/source/images/gallery/gallery-less-three.jpg b/source/images/gallery/gallery-less-three.jpg new file mode 100644 index 0000000..3727ebe Binary files /dev/null and b/source/images/gallery/gallery-less-three.jpg differ diff --git a/source/images/gallery/gallery-less-two.jpg b/source/images/gallery/gallery-less-two.jpg new file mode 100644 index 0000000..c337f47 Binary files /dev/null and b/source/images/gallery/gallery-less-two.jpg differ diff --git a/source/images/gallery/gallery-one.jpg b/source/images/gallery/gallery-one.jpg new file mode 100644 index 0000000..30438bf Binary files /dev/null and b/source/images/gallery/gallery-one.jpg differ diff --git a/source/images/gallery/gallery-popup-eight.jpg b/source/images/gallery/gallery-popup-eight.jpg new file mode 100644 index 0000000..d9780db Binary files /dev/null and b/source/images/gallery/gallery-popup-eight.jpg differ diff --git a/source/images/gallery/gallery-popup-five.jpg b/source/images/gallery/gallery-popup-five.jpg new file mode 100644 index 0000000..1ef701f Binary files /dev/null and b/source/images/gallery/gallery-popup-five.jpg differ diff --git a/source/images/gallery/gallery-popup-four.jpg b/source/images/gallery/gallery-popup-four.jpg new file mode 100644 index 0000000..542951b Binary files /dev/null and b/source/images/gallery/gallery-popup-four.jpg differ diff --git a/source/images/gallery/gallery-popup-one.jpg b/source/images/gallery/gallery-popup-one.jpg new file mode 100644 index 0000000..6564ef5 Binary files /dev/null and b/source/images/gallery/gallery-popup-one.jpg differ diff --git a/source/images/gallery/gallery-popup-seven.jpg b/source/images/gallery/gallery-popup-seven.jpg new file mode 100644 index 0000000..f9f5576 Binary files /dev/null and b/source/images/gallery/gallery-popup-seven.jpg differ diff --git a/source/images/gallery/gallery-popup-six.jpg b/source/images/gallery/gallery-popup-six.jpg new file mode 100644 index 0000000..7c3d79c Binary files /dev/null and b/source/images/gallery/gallery-popup-six.jpg differ diff --git a/source/images/gallery/gallery-popup-three.jpg b/source/images/gallery/gallery-popup-three.jpg new file mode 100644 index 0000000..4a6f79e Binary files /dev/null and b/source/images/gallery/gallery-popup-three.jpg differ diff --git a/source/images/gallery/gallery-popup-two.jpg b/source/images/gallery/gallery-popup-two.jpg new file mode 100644 index 0000000..f5bd72f Binary files /dev/null and b/source/images/gallery/gallery-popup-two.jpg differ diff --git a/source/images/gallery/gallery-six.jpg b/source/images/gallery/gallery-six.jpg new file mode 100644 index 0000000..9b1fcb2 Binary files /dev/null and b/source/images/gallery/gallery-six.jpg differ diff --git a/source/images/gallery/gallery-three.jpg b/source/images/gallery/gallery-three.jpg new file mode 100644 index 0000000..8b1adb0 Binary files /dev/null and b/source/images/gallery/gallery-three.jpg differ diff --git a/source/images/gallery/gallery-two.jpg b/source/images/gallery/gallery-two.jpg new file mode 100644 index 0000000..3ab86fe Binary files /dev/null and b/source/images/gallery/gallery-two.jpg differ diff --git a/source/images/icon/marker.png b/source/images/icon/marker.png new file mode 100644 index 0000000..df061a1 Binary files /dev/null and b/source/images/icon/marker.png differ diff --git a/source/images/icon/ticket.png b/source/images/icon/ticket.png new file mode 100644 index 0000000..e752cd1 Binary files /dev/null and b/source/images/icon/ticket.png differ diff --git a/source/images/logo.png b/source/images/logo.png new file mode 100644 index 0000000..ef96a60 Binary files /dev/null and b/source/images/logo.png differ diff --git a/source/images/news/post-thumb-eight.jpg b/source/images/news/post-thumb-eight.jpg new file mode 100644 index 0000000..fd11383 Binary files /dev/null and b/source/images/news/post-thumb-eight.jpg differ diff --git a/source/images/news/post-thumb-five.jpg b/source/images/news/post-thumb-five.jpg new file mode 100644 index 0000000..0f9cfb3 Binary files /dev/null and b/source/images/news/post-thumb-five.jpg differ diff --git a/source/images/news/post-thumb-four.jpg b/source/images/news/post-thumb-four.jpg new file mode 100644 index 0000000..e7e3d19 Binary files /dev/null and b/source/images/news/post-thumb-four.jpg differ diff --git a/source/images/news/post-thumb-hr-four.jpg b/source/images/news/post-thumb-hr-four.jpg new file mode 100644 index 0000000..952a722 Binary files /dev/null and b/source/images/news/post-thumb-hr-four.jpg differ diff --git a/source/images/news/post-thumb-hr-one.jpg b/source/images/news/post-thumb-hr-one.jpg new file mode 100644 index 0000000..b7688d5 Binary files /dev/null and b/source/images/news/post-thumb-hr-one.jpg differ diff --git a/source/images/news/post-thumb-hr-three.jpg b/source/images/news/post-thumb-hr-three.jpg new file mode 100644 index 0000000..2593838 Binary files /dev/null and b/source/images/news/post-thumb-hr-three.jpg differ diff --git a/source/images/news/post-thumb-hr-two.jpg b/source/images/news/post-thumb-hr-two.jpg new file mode 100644 index 0000000..d9d51c8 Binary files /dev/null and b/source/images/news/post-thumb-hr-two.jpg differ diff --git a/source/images/news/post-thumb-nine.jpg b/source/images/news/post-thumb-nine.jpg new file mode 100644 index 0000000..f8bcd97 Binary files /dev/null and b/source/images/news/post-thumb-nine.jpg differ diff --git a/source/images/news/post-thumb-one.jpg b/source/images/news/post-thumb-one.jpg new file mode 100644 index 0000000..23dfa49 Binary files /dev/null and b/source/images/news/post-thumb-one.jpg differ diff --git a/source/images/news/post-thumb-seven.jpg b/source/images/news/post-thumb-seven.jpg new file mode 100644 index 0000000..c169ab4 Binary files /dev/null and b/source/images/news/post-thumb-seven.jpg differ diff --git a/source/images/news/post-thumb-six.jpg b/source/images/news/post-thumb-six.jpg new file mode 100644 index 0000000..9ca6388 Binary files /dev/null and b/source/images/news/post-thumb-six.jpg differ diff --git a/source/images/news/post-thumb-sm-four.jpg b/source/images/news/post-thumb-sm-four.jpg new file mode 100644 index 0000000..9338b39 Binary files /dev/null and b/source/images/news/post-thumb-sm-four.jpg differ diff --git a/source/images/news/post-thumb-sm-one.jpg b/source/images/news/post-thumb-sm-one.jpg new file mode 100644 index 0000000..89c8a9a Binary files /dev/null and b/source/images/news/post-thumb-sm-one.jpg differ diff --git a/source/images/news/post-thumb-sm-three.jpg b/source/images/news/post-thumb-sm-three.jpg new file mode 100644 index 0000000..cd7d0c9 Binary files /dev/null and b/source/images/news/post-thumb-sm-three.jpg differ diff --git a/source/images/news/post-thumb-sm-two.jpg b/source/images/news/post-thumb-sm-two.jpg new file mode 100644 index 0000000..b91e781 Binary files /dev/null and b/source/images/news/post-thumb-sm-two.jpg differ diff --git a/source/images/news/post-thumb-three.jpg b/source/images/news/post-thumb-three.jpg new file mode 100644 index 0000000..a95fe01 Binary files /dev/null and b/source/images/news/post-thumb-three.jpg differ diff --git a/source/images/news/post-thumb-two.jpg b/source/images/news/post-thumb-two.jpg new file mode 100644 index 0000000..d8550a0 Binary files /dev/null and b/source/images/news/post-thumb-two.jpg differ diff --git a/source/images/news/single-post.jpg b/source/images/news/single-post.jpg new file mode 100644 index 0000000..e149bf3 Binary files /dev/null and b/source/images/news/single-post.jpg differ diff --git a/source/images/speakers/featured-speaker-two.jpg b/source/images/speakers/featured-speaker-two.jpg new file mode 100644 index 0000000..e41b8a8 Binary files /dev/null and b/source/images/speakers/featured-speaker-two.jpg differ diff --git a/source/images/speakers/featured-speaker.jpg b/source/images/speakers/featured-speaker.jpg new file mode 100644 index 0000000..36b3642 Binary files /dev/null and b/source/images/speakers/featured-speaker.jpg differ diff --git a/source/images/speakers/single-speaker.jpg b/source/images/speakers/single-speaker.jpg new file mode 100644 index 0000000..fcb089b Binary files /dev/null and b/source/images/speakers/single-speaker.jpg differ diff --git a/source/images/speakers/speaker-five.jpg b/source/images/speakers/speaker-five.jpg new file mode 100644 index 0000000..e8ab51e Binary files /dev/null and b/source/images/speakers/speaker-five.jpg differ diff --git a/source/images/speakers/speaker-four.jpg b/source/images/speakers/speaker-four.jpg new file mode 100644 index 0000000..da33f69 Binary files /dev/null and b/source/images/speakers/speaker-four.jpg differ diff --git a/source/images/speakers/speaker-full-five.jpg b/source/images/speakers/speaker-full-five.jpg new file mode 100644 index 0000000..5472431 Binary files /dev/null and b/source/images/speakers/speaker-full-five.jpg differ diff --git a/source/images/speakers/speaker-full-four.jpg b/source/images/speakers/speaker-full-four.jpg new file mode 100644 index 0000000..6fbdec3 Binary files /dev/null and b/source/images/speakers/speaker-full-four.jpg differ diff --git a/source/images/speakers/speaker-full-one.jpg b/source/images/speakers/speaker-full-one.jpg new file mode 100644 index 0000000..65f7cf1 Binary files /dev/null and b/source/images/speakers/speaker-full-one.jpg differ diff --git a/source/images/speakers/speaker-full-three.jpg b/source/images/speakers/speaker-full-three.jpg new file mode 100644 index 0000000..47dae13 Binary files /dev/null and b/source/images/speakers/speaker-full-three.jpg differ diff --git a/source/images/speakers/speaker-full-two.jpg b/source/images/speakers/speaker-full-two.jpg new file mode 100644 index 0000000..092d963 Binary files /dev/null and b/source/images/speakers/speaker-full-two.jpg differ diff --git a/source/images/speakers/speaker-one.jpg b/source/images/speakers/speaker-one.jpg new file mode 100644 index 0000000..19c362c Binary files /dev/null and b/source/images/speakers/speaker-one.jpg differ diff --git a/source/images/speakers/speaker-six.jpg b/source/images/speakers/speaker-six.jpg new file mode 100644 index 0000000..d3c89b3 Binary files /dev/null and b/source/images/speakers/speaker-six.jpg differ diff --git a/source/images/speakers/speaker-three.jpg b/source/images/speakers/speaker-three.jpg new file mode 100644 index 0000000..400007e Binary files /dev/null and b/source/images/speakers/speaker-three.jpg differ diff --git a/source/images/speakers/speaker-thumb-five.jpg b/source/images/speakers/speaker-thumb-five.jpg new file mode 100644 index 0000000..28ca99d Binary files /dev/null and b/source/images/speakers/speaker-thumb-five.jpg differ diff --git a/source/images/speakers/speaker-thumb-four.jpg b/source/images/speakers/speaker-thumb-four.jpg new file mode 100644 index 0000000..a8864d5 Binary files /dev/null and b/source/images/speakers/speaker-thumb-four.jpg differ diff --git a/source/images/speakers/speaker-thumb-one.jpg b/source/images/speakers/speaker-thumb-one.jpg new file mode 100644 index 0000000..8366375 Binary files /dev/null and b/source/images/speakers/speaker-thumb-one.jpg differ diff --git a/source/images/speakers/speaker-thumb-six.jpg b/source/images/speakers/speaker-thumb-six.jpg new file mode 100644 index 0000000..f1c5dfb Binary files /dev/null and b/source/images/speakers/speaker-thumb-six.jpg differ diff --git a/source/images/speakers/speaker-thumb-three.jpg b/source/images/speakers/speaker-thumb-three.jpg new file mode 100644 index 0000000..295d49f Binary files /dev/null and b/source/images/speakers/speaker-thumb-three.jpg differ diff --git a/source/images/speakers/speaker-thumb-two.jpg b/source/images/speakers/speaker-thumb-two.jpg new file mode 100644 index 0000000..369b239 Binary files /dev/null and b/source/images/speakers/speaker-thumb-two.jpg differ diff --git a/source/images/speakers/speaker-ticket.png b/source/images/speakers/speaker-ticket.png new file mode 100644 index 0000000..302fa90 Binary files /dev/null and b/source/images/speakers/speaker-ticket.png differ diff --git a/source/images/speakers/speaker-two.jpg b/source/images/speakers/speaker-two.jpg new file mode 100644 index 0000000..a7a1139 Binary files /dev/null and b/source/images/speakers/speaker-two.jpg differ diff --git a/source/images/sponsors/gl-spon-one.png b/source/images/sponsors/gl-spon-one.png new file mode 100644 index 0000000..9115525 Binary files /dev/null and b/source/images/sponsors/gl-spon-one.png differ diff --git a/source/images/sponsors/gl-spon-three.png b/source/images/sponsors/gl-spon-three.png new file mode 100644 index 0000000..c4ced2b Binary files /dev/null and b/source/images/sponsors/gl-spon-three.png differ diff --git a/source/images/sponsors/gl-spon-two.png b/source/images/sponsors/gl-spon-two.png new file mode 100644 index 0000000..657802a Binary files /dev/null and b/source/images/sponsors/gl-spon-two.png differ diff --git a/source/images/sponsors/pt-spon-four.png b/source/images/sponsors/pt-spon-four.png new file mode 100644 index 0000000..f0d4323 Binary files /dev/null and b/source/images/sponsors/pt-spon-four.png differ diff --git a/source/images/sponsors/pt-spon-one.png b/source/images/sponsors/pt-spon-one.png new file mode 100644 index 0000000..aa8c0a3 Binary files /dev/null and b/source/images/sponsors/pt-spon-one.png differ diff --git a/source/images/sponsors/pt-spon-three.png b/source/images/sponsors/pt-spon-three.png new file mode 100644 index 0000000..39f8de6 Binary files /dev/null and b/source/images/sponsors/pt-spon-three.png differ diff --git a/source/images/sponsors/pt-spon-two.png b/source/images/sponsors/pt-spon-two.png new file mode 100644 index 0000000..db2cf11 Binary files /dev/null and b/source/images/sponsors/pt-spon-two.png differ diff --git a/source/index.html b/source/index.html new file mode 100644 index 0000000..d0e3131 --- /dev/null +++ b/source/index.html @@ -0,0 +1,278 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + + + + + + + +@@include('blocks/about-section.htm') + +@@include('blocks/speakers.htm') + +@@include('blocks/schedule.htm',{ + "button" : false +}) + + + +
+
+
+
+
+
+
+ +
+ +
8 Speakers
+
+
+
+ +
+ +
500 + Seats
+
+
+
+ +
+ +
300 tickets
+
+
+
+ +
+ +
3 days event
+
+
+
+
+
+
+
+
+
+

Register to Eventre

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit

+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ + + +@@include('blocks/pricing.htm') + + + +
+
+
+
+ +
+

Get Ticket Now!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmtempor incidi

+ Buy ticket +
+
+
+
+
+
+ + + +@@include('blocks/sponsors.htm',{ + "background" : true +}) + + + +
+
+
+
+
+

Eventre News

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore

+
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') + + + diff --git a/source/js/script.js b/source/js/script.js new file mode 100644 index 0000000..2c3ce6c --- /dev/null +++ b/source/js/script.js @@ -0,0 +1,104 @@ +(function ($) { + 'use strict'; + + // navbarDropdown + if ($(window).width() < 992) { + $('.main-nav [data-toggle="dropdown"]').on('click', function () { + $(this).siblings('.dropdown-menu').animate({ + height: 'toggle' + }, 300); + }); + } + + // ----------------------------- + // To Top Init + // ----------------------------- + $('.to-top').on('click', function () { + $('body,html').animate({ + scrollTop: 0 + }, 500); + return false; + }); + + $(document).ready(function () { + + // ----------------------------- + // Screenshot Slider + // ----------------------------- + $('.speaker-slider').slick({ + slidesToShow: 3, + centerMode: true, + infinite: true, + autoplay: true, + arrows: true, + responsive: [{ + breakpoint: 1440, + settings: { + slidesToShow: 3 + } + }, + { + breakpoint: 768, + settings: { + slidesToShow: 2 + } + }, + { + breakpoint: 500, + settings: { + slidesToShow: 1 + } + } + ] + }); + // ----------------------------- + // Count Down JS + // ----------------------------- + $('.timer').syotimer({ + year: 2021, + month: 12, + day: 9, + hour: 20, + minute: 30 + }); + + // ----------------------------- + // Magnific Popup + // ----------------------------- + $('.image-popup').magnificPopup({ + type: 'image', + removalDelay: 160, //delay removal by X to allow out-animation + callbacks: { + beforeOpen: function () { + // just a hack that adds mfp-anim class to markup + this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim'); + this.st.mainClass = this.st.el.attr('data-effect'); + } + }, + closeOnContentClick: true, + midClick: true, + fixedContentPos: false, + fixedBgPos: true + + }); + + // gallery-wrapper init + if (($('.gallery-wrapper').length) !== 0) { + var Shuffle = window.Shuffle; + var jQuery = window.jQuery; + + var myShuffle = new Shuffle(document.querySelector('.gallery-wrapper'), { + itemSelector: '.gallery-item', + buffer: 1 + }); + + jQuery('input[name="gallery-filter"]').on('change', function (evt) { + var input = evt.currentTarget; + if (input.checked) { + myShuffle.filter(input.value); + } + }); + } + }); + +})(jQuery); \ No newline at end of file diff --git a/source/news-left-sidebar.html b/source/news-left-sidebar.html new file mode 100644 index 0000000..35d8b00 --- /dev/null +++ b/source/news-left-sidebar.html @@ -0,0 +1,327 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "Our News", + "page" : "Our News" +}) + + + +
+
+
+
+ +
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/news-right-sidebar.html b/source/news-right-sidebar.html new file mode 100644 index 0000000..7e114e3 --- /dev/null +++ b/source/news-right-sidebar.html @@ -0,0 +1,327 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ +"title" : "Our News", +"page" : "Our News" +}) + + + +
+
+
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+ + +
+
+
+
+
+ +
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/news-single.html b/source/news-single.html new file mode 100644 index 0000000..173ea31 --- /dev/null +++ b/source/news-single.html @@ -0,0 +1,256 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "News Details", + "page" : "News Details" +}) + + + +
+
+
+
+
+ +
+
+ post-image +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo conse + quat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. +

+

+ Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam. + quaerat voluptatem. +

+
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo consequat.
+
+

+ Amet consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo conse +

+ +
+
+
+ +
+
Comments (3)
+ +
+ image +
+
Jessica Brown
+
    +
  • Mar 20, 2016
  • +
  • Reply
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi ut aliquip commodo consequat. +

+ +
+ image +
+
Jonathan Doe
+
    +
  • Mar 20, 2016
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi +

+
+
+
+
+ +
+ image +
+
Adam Smith
+
    +
  • Mar 20, 2016
  • +
  • Reply
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi ut aliquip commodo consequat. +

+
+
+
+
+
Leave A Comment
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/news.html b/source/news.html new file mode 100644 index 0000000..6d9d39d --- /dev/null +++ b/source/news.html @@ -0,0 +1,348 @@ +@@include('header.htm') + +@@include('blocks/navigation.htm') + +@@include('blocks/page-title.htm',{ + "title" : "Our News", + "page" : "Our News" +}) + + + +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+ + +
+
+
+
+ + + +@@include('blocks/cta-subscribe.htm') + +@@include('blocks/google-map.htm') + +@@include('blocks/footer.htm') + +@@include('footer.htm') \ No newline at end of file diff --git a/source/partials/blocks/about-section.htm b/source/partials/blocks/about-section.htm new file mode 100644 index 0000000..1a969df --- /dev/null +++ b/source/partials/blocks/about-section.htm @@ -0,0 +1,38 @@ + + +
+
+
+
+
+ +
+
+
+
+

About The Eventre

+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud exercitation ullamco. +

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmtempor incididunt ut labore et dolore magna aliq enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.

+
+ +
+
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/article.htm b/source/partials/blocks/article.htm new file mode 100644 index 0000000..49b631b --- /dev/null +++ b/source/partials/blocks/article.htm @@ -0,0 +1,29 @@ + +
+ +
+ Post-Image +
+ +
+

@@post-title

+
+ +
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

+
+
\ No newline at end of file diff --git a/source/partials/blocks/call-to-action-app.htm b/source/partials/blocks/call-to-action-app.htm new file mode 100644 index 0000000..4863996 --- /dev/null +++ b/source/partials/blocks/call-to-action-app.htm @@ -0,0 +1,31 @@ +
+
+
+
+

It's Time to change your mind

+

Download over 2 million humans .Get Small Apps free forever! +
We say you won’t look back.

+ +
+
+
+
\ No newline at end of file diff --git a/source/partials/blocks/cta-community.htm b/source/partials/blocks/cta-community.htm new file mode 100644 index 0000000..9010ffe --- /dev/null +++ b/source/partials/blocks/cta-community.htm @@ -0,0 +1,13 @@ + +
+
+ +

Ready To Join Our Community?

+ +

Quisque velit nisi, pretium ut lacinia in, elementum id enim. Proin eget tortor risus. Vivamus suscipit tortor eget felis porttitor volutpat.

+
+
+ + Join now +
+
\ No newline at end of file diff --git a/source/partials/blocks/cta-hire.htm b/source/partials/blocks/cta-hire.htm new file mode 100644 index 0000000..f8b51fc --- /dev/null +++ b/source/partials/blocks/cta-hire.htm @@ -0,0 +1,22 @@ + + +
+
+
+
+ +

We are hunting Genius Developers

+ +

Sed porttitor lectus nibh. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Pellentesque in ipsum id orci porta dapibus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.

+ + Join the team +
+
+
+
+ + + + diff --git a/source/partials/blocks/cta-subscribe.htm b/source/partials/blocks/cta-subscribe.htm new file mode 100644 index 0000000..58f54e3 --- /dev/null +++ b/source/partials/blocks/cta-subscribe.htm @@ -0,0 +1,32 @@ + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/footer-classic.htm b/source/partials/blocks/footer-classic.htm new file mode 100644 index 0000000..166c8ed --- /dev/null +++ b/source/partials/blocks/footer-classic.htm @@ -0,0 +1,40 @@ + + + diff --git a/source/partials/blocks/footer.htm b/source/partials/blocks/footer.htm new file mode 100644 index 0000000..eabf754 --- /dev/null +++ b/source/partials/blocks/footer.htm @@ -0,0 +1,50 @@ + + + + + diff --git a/source/partials/blocks/founder.htm b/source/partials/blocks/founder.htm new file mode 100644 index 0000000..aa08141 --- /dev/null +++ b/source/partials/blocks/founder.htm @@ -0,0 +1,18 @@ + +
+ + featured-member + +

@@name

+ + @@position + +

@@description

+ + +
\ No newline at end of file diff --git a/source/partials/blocks/google-map.htm b/source/partials/blocks/google-map.htm new file mode 100644 index 0000000..2e975c4 --- /dev/null +++ b/source/partials/blocks/google-map.htm @@ -0,0 +1,16 @@ + +
+ +
+
+

Docklands Convention

+ + Get Direction +
+
+ \ No newline at end of file diff --git a/source/partials/blocks/job-description-modal.htm b/source/partials/blocks/job-description-modal.htm new file mode 100644 index 0000000..d98d904 --- /dev/null +++ b/source/partials/blocks/job-description-modal.htm @@ -0,0 +1,80 @@ + + \ No newline at end of file diff --git a/source/partials/blocks/navigation.htm b/source/partials/blocks/navigation.htm new file mode 100644 index 0000000..e5636b8 --- /dev/null +++ b/source/partials/blocks/navigation.htm @@ -0,0 +1,92 @@ + + + + diff --git a/source/partials/blocks/page-title.htm b/source/partials/blocks/page-title.htm new file mode 100644 index 0000000..0346897 --- /dev/null +++ b/source/partials/blocks/page-title.htm @@ -0,0 +1,21 @@ + + +
+
+
+
+
+

@@title

+
+ +
+
+
+
+ + diff --git a/source/partials/blocks/pricing.htm b/source/partials/blocks/pricing.htm new file mode 100644 index 0000000..4ab3351 --- /dev/null +++ b/source/partials/blocks/pricing.htm @@ -0,0 +1,105 @@ + + + +
+
+
+
+
+

Get ticket

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ +
+
Starter
+
+ +
+

39.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
Platinum
+
+ +
+

99.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+
+
+ + diff --git a/source/partials/blocks/schedule.htm b/source/partials/blocks/schedule.htm new file mode 100644 index 0000000..f1fa869 --- /dev/null +++ b/source/partials/blocks/schedule.htm @@ -0,0 +1,428 @@ + + +
+
+
+
+
+

Event Schedule

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+
+ @@if( button === true ){ + + } +
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/service.htm b/source/partials/blocks/service.htm new file mode 100644 index 0000000..26eeffb --- /dev/null +++ b/source/partials/blocks/service.htm @@ -0,0 +1,6 @@ +
+ + +

@@heading

+

@@description

+
\ No newline at end of file diff --git a/source/partials/blocks/speaker-white.htm b/source/partials/blocks/speaker-white.htm new file mode 100644 index 0000000..b85cdc2 --- /dev/null +++ b/source/partials/blocks/speaker-white.htm @@ -0,0 +1,189 @@ + + +
+
+
+
+ +
+

Who Speaking?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/speakers.htm b/source/partials/blocks/speakers.htm new file mode 100644 index 0000000..c4c1884 --- /dev/null +++ b/source/partials/blocks/speakers.htm @@ -0,0 +1,189 @@ + + +
+
+
+
+ +
+

Who Speaking?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/sponsors.htm b/source/partials/blocks/sponsors.htm new file mode 100644 index 0000000..4389cdb --- /dev/null +++ b/source/partials/blocks/sponsors.htm @@ -0,0 +1,92 @@ + + +
+
+
+
+
+

Our Sponsors

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore

+
+
+
+
+
+ + +
+ + +
+ + +
+ + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/source/partials/blocks/team-sm.htm b/source/partials/blocks/team-sm.htm new file mode 100644 index 0000000..5a78074 --- /dev/null +++ b/source/partials/blocks/team-sm.htm @@ -0,0 +1,22 @@ + +
+ +
+ member-image + + +
+ +

@@name

+ + @@position + +

@@description

+
\ No newline at end of file diff --git a/source/partials/footer.htm b/source/partials/footer.htm new file mode 100644 index 0000000..ee63985 --- /dev/null +++ b/source/partials/footer.htm @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/partials/header.htm b/source/partials/header.htm new file mode 100644 index 0000000..d63a399 --- /dev/null +++ b/source/partials/header.htm @@ -0,0 +1,50 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/plugins/bootstrap/bootstrap.min.css b/source/plugins/bootstrap/bootstrap.min.css new file mode 100644 index 0000000..fb3bd14 --- /dev/null +++ b/source/plugins/bootstrap/bootstrap.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v4.5.3 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors + * Copyright 2011-2020 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} \ No newline at end of file diff --git a/source/plugins/bootstrap/bootstrap.min.js b/source/plugins/bootstrap/bootstrap.min.js new file mode 100644 index 0000000..8044b20 --- /dev/null +++ b/source/plugins/bootstrap/bootstrap.min.js @@ -0,0 +1,6 @@ +/*! + * Bootstrap v4.5.3 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap={},t.jQuery,t.Popper)}(this,(function(t,e,n){"use strict";function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=i(e),a=i(n);function s(t,e){for(var n=0;n=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};d.jQueryDetection(),o.default.fn.emulateTransitionEnd=u,o.default.event.special[d.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(o.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var f="alert",c=o.default.fn[f],h=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){o.default.removeData(this._element,"bs.alert"),this._element=null},e._getRootElement=function(t){var e=d.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=o.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=o.default.Event("close.bs.alert");return o.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(o.default(t).removeClass("show"),o.default(t).hasClass("fade")){var n=d.getTransitionDurationFromElement(t);o.default(t).one(d.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){o.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.alert");i||(i=new t(this),n.data("bs.alert",i)),"close"===e&&i[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',h._handleDismiss(new h)),o.default.fn[f]=h._jQueryInterface,o.default.fn[f].Constructor=h,o.default.fn[f].noConflict=function(){return o.default.fn[f]=c,h._jQueryInterface};var g=o.default.fn.button,m=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=o.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var i=this._element.querySelector('input:not([type="hidden"])');if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains("active"))t=!1;else{var a=n.querySelector(".active");a&&o.default(a).removeClass("active")}t&&("checkbox"!==i.type&&"radio"!==i.type||(i.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||o.default(i).trigger("change")),i.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),t&&o.default(this._element).toggleClass("active"))},e.dispose=function(){o.default.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var i=o.default(this),a=i.data("bs.button");a||(a=new t(this),i.data("bs.button",a)),a.shouldAvoidTriggerChange=n,"toggle"===e&&a[e]()}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=t.target,n=e;if(o.default(e).hasClass("btn")||(e=o.default(e).closest(".btn")[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var i=e.querySelector('input:not([type="hidden"])');if(i&&(i.hasAttribute("disabled")||i.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||m._jQueryInterface.call(o.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=o.default(t.target).closest(".btn")[0];o.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),o.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide("next")},e.nextWhenVisible=function(){var t=o.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide("prev")},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(d.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(".active.carousel-item");var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)o.default(this._element).one("slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var i=t>n?"next":"prev";this._slide(i,this._items[t])}},e.dispose=function(){o.default(this._element).off(_),o.default.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=r({},b,t),d.typeCheckConfig(p,t,y),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&o.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&o.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&E[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&E[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};o.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(o.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(o.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),o.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getItemIndex(e),a=this._items.length-1;if((i&&0===o||n&&o===a)&&!this._config.wrap)return e;var s=(o+("prev"===t?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(".active.carousel-item")),a=o.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:i,to:n});return o.default(this._element).trigger(a),a},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));o.default(e).removeClass("active");var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&o.default(n).addClass("active")}},e._slide=function(t,e){var n,i,a,s=this,l=this._element.querySelector(".active.carousel-item"),r=this._getItemIndex(l),u=e||l&&this._getItemByDirection(t,l),f=this._getItemIndex(u),c=Boolean(this._interval);if("next"===t?(n="carousel-item-left",i="carousel-item-next",a="left"):(n="carousel-item-right",i="carousel-item-prev",a="right"),u&&o.default(u).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(u,a).isDefaultPrevented()&&l&&u){this._isSliding=!0,c&&this.pause(),this._setActiveIndicatorElement(u);var h=o.default.Event("slid.bs.carousel",{relatedTarget:u,direction:a,from:r,to:f});if(o.default(this._element).hasClass("slide")){o.default(u).addClass(i),d.reflow(u),o.default(l).addClass(n),o.default(u).addClass(n);var g=parseInt(u.getAttribute("data-interval"),10);g?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=g):this._config.interval=this._config.defaultInterval||this._config.interval;var m=d.getTransitionDurationFromElement(l);o.default(l).one(d.TRANSITION_END,(function(){o.default(u).removeClass(n+" "+i).addClass("active"),o.default(l).removeClass("active "+i+" "+n),s._isSliding=!1,setTimeout((function(){return o.default(s._element).trigger(h)}),0)})).emulateTransitionEnd(m)}else o.default(l).removeClass("active"),o.default(u).addClass("active"),this._isSliding=!1,o.default(this._element).trigger(h);c&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data("bs.carousel"),i=r({},b,o.default(this).data());"object"==typeof e&&(i=r({},i,e));var a="string"==typeof e?e:i.slide;if(n||(n=new t(this,i),o.default(this).data("bs.carousel",n)),"number"==typeof e)n.to(e);else if("string"==typeof a){if("undefined"==typeof n[a])throw new TypeError('No method named "'+a+'"');n[a]()}else i.interval&&i.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=d.getSelectorFromElement(this);if(n){var i=o.default(n)[0];if(i&&o.default(i).hasClass("carousel")){var a=r({},o.default(i).data(),o.default(this).data()),s=this.getAttribute("data-slide-to");s&&(a.interval=!1),t._jQueryInterface.call(o.default(i),a),s&&o.default(i).data("bs.carousel").to(s),e.preventDefault()}}},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return b}}]),t}();o.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",w._dataApiClickHandler),o.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e0&&(this._selector=s,this._triggerArray.push(a))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){o.default(this._element).hasClass("show")?this.hide():this.show()},e.show=function(){var e,n,i=this;if(!this._isTransitioning&&!o.default(this._element).hasClass("show")&&(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof i._config.parent?t.getAttribute("data-parent")===i._config.parent:t.classList.contains("collapse")}))).length&&(e=null),!(e&&(n=o.default(e).not(this._selector).data("bs.collapse"))&&n._isTransitioning))){var a=o.default.Event("show.bs.collapse");if(o.default(this._element).trigger(a),!a.isDefaultPrevented()){e&&(t._jQueryInterface.call(o.default(e).not(this._selector),"hide"),n||o.default(e).data("bs.collapse",null));var s=this._getDimension();o.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[s]=0,this._triggerArray.length&&o.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var l="scroll"+(s[0].toUpperCase()+s.slice(1)),r=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,(function(){o.default(i._element).removeClass("collapsing").addClass("collapse show"),i._element.style[s]="",i.setTransitioning(!1),o.default(i._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(r),this._element.style[s]=this._element[l]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&o.default(this._element).hasClass("show")){var e=o.default.Event("hide.bs.collapse");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",d.reflow(this._element),o.default(this._element).addClass("collapsing").removeClass("collapse show");var i=this._triggerArray.length;if(i>0)for(var a=0;a0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),r({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data("bs.dropdown");if(n||(n=new t(this,"object"==typeof e?e:null),o.default(this).data("bs.dropdown",n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),i=0,a=n.length;i0&&s--,40===e.which&&sdocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var i=d.getTransitionDurationFromElement(this._dialog);o.default(this._element).off(d.TRANSITION_END),o.default(this._element).one(d.TRANSITION_END,(function(){t._element.classList.remove("modal-static"),n||o.default(t._element).one(d.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,i)})).emulateTransitionEnd(i),this._element.focus()}else this.hide()},e._showElement=function(t){var e=this,n=o.default(this._element).hasClass("fade"),i=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),o.default(this._dialog).hasClass("modal-dialog-scrollable")&&i?i.scrollTop=0:this._element.scrollTop=0,n&&d.reflow(this._element),o.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var a=o.default.Event("shown.bs.modal",{relatedTarget:t}),s=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,o.default(e._element).trigger(a)};if(n){var l=d.getTransitionDurationFromElement(this._dialog);o.default(this._dialog).one(d.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},e._enforceFocus=function(){var t=this;o.default(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(e){document!==e.target&&t._element!==e.target&&0===o.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?o.default(this._element).on("keydown.dismiss.bs.modal",(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||o.default(this._element).off("keydown.dismiss.bs.modal")},e._setResizeEvent=function(){var t=this;this._isShown?o.default(window).on("resize.bs.modal",(function(e){return t.handleUpdate(e)})):o.default(window).off("resize.bs.modal")},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){o.default(document.body).removeClass("modal-open"),t._resetAdjustments(),t._resetScrollbar(),o.default(t._element).trigger("hidden.bs.modal")}))},e._removeBackdrop=function(){this._backdrop&&(o.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=o.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),o.default(this._backdrop).appendTo(document.body),o.default(this._element).on("click.dismiss.bs.modal",(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&e._triggerBackdropTransition()})),n&&d.reflow(this._backdrop),o.default(this._backdrop).addClass("show"),!t)return;if(!n)return void t();var i=d.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(d.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){o.default(this._backdrop).removeClass("show");var a=function(){e._removeBackdrop(),t&&t()};if(o.default(this._element).hasClass("fade")){var s=d.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(d.TRANSITION_END,a).emulateTransitionEnd(s)}else a()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Q,popperConfig:null},$={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},J=function(){function t(t,e){if("undefined"==typeof a.default)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=o.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(o.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),o.default.removeData(this.element,this.constructor.DATA_KEY),o.default(this.element).off(this.constructor.EVENT_KEY),o.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&o.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===o.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=o.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){o.default(this.element).trigger(e);var n=d.findShadowRoot(this.element),i=o.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var s=this.getTipElement(),l=d.getUID(this.constructor.NAME);s.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&o.default(s).addClass("fade");var r="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,u=this._getAttachment(r);this.addAttachmentClass(u);var f=this._getContainer();o.default(s).data(this.constructor.DATA_KEY,this),o.default.contains(this.element.ownerDocument.documentElement,this.tip)||o.default(s).appendTo(f),o.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new a.default(this.element,s,this._getPopperConfig(u)),o.default(s).addClass("show"),"ontouchstart"in document.documentElement&&o.default(document.body).children().on("mouseover",null,o.default.noop);var c=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,o.default(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};if(o.default(this.tip).hasClass("fade")){var h=d.getTransitionDurationFromElement(this.tip);o.default(this.tip).one(d.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},e.hide=function(t){var e=this,n=this.getTipElement(),i=o.default.Event(this.constructor.Event.HIDE),a=function(){"show"!==e._hoverState&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),o.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(o.default(this.element).trigger(i),!i.isDefaultPrevented()){if(o.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&o.default(document.body).children().off("mouseover",null,o.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,o.default(this.tip).hasClass("fade")){var s=d.getTransitionDurationFromElement(n);o.default(n).one(d.TRANSITION_END,a).emulateTransitionEnd(s)}else a();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(o.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),o.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=U(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?o.default(e).parent().is(t)||t.empty().append(e):t.text(o.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return r({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:d.isElement(this.config.container)?o.default(this.config.container):o.default(document).find(this.config.container)},e._getAttachment=function(t){return X[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)o.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,i="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;o.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(i,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},o.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=r({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),o.default(e.getTipElement()).hasClass("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=o.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==z.indexOf(t)&&delete e[t]})),"number"==typeof(t=r({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),d.typeCheckConfig(M,t,this.constructor.DefaultType),t.sanitize&&(t.template=U(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(V);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(o.default(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.tooltip"),a="object"==typeof e&&e;if((i||!/dispose|hide/.test(e))&&(i||(i=new t(this,a),n.data("bs.tooltip",i)),"string"==typeof e)){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return Y}},{key:"NAME",get:function(){return M}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return $}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return K}}]),t}();o.default.fn[M]=J._jQueryInterface,o.default.fn[M].Constructor=J,o.default.fn[M].noConflict=function(){return o.default.fn[M]=W,J._jQueryInterface};var G="popover",Z=o.default.fn[G],tt=new RegExp("(^|\\s)bs-popover\\S+","g"),et=r({},J.Default,{placement:"right",trigger:"click",content:"",template:''}),nt=r({},J.DefaultType,{content:"(string|element|function)"}),it={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},ot=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),e.prototype.constructor=e,e.__proto__=n;var a=i.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-popover-"+t)},a.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},a.setContent=function(){var t=o.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(tt);null!==e&&e.length>0&&t.removeClass(e.join(""))},i._jQueryInterface=function(t){return this.each((function(){var e=o.default(this).data("bs.popover"),n="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new i(this,n),o.default(this).data("bs.popover",e)),"string"==typeof t)){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},l(i,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return et}},{key:"NAME",get:function(){return G}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return it}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return nt}}]),i}(J);o.default.fn[G]=ot._jQueryInterface,o.default.fn[G].Constructor=ot,o.default.fn[G].noConflict=function(){return o.default.fn[G]=Z,ot._jQueryInterface};var at="scrollspy",st=o.default.fn[at],lt={offset:10,method:"auto",target:""},rt={offset:"number",method:"string",target:"(string|element)"},ut=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,o.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,i="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,a=d.getSelectorFromElement(t);if(a&&(e=document.querySelector(a)),e){var s=e.getBoundingClientRect();if(s.width||s.height)return[o.default(e)[n]().top+i,a]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){o.default.removeData(this._element,"bs.scrollspy"),o.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=r({},lt,"object"==typeof t&&t?t:{})).target&&d.isElement(t.target)){var e=o.default(t.target).attr("id");e||(e=d.getUID(at),o.default(t.target).attr("id",e)),t.target="#"+e}return d.typeCheckConfig(at,t,rt),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active":".active";n=(n=o.default.makeArray(o.default(i).find(s)))[n.length-1]}var l=o.default.Event("hide.bs.tab",{relatedTarget:this._element}),r=o.default.Event("show.bs.tab",{relatedTarget:n});if(n&&o.default(n).trigger(l),o.default(this._element).trigger(r),!r.isDefaultPrevented()&&!l.isDefaultPrevented()){a&&(e=document.querySelector(a)),this._activate(this._element,i);var u=function(){var e=o.default.Event("hidden.bs.tab",{relatedTarget:t._element}),i=o.default.Event("shown.bs.tab",{relatedTarget:n});o.default(n).trigger(e),o.default(t._element).trigger(i)};e?this._activate(e,e.parentNode,u):u()}}},e.dispose=function(){o.default.removeData(this._element,"bs.tab"),this._element=null},e._activate=function(t,e,n){var i=this,a=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?o.default(e).children(".active"):o.default(e).find("> li > .active"))[0],s=n&&a&&o.default(a).hasClass("fade"),l=function(){return i._transitionComplete(t,a,n)};if(a&&s){var r=d.getTransitionDurationFromElement(a);o.default(a).removeClass("show").one(d.TRANSITION_END,l).emulateTransitionEnd(r)}else l()},e._transitionComplete=function(t,e,n){if(e){o.default(e).removeClass("active");var i=o.default(e.parentNode).find("> .dropdown-menu .active")[0];i&&o.default(i).removeClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(o.default(t).addClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),d.reflow(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&o.default(t.parentNode).hasClass("dropdown-menu")){var a=o.default(t).closest(".dropdown")[0];if(a){var s=[].slice.call(a.querySelectorAll(".dropdown-toggle"));o.default(s).addClass("active")}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.tab");if(i||(i=new t(this),n.data("bs.tab",i)),"string"==typeof e){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),ft._jQueryInterface.call(o.default(this),"show")})),o.default.fn.tab=ft._jQueryInterface,o.default.fn.tab.Constructor=ft,o.default.fn.tab.noConflict=function(){return o.default.fn.tab=dt,ft._jQueryInterface};var ct=o.default.fn.toast,ht={animation:"boolean",autohide:"boolean",delay:"number"},gt={animation:!0,autohide:!0,delay:500},mt=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=o.default.Event("show.bs.toast");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),o.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),d.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var i=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,n).emulateTransitionEnd(i)}else n()}},e.hide=function(){if(this._element.classList.contains("show")){var t=o.default.Event("hide.bs.toast");o.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),o.default(this._element).off("click.dismiss.bs.toast"),o.default.removeData(this._element,"bs.toast"),this._element=null,this._config=null},e._getConfig=function(t){return t=r({},gt,o.default(this._element).data(),"object"==typeof t&&t?t:{}),d.typeCheckConfig("toast",t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;o.default(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add("hide"),o.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.toast");if(i||(i=new t(this,"object"==typeof e&&e),n.data("bs.toast",i)),"string"==typeof e){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e](this)}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"DefaultType",get:function(){return ht}},{key:"Default",get:function(){return gt}}]),t}();o.default.fn.toast=mt._jQueryInterface,o.default.fn.toast.Constructor=mt,o.default.fn.toast.noConflict=function(){return o.default.fn.toast=ct,mt._jQueryInterface},t.Alert=h,t.Button=m,t.Carousel=w,t.Collapse=D,t.Dropdown=x,t.Modal=q,t.Popover=ot,t.Scrollspy=ut,t.Tab=ft,t.Toast=mt,t.Tooltip=J,t.Util=d,Object.defineProperty(t,"__esModule",{value:!0})})); \ No newline at end of file diff --git a/source/plugins/font-awsome/css/font-awesome.css b/source/plugins/font-awsome/css/font-awesome.css new file mode 100644 index 0000000..ee906a8 --- /dev/null +++ b/source/plugins/font-awsome/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; +} +.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; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.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: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + 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; +} +/* 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-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: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/source/plugins/font-awsome/css/font-awesome.min.css b/source/plugins/font-awsome/css/font-awesome.min.css new file mode 100644 index 0000000..540440c --- /dev/null +++ b/source/plugins/font-awsome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight: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:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/source/plugins/font-awsome/fonts/FontAwesome.otf b/source/plugins/font-awsome/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/source/plugins/font-awsome/fonts/FontAwesome.otf differ diff --git a/source/plugins/font-awsome/fonts/fontawesome-webfont.eot b/source/plugins/font-awsome/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/source/plugins/font-awsome/fonts/fontawesome-webfont.eot differ diff --git a/source/plugins/font-awsome/fonts/fontawesome-webfont.svg b/source/plugins/font-awsome/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/source/plugins/font-awsome/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/source/plugins/font-awsome/fonts/fontawesome-webfont.ttf b/source/plugins/font-awsome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/source/plugins/font-awsome/fonts/fontawesome-webfont.ttf differ diff --git a/source/plugins/font-awsome/fonts/fontawesome-webfont.woff b/source/plugins/font-awsome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/source/plugins/font-awsome/fonts/fontawesome-webfont.woff differ diff --git a/source/plugins/font-awsome/fonts/fontawesome-webfont.woff2 b/source/plugins/font-awsome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/source/plugins/font-awsome/fonts/fontawesome-webfont.woff2 differ diff --git a/source/plugins/google-map/gmap.js b/source/plugins/google-map/gmap.js new file mode 100644 index 0000000..f65def7 --- /dev/null +++ b/source/plugins/google-map/gmap.js @@ -0,0 +1,105 @@ +window.marker = null; + +function initialize() { + var map; + var latitude = $('#map').attr('data-latitude'); + var longitude = $('#map').attr('data-longitude'); + var mapMarker = $('#map').attr('data-marker'); + var mapMarkerName = $('#map').attr('data-marker-name'); + var nottingham = new google.maps.LatLng(latitude, longitude); + var style = [ + { + "featureType": "road.highway", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 }, + { "lightness": -8 }, + { "gamma": 1.18 } + ] + }, { + "featureType": "road.arterial", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 }, + { "gamma": 1 }, + { "lightness": -24 } + ] + }, { + "featureType": "poi", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "administrative", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "transit", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "water", + "elementType": "geometry.fill", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "road", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "administrative", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "landscape", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "poi", + "stylers": [ + { "saturation": -100 } + ] + }, { + } + ]; + var mapOptions = { + center: nottingham, + mapTypeId: google.maps.MapTypeId.ROADMAP, + backgroundColor: "#000", + zoom: 10, + panControl: !1, + zoomControl: !0, + mapTypeControl: !1, + scaleControl: !1, + streetViewControl: !1, + overviewMapControl: !1, + zoomControlOptions: { + style: google.maps.ZoomControlStyle.LARGE + } + } + map = new google.maps.Map(document.getElementById('map'), mapOptions); + var mapType = new google.maps.StyledMapType(style, { + name: "Grayscale" + }); + map.mapTypes.set('grey', mapType); + map.setMapTypeId('grey'); + var marker_image = mapMarker; + var pinIcon = new google.maps.MarkerImage(marker_image, null, null, null, new google.maps.Size(40, 60)); + marker = new google.maps.Marker({ + position: nottingham, + map: map, + icon: pinIcon, + title: mapMarkerName + }) +} +var map = document.getElementById('map'); +if (map != null) { + google.maps.event.addDomListener(window, 'load', initialize) +} \ No newline at end of file diff --git a/source/plugins/google-map/images/marker.png b/source/plugins/google-map/images/marker.png new file mode 100644 index 0000000..df061a1 Binary files /dev/null and b/source/plugins/google-map/images/marker.png differ diff --git a/source/plugins/jquery/jquery.min.js b/source/plugins/jquery/jquery.min.js new file mode 100644 index 0000000..d467083 --- /dev/null +++ b/source/plugins/jquery/jquery.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0>core*/ +/** + * + * Magnific Popup Core JS file + * + */ + + +/** + * Private static constants + */ +var CLOSE_EVENT = 'Close', + BEFORE_CLOSE_EVENT = 'BeforeClose', + AFTER_CLOSE_EVENT = 'AfterClose', + BEFORE_APPEND_EVENT = 'BeforeAppend', + MARKUP_PARSE_EVENT = 'MarkupParse', + OPEN_EVENT = 'Open', + CHANGE_EVENT = 'Change', + NS = 'mfp', + EVENT_NS = '.' + NS, + READY_CLASS = 'mfp-ready', + REMOVING_CLASS = 'mfp-removing', + PREVENT_CLOSE_CLASS = 'mfp-prevent-close'; + + +/** + * Private vars + */ +/*jshint -W079 */ +var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this' + MagnificPopup = function(){}, + _isJQ = !!(window.jQuery), + _prevStatus, + _window = $(window), + _document, + _prevContentType, + _wrapClasses, + _currPopupType; + + +/** + * Private functions + */ +var _mfpOn = function(name, f) { + mfp.ev.on(NS + name + EVENT_NS, f); + }, + _getEl = function(className, appendTo, html, raw) { + var el = document.createElement('div'); + el.className = 'mfp-'+className; + if(html) { + el.innerHTML = html; + } + if(!raw) { + el = $(el); + if(appendTo) { + el.appendTo(appendTo); + } + } else if(appendTo) { + appendTo.appendChild(el); + } + return el; + }, + _mfpTrigger = function(e, data) { + mfp.ev.triggerHandler(NS + e, data); + + if(mfp.st.callbacks) { + // converts "mfpEventName" to "eventName" callback and triggers it if it's present + e = e.charAt(0).toLowerCase() + e.slice(1); + if(mfp.st.callbacks[e]) { + mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]); + } + } + }, + _getCloseBtn = function(type) { + if(type !== _currPopupType || !mfp.currTemplate.closeBtn) { + mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) ); + _currPopupType = type; + } + return mfp.currTemplate.closeBtn; + }, + // Initialize Magnific Popup only when called at least once + _checkInstance = function() { + if(!$.magnificPopup.instance) { + /*jshint -W020 */ + mfp = new MagnificPopup(); + mfp.init(); + $.magnificPopup.instance = mfp; + } + }, + // CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr + supportsTransitions = function() { + var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist + v = ['ms','O','Moz','Webkit']; // 'v' for vendor + + if( s['transition'] !== undefined ) { + return true; + } + + while( v.length ) { + if( v.pop() + 'Transition' in s ) { + return true; + } + } + + return false; + }; + + + +/** + * Public functions + */ +MagnificPopup.prototype = { + + constructor: MagnificPopup, + + /** + * Initializes Magnific Popup plugin. + * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed + */ + init: function() { + var appVersion = navigator.appVersion; + mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener; + mfp.isAndroid = (/android/gi).test(appVersion); + mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion); + mfp.supportsTransition = supportsTransitions(); + + // We disable fixed positioned lightbox on devices that don't handle it nicely. + // If you know a better way of detecting this - let me know. + mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) ); + _document = $(document); + + mfp.popupsCache = {}; + }, + + /** + * Opens popup + * @param data [description] + */ + open: function(data) { + + var i; + + if(data.isObj === false) { + // convert jQuery collection to array to avoid conflicts later + mfp.items = data.items.toArray(); + + mfp.index = 0; + var items = data.items, + item; + for(i = 0; i < items.length; i++) { + item = items[i]; + if(item.parsed) { + item = item.el[0]; + } + if(item === data.el[0]) { + mfp.index = i; + break; + } + } + } else { + mfp.items = $.isArray(data.items) ? data.items : [data.items]; + mfp.index = data.index || 0; + } + + // if popup is already opened - we just update the content + if(mfp.isOpen) { + mfp.updateItemHTML(); + return; + } + + mfp.types = []; + _wrapClasses = ''; + if(data.mainEl && data.mainEl.length) { + mfp.ev = data.mainEl.eq(0); + } else { + mfp.ev = _document; + } + + if(data.key) { + if(!mfp.popupsCache[data.key]) { + mfp.popupsCache[data.key] = {}; + } + mfp.currTemplate = mfp.popupsCache[data.key]; + } else { + mfp.currTemplate = {}; + } + + + + mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data ); + mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos; + + if(mfp.st.modal) { + mfp.st.closeOnContentClick = false; + mfp.st.closeOnBgClick = false; + mfp.st.showCloseBtn = false; + mfp.st.enableEscapeKey = false; + } + + + // Building markup + // main containers are created only once + if(!mfp.bgOverlay) { + + // Dark overlay + mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() { + mfp.close(); + }); + + mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) { + if(mfp._checkIfClose(e.target)) { + mfp.close(); + } + }); + + mfp.container = _getEl('container', mfp.wrap); + } + + mfp.contentContainer = _getEl('content'); + if(mfp.st.preloader) { + mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading); + } + + + // Initializing modules + var modules = $.magnificPopup.modules; + for(i = 0; i < modules.length; i++) { + var n = modules[i]; + n = n.charAt(0).toUpperCase() + n.slice(1); + mfp['init'+n].call(mfp); + } + _mfpTrigger('BeforeOpen'); + + + if(mfp.st.showCloseBtn) { + // Close button + if(!mfp.st.closeBtnInside) { + mfp.wrap.append( _getCloseBtn() ); + } else { + _mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) { + values.close_replaceWith = _getCloseBtn(item.type); + }); + _wrapClasses += ' mfp-close-btn-in'; + } + } + + if(mfp.st.alignTop) { + _wrapClasses += ' mfp-align-top'; + } + + + + if(mfp.fixedContentPos) { + mfp.wrap.css({ + overflow: mfp.st.overflowY, + overflowX: 'hidden', + overflowY: mfp.st.overflowY + }); + } else { + mfp.wrap.css({ + top: _window.scrollTop(), + position: 'absolute' + }); + } + if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) { + mfp.bgOverlay.css({ + height: _document.height(), + position: 'absolute' + }); + } + + + + if(mfp.st.enableEscapeKey) { + // Close on ESC key + _document.on('keyup' + EVENT_NS, function(e) { + if(e.keyCode === 27) { + mfp.close(); + } + }); + } + + _window.on('resize' + EVENT_NS, function() { + mfp.updateSize(); + }); + + + if(!mfp.st.closeOnContentClick) { + _wrapClasses += ' mfp-auto-cursor'; + } + + if(_wrapClasses) + mfp.wrap.addClass(_wrapClasses); + + + // this triggers recalculation of layout, so we get it once to not to trigger twice + var windowHeight = mfp.wH = _window.height(); + + + var windowStyles = {}; + + if( mfp.fixedContentPos ) { + if(mfp._hasScrollBar(windowHeight)){ + var s = mfp._getScrollbarSize(); + if(s) { + windowStyles.marginRight = s; + } + } + } + + if(mfp.fixedContentPos) { + if(!mfp.isIE7) { + windowStyles.overflow = 'hidden'; + } else { + // ie7 double-scroll bug + $('body, html').css('overflow', 'hidden'); + } + } + + + + var classesToadd = mfp.st.mainClass; + if(mfp.isIE7) { + classesToadd += ' mfp-ie7'; + } + if(classesToadd) { + mfp._addClassToMFP( classesToadd ); + } + + // add content + mfp.updateItemHTML(); + + _mfpTrigger('BuildControls'); + + // remove scrollbar, add margin e.t.c + $('html').css(windowStyles); + + // add everything to DOM + mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) ); + + // Save last focused element + mfp._lastFocusedEl = document.activeElement; + + // Wait for next cycle to allow CSS transition + setTimeout(function() { + + if(mfp.content) { + mfp._addClassToMFP(READY_CLASS); + mfp._setFocus(); + } else { + // if content is not defined (not loaded e.t.c) we add class only for BG + mfp.bgOverlay.addClass(READY_CLASS); + } + + // Trap the focus in popup + _document.on('focusin' + EVENT_NS, mfp._onFocusIn); + + }, 16); + + mfp.isOpen = true; + mfp.updateSize(windowHeight); + _mfpTrigger(OPEN_EVENT); + + return data; + }, + + /** + * Closes the popup + */ + close: function() { + if(!mfp.isOpen) return; + _mfpTrigger(BEFORE_CLOSE_EVENT); + + mfp.isOpen = false; + // for CSS3 animation + if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition ) { + mfp._addClassToMFP(REMOVING_CLASS); + setTimeout(function() { + mfp._close(); + }, mfp.st.removalDelay); + } else { + mfp._close(); + } + }, + + /** + * Helper for close() function + */ + _close: function() { + _mfpTrigger(CLOSE_EVENT); + + var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' '; + + mfp.bgOverlay.detach(); + mfp.wrap.detach(); + mfp.container.empty(); + + if(mfp.st.mainClass) { + classesToRemove += mfp.st.mainClass + ' '; + } + + mfp._removeClassFromMFP(classesToRemove); + + if(mfp.fixedContentPos) { + var windowStyles = {marginRight: ''}; + if(mfp.isIE7) { + $('body, html').css('overflow', ''); + } else { + windowStyles.overflow = ''; + } + $('html').css(windowStyles); + } + + _document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS); + mfp.ev.off(EVENT_NS); + + // clean up DOM elements that aren't removed + mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style'); + mfp.bgOverlay.attr('class', 'mfp-bg'); + mfp.container.attr('class', 'mfp-container'); + + // remove close button from target element + if(mfp.st.showCloseBtn && + (!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) { + if(mfp.currTemplate.closeBtn) + mfp.currTemplate.closeBtn.detach(); + } + + + if(mfp.st.autoFocusLast && mfp._lastFocusedEl) { + $(mfp._lastFocusedEl).focus(); // put tab focus back + } + mfp.currItem = null; + mfp.content = null; + mfp.currTemplate = null; + mfp.prevHeight = 0; + + _mfpTrigger(AFTER_CLOSE_EVENT); + }, + + updateSize: function(winHeight) { + + if(mfp.isIOS) { + // fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2 + var zoomLevel = document.documentElement.clientWidth / window.innerWidth; + var height = window.innerHeight * zoomLevel; + mfp.wrap.css('height', height); + mfp.wH = height; + } else { + mfp.wH = winHeight || _window.height(); + } + // Fixes #84: popup incorrectly positioned with position:relative on body + if(!mfp.fixedContentPos) { + mfp.wrap.css('height', mfp.wH); + } + + _mfpTrigger('Resize'); + + }, + + /** + * Set content of popup based on current index + */ + updateItemHTML: function() { + var item = mfp.items[mfp.index]; + + // Detach and perform modifications + mfp.contentContainer.detach(); + + if(mfp.content) + mfp.content.detach(); + + if(!item.parsed) { + item = mfp.parseEl( mfp.index ); + } + + var type = item.type; + + _mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]); + // BeforeChange event works like so: + // _mfpOn('BeforeChange', function(e, prevType, newType) { }); + + mfp.currItem = item; + + if(!mfp.currTemplate[type]) { + var markup = mfp.st[type] ? mfp.st[type].markup : false; + + // allows to modify markup + _mfpTrigger('FirstMarkupParse', markup); + + if(markup) { + mfp.currTemplate[type] = $(markup); + } else { + // if there is no markup found we just define that template is parsed + mfp.currTemplate[type] = true; + } + } + + if(_prevContentType && _prevContentType !== item.type) { + mfp.container.removeClass('mfp-'+_prevContentType+'-holder'); + } + + var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]); + mfp.appendContent(newContent, type); + + item.preloaded = true; + + _mfpTrigger(CHANGE_EVENT, item); + _prevContentType = item.type; + + // Append container back after its content changed + mfp.container.prepend(mfp.contentContainer); + + _mfpTrigger('AfterChange'); + }, + + + /** + * Set HTML content of popup + */ + appendContent: function(newContent, type) { + mfp.content = newContent; + + if(newContent) { + if(mfp.st.showCloseBtn && mfp.st.closeBtnInside && + mfp.currTemplate[type] === true) { + // if there is no markup, we just append close button element inside + if(!mfp.content.find('.mfp-close').length) { + mfp.content.append(_getCloseBtn()); + } + } else { + mfp.content = newContent; + } + } else { + mfp.content = ''; + } + + _mfpTrigger(BEFORE_APPEND_EVENT); + mfp.container.addClass('mfp-'+type+'-holder'); + + mfp.contentContainer.append(mfp.content); + }, + + + /** + * Creates Magnific Popup data object based on given data + * @param {int} index Index of item to parse + */ + parseEl: function(index) { + var item = mfp.items[index], + type; + + if(item.tagName) { + item = { el: $(item) }; + } else { + type = item.type; + item = { data: item, src: item.src }; + } + + if(item.el) { + var types = mfp.types; + + // check for 'mfp-TYPE' class + for(var i = 0; i < types.length; i++) { + if( item.el.hasClass('mfp-'+types[i]) ) { + type = types[i]; + break; + } + } + + item.src = item.el.attr('data-mfp-src'); + if(!item.src) { + item.src = item.el.attr('href'); + } + } + + item.type = type || mfp.st.type || 'inline'; + item.index = index; + item.parsed = true; + mfp.items[index] = item; + _mfpTrigger('ElementParse', item); + + return mfp.items[index]; + }, + + + /** + * Initializes single popup or a group of popups + */ + addGroup: function(el, options) { + var eHandler = function(e) { + e.mfpEl = this; + mfp._openClick(e, el, options); + }; + + if(!options) { + options = {}; + } + + var eName = 'click.magnificPopup'; + options.mainEl = el; + + if(options.items) { + options.isObj = true; + el.off(eName).on(eName, eHandler); + } else { + options.isObj = false; + if(options.delegate) { + el.off(eName).on(eName, options.delegate , eHandler); + } else { + options.items = el; + el.off(eName).on(eName, eHandler); + } + } + }, + _openClick: function(e, el, options) { + var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick; + + + if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) { + return; + } + + var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn; + + if(disableOn) { + if($.isFunction(disableOn)) { + if( !disableOn.call(mfp) ) { + return true; + } + } else { // else it's number + if( _window.width() < disableOn ) { + return true; + } + } + } + + if(e.type) { + e.preventDefault(); + + // This will prevent popup from closing if element is inside and popup is already opened + if(mfp.isOpen) { + e.stopPropagation(); + } + } + + options.el = $(e.mfpEl); + if(options.delegate) { + options.items = el.find(options.delegate); + } + mfp.open(options); + }, + + + /** + * Updates text on preloader + */ + updateStatus: function(status, text) { + + if(mfp.preloader) { + if(_prevStatus !== status) { + mfp.container.removeClass('mfp-s-'+_prevStatus); + } + + if(!text && status === 'loading') { + text = mfp.st.tLoading; + } + + var data = { + status: status, + text: text + }; + // allows to modify status + _mfpTrigger('UpdateStatus', data); + + status = data.status; + text = data.text; + + mfp.preloader.html(text); + + mfp.preloader.find('a').on('click', function(e) { + e.stopImmediatePropagation(); + }); + + mfp.container.addClass('mfp-s-'+status); + _prevStatus = status; + } + }, + + + /* + "Private" helpers that aren't private at all + */ + // Check to close popup or not + // "target" is an element that was clicked + _checkIfClose: function(target) { + + if($(target).hasClass(PREVENT_CLOSE_CLASS)) { + return; + } + + var closeOnContent = mfp.st.closeOnContentClick; + var closeOnBg = mfp.st.closeOnBgClick; + + if(closeOnContent && closeOnBg) { + return true; + } else { + + // We close the popup if click is on close button or on preloader. Or if there is no content. + if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) { + return true; + } + + // if click is outside the content + if( (target !== mfp.content[0] && !$.contains(mfp.content[0], target)) ) { + if(closeOnBg) { + // last check, if the clicked element is in DOM, (in case it's removed onclick) + if( $.contains(document, target) ) { + return true; + } + } + } else if(closeOnContent) { + return true; + } + + } + return false; + }, + _addClassToMFP: function(cName) { + mfp.bgOverlay.addClass(cName); + mfp.wrap.addClass(cName); + }, + _removeClassFromMFP: function(cName) { + this.bgOverlay.removeClass(cName); + mfp.wrap.removeClass(cName); + }, + _hasScrollBar: function(winHeight) { + return ( (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) ); + }, + _setFocus: function() { + (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus(); + }, + _onFocusIn: function(e) { + if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) { + mfp._setFocus(); + return false; + } + }, + _parseMarkup: function(template, values, item) { + var arr; + if(item.data) { + values = $.extend(item.data, values); + } + _mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] ); + + $.each(values, function(key, value) { + if(value === undefined || value === false) { + return true; + } + arr = key.split('_'); + if(arr.length > 1) { + var el = template.find(EVENT_NS + '-'+arr[0]); + + if(el.length > 0) { + var attr = arr[1]; + if(attr === 'replaceWith') { + if(el[0] !== value[0]) { + el.replaceWith(value); + } + } else if(attr === 'img') { + if(el.is('img')) { + el.attr('src', value); + } else { + el.replaceWith( $('').attr('src', value).attr('class', el.attr('class')) ); + } + } else { + el.attr(arr[1], value); + } + } + + } else { + template.find(EVENT_NS + '-'+key).html(value); + } + }); + }, + + _getScrollbarSize: function() { + // thx David + if(mfp.scrollbarSize === undefined) { + var scrollDiv = document.createElement("div"); + scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;'; + document.body.appendChild(scrollDiv); + mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth; + document.body.removeChild(scrollDiv); + } + return mfp.scrollbarSize; + } + +}; /* MagnificPopup core prototype end */ + + + + +/** + * Public static functions + */ +$.magnificPopup = { + instance: null, + proto: MagnificPopup.prototype, + modules: [], + + open: function(options, index) { + _checkInstance(); + + if(!options) { + options = {}; + } else { + options = $.extend(true, {}, options); + } + + options.isObj = true; + options.index = index || 0; + return this.instance.open(options); + }, + + close: function() { + return $.magnificPopup.instance && $.magnificPopup.instance.close(); + }, + + registerModule: function(name, module) { + if(module.options) { + $.magnificPopup.defaults[name] = module.options; + } + $.extend(this.proto, module.proto); + this.modules.push(name); + }, + + defaults: { + + // Info about options is in docs: + // http://dimsemenov.com/plugins/magnific-popup/documentation.html#options + + disableOn: 0, + + key: null, + + midClick: false, + + mainClass: '', + + preloader: true, + + focus: '', // CSS selector of input to focus after popup is opened + + closeOnContentClick: false, + + closeOnBgClick: true, + + closeBtnInside: true, + + showCloseBtn: true, + + enableEscapeKey: true, + + modal: false, + + alignTop: false, + + removalDelay: 0, + + prependTo: null, + + fixedContentPos: 'auto', + + fixedBgPos: 'auto', + + overflowY: 'auto', + + closeMarkup: '', + + tClose: 'Close (Esc)', + + tLoading: 'Loading...', + + autoFocusLast: true + + } +}; + + + +$.fn.magnificPopup = function(options) { + _checkInstance(); + + var jqEl = $(this); + + // We call some API method of first param is a string + if (typeof options === "string" ) { + + if(options === 'open') { + var items, + itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup, + index = parseInt(arguments[1], 10) || 0; + + if(itemOpts.items) { + items = itemOpts.items[index]; + } else { + items = jqEl; + if(itemOpts.delegate) { + items = items.find(itemOpts.delegate); + } + items = items.eq( index ); + } + mfp._openClick({mfpEl:items}, jqEl, itemOpts); + } else { + if(mfp.isOpen) + mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1)); + } + + } else { + // clone options obj + options = $.extend(true, {}, options); + + /* + * As Zepto doesn't support .data() method for objects + * and it works only in normal browsers + * we assign "options" object directly to the DOM element. FTW! + */ + if(_isJQ) { + jqEl.data('magnificPopup', options); + } else { + jqEl[0].magnificPopup = options; + } + + mfp.addGroup(jqEl, options); + + } + return jqEl; +}; + +/*>>core*/ + +/*>>inline*/ + +var INLINE_NS = 'inline', + _hiddenClass, + _inlinePlaceholder, + _lastInlineElement, + _putInlineElementsBack = function() { + if(_lastInlineElement) { + _inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach(); + _lastInlineElement = null; + } + }; + +$.magnificPopup.registerModule(INLINE_NS, { + options: { + hiddenClass: 'hide', // will be appended with `mfp-` prefix + markup: '', + tNotFound: 'Content not found' + }, + proto: { + + initInline: function() { + mfp.types.push(INLINE_NS); + + _mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() { + _putInlineElementsBack(); + }); + }, + + getInline: function(item, template) { + + _putInlineElementsBack(); + + if(item.src) { + var inlineSt = mfp.st.inline, + el = $(item.src); + + if(el.length) { + + // If target element has parent - we replace it with placeholder and put it back after popup is closed + var parent = el[0].parentNode; + if(parent && parent.tagName) { + if(!_inlinePlaceholder) { + _hiddenClass = inlineSt.hiddenClass; + _inlinePlaceholder = _getEl(_hiddenClass); + _hiddenClass = 'mfp-'+_hiddenClass; + } + // replace target inline element with placeholder + _lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass); + } + + mfp.updateStatus('ready'); + } else { + mfp.updateStatus('error', inlineSt.tNotFound); + el = $('
'); + } + + item.inlineElement = el; + return el; + } + + mfp.updateStatus('ready'); + mfp._parseMarkup(template, {}, item); + return template; + } + } +}); + +/*>>inline*/ + +/*>>ajax*/ +var AJAX_NS = 'ajax', + _ajaxCur, + _removeAjaxCursor = function() { + if(_ajaxCur) { + $(document.body).removeClass(_ajaxCur); + } + }, + _destroyAjaxRequest = function() { + _removeAjaxCursor(); + if(mfp.req) { + mfp.req.abort(); + } + }; + +$.magnificPopup.registerModule(AJAX_NS, { + + options: { + settings: null, + cursor: 'mfp-ajax-cur', + tError: 'The content could not be loaded.' + }, + + proto: { + initAjax: function() { + mfp.types.push(AJAX_NS); + _ajaxCur = mfp.st.ajax.cursor; + + _mfpOn(CLOSE_EVENT+'.'+AJAX_NS, _destroyAjaxRequest); + _mfpOn('BeforeChange.' + AJAX_NS, _destroyAjaxRequest); + }, + getAjax: function(item) { + + if(_ajaxCur) { + $(document.body).addClass(_ajaxCur); + } + + mfp.updateStatus('loading'); + + var opts = $.extend({ + url: item.src, + success: function(data, textStatus, jqXHR) { + var temp = { + data:data, + xhr:jqXHR + }; + + _mfpTrigger('ParseAjax', temp); + + mfp.appendContent( $(temp.data), AJAX_NS ); + + item.finished = true; + + _removeAjaxCursor(); + + mfp._setFocus(); + + setTimeout(function() { + mfp.wrap.addClass(READY_CLASS); + }, 16); + + mfp.updateStatus('ready'); + + _mfpTrigger('AjaxContentAdded'); + }, + error: function() { + _removeAjaxCursor(); + item.finished = item.loadError = true; + mfp.updateStatus('error', mfp.st.ajax.tError.replace('%url%', item.src)); + } + }, mfp.st.ajax.settings); + + mfp.req = $.ajax(opts); + + return ''; + } + } +}); + +/*>>ajax*/ + +/*>>image*/ +var _imgInterval, + _getTitle = function(item) { + if(item.data && item.data.title !== undefined) + return item.data.title; + + var src = mfp.st.image.titleSrc; + + if(src) { + if($.isFunction(src)) { + return src.call(mfp, item); + } else if(item.el) { + return item.el.attr(src) || ''; + } + } + return ''; + }; + +$.magnificPopup.registerModule('image', { + + options: { + markup: '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
', + cursor: 'mfp-zoom-out-cur', + titleSrc: 'title', + verticalFit: true, + tError: 'The image could not be loaded.' + }, + + proto: { + initImage: function() { + var imgSt = mfp.st.image, + ns = '.image'; + + mfp.types.push('image'); + + _mfpOn(OPEN_EVENT+ns, function() { + if(mfp.currItem.type === 'image' && imgSt.cursor) { + $(document.body).addClass(imgSt.cursor); + } + }); + + _mfpOn(CLOSE_EVENT+ns, function() { + if(imgSt.cursor) { + $(document.body).removeClass(imgSt.cursor); + } + _window.off('resize' + EVENT_NS); + }); + + _mfpOn('Resize'+ns, mfp.resizeImage); + if(mfp.isLowIE) { + _mfpOn('AfterChange', mfp.resizeImage); + } + }, + resizeImage: function() { + var item = mfp.currItem; + if(!item || !item.img) return; + + if(mfp.st.image.verticalFit) { + var decr = 0; + // fix box-sizing in ie7/8 + if(mfp.isLowIE) { + decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10); + } + item.img.css('max-height', mfp.wH-decr); + } + }, + _onImageHasSize: function(item) { + if(item.img) { + + item.hasSize = true; + + if(_imgInterval) { + clearInterval(_imgInterval); + } + + item.isCheckingImgSize = false; + + _mfpTrigger('ImageHasSize', item); + + if(item.imgHidden) { + if(mfp.content) + mfp.content.removeClass('mfp-loading'); + + item.imgHidden = false; + } + + } + }, + + /** + * Function that loops until the image has size to display elements that rely on it asap + */ + findImageSize: function(item) { + + var counter = 0, + img = item.img[0], + mfpSetInterval = function(delay) { + + if(_imgInterval) { + clearInterval(_imgInterval); + } + // decelerating interval that checks for size of an image + _imgInterval = setInterval(function() { + if(img.naturalWidth > 0) { + mfp._onImageHasSize(item); + return; + } + + if(counter > 200) { + clearInterval(_imgInterval); + } + + counter++; + if(counter === 3) { + mfpSetInterval(10); + } else if(counter === 40) { + mfpSetInterval(50); + } else if(counter === 100) { + mfpSetInterval(500); + } + }, delay); + }; + + mfpSetInterval(1); + }, + + getImage: function(item, template) { + + var guard = 0, + + // image load complete handler + onLoadComplete = function() { + if(item) { + if (item.img[0].complete) { + item.img.off('.mfploader'); + + if(item === mfp.currItem){ + mfp._onImageHasSize(item); + + mfp.updateStatus('ready'); + } + + item.hasSize = true; + item.loaded = true; + + _mfpTrigger('ImageLoadComplete'); + + } + else { + // if image complete check fails 200 times (20 sec), we assume that there was an error. + guard++; + if(guard < 200) { + setTimeout(onLoadComplete,100); + } else { + onLoadError(); + } + } + } + }, + + // image error handler + onLoadError = function() { + if(item) { + item.img.off('.mfploader'); + if(item === mfp.currItem){ + mfp._onImageHasSize(item); + mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) ); + } + + item.hasSize = true; + item.loaded = true; + item.loadError = true; + } + }, + imgSt = mfp.st.image; + + + var el = template.find('.mfp-img'); + if(el.length) { + var img = document.createElement('img'); + img.className = 'mfp-img'; + if(item.el && item.el.find('img').length) { + img.alt = item.el.find('img').attr('alt'); + } + item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError); + img.src = item.src; + + // without clone() "error" event is not firing when IMG is replaced by new IMG + // TODO: find a way to avoid such cloning + if(el.is('img')) { + item.img = item.img.clone(); + } + + img = item.img[0]; + if(img.naturalWidth > 0) { + item.hasSize = true; + } else if(!img.width) { + item.hasSize = false; + } + } + + mfp._parseMarkup(template, { + title: _getTitle(item), + img_replaceWith: item.img + }, item); + + mfp.resizeImage(); + + if(item.hasSize) { + if(_imgInterval) clearInterval(_imgInterval); + + if(item.loadError) { + template.addClass('mfp-loading'); + mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) ); + } else { + template.removeClass('mfp-loading'); + mfp.updateStatus('ready'); + } + return template; + } + + mfp.updateStatus('loading'); + item.loading = true; + + if(!item.hasSize) { + item.imgHidden = true; + template.addClass('mfp-loading'); + mfp.findImageSize(item); + } + + return template; + } + } +}); + +/*>>image*/ + +/*>>zoom*/ +var hasMozTransform, + getHasMozTransform = function() { + if(hasMozTransform === undefined) { + hasMozTransform = document.createElement('p').style.MozTransform !== undefined; + } + return hasMozTransform; + }; + +$.magnificPopup.registerModule('zoom', { + + options: { + enabled: false, + easing: 'ease-in-out', + duration: 300, + opener: function(element) { + return element.is('img') ? element : element.find('img'); + } + }, + + proto: { + + initZoom: function() { + var zoomSt = mfp.st.zoom, + ns = '.zoom', + image; + + if(!zoomSt.enabled || !mfp.supportsTransition) { + return; + } + + var duration = zoomSt.duration, + getElToAnimate = function(image) { + var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'), + transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing, + cssObj = { + position: 'fixed', + zIndex: 9999, + left: 0, + top: 0, + '-webkit-backface-visibility': 'hidden' + }, + t = 'transition'; + + cssObj['-webkit-'+t] = cssObj['-moz-'+t] = cssObj['-o-'+t] = cssObj[t] = transition; + + newImg.css(cssObj); + return newImg; + }, + showMainContent = function() { + mfp.content.css('visibility', 'visible'); + }, + openTimeout, + animatedImg; + + _mfpOn('BuildControls'+ns, function() { + if(mfp._allowZoom()) { + + clearTimeout(openTimeout); + mfp.content.css('visibility', 'hidden'); + + // Basically, all code below does is clones existing image, puts in on top of the current one and animated it + + image = mfp._getItemToZoom(); + + if(!image) { + showMainContent(); + return; + } + + animatedImg = getElToAnimate(image); + + animatedImg.css( mfp._getOffset() ); + + mfp.wrap.append(animatedImg); + + openTimeout = setTimeout(function() { + animatedImg.css( mfp._getOffset( true ) ); + openTimeout = setTimeout(function() { + + showMainContent(); + + setTimeout(function() { + animatedImg.remove(); + image = animatedImg = null; + _mfpTrigger('ZoomAnimationEnded'); + }, 16); // avoid blink when switching images + + }, duration); // this timeout equals animation duration + + }, 16); // by adding this timeout we avoid short glitch at the beginning of animation + + + // Lots of timeouts... + } + }); + _mfpOn(BEFORE_CLOSE_EVENT+ns, function() { + if(mfp._allowZoom()) { + + clearTimeout(openTimeout); + + mfp.st.removalDelay = duration; + + if(!image) { + image = mfp._getItemToZoom(); + if(!image) { + return; + } + animatedImg = getElToAnimate(image); + } + + animatedImg.css( mfp._getOffset(true) ); + mfp.wrap.append(animatedImg); + mfp.content.css('visibility', 'hidden'); + + setTimeout(function() { + animatedImg.css( mfp._getOffset() ); + }, 16); + } + + }); + + _mfpOn(CLOSE_EVENT+ns, function() { + if(mfp._allowZoom()) { + showMainContent(); + if(animatedImg) { + animatedImg.remove(); + } + image = null; + } + }); + }, + + _allowZoom: function() { + return mfp.currItem.type === 'image'; + }, + + _getItemToZoom: function() { + if(mfp.currItem.hasSize) { + return mfp.currItem.img; + } else { + return false; + } + }, + + // Get element postion relative to viewport + _getOffset: function(isLarge) { + var el; + if(isLarge) { + el = mfp.currItem.img; + } else { + el = mfp.st.zoom.opener(mfp.currItem.el || mfp.currItem); + } + + var offset = el.offset(); + var paddingTop = parseInt(el.css('padding-top'),10); + var paddingBottom = parseInt(el.css('padding-bottom'),10); + offset.top -= ( $(window).scrollTop() - paddingTop ); + + + /* + + Animating left + top + width/height looks glitchy in Firefox, but perfect in Chrome. And vice-versa. + + */ + var obj = { + width: el.width(), + // fix Zepto height+padding issue + height: (_isJQ ? el.innerHeight() : el[0].offsetHeight) - paddingBottom - paddingTop + }; + + // I hate to do this, but there is no another option + if( getHasMozTransform() ) { + obj['-moz-transform'] = obj['transform'] = 'translate(' + offset.left + 'px,' + offset.top + 'px)'; + } else { + obj.left = offset.left; + obj.top = offset.top; + } + return obj; + } + + } +}); + + + +/*>>zoom*/ + +/*>>iframe*/ + +var IFRAME_NS = 'iframe', + _emptyPage = '//about:blank', + + _fixIframeBugs = function(isShowing) { + if(mfp.currTemplate[IFRAME_NS]) { + var el = mfp.currTemplate[IFRAME_NS].find('iframe'); + if(el.length) { + // reset src after the popup is closed to avoid "video keeps playing after popup is closed" bug + if(!isShowing) { + el[0].src = _emptyPage; + } + + // IE8 black screen bug fix + if(mfp.isIE8) { + el.css('display', isShowing ? 'block' : 'none'); + } + } + } + }; + +$.magnificPopup.registerModule(IFRAME_NS, { + + options: { + markup: '
'+ + '
'+ + ''+ + '
', + + 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%' + }, + + proto: { + initGallery: function() { + + var gSt = mfp.st.gallery, + ns = '.mfp-gallery'; + + mfp.direction = true; // true - next, false - prev + + if(!gSt || !gSt.enabled ) return false; + + _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) { + mfp.prev(); + } else if (e.keyCode === 39) { + mfp.next(); + } + }); + }); + + _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 markup = gSt.arrowMarkup, + arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, gSt.tPrev).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS), + arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, gSt.tNext).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS); + + arrowLeft.click(function() { + mfp.prev(); + }); + arrowRight.click(function() { + 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() { + mfp.direction = true; + mfp.index = _getLoopedId(mfp.index + 1); + mfp.updateItemHTML(); + }, + prev: function() { + mfp.direction = false; + mfp.index = _getLoopedId(mfp.index - 1); + 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; + } + } +}); + +/*>>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/source/plugins/magnific-popup/jquery.magnific-popup.min.js b/source/plugins/magnific-popup/jquery.magnific-popup.min.js new file mode 100644 index 0000000..6ee3a3b --- /dev/null +++ b/source/plugins/magnific-popup/jquery.magnific-popup.min.js @@ -0,0 +1,4 @@ +/*! Magnific Popup - v1.1.0 - 2016-02-20 +* http://dimsemenov.com/plugins/magnific-popup/ +* Copyright (c) 2016 Dmitry Semenov; */ +!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isLowIE=b.isIE8=document.all&&!document.addEventListener,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},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}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.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 c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
',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(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()}); \ No newline at end of file diff --git a/source/plugins/magnific-popup/magnific-popup.css b/source/plugins/magnific-popup/magnific-popup.css new file mode 100644 index 0000000..8561e18 --- /dev/null +++ b/source/plugins/magnific-popup/magnific-popup.css @@ -0,0 +1,351 @@ +/* Magnific Popup CSS */ +.mfp-bg { + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1042; + overflow: hidden; + position: fixed; + background: #0b0b0b; + opacity: 0.8; } + +.mfp-wrap { + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1043; + position: fixed; + outline: none !important; + -webkit-backface-visibility: hidden; } + +.mfp-container { + text-align: center; + position: absolute; + width: 100%; + height: 100%; + left: 0; + top: 0; + padding: 0 8px; + box-sizing: border-box; } + +.mfp-container:before { + content: ''; + display: inline-block; + height: 100%; + vertical-align: middle; } + +.mfp-align-top .mfp-container:before { + display: none; } + +.mfp-content { + position: relative; + display: inline-block; + vertical-align: middle; + margin: 0 auto; + text-align: left; + z-index: 1045; } + +.mfp-inline-holder .mfp-content, +.mfp-ajax-holder .mfp-content { + width: 100%; + cursor: auto; } + +.mfp-ajax-cur { + cursor: progress; } + +.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { + cursor: -moz-zoom-out; + cursor: -webkit-zoom-out; + cursor: zoom-out; } + +.mfp-zoom { + cursor: pointer; + cursor: -webkit-zoom-in; + cursor: -moz-zoom-in; + cursor: zoom-in; } + +.mfp-auto-cursor .mfp-content { + cursor: auto; } + +.mfp-close, +.mfp-arrow, +.mfp-preloader, +.mfp-counter { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + +.mfp-loading.mfp-figure { + display: none; } + +.mfp-hide { + display: none !important; } + +.mfp-preloader { + color: #CCC; + position: absolute; + top: 50%; + width: auto; + text-align: center; + margin-top: -0.8em; + left: 8px; + right: 8px; + z-index: 1044; } + .mfp-preloader a { + color: #CCC; } + .mfp-preloader a:hover { + color: #FFF; } + +.mfp-s-ready .mfp-preloader { + display: none; } + +.mfp-s-error .mfp-content { + display: none; } + +button.mfp-close, +button.mfp-arrow { + overflow: visible; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; + display: block; + outline: none; + padding: 0; + z-index: 1046; + box-shadow: none; + touch-action: manipulation; } + +button::-moz-focus-inner { + padding: 0; + border: 0; } + +.mfp-close { + width: 44px; + height: 44px; + line-height: 44px; + position: absolute; + right: 0; + top: 0; + text-decoration: none; + text-align: center; + opacity: 0.65; + padding: 0 0 18px 10px; + color: #FFF; + font-style: normal; + font-size: 28px; + font-family: Arial, Baskerville, monospace; } + .mfp-close:hover, + .mfp-close:focus { + opacity: 1; } + .mfp-close:active { + top: 1px; } + +.mfp-close-btn-in .mfp-close { + color: #333; } + +.mfp-image-holder .mfp-close, +.mfp-iframe-holder .mfp-close { + color: #FFF; + right: -6px; + text-align: right; + padding-right: 6px; + width: 100%; } + +.mfp-counter { + position: absolute; + top: 0; + right: 0; + color: #CCC; + font-size: 12px; + line-height: 18px; + white-space: nowrap; } + +.mfp-arrow { + position: absolute; + opacity: 0.65; + margin: 0; + top: 50%; + margin-top: -55px; + padding: 0; + width: 90px; + height: 110px; + -webkit-tap-highlight-color: transparent; } + .mfp-arrow:active { + margin-top: -54px; } + .mfp-arrow:hover, + .mfp-arrow:focus { + opacity: 1; } + .mfp-arrow:before, + .mfp-arrow:after { + content: ''; + display: block; + width: 0; + height: 0; + position: absolute; + left: 0; + top: 0; + margin-top: 35px; + margin-left: 35px; + border: medium inset transparent; } + .mfp-arrow:after { + border-top-width: 13px; + border-bottom-width: 13px; + top: 8px; } + .mfp-arrow:before { + border-top-width: 21px; + border-bottom-width: 21px; + opacity: 0.7; } + +.mfp-arrow-left { + left: 0; } + .mfp-arrow-left:after { + border-right: 17px solid #FFF; + margin-left: 31px; } + .mfp-arrow-left:before { + margin-left: 25px; + border-right: 27px solid #3F3F3F; } + +.mfp-arrow-right { + right: 0; } + .mfp-arrow-right:after { + border-left: 17px solid #FFF; + margin-left: 39px; } + .mfp-arrow-right:before { + border-left: 27px solid #3F3F3F; } + +.mfp-iframe-holder { + padding-top: 40px; + padding-bottom: 40px; } + .mfp-iframe-holder .mfp-content { + line-height: 0; + width: 100%; + max-width: 900px; } + .mfp-iframe-holder .mfp-close { + top: -40px; } + +.mfp-iframe-scaler { + width: 100%; + height: 0; + overflow: hidden; + padding-top: 56.25%; } + .mfp-iframe-scaler iframe { + position: absolute; + display: block; + top: 0; + left: 0; + width: 100%; + height: 100%; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); + background: #000; } + +/* Main image in popup */ +img.mfp-img { + width: auto; + max-width: 100%; + height: auto; + display: block; + line-height: 0; + box-sizing: border-box; + padding: 40px 0 40px; + margin: 0 auto; } + +/* The shadow behind the image */ +.mfp-figure { + line-height: 0; } + .mfp-figure:after { + content: ''; + position: absolute; + left: 0; + top: 40px; + bottom: 40px; + display: block; + right: 0; + width: auto; + height: auto; + z-index: -1; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); + background: #444; } + .mfp-figure small { + color: #BDBDBD; + display: block; + font-size: 12px; + line-height: 14px; } + .mfp-figure figure { + margin: 0; } + +.mfp-bottom-bar { + margin-top: -36px; + position: absolute; + top: 100%; + left: 0; + width: 100%; + cursor: auto; } + +.mfp-title { + text-align: left; + line-height: 18px; + color: #F3F3F3; + word-wrap: break-word; + padding-right: 36px; } + +.mfp-image-holder .mfp-content { + max-width: 100%; } + +.mfp-gallery .mfp-image-holder .mfp-figure { + cursor: pointer; } + +@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { + /** + * Remove all paddings around the image on small screen + */ + .mfp-img-mobile .mfp-image-holder { + padding-left: 0; + padding-right: 0; } + .mfp-img-mobile img.mfp-img { + padding: 0; } + .mfp-img-mobile .mfp-figure:after { + top: 0; + bottom: 0; } + .mfp-img-mobile .mfp-figure small { + display: inline; + margin-left: 5px; } + .mfp-img-mobile .mfp-bottom-bar { + background: rgba(0, 0, 0, 0.6); + bottom: 0; + margin: 0; + top: auto; + padding: 3px 5px; + position: fixed; + box-sizing: border-box; } + .mfp-img-mobile .mfp-bottom-bar:empty { + padding: 0; } + .mfp-img-mobile .mfp-counter { + right: 5px; + top: 3px; } + .mfp-img-mobile .mfp-close { + top: 0; + right: 0; + width: 35px; + height: 35px; + line-height: 35px; + background: rgba(0, 0, 0, 0.6); + position: fixed; + text-align: center; + padding: 0; } } + +@media all and (max-width: 900px) { + .mfp-arrow { + -webkit-transform: scale(0.75); + transform: scale(0.75); } + .mfp-arrow-left { + -webkit-transform-origin: 0; + transform-origin: 0; } + .mfp-arrow-right { + -webkit-transform-origin: 100%; + transform-origin: 100%; } + .mfp-container { + padding-left: 6px; + padding-right: 6px; } } diff --git a/source/plugins/shuffle/shuffle.min.js b/source/plugins/shuffle/shuffle.min.js new file mode 100644 index 0000000..371fa6f --- /dev/null +++ b/source/plugins/shuffle/shuffle.min.js @@ -0,0 +1 @@ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.Shuffle=e()}(this,function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var i=0;i=e?l():o=setTimeout(l,e-t)),s};function l(){o=0,r=+new Date,s=t.apply(i,n),i=null,n=null}};function c(){}function d(t){return parseFloat(t)||0}var m=function(){function e(i,n){t(this,e),this.x=d(i),this.y=d(n)}return i(e,null,[{key:"equals",value:function(t,e){return t.x===e.x&&t.y===e.y}}]),e}(),p=function(){function e(i,n,s,o,r){t(this,e),this.id=r,this.left=i,this.top=n,this.width=s,this.height=o}return i(e,null,[{key:"intersects",value:function(t,e){return t.left2&&void 0!==arguments[2]?arguments[2]:window.getComputedStyle(t,null),n=d(i[e]);return E()||"width"!==e?E()||"height"!==e||(n+=d(i.paddingTop)+d(i.paddingBottom)+d(i.borderTopWidth)+d(i.borderBottomWidth)):n+=d(i.paddingLeft)+d(i.paddingRight)+d(i.borderLeftWidth)+d(i.borderRightWidth),n}var b={reverse:!1,by:null,compare:null,randomize:!1,key:"element"};function S(t,e){var i=Object.assign({},b,e),n=Array.from(t),s=!1;return t.length?i.randomize?function(t){for(var e=t.length;e;){e-=1;var i=Math.floor(Math.random()*(e+1)),n=t[i];t[i]=t[e],t[e]=n}return t}(t):("function"==typeof i.by?t.sort(function(t,e){if(s)return 0;var n=i.by(t[i.key]),o=i.by(e[i.key]);return void 0===n&&void 0===o?(s=!0,0):no||"sortLast"===n||"sortFirst"===o?1:0}):"function"==typeof i.compare&&t.sort(i.compare),s?n:(i.reverse&&t.reverse(),t)):[]}var T={},k="transitionend",w=0;function C(t){return!!T[t]&&(T[t].element.removeEventListener(k,T[t].listener),T[t]=null,!0)}function L(t,e){var i=k+(w+=1),n=function(t){t.currentTarget===t.target&&(C(i),e(t))};return t.addEventListener(k,n),T[i]={element:t,listener:n},i}function D(t){return Math.max.apply(Math,t)}function z(t,e,i,n){var s=t/e;return Math.abs(Math.round(s)-s)=n-e&&t[s]<=n+e)return s;return 0}function F(t,e){var i={};t.forEach(function(t){i[t.top]?i[t.top].push(t):i[t.top]=[t]});var n=[],s=[],o=[];return Object.keys(i).forEach(function(t){var r=i[t];s.push(r);var l,a=r[r.length-1],u=a.left+a.width,h=Math.round((e-u)/2),f=r,c=!1;if(h>0){var d=[];(c=r.every(function(t){var e=new p(t.left+h,t.top,t.width,t.height,t.id),i=!n.some(function(t){return p.intersects(e,t)});return d.push(e),i}))&&(f=d)}if(!c&&r.some(function(t){return n.some(function(e){var i=p.intersects(t,e);return i&&(l=e),i})})){var m=o.findIndex(function(t){return t.includes(l)});o.splice(m,1,s[m])}n=n.concat(f),o.push(f)}),[].concat.apply([],o).sort(function(t,e){return t.id-e.id}).map(function(t){return new m(t.left,t.top)})}function x(t){return Array.from(new Set(t))}var O=0,N=function(e){function r(e){var i,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t(this,r),(i=o(this,n(r).call(this))).options=Object.assign({},r.options,s),i.options.delimeter&&(i.options.delimiter=i.options.delimeter),i.lastSort={},i.group=r.ALL_ITEMS,i.lastFilter=r.ALL_ITEMS,i.isEnabled=!0,i.isDestroyed=!1,i.isInitialized=!1,i._transitions=[],i.isTransitioning=!1,i._queue=[];var l=i._getElementOption(e);if(!l)throw new TypeError("Shuffle needs to be initialized with an element.");return i.element=l,i.id="shuffle_"+O,O+=1,i._init(),i.isInitialized=!0,i}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(r,l),i(r,[{key:"_init",value:function(){if(this.items=this._getItems(),this.options.sizer=this._getElementOption(this.options.sizer),this.element.classList.add(r.Classes.BASE),this._initItems(this.items),this._onResize=this._getResizeFunction(),window.addEventListener("resize",this._onResize),"complete"!==document.readyState){var t=this.layout.bind(this);window.addEventListener("load",function e(){window.removeEventListener("load",e),t()})}var e=window.getComputedStyle(this.element,null),i=r.getSize(this.element).width;this._validateStyles(e),this._setColumns(i),this.filter(this.options.group,this.options.initialSort),this.element.offsetWidth,this.setItemTransitions(this.items),this.element.style.transition="height ".concat(this.options.speed,"ms ").concat(this.options.easing)}},{key:"_getResizeFunction",value:function(){var t=this._handleResize.bind(this);return this.options.throttle?this.options.throttle(t,this.options.throttleTime):t}},{key:"_getElementOption",value:function(t){return"string"==typeof t?this.element.querySelector(t):t&&t.nodeType&&1===t.nodeType?t:t&&t.jquery?t[0]:null}},{key:"_validateStyles",value:function(t){"static"===t.position&&(this.element.style.position="relative"),"hidden"!==t.overflow&&(this.element.style.overflow="hidden")}},{key:"_filter",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.lastFilter,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.items,i=this._getFilteredSets(t,e);return this._toggleFilterClasses(i),this.lastFilter=t,"string"==typeof t&&(this.group=t),i}},{key:"_getFilteredSets",value:function(t,e){var i=this,n=[],s=[];return t===r.ALL_ITEMS?n=e:e.forEach(function(e){i._doesPassFilter(t,e.element)?n.push(e):s.push(e)}),{visible:n,hidden:s}}},{key:"_doesPassFilter",value:function(t,e){if("function"==typeof t)return t.call(e,e,this);var i=e.getAttribute("data-"+r.FILTER_ATTRIBUTE_KEY),n=this.options.delimiter?i.split(this.options.delimiter):JSON.parse(i);function s(t){return n.includes(t)}return Array.isArray(t)?this.options.filterMode===r.FilterMode.ANY?t.some(s):t.every(s):n.includes(t)}},{key:"_toggleFilterClasses",value:function(t){var e=t.visible,i=t.hidden;e.forEach(function(t){t.show()}),i.forEach(function(t){t.hide()})}},{key:"_initItems",value:function(t){t.forEach(function(t){t.init()})}},{key:"_disposeItems",value:function(t){t.forEach(function(t){t.dispose()})}},{key:"_updateItemCount",value:function(){this.visibleItems=this._getFilteredItems().length}},{key:"setItemTransitions",value:function(t){var e=this.options,i=e.speed,n=e.easing,s=this.options.useTransforms?["transform"]:["top","left"],o=Object.keys(g.Css.HIDDEN.before).map(function(t){return t.replace(/([A-Z])/g,function(t,e){return"-".concat(e.toLowerCase())})}),r=s.concat(o).join();t.forEach(function(t){t.element.style.transitionDuration=i+"ms",t.element.style.transitionTimingFunction=n,t.element.style.transitionProperty=r})}},{key:"_getItems",value:function(){var t=this;return Array.from(this.element.children).filter(function(e){return h(e,t.options.itemSelector)}).map(function(t){return new g(t)})}},{key:"_mergeNewItems",value:function(t){var e=Array.from(this.element.children);return S(this.items.concat(t),{by:function(t){return e.indexOf(t)}})}},{key:"_getFilteredItems",value:function(){return this.items.filter(function(t){return t.isVisible})}},{key:"_getConcealedItems",value:function(){return this.items.filter(function(t){return!t.isVisible})}},{key:"_getColumnSize",value:function(t,e){var i;return 0===(i="function"==typeof this.options.columnWidth?this.options.columnWidth(t):this.options.sizer?r.getSize(this.options.sizer).width:this.options.columnWidth?this.options.columnWidth:this.items.length>0?r.getSize(this.items[0].element,!0).width:t)&&(i=t),i+e}},{key:"_getGutterSize",value:function(t){return"function"==typeof this.options.gutterWidth?this.options.gutterWidth(t):this.options.sizer?I(this.options.sizer,"marginLeft"):this.options.gutterWidth}},{key:"_setColumns",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.getSize(this.element).width,e=this._getGutterSize(t),i=this._getColumnSize(t,e),n=(t+e)/i;Math.abs(Math.round(n)-n)1&&void 0!==arguments[1]?arguments[1]:{};this.isDestroyed||(e.shuffle=this,this.emit(t,e))}},{key:"_resetCols",value:function(){var t=this.cols;for(this.positions=[];t;)t-=1,this.positions.push(0)}},{key:"_layout",value:function(t){var e=this,i=this._getNextPositions(t),n=0;t.forEach(function(t,s){function o(){t.applyCss(g.Css.VISIBLE.after)}if(m.equals(t.point,i[s])&&!t.isHidden)return t.applyCss(g.Css.VISIBLE.before),void o();t.point=i[s],t.scale=g.Scale.VISIBLE,t.isHidden=!1;var r=e.getStylesForTransition(t,g.Css.VISIBLE.before);r.transitionDelay=e._getStaggerAmount(n)+"ms",e._queue.push({item:t,styles:r,callback:o}),n+=1})}},{key:"_getNextPositions",value:function(t){var e=this;if(this.options.isCentered){var i=t.map(function(t,i){var n=r.getSize(t.element,!0),s=e._getItemPosition(n);return new p(s.x,s.y,n.width,n.height,i)});return this.getTransformedPositions(i,this.containerWidth)}return t.map(function(t){return e._getItemPosition(r.getSize(t.element,!0))})}},{key:"_getItemPosition",value:function(t){return function(t){for(var e=t.itemSize,i=t.positions,n=t.gridSize,s=t.total,o=t.threshold,r=t.buffer,l=z(e.width,n,s,o),a=M(i,l,s),u=A(a,r),h=new m(n*u,a[u]),f=a[u]+e.height,c=0;c0&&void 0!==arguments[0]?arguments[0]:this._getConcealedItems(),i=0;e.forEach(function(e){function n(){e.applyCss(g.Css.HIDDEN.after)}if(e.isHidden)return e.applyCss(g.Css.HIDDEN.before),void n();e.scale=g.Scale.HIDDEN,e.isHidden=!0;var s=t.getStylesForTransition(e,g.Css.HIDDEN.before);s.transitionDelay=t._getStaggerAmount(i)+"ms",t._queue.push({item:e,styles:s,callback:n}),i+=1})}},{key:"_handleResize",value:function(){this.isEnabled&&!this.isDestroyed&&this.update()}},{key:"getStylesForTransition",value:function(t,e){var i=Object.assign({},e);if(this.options.useTransforms){var n=this.options.roundTransforms?Math.round(t.point.x):t.point.x,s=this.options.roundTransforms?Math.round(t.point.y):t.point.y;i.transform="translate(".concat(n,"px, ").concat(s,"px) scale(").concat(t.scale,")")}else i.left=t.point.x+"px",i.top=t.point.y+"px";return i}},{key:"_whenTransitionDone",value:function(t,e,i){var n=L(t,function(t){e(),i(null,t)});this._transitions.push(n)}},{key:"_getTransitionFunction",value:function(t){var e=this;return function(i){t.item.applyCss(t.styles),e._whenTransitionDone(t.item.element,t.callback,i)}}},{key:"_processQueue",value:function(){this.isTransitioning&&this._cancelMovement();var t=this.options.speed>0,e=this._queue.length>0;e&&t&&this.isInitialized?this._startTransitions(this._queue):e?(this._styleImmediately(this._queue),this._dispatch(r.EventType.LAYOUT)):this._dispatch(r.EventType.LAYOUT),this._queue.length=0}},{key:"_startTransitions",value:function(t){var e=this;this.isTransitioning=!0,function(t,e,i){i||("function"==typeof e?(i=e,e=null):i=c);var n=t&&t.length;if(!n)return i(null,[]);var s=!1,o=new Array(n);function r(t){return function(e,r){if(!s){if(e)return i(e,o),void(s=!0);o[t]=r,--n||i(null,o)}}}t.forEach(e?function(t,i){t.call(e,r(i))}:function(t,e){t(r(e))})}(t.map(function(t){return e._getTransitionFunction(t)}),this._movementFinished.bind(this))}},{key:"_cancelMovement",value:function(){this._transitions.forEach(C),this._transitions.length=0,this.isTransitioning=!1}},{key:"_styleImmediately",value:function(t){if(t.length){var e=t.map(function(t){return t.item.element});r._skipTransitions(e,function(){t.forEach(function(t){t.item.applyCss(t.styles),t.callback()})})}}},{key:"_movementFinished",value:function(){this._transitions.length=0,this.isTransitioning=!1,this._dispatch(r.EventType.LAYOUT)}},{key:"filter",value:function(t,e){this.isEnabled&&((!t||t&&0===t.length)&&(t=r.ALL_ITEMS),this._filter(t),this._shrink(),this._updateItemCount(),this.sort(e))}},{key:"sort",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.lastSort;if(this.isEnabled){this._resetCols();var e=S(this._getFilteredItems(),t);this._layout(e),this._processQueue(),this._setContainerSize(),this.lastSort=t}}},{key:"update",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isEnabled&&(t||this._setColumns(),this.sort())}},{key:"layout",value:function(){this.update(!0)}},{key:"add",value:function(t){var e=this,i=x(t).map(function(t){return new g(t)});this._initItems(i),this._resetCols();var n=S(this._mergeNewItems(i),this.lastSort),s=this._filter(this.lastFilter,n),o=function(t){return i.includes(t)},r=function(t){t.scale=g.Scale.HIDDEN,t.isHidden=!0,t.applyCss(g.Css.HIDDEN.before),t.applyCss(g.Css.HIDDEN.after)},l=this._getNextPositions(s.visible);s.visible.forEach(function(t,i){o(t)&&(t.point=l[i],r(t),t.applyCss(e.getStylesForTransition(t,{})))}),s.hidden.forEach(function(t){o(t)&&r(t)}),this.element.offsetWidth,this.setItemTransitions(i),this.items=this._mergeNewItems(i),this.filter(this.lastFilter)}},{key:"disable",value:function(){this.isEnabled=!1}},{key:"enable",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isEnabled=!0,t&&this.update()}},{key:"remove",value:function(t){var e=this;if(t.length){var i=x(t),n=i.map(function(t){return e.getItemByElement(t)}).filter(function(t){return!!t});this._toggleFilterClasses({visible:[],hidden:n}),this._shrink(n),this.sort(),this.items=this.items.filter(function(t){return!n.includes(t)}),this._updateItemCount(),this.once(r.EventType.LAYOUT,function(){e._disposeItems(n),i.forEach(function(t){t.parentNode.removeChild(t)}),e._dispatch(r.EventType.REMOVED,{collection:i})})}}},{key:"getItemByElement",value:function(t){return this.items.find(function(e){return e.element===t})}},{key:"resetItems",value:function(){var t=this;this._disposeItems(this.items),this.isInitialized=!1,this.items=this._getItems(),this._initItems(this.items),this.once(r.EventType.LAYOUT,function(){t.setItemTransitions(t.items),t.isInitialized=!0}),this.filter(this.lastFilter)}},{key:"destroy",value:function(){this._cancelMovement(),window.removeEventListener("resize",this._onResize),this.element.classList.remove("shuffle"),this.element.removeAttribute("style"),this._disposeItems(this.items),this.items.length=0,this._transitions.length=0,this.options.sizer=null,this.element=null,this.isDestroyed=!0,this.isEnabled=!1}}],[{key:"getSize",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=window.getComputedStyle(t,null),n=I(t,"width",i),s=I(t,"height",i);e&&(n+=I(t,"marginLeft",i)+I(t,"marginRight",i),s+=I(t,"marginTop",i)+I(t,"marginBottom",i));return{width:n,height:s}}},{key:"_skipTransitions",value:function(t,e){var i=t.map(function(t){var e=t.style,i=e.transitionDuration,n=e.transitionDelay;return e.transitionDuration="0ms",e.transitionDelay="0ms",{duration:i,delay:n}});e(),t[0].offsetWidth,t.forEach(function(t,e){t.style.transitionDuration=i[e].duration,t.style.transitionDelay=i[e].delay})}}]),r}();return N.ShuffleItem=g,N.ALL_ITEMS="all",N.FILTER_ATTRIBUTE_KEY="groups",N.EventType={LAYOUT:"shuffle:layout",REMOVED:"shuffle:removed"},N.Classes=v,N.FilterMode={ANY:"any",ALL:"all"},N.options={group:N.ALL_ITEMS,speed:250,easing:"cubic-bezier(0.4, 0.0, 0.2, 1)",itemSelector:"*",sizer:null,gutterWidth:0,columnWidth:0,delimiter:null,buffer:0,columnThreshold:.01,initialSort:null,throttle:f,throttleTime:300,staggerAmount:15,staggerAmountMax:150,useTransforms:!0,filterMode:N.FilterMode.ANY,isCentered:!1,roundTransforms:!0},N.Point=m,N.Rect=p,N.__sorter=S,N.__getColumnSpan=z,N.__getAvailablePositions=M,N.__getShortColumn=A,N.__getCenteredPositions=F,N}); \ No newline at end of file diff --git a/source/plugins/slick/ajax-loader.gif b/source/plugins/slick/ajax-loader.gif new file mode 100644 index 0000000..e0e6e97 Binary files /dev/null and b/source/plugins/slick/ajax-loader.gif differ diff --git a/source/plugins/slick/fonts/slick.eot b/source/plugins/slick/fonts/slick.eot new file mode 100644 index 0000000..2cbab9c Binary files /dev/null and b/source/plugins/slick/fonts/slick.eot differ diff --git a/source/plugins/slick/fonts/slick.svg b/source/plugins/slick/fonts/slick.svg new file mode 100644 index 0000000..b36a66a --- /dev/null +++ b/source/plugins/slick/fonts/slick.svg @@ -0,0 +1,14 @@ + + + +Generated by Fontastic.me + + + + + + + + + + diff --git a/source/plugins/slick/fonts/slick.ttf b/source/plugins/slick/fonts/slick.ttf new file mode 100644 index 0000000..9d03461 Binary files /dev/null and b/source/plugins/slick/fonts/slick.ttf differ diff --git a/source/plugins/slick/fonts/slick.woff b/source/plugins/slick/fonts/slick.woff new file mode 100644 index 0000000..8ee9972 Binary files /dev/null and b/source/plugins/slick/fonts/slick.woff differ diff --git a/source/plugins/slick/slick-theme.css b/source/plugins/slick/slick-theme.css new file mode 100644 index 0000000..1232fca --- /dev/null +++ b/source/plugins/slick/slick-theme.css @@ -0,0 +1,204 @@ +@charset 'UTF-8'; +/* Slider */ +.slick-loading .slick-list +{ + background: #fff url('./ajax-loader.gif') center center no-repeat; +} + +/* Icons */ +@font-face +{ + font-family: 'slick'; + font-weight: normal; + font-style: normal; + + src: url('./fonts/slick.eot'); + src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); +} +/* Arrows */ +.slick-prev, +.slick-next +{ + font-size: 0; + line-height: 0; + + position: absolute; + top: 50%; + + display: block; + + width: 20px; + height: 20px; + padding: 0; + -webkit-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + transform: translate(0, -50%); + + cursor: pointer; + + color: transparent; + border: none; + outline: none; + background: transparent; +} +.slick-prev:hover, +.slick-prev:focus, +.slick-next:hover, +.slick-next:focus +{ + color: transparent; + outline: none; + background: transparent; +} +.slick-prev:hover:before, +.slick-prev:focus:before, +.slick-next:hover:before, +.slick-next:focus:before +{ + opacity: 1; +} +.slick-prev.slick-disabled:before, +.slick-next.slick-disabled:before +{ + opacity: .25; +} + +.slick-prev:before, +.slick-next:before +{ + font-family: 'slick'; + font-size: 20px; + line-height: 1; + + opacity: .75; + color: white; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.slick-prev +{ + left: -25px; +} +[dir='rtl'] .slick-prev +{ + right: -25px; + left: auto; +} +.slick-prev:before +{ + content: '←'; +} +[dir='rtl'] .slick-prev:before +{ + content: 'β†’'; +} + +.slick-next +{ + right: -25px; +} +[dir='rtl'] .slick-next +{ + right: auto; + left: -25px; +} +.slick-next:before +{ + content: 'β†’'; +} +[dir='rtl'] .slick-next:before +{ + content: '←'; +} + +/* Dots */ +.slick-dotted.slick-slider +{ + margin-bottom: 30px; +} + +.slick-dots +{ + position: absolute; + bottom: -25px; + + display: block; + + width: 100%; + padding: 0; + margin: 0; + + list-style: none; + + text-align: center; +} +.slick-dots li +{ + position: relative; + + display: inline-block; + + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + + cursor: pointer; +} +.slick-dots li button +{ + font-size: 0; + line-height: 0; + + display: block; + + width: 20px; + height: 20px; + padding: 5px; + + cursor: pointer; + + color: transparent; + border: 0; + outline: none; + background: transparent; +} +.slick-dots li button:hover, +.slick-dots li button:focus +{ + outline: none; +} +.slick-dots li button:hover:before, +.slick-dots li button:focus:before +{ + opacity: 1; +} +.slick-dots li button:before +{ + font-family: 'slick'; + font-size: 6px; + line-height: 20px; + + position: absolute; + top: 0; + left: 0; + + width: 20px; + height: 20px; + + content: 'β€’'; + text-align: center; + + opacity: .25; + color: black; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.slick-dots li.slick-active button:before +{ + opacity: .75; + color: black; +} diff --git a/source/plugins/slick/slick.css b/source/plugins/slick/slick.css new file mode 100644 index 0000000..57477e8 --- /dev/null +++ b/source/plugins/slick/slick.css @@ -0,0 +1,119 @@ +/* Slider */ +.slick-slider +{ + position: relative; + + display: block; + box-sizing: border-box; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + -webkit-touch-callout: none; + -khtml-user-select: none; + -ms-touch-action: pan-y; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list +{ + position: relative; + + display: block; + overflow: hidden; + + margin: 0; + padding: 0; +} +.slick-list:focus +{ + outline: none; +} +.slick-list.dragging +{ + cursor: pointer; + cursor: hand; +} + +.slick-slider .slick-track, +.slick-slider .slick-list +{ + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.slick-track +{ + position: relative; + top: 0; + left: 0; + + display: block; + margin-left: auto; + margin-right: auto; +} +.slick-track:before, +.slick-track:after +{ + display: table; + + content: ''; +} +.slick-track:after +{ + clear: both; +} +.slick-loading .slick-track +{ + visibility: hidden; +} + +.slick-slide +{ + display: none; + float: left; + + height: 100%; + min-height: 1px; +} +[dir='rtl'] .slick-slide +{ + float: right; +} +.slick-slide img +{ + display: block; +} +.slick-slide.slick-loading img +{ + display: none; +} +.slick-slide.dragging img +{ + pointer-events: none; +} +.slick-initialized .slick-slide +{ + display: block; +} +.slick-loading .slick-slide +{ + visibility: hidden; +} +.slick-vertical .slick-slide +{ + display: block; + + height: auto; + + border: 1px solid transparent; +} +.slick-arrow.slick-hidden { + display: none; +} diff --git a/source/plugins/slick/slick.min.js b/source/plugins/slick/slick.min.js new file mode 100644 index 0000000..42172c2 --- /dev/null +++ b/source/plugins/slick/slick.min.js @@ -0,0 +1 @@ +!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(i){"use strict";var e=window.Slick||{};(e=function(){var e=0;return function(t,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(t),appendDots:i(t),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i(' + +
+ + + + + + + +
+
+
+
+
+

Error Page

+
+ +
+
+
+
+ + + + + + +
+
+
+
+
+ 404 +

Oops!... Page Not Found.

+ Go to home +
+
+
+
+
+ + + + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/FAQ.html b/theme/FAQ.html new file mode 100644 index 0000000..4125763 --- /dev/null +++ b/theme/FAQ.html @@ -0,0 +1,491 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

FAQS

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

Our FAQ

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore magna

+
+
+
+
+
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+
+
+
+
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+ +
+ + + +
+
+ Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. +
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/about-us.html b/theme/about-us.html new file mode 100644 index 0000000..025af49 --- /dev/null +++ b/theme/about-us.html @@ -0,0 +1,606 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

About Us

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

About The Eventre

+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud exercitation ullamco. +

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmtempor incididunt ut labore et dolore magna aliq enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.

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

Who Speaking?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

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

What People Say?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti aliquid vero harum rerum voluptates, ab, ullam.

+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Espen Brunberg

+ +

Web Developer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Kaite Stricker

+ +

Designer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Adam Smith

+ +

Web Developer

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/contact.html b/theme/contact.html new file mode 100644 index 0000000..b737c34 --- /dev/null +++ b/theme/contact.html @@ -0,0 +1,289 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Contact Us

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

Get in Touch

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores, velit.

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/css/style.css b/theme/css/style.css new file mode 100644 index 0000000..1432acf --- /dev/null +++ b/theme/css/style.css @@ -0,0 +1,3745 @@ +/* +THEME: Eventre - Event and Conference Template +VERSION: 1.0.0 +AUTHOR: Themefisher + +HOMEPAGE: https://themefisher.com/products/eventre-event-conference-website-template/ +DEMO: https://demo.themefisher.com/eventre/ +GITHUB: https://github.com/themefisher/Eventre-Event-Conference-Template/ + +WEBSITE: https://themefisher.com +TWITTER: https://twitter.com/themefisher +FACEBOOK: https://www.facebook.com/themefisher +*/ +/*=== MEDIA QUERY ===*/ +@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700"); +html { + font-size: 16px; +} + +body { + font-family: "Roboto", sans-serif; + -webkit-font-smoothing: antialiased; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Montserrat", sans-serif; + color: #222222; + font-weight: 600; +} + +h1 { + font-size: 2.8rem; +} + +h2 { + font-size: 2.5rem; +} + +h3 { + font-size: 2.25rem; +} + +h4 { + font-size: 1.6875rem; +} + +h5 { + font-size: 1.375rem; +} + +h6 { + font-size: 1.25rem; +} + +p, a, li, blockquote, label { + font-size: 1rem; + line-height: 26px; + color: #848484; + margin-bottom: 0; +} + +.form-control::-webkit-input-placeholder { + color: #b3b3b3; + font-size: 0.9375rem; +} + +ul.social-links { + margin-bottom: 0; +} + +ul.social-links li:first-child a { + padding-left: 0; +} + +ul.social-links li a { + padding: 0 15px; + display: block; +} + +ul.social-links li a i { + font-size: 20px; + color: #222222; +} + +.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover { + box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); +} + +.border-bottom { + border-bottom: 1px solid #e5e5e5; +} + +.overlay:before { + content: ''; + background: url(../images/background/objects.png) no-repeat; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.overlay:after { + content: ''; + background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%); + opacity: .25; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.overlay-lighter:before { + content: ''; + background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%); + opacity: .20; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.text-overlay:after { + content: 'CONFERENCE'; + font-family: "Montserrat", sans-serif; + font-weight: 600; + font-size: 215px; + width: 100%; + height: 300px; + background-position: center center; + position: absolute; + top: 40%; + left: 50%; + opacity: .05; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); +} + +@media (max-width: 767px) { + .text-overlay:after { + font-size: 100px; + } +} + +@media (max-width: 575px) { + .text-overlay:after { + font-size: 70px; + } +} + +.overlay-primary:before { + content: ''; + background: rgba(255, 102, 0, 0.93); + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.overlay-dark:before { + content: ''; + background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%); + opacity: .75; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.overlay-white:before { + content: ''; + background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, #f7f7f7 100%); + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.overlay-white-slant:before { + content: ''; + width: 100%; + margin-left: -45%; + background: white; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + -webkit-transform: skewX(-20deg); + transform: skewX(-20deg); +} + +@media (max-width: 767px) { + .overlay-white-slant:before { + content: none; + } +} + +span.alternate { + color: #ff6600; + font-style: italic; + font-weight: 400; +} + +a { + transition: 0.2s ease; +} + +a:focus, a:hover { + color: #ff6600; + text-decoration: none; +} + +button:hover { + cursor: pointer; +} + +.bg-gray { + background: #fafafa; +} + +.bg-blue { + background: #ff6600; +} + +.bg-banner-one { + background: url(../images/background/homepage-one-banner.jpg) no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-banner-two { + background: url(../images/background/banner-bg-two.jpg) no-repeat; + background-size: cover; + background-position: right center; +} + +@media (max-width: 767px) { + .bg-banner-two { + background-position: center center; + } +} + +.bg-about { + background: url(../images/background/pattern-background.jpg) no-repeat; + background-size: cover; +} + +.bg-speaker { + background: url(../images/background/spaeker-background.jpg) fixed no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-timer { + background: url(../images/background/timer-bg.jpg) no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-schedule { + background: url(../images/background/schedule-bg.png) no-repeat; + background-size: cover; +} + +.bg-service { + background: url(../images/background/feature-background.jpg) no-repeat; + background-size: cover; +} + +.bg-registration { + background: url(../images/background/registration-background.jpg) no-repeat; + background-size: cover; +} + +.bg-registration-two { + background: url(../images/background/bg-registration-two.jpg) no-repeat; + background-size: cover; +} + +.bg-ticket { + background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-sponsors { + background: url(../images/background/sponsors-bg.jpg) fixed no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-subscribe { + background: url(../images/background/newsletter-bg.jpg) fixed no-repeat; + background-size: cover; + background-position: center center; +} + +.bg-title { + background: url(../images/background/page-title-bg.jpg) no-repeat; + background-size: cover; + background-position: center center; +} + +.section { + padding: 90px 0; +} + +.border-less { + border-bottom: 1px solid #e5e5e5; +} + +.section-title { + margin-top: 25px; + text-align: center; + margin-bottom: 40px; +} + +.section-title h3 { + margin-bottom: 20px; +} + +.section-title.white h3, .section-title.white p { + color: #fff; +} + +.mt-20 { + margin-top: 20px; +} + +.mt-30 { + margin-top: 30px; +} + +.mb-20 { + margin-bottom: 20px; +} + +.page-title { + text-align: center; +} + +.video { + position: relative; +} + +.video:before { + border-radius: 3px; +} + +.video img { + width: 100%; + border-radius: 8px; +} + +.video .video-button { + position: absolute; + left: 0; + top: 0; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; +} + +.video .video-box a { + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +.video .video-box a i { + height: 125px; + width: 125px; + font-size: 40px; + background: #ff6600; + border-radius: 100%; + color: #fff; + line-height: 125px; + text-align: center; +} + +.video .video-box a iframe { + width: 100%; + height: 100%; +} + +.form-control { + background: transparent; + border: 1px solid #b3b3b3; + border-radius: 0; + font-size: 0.9375rem; + padding: 15px 20px; + height: 48px; + margin-bottom: 20px; + color: #b3b3b3; +} + +.form-control:focus { + border: 1px solid #ff6600; + box-shadow: none; +} + +.form-control.white { + background: #fff; + color: #222222; +} + +select.form-control:not([size]):not([multiple]) { + height: 100%; +} + +.left { + overflow: hidden; +} + +.left img { + margin-left: -40px; +} + +@media (max-width: 767px) { + .left img { + margin-left: 0; + margin-bottom: 30px; + } +} + +.right { + overflow: hidden; +} + +.right img { + margin-left: 40px; +} + +@media (max-width: 767px) { + .right img { + margin-left: 0; + } +} + +.hide-overflow { + overflow: hidden; +} + +.mfp-with-zoom .mfp-container, +.mfp-with-zoom.mfp-bg { + opacity: 0; + /* ideally, transition speed should match zoom duration */ + 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; +} + +.border-top { + border-top: 1px solid; +} + +.slick-slide:focus { + outline: 0; +} + +.btn { + text-transform: uppercase; + font-family: "Montserrat", sans-serif; + transition: all .3s ease; +} + +.btn-main { + padding: 25px 45px; + border-radius: 3px; + background: #ff6600; + color: #fff; + outline: none; +} + +.btn-main:hover { + color: #fff; +} + +.btn-main:focus { + color: #fff; + box-shadow: none; +} + +.btn-main-md { + padding: 15px 40px; + border-radius: 0; + background: #ff6600; + color: #fff; + outline: none; + font-size: 0.9375rem; +} + +.btn-main-md:hover { + color: #fff; + background: #e65c00; +} + +.btn-main-md:focus { + color: #fff; + box-shadow: none; +} + +.btn-transparent-md { + padding: 15px 40px; + background: transparent; + outline: none; + font-size: 0.9375rem; + color: #222222; + border: 1px solid #e5e5e5; + border-radius: 0; +} + +.btn-transparent-md:hover { + background: #ff6600; + border-color: #ff6600; + color: #fff; +} + +.btn-main-sm { + padding: 15px 35px; + border-radius: 3px; + background: #ff6600; + color: #fff; + outline: none; + font-size: 14px; +} + +.btn-main-sm:hover { + color: #fff; +} + +.btn-main-sm:focus { + color: #fff; + box-shadow: none; +} + +.btn-white-md { + background: #fff; + color: #222222; + padding: 15px 40px; + border-radius: 0; +} + +.btn-white-md:hover { + background: #ff6600; + color: #fff; +} + +.btn-rounded-icon { + border-radius: 100px; + color: #fff; + border: 1px solid #fff; + padding: 13px 50px; +} + +.main-nav { + background: #fff; +} + +@media (max-width: 767px) { + .main-nav { + position: relative; + } +} + +.main-nav .navbar-brand { + padding: 35px 40px 35px 50px; + border-right: 1px solid #e5e5e5; +} + +@media (max-width: 1200px) { + .main-nav .navbar-brand { + padding: 20px 30px; + } +} + +@media (max-width: 767px) { + .main-nav .navbar-brand { + border-right: none; + } +} + +.main-nav .navbar-toggler { + font-size: 1.5rem; + margin-right: 15px; +} + +.main-nav .navbar-nav .nav-item { + position: relative; + font-family: "Roboto", sans-serif; +} + +.main-nav .navbar-nav .nav-item .nav-link { + position: relative; + text-align: center; + color: #222222; + padding-left: 5px; + padding-right: 17px; + padding-top: 1.2rem; + padding-bottom: 1.2rem; + font-size: 1.06rem; + font-family: "Montserrat", sans-serif; +} + +@media (max-width: 1352px) { + .main-nav .navbar-nav .nav-item .nav-link { + font-size: 0.86rem; + padding-right: 10px; + } +} + +@media (max-width: 1200px) { + .main-nav .navbar-nav .nav-item .nav-link { + padding-left: 4px; + padding-right: 10px; + } +} + +@media (max-width: 991px) { + .main-nav .navbar-nav .nav-item .nav-link { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} + +.main-nav .navbar-nav .nav-item .nav-link span { + color: #222222; + margin-left: 16px; +} + +@media (max-width: 1200px) { + .main-nav .navbar-nav .nav-item .nav-link span { + margin-left: 14px; + } +} + +@media (max-width: 1024px) { + .main-nav .navbar-nav .nav-item .nav-link span { + margin-left: 10px; + } +} + +@media (max-width: 991px) { + .main-nav .navbar-nav .nav-item .nav-link span { + display: none; + } +} + +.main-nav .navbar-nav .nav-item:hover .nav-link, .main-nav .navbar-nav .nav-item.active .nav-link { + color: #ff6600; +} + +.main-nav .dropdown { + position: relative; +} + +.main-nav .dropdown .open > a, +.main-nav .dropdown .open > a:focus, +.main-nav .dropdown .open > a:hover { + background: transparent; +} + +.main-nav .dropdown.full-width .dropdown-menu { + left: 0 !important; + right: 0 !important; +} + +.main-nav .dropdown .dropdown-menu { + min-width: 220px; + margin: 0; + padding: 0; + border-radius: 0; + border: 0; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); +} + +.main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item { + border-bottom: 1px solid #e5e5e5; +} + +@media (max-width: 991px) { + .main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item { + border: 0; + } +} + +.main-nav .dropdown .dropdown-menu .dropdown-item { + font-size: 15px; + padding: 10px 16px; + transition: .3s ease; +} + +.main-nav .dropdown .dropdown-menu .dropdown-item:hover { + background: #fff; + color: #ff6600; +} + +@media (max-width: 991px) { + .main-nav .dropdown .dropdown-menu { + -webkit-transform: none; + transform: none; + left: auto; + position: relative; + text-align: center; + opacity: 1; + visibility: visible; + background: #f3f3f3; + } +} + +@media (min-width: 992px) { + .main-nav .dropdown .dropdown-menu { + transition: .3s all; + position: absolute; + display: block; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(30px); + transform: translateY(30px); + } + .main-nav .dropdown:hover > .dropdown-menu { + border-top: 3px solid #ff6600; + opacity: 1; + display: block; + visibility: visible; + color: #777; + -webkit-transform: translateY(0); + transform: translateY(0); + } + .main-nav .dropdown .dropleft .dropdown-menu { + right: 100%; + } +} + +.main-nav .dropleft .dropdown-menu, +.main-nav .dropright .dropdown-menu { + margin: 0; +} + +.main-nav .dropleft .dropdown-menu { + right: 0; +} + +.main-nav .dropleft .dropdown-toggle::before, +.main-nav .dropright .dropdown-toggle::after { + font-weight: bold; + font-family: 'FontAwesome'; + border: 0; + font-size: 14px; + vertical-align: 1px; +} + +.main-nav .dropleft .dropdown-toggle::before { + content: "\f104"; + margin-right: 7px; +} + +.main-nav .dropright .dropdown-toggle::after { + content: "\f105"; + margin-left: 7px; +} + +.main-nav .dropdown-submenu:hover > .dropdown-toggle, +.main-nav .dropdown-submenu.active > .dropdown-toggle { + color: #ff6600; +} + +.main-nav .ticket { + background: #ff6600; + display: block; + padding: 34px 32px; +} + +@media (max-width: 1352px) { + .main-nav .ticket { + padding: 34px 26px; + } +} + +@media (max-width: 1200px) { + .main-nav .ticket { + padding: 23px 26px; + } +} + +@media (max-width: 991px) { + .main-nav .ticket { + text-align: center; + } +} + +.main-nav .ticket img { + margin-right: 25px; +} + +@media (max-width: 1200px) { + .main-nav .ticket img { + display: none; + } +} + +.main-nav .ticket span { + color: #fff; + font-size: 1.125rem; + text-transform: uppercase; + font-family: "Montserrat", sans-serif; + border-left: 1px solid #ffa366; + padding-left: 24px; +} + +@media (max-width: 1200px) { + .main-nav .ticket span { + padding-left: 0; + font-size: 1rem; + border-left: none; + } +} + +.navbar-toggler:focus, +.navbar-toggler:hover { + outline: none; +} + +.page-title { + position: relative; + padding: 165px 0 65px; +} + +@media (max-width: 1200px) { + .page-title { + padding: 140px 0 65px; + } +} + +@media (max-width: 767px) { + .page-title { + padding: 65px 0; + } +} + +.page-title h3, .page-title li, .page-title a { + color: #fff; +} + +.page-title .title h3 { + font-weight: 500; + text-transform: uppercase; +} + +.page-title .breadcrumb { + background: transparent; +} + +.page-title .breadcrumb .breadcrumb-item { + float: none; + display: inline-block; + text-transform: uppercase; +} + +.page-title .breadcrumb .breadcrumb-item.active { + color: #fff; +} + +.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before { + content: "\f105"; + font-family: FontAwesome; + color: #fff; +} + +.footer-main { + background: #272735; + padding: 90px 0; +} + +@media (max-width: 767px) { + .footer-main { + padding: 50px 0; + } +} + +.footer-main .block img { + margin-bottom: 60px; +} + +.footer-main .block ul.social-links-footer { + margin-bottom: 0; +} + +.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) { + margin-right: 20px; +} + +@media (max-width: 575px) { + .footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) { + margin-right: 5px; + } +} + +.footer-main .block ul.social-links-footer li a { + display: block; + height: 50px; + width: 50px; + text-align: center; + background: #fff; +} + +.footer-main .block ul.social-links-footer li a i { + line-height: 50px; +} + +.footer-main .block ul.social-links-footer li a:hover { + background: #ff6600; +} + +.footer-main .block ul.social-links-footer li a:hover i { + color: #fff; +} + +.subfooter { + background: #2a2a37; + padding: 18px 0; +} + +.subfooter .copyright-text p { + font-family: "Montserrat", sans-serif; +} + +.subfooter .copyright-text p a { + color: #ff6600; +} + +@media (max-width: 767px) { + .subfooter .copyright-text { + text-align: center; + } +} + +.subfooter .to-top { + display: block; + height: 45px; + width: 45px; + text-align: center; + background: #ff6600; + float: right; +} + +.subfooter .to-top i { + font-size: 1.5rem; + color: #fff; + line-height: 45px; +} + +@media (max-width: 767px) { + .subfooter .to-top { + float: none; + margin: auto; + margin-top: 30px; + } +} + +.cta-ticket { + position: relative; +} + +.cta-ticket .content-block { + padding: 100px 0; +} + +.cta-ticket .content-block h2 { + color: #fff; + text-transform: uppercase; + font-weight: 400; + margin-bottom: 15px; +} + +.cta-ticket .content-block p { + color: #e6e6e6; + margin-bottom: 45px; +} + +.cta-ticket .image-block { + position: absolute; + right: 5%; + bottom: 0; +} + +@media (max-width: 767px) { + .cta-ticket .image-block { + display: none; + } +} + +.cta-subscribe { + position: relative; +} + +.cta-subscribe .content { + padding: 70px 0; +} + +.cta-subscribe .content h3, .cta-subscribe .content p { + color: #fff; +} + +.cta-subscribe .content h3 { + font-weight: 500; +} + +.cta-subscribe .content p { + font-size: 0.9375rem; +} + +.cta-subscribe .subscribe-button button { + cursor: pointer; +} + +@media (max-width: 767px) { + .cta-subscribe .subscribe-button { + margin-bottom: 30px; + } +} + +.banner { + padding: 250px 0 150px; + position: relative; +} + +@media (max-width: 1024px) { + .banner { + padding: 100px 0; + } +} + +.banner .block { + position: relative; + z-index: 10; +} + +.banner .block .timer .syotimer-cell { + margin-right: 25px; + margin-bottom: 33px; + display: inline-block; +} + +@media (max-width: 575px) { + .banner .block .timer .syotimer-cell { + margin-right: 10px; + margin-bottom: 20px; + } +} + +.banner .block .timer .syotimer-cell .syotimer-cell__value { + min-width: 80px; + font-family: "Montserrat", sans-serif; + font-size: 35px; + line-height: 77px; + text-align: center; + position: relative; + font-weight: bold; + color: #fff; + border: 2px solid #7c7491; + margin-bottom: 8px; + border-radius: 100%; + box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1); +} + +@media (max-width: 575px) { + .banner .block .timer .syotimer-cell .syotimer-cell__value { + font-size: 30px; + } +} + +@media (max-width: 400px) { + .banner .block .timer .syotimer-cell .syotimer-cell__value { + min-width: 65px; + line-height: 61px; + font-size: 25px; + } +} + +.banner .block .timer .syotimer-cell .syotimer-cell__unit { + text-align: center; + font-size: 1rem; + text-transform: lowercase; + font-weight: normal; + color: #fff; + font-family: "Montserrat", sans-serif; +} + +.banner .block h1 { + text-transform: uppercase; + font-size: 5.5rem; + color: #ff6600; + font-weight: 500; + margin-bottom: 5px; + text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1); +} + +@media (max-width: 767px) { + .banner .block h1 { + font-size: 4rem; + } +} + +@media (max-width: 400px) { + .banner .block h1 { + font-size: 3rem; + } +} + +.banner .block h2 { + text-transform: uppercase; + font-size: 4.625rem; + color: #fff; + font-weight: 400; + text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1); + font-style: italic; +} + +@media (max-width: 767px) { + .banner .block h2 { + font-size: 3.2rem; + } +} + +@media (max-width: 400px) { + .banner .block h2 { + font-size: 2.3rem; + } +} + +.banner .block h6 { + color: #fff; + font-weight: 400; + margin-bottom: 50px; +} + +.banner-two { + padding: 250px 0 150px; + position: relative; + overflow: hidden; +} + +.banner-two .block h1 { + color: #ff6600; + font-size: 88px; +} + +@media (max-width: 575px) { + .banner-two .block h1 { + font-size: 40px; + } +} + +.banner-two .block h2 { + font-weight: 400; + text-transform: uppercase; + font-size: 74px; + margin-bottom: 10px; +} + +@media (max-width: 575px) { + .banner-two .block h2 { + font-size: 35px; + } +} + +.banner-two .block h3 { + font-size: 74px; +} + +@media (max-width: 575px) { + .banner-two .block h3 { + font-size: 35px; + } +} + +.banner-two .block h6 { + margin-top: 48px; + font-weight: 400; + margin-bottom: 60px; +} + +@media (max-width: 575px) { + .banner-two .block h6 { + margin-top: 30px; + } +} + +.about .image-block { + padding: 30px; +} + +.about .image-block img { + border-radius: 100%; + box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15); +} + +@media (max-width: 767px) { + .about .image-block { + margin-bottom: 30px; + text-align: center; + } +} + +.about .image-block.two { + padding: 0; + margin-top: 30px; +} + +.about .image-block.two img { + border-radius: 0; + -webkit-transform: translate(30px, -30px); + transform: translate(30px, -30px); +} + +@media (max-width: 767px) { + .about .image-block.two img { + -webkit-transform: translate(0, -30px); + transform: translate(0, -30px); + } +} + +.about .content-block { + margin-left: 15px; +} + +@media (max-width: 767px) { + .about .content-block { + text-align: center; + } +} + +.about .content-block h2 { + margin-bottom: 35px; +} + +.about .content-block h2:after { + content: ""; + width: 60px; + height: 3px; + background: #ff6600; + display: block; + margin-top: 10px; +} + +@media (max-width: 767px) { + .about .content-block h2:after { + margin: auto; + } +} + +.about .content-block .description-one { + margin-bottom: 20px; +} + +.about .content-block .description-one p { + color: #222222; + font-size: 1.0625rem; +} + +.about .content-block .description-two { + margin-bottom: 30px; +} + +.about .content-block .description-two p { + font-size: 0.9375em; +} + +@media (max-width: 575px) { + .about .content-block ul.list-inline .list-inline-item { + display: block; + } +} + +.about .content-block .list-inline-item:not(:last-child) { + margin-right: 20px; +} + +@media (max-width: 991px) { + .about .content-block .list-inline-item:not(:last-child) { + margin-bottom: 10px; + } +} + +@media (max-width: 575px) { + .about .content-block .list-inline-item:not(:last-child) { + margin-right: 0; + } +} + +.speakers { + position: relative; +} + +.speakers.white .speaker-item { + background: #fff; + border: 1px solid #e5e5e5; +} + +.speakers .speaker-item { + background: #eae9ec; + padding: 7px; + margin-bottom: 30px; +} + +.speakers .speaker-item .image { + margin-bottom: 16px; + position: relative; + overflow: hidden; +} + +@media (max-width: 575px) { + .speakers .speaker-item .image img { + width: 100% !important; + } +} + +.speakers .speaker-item .image .primary-overlay { + position: absolute; + top: 100%; + left: 0; + width: 100%; + height: 100%; + background: #ff6600; + opacity: .85; + transition: .3s ease; +} + +.speakers .speaker-item .image .socials { + position: absolute; + top: 100%; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; + transition: .4s ease; +} + +.speakers .speaker-item .image .socials ul { + width: 50%; +} + +@media (max-width: 1200px) { + .speakers .speaker-item .image .socials ul { + width: 100%; + text-align: center; + padding: 0 20px; + } +} + +.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) { + margin-right: 7px; + margin-bottom: 10px; +} + +@media (max-width: 1200px) { + .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) { + margin-right: 5px; + margin-left: 5px; + } +} + +@media (max-width: 1200px) { + .speakers .speaker-item .image .socials ul li.list-inline-item:last-child { + margin-right: 5px; + margin-left: 5px; + } +} + +.speakers .speaker-item .image .socials ul li a { + display: block; + height: 50px; + width: 50px; + text-align: center; + border: 1px solid #fff; +} + +.speakers .speaker-item .image .socials ul li a i { + font-size: .9375rem; + color: #fff; + line-height: 50px; +} + +.speakers .speaker-item .image .socials ul li a:hover { + background: #fff; +} + +.speakers .speaker-item .image .socials ul li a:hover i { + color: #222222; +} + +.speakers .speaker-item .image:hover .primary-overlay { + top: 0; +} + +.speakers .speaker-item .image:hover .socials { + top: 0; +} + +.speakers .speaker-item .content h5 a { + font-size: 22px; + color: #222222; + font-weight: 400; + margin-bottom: 0; +} + +.speakers .speaker-item .content h5 a:hover { + color: #ff6600; +} + +.speakers .speaker-item .content p { + font-size: 0.875rem; + margin-bottom: 5px; +} + +.schedule .schedule-tab { + display: flex; + justify-content: center; + margin-top: 14px; +} + +.schedule .schedule-tab ul li.nav-item { + margin-right: 10px; +} + +@media (max-width: 767px) { + .schedule .schedule-tab ul li.nav-item { + width: 100%; + margin-bottom: 10px; + } +} + +.schedule .schedule-tab ul li.nav-item a { + font-family: "Montserrat", sans-serif; + text-transform: uppercase; + font-size: 1.5rem; + color: #ff6600; + font-weight: 500; + display: block; + border-radius: 0; + border: 1px solid #e5e5e5; + padding: 20px 30px; +} + +.schedule .schedule-tab ul li.nav-item a span { + margin-top: 2px; + font-family: "Roboto", sans-serif; + display: block; + font-size: 1rem; + color: #848484; + font-weight: 400; +} + +.schedule .schedule-tab ul li.nav-item a.active { + background: #ff6600; + color: #fff; + position: relative; +} + +.schedule .schedule-tab ul li.nav-item a.active span { + color: #fff; +} + +.schedule .schedule-tab ul li.nav-item a.active:after { + content: ''; + position: absolute; + left: 0; + bottom: -20px; + width: 0; + height: 0; + border-style: solid; + border-width: 0 20px 20px 0; + border-color: transparent #ff6600 transparent transparent; +} + +@media (max-width: 767px) { + .schedule .schedule-tab ul li.nav-item a.active:after { + content: none; + } +} + +.schedule .schedule-contents { + margin-top: 30px; + margin-bottom: 30px; + padding: 30px; +} + +.schedule .schedule-contents .schedule-item ul { + margin-bottom: 0; +} + +.schedule .schedule-contents .schedule-item ul li { + list-style: none; +} + +.schedule .schedule-contents .schedule-item ul li div { + display: inline-block; +} + +.schedule .schedule-contents .schedule-item ul li .time { + width: 20%; +} + +@media (max-width: 767px) { + .schedule .schedule-contents .schedule-item ul li .time { + width: 37%; + } +} + +@media (max-width: 575px) { + .schedule .schedule-contents .schedule-item ul li .time { + width: 48%; + } +} + +.schedule .schedule-contents .schedule-item ul li .speaker { + width: 30%; +} + +@media (max-width: 991px) { + .schedule .schedule-contents .schedule-item ul li .speaker { + width: 50%; + } +} + +@media (max-width: 767px) { + .schedule .schedule-contents .schedule-item ul li .speaker { + width: 60%; + } +} + +@media (max-width: 575px) { + .schedule .schedule-contents .schedule-item ul li .speaker { + width: 50%; + } +} + +@media (max-width: 575px) { + .schedule .schedule-contents .schedule-item ul li .speaker img { + display: none; + } +} + +.schedule .schedule-contents .schedule-item ul li .subject { + width: 30%; +} + +@media (max-width: 1200px) { + .schedule .schedule-contents .schedule-item ul li .subject { + display: none; + } +} + +@media (max-width: 767px) { + .schedule .schedule-contents .schedule-item ul li .venue { + display: none; + } +} + +.schedule .schedule-contents .schedule-item li.headings { + padding: 22px 40px; + background: #ff6600; +} + +.schedule .schedule-contents .schedule-item li.headings div { + color: #fff; + text-transform: uppercase; + font-family: "Montserrat", sans-serif; +} + +.schedule .schedule-contents .schedule-item li.schedule-details { + border-bottom: 1px solid; + border-left: 1px solid; + border-right: 1px solid; + border-color: #e5e5e5; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block { + padding: 10px 40px; + background: #fff; + width: 100%; + transition: .2s ease-in; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block div { + color: #222222; + font-family: "Montserrat", sans-serif; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block div i { + font-size: 1.1875em; + color: #c7c8c9; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block div img { + border-radius: 100%; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time { + margin-left: 5px; +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { + margin-left: 20px; + transition: .2s ease-in; +} + +@media (max-width: 575px) { + .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name { + margin-left: 0; + } +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block:hover { + box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); + -webkit-transform: scale(1.01); + transform: scale(1.01); +} + +.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name { + color: #ff6600; +} + +.schedule .download-button { + padding-top: 40px; + margin-bottom: 30px; +} + +.schedule.two .schedule-tab { + display: flex; + justify-content: center; + margin-top: 30px; +} + +.schedule.two .schedule-tab ul li.nav-item { + margin-right: 0; + margin-bottom: 10px; +} + +@media (max-width: 991px) { + .schedule.two .schedule-tab ul li.nav-item { + margin-right: 10px; + } +} + +@media (max-width: 767px) { + .schedule.two .schedule-tab ul li.nav-item { + width: 100%; + margin-bottom: 10px; + margin-right: 0; + } +} + +.schedule.two .schedule-tab ul li.nav-item a { + font-family: "Montserrat", sans-serif; + text-transform: uppercase; + font-size: 20px; + color: #222222; + font-weight: 500; + display: block; + border-radius: 0; + border: 1px solid #e5e5e5; + padding: 20px 30px; +} + +.schedule.two .schedule-tab ul li.nav-item a span { + margin-top: 2px; + font-family: "Roboto", sans-serif; + display: block; + font-size: 14px; + color: #848484; + font-weight: 400; +} + +.schedule.two .schedule-tab ul li.nav-item a.active { + background: #ff6600; + color: #fff; + position: relative; +} + +.schedule.two .schedule-tab ul li.nav-item a.active span { + color: #fff; +} + +.schedule.two .schedule-tab ul li.nav-item a.active:after { + content: ''; + position: absolute; + left: 100%; + right: 0; + bottom: 0; + top: 50%; + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + width: 0; + height: 0; + border-style: solid; + border-width: 10px 0 10px 10px; + border-color: transparent transparent transparent #ff6600; +} + +@media (max-width: 991px) { + .schedule.two .schedule-tab ul li.nav-item a.active:after { + content: none; + } +} + +.schedule.two .schedule-contents { + margin-top: 30px; + margin-bottom: 30px; + padding: 0; +} + +.schedule.two .schedule-contents .schedule-item ul { + margin-bottom: 0; +} + +.schedule.two .schedule-contents .schedule-item ul li { + list-style: none; +} + +.schedule.two .schedule-contents .schedule-item ul li div { + display: inline-block; +} + +.schedule.two .schedule-contents .schedule-item ul li .time { + width: 20%; +} + +@media (max-width: 767px) { + .schedule.two .schedule-contents .schedule-item ul li .time { + width: 37%; + } +} + +@media (max-width: 575px) { + .schedule.two .schedule-contents .schedule-item ul li .time { + width: 48%; + } +} + +.schedule.two .schedule-contents .schedule-item ul li .speaker { + width: 30%; +} + +@media (max-width: 991px) { + .schedule.two .schedule-contents .schedule-item ul li .speaker { + width: 50%; + } +} + +@media (max-width: 767px) { + .schedule.two .schedule-contents .schedule-item ul li .speaker { + width: 60%; + } +} + +@media (max-width: 575px) { + .schedule.two .schedule-contents .schedule-item ul li .speaker { + width: 50%; + } +} + +.schedule.two .schedule-contents .schedule-item ul li .subject { + width: 30%; +} + +@media (max-width: 1200px) { + .schedule.two .schedule-contents .schedule-item ul li .subject { + display: none; + } +} + +.schedule.two .schedule-contents .schedule-item ul li .venue { + width: 18.6%; +} + +@media (max-width: 767px) { + .schedule.two .schedule-contents .schedule-item ul li .venue { + display: none; + } +} + +.schedule.two .schedule-contents .schedule-item li.headings { + padding: 25px 0; + background: #ff6600; +} + +.schedule.two .schedule-contents .schedule-item li.headings div { + color: #fff; + text-transform: uppercase; + font-family: "Montserrat", sans-serif; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) { + border-bottom: 1px solid #e5e5e5; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block { + text-align: center; + padding: 0; + background: #fff; + width: 100%; + transition: .2s ease-in; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div { + padding-top: 25px; + padding-bottom: 25px; + color: #222222; + font-family: "Montserrat", sans-serif; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i { + font-size: 1.1875em; + color: #c7c8c9; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img { + border-radius: 100%; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time { + margin-left: 0px; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { + margin-left: 0px; + transition: .2s ease-in; +} + +@media (max-width: 575px) { + .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name { + margin-left: 0; + } +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) { + border-right: 1px solid #e5e5e5; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) { + border-bottom: 1px solid #e5e5e5; +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover { + box-shadow: none; + -webkit-transform: scale(1); + transform: scale(1); +} + +.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name { + color: #ff6600; +} + +.ticket-feature { + overflow: hidden; +} + +.ticket-feature .block { + position: relative; + padding-top: 150px; + padding-bottom: 110px; +} + +.ticket-feature .block .section-title, .ticket-feature .block a { + position: relative; +} + +.ticket-feature .block .section-title h3 { + font-weight: 500; +} + +.ticket-feature .block .timer { + position: relative; + margin-top: 60px; + margin-bottom: 35px; +} + +.ticket-feature .block .timer .syotimer-cell { + margin-right: 25px; + margin-bottom: 33px; + display: inline-block; +} + +@media (max-width: 575px) { + .ticket-feature .block .timer .syotimer-cell { + margin-right: 10px; + margin-bottom: 20px; + } +} + +.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value { + min-width: 80px; + font-family: "Montserrat", sans-serif; + font-size: 35px; + height: 100px; + width: 100px; + line-height: 100px; + text-align: center; + position: relative; + font-weight: bold; + color: #fff; + border: 2px solid rgba(255, 255, 255, 0.35); + background-clip: content-box; + background: rgba(255, 255, 255, 0.26); + margin-bottom: 8px; + border-radius: 100%; +} + +@media (max-width: 575px) { + .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value { + font-size: 30px; + height: 80px; + width: 80px; + line-height: 80px; + } +} + +.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit { + text-align: center; + font-size: 1rem; + text-transform: lowercase; + font-weight: normal; + color: #fff; + font-family: "Montserrat", sans-serif; +} + +.ticket-feature .block-2 { + position: relative; + padding: 150px 10%; + height: 100%; + background: #ff6600; +} + +@media (max-width: 575px) { + .ticket-feature .block-2 { + padding: 50px 20px; + } +} + +.ticket-feature .block-2 [class*=col-]:first-child { + border-right: 1px solid #fc9552; + border-bottom: 1px solid #fc9552; +} + +.ticket-feature .block-2 [class*=col-]:nth-child(2) { + border-bottom: 1px solid #fc9552; +} + +.ticket-feature .block-2 [class*=col-]:nth-child(3) { + border-right: 1px solid #fc9552; +} + +.ticket-feature .block-2 .service-item { + padding: 30px; + text-align: center; +} + +.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 { + color: #fff; +} + +.ticket-feature .block-2 .service-item i { + font-size: 3.25rem; + margin-bottom: 20px; +} + +.ticket-feature .block-2 .service-item h5 { + font-family: "Roboto", sans-serif; + font-weight: 400; + text-transform: uppercase; +} + +@media (max-width: 575px) { + .ticket-feature .block-2 .service-item h5 { + font-size: 1rem; + } +} + +.ticket-feature .block-2:after { + content: ''; + position: absolute; + right: 100%; + bottom: 0; + top: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 1000px 300px; + border-color: transparent transparent #ff6600 transparent; +} + +@media (max-width: 1200px) { + .ticket-feature .block-2:after { + content: none; + } +} + +.registration { + overflow: hidden; +} + +.registration .service-block { + position: relative; + padding: 120px 10%; +} + +.registration .service-block [class*=col-]:first-child { + border-right: 1px solid #f69351; + border-bottom: 1px solid #f69351; +} + +.registration .service-block [class*=col-]:nth-child(2) { + border-bottom: 1px solid #f69351; +} + +.registration .service-block [class*=col-]:nth-child(3) { + border-right: 1px solid #f69351; +} + +.registration .service-block .service-item { + padding: 30px; + text-align: center; +} + +.registration .service-block .service-item i, .registration .service-block .service-item h5 { + color: #fff; +} + +.registration .service-block .service-item i { + font-size: 3.25rem; + margin-bottom: 20px; +} + +.registration .service-block .service-item h5 { + font-family: "Roboto", sans-serif; + font-weight: 400; + text-transform: uppercase; +} + +@media (max-width: 575px) { + .registration .service-block .service-item h5 { + font-size: 12px; + } +} + +.registration .registration-block { + position: relative; + height: 100%; + padding: 120px 10%; +} + +.registration .registration-block .block { + position: relative; + z-index: 9; +} + +.registration .registration-block .block .title { + margin-bottom: 35px; +} + +.registration .registration-block .block .title h3 { + color: #fff; + font-weight: 500; + margin-bottom: 10px; +} + +.registration .registration-block .block .title p { + color: #b3b3b3; + line-height: 1; +} + +.pricing .pricing-item { + border: 1px solid #e5e5e5; +} + +@media (max-width: 991px) { + .pricing .pricing-item { + margin-bottom: 30px; + } +} + +.pricing .pricing-item .pricing-heading { + padding: 20px 40px 30px 40px; + background: #fafafa; + border-bottom: 1px solid #e5e5e5; +} + +.pricing .pricing-item .pricing-heading .title h6 { + text-transform: uppercase; + font-weight: 400; + line-height: 50px; + border-bottom: 1px solid #e5e5e5; +} + +.pricing .pricing-item .pricing-heading .price { + margin-top: 28px; +} + +.pricing .pricing-item .pricing-heading .price h2 { + font-size: 3.625rem; + font-weight: 400; + margin-bottom: 0px; +} + +.pricing .pricing-item .pricing-heading .price h2 span { + font-size: 1.5625rem; +} + +.pricing .pricing-item .pricing-body { + padding: 45px 40px; +} + +.pricing .pricing-item .pricing-body ul.feature-list li { + list-style: none; +} + +.pricing .pricing-item .pricing-body ul.feature-list li p span { + margin-right: 15px; +} + +.pricing .pricing-item .pricing-body ul.feature-list li p span.available { + color: #ff6600; +} + +.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable { + color: #d2d2d2; +} + +.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) { + margin-bottom: 15px; +} + +.pricing .pricing-item .pricing-footer { + padding-bottom: 40px; +} + +.pricing .pricing-item.featured { + border: none; + box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); +} + +.pricing .pricing-item.featured .pricing-heading { + background: #ff6600; + border-bottom: 1px solid #ff6600; +} + +.pricing .pricing-item.featured .pricing-heading .title h6 { + color: #fff; + border-bottom: 1px solid #f69351; +} + +.pricing .pricing-item.featured .pricing-heading .price { + margin-top: 28px; +} + +.pricing .pricing-item.featured .pricing-heading .price h2 { + color: #fff; + font-size: 3.625rem; + margin-bottom: 0px; +} + +.pricing .pricing-item.featured .pricing-heading .price h2 span { + font-size: 1.5625rem; +} + +.pricing .pricing-item.featured .pricing-heading .price p { + color: #fff; +} + +.pricing.two .pricing-item { + border: 1px solid #e5e5e5; + overflow: hidden; +} + +@media (max-width: 991px) { + .pricing.two .pricing-item { + margin-bottom: 30px; + } +} + +.pricing.two .pricing-item .pricing-heading { + position: relative; + margin-bottom: 10px; +} + +.pricing.two .pricing-item .pricing-heading .title h6 { + position: relative; +} + +.pricing.two .pricing-item .pricing-heading .price { + position: relative; +} + +.pricing.two .pricing-item .pricing-heading:before { + content: ''; + position: absolute; + bottom: -25%; + left: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 64px 500px 0 0; + border-color: #fafafa transparent transparent transparent; +} + +@media (max-width: 991px) { + .pricing.two .pricing-item .pricing-heading:before { + content: none; + } +} + +.pricing.two .pricing-item .pricing-body { + padding: 70px 40px 45px; +} + +.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available { + color: #ff6600; +} + +.pricing.two .pricing-item.featured .pricing-heading:before { + border-color: #ff6600 transparent transparent transparent; +} + +.sponsors { + position: relative; +} + +.sponsors .sponsor-title { + margin-top: 10px; + margin-bottom: 30px; +} + +.sponsors .sponsor-title h5 { + color: #ff6600; +} + +.sponsors .block { + margin-bottom: 40px; +} + +.sponsors .block .list-inline-item:not(:last-child) { + margin-right: 15px; +} + +@media (max-width: 991px) { + .sponsors .block .list-inline-item:not(:last-child) { + margin-right: 7px; + margin-left: 7px; + } +} + +@media (max-width: 991px) { + .sponsors .block .list-inline-item:last-child { + margin-right: 7px; + margin-left: 7px; + } +} + +.sponsors .block .image-block { + padding: 45px 0; + background: #fff; + width: 244px; + cursor: pointer; + transition: all .3s ease; + border: 1px solid transparent; + margin-bottom: 10px; +} + +.sponsors .block .image-block img { + height: 55px; +} + +.sponsors .block .image-block:hover { + border: 1px solid #ff6600; +} + +.sponsors .sponsor-btn { + margin-top: 10px; + margin-bottom: 30px; +} + +.map { + position: relative; +} + +.map #map { + height: 480px; + color: white; +} + +.map .address-block { + position: absolute; + padding: 45px 50px 50px 50px; + top: 80px; + left: 10%; + background: #ff6600; +} + +@media (max-width: 575px) { + .map .address-block { + display: none; + } +} + +.map .address-block h4, .map .address-block li { + color: #fff; + margin-bottom: 20px; +} + +.map .address-block h4 { + font-size: 1.5rem; + font-weight: 400; +} + +.map .address-block ul.address-list li { + list-style: none; + margin-bottom: 10px; +} + +.map .address-block ul.address-list li i { + font-size: 1.125rem; +} + +.map .address-block ul.address-list li span { + margin-left: 15px; +} + +.map .address-block a { + margin-top: 35px; +} + +.map.new { + overflow: hidden; +} + +.map.new #map { + height: 640px; +} + +.map.new .address-block { + left: 60%; +} + +@media (max-width: 991px) { + .map.new .address-block { + left: 52%; + } +} + +@media (max-width: 767px) { + .map.new .address-block { + left: 5%; + } +} + +.map.new .register { + width: 50%; + position: absolute; + top: 0; + left: 0; + overflow: hidden; +} + +@media (max-width: 767px) { + .map.new .register { + width: 100%; + position: relative; + } +} + +.map.new .register .block { + padding: 130px 10%; +} + +.map.new .register .block .title { + position: relative; + margin-bottom: 65px; +} + +.map.new .register .block .title h3 { + color: #fff; + font-weight: 400; +} + +.map.new .register .block .title p { + color: #fff; +} + +.map.new .register .block .form-control, .map.new .register .block button { + margin-bottom: 40px; +} + +.feature .feature-content h2, .feature .feature-content p { + margin-bottom: 25px; +} + +@media (max-width: 767px) { + .feature .feature-content h2, .feature .feature-content p { + text-align: center; + } +} + +@media (max-width: 767px) { + .feature .testimonial { + text-align: center; + } +} + +.feature .testimonial p { + font-family: "Montserrat", sans-serif; + margin-bottom: 10px; + font-style: italic; + color: #242424; +} + +.feature .testimonial ul.meta li { + font-size: 12px; + margin-right: 10px; +} + +.feature .testimonial ul.meta li img { + height: 40px; + width: 40px; + border-radius: 100%; +} + +@media (max-width: 575px) { + .app-features .app-feature { + margin-bottom: 30px; + } +} + +.app-features .app-explore { + display: flex; + justify-content: center !important; + margin-bottom: 40px; +} + +.banner-full .image { + display: flex; + justify-content: center; +} + +.banner-full .image img { + height: 625px; +} + +@media (max-width: 767px) { + .banner-full .image { + margin-bottom: 30px; + } +} + +@media (max-width: 767px) { + .banner-full .block { + text-align: center; + } +} + +.banner-full .block .logo { + margin-bottom: 40px; +} + +.banner-full .block h1 { + margin-bottom: 40px; +} + +.banner-full .block p { + font-size: 20px; + margin-bottom: 50px; +} + +.banner-full .block .app { + margin-bottom: 20px; +} + +.video-promo { + padding: 150px 0; +} + +.video-promo .content-block { + width: 60%; + margin: 0 auto; + text-align: center; +} + +.video-promo .content-block h2 { + font-size: 30px; + color: #fff; +} + +.video-promo .content-block p { + margin-bottom: 30px; +} + +.video-promo .content-block a i.video { + height: 125px; + width: 125px; + background: #ff6600; + display: inline-block; + font-size: 40px; + color: #fff; + text-align: center; + line-height: 125px; + border-radius: 100%; +} + +.video-promo .content-block a:focus { + outline: 0; +} + +.testimonial .testimonial-slider .item { + padding-bottom: 10px; +} + +.testimonial .testimonial-slider .item .block { + padding: 40px; + text-align: center; + margin: 10px; + border-radius: 5px; +} + +.testimonial .testimonial-slider .item .block .image { + margin-top: 30px; + margin-bottom: 5px; + width: 100%; + display: flex; + justify-content: center; +} + +@media (max-width: 767px) { + .testimonial .testimonial-slider .item .block .image { + flex-grow: 1; + } +} + +.testimonial .testimonial-slider .item .block .image img { + height: 40px; + width: 40px; + border-radius: 100%; +} + +.testimonial .testimonial-slider .item .block p { + font-family: "Montserrat", sans-serif; + font-style: italic; + color: #888888; +} + +.testimonial .testimonial-slider .item .block cite { + font-style: normal; + font-size: 14px; + color: #161616; +} + +.testimonial .testimonial-slider .owl-dots .owl-dot:hover span { + background: #ff6600; +} + +.testimonial .testimonial-slider .owl-dots .owl-dot.active span { + background: #ff6600; +} + +.single-speaker .block { + padding-bottom: 70px; + border-bottom: 1px solid #e5e5e5; +} + +.single-speaker .block .image-block { + background: #fff; + border: 1px solid #e5e5e5; + padding: 6px; +} + +.single-speaker .block .image-block img { + width: 100%; +} + +@media (max-width: 767px) { + .single-speaker .block .image-block { + margin-bottom: 30px; + } +} + +.single-speaker .block .content-block .name h3 { + font-weight: 400; +} + +.single-speaker .block .content-block .profession { + margin-bottom: 20px; +} + +.single-speaker .block .content-block .profession p { + color: #ff6600; + font-size: 0.9375rem; +} + +.single-speaker .block .content-block .details { + margin-bottom: 35px; +} + +.single-speaker .block .content-block .details p { + font-size: 0.9375rem; +} + +.single-speaker .block .content-block .details p:not(:last-child) { + margin-bottom: 35px; +} + +.single-speaker .block .content-block .social-profiles h5 { + font-weight: 400; + margin-bottom: 25px; +} + +.single-speaker .block .content-block .social-profiles ul.social-list li a { + display: block; + height: 40px; + width: 40px; + background: #fff; + border: 1px solid #e5e5e5; + text-align: center; +} + +.single-speaker .block .content-block .social-profiles ul.social-list li a i { + line-height: 40px; +} + +.single-speaker .block .content-block .social-profiles ul.social-list li a:hover { + background: #ff6600; + border: 1px solid #ff6600; + color: #fff; +} + +.single-speaker .block-2 { + padding-top: 70px; + padding-bottom: 10px; +} + +.single-speaker .block-2 h3, +.single-speaker .block-2 p, +.single-speaker .block-2 li { + font-size: 0.9375rem; +} + +.single-speaker .block-2 .personal-info h5, +.single-speaker .block-2 .skills h5 { + font-weight: 400; + margin-bottom: 15px; +} + +.single-speaker .block-2 .personal-info p, +.single-speaker .block-2 .skills p { + margin-bottom: 15px; +} + +@media (max-width: 767px) { + .single-speaker .block-2 .personal-info { + margin-bottom: 30px; + } +} + +.single-speaker .block-2 .personal-info ul li { + position: relative; + list-style: none; + margin-left: 25px; +} + +.single-speaker .block-2 .personal-info ul li:not(:last-child) { + margin-bottom: 5px; +} + +.single-speaker .block-2 .personal-info ul li:before { + position: absolute; + left: -25px; + content: "\f10c"; + font-family: FontAwesome; + color: #ff6600; +} + +.single-speaker .block-2 .skills .skill-bar { + margin-bottom: 20px; +} + +.single-speaker .block-2 .skills .skill-bar p { + margin-bottom: 5px; +} + +.single-speaker .block-2 .skills .skill-bar .progress { + border-radius: 0; + overflow: visible; +} + +.single-speaker .block-2 .skills .skill-bar .progress .progress-bar { + background-color: #ff6600; +} + +.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span { + font-family: "Montserrat", sans-serif; + float: right; + color: white; +} + +.speakers-full-width { + overflow: hidden; +} + +.speakers-full-width .speaker-slider .speaker-image { + position: relative; + cursor: pointer; + overflow: hidden; +} + +.speakers-full-width .speaker-slider .speaker-image img { + width: 100%; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay { + position: absolute; + top: 100%; + left: 0; + width: 100%; + height: 100%; + background: #ff6600; + opacity: .85; + transition: .3s ease; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, +.speakers-full-width .speaker-slider .speaker-image .primary-overlay p, +.speakers-full-width .speaker-slider .speaker-image .primary-overlay i { + color: #fff; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, +.speakers-full-width .speaker-slider .speaker-image .primary-overlay p { + font-family: "Montserrat", sans-serif; + font-weight: 400; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 { + padding-top: 25%; + margin-bottom: 10px; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, +.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul, +.speakers-full-width .speaker-slider .speaker-image .primary-overlay p { + transition: .7s ease; + -webkit-transform: translate(0, 30px); + transform: translate(0, 30px); + opacity: 0; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay p { + margin-bottom: 10px; +} + +.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) { + margin-right: 10px; +} + +.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay { + top: 0; +} + +.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5, +.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p, +.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + opacity: 1; +} + +.speakers-full-width .speaker-slider .slick-prev { + left: 60px; +} + +@media (max-width: 767px) { + .speakers-full-width .speaker-slider .slick-prev { + left: 20px; + } +} + +.speakers-full-width .speaker-slider .slick-prev:before { + content: '\f104'; +} + +.speakers-full-width .speaker-slider .slick-next { + right: 60px; +} + +@media (max-width: 767px) { + .speakers-full-width .speaker-slider .slick-next { + right: 20px; + } +} + +.speakers-full-width .speaker-slider .slick-next:before { + content: '\f105'; +} + +.speakers-full-width .speaker-slider .slick-prev, +.speakers-full-width .speaker-slider .slick-next { + background: #fff; + width: 70px; + height: 70px; + border-radius: 100%; + z-index: 100; +} + +@media (max-width: 1024px) { + .speakers-full-width .speaker-slider .slick-prev, + .speakers-full-width .speaker-slider .slick-next { + height: 35px; + width: 35px; + } +} + +.speakers-full-width .speaker-slider .slick-prev:hover:before, +.speakers-full-width .speaker-slider .slick-next:hover:before { + color: #ff6600; +} + +.speakers-full-width .speaker-slider .slick-prev:before, +.speakers-full-width .speaker-slider .slick-next:before { + color: #ff6600; + font-family: FontAwesome; +} + +/* Controls +---------------------------------------------------------------------- */ +.controls { + text-align: center; + margin-bottom: 40px; +} + +.controls .btn { + background: transparent; + border: none; + cursor: pointer; + font-family: "Montserrat", sans-serif; + margin-right: 25px; +} + +@media (max-width: 767px) { + .controls .btn { + margin-right: 10px; + } +} + +.controls .btn.focus, .controls .btn:focus { + outline: 0; + box-shadow: none; +} + +.controls .btn:hover { + color: #ff6600; +} + +.mixitup-control-active { + color: #ff6600; +} + +/* Container +---------------------------------------------------------------------- */ +.gallery-wrapper { + /* Target Elements + ---------------------------------------------------------------------- */ + /* Grid Breakpoints + ---------------------------------------------------------------------- */ + /* 2 Columns */ + /* 3 Columns */ +} + +.gallery-wrapper .gallery-item { + padding: 15px; +} + +.gallery-wrapper .gallery-item .image-block { + padding: 6px; + border: 1px solid #e5e5e5; +} + +.gallery-wrapper .gallery-item .image-block .image { + position: relative; + overflow: hidden; +} + +.gallery-wrapper .gallery-item .image-block .image img { + width: 100%; +} + +.gallery-wrapper .gallery-item .image-block .image .primary-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #ff6600; + opacity: 0; + -webkit-transform: scale(0.8); + transform: scale(0.8); + transition: .3s ease; +} + +.gallery-wrapper .gallery-item .image-block .image .primary-overlay a { + display: block; + height: 55px; + width: 55px; + text-align: center; + border: 1px solid #fff; + border-radius: 100%; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + outline: none; +} + +.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i { + color: #fff; + line-height: 55px; + font-size: 1.25rem; +} + +.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay { + opacity: .85; + -webkit-transform: scale(1); + transform: scale(1); +} + +.gallery-wrapper .mix, +.gallery-wrapper .gap { + display: inline-block; + vertical-align: top; +} + +.gallery-wrapper .mix { + background: #fff; + position: relative; +} + +.gallery-wrapper .mix { + width: calc(100%/2 - (((2 - 1) * 1rem) / 2)); +} + +@media screen and (min-width: 768px) { + .gallery-wrapper .mix { + width: calc(100%/3 - (((3 - 1) * 1rem) / 3)); + } +} + +.gallery-wrapper.less-gutter .gallery-item { + padding: 5px; +} + +.gallery-wrapper.less-gutter .gallery-item .image-block { + padding: 0; + border: none; +} + +@media screen and (min-width: 1200px) { + .gallery-wrapper.less-gutter .mix, + .gallery-wrapper.less-gutter .gap { + width: calc(100%/4 - (((4 - 1) * 1rem) / 4)); + } +} + +.gallery-full { + overflow: hidden; +} + +.gallery-full .image { + position: relative; + overflow: hidden; + margin-bottom: -1px; +} + +.gallery-full .image img { + width: 100%; +} + +.gallery-full .image .primary-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #ff6600; + opacity: 0; + -webkit-transform: scale(0.8); + transform: scale(0.8); + transition: .3s ease; +} + +.gallery-full .image .primary-overlay a { + display: block; + height: 55px; + width: 55px; + text-align: center; + border: 1px solid #fff; + border-radius: 100%; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + outline: none; +} + +.gallery-full .image .primary-overlay a i { + color: #fff; + line-height: 55px; + font-size: 1.25rem; +} + +.gallery-full .image:hover .primary-overlay { + opacity: .85; + -webkit-transform: scale(1); + transform: scale(1); +} + +.news .blog-post { + transition: .2s ease; + margin-bottom: 30px; +} + +@media (max-width: 767px) { + .news .blog-post .post-thumb img { + width: 100%; + } +} + +.news .blog-post .post-content { + position: relative; + padding: 30px 30px 25px 30px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #e5e5e5; +} + +.news .blog-post .post-content .date { + position: absolute; + top: -32px; + left: 30px; + width: 65px; + height: 65px; + text-align: center; + background: #ff6600; + display: flex; + align-items: center; + justify-content: center; +} + +.news .blog-post .post-content .date h4 { + color: #fff; +} + +.news .blog-post .post-content .date h4 span { + display: block; + font-size: 1rem; + font-weight: 400; +} + +.news .blog-post .post-content .post-title { + padding-bottom: 5px; + border-bottom: 1px solid #e5e5e5; + margin-bottom: 15px; +} + +.news .blog-post .post-content .post-title h2 { + margin-top: 10px; +} + +.news .blog-post .post-content .post-title h2 a { + font-weight: 400; + color: #222222; +} + +.news .blog-post .post-content .post-title h2 a:hover { + color: #ff6600; +} + +.news .blog-post .post-content .post-meta ul { + margin-bottom: 0; +} + +.news .blog-post .post-content .post-meta ul li i { + margin-right: 7px; +} + +.news .blog-post .post-content .post-meta ul li a { + display: inline-block; + padding-right: 25px; + font-size: 0.875rem; +} + +.news .blog-post:hover { + box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15); +} + +.news .blog-post.single { + margin-bottom: 100px; +} + +.news .blog-post.single .post-title { + padding-top: 35px; + padding-bottom: 0; + border: none; + margin-bottom: 10px; +} + +.news .blog-post.single .post-title h3 { + font-weight: 400; +} + +.news .blog-post.single .post-meta { + border-bottom: 1px solid #e5e5e5; + margin-bottom: 10px; +} + +.news .blog-post.single .post-details p { + padding: 13px 0; + font-size: 15px; +} + +.news .blog-post.single .post-details .quotes { + background: #f5f5f8; + padding: 30px; + border-left: 3px solid #ff6600; + margin: 15px 0; +} + +.news .blog-post.single .post-details .quotes blockquote { + font-size: 15px; + font-style: italic; +} + +.news .blog-post.single .post-details .share-block { + display: flex; + padding-top: 20px; + padding-bottom: 25px; +} + +@media (max-width: 991px) { + .news .blog-post.single .post-details .share-block { + flex-wrap: wrap; + } +} + +.news .blog-post.single .post-details .share-block p { + padding: 0; +} + +.news .blog-post.single .post-details .share-block .tag { + flex-basis: 50%; + align-self: center; +} + +@media (max-width: 991px) { + .news .blog-post.single .post-details .share-block .tag { + flex-basis: 100%; + text-align: center; + margin-bottom: 30px; + flex-grow: 1; + } +} + +.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul { + display: inline; + font-family: "Montserrat", sans-serif; +} + +.news .blog-post.single .post-details .share-block .tag p { + color: #222222; +} + +.news .blog-post.single .post-details .share-block .tag ul li a { + color: #848484; + font-size: 15px; +} + +.news .blog-post.single .post-details .share-block .tag ul li a:hover { + color: #ff6600; +} + +.news .blog-post.single .post-details .share-block .share { + flex-basis: 50%; + text-align: right; +} + +@media (max-width: 991px) { + .news .blog-post.single .post-details .share-block .share { + flex-basis: 100%; + flex-grow: 1; + text-align: center; + } +} + +.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul { + display: inline; + font-family: "Montserrat", sans-serif; +} + +.news .blog-post.single .post-details .share-block .share p { + margin-right: 18px; +} + +@media (max-width: 400px) { + .news .blog-post.single .post-details .share-block .share p { + display: block; + margin-bottom: 10px; + } +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share { + margin-bottom: 0; +} + +@media (max-width: 400px) { + .news .blog-post.single .post-details .share-block .share ul.social-links-share { + text-align: left; + } +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) { + margin-right: 7px; +} + +@media (max-width: 400px) { + .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) { + margin-right: 5px; + margin-bottom: 5px; + } +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share li a { + display: block; + height: 38px; + width: 38px; + text-align: center; + background: #fff; + border: 1px solid #e5e5e5; +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i { + line-height: 38px; +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover { + background: #ff6600; + border-color: #ff6600; +} + +.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i { + color: #fff; +} + +.news .blog-post.single:hover { + box-shadow: none; +} + +.news .comments { + padding-bottom: 80px; +} + +.news .comments h5 { + font-weight: 400; + margin-bottom: 10px; +} + +.news .comments .comment { + padding-top: 14px; +} + +.news .comments .comment img { + margin-right: 30px; +} + +.news .comments .comment .media-body h6 { + font-size: 16px; + font-weight: 400; + margin-bottom: 10px; +} + +.news .comments .comment .media-body p, .news .comments .comment .media-body ul { + font-size: 15px; +} + +.news .comments .comment .media-body p { + margin-bottom: 14px; +} + +.news .comments .comment .media-body ul { + margin-bottom: 10px; +} + +.news .comments .comment .media-body ul li span { + margin-right: 7px; +} + +.news .comments .comment .media-body ul li a { + color: #ff6600; +} + +.news .comment-form h5 { + font-weight: 400; + margin-bottom: 30px; +} + +.news .comment-form .form-control, .news .comment-form button { + margin-bottom: 30px; +} + +ul.pagination { + margin-top: 30px; + margin-bottom: 30px; +} + +ul.pagination li { + margin-right: 10px; +} + +ul.pagination li a { + font-size: 16px; + padding: 0; + height: 50px; + width: 50px; + line-height: 50px; + text-align: center; + border-color: transparent; + color: #848484; + border: 1px solid #e5e5e5; + border-radius: 0 !important; +} + +ul.pagination li a:hover, ul.pagination li a:focus { + background-color: #ff6600 !important; + color: #fff !important; + border-color: #ff6600 !important; +} + +ul.pagination .active a { + background-color: #ff6600 !important; + color: #fff !important; + border-color: #ff6600 !important; +} + +.sidebar { + padding: 0 20px; +} + +.widget { + margin-bottom: 45px; +} + +.widget .widget-header { + font-weight: 400; + margin-bottom: 20px; +} + +@media (max-width: 767px) { + .widget.search { + margin-top: 30px; + } +} + +.widget.search .input-group .form-control { + border-right: none; +} + +.widget.search .input-group .input-group-addon { + background: #ff6600; + color: #fff; + border: none; + border-radius: 0; + line-height: 45px; + padding: 0 10px; +} + +.widget.search .input-group .input-group-addon i { + font-size: 15px; + padding-right: 5px; + padding-left: 5px; +} + +.widget.category ul.category-list li { + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #e5e5e5; + list-style: none; +} + +.widget.category ul.category-list li a { + font-size: 15px; + letter-spacing: 0; + display: block; +} + +.widget.category ul.category-list li a:hover { + color: #ff6600; +} + +.widget.category ul.category-list li:last-child { + margin-bottom: 5px; +} + +.widget.tags ul li a { + display: block; + padding: 10px 25px; + border: 1px solid #e5e5e5; + margin-bottom: 15px; + font-size: 15px; +} + +.widget.tags ul li a:hover { + background: #ff6600; + color: #fff; + border-color: #ff6600; +} + +.widget.latest-post .media { + padding: 15px 0; +} + +.widget.latest-post .media:not(:last-child) { + border-bottom: 1px solid #e5e5e5; +} + +.widget.latest-post .media img { + margin-right: 15px; +} + +.widget.latest-post .media .media-body h6 a { + font-size: 15px; + color: #222222; + line-height: 1; + font-weight: 400; +} + +.widget.latest-post .media .media-body h6 a:hover { + color: #ff6600; +} + +.widget.latest-post .media .media-body p span { + margin-right: 10px; +} + +.news-hr .news-post-hr { + display: flex; +} + +@media (max-width: 1200px) { + .news-hr .news-post-hr { + flex-direction: column; + } +} + +@media (max-width: 991px) { + .news-hr .news-post-hr { + margin-bottom: 30px; + } +} + +.news-hr .news-post-hr .post-thumb { + flex-basis: 50%; +} + +@media (max-width: 1200px) { + .news-hr .news-post-hr .post-thumb { + flex-basis: 100%; + } +} + +.news-hr .news-post-hr .post-thumb img { + width: 100%; +} + +.news-hr .news-post-hr .post-contents { + flex-basis: 50%; + padding: 30px; + position: relative; + border-right: 1px solid; + border-bottom: 1px solid; + border-color: #e5e5e5; +} + +@media (max-width: 1200px) { + .news-hr .news-post-hr .post-contents { + border-left: 1px solid #e5e5e5; + flex-basis: 100%; + } +} + +.news-hr .news-post-hr .post-contents .post-title h6 { + margin-bottom: 36px; + margin-top: 5px; +} + +.news-hr .news-post-hr .post-contents .post-title h6 a { + text-transform: uppercase; + font-weight: 400; + position: relative; + font-size: 20px; + color: #222222; +} + +.news-hr .news-post-hr .post-contents .post-title h6 a:after { + position: absolute; + bottom: 0; + left: 0; + top: 37px; + content: ""; + background: #ff6600; + width: 30px; + height: 2px; +} + +.news-hr .news-post-hr .post-contents .post-exerpts p { + font-size: 15px; +} + +.news-hr .news-post-hr .post-contents .date { + margin-top: 17px; + width: 65px; + height: 65px; + text-align: center; + background: #ff6600; + display: flex; + align-items: center; + justify-content: center; +} + +.news-hr .news-post-hr .post-contents .date h4 { + color: #fff; + font-weight: 400; +} + +.news-hr .news-post-hr .post-contents .date h4 span { + display: block; + font-size: 1rem; + font-weight: 400; +} + +.news-hr .news-post-hr .post-contents .more { + text-align: right; + margin-top: -25px; +} + +.news-hr .news-post-hr .post-contents .more a { + font-family: "Montserrat", sans-serif; + color: #222222; + text-transform: uppercase; + font-size: 14px; +} + +.news-hr .news-post-hr .post-contents:after { + content: ''; + position: absolute; + right: 100%; + bottom: 0; + top: 50%; + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + width: 0; + height: 0; + border-style: solid; + border-width: 10px 10px 10px 0; + border-color: transparent #fff transparent transparent; +} + +@media (max-width: 1200px) { + .news-hr .news-post-hr .post-contents:after { + content: none; + } +} + +.about { + padding: 120px 0; +} + +.testimonial .testimonial-item { + margin-bottom: 30px; +} + +.testimonial .testimonial-item .comment { + padding: 40px 30px; + border: 1px solid #e5e5e5; + margin-bottom: 20px; + position: relative; + transition: .3s ease; +} + +.testimonial .testimonial-item .comment:before { + content: ''; + position: absolute; + left: -2px; + bottom: -27px; + width: 0; + height: 0; + border-style: solid; + border-width: 0 30px 27px 0; + border-color: transparent #e5e5e5 transparent transparent; + transition: .3s ease; +} + +.testimonial .testimonial-item .comment:after { + content: ''; + position: absolute; + left: -1px; + bottom: -26px; + width: 0; + height: 0; + border-style: solid; + border-width: 0 28px 27px 0; + border-color: transparent #fff transparent transparent; + transition: .3s ease; +} + +.testimonial .testimonial-item .comment:hover { + background: #ff6600; + border: 1px solid #ff6600; +} + +.testimonial .testimonial-item .comment:hover p { + color: #fff; +} + +.testimonial .testimonial-item .comment:hover:before { + border-color: transparent #ff6600 transparent transparent; +} + +.testimonial .testimonial-item .comment:hover:after { + border-color: transparent #ff6600 transparent transparent; +} + +.testimonial .testimonial-item .media { + margin-left: 50px; +} + +.testimonial .testimonial-item .media img { + height: 65px; + width: 65px; + border-radius: 100%; +} + +.testimonial .testimonial-item .media .media-body { + margin-left: 15px; + align-self: center; +} + +.testimonial .testimonial-item .media .media-body .name p { + font-family: "Montserrat", sans-serif; + color: #222222; +} + +.testimonial .testimonial-item .media .media-body .profession p { + font-size: 0.8126rem; + color: #ff6600; +} + +.error .block { + margin-top: 60px; + margin-bottom: 60px; +} + +.error .block img { + margin-bottom: 45px; +} + +.error .block h3 { + font-weight: 400; + color: #ff6600; + margin-bottom: 40px; +} + +.error .block h3 span { + font-style: italic; + color: #222222; +} + +.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card { + border-radius: 0; + margin-bottom: 20px; +} + +.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header { + background: #fff; + padding: 0; +} + +.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a { + font-weight: 400; + color: #222222; +} + +.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span { + padding: 20px; + border-right: 1px solid #e5e5e5; + margin-right: 20px; +} + +.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body { + color: #848484; + padding: 15px 20px; +} + +.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a { + color: #ff6600; +} + +.contact-form .form-control { + margin-bottom: 30px; +} + +.contact-form button { + margin-top: 30px; + margin-bottom: 30px; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/theme/css/style.css.map b/theme/css/style.css.map new file mode 100644 index 0000000..1fb758a --- /dev/null +++ b/theme/css/style.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["style.scss","_media-queries.scss","_typography.scss","_variables.scss","_lists.scss","_common.scss","style.css","_button.scss","components/_navigation.scss","components/_page-title.scss","components/_footer.scss","components/_call-to-action.scss","pages/_home.scss","pages/_speaker.scss","pages/_gallery.scss","pages/_blog.scss","pages/_about.scss","pages/_404.scss","pages/_faq.scss","pages/_contact.scss"],"names":[],"mappings":"AAAA;;;;;;;;;;;;EAYE;ACZF,uBAAuB;ACCvB,6GAAY;AAEZ;EACC,gBAAe;CACf;;AAED;EACC,kCCHkC;EDIlC,oCAAmC;CACnC;;AAGD;EACC,sCCRwC;EDSxC,eCJc;EDKd,iBAAgB;CAChB;;AAED;EACC,kBAAiB;CACjB;;AAED;EACC,kBAAiB;CACjB;;AAED;EACC,mBAAkB;CAClB;;AAED;EACC,qBAAoB;CACpB;;AAED;EACC,oBAAmB;CACnB;;AAED;EACC,mBAAkB;CAClB;;AAED;EACC,gBAAe;EACf,kBAAiB;EACjB,eCvCmB;EDwCnB,iBAAgB;CAChB;;AAGD;EACI,eAA0B;EAC1B,qBAAoB;CACtB;;AEtDF;EACC,iBAAgB;CAgBhB;;AAjBD;EAKI,gBAAe;CACf;;AANJ;EASG,gBAAe;EACf,eAAc;CAKd;;AAfH;EAYI,gBAAe;EACf,eDFW;CCGX;;ACdJ;EACE,oDAAmD;CACpD;;AAED;EACE,iCFDmB;CEEpB;;AAED;EAEI,YAAW;EACX,4DAA2D;EAC3D,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AATH;EAWI,YAAW;EACX,gGAA4F;EAC5F,aAAY;EACZ,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AAGH;EAEI,YAAW;EACX,gGAA4F;EAC5F,aAAY;EACZ,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AAGH;EAEI,sBAAqB;EACrB,sCFxCqC;EEyCrC,iBAAgB;EAChB,iBAAgB;EAChB,YAAW;EACX,cAAa;EACb,mCAAkC;EAClC,mBAAkB;EAClB,SAAQ;EACR,UAAS;EACT,aAAY;EACZ,oCAA2B;UAA3B,4BAA2B;CAO5B;;AJnDD;EI+BF;IAeM,iBAAgB;GAKnB;CCgFF;;ALxIC;EIoCF;IAkBM,gBAAe;GAElB;CCsFF;;ADpFD;EAEI,YAAW;EACX,oCAAmC;EACnC,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AAGH;EAEI,YAAW;EACX,gGAA4F;EAC5F,aAAY;EACZ,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AAGH;EAEI,YAAW;EACX,6EAAqF;EACrF,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;CACV;;AAGH;EAEI,YAAW;EACX,YAAW;EACX,kBAAiB;EACjB,kBAAkC;EAClC,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,SAAQ;EACR,UAAS;EACT,iCAAwB;UAAxB,yBAAwB;CAIzB;;AJzGD;EI0FF;IAaM,cAAa;GAEhB;CCkFF;;AD/ED;EACE,eFvHqB;EEwHrB,mBAAkB;EAClB,iBAAgB;CACjB;;AAED;EACE,sBAAqB;CACtB;;AAED;EACE,eFjIqB;EEkIrB,sBAAqB;CACtB;;AAED;EAEI,gBAAe;CAChB;;AAGH;EACC,oBAAoB;CACpB;;AAED;EACE,oBFhJqB;CEiJtB;;AAED;EACE,wEAAuE;EACvE,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,kEAAiE;EACjE,uBAAsB;EACtB,kCAAiC;CAIlC;;AJtJC;EI+IF;IAKI,mCAAkC;GAErC;CCkFA;;ADhFD;EACE,uEAAsE;EACtE,uBAAsB;CACvB;;AAED;EACE,6EAA4E;EAC5E,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,6DAA4D;EAC5D,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,gEAA+D;EAC/D,uBAAsB;CACvB;;AAED;EACE,uEAAsE;EACtE,uBAAsB;CACvB;;AAED;EACE,4EAA2E;EAC3E,uBAAsB;CACvB;;AAED;EACE,wEAAuE;EACvE,uBAAsB;CACvB;;AAED;EACE,wEAAuE;EACvE,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,sEAAqE;EACrE,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,wEAAuE;EACvE,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACE,kEAAiE;EACjE,uBAAsB;EACtB,mCAAkC;CACnC;;AAED;EACC,gBAAe;CACf;;AAED;EACE,iCFlOmB;CEmOpB;;AAED;EACE,iBAAgB;EACjB,mBAAkB;EAIjB,oBAAmB;CAMpB;;AAZD;EAII,oBAAmB;CACpB;;AALH;EASM,YFxOM;CEyOP;;AAIL;EACE,iBAAgB;CACjB;;AAED;EACE,iBAAgB;CACjB;;AAED;EACE,oBAAmB;CACpB;;AAED;EACE,mBAAkB;CACnB;;AAED;EACE,mBAAiB;CAmDlB;;AApDD;EAGI,mBAAkB;CACnB;;AAJH;EAMI,YAAW;EACX,mBAAkB;CACnB;;AARH;EAUI,mBAAkB;EAChB,QAAO;EACP,OAAM;EACN,cAAa;EAGb,wBAAuB;EAGvB,oBAAmB;EACnB,YAAW;EACX,aAAY;CACf;;AAtBH;EAyBM,YAAW;EACX,aAAY;EAGZ,cAAa;EAGb,wBAAuB;EAGvB,oBAAmB;CAepB;;AAlDL;EAqCQ,cAAa;EACb,aAAY;EACZ,gBAAe;EACf,oBF7Se;EE8Sf,oBAAmB;EACnB,YFvSI;EEwSJ,mBAAkB;EAClB,mBAAkB;CACnB;;AA7CP;EA+CQ,YAAW;EACX,aAAY;CACb;;AAKP;EACE,wBAAuB;EACvB,0BAAqC;EACrC,iBAAgB;EAChB,qBAAoB;EACpB,mBAAkB;EAClB,aAAY;EACZ,oBAAmB;EACnB,eAA0B;CAU3B;;AAlBD;EAWI,0BFtUmB;EEuUnB,iBAAgB;CACjB;;AAbH;EAeI,iBFlUQ;EEmUR,eFlUW;CEmUZ;;AAGH;EACE,aAAY;CACb;;AAED;EACE,iBAAgB;CASjB;;AAVD;EAGI,mBAAkB;CAMnB;;AJlVD;EIyUF;IAKM,eAAc;IACd,oBAAmB;GAGtB;CC2FF;;ADzFD;EACE,iBAAgB;CAOjB;;AARD;EAGI,kBAAiB;CAIlB;;AJ3VD;EIoVF;IAKM,eAAc;GAEjB;CCgGF;;AD7FD;EACE,iBAAgB;CACjB;;AAGD;;EAEE,WAAU;EACV,0DAA0D;EAI1D,8BAA6B;CAC9B;;AAED;EACI,WAAU;CACb;;AACD;EACI,aAAY;CACf;;AAED;;EAEE,WAAU;CACX;;AAGD;EACE,sBAAqB;CACtB;;AAED;EACE,WAAU;CACX;;AE5YD;EACC,0BAAyB;EACtB,sCJIqC;EIHrC,yBAAwB;CAC3B;;AAED;EACI,mBAAkB;EAClB,mBAAkB;EACrB,oBJPsB;EIQnB,YJAQ;EICR,cAAa;CAQhB;;AAbD;EAOK,YJHO;CIIP;;AARL;EAUK,YJNO;EIOJ,iBAAgB;CACnB;;AAGL;EACI,mBAAkB;EAClB,iBAAgB;EAChB,oBJtBmB;EIuBnB,YJfQ;EIgBR,cAAa;EACb,qBAAoB;CASvB;;AAfD;EAQQ,YJnBI;EIoBJ,oBAAqC;CACxC;;AAVL;EAYQ,YJvBI;EIwBJ,iBAAgB;CACnB;;AAGL;EACI,mBAAkB;EAClB,wBAAuB;EACvB,cAAa;EACb,qBAAoB;EACpB,eJhCW;EIiCX,0BJxCiB;EIyCjB,iBAAgB;CAMnB;;AAbD;EASQ,oBJ7Ce;EI8Cf,sBJ9Ce;EI+Cf,YJvCI;CIwCP;;AAGL;EACI,mBAAkB;EAClB,mBAAkB;EAClB,oBJtDmB;EIuDnB,YJ/CQ;EIgDR,cAAa;EACb,gBAAe;CAQlB;;AAdD;EAQQ,YJnDI;CIoDP;;AATL;EAWQ,YJtDI;EIuDJ,iBAAgB;CACnB;;AAGL;EACC,iBJ5DW;EI6DX,eJ5Dc;EI6DX,mBAAkB;EAClB,iBAAgB;CAKnB;;AATD;EAMQ,oBJzEe;EI0Ef,YJlEI;CImEP;;AAGL;EACI,qBAAoB;EACpB,YJxEQ;EIyER,uBJzEQ;EI0ER,mBAAkB;CACrB;;ACrFD;EACC,iBLSW;CKkOX;;APhOC;EOZF;IAIE,mBAAkB;GAwOnB;CFuWA;;AEnlBD;EAQE,6BAA4B;EAC5B,gCLLmB;CKcnB;;APYA;EO9BF;IAYG,mBAAkB;GAMnB;CF4kBD;;ALllBC;EOZF;IAgBG,mBAAkB;GAEnB;CFklBD;;AEpmBD;EAqBE,kBAAiB;EACjB,mBAAkB;CAClB;;AAvBF;EA2BG,mBAAkB;EAClB,kCLvBgC;CK0EhC;;AA/EH;EA+BI,mBAAkB;EAClB,mBAAkB;EAClB,eLtBW;EKuBX,kBAAiB;EACjB,oBAAmB;EACnB,oBAAmB;EACnB,uBAAsB;EACtB,mBAAkB;EAClB,sCLjCqC;CKiErC;;APnCF;EOpCF;IA0CK,mBAAkB;IAClB,oBAAmB;GA4BpB;CF0jBH;;ALnmBC;EO9BF;IA+CK,kBAAiB;IACjB,oBAAmB;GAuBpB;CFikBH;;ALtnBC;EOlBF;IAoDK,oBAAmB;IACnB,uBAAsB;GAkBvB;CFwkBH;;AE/oBD;EAyDK,eL9CU;EK+CV,kBAAiB;CAYjB;;APxCH;EO9BF;IA6DM,kBAAiB;GASlB;CFolBJ;;ALloBC;EOxBF;IAiEM,kBAAiB;GAKlB;CF0lBJ;;AL9oBC;EOlBF;IAoEM,cAAa;GAEd;CFgmBJ;;AEtqBD;EA4EK,eL1EkB;CK2ElB;;AA7EL;EAmFE,mBAAkB;CA8ElB;;AAjKF;;;EAwFG,wBAAuB;CACvB;;AAzFH;EA6FI,mBAAkB;EAClB,oBAAmB;CACnB;;AA/FJ;EAmGG,iBAAgB;EAChB,UAAS;EACT,WAAU;EACV,iBAAgB;EAChB,UAAS;EACT,0CAAyC;CAgCzC;;AAxIH;EA4GK,iCLxGgB;CK6GhB;;AP/FH;EOlBF;IA+GM,UAAS;GAEV;CF2lBJ;;AE5sBD;EAqHI,gBAAe;EACf,mBAAkB;EAClB,qBAAoB;CAMpB;;AA7HJ;EA0HK,iBLhHO;EKiHP,eLzHkB;CK0HlB;;AP1GH;EOlBF;IAgII,wBAAe;YAAf,gBAAe;IACf,WAAU;IACV,mBAAkB;IAClB,mBAAkB;IAClB,WAAU;IACV,oBAAmB;IACnB,oBAA8B;GAE/B;CF2lBF;;AEzlBC;EA1IF;IA4II,oBAAmB;IACnB,mBAAkB;IAClB,eAAc;IACd,WAAU;IACV,mBAAkB;IAClB,oCAA2B;YAA3B,4BAA2B;GAC3B;EAlJJ;IAqJI,8BLnJmB;IKoJnB,WAAU;IACV,eAAc;IACd,oBAAmB;IACnB,YAAW;IACX,iCAAwB;YAAxB,yBAAwB;GACxB;EA3JJ;IA8JI,YAAW;GACX;CF0lBH;;AEzvBD;;EAqKE,UAAS;CACT;;AAtKF;EAyKE,SAAQ;CACR;;AA1KF;;EA8KE,kBAAiB;EACjB,2BAA0B;EAC1B,UAAS;EACT,gBAAe;EACf,oBAAmB;CACnB;;AAnLF;EAsLE,iBAAgB;EAChB,kBAAiB;CACjB;;AAxLF;EA2LE,iBAAgB;EAChB,iBAAgB;CAChB;;AA7LF;;EAiME,eL/LqB;CKgMrB;;AAlMF;EAqME,oBLnMqB;EKoMrB,eAAc;EACd,mBAAkB;CAoClB;;APvMA;EOpCF;IA0MG,mBAAkB;GAiCnB;CF2jBD;;ALxwBC;EO9BF;IA8MG,mBAAkB;GA6BnB;CFikBD;;AL1xBC;EOlBF;IAkNG,mBAAkB;GAyBnB;CFukBD;;AElzBD;EAsNG,mBAAkB;CAKlB;;AP7LD;EO9BF;IAyNI,cAAa;GAEd;CFimBF;;AE5zBD;EA8NG,YLpNS;EKqNT,oBAAmB;EACnB,0BAAyB;EACzB,sCL3NsC;EK4NtC,+BAA8B;EAC9B,mBAAkB;CAOlB;;AP5MD;EO9BF;IAsOI,gBAAe;IACf,gBAAe;IACf,kBAAiB;GAElB;CFmmBF;;AE9lBD;;EAEC,cAAa;CACb;;AHiBD;EIlQC,mBAAkB;EAClB,sBAAqB;CAgCrB;;ARJC;EIqOF;II/PE,sBAAqB;GA8BtB;CH2zBA;;ALj1BC;EIuPF;II5PE,gBAAe;GA2BhB;CHi0BA;;AGn2BD;EAUE,YNAU;CMCV;;AAXF;EAcG,iBAAgB;EAChB,0BAAyB;CACzB;;AAhBH;EAmBE,wBAAuB;CAcvB;;AAjCF;EAqBG,YAAW;EACX,sBAAqB;EACrB,0BAAyB;CAIzB;;AA3BH;EAyBI,YNfQ;CMgBR;;AA1BJ;EA6BG,iBAAgB;EAChB,yBAAwB;EACxB,YNrBS;CMsBT;;AChCH;EACC,oBAAmB;EACnB,gBAAe;CAqCf;;AT3BC;ESZF;IAIE,gBAAe;GAmChB;CJo2BA;;AI34BD;EAQG,oBAAmB;CACnB;;AATH;EAYG,iBAAgB;CAyBhB;;AArCH;EAcI,mBAAkB;CAIlB;;ATXF;ESPF;IAgBK,kBAAiB;GAElB;CJ24BH;;AI75BD;EAqBK,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,iBPfO;COyBP;;AAnCL;EA2BM,kBAAiB;CACjB;;AA5BN;EA8BM,oBP5BiB;COgCjB;;AAlCN;EAgCO,YPtBK;COuBL;;AAOP;EACC,oBAAmB;EACnB,gBAAe;CA8Bf;;AAhCD;EAKG,sCPvCsC;CO2CtC;;AATH;EAOI,eP7CmB;CO8CnB;;ATpCF;ES4BF;IAWG,mBAAkB;GAEnB;CJ+4BD;;AI55BD;EAeE,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,oBPzDqB;EO0DrB,aAAY;CAWZ;;AA/BF;EAsBG,kBAAiB;EACjB,YPrDS;EOsDT,kBAAiB;CACjB;;ATrDD;ES4BF;IA2BG,YAAW;IACX,aAAY;IACZ,iBAAgB;GAEjB;CJo5BD;;AK39BD;EACC,mBAAkB;CAsBlB;;AAvBD;EAGE,iBAAgB;CAWhB;;AAdF;EAKG,YRKS;EQJT,0BAAyB;EACzB,iBAAgB;EAChB,oBAAmB;CACnB;;AATH;EAWG,eAA0B;EAC1B,oBAAmB;CACnB;;AAbH;EAgBE,mBAAkB;EAClB,UAAS;EACT,UAAS;CAIT;;AVVA;EUZF;IAoBG,cAAa;GAEd;CLq+BD;;AKl+BD;EACC,mBAAkB;CAqBlB;;AAtBD;EAGE,gBAAe;CAUf;;AAbF;EAKG,YRpBS;CQqBT;;AANH;EAQG,iBAAgB;CAChB;;AATH;EAWG,qBAAoB;CACpB;;AAZH;EAgBG,gBAAe;CACf;;AV9BD;EUaF;IAmBG,oBAAmB;GAEpB;CL2+BD;;AMxhCD;EACC,uBAAsB;EACtB,mBAAkB;CAkFlB;;AX7DC;EWvBF;IAIE,iBAAgB;GAgFjB;CN+8BA;;AMniCD;EAOE,mBAAkB;EAClB,YAAW;CA2EX;;AAnFF;EAWU,mBAAkB;EAClB,oBAAmB;EACnB,sBAAoB;CAmCrB;;AX1CP;EWNF;IAeW,mBAAkB;IAClB,oBAAmB;GAgCrB;CNqgCR;;AMrjCD;EAmBW,gBAAe;EACf,sCTf8B;ESgBpC,gBAAe;EACf,kBAAiB;EACjB,mBAAkB;EAClB,mBAAkB;EAClB,kBAAiB;EACjB,YTjBO;ESkBP,0BAAyB;EACzB,mBAAkB;EAClB,oBAAmB;EACb,qDAAoD;CASpD;;AXjCT;EWNF;IAgCY,gBAAe;GAOhB;CNmiCV;;ALzkCC;EWDF;IAmCM,gBAAe;IACf,kBAAiB;IACjB,gBAAe;GAEV;CN2iCV;;AMllCD;EAyCW,mBAAkB;EACxB,gBAAe;EACf,0BAAyB;EACzB,oBAAkB;EAClB,YTpCO;ESqCP,sCTzCoC;CS0C9B;;AA/CX;EAmDG,0BAAyB;EACzB,kBAAiB;EACjB,eTpDoB;ESqDpB,iBAAgB;EAChB,mBAAkB;EAOZ,kDAAiD;CACvD;;AXpDD;EWXF;IAyDI,gBAAe;GAMhB;CN2iCF;;ALzmCC;EWDF;IA4DI,gBAAe;GAGhB;CNijCF;;AMhnCD;EAiEG,0BAAyB;EACzB,oBAAmB;EACnB,YT1DS;ES2DT,iBAAgB;EACV,kDAAiD;EACvD,mBAAkB;CAOlB;;AXlED;EWXF;IAwEI,kBAAiB;GAKlB;CNkjCF;;AL9nCC;EWDF;IA2EI,kBAAiB;GAElB;CNwjCF;;AMroCD;EA+EG,YTtES;ESuET,iBAAgB;EAChB,oBAAmB;CACnB;;AAIH;EACC,uBAAsB;EACtB,mBAAkB;EAClB,iBAAgB;CAiChB;;AApCD;EAMG,eT3FoB;ES4FpB,gBAAe;CAIf;;AX3FD;EWgFF;IASI,gBAAe;GAEhB;CN2jCF;;AMtkCD;EAaG,iBAAgB;EAChB,0BAAyB;EACzB,gBAAe;EACf,oBAAmB;CAInB;;AXpGD;EWgFF;IAkBI,gBAAe;GAEhB;CN+jCF;;AMnlCD;EAsBG,gBAAe;CAIf;;AX1GD;EWgFF;IAwBI,gBAAe;GAEhB;CNmkCF;;AM7lCD;EA4BG,iBAAgB;EAChB,iBAAgB;EAChB,oBAAmB;CAInB;;AXlHD;EWgFF;IAgCI,iBAAgB;GAEjB;CNukCF;;AMnkCD;EAEE,cAAa;CAoBb;;AAtBF;EAIG,oBAAmB;EACnB,oDAAmD;CACnD;;AXvHD;EWiHF;IAQG,oBAAmB;IACnB,mBAAkB;GAanB;CN6jCD;;AMnlCD;EAYG,WAAU;EACV,iBAAgB;CAQhB;;AArBH;EAeI,iBAAgB;EAChB,0CAAiC;UAAjC,kCAAiC;CAIjC;;AXrIF;EWiHF;IAkBK,uCAA8B;YAA9B,+BAA8B;GAE/B;CN+kCH;;AMnmCD;EAwBE,kBAAiB;CA+CjB;;AXxLA;EWiHF;IA0BG,mBAAkB;GA6CnB;CNsiCD;;AM7mCD;EAwCG,oBAAmB;CACnB;;AAzCH;EA8BI,YAAW;EACX,YAAW;EACX,YAAW;EACX,oBT5JmB;ES6JnB,eAAc;EACd,iBAAgB;CAIhB;;AXxJF;EWiHF;IAqCK,aAAY;GAEb;CNylCH;;AMhoCD;EA+CG,oBAAmB;CACnB;;AAhDH;EA4CI,eT9JW;ES+JX,qBAAoB;CACpB;;AA9CJ;EAqDG,oBAAmB;CACnB;;AAtDH;EAmDI,oBAAmB;CACnB;;AX1KF;EWsHF;IA0DK,eAAc;GAEf;CN2lCH;;AMvpCD;EA+DM,mBAAkB;CAOrB;;AXjLD;EW2GF;IAiEO,oBAAmB;GAKvB;CN2lCF;;ALvxCC;EWsHF;IAoEI,gBAAe;GAEhB;CNimCF;;AM7lCD;EACC,mBAAkB;CAsHlB;;AAvHD;EAIG,iBTjMS;ESkMT,0BTxMkB;CS4MlB;;AATH;EAYE,oBT3MY;ES4MZ,aAAY;EACZ,oBAAmB;CAwGnB;;AAtHF;EAgBG,oBAAmB;EACnB,mBAAkB;EAClB,iBAAgB;CAkFhB;;AXpSD;EWgMF;IAqBK,uBAAsB;GAEvB;CNimCH;;AMxnCD;EAyBI,mBAAkB;EAClB,UAAS;EACT,QAAO;EACP,YAAW;EACX,aAAY;EACZ,oBTnOmB;ESoOnB,aAAY;EACZ,qBAAoB;CACpB;;AAjCJ;EAmCI,mBAAkB;EAClB,UAAS;EACT,cAAa;EACb,wBAAuB;EACvB,oBAAmB;EACnB,YAAW;EACX,aAAY;EACZ,qBAAoB;CAiDpB;;AA3FJ;EA4CK,WAAU;CA8CV;;AXnQH;EWyKF;IA8CM,YAAW;IACX,mBAAkB;IAClB,gBAAe;GA0ChB;CNgkCJ;;AM1pCD;EA0DO,kBAAiB;EACjB,oBAAmB;CAKnB;;AXzOL;EWyKF;IA6DQ,kBAAiB;IACjB,iBAAgB;GAEjB;CNsmCN;;AL/0CC;EWyKF;IAmEQ,kBAAiB;IACjB,iBAAgB;GAEjB;CNumCN;;AM7qCD;EAwEO,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,uBTzQK;CSqRL;;AAxFP;EA8EQ,oBAAmB;EACnB,YT5QI;ES6QJ,kBAAiB;CACjB;;AAjFR;EAmFQ,iBThRI;CSoRJ;;AAvFR;EAqFS,eTjRM;CSkRN;;AAtFT;EA8FK,OAAM;CACN;;AA/FL;EAiGK,OAAM;CACN;;AAlGL;EAwGK,gBAAe;EACf,eTrSU;ESsSV,iBAAgB;EAChB,iBAAgB;CAIhB;;AA/GL;EA6GM,eTlTiB;CSmTjB;;AA9GN;EAkHI,oBAAmB;EACnB,mBAAkB;CAClB;;AAKJ;EAEE,cAAa;EACb,wBAAuB;EACvB,iBAAgB;CAmDhB;;AAvDF;EAOI,mBAAkB;CA8ClB;;AXzWF;EWoTF;IASK,YAAW;IACX,oBAAmB;GA2CpB;CN8jCH;;AMnnCD;EAaK,sCTvUoC;ESwUpC,0BAAyB;EACzB,kBAAiB;EACjB,eT9UkB;ES+UlB,iBAAgB;EAChB,eAAc;EACd,iBAAgB;EAChB,0BThVgB;ESiVhB,mBAAkB;CA+BlB;;AApDL;EAuBM,gBAAe;EACf,kCTnV6B;ESoV7B,eAAc;EACd,gBAAe;EACf,eTpVc;ESqVd,iBAAgB;CAChB;;AA7BN;EA+BM,oBT7ViB;ES8VjB,YTtVM;ESuVN,mBAAkB;CAkBlB;;AAnDN;EAmCO,YTzVK;CS0VL;;AApCP;EAsCO,YAAW;EACX,mBAAkB;EAClB,QAAO;EACP,cAAa;EACb,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,4BAA2B;EAC3B,0DAAgE;CAIhE;;AXtWL;EWoTF;IAgDQ,cAAa;GAEd;CNknCN;;AMpqCD;EAyDE,iBAAgB;EAChB,oBAAmB;EACnB,cAAa;CAkGb;;AA7JF;EAyGI,iBAAgB;CAChB;;AA1GJ;EA+DK,iBAAgB;CAyChB;;AAxGL;EAiEM,sBAAqB;CACrB;;AAlEN;EAoEM,WAAU;CAOV;;AX/XJ;EWoTF;IAsEO,WAAU;GAKX;CNqnCL;;ALz/CC;EWyTF;IAyEO,WAAU;GAEX;CN2nCL;;AMtsCD;EA6EM,WAAU;CAeV;;AX1YJ;EW8SF;IA+EO,WAAU;GAaX;CNonCL;;ALpgDC;EWoTF;IAkFO,WAAU;GAUX;CN0nCL;;AL/gDC;EWyTF;IAqFO,WAAU;GAOX;CNgoCL;;ALrhDC;EWyTF;IAyFQ,cAAa;GAEd;CNuoCN;;AMluCD;EA8FM,WAAU;CAIV;;AXpYJ;EWkSF;IAgGO,cAAa;GAEd;CN0oCL;;ALhiDC;EWoTF;IAqGO,cAAa;GAEd;CN2oCL;;AMlvCD;EA4GI,mBAAkB;EAClB,oBT3amB;CSibnB;;AAnHJ;EA+GK,YTraO;ESsaP,0BAAyB;EACzB,sCT3aoC;CS4apC;;AAlHL;EAqHI,yBAAwB;EACxB,uBAAsB;EACtB,wBAAuB;EACvB,sBTpbiB;CSudjB;;AA3JJ;EA0HK,mBAAkB;EAClB,iBTjbO;ESkbP,YAAW;EACX,wBAAuB;CA6BvB;;AA1JL;EA+HM,eTpbS;ESqbT,sCT1bmC;CS4cnC;;AAlJN;EAkIO,oBAAmB;EACnB,eAAc;CACd;;AApIP;EAsIO,oBAAmB;CACnB;;AAvIP;EAyIO,iBAAgB;CAChB;;AA1IP;EA4IO,kBAAiB;EACjB,wBAAuB;CAIvB;;AX1cL;EWyTF;IA+IQ,eAAc;GAEf;CNupCN;;AMxyCD;EAoJM,oDAAmD;EACnD,+BAAsB;UAAtB,uBAAsB;CAItB;;AAzJN;EAuJO,eTrdgB;CSsdhB;;AAxJP;EA+JE,kBAAiB;EACjB,oBAAmB;CACnB;;AAjKF;EAoKG,cAAa;EACb,wBAAuB;EACvB,iBAAgB;CA2DhB;;AAjOH;EAyKK,gBAAe;EACf,oBAAmB;CAqDnB;;AX7gBH;EW8SF;IA4KM,mBAAkB;GAmDnB;CNwmCJ;;AL3nDC;EWoTF;IA+KM,YAAW;IACX,oBAAmB;IACnB,gBAAe;GA8ChB;CNgnCJ;;AM/0CD;EAoLM,sCT9emC;ES+enC,0BAAyB;EACzB,gBAAe;EACf,eT5eS;ES6eT,iBAAgB;EAChB,eAAc;EACd,iBAAgB;EAChB,0BTvfe;ESwff,mBAAkB;CAkClB;;AA9NN;EA8LO,gBAAe;EACf,kCT1f4B;ES2f5B,eAAc;EACd,gBAAe;EACf,eT3fa;ES4fb,iBAAgB;CAChB;;AApMP;EAsMO,oBTpgBgB;ESqgBhB,YT7fK;ES8fL,mBAAkB;CAqBlB;;AA7NP;EA0MQ,YThgBI;CSigBJ;;AA3MR;EA6MQ,YAAW;EACX,mBAAkB;EAClB,WAAU;EACV,SAAO;EACP,UAAS;EACT,SAAQ;EACR,sCAA6B;UAA7B,8BAA6B;EAC7B,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,+BAA8B;EAC9B,0DTthBe;CS0hBf;;AX1gBN;EW8SF;IA0NS,cAAa;GAEd;CNuqCP;;AMn4CD;EAmOG,iBAAgB;EAChB,oBAAmB;EACnB,WAAU;CAuGV;;AA5UH;EAgRK,iBAAgB;CAChB;;AAjRL;EA0OM,iBAAgB;CAqChB;;AA/QN;EA4OO,sBAAqB;CACrB;;AA7OP;EA+OO,WAAU;CAOV;;AX1iBL;EWoTF;IAiPQ,WAAU;GAKX;CNyqCN;;ALxtDC;EWyTF;IAoPQ,WAAU;GAEX;CN+qCN;;AMr6CD;EAwPO,WAAU;CAUV;;AXhjBL;EW8SF;IA0PQ,WAAU;GAQX;CN6qCN;;ALnuDC;EWoTF;IA6PQ,WAAU;GAKX;CNmrCN;;AL9uDC;EWyTF;IAgQQ,WAAU;GAEX;CNyrCN;;AM37CD;EAoQO,WAAU;CAIV;;AX1iBL;EWkSF;IAsQQ,cAAa;GAEd;CN6rCN;;AMr8CD;EA0QO,aAAY;CAIZ;;AXlkBL;EWoTF;IA4QQ,cAAa;GAEd;CNisCN;;AM/8CD;EAmRK,gBAAe;EACf,oBTllBkB;CSwlBlB;;AA1RL;EAsRM,YT5kBM;ES6kBN,0BAAyB;EACzB,sCTllBmC;CSmlBnC;;AAzRN;EA6RM,iCTzlBe;CS0lBf;;AA9RN;EAgSM,mBAAkB;EAClB,WAAU;EACV,iBTxlBM;ESylBN,YAAW;EACX,wBAAuB;CAqCvB;;AAzUN;EAsSO,kBAAiB;EACjB,qBAAoB;EACpB,eT7lBQ;ES8lBR,sCTnmBkC;CSwnBlC;;AA9TP;EA2SQ,oBAAmB;EACnB,eAAc;CACd;;AA7SR;EA+SQ,oBAAmB;CACnB;;AAhTR;EAkTQ,iBAAgB;CAChB;;AAnTR;EAqTQ,iBAAgB;EAChB,wBAAuB;CAIvB;;AXnnBN;EWyTF;IAwTS,eAAc;GAEf;CN2sCP;;AMrgDD;EA4TQ,gCTxnBa;CSynBb;;AA7TR;EAgUO,iCT5nBc;CS6nBd;;AAjUP;EAmUO,iBAAgB;EAChB,4BAAmB;UAAnB,oBAAmB;CAInB;;AAxUP;EAsUQ,eTpoBe;CSqoBf;;AASR;EACC,iBAAgB;CAmHhB;;AApHD;EAGE,mBAAkB;EAClB,mBAAkB;EAClB,sBAAqB;CAuDrB;;AA5DF;EAOG,mBAAkB;CAClB;;AARH;EAWI,iBAAgB;CAChB;;AAZJ;EAeG,mBAAkB;EAClB,iBAAgB;EAChB,oBAAmB;CA0CnB;;AA3DH;EAmBU,mBAAkB;EAClB,oBAAmB;EACnB,sBAAoB;CAqCrB;;AXnsBP;EWyoBF;IAuBW,mBAAkB;IAClB,oBAAmB;GAkCrB;CNirCR;;AM3uCD;EA2BW,gBAAe;EACf,sCTtqB8B;ESuqBpC,gBAAe;EACf,cAAa;EACb,aAAY;EACZ,mBAAkB;EAClB,mBAAkB;EAClB,mBAAkB;EAClB,kBAAiB;EACjB,YT1qBO;ES2qBP,4CAAwC;EACxC,6BAA4B;EAC5B,sCAAkC;EAClC,mBAAkB;EAClB,oBAAmB;CAQb;;AX1rBT;EWyoBF;IA2CM,gBAAe;IACf,aAAY;IACZ,YAAW;IACX,kBAAiB;GAGZ;CNqtCV;;AMtwCD;EAmDW,mBAAkB;EACxB,gBAAe;EACf,0BAAyB;EACzB,oBAAkB;EAClB,YT7rBO;ES8rBP,sCTlsBoC;CSmsB9B;;AAzDX;EA8DE,mBAAkB;EAClB,mBAAkB;EAClB,aAAY;EACZ,oBT/sBqB;CSiwBrB;;AX5vBA;EWyoBF;IAmEG,mBAAkB;GAgDnB;CNyqCD;;AM5xCD;EAuEI,gCAA+B;EAC/B,iCAAgC;CAChC;;AAzEJ;EA2EI,iCAAgC;CAChC;;AA5EJ;EA8EI,gCAA+B;CAC/B;;AA/EJ;EAkFG,cAAa;EACb,mBAAkB;CAgBlB;;AAnGH;EAqFI,YT3tBQ;CS4tBR;;AAtFJ;EAwFI,mBAAkB;EAClB,oBAAmB;CACnB;;AA1FJ;EA4FI,kCTvuB+B;ESwuB/B,iBAAgB;EAChB,0BAAyB;CAIzB;;AX3uBF;EWyoBF;IAgGK,gBAAe;GAEhB;CNiuCH;;AMn0CD;EAqGG,YAAW;EACX,mBAAkB;EAClB,YAAU;EACV,UAAS;EACT,OAAM;EACN,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,+BAA8B;EAC9B,0DAAgE;CAIhE;;AXpuBD;EWknBF;IAgHI,cAAa;GAEd;CNouCF;;AMhuCD;EACC,iBAAgB;CAyDhB;;AA1DD;EAGE,mBAAkB;EAClB,mBAAkB;CAgClB;;AApCF;EAOI,gCAA+B;EAC/B,iCAAgC;CAChC;;AATJ;EAWI,iCAAgC;CAChC;;AAZJ;EAcI,gCAA+B;CAC/B;;AAfJ;EAkBG,cAAa;EACb,mBAAkB;CAgBlB;;AAnCH;EAqBI,YTjxBQ;CSkxBR;;AAtBJ;EAwBI,mBAAkB;EAClB,oBAAmB;CACnB;;AA1BJ;EA4BI,kCT7xB+B;ES8xB/B,iBAAgB;EAChB,0BAAyB;CAIzB;;AXjyBF;EW+vBF;IAgCK,gBAAe;GAEhB;CN8uCH;;AMhxCD;EAsCE,mBAAkB;EAClB,aAAY;EACZ,mBAAkB;CAiBlB;;AAzDF;EA0CG,mBAAkB;EAClB,WAAU;CAaV;;AAxDH;EAsDI,oBAAmB;CACnB;;AAvDJ;EA8CK,YT1yBO;ES2yBP,iBAAgB;EAChB,oBAAmB;CACnB;;AAjDL;EAmDK,eAA0B;EAC1B,eAAc;CACd;;AAOL;EAEE,0BTh0BmB;CSk5BnB;;AXp4BA;EWgzBF;IAIG,oBAAmB;GAgFpB;CNoqCD;;AMxvCD;EAOG,6BAA4B;EAC5B,oBTj0BiB;ESk0BjB,iCTv0BkB;CS21BlB;;AA7BH;EAYK,0BAAyB;EACzB,iBAAgB;EAChB,kBAAiB;EACjB,iCT70BgB;CS80BhB;;AAhBL;EAmBI,iBAAgB;CAShB;;AA5BJ;EAqBK,oBAAmB;EACnB,iBAAgB;EAIhB,mBAAkB;CAClB;;AA3BL;EAwBM,qBAAoB;CACpB;;AAzBN;EA+BG,mBAAkB;CAoBlB;;AAnDH;EAkCK,iBAAgB;CAehB;;AAjDL;EAqCO,mBAAkB;CAOlB;;AA5CP;EAuCQ,eTv2Be;CSw2Bf;;AAxCR;EA0CQ,eAAc;CACd;;AA3CR;EA+CM,oBAAmB;CACnB;;AAhDN;EAqDG,qBAAoB;CACpB;;AAtDH;EAyDG,aAAY;EACZ,oDAAmD;CAyBnD;;AAnFH;EA4DI,oBT53BmB;ES63BnB,iCT73BmB;CSk5BnB;;AAlFJ;EAgEM,YTx3BM;ESy3BN,iCAAgC;CAChC;;AAlEN;EAqEK,iBAAgB;CAYhB;;AAjFL;EAuEM,YT/3BM;ESg4BN,oBAAmB;EAInB,mBAAkB;CAClB;;AA7EN;EA0EO,qBAAoB;CACpB;;AA3EP;EA+EM,YTv4BM;CSw4BN;;AAhFN;EAuFG,0BTr5BkB;ESs5BlB,iBAAgB;CAoDhB;;AX57BD;EWgzBF;IA0FI,oBAAmB;GAkDpB;CN+sCF;;AM31CD;EA6FI,mBAAkB;EAClB,oBAAmB;CAuBnB;;AArHJ;EAiGM,mBAAkB;CAClB;;AAlGN;EAqGK,mBAAkB;CAClB;;AAtGL;EAwGK,YAAW;EACX,mBAAkB;EAClB,aAAY;EACZ,QAAO;EACP,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,6BAA4B;EAC5B,0DAA6D;CAI7D;;AXp6BH;EWgzBF;IAkHM,cAAa;GAEd;CNswCJ;;AM13CD;EAuHI,wBAAuB;CAYvB;;AAnIJ;EA6HS,eT77Bc;CS87Bd;;AA9HT;EAwIM,0DAAgE;CAChE;;AAON;EACC,mBAAkB;CA4ClB;;AA7CD;EAGE,iBAAgB;EAIhB,oBAAmB;CACnB;;AARF;EAKG,eTr9BoB;CSs9BpB;;AANH;EAuCE,oBAAmB;CACnB;;AAxCF;EAWG,mBAAkB;CAKlB;;AXh9BD;EWg8BF;IAaI,kBAAiB;IACjB,iBAAgB;GAEjB;CNkwCF;;ALltEC;EWg8BF;IAmBI,kBAAiB;IACjB,iBAAgB;GAEjB;CNmwCF;;AMzxCD;EAwBG,gBAAe;EACf,iBTj+BS;ESk+BT,aAAY;EACZ,gBAAe;EACf,yBAAwB;EACxB,8BAA6B;EAI7B,oBAAmB;CAKnB;;AAtCH;EA+BI,aAAY;CACZ;;AAhCJ;EAoCI,0BTp/BmB;CSq/BnB;;AArCJ;EA0CE,iBAAgB;EAChB,oBAAmB;CACnB;;AAIF;EACC,mBAAkB;CAkFlB;;AAnFD;EAGE,cAAY;EACZ,aAAY;CACZ;;AALF;EAOE,mBAAkB;EAClB,6BAA4B;EAC5B,UAAS;EACT,UAAS;EAIT,oBT9gCqB;CSsiCrB;;AXjiCA;EW2/BF;IAYG,cAAa;GA0Bd;CNivCD;;AMvxCD;EAgBG,YTxgCS;ESygCT,oBAAmB;CACnB;;AAlBH;EAoBG,kBAAiB;EACjB,iBAAgB;CAChB;;AAtBH;EAyBI,iBAAgB;EAOhB,oBAAmB;CACnB;;AAjCJ;EA2BK,oBAAmB;CACnB;;AA5BL;EA8BK,kBAAiB;CACjB;;AA/BL;EAoCG,iBAAgB;CAChB;;AArCH;EAwCE,iBAAgB;CA0ChB;;AAlFF;EA0CG,cAAa;CACb;;AA3CH;EA8CG,UAAS;CAOT;;AXriCD;EWg/BF;IAgDI,UAAS;GAKV;CN+wCF;;AL1zEC;EWs/BF;IAmDI,SAAQ;GAET;CNqxCF;;AM10CD;EAuDG,WAAU;EACV,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,iBAAgB;CAsBhB;;AXvkCD;EWs/BF;IA6DI,YAAW;IACX,mBAAkB;GAmBnB;CNwwCF;;AMz1CD;EAiEI,mBAAkB;CAelB;;AAhFJ;EAmEK,mBAAkB;EAClB,oBAAmB;CAQnB;;AA5EL;EAsEM,YT9jCM;ES+jCN,iBAAgB;CAChB;;AAxEN;EA0EM,YTlkCM;CSmkCN;;AA3EN;EA8EK,oBAAmB;CACnB;;AAML;EAGG,oBAAmB;CAInB;;AXllCD;EW2kCF;IAKI,mBAAkB;GAEnB;CN6xCF;;AL/2EC;EW2kCF;IAWG,mBAAkB;GAmBnB;CN4wCD;;AM1yCD;EAcG,sCT/lCsC;ESgmCtC,oBAAmB;EACnB,mBAAkB;EAClB,eAAc;CACd;;AAlBH;EAqBI,gBAAe;EACf,mBAAkB;CAMlB;;AA5BJ;EAwBK,aAAY;EACZ,YAAW;EACX,oBAAmB;CACnB;;AX3mCH;EWknCF;IAGG,oBAAmB;GAEpB;CN2xCD;;AMhyCD;EAOE,cAAa;EACP,mCAAkC;EACrC,oBAAmB;CACtB;;AAGF;EAEE,cAAa;EACP,wBAAuB;CAO7B;;AAVF;EAKG,cAAa;CACb;;AXhoCD;EW0nCF;IAQG,oBAAmB;GAEpB;CN8xCD;;ALl6EC;EW0nCF;IAaG,mBAAkB;GAenB;CNkxCD;;AM9yCD;EAgBG,oBAAmB;CACnB;;AAjBH;EAmBG,oBAAmB;CACnB;;AApBH;EAsBG,gBAAe;EACf,oBAAmB;CACnB;;AAxBH;EA0BG,oBAAmB;CACnB;;AAIH;EACC,iBAAgB;CA6BhB;;AA9BD;EAGE,WAAU;EACV,eAAc;EACd,mBAAkB;CAwBlB;;AA7BF;EAOG,gBAAe;EACf,YTnqCS;CSoqCT;;AATH;EAWG,oBAAmB;CACnB;;AAZH;EAeI,cAAa;EACV,aAAY;EACZ,oBTprCgB;ESqrChB,sBAAqB;EACrB,gBAAe;EACf,YT/qCK;ESgrCL,mBAAkB;EAClB,mBAAkB;EAClB,oBAAmB;CACtB;;AAxBJ;EA0BI,WAAU;CACV;;AAKJ;EAGG,qBAAoB;CAgCpB;;AAnCH;EAKI,cAAa;EACb,mBAAkB;EAClB,aAAY;EACN,mBAAkB;CA0BxB;;AAlCJ;EAUK,iBAAgB;EAChB,mBAAkB;EAClB,YAAW;EACX,cAAa;EACP,wBAAuB;CAS7B;;AXhtCH;EWyrCF;IAgBY,aAAY;GAOnB;CNqyCJ;;AM5zCD;EAmBM,aAAY;EACZ,YAAW;EACL,oBAAmB;CACzB;;AAtBN;EAyBK,sCTxtCoC;ESytCpC,mBAAkB;EAClB,eAAc;CACd;;AA5BL;EA8BK,mBAAkB;EAClB,gBAAe;EACf,eAAc;CACd;;AAjCL;EAyCM,oBT5uCiB;CS6uCjB;;AA1CN;EA8CM,oBTjvCiB;CSkvCjB;;ACpvCN;EAEE,qBAAoB;EACpB,iCVCmB;CUyEnB;;AA7EF;EAMG,iBVIS;EUHT,0BVHkB;EUIlB,aAAY;CASZ;;AAjBH;EAWI,YAAW;CACX;;AZAF;EYZF;IAeI,oBAAmB;GAEpB;CP+hFF;;AOhjFD;EAsBK,iBAAgB;CAChB;;AAvBL;EAgCI,oBAAmB;CACnB;;AAjCJ;EA4BK,eV1BkB;EU2BlB,qBAAoB;CACpB;;AA9BL;EA4CI,oBAAmB;CACnB;;AA7CJ;EAqCK,qBAAoB;CAKpB;;AA1CL;EAwCM,oBAAmB;CACnB;;AAzCN;EAiDK,iBAAgB;EAChB,oBAAmB;CACnB;;AAnDL;EAwDO,eAAc;EACd,aAAY;EACZ,YAAW;EACX,iBVjDK;EUkDL,0BVxDc;EUyDd,mBAAkB;CAWlB;;AAxEP;EAgEQ,kBAAiB;CACjB;;AAjER;EAoEQ,oBVlEe;EUmEf,0BVnEe;EUoEf,YV5DI;CU6DJ;;AAvER;EAgFE,kBAAiB;EACjB,qBAAoB;CAuEpB;;AAxJF;;;EAsFG,qBAAoB;CACpB;;AAvFH;;EA4FI,iBAAgB;EAChB,oBAAmB;CACnB;;AA9FJ;;EAiGI,oBAAmB;CACnB;;AZtFF;EYZF;IAuGI,oBAAmB;GAuBpB;CP+/EF;;AO7nFD;EA4GK,mBAAkB;EAClB,iBAAgB;EAChB,kBAAiB;CAcjB;;AA5HL;EAiHM,mBAAkB;CAClB;;AAlHN;EAqHM,mBAAkB;EAClB,YAAW;EACX,iBAAgB;EAChB,yBAAwB;EACxB,eVvHiB;CUyHjB;;AA3HN;EAqJI,oBAAmB;CACnB;;AAtJJ;EAmIK,mBAAkB;CAClB;;AApIL;EAuIK,iBAAgB;EAChB,kBAAiB;CAWjB;;AAnJL;EA2IM,0BVzIiB;CUgJjB;;AAlJN;EA8IO,sCVxIkC;EUyIlC,aAAY;EACZ,aAAY;CACZ;;AAUP;EACC,iBAAgB;CA6HhB;;AA9HD;EAKG,mBAAkB;EAClB,gBAAe;EACf,iBAAgB;CAmEhB;;AA1EH;EAUI,YAAW;CACX;;AAXJ;EAcI,mBAAkB;EAClB,UAAS;EACT,QAAO;EACP,YAAW;EACX,aAAY;EACZ,oBV5KmB;EU6KnB,aAAY;EACZ,qBAAoB;CAuCpB;;AA5DJ;;;EA0BK,YV3KO;CU4KP;;AA3BL;;EA+BK,sCVpLoC;EUqLpC,iBAAgB;CAChB;;AAjCL;EAoCK,iBAAgB;EAChB,oBAAmB;CACnB;;AAtCL;;;EA2CK,qBAAoB;EACpB,sCAA6B;UAA7B,8BAA6B;EAC7B,WAAU;CACV;;AA9CL;EAiDK,oBAAmB;CACnB;;AAlDL;EAuDO,mBAAkB;CAClB;;AAxDP;EAgEK,OAAM;CAQN;;AAxEL;;;EAqEM,mCAA0B;UAA1B,2BAA0B;EAC1B,WAAU;CACV;;AAvEN;EA6EG,WAAU;CAUV;;AZtOD;EY+IF;IAgFI,WAAU;GAOX;CPmgFF;;AO1lFD;EAoFI,iBAAgB;CAChB;;AArFJ;EA0FG,YAAW;CASX;;AZlPD;EY+IF;IA6FI,YAAW;GAMZ;CPqgFF;;AOxmFD;EAiGI,iBAAgB;CAChB;;AAlGJ;;EAuGG,iBVxPS;EUyPT,YAAW;EACX,aAAY;EACZ,oBAAmB;EACnB,aAAY;CAiBZ;;AZ/PD;EYmIF;;IA8GI,aAAY;IACZ,YAAW;GAaZ;CPigFF;;AO7nFD;;EAoHK,eV7QkB;CU8QlB;;AArHL;;EAyHI,eVlRmB;EUmRnB,yBVzQmB;CU0QnB;;ACtRJ;yEACyE;AACzE;EACE,mBAAkB;EAClB,oBAAmB;CAuBpB;;AAzBD;EAKI,wBAAuB;EACvB,aAAY;EACZ,gBAAe;EACf,sCXJqC;EWKrC,mBAAkB;CAenB;;AbdD;EaVF;IAYM,mBAAkB;GAYrB;CR8xFF;;AQtzFD;EAiBM,WAAU;EACV,iBAAgB;CACjB;;AAnBL;EAsBM,eXtBiB;CWuBlB;;AAIL;EACE,eX5BqB;CW6BtB;;AAGD;yEACyE;AAEzE;EA2DE;6EAC2E;EAa3E;6EAC2E;EAE3E,eAAe;EAKf,eAAe;CAyBhB;;AA1GD;EAEI,cAAa;CAuDd;;AAzDH;EAKM,aAAY;EACZ,0BXvCe;CWyFhB;;AAxDL;EASQ,mBAAkB;EAClB,iBAAgB;CA6CjB;;AAvDP;EAaU,YAAW;CACZ;;AAdT;EAiBU,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,YAAW;EACX,aAAY;EACZ,oBXzDa;EW0Db,WAAU;EACV,8BAAoB;UAApB,sBAAoB;EACpB,qBAAoB;CAsBrB;;AA/CT;EA4BY,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,uBX3DA;EW4DA,oBAAmB;EACnB,mBAAkB;EAClB,UAAS;EACT,SAAQ;EACR,yCAAgC;UAAhC,iCAAgC;EAChC,cAAa;CAQd;;AA9CX;EAyCc,YXpEF;EWqEE,kBAAiB;EACjB,mBAAkB;CAEnB;;AA7Cb;EAmDY,aAAY;EACZ,4BAAmB;UAAnB,oBAAmB;CACpB;;AArDX;;EAgEI,sBAAqB;EACrB,oBAAmB;CACpB;;AAlEH;EAqEI,iBAAgB;EAChB,mBAAkB;CACnB;;AAvEH;EA8EI,6CAA4C;CAC7C;;AAGD;EAlFF;IAoFM,6CAA4C;GAC7C;CRkyFJ;;AQv3FD;EA0FM,aAAY;CAMb;;AAhGL;EA6FQ,WAAU;EACV,aAAY;CACb;;AAGH;EAlGJ;;IAsGQ,6CAA4C;GAC7C;CRgyFN;;AQ3xFD;EACE,iBAAgB;CAmDjB;;AApDD;EAII,mBAAkB;EAClB,iBAAgB;EAChB,oBAAmB;CA6CpB;;AAnDH;EASM,YAAW;CACZ;;AAVL;EAaM,mBAAkB;EAClB,OAAM;EACN,QAAO;EACP,YAAW;EACX,aAAY;EACZ,oBXjKiB;EWkKjB,WAAU;EACV,8BAAoB;UAApB,sBAAoB;EACpB,qBAAoB;CAsBrB;;AA3CL;EAwBQ,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,uBXnKI;EWoKJ,oBAAmB;EACnB,mBAAkB;EAClB,UAAS;EACT,SAAQ;EACR,yCAAgC;UAAhC,iCAAgC;EAChC,cAAa;CAQd;;AA1CP;EAqCU,YX5KE;EW6KF,kBAAiB;EACjB,mBAAkB;CAEnB;;AAzCT;EA+CQ,aAAY;EACZ,4BAAmB;UAAnB,oBAAmB;CACpB;;AClMP;EAEE,qBAAoB;EACpB,oBAAmB;CAoMnB;;Ad3LA;EcZF;IAOK,YAAW;GAEZ;CTi+FH;;AS1+FD;EAYG,mBAAkB;EAClB,6BAA4B;EAC5B,4BAA2B;EAC3B,oBAAmB;EACnB,sBZZkB;CY+DlB;;AAnEH;EAkBI,mBAAkB;EAClB,WAAU;EACV,WAAU;EACV,YAAW;EACX,aAAY;EACZ,mBAAkB;EAClB,oBZtBmB;EYuBnB,cAAa;EACb,oBAAmB;EACnB,wBAAuB;CASvB;;AApCJ;EA6BK,YZnBO;CYyBP;;AAnCL;EA+BM,eAAc;EACd,gBAAe;EACf,iBAAgB;CAChB;;AAlCN;EAgDI,oBAAmB;EACnB,iCZ7CiB;EY8CjB,oBAAmB;CACnB;;AAnDJ;EAuCK,iBAAgB;CAQhB;;AA/CL;EAyCM,iBAAgB;EAChB,eZ/BS;CYmCT;;AA9CN;EA4CO,eZ1CgB;CY2ChB;;AA7CP;EAsDK,iBAAgB;CAWhB;;AAjEL;EAyDO,kBAAiB;CACjB;;AA1DP;EA4DO,sBAAqB;EACrB,oBAAmB;EACnB,oBAAmB;CACnB;;AA/DP;EAqEG,oDAAmD;CACnD;;AAtEH;EAwEG,qBAAoB;CA8HpB;;AAtMH;EA0EI,kBAAiB;EAIjB,kBAAiB;EACjB,aAAY;EACZ,oBAAmB;CACnB;;AAjFJ;EA4EK,iBAAgB;CAChB;;AA7EL;EAmFI,iCZ/EiB;EYgFjB,oBAAmB;CACnB;;AArFJ;EAwFK,gBAAe;EACf,gBAAe;CACf;;AA1FL;EA4FK,oBAAmB;EACnB,cAAa;EACb,+BZ5FkB;EYiGlB,eAAc;CACd;;AApGL;EAgGM,gBAAe;EACf,mBAAkB;CAClB;;AAlGN;EAsGK,cAAa;EACb,kBAAiB;EACjB,qBAAoB;CAwFpB;;Ad9KH;EclBF;IA0GM,gBAAe;GAsFhB;CT+5FJ;;AS/lGD;EA6GM,WAAU;CACV;;AA9GN;EAgHM,gBAAe;EACf,mBAAkB;CAyBlB;;AdxHJ;EclBF;IAmHO,iBAAgB;IAChB,mBAAkB;IAClB,oBAAmB;IACnB,aAAY;GAoBb;CTu+FL;;ASjnGD;EAyHO,gBAAe;EACf,sCZpHkC;CYqHlC;;AA3HP;EA6HO,eZlHQ;CYmHR;;AA9HP;EAkIS,eZ3HW;EY4HX,gBAAe;CAIf;;AAvIT;EAqIU,eZnIa;CYoIb;;AAtIV;EA4IM,gBAAe;EACf,kBAAiB;CAkDjB;;Ad7KJ;EclBF;IA+IO,iBAAgB;IAChB,aAAY;IACZ,mBAAkB;GA8CnB;CTi9FL;;AShpGD;EAoJO,gBAAe;EACf,sCZ/IkC;CYgJlC;;AAtJP;EAwJO,mBAAkB;CAKlB;;Ad3JL;EcFF;IA0JQ,eAAc;IACd,oBAAmB;GAEpB;CTmgGN;;AShqGD;EA+JO,iBAAgB;CA+BhB;;Ad5LL;EcFF;IAiKQ,iBAAgB;GA6BjB;CT4+FN;;AS1qGD;EAoKQ,kBAAiB;CAKjB;;AdvKN;EcFF;IAsKS,kBAAiB;IACjB,mBAAkB;GAEnB;CT4gGP;;ASrrGD;EA4KS,eAAc;EACd,aAAY;EACZ,YAAW;EACX,mBAAkB;EAClB,iBZtKG;EYuKH,0BZ7KY;CYwLZ;;AA5LT;EAmLU,kBAAiB;CACjB;;AApLV;EAsLU,oBZpLa;EYqLb,sBZrLa;CYyLb;;AA3LV;EAyLW,YZ/KC;CYgLD;;AA1LX;EAoMI,iBAAgB;CAChB;;AArMJ;EAyME,qBAAoB;CAmCpB;;AA5OF;EA2MG,iBAAgB;EAChB,oBAAmB;CACnB;;AA7MH;EA+MG,kBAAiB;CA4BjB;;AA3OH;EAiNI,mBAAkB;CAClB;;AAlNJ;EAqNK,gBAAe;EACf,iBAAgB;EAChB,oBAAmB;CACnB;;AAxNL;EA0NK,gBAAe;CACf;;AA3NL;EA6NK,oBAAmB;CACnB;;AA9NL;EAwOK,oBAAmB;CACnB;;AAzOL;EAkOO,kBAAiB;CACjB;;AAnOP;EAqOO,eZnOgB;CYoOhB;;AAtOP;EA+OG,iBAAgB;EAChB,oBAAmB;CACnB;;AAjPH;EAmPG,oBAAmB;CACnB;;AAKH;EACC,iBAAgB;EAChB,oBAAmB;CA8BnB;;AAhCD;EAII,mBAAkB;CAmBnB;;AAvBH;EAMM,gBAAe;EACf,WAAU;EACV,aAAY;EACZ,YAAW;EACX,kBAAiB;EACjB,mBAAkB;EAClB,0BAAyB;EACzB,eZ/Pc;EYgQd,0BZnQe;EYoQf,4BAA2B;CAO5B;;AAtBL;EAiBO,qCAA2C;EAC1C,uBAAwB;EACxB,iCAAuC;CAExC;;AArBP;EA0BQ,qCAA2C;EAC3C,uBAAwB;EACxB,iCAAuC;CAE1C;;AAGL;EACC,gBAAe;CACf;;AACD;EAKC,oBAAmB;CA4FnB;;AAjGD;EAEE,iBAAgB;EAChB,oBAAmB;CACnB;;AdrRA;EciRF;IAQG,iBAAgB;GAoBjB;CT+/FD;;AS3hGD;EAYI,mBAAkB;CAClB;;AAbJ;EAeI,oBZ1SmB;EY2SnB,YZnSQ;EYoSR,aAAY;EACZ,iBAAgB;EAChB,kBAAiB;EACjB,gBAAe;CAMf;;AA1BJ;EAsBK,gBAAe;EACf,mBAAkB;EAClB,kBAAiB;CACjB;;AAzBL;EAgCI,oBAAmB;EACnB,qBAAoB;EACpB,iCZ3TiB;EY4TjB,iBAAgB;CAYhB;;AA/CJ;EAqCK,gBAAe;EACf,kBAAiB;EACjB,eAAc;CAId;;AA3CL;EAyCM,eZpUiB;CYqUjB;;AA1CN;EA6CK,mBAAkB;CAClB;;AA9CL;EAsDK,eAAc;EACd,mBAAkB;EAClB,0BZjVgB;EYkVhB,oBAAmB;EACnB,gBAAe;CAMf;;AAhEL;EA4DM,oBZvViB;EYwVjB,YZhVM;EYiVN,sBZzViB;CY0VjB;;AA/DN;EAsEG,gBAAe;CAyBf;;AA/FH;EAwEI,iCZjWiB;CYkWjB;;AAzEJ;EA2EI,mBAAkB;CAClB;;AA5EJ;EAgFM,gBAAe;EACf,eZnWS;EYoWT,eAAc;EACd,iBAAgB;CAIhB;;AAvFN;EAqFO,eZhXgB;CYiXhB;;AAtFP;EA2FM,mBAAkB;CAClB;;AAON;EAEE,cAAa;CAyGb;;Ad7cA;EckWF;IAIG,uBAAsB;GAuGvB;CTw6FD;;ALj4GC;Ec8WF;IAOG,oBAAmB;GAoGpB;CT86FD;;ASzhGD;EAUG,gBAAe;CAOf;;AdnXD;EckWF;IAYI,iBAAgB;GAKjB;CTkhGF;;ASniGD;EAeI,YAAW;CACX;;AAhBJ;EAmBG,gBAAe;EACf,cAAa;EACb,mBAAkB;EAClB,wBAAuB;EACvB,yBAAwB;EACxB,sBZpZkB;CYmelB;;AdzcD;EckWF;IA0BI,+BZtZiB;IYuZjB,iBAAgB;GA4EjB;CTg9FF;;ASvjGD;EA+BK,oBAAmB;EACnB,gBAAe;CAkBf;;AAlDL;EAkCM,0BAAyB;EACzB,iBAAgB;EAChB,mBAAkB;EAClB,gBAAe;EACf,eZ3ZS;CYsaT;;AAjDN;EAwCO,mBAAkB;EAClB,UAAS;EACT,QAAO;EACP,UAAS;EACT,YAAW;EACX,oBZ3agB;EY4ahB,YAAW;EACX,YAAW;CACX;;AAhDP;EAsDK,gBAAe;CACf;;AAvDL;EA0DI,iBAAgB;EAChB,YAAW;EACX,aAAY;EACZ,mBAAkB;EAClB,oBZ5bmB;EY6bnB,cAAa;EACb,oBAAmB;EACnB,wBAAuB;CAUvB;;AA3EJ;EAmEK,YZzbO;EY0bP,iBAAgB;CAMhB;;AA1EL;EAsEM,eAAc;EACd,gBAAe;EACf,iBAAgB;CAChB;;AAzEN;EA6EI,kBAAiB;EACjB,kBAAiB;CAQjB;;AAtFJ;EAgFK,sCZ1coC;EY2cpC,eZtcU;EYucV,0BAAyB;EACzB,gBAAe;CAEf;;AArFL;EAwFI,YAAW;EACX,mBAAkB;EAClB,YAAU;EACV,UAAS;EACT,SAAQ;EACR,sCAA6B;UAA7B,8BAA6B;EAC7B,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,+BAA8B;EAC9B,uDAAwD;CAIxD;;AdxcF;EckWF;IAoGK,cAAa;GAEd;CTmiGH;;AUzgHD;EACC,iBAAgB;CAChB;;AACD;EAEE,oBAAmB;CAsEnB;;AAxEF;EAIG,mBAAkB;EAClB,0BbJkB;EaKlB,oBAAmB;EACnB,mBAAkB;EAClB,qBAAoB;CAuCpB;;AA/CH;EAUI,YAAW;EACX,mBAAkB;EAClB,WAAU;EACV,cAAa;EACb,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,4BAA2B;EAC3B,0DAA+D;EAC/D,qBAAoB;CACpB;;AApBJ;EAsBI,YAAW;EACX,mBAAkB;EAClB,WAAU;EACV,cAAa;EACb,SAAQ;EACR,UAAS;EACT,oBAAmB;EACnB,4BAA2B;EAC3B,uDAAwD;EACxD,qBAAoB;CACpB;;AAhCJ;EAkCI,oBbnCmB;EaoCnB,0BbpCmB;Ca+CnB;;AA9CJ;EAsCK,Yb/BO;CagCP;;AAvCL;EAyCK,0DAAgE;CAChE;;AA1CL;EA4CK,0DAAgE;CAChE;;AA7CL;EAiDG,kBAAiB;CAsBjB;;AAvEH;EAmDI,aAAY;EACZ,YAAW;EACX,oBAAmB;CACnB;;AAtDJ;EAwDI,kBAAiB;EACjB,mBAAkB;CAalB;;AAtEJ;EA4DM,sCbzDmC;Ea0DnC,ebrDS;CasDT;;AA9DN;EAkEM,qBAAoB;EACpB,ebpEiB;CaqEjB;;ACvEN;EAEK,iBAAgB;EAChB,oBAAmB;CAatB;;AAhBF;EAKM,oBAAmB;CACnB;;AANN;EAQG,iBAAgB;EAChB,edPoB;EcYpB,oBAAmB;CACnB;;AAfH;EAWI,mBAAkB;EAClB,edDW;CcEX;;ACbJ;EAII,iBAAgB;EAChB,oBAAmB;CA2BnB;;AAhCJ;EAOK,iBfGO;EeFP,WAAU;CAYV;;AApBL;EAgBO,iBAAgB;EAChB,efNQ;CeOR;;AAlBP;EAYQ,cAAa;EACb,gCfTa;EeUb,mBAAkB;CAClB;;AAfR;EAsBK,effe;EegBf,mBAAkB;CAClB;;AAxBL;EA4BO,ef1BgB;Ce2BhB;;AC7BP;EAEE,oBAAmB;CACnB;;AAHF;EAKE,iBAAgB;EAChB,oBAAmB;CACnB","file":"style.css","sourcesContent":["/*\r\nTHEME: Eventre - Event and Conference Template\r\nVERSION: 1.0.0\r\nAUTHOR: Themefisher\r\n\r\nHOMEPAGE: https://themefisher.com/products/eventre-event-conference-website-template/\r\nDEMO: https://demo.themefisher.com/eventre/\r\nGITHUB: https://github.com/themefisher/Eventre-Event-Conference-Template/\r\n\r\nWEBSITE: https://themefisher.com\r\nTWITTER: https://twitter.com/themefisher\r\nFACEBOOK: https://www.facebook.com/themefisher\r\n*/\r\n\r\n@import 'variables.scss';\r\n\r\n@import 'media-queries.scss';\r\n\r\n@import 'typography.scss';\r\n\r\n@import 'lists.scss';\r\n\r\n@import 'common.scss';\r\n\r\n@import 'button.scss';\r\n\r\n@import 'components/navigation.scss';\r\n\r\n@import 'components/page-title.scss';\r\n\r\n@import 'components/footer.scss';\r\n\r\n@import 'components/call-to-action.scss';\r\n\r\n@import 'pages/home.scss';\r\n\r\n@import 'pages/speaker.scss';\r\n\r\n@import 'pages/gallery.scss';\r\n\r\n@import 'pages/blog.scss';\r\n\r\n@import 'pages/about.scss';\r\n\r\n@import 'pages/404.scss';\r\n\r\n@import 'pages/faq.scss';\r\n\r\n@import 'pages/contact.scss';","/*=== MEDIA QUERY ===*/\r\n@mixin mobile-xs{\r\n @media(max-width:400px){\r\n @content;\r\n }\r\n}\r\n@mixin mobile{\r\n @media(max-width:575px){\r\n @content;\r\n }\r\n}\r\n@mixin tablet{\r\n @media(max-width:767px){\r\n @content;\r\n }\r\n}\r\n\r\n@mixin desktop-sm{\r\n @media(max-width:991px){\r\n @content;\r\n }\r\n}\r\n\r\n@mixin desktop{\r\n @media(max-width:1024px){\r\n @content;\r\n }\r\n}\r\n\r\n@mixin large-desktop{\r\n @media(max-width:1200px){\r\n @content;\r\n }\r\n}\r\n\r\n@mixin desktop-nav{\r\n @media(max-width: 1352px){\r\n @content;\r\n }\r\n}","// Google Font Import\r\n@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');\r\n// font size\r\nhtml {\r\n\tfont-size: 16px;\r\n}\r\n// Body\r\nbody{\r\n\tfont-family: $primary-font;\r\n\t-webkit-font-smoothing: antialiased;\r\n}\r\n\r\n// Headings\r\nh1,h2,h3,h4,h5,h6{\r\n\tfont-family: $secondary-font;\r\n\tcolor: $black;\r\n\tfont-weight: 600;\r\n}\r\n\r\nh1{\r\n\tfont-size: 2.8rem; //45px\r\n}\r\n\r\nh2{\r\n\tfont-size: 2.5rem; //40px\r\n}\r\n\r\nh3{\r\n\tfont-size: 2.25rem; //36px\r\n}\r\n\r\nh4{\r\n\tfont-size: 1.6875rem;//27px\r\n}\r\n\r\nh5{\r\n\tfont-size: 1.375rem; //22px\t\r\n}\r\n\r\nh6{\r\n\tfont-size: 1.25rem; //20px\r\n}\r\n// Others \r\np, a, li, blockquote, label{\r\n\tfont-size: 1rem;\r\n\tline-height: 26px;\r\n\tcolor: $text-color;\r\n\tmargin-bottom: 0;\r\n}\r\n\r\n// Placeholder Color Change\r\n.form-control::-webkit-input-placeholder { \r\n color: darken($light, 30%);\r\n font-size: 0.9375rem;//15px\r\n }","// Variables\r\n$body-color: #ffffff;\r\n$primary-color: #ff6600;\r\n$secondary-color: #7c7491;\r\n$border-color:#e5e5e5;\r\n$primary-font: 'Roboto', sans-serif;\r\n$secondary-font: 'Montserrat', sans-serif;\r\n$text-color: #848484;\r\n$gray: #eae9ec;\r\n$light-gray: #fafafa;\r\n$light: #fff;\r\n$black: #222222;\r\n$icon-font: FontAwesome;\r\n","ul.social-links{\r\n\tmargin-bottom: 0;\r\n\tli{\r\n\t\t&:first-child{\r\n\t\t\ta{\r\n\t\t\t\tpadding-left: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t\ta{\r\n\t\t\tpadding: 0 15px;\r\n\t\t\tdisplay: block;\r\n\t\t\ti{\r\n\t\t\t\tfont-size: 20px;\r\n\t\t\t\tcolor: $black;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}",".shadow{\r\n box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\r\n}\r\n\r\n.border-bottom{\r\n border-bottom: 1px solid $border-color; \r\n}\r\n\r\n.overlay {\r\n &:before{\r\n content: '';\r\n background: url(../images/background/objects.png) no-repeat;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n &:after {\r\n content: '';\r\n background: -webkit-linear-gradient(-45deg, #1e5799 0%,#1d1546 0%,#1a0b25 100%,#207cca 100%);\r\n opacity: .25;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n}\r\n\r\n.overlay-lighter {\r\n &:before {\r\n content: '';\r\n background: -webkit-linear-gradient(-45deg, #1e5799 0%,#1d1546 0%,#1a0b25 100%,#207cca 100%);\r\n opacity: .20;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n}\r\n\r\n.text-overlay{\r\n &:after {\r\n content: 'CONFERENCE';\r\n font-family: $secondary-font;\r\n font-weight: 600;\r\n font-size: 215px;\r\n width: 100%;\r\n height: 300px;\r\n background-position: center center;\r\n position: absolute;\r\n top: 40%;\r\n left: 50%;\r\n opacity: .05;\r\n transform: translateX(-50%);\r\n @include tablet{\r\n font-size: 100px;\r\n }\r\n @include mobile{\r\n font-size: 70px;\r\n }\r\n }\r\n}\r\n.overlay-primary{\r\n &:before {\r\n content: '';\r\n background: rgba(255, 102, 0, 0.93);\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n}\r\n\r\n.overlay-dark{\r\n &:before {\r\n content: '';\r\n background: -webkit-linear-gradient(-45deg, #1e5799 0%,#1d1546 0%,#1a0b25 100%,#207cca 100%);\r\n opacity: .75;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n}\r\n\r\n.overlay-white{\r\n &:before {\r\n content: '';\r\n background: linear-gradient(0deg, rgba(245,245,248,0.8) 0%, rgba(247,247,247,1) 100%);\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n}\r\n\r\n.overlay-white-slant{\r\n &:before {\r\n content: '';\r\n width: 100%;\r\n margin-left: -45%;\r\n background: rgba(255, 255, 255, 1);\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n transform: skewX(-20deg);\r\n @include tablet{\r\n content: none;\r\n }\r\n }\r\n}\r\n\r\nspan.alternate{\r\n color: $primary-color;\r\n font-style: italic;\r\n font-weight: 400;\r\n}\r\n\r\na{\r\n transition: 0.2s ease;\r\n}\r\n\r\na:focus, a:hover {\r\n color: $primary-color;\r\n text-decoration: none;\r\n}\r\n\r\nbutton{\r\n &:hover{\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n.bg-gray{\r\n\tbackground: #fafafa;\r\n}\r\n\r\n.bg-blue{\r\n background: $primary-color;\r\n}\r\n\r\n.bg-banner-one{\r\n background: url(../images/background/homepage-one-banner.jpg) no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-banner-two{\r\n background: url(../images/background/banner-bg-two.jpg) no-repeat;\r\n background-size: cover;\r\n background-position: right center;\r\n @include tablet{\r\n background-position: center center;\r\n }\r\n}\r\n\r\n.bg-about{\r\n background: url(../images/background/pattern-background.jpg) no-repeat;\r\n background-size: cover;\r\n}\r\n\r\n.bg-speaker{\r\n background: url(../images/background/spaeker-background.jpg) fixed no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-timer{\r\n background: url(../images/background/timer-bg.jpg) no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-schedule{\r\n background: url(../images/background/schedule-bg.png) no-repeat;\r\n background-size: cover;\r\n}\r\n\r\n.bg-service{\r\n background: url(../images/background/feature-background.jpg) no-repeat;\r\n background-size: cover;\r\n}\r\n\r\n.bg-registration{\r\n background: url(../images/background/registration-background.jpg) no-repeat;\r\n background-size: cover;\r\n}\r\n\r\n.bg-registration-two{\r\n background: url(../images/background/bg-registration-two.jpg) no-repeat;\r\n background-size: cover;\r\n}\r\n\r\n.bg-ticket{\r\n background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-sponsors{\r\n background: url(../images/background/sponsors-bg.jpg) fixed no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-subscribe{\r\n background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.bg-title{\r\n background: url(../images/background/page-title-bg.jpg) no-repeat;\r\n background-size: cover;\r\n background-position: center center;\r\n}\r\n\r\n.section{\r\n\tpadding: 90px 0;\r\n}\r\n\r\n.border-less{\r\n border-bottom: 1px solid $border-color;\r\n}\r\n\r\n.section-title{\r\n margin-top: 25px;\r\n\ttext-align: center;\r\n h3{\r\n margin-bottom: 20px;\r\n }\r\n margin-bottom: 40px;\r\n &.white{\r\n h3, p{\r\n color: $light;\r\n }\r\n }\r\n}\r\n\r\n.mt-20{\r\n margin-top: 20px;\r\n}\r\n\r\n.mt-30{\r\n margin-top: 30px;\r\n}\r\n\r\n.mb-20{\r\n margin-bottom: 20px;\r\n}\r\n\r\n.page-title{\r\n text-align: center;\r\n}\r\n// Promo Video\r\n.video{\r\n position:relative;\r\n &:before{\r\n border-radius: 3px;\r\n }\r\n img{\r\n width: 100%;\r\n border-radius: 8px;\r\n }\r\n .video-button{\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n display: flex;\r\n -webkit-box-pack: center;\r\n -ms-flex-pack: center;\r\n justify-content: center;\r\n -webkit-box-align: center;\r\n -ms-flex-align: center;\r\n align-items: center;\r\n width: 100%;\r\n height: 100%;\r\n }\r\n .video-box{\r\n a{\r\n width: 100%;\r\n height: 100%;\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: center;\r\n -ms-flex-pack: center;\r\n justify-content: center;\r\n -webkit-box-align: center;\r\n -ms-flex-align: center;\r\n align-items: center;\r\n i{\r\n height: 125px;\r\n width: 125px;\r\n font-size: 40px;\r\n background: $primary-color;\r\n border-radius: 100%;\r\n color: $light;\r\n line-height: 125px;\r\n text-align: center;\r\n }\r\n iframe{\r\n width: 100%;\r\n height: 100%;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.form-control {\r\n background: transparent;\r\n border: 1px solid darken($light, 30%);\r\n border-radius: 0;\r\n font-size: 0.9375rem;\r\n padding: 15px 20px;\r\n height: 48px;\r\n margin-bottom: 20px;\r\n color: darken($light, 30%);\r\n\r\n &:focus {\r\n border: 1px solid $primary-color;\r\n box-shadow: none;\r\n }\r\n &.white{\r\n background: $light;\r\n color: $black;\r\n }\r\n}\r\n\r\nselect.form-control:not([size]):not([multiple]){\r\n height: 100%;\r\n}\r\n\r\n.left{\r\n overflow: hidden;\r\n img{\r\n margin-left: -40px;\r\n @include tablet {\r\n margin-left: 0;\r\n margin-bottom: 30px;\r\n\r\n } \r\n }\r\n}\r\n.right{\r\n overflow: hidden;\r\n img{\r\n margin-left: 40px;\r\n @include tablet {\r\n margin-left: 0;\r\n }\r\n }\r\n}\r\n\r\n.hide-overflow{\r\n overflow: hidden;\r\n}\r\n\r\n// Magnific Popup zoom effect\r\n.mfp-with-zoom .mfp-container,\r\n.mfp-with-zoom.mfp-bg {\r\n opacity: 0;\r\n /* ideally, transition speed should match zoom duration */\r\n -webkit-transition: all 0.3s ease-out;\r\n -moz-transition: all 0.3s ease-out;\r\n -o-transition: all 0.3s ease-out;\r\n transition: all 0.3s ease-out;\r\n}\r\n\r\n.mfp-with-zoom.mfp-ready .mfp-container {\r\n opacity: 1;\r\n}\r\n.mfp-with-zoom.mfp-ready.mfp-bg {\r\n opacity: 0.8;\r\n}\r\n\r\n.mfp-with-zoom.mfp-removing .mfp-container,\r\n.mfp-with-zoom.mfp-removing.mfp-bg {\r\n opacity: 0;\r\n}\r\n\r\n//Border\r\n.border-top{\r\n border-top: 1px solid;\r\n}\r\n\r\n.slick-slide:focus {\r\n outline: 0;\r\n}","/*\r\nTHEME: Eventre - Event and Conference Template\r\nVERSION: 1.0.0\r\nAUTHOR: Themefisher\r\n\r\nHOMEPAGE: https://themefisher.com/products/eventre-event-conference-website-template/\r\nDEMO: https://demo.themefisher.com/eventre/\r\nGITHUB: https://github.com/themefisher/Eventre-Event-Conference-Template/\r\n\r\nWEBSITE: https://themefisher.com\r\nTWITTER: https://twitter.com/themefisher\r\nFACEBOOK: https://www.facebook.com/themefisher\r\n*/\n/*=== MEDIA QUERY ===*/\n@import url(\"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700\");\nhtml {\n font-size: 16px;\n}\n\nbody {\n font-family: \"Roboto\", sans-serif;\n -webkit-font-smoothing: antialiased;\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-family: \"Montserrat\", sans-serif;\n color: #222222;\n font-weight: 600;\n}\n\nh1 {\n font-size: 2.8rem;\n}\n\nh2 {\n font-size: 2.5rem;\n}\n\nh3 {\n font-size: 2.25rem;\n}\n\nh4 {\n font-size: 1.6875rem;\n}\n\nh5 {\n font-size: 1.375rem;\n}\n\nh6 {\n font-size: 1.25rem;\n}\n\np, a, li, blockquote, label {\n font-size: 1rem;\n line-height: 26px;\n color: #848484;\n margin-bottom: 0;\n}\n\n.form-control::-webkit-input-placeholder {\n color: #b3b3b3;\n font-size: 0.9375rem;\n}\n\nul.social-links {\n margin-bottom: 0;\n}\n\nul.social-links li:first-child a {\n padding-left: 0;\n}\n\nul.social-links li a {\n padding: 0 15px;\n display: block;\n}\n\nul.social-links li a i {\n font-size: 20px;\n color: #222222;\n}\n\n.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover {\n box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\n}\n\n.border-bottom {\n border-bottom: 1px solid #e5e5e5;\n}\n\n.overlay:before {\n content: '';\n background: url(../images/background/objects.png) no-repeat;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.overlay:after {\n content: '';\n background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);\n opacity: .25;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.overlay-lighter:before {\n content: '';\n background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);\n opacity: .20;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.text-overlay:after {\n content: 'CONFERENCE';\n font-family: \"Montserrat\", sans-serif;\n font-weight: 600;\n font-size: 215px;\n width: 100%;\n height: 300px;\n background-position: center center;\n position: absolute;\n top: 40%;\n left: 50%;\n opacity: .05;\n transform: translateX(-50%);\n}\n\n@media (max-width: 767px) {\n .text-overlay:after {\n font-size: 100px;\n }\n}\n\n@media (max-width: 575px) {\n .text-overlay:after {\n font-size: 70px;\n }\n}\n\n.overlay-primary:before {\n content: '';\n background: rgba(255, 102, 0, 0.93);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.overlay-dark:before {\n content: '';\n background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);\n opacity: .75;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.overlay-white:before {\n content: '';\n background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, #f7f7f7 100%);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.overlay-white-slant:before {\n content: '';\n width: 100%;\n margin-left: -45%;\n background: white;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n transform: skewX(-20deg);\n}\n\n@media (max-width: 767px) {\n .overlay-white-slant:before {\n content: none;\n }\n}\n\nspan.alternate {\n color: #ff6600;\n font-style: italic;\n font-weight: 400;\n}\n\na {\n transition: 0.2s ease;\n}\n\na:focus, a:hover {\n color: #ff6600;\n text-decoration: none;\n}\n\nbutton:hover {\n cursor: pointer;\n}\n\n.bg-gray {\n background: #fafafa;\n}\n\n.bg-blue {\n background: #ff6600;\n}\n\n.bg-banner-one {\n background: url(../images/background/homepage-one-banner.jpg) no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-banner-two {\n background: url(../images/background/banner-bg-two.jpg) no-repeat;\n background-size: cover;\n background-position: right center;\n}\n\n@media (max-width: 767px) {\n .bg-banner-two {\n background-position: center center;\n }\n}\n\n.bg-about {\n background: url(../images/background/pattern-background.jpg) no-repeat;\n background-size: cover;\n}\n\n.bg-speaker {\n background: url(../images/background/spaeker-background.jpg) fixed no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-timer {\n background: url(../images/background/timer-bg.jpg) no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-schedule {\n background: url(../images/background/schedule-bg.png) no-repeat;\n background-size: cover;\n}\n\n.bg-service {\n background: url(../images/background/feature-background.jpg) no-repeat;\n background-size: cover;\n}\n\n.bg-registration {\n background: url(../images/background/registration-background.jpg) no-repeat;\n background-size: cover;\n}\n\n.bg-registration-two {\n background: url(../images/background/bg-registration-two.jpg) no-repeat;\n background-size: cover;\n}\n\n.bg-ticket {\n background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-sponsors {\n background: url(../images/background/sponsors-bg.jpg) fixed no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-subscribe {\n background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.bg-title {\n background: url(../images/background/page-title-bg.jpg) no-repeat;\n background-size: cover;\n background-position: center center;\n}\n\n.section {\n padding: 90px 0;\n}\n\n.border-less {\n border-bottom: 1px solid #e5e5e5;\n}\n\n.section-title {\n margin-top: 25px;\n text-align: center;\n margin-bottom: 40px;\n}\n\n.section-title h3 {\n margin-bottom: 20px;\n}\n\n.section-title.white h3, .section-title.white p {\n color: #fff;\n}\n\n.mt-20 {\n margin-top: 20px;\n}\n\n.mt-30 {\n margin-top: 30px;\n}\n\n.mb-20 {\n margin-bottom: 20px;\n}\n\n.page-title {\n text-align: center;\n}\n\n.video {\n position: relative;\n}\n\n.video:before {\n border-radius: 3px;\n}\n\n.video img {\n width: 100%;\n border-radius: 8px;\n}\n\n.video .video-button {\n position: absolute;\n left: 0;\n top: 0;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n\n.video .video-box a {\n width: 100%;\n height: 100%;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.video .video-box a i {\n height: 125px;\n width: 125px;\n font-size: 40px;\n background: #ff6600;\n border-radius: 100%;\n color: #fff;\n line-height: 125px;\n text-align: center;\n}\n\n.video .video-box a iframe {\n width: 100%;\n height: 100%;\n}\n\n.form-control {\n background: transparent;\n border: 1px solid #b3b3b3;\n border-radius: 0;\n font-size: 0.9375rem;\n padding: 15px 20px;\n height: 48px;\n margin-bottom: 20px;\n color: #b3b3b3;\n}\n\n.form-control:focus {\n border: 1px solid #ff6600;\n box-shadow: none;\n}\n\n.form-control.white {\n background: #fff;\n color: #222222;\n}\n\nselect.form-control:not([size]):not([multiple]) {\n height: 100%;\n}\n\n.left {\n overflow: hidden;\n}\n\n.left img {\n margin-left: -40px;\n}\n\n@media (max-width: 767px) {\n .left img {\n margin-left: 0;\n margin-bottom: 30px;\n }\n}\n\n.right {\n overflow: hidden;\n}\n\n.right img {\n margin-left: 40px;\n}\n\n@media (max-width: 767px) {\n .right img {\n margin-left: 0;\n }\n}\n\n.hide-overflow {\n overflow: hidden;\n}\n\n.mfp-with-zoom .mfp-container,\n.mfp-with-zoom.mfp-bg {\n opacity: 0;\n /* ideally, transition speed should match zoom duration */\n -webkit-transition: all 0.3s ease-out;\n -moz-transition: all 0.3s ease-out;\n -o-transition: all 0.3s ease-out;\n transition: all 0.3s ease-out;\n}\n\n.mfp-with-zoom.mfp-ready .mfp-container {\n opacity: 1;\n}\n\n.mfp-with-zoom.mfp-ready.mfp-bg {\n opacity: 0.8;\n}\n\n.mfp-with-zoom.mfp-removing .mfp-container,\n.mfp-with-zoom.mfp-removing.mfp-bg {\n opacity: 0;\n}\n\n.border-top {\n border-top: 1px solid;\n}\n\n.slick-slide:focus {\n outline: 0;\n}\n\n.btn {\n text-transform: uppercase;\n font-family: \"Montserrat\", sans-serif;\n transition: all .3s ease;\n}\n\n.btn-main {\n padding: 25px 45px;\n border-radius: 3px;\n background: #ff6600;\n color: #fff;\n outline: none;\n}\n\n.btn-main:hover {\n color: #fff;\n}\n\n.btn-main:focus {\n color: #fff;\n box-shadow: none;\n}\n\n.btn-main-md {\n padding: 15px 40px;\n border-radius: 0;\n background: #ff6600;\n color: #fff;\n outline: none;\n font-size: 0.9375rem;\n}\n\n.btn-main-md:hover {\n color: #fff;\n background: #e65c00;\n}\n\n.btn-main-md:focus {\n color: #fff;\n box-shadow: none;\n}\n\n.btn-transparent-md {\n padding: 15px 40px;\n background: transparent;\n outline: none;\n font-size: 0.9375rem;\n color: #222222;\n border: 1px solid #e5e5e5;\n border-radius: 0;\n}\n\n.btn-transparent-md:hover {\n background: #ff6600;\n border-color: #ff6600;\n color: #fff;\n}\n\n.btn-main-sm {\n padding: 15px 35px;\n border-radius: 3px;\n background: #ff6600;\n color: #fff;\n outline: none;\n font-size: 14px;\n}\n\n.btn-main-sm:hover {\n color: #fff;\n}\n\n.btn-main-sm:focus {\n color: #fff;\n box-shadow: none;\n}\n\n.btn-white-md {\n background: #fff;\n color: #222222;\n padding: 15px 40px;\n border-radius: 0;\n}\n\n.btn-white-md:hover {\n background: #ff6600;\n color: #fff;\n}\n\n.btn-rounded-icon {\n border-radius: 100px;\n color: #fff;\n border: 1px solid #fff;\n padding: 13px 50px;\n}\n\n.main-nav {\n background: #fff;\n}\n\n@media (max-width: 767px) {\n .main-nav {\n position: relative;\n }\n}\n\n.main-nav .navbar-brand {\n padding: 35px 40px 35px 50px;\n border-right: 1px solid #e5e5e5;\n}\n\n@media (max-width: 1200px) {\n .main-nav .navbar-brand {\n padding: 20px 30px;\n }\n}\n\n@media (max-width: 767px) {\n .main-nav .navbar-brand {\n border-right: none;\n }\n}\n\n.main-nav .navbar-toggler {\n font-size: 1.5rem;\n margin-right: 15px;\n}\n\n.main-nav .navbar-nav .nav-item {\n position: relative;\n font-family: \"Roboto\", sans-serif;\n}\n\n.main-nav .navbar-nav .nav-item .nav-link {\n position: relative;\n text-align: center;\n color: #222222;\n padding-left: 5px;\n padding-right: 17px;\n padding-top: 1.2rem;\n padding-bottom: 1.2rem;\n font-size: 1.06rem;\n font-family: \"Montserrat\", sans-serif;\n}\n\n@media (max-width: 1352px) {\n .main-nav .navbar-nav .nav-item .nav-link {\n font-size: 0.86rem;\n padding-right: 10px;\n }\n}\n\n@media (max-width: 1200px) {\n .main-nav .navbar-nav .nav-item .nav-link {\n padding-left: 4px;\n padding-right: 10px;\n }\n}\n\n@media (max-width: 991px) {\n .main-nav .navbar-nav .nav-item .nav-link {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n}\n\n.main-nav .navbar-nav .nav-item .nav-link span {\n color: #222222;\n margin-left: 16px;\n}\n\n@media (max-width: 1200px) {\n .main-nav .navbar-nav .nav-item .nav-link span {\n margin-left: 14px;\n }\n}\n\n@media (max-width: 1024px) {\n .main-nav .navbar-nav .nav-item .nav-link span {\n margin-left: 10px;\n }\n}\n\n@media (max-width: 991px) {\n .main-nav .navbar-nav .nav-item .nav-link span {\n display: none;\n }\n}\n\n.main-nav .navbar-nav .nav-item:hover .nav-link, .main-nav .navbar-nav .nav-item.active .nav-link {\n color: #ff6600;\n}\n\n.main-nav .dropdown {\n position: relative;\n}\n\n.main-nav .dropdown .open > a,\n.main-nav .dropdown .open > a:focus,\n.main-nav .dropdown .open > a:hover {\n background: transparent;\n}\n\n.main-nav .dropdown.full-width .dropdown-menu {\n left: 0 !important;\n right: 0 !important;\n}\n\n.main-nav .dropdown .dropdown-menu {\n min-width: 220px;\n margin: 0;\n padding: 0;\n border-radius: 0;\n border: 0;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item {\n border-bottom: 1px solid #e5e5e5;\n}\n\n@media (max-width: 991px) {\n .main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item {\n border: 0;\n }\n}\n\n.main-nav .dropdown .dropdown-menu .dropdown-item {\n font-size: 15px;\n padding: 10px 16px;\n transition: .3s ease;\n}\n\n.main-nav .dropdown .dropdown-menu .dropdown-item:hover {\n background: #fff;\n color: #ff6600;\n}\n\n@media (max-width: 991px) {\n .main-nav .dropdown .dropdown-menu {\n transform: none;\n left: auto;\n position: relative;\n text-align: center;\n opacity: 1;\n visibility: visible;\n background: #f3f3f3;\n }\n}\n\n@media (min-width: 992px) {\n .main-nav .dropdown .dropdown-menu {\n transition: .3s all;\n position: absolute;\n display: block;\n opacity: 0;\n visibility: hidden;\n transform: translateY(30px);\n }\n .main-nav .dropdown:hover > .dropdown-menu {\n border-top: 3px solid #ff6600;\n opacity: 1;\n display: block;\n visibility: visible;\n color: #777;\n transform: translateY(0);\n }\n .main-nav .dropdown .dropleft .dropdown-menu {\n right: 100%;\n }\n}\n\n.main-nav .dropleft .dropdown-menu,\n.main-nav .dropright .dropdown-menu {\n margin: 0;\n}\n\n.main-nav .dropleft .dropdown-menu {\n right: 0;\n}\n\n.main-nav .dropleft .dropdown-toggle::before,\n.main-nav .dropright .dropdown-toggle::after {\n font-weight: bold;\n font-family: 'FontAwesome';\n border: 0;\n font-size: 14px;\n vertical-align: 1px;\n}\n\n.main-nav .dropleft .dropdown-toggle::before {\n content: \"\\f104\";\n margin-right: 7px;\n}\n\n.main-nav .dropright .dropdown-toggle::after {\n content: \"\\f105\";\n margin-left: 7px;\n}\n\n.main-nav .dropdown-submenu:hover > .dropdown-toggle,\n.main-nav .dropdown-submenu.active > .dropdown-toggle {\n color: #ff6600;\n}\n\n.main-nav .ticket {\n background: #ff6600;\n display: block;\n padding: 34px 32px;\n}\n\n@media (max-width: 1352px) {\n .main-nav .ticket {\n padding: 34px 26px;\n }\n}\n\n@media (max-width: 1200px) {\n .main-nav .ticket {\n padding: 23px 26px;\n }\n}\n\n@media (max-width: 991px) {\n .main-nav .ticket {\n text-align: center;\n }\n}\n\n.main-nav .ticket img {\n margin-right: 25px;\n}\n\n@media (max-width: 1200px) {\n .main-nav .ticket img {\n display: none;\n }\n}\n\n.main-nav .ticket span {\n color: #fff;\n font-size: 1.125rem;\n text-transform: uppercase;\n font-family: \"Montserrat\", sans-serif;\n border-left: 1px solid #ffa366;\n padding-left: 24px;\n}\n\n@media (max-width: 1200px) {\n .main-nav .ticket span {\n padding-left: 0;\n font-size: 1rem;\n border-left: none;\n }\n}\n\n.navbar-toggler:focus,\n.navbar-toggler:hover {\n outline: none;\n}\n\n.page-title {\n position: relative;\n padding: 165px 0 65px;\n}\n\n@media (max-width: 1200px) {\n .page-title {\n padding: 140px 0 65px;\n }\n}\n\n@media (max-width: 767px) {\n .page-title {\n padding: 65px 0;\n }\n}\n\n.page-title h3, .page-title li, .page-title a {\n color: #fff;\n}\n\n.page-title .title h3 {\n font-weight: 500;\n text-transform: uppercase;\n}\n\n.page-title .breadcrumb {\n background: transparent;\n}\n\n.page-title .breadcrumb .breadcrumb-item {\n float: none;\n display: inline-block;\n text-transform: uppercase;\n}\n\n.page-title .breadcrumb .breadcrumb-item.active {\n color: #fff;\n}\n\n.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {\n content: \"\\f105\";\n font-family: FontAwesome;\n color: #fff;\n}\n\n.footer-main {\n background: #272735;\n padding: 90px 0;\n}\n\n@media (max-width: 767px) {\n .footer-main {\n padding: 50px 0;\n }\n}\n\n.footer-main .block img {\n margin-bottom: 60px;\n}\n\n.footer-main .block ul.social-links-footer {\n margin-bottom: 0;\n}\n\n.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {\n margin-right: 20px;\n}\n\n@media (max-width: 575px) {\n .footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {\n margin-right: 5px;\n }\n}\n\n.footer-main .block ul.social-links-footer li a {\n display: block;\n height: 50px;\n width: 50px;\n text-align: center;\n background: #fff;\n}\n\n.footer-main .block ul.social-links-footer li a i {\n line-height: 50px;\n}\n\n.footer-main .block ul.social-links-footer li a:hover {\n background: #ff6600;\n}\n\n.footer-main .block ul.social-links-footer li a:hover i {\n color: #fff;\n}\n\n.subfooter {\n background: #2a2a37;\n padding: 18px 0;\n}\n\n.subfooter .copyright-text p {\n font-family: \"Montserrat\", sans-serif;\n}\n\n.subfooter .copyright-text p a {\n color: #ff6600;\n}\n\n@media (max-width: 767px) {\n .subfooter .copyright-text {\n text-align: center;\n }\n}\n\n.subfooter .to-top {\n display: block;\n height: 45px;\n width: 45px;\n text-align: center;\n background: #ff6600;\n float: right;\n}\n\n.subfooter .to-top i {\n font-size: 1.5rem;\n color: #fff;\n line-height: 45px;\n}\n\n@media (max-width: 767px) {\n .subfooter .to-top {\n float: none;\n margin: auto;\n margin-top: 30px;\n }\n}\n\n.cta-ticket {\n position: relative;\n}\n\n.cta-ticket .content-block {\n padding: 100px 0;\n}\n\n.cta-ticket .content-block h2 {\n color: #fff;\n text-transform: uppercase;\n font-weight: 400;\n margin-bottom: 15px;\n}\n\n.cta-ticket .content-block p {\n color: #e6e6e6;\n margin-bottom: 45px;\n}\n\n.cta-ticket .image-block {\n position: absolute;\n right: 5%;\n bottom: 0;\n}\n\n@media (max-width: 767px) {\n .cta-ticket .image-block {\n display: none;\n }\n}\n\n.cta-subscribe {\n position: relative;\n}\n\n.cta-subscribe .content {\n padding: 70px 0;\n}\n\n.cta-subscribe .content h3, .cta-subscribe .content p {\n color: #fff;\n}\n\n.cta-subscribe .content h3 {\n font-weight: 500;\n}\n\n.cta-subscribe .content p {\n font-size: 0.9375rem;\n}\n\n.cta-subscribe .subscribe-button button {\n cursor: pointer;\n}\n\n@media (max-width: 767px) {\n .cta-subscribe .subscribe-button {\n margin-bottom: 30px;\n }\n}\n\n.banner {\n padding: 250px 0 150px;\n position: relative;\n}\n\n@media (max-width: 1024px) {\n .banner {\n padding: 100px 0;\n }\n}\n\n.banner .block {\n position: relative;\n z-index: 10;\n}\n\n.banner .block .timer .syotimer-cell {\n margin-right: 25px;\n margin-bottom: 33px;\n display: inline-block;\n}\n\n@media (max-width: 575px) {\n .banner .block .timer .syotimer-cell {\n margin-right: 10px;\n margin-bottom: 20px;\n }\n}\n\n.banner .block .timer .syotimer-cell .syotimer-cell__value {\n min-width: 80px;\n font-family: \"Montserrat\", sans-serif;\n font-size: 35px;\n line-height: 77px;\n text-align: center;\n position: relative;\n font-weight: bold;\n color: #fff;\n border: 2px solid #7c7491;\n margin-bottom: 8px;\n border-radius: 100%;\n box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 575px) {\n .banner .block .timer .syotimer-cell .syotimer-cell__value {\n font-size: 30px;\n }\n}\n\n@media (max-width: 400px) {\n .banner .block .timer .syotimer-cell .syotimer-cell__value {\n min-width: 65px;\n line-height: 61px;\n font-size: 25px;\n }\n}\n\n.banner .block .timer .syotimer-cell .syotimer-cell__unit {\n text-align: center;\n font-size: 1rem;\n text-transform: lowercase;\n font-weight: normal;\n color: #fff;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.banner .block h1 {\n text-transform: uppercase;\n font-size: 5.5rem;\n color: #ff6600;\n font-weight: 500;\n margin-bottom: 5px;\n text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 767px) {\n .banner .block h1 {\n font-size: 4rem;\n }\n}\n\n@media (max-width: 400px) {\n .banner .block h1 {\n font-size: 3rem;\n }\n}\n\n.banner .block h2 {\n text-transform: uppercase;\n font-size: 4.625rem;\n color: #fff;\n font-weight: 400;\n text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);\n font-style: italic;\n}\n\n@media (max-width: 767px) {\n .banner .block h2 {\n font-size: 3.2rem;\n }\n}\n\n@media (max-width: 400px) {\n .banner .block h2 {\n font-size: 2.3rem;\n }\n}\n\n.banner .block h6 {\n color: #fff;\n font-weight: 400;\n margin-bottom: 50px;\n}\n\n.banner-two {\n padding: 250px 0 150px;\n position: relative;\n overflow: hidden;\n}\n\n.banner-two .block h1 {\n color: #ff6600;\n font-size: 88px;\n}\n\n@media (max-width: 575px) {\n .banner-two .block h1 {\n font-size: 40px;\n }\n}\n\n.banner-two .block h2 {\n font-weight: 400;\n text-transform: uppercase;\n font-size: 74px;\n margin-bottom: 10px;\n}\n\n@media (max-width: 575px) {\n .banner-two .block h2 {\n font-size: 35px;\n }\n}\n\n.banner-two .block h3 {\n font-size: 74px;\n}\n\n@media (max-width: 575px) {\n .banner-two .block h3 {\n font-size: 35px;\n }\n}\n\n.banner-two .block h6 {\n margin-top: 48px;\n font-weight: 400;\n margin-bottom: 60px;\n}\n\n@media (max-width: 575px) {\n .banner-two .block h6 {\n margin-top: 30px;\n }\n}\n\n.about .image-block {\n padding: 30px;\n}\n\n.about .image-block img {\n border-radius: 100%;\n box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);\n}\n\n@media (max-width: 767px) {\n .about .image-block {\n margin-bottom: 30px;\n text-align: center;\n }\n}\n\n.about .image-block.two {\n padding: 0;\n margin-top: 30px;\n}\n\n.about .image-block.two img {\n border-radius: 0;\n transform: translate(30px, -30px);\n}\n\n@media (max-width: 767px) {\n .about .image-block.two img {\n transform: translate(0, -30px);\n }\n}\n\n.about .content-block {\n margin-left: 15px;\n}\n\n@media (max-width: 767px) {\n .about .content-block {\n text-align: center;\n }\n}\n\n.about .content-block h2 {\n margin-bottom: 35px;\n}\n\n.about .content-block h2:after {\n content: \"\";\n width: 60px;\n height: 3px;\n background: #ff6600;\n display: block;\n margin-top: 10px;\n}\n\n@media (max-width: 767px) {\n .about .content-block h2:after {\n margin: auto;\n }\n}\n\n.about .content-block .description-one {\n margin-bottom: 20px;\n}\n\n.about .content-block .description-one p {\n color: #222222;\n font-size: 1.0625rem;\n}\n\n.about .content-block .description-two {\n margin-bottom: 30px;\n}\n\n.about .content-block .description-two p {\n font-size: 0.9375em;\n}\n\n@media (max-width: 575px) {\n .about .content-block ul.list-inline .list-inline-item {\n display: block;\n }\n}\n\n.about .content-block .list-inline-item:not(:last-child) {\n margin-right: 20px;\n}\n\n@media (max-width: 991px) {\n .about .content-block .list-inline-item:not(:last-child) {\n margin-bottom: 10px;\n }\n}\n\n@media (max-width: 575px) {\n .about .content-block .list-inline-item:not(:last-child) {\n margin-right: 0;\n }\n}\n\n.speakers {\n position: relative;\n}\n\n.speakers.white .speaker-item {\n background: #fff;\n border: 1px solid #e5e5e5;\n}\n\n.speakers .speaker-item {\n background: #eae9ec;\n padding: 7px;\n margin-bottom: 30px;\n}\n\n.speakers .speaker-item .image {\n margin-bottom: 16px;\n position: relative;\n overflow: hidden;\n}\n\n@media (max-width: 575px) {\n .speakers .speaker-item .image img {\n width: 100% !important;\n }\n}\n\n.speakers .speaker-item .image .primary-overlay {\n position: absolute;\n top: 100%;\n left: 0;\n width: 100%;\n height: 100%;\n background: #ff6600;\n opacity: .85;\n transition: .3s ease;\n}\n\n.speakers .speaker-item .image .socials {\n position: absolute;\n top: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n transition: .4s ease;\n}\n\n.speakers .speaker-item .image .socials ul {\n width: 50%;\n}\n\n@media (max-width: 1200px) {\n .speakers .speaker-item .image .socials ul {\n width: 100%;\n text-align: center;\n padding: 0 20px;\n }\n}\n\n.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {\n margin-right: 7px;\n margin-bottom: 10px;\n}\n\n@media (max-width: 1200px) {\n .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {\n margin-right: 5px;\n margin-left: 5px;\n }\n}\n\n@media (max-width: 1200px) {\n .speakers .speaker-item .image .socials ul li.list-inline-item:last-child {\n margin-right: 5px;\n margin-left: 5px;\n }\n}\n\n.speakers .speaker-item .image .socials ul li a {\n display: block;\n height: 50px;\n width: 50px;\n text-align: center;\n border: 1px solid #fff;\n}\n\n.speakers .speaker-item .image .socials ul li a i {\n font-size: .9375rem;\n color: #fff;\n line-height: 50px;\n}\n\n.speakers .speaker-item .image .socials ul li a:hover {\n background: #fff;\n}\n\n.speakers .speaker-item .image .socials ul li a:hover i {\n color: #222222;\n}\n\n.speakers .speaker-item .image:hover .primary-overlay {\n top: 0;\n}\n\n.speakers .speaker-item .image:hover .socials {\n top: 0;\n}\n\n.speakers .speaker-item .content h5 a {\n font-size: 22px;\n color: #222222;\n font-weight: 400;\n margin-bottom: 0;\n}\n\n.speakers .speaker-item .content h5 a:hover {\n color: #ff6600;\n}\n\n.speakers .speaker-item .content p {\n font-size: 0.875rem;\n margin-bottom: 5px;\n}\n\n.schedule .schedule-tab {\n display: flex;\n justify-content: center;\n margin-top: 14px;\n}\n\n.schedule .schedule-tab ul li.nav-item {\n margin-right: 10px;\n}\n\n@media (max-width: 767px) {\n .schedule .schedule-tab ul li.nav-item {\n width: 100%;\n margin-bottom: 10px;\n }\n}\n\n.schedule .schedule-tab ul li.nav-item a {\n font-family: \"Montserrat\", sans-serif;\n text-transform: uppercase;\n font-size: 1.5rem;\n color: #ff6600;\n font-weight: 500;\n display: block;\n border-radius: 0;\n border: 1px solid #e5e5e5;\n padding: 20px 30px;\n}\n\n.schedule .schedule-tab ul li.nav-item a span {\n margin-top: 2px;\n font-family: \"Roboto\", sans-serif;\n display: block;\n font-size: 1rem;\n color: #848484;\n font-weight: 400;\n}\n\n.schedule .schedule-tab ul li.nav-item a.active {\n background: #ff6600;\n color: #fff;\n position: relative;\n}\n\n.schedule .schedule-tab ul li.nav-item a.active span {\n color: #fff;\n}\n\n.schedule .schedule-tab ul li.nav-item a.active:after {\n content: '';\n position: absolute;\n left: 0;\n bottom: -20px;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 20px 20px 0;\n border-color: transparent #ff6600 transparent transparent;\n}\n\n@media (max-width: 767px) {\n .schedule .schedule-tab ul li.nav-item a.active:after {\n content: none;\n }\n}\n\n.schedule .schedule-contents {\n margin-top: 30px;\n margin-bottom: 30px;\n padding: 30px;\n}\n\n.schedule .schedule-contents .schedule-item ul {\n margin-bottom: 0;\n}\n\n.schedule .schedule-contents .schedule-item ul li {\n list-style: none;\n}\n\n.schedule .schedule-contents .schedule-item ul li div {\n display: inline-block;\n}\n\n.schedule .schedule-contents .schedule-item ul li .time {\n width: 20%;\n}\n\n@media (max-width: 767px) {\n .schedule .schedule-contents .schedule-item ul li .time {\n width: 37%;\n }\n}\n\n@media (max-width: 575px) {\n .schedule .schedule-contents .schedule-item ul li .time {\n width: 48%;\n }\n}\n\n.schedule .schedule-contents .schedule-item ul li .speaker {\n width: 30%;\n}\n\n@media (max-width: 991px) {\n .schedule .schedule-contents .schedule-item ul li .speaker {\n width: 50%;\n }\n}\n\n@media (max-width: 767px) {\n .schedule .schedule-contents .schedule-item ul li .speaker {\n width: 60%;\n }\n}\n\n@media (max-width: 575px) {\n .schedule .schedule-contents .schedule-item ul li .speaker {\n width: 50%;\n }\n}\n\n@media (max-width: 575px) {\n .schedule .schedule-contents .schedule-item ul li .speaker img {\n display: none;\n }\n}\n\n.schedule .schedule-contents .schedule-item ul li .subject {\n width: 30%;\n}\n\n@media (max-width: 1200px) {\n .schedule .schedule-contents .schedule-item ul li .subject {\n display: none;\n }\n}\n\n@media (max-width: 767px) {\n .schedule .schedule-contents .schedule-item ul li .venue {\n display: none;\n }\n}\n\n.schedule .schedule-contents .schedule-item li.headings {\n padding: 22px 40px;\n background: #ff6600;\n}\n\n.schedule .schedule-contents .schedule-item li.headings div {\n color: #fff;\n text-transform: uppercase;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details {\n border-bottom: 1px solid;\n border-left: 1px solid;\n border-right: 1px solid;\n border-color: #e5e5e5;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block {\n padding: 10px 40px;\n background: #fff;\n width: 100%;\n transition: .2s ease-in;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block div {\n color: #222222;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block div i {\n font-size: 1.1875em;\n color: #c7c8c9;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block div img {\n border-radius: 100%;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {\n margin-left: 5px;\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {\n margin-left: 20px;\n transition: .2s ease-in;\n}\n\n@media (max-width: 575px) {\n .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {\n margin-left: 0;\n }\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {\n box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\n transform: scale(1.01);\n}\n\n.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {\n color: #ff6600;\n}\n\n.schedule .download-button {\n padding-top: 40px;\n margin-bottom: 30px;\n}\n\n.schedule.two .schedule-tab {\n display: flex;\n justify-content: center;\n margin-top: 30px;\n}\n\n.schedule.two .schedule-tab ul li.nav-item {\n margin-right: 0;\n margin-bottom: 10px;\n}\n\n@media (max-width: 991px) {\n .schedule.two .schedule-tab ul li.nav-item {\n margin-right: 10px;\n }\n}\n\n@media (max-width: 767px) {\n .schedule.two .schedule-tab ul li.nav-item {\n width: 100%;\n margin-bottom: 10px;\n margin-right: 0;\n }\n}\n\n.schedule.two .schedule-tab ul li.nav-item a {\n font-family: \"Montserrat\", sans-serif;\n text-transform: uppercase;\n font-size: 20px;\n color: #222222;\n font-weight: 500;\n display: block;\n border-radius: 0;\n border: 1px solid #e5e5e5;\n padding: 20px 30px;\n}\n\n.schedule.two .schedule-tab ul li.nav-item a span {\n margin-top: 2px;\n font-family: \"Roboto\", sans-serif;\n display: block;\n font-size: 14px;\n color: #848484;\n font-weight: 400;\n}\n\n.schedule.two .schedule-tab ul li.nav-item a.active {\n background: #ff6600;\n color: #fff;\n position: relative;\n}\n\n.schedule.two .schedule-tab ul li.nav-item a.active span {\n color: #fff;\n}\n\n.schedule.two .schedule-tab ul li.nav-item a.active:after {\n content: '';\n position: absolute;\n left: 100%;\n right: 0;\n bottom: 0;\n top: 50%;\n transform: translate(0, -50%);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 10px 0 10px 10px;\n border-color: transparent transparent transparent #ff6600;\n}\n\n@media (max-width: 991px) {\n .schedule.two .schedule-tab ul li.nav-item a.active:after {\n content: none;\n }\n}\n\n.schedule.two .schedule-contents {\n margin-top: 30px;\n margin-bottom: 30px;\n padding: 0;\n}\n\n.schedule.two .schedule-contents .schedule-item ul {\n margin-bottom: 0;\n}\n\n.schedule.two .schedule-contents .schedule-item ul li {\n list-style: none;\n}\n\n.schedule.two .schedule-contents .schedule-item ul li div {\n display: inline-block;\n}\n\n.schedule.two .schedule-contents .schedule-item ul li .time {\n width: 20%;\n}\n\n@media (max-width: 767px) {\n .schedule.two .schedule-contents .schedule-item ul li .time {\n width: 37%;\n }\n}\n\n@media (max-width: 575px) {\n .schedule.two .schedule-contents .schedule-item ul li .time {\n width: 48%;\n }\n}\n\n.schedule.two .schedule-contents .schedule-item ul li .speaker {\n width: 30%;\n}\n\n@media (max-width: 991px) {\n .schedule.two .schedule-contents .schedule-item ul li .speaker {\n width: 50%;\n }\n}\n\n@media (max-width: 767px) {\n .schedule.two .schedule-contents .schedule-item ul li .speaker {\n width: 60%;\n }\n}\n\n@media (max-width: 575px) {\n .schedule.two .schedule-contents .schedule-item ul li .speaker {\n width: 50%;\n }\n}\n\n.schedule.two .schedule-contents .schedule-item ul li .subject {\n width: 30%;\n}\n\n@media (max-width: 1200px) {\n .schedule.two .schedule-contents .schedule-item ul li .subject {\n display: none;\n }\n}\n\n.schedule.two .schedule-contents .schedule-item ul li .venue {\n width: 18.6%;\n}\n\n@media (max-width: 767px) {\n .schedule.two .schedule-contents .schedule-item ul li .venue {\n display: none;\n }\n}\n\n.schedule.two .schedule-contents .schedule-item li.headings {\n padding: 25px 0;\n background: #ff6600;\n}\n\n.schedule.two .schedule-contents .schedule-item li.headings div {\n color: #fff;\n text-transform: uppercase;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {\n border-bottom: 1px solid #e5e5e5;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block {\n text-align: center;\n padding: 0;\n background: #fff;\n width: 100%;\n transition: .2s ease-in;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {\n padding-top: 25px;\n padding-bottom: 25px;\n color: #222222;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {\n font-size: 1.1875em;\n color: #c7c8c9;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {\n border-radius: 100%;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {\n margin-left: 0px;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {\n margin-left: 0px;\n transition: .2s ease-in;\n}\n\n@media (max-width: 575px) {\n .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {\n margin-left: 0;\n }\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {\n border-right: 1px solid #e5e5e5;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {\n border-bottom: 1px solid #e5e5e5;\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {\n box-shadow: none;\n transform: scale(1);\n}\n\n.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {\n color: #ff6600;\n}\n\n.ticket-feature {\n overflow: hidden;\n}\n\n.ticket-feature .block {\n position: relative;\n padding-top: 150px;\n padding-bottom: 110px;\n}\n\n.ticket-feature .block .section-title, .ticket-feature .block a {\n position: relative;\n}\n\n.ticket-feature .block .section-title h3 {\n font-weight: 500;\n}\n\n.ticket-feature .block .timer {\n position: relative;\n margin-top: 60px;\n margin-bottom: 35px;\n}\n\n.ticket-feature .block .timer .syotimer-cell {\n margin-right: 25px;\n margin-bottom: 33px;\n display: inline-block;\n}\n\n@media (max-width: 575px) {\n .ticket-feature .block .timer .syotimer-cell {\n margin-right: 10px;\n margin-bottom: 20px;\n }\n}\n\n.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {\n min-width: 80px;\n font-family: \"Montserrat\", sans-serif;\n font-size: 35px;\n height: 100px;\n width: 100px;\n line-height: 100px;\n text-align: center;\n position: relative;\n font-weight: bold;\n color: #fff;\n border: 2px solid rgba(255, 255, 255, 0.35);\n background-clip: content-box;\n background: rgba(255, 255, 255, 0.26);\n margin-bottom: 8px;\n border-radius: 100%;\n}\n\n@media (max-width: 575px) {\n .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {\n font-size: 30px;\n height: 80px;\n width: 80px;\n line-height: 80px;\n }\n}\n\n.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {\n text-align: center;\n font-size: 1rem;\n text-transform: lowercase;\n font-weight: normal;\n color: #fff;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.ticket-feature .block-2 {\n position: relative;\n padding: 150px 10%;\n height: 100%;\n background: #ff6600;\n}\n\n@media (max-width: 575px) {\n .ticket-feature .block-2 {\n padding: 50px 20px;\n }\n}\n\n.ticket-feature .block-2 [class*=col-]:first-child {\n border-right: 1px solid #fc9552;\n border-bottom: 1px solid #fc9552;\n}\n\n.ticket-feature .block-2 [class*=col-]:nth-child(2) {\n border-bottom: 1px solid #fc9552;\n}\n\n.ticket-feature .block-2 [class*=col-]:nth-child(3) {\n border-right: 1px solid #fc9552;\n}\n\n.ticket-feature .block-2 .service-item {\n padding: 30px;\n text-align: center;\n}\n\n.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {\n color: #fff;\n}\n\n.ticket-feature .block-2 .service-item i {\n font-size: 3.25rem;\n margin-bottom: 20px;\n}\n\n.ticket-feature .block-2 .service-item h5 {\n font-family: \"Roboto\", sans-serif;\n font-weight: 400;\n text-transform: uppercase;\n}\n\n@media (max-width: 575px) {\n .ticket-feature .block-2 .service-item h5 {\n font-size: 1rem;\n }\n}\n\n.ticket-feature .block-2:after {\n content: '';\n position: absolute;\n right: 100%;\n bottom: 0;\n top: 0;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 0 1000px 300px;\n border-color: transparent transparent #ff6600 transparent;\n}\n\n@media (max-width: 1200px) {\n .ticket-feature .block-2:after {\n content: none;\n }\n}\n\n.registration {\n overflow: hidden;\n}\n\n.registration .service-block {\n position: relative;\n padding: 120px 10%;\n}\n\n.registration .service-block [class*=col-]:first-child {\n border-right: 1px solid #f69351;\n border-bottom: 1px solid #f69351;\n}\n\n.registration .service-block [class*=col-]:nth-child(2) {\n border-bottom: 1px solid #f69351;\n}\n\n.registration .service-block [class*=col-]:nth-child(3) {\n border-right: 1px solid #f69351;\n}\n\n.registration .service-block .service-item {\n padding: 30px;\n text-align: center;\n}\n\n.registration .service-block .service-item i, .registration .service-block .service-item h5 {\n color: #fff;\n}\n\n.registration .service-block .service-item i {\n font-size: 3.25rem;\n margin-bottom: 20px;\n}\n\n.registration .service-block .service-item h5 {\n font-family: \"Roboto\", sans-serif;\n font-weight: 400;\n text-transform: uppercase;\n}\n\n@media (max-width: 575px) {\n .registration .service-block .service-item h5 {\n font-size: 12px;\n }\n}\n\n.registration .registration-block {\n position: relative;\n height: 100%;\n padding: 120px 10%;\n}\n\n.registration .registration-block .block {\n position: relative;\n z-index: 9;\n}\n\n.registration .registration-block .block .title {\n margin-bottom: 35px;\n}\n\n.registration .registration-block .block .title h3 {\n color: #fff;\n font-weight: 500;\n margin-bottom: 10px;\n}\n\n.registration .registration-block .block .title p {\n color: #b3b3b3;\n line-height: 1;\n}\n\n.pricing .pricing-item {\n border: 1px solid #e5e5e5;\n}\n\n@media (max-width: 991px) {\n .pricing .pricing-item {\n margin-bottom: 30px;\n }\n}\n\n.pricing .pricing-item .pricing-heading {\n padding: 20px 40px 30px 40px;\n background: #fafafa;\n border-bottom: 1px solid #e5e5e5;\n}\n\n.pricing .pricing-item .pricing-heading .title h6 {\n text-transform: uppercase;\n font-weight: 400;\n line-height: 50px;\n border-bottom: 1px solid #e5e5e5;\n}\n\n.pricing .pricing-item .pricing-heading .price {\n margin-top: 28px;\n}\n\n.pricing .pricing-item .pricing-heading .price h2 {\n font-size: 3.625rem;\n font-weight: 400;\n margin-bottom: 0px;\n}\n\n.pricing .pricing-item .pricing-heading .price h2 span {\n font-size: 1.5625rem;\n}\n\n.pricing .pricing-item .pricing-body {\n padding: 45px 40px;\n}\n\n.pricing .pricing-item .pricing-body ul.feature-list li {\n list-style: none;\n}\n\n.pricing .pricing-item .pricing-body ul.feature-list li p span {\n margin-right: 15px;\n}\n\n.pricing .pricing-item .pricing-body ul.feature-list li p span.available {\n color: #ff6600;\n}\n\n.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {\n color: #d2d2d2;\n}\n\n.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {\n margin-bottom: 15px;\n}\n\n.pricing .pricing-item .pricing-footer {\n padding-bottom: 40px;\n}\n\n.pricing .pricing-item.featured {\n border: none;\n box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\n}\n\n.pricing .pricing-item.featured .pricing-heading {\n background: #ff6600;\n border-bottom: 1px solid #ff6600;\n}\n\n.pricing .pricing-item.featured .pricing-heading .title h6 {\n color: #fff;\n border-bottom: 1px solid #f69351;\n}\n\n.pricing .pricing-item.featured .pricing-heading .price {\n margin-top: 28px;\n}\n\n.pricing .pricing-item.featured .pricing-heading .price h2 {\n color: #fff;\n font-size: 3.625rem;\n margin-bottom: 0px;\n}\n\n.pricing .pricing-item.featured .pricing-heading .price h2 span {\n font-size: 1.5625rem;\n}\n\n.pricing .pricing-item.featured .pricing-heading .price p {\n color: #fff;\n}\n\n.pricing.two .pricing-item {\n border: 1px solid #e5e5e5;\n overflow: hidden;\n}\n\n@media (max-width: 991px) {\n .pricing.two .pricing-item {\n margin-bottom: 30px;\n }\n}\n\n.pricing.two .pricing-item .pricing-heading {\n position: relative;\n margin-bottom: 10px;\n}\n\n.pricing.two .pricing-item .pricing-heading .title h6 {\n position: relative;\n}\n\n.pricing.two .pricing-item .pricing-heading .price {\n position: relative;\n}\n\n.pricing.two .pricing-item .pricing-heading:before {\n content: '';\n position: absolute;\n bottom: -25%;\n left: 0;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 64px 500px 0 0;\n border-color: #fafafa transparent transparent transparent;\n}\n\n@media (max-width: 991px) {\n .pricing.two .pricing-item .pricing-heading:before {\n content: none;\n }\n}\n\n.pricing.two .pricing-item .pricing-body {\n padding: 70px 40px 45px;\n}\n\n.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {\n color: #ff6600;\n}\n\n.pricing.two .pricing-item.featured .pricing-heading:before {\n border-color: #ff6600 transparent transparent transparent;\n}\n\n.sponsors {\n position: relative;\n}\n\n.sponsors .sponsor-title {\n margin-top: 10px;\n margin-bottom: 30px;\n}\n\n.sponsors .sponsor-title h5 {\n color: #ff6600;\n}\n\n.sponsors .block {\n margin-bottom: 40px;\n}\n\n.sponsors .block .list-inline-item:not(:last-child) {\n margin-right: 15px;\n}\n\n@media (max-width: 991px) {\n .sponsors .block .list-inline-item:not(:last-child) {\n margin-right: 7px;\n margin-left: 7px;\n }\n}\n\n@media (max-width: 991px) {\n .sponsors .block .list-inline-item:last-child {\n margin-right: 7px;\n margin-left: 7px;\n }\n}\n\n.sponsors .block .image-block {\n padding: 45px 0;\n background: #fff;\n width: 244px;\n cursor: pointer;\n transition: all .3s ease;\n border: 1px solid transparent;\n margin-bottom: 10px;\n}\n\n.sponsors .block .image-block img {\n height: 55px;\n}\n\n.sponsors .block .image-block:hover {\n border: 1px solid #ff6600;\n}\n\n.sponsors .sponsor-btn {\n margin-top: 10px;\n margin-bottom: 30px;\n}\n\n.map {\n position: relative;\n}\n\n.map #map {\n height: 480px;\n color: white;\n}\n\n.map .address-block {\n position: absolute;\n padding: 45px 50px 50px 50px;\n top: 80px;\n left: 10%;\n background: #ff6600;\n}\n\n@media (max-width: 575px) {\n .map .address-block {\n display: none;\n }\n}\n\n.map .address-block h4, .map .address-block li {\n color: #fff;\n margin-bottom: 20px;\n}\n\n.map .address-block h4 {\n font-size: 1.5rem;\n font-weight: 400;\n}\n\n.map .address-block ul.address-list li {\n list-style: none;\n margin-bottom: 10px;\n}\n\n.map .address-block ul.address-list li i {\n font-size: 1.125rem;\n}\n\n.map .address-block ul.address-list li span {\n margin-left: 15px;\n}\n\n.map .address-block a {\n margin-top: 35px;\n}\n\n.map.new {\n overflow: hidden;\n}\n\n.map.new #map {\n height: 640px;\n}\n\n.map.new .address-block {\n left: 60%;\n}\n\n@media (max-width: 991px) {\n .map.new .address-block {\n left: 52%;\n }\n}\n\n@media (max-width: 767px) {\n .map.new .address-block {\n left: 5%;\n }\n}\n\n.map.new .register {\n width: 50%;\n position: absolute;\n top: 0;\n left: 0;\n overflow: hidden;\n}\n\n@media (max-width: 767px) {\n .map.new .register {\n width: 100%;\n position: relative;\n }\n}\n\n.map.new .register .block {\n padding: 130px 10%;\n}\n\n.map.new .register .block .title {\n position: relative;\n margin-bottom: 65px;\n}\n\n.map.new .register .block .title h3 {\n color: #fff;\n font-weight: 400;\n}\n\n.map.new .register .block .title p {\n color: #fff;\n}\n\n.map.new .register .block .form-control, .map.new .register .block button {\n margin-bottom: 40px;\n}\n\n.feature .feature-content h2, .feature .feature-content p {\n margin-bottom: 25px;\n}\n\n@media (max-width: 767px) {\n .feature .feature-content h2, .feature .feature-content p {\n text-align: center;\n }\n}\n\n@media (max-width: 767px) {\n .feature .testimonial {\n text-align: center;\n }\n}\n\n.feature .testimonial p {\n font-family: \"Montserrat\", sans-serif;\n margin-bottom: 10px;\n font-style: italic;\n color: #242424;\n}\n\n.feature .testimonial ul.meta li {\n font-size: 12px;\n margin-right: 10px;\n}\n\n.feature .testimonial ul.meta li img {\n height: 40px;\n width: 40px;\n border-radius: 100%;\n}\n\n@media (max-width: 575px) {\n .app-features .app-feature {\n margin-bottom: 30px;\n }\n}\n\n.app-features .app-explore {\n display: flex;\n justify-content: center !important;\n margin-bottom: 40px;\n}\n\n.banner-full .image {\n display: flex;\n justify-content: center;\n}\n\n.banner-full .image img {\n height: 625px;\n}\n\n@media (max-width: 767px) {\n .banner-full .image {\n margin-bottom: 30px;\n }\n}\n\n@media (max-width: 767px) {\n .banner-full .block {\n text-align: center;\n }\n}\n\n.banner-full .block .logo {\n margin-bottom: 40px;\n}\n\n.banner-full .block h1 {\n margin-bottom: 40px;\n}\n\n.banner-full .block p {\n font-size: 20px;\n margin-bottom: 50px;\n}\n\n.banner-full .block .app {\n margin-bottom: 20px;\n}\n\n.video-promo {\n padding: 150px 0;\n}\n\n.video-promo .content-block {\n width: 60%;\n margin: 0 auto;\n text-align: center;\n}\n\n.video-promo .content-block h2 {\n font-size: 30px;\n color: #fff;\n}\n\n.video-promo .content-block p {\n margin-bottom: 30px;\n}\n\n.video-promo .content-block a i.video {\n height: 125px;\n width: 125px;\n background: #ff6600;\n display: inline-block;\n font-size: 40px;\n color: #fff;\n text-align: center;\n line-height: 125px;\n border-radius: 100%;\n}\n\n.video-promo .content-block a:focus {\n outline: 0;\n}\n\n.testimonial .testimonial-slider .item {\n padding-bottom: 10px;\n}\n\n.testimonial .testimonial-slider .item .block {\n padding: 40px;\n text-align: center;\n margin: 10px;\n border-radius: 5px;\n}\n\n.testimonial .testimonial-slider .item .block .image {\n margin-top: 30px;\n margin-bottom: 5px;\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n@media (max-width: 767px) {\n .testimonial .testimonial-slider .item .block .image {\n flex-grow: 1;\n }\n}\n\n.testimonial .testimonial-slider .item .block .image img {\n height: 40px;\n width: 40px;\n border-radius: 100%;\n}\n\n.testimonial .testimonial-slider .item .block p {\n font-family: \"Montserrat\", sans-serif;\n font-style: italic;\n color: #888888;\n}\n\n.testimonial .testimonial-slider .item .block cite {\n font-style: normal;\n font-size: 14px;\n color: #161616;\n}\n\n.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {\n background: #ff6600;\n}\n\n.testimonial .testimonial-slider .owl-dots .owl-dot.active span {\n background: #ff6600;\n}\n\n.single-speaker .block {\n padding-bottom: 70px;\n border-bottom: 1px solid #e5e5e5;\n}\n\n.single-speaker .block .image-block {\n background: #fff;\n border: 1px solid #e5e5e5;\n padding: 6px;\n}\n\n.single-speaker .block .image-block img {\n width: 100%;\n}\n\n@media (max-width: 767px) {\n .single-speaker .block .image-block {\n margin-bottom: 30px;\n }\n}\n\n.single-speaker .block .content-block .name h3 {\n font-weight: 400;\n}\n\n.single-speaker .block .content-block .profession {\n margin-bottom: 20px;\n}\n\n.single-speaker .block .content-block .profession p {\n color: #ff6600;\n font-size: 0.9375rem;\n}\n\n.single-speaker .block .content-block .details {\n margin-bottom: 35px;\n}\n\n.single-speaker .block .content-block .details p {\n font-size: 0.9375rem;\n}\n\n.single-speaker .block .content-block .details p:not(:last-child) {\n margin-bottom: 35px;\n}\n\n.single-speaker .block .content-block .social-profiles h5 {\n font-weight: 400;\n margin-bottom: 25px;\n}\n\n.single-speaker .block .content-block .social-profiles ul.social-list li a {\n display: block;\n height: 40px;\n width: 40px;\n background: #fff;\n border: 1px solid #e5e5e5;\n text-align: center;\n}\n\n.single-speaker .block .content-block .social-profiles ul.social-list li a i {\n line-height: 40px;\n}\n\n.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {\n background: #ff6600;\n border: 1px solid #ff6600;\n color: #fff;\n}\n\n.single-speaker .block-2 {\n padding-top: 70px;\n padding-bottom: 10px;\n}\n\n.single-speaker .block-2 h3,\n.single-speaker .block-2 p,\n.single-speaker .block-2 li {\n font-size: 0.9375rem;\n}\n\n.single-speaker .block-2 .personal-info h5,\n.single-speaker .block-2 .skills h5 {\n font-weight: 400;\n margin-bottom: 15px;\n}\n\n.single-speaker .block-2 .personal-info p,\n.single-speaker .block-2 .skills p {\n margin-bottom: 15px;\n}\n\n@media (max-width: 767px) {\n .single-speaker .block-2 .personal-info {\n margin-bottom: 30px;\n }\n}\n\n.single-speaker .block-2 .personal-info ul li {\n position: relative;\n list-style: none;\n margin-left: 25px;\n}\n\n.single-speaker .block-2 .personal-info ul li:not(:last-child) {\n margin-bottom: 5px;\n}\n\n.single-speaker .block-2 .personal-info ul li:before {\n position: absolute;\n left: -25px;\n content: \"\\f10c\";\n font-family: FontAwesome;\n color: #ff6600;\n}\n\n.single-speaker .block-2 .skills .skill-bar {\n margin-bottom: 20px;\n}\n\n.single-speaker .block-2 .skills .skill-bar p {\n margin-bottom: 5px;\n}\n\n.single-speaker .block-2 .skills .skill-bar .progress {\n border-radius: 0;\n overflow: visible;\n}\n\n.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {\n background-color: #ff6600;\n}\n\n.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {\n font-family: \"Montserrat\", sans-serif;\n float: right;\n color: white;\n}\n\n.speakers-full-width {\n overflow: hidden;\n}\n\n.speakers-full-width .speaker-slider .speaker-image {\n position: relative;\n cursor: pointer;\n overflow: hidden;\n}\n\n.speakers-full-width .speaker-slider .speaker-image img {\n width: 100%;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay {\n position: absolute;\n top: 100%;\n left: 0;\n width: 100%;\n height: 100%;\n background: #ff6600;\n opacity: .85;\n transition: .3s ease;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay p,\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay i {\n color: #fff;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {\n font-family: \"Montserrat\", sans-serif;\n font-weight: 400;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {\n padding-top: 25%;\n margin-bottom: 10px;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul,\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {\n transition: .7s ease;\n transform: translate(0, 30px);\n opacity: 0;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {\n margin-bottom: 10px;\n}\n\n.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {\n margin-right: 10px;\n}\n\n.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {\n top: 0;\n}\n\n.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5,\n.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p,\n.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {\n transform: translate(0, 0);\n opacity: 1;\n}\n\n.speakers-full-width .speaker-slider .slick-prev {\n left: 60px;\n}\n\n@media (max-width: 767px) {\n .speakers-full-width .speaker-slider .slick-prev {\n left: 20px;\n }\n}\n\n.speakers-full-width .speaker-slider .slick-prev:before {\n content: '\\f104';\n}\n\n.speakers-full-width .speaker-slider .slick-next {\n right: 60px;\n}\n\n@media (max-width: 767px) {\n .speakers-full-width .speaker-slider .slick-next {\n right: 20px;\n }\n}\n\n.speakers-full-width .speaker-slider .slick-next:before {\n content: '\\f105';\n}\n\n.speakers-full-width .speaker-slider .slick-prev,\n.speakers-full-width .speaker-slider .slick-next {\n background: #fff;\n width: 70px;\n height: 70px;\n border-radius: 100%;\n z-index: 100;\n}\n\n@media (max-width: 1024px) {\n .speakers-full-width .speaker-slider .slick-prev,\n .speakers-full-width .speaker-slider .slick-next {\n height: 35px;\n width: 35px;\n }\n}\n\n.speakers-full-width .speaker-slider .slick-prev:hover:before,\n.speakers-full-width .speaker-slider .slick-next:hover:before {\n color: #ff6600;\n}\n\n.speakers-full-width .speaker-slider .slick-prev:before,\n.speakers-full-width .speaker-slider .slick-next:before {\n color: #ff6600;\n font-family: FontAwesome;\n}\n\n/* Controls\r\n---------------------------------------------------------------------- */\n.controls {\n text-align: center;\n margin-bottom: 40px;\n}\n\n.controls .btn {\n background: transparent;\n border: none;\n cursor: pointer;\n font-family: \"Montserrat\", sans-serif;\n margin-right: 25px;\n}\n\n@media (max-width: 767px) {\n .controls .btn {\n margin-right: 10px;\n }\n}\n\n.controls .btn.focus, .controls .btn:focus {\n outline: 0;\n box-shadow: none;\n}\n\n.controls .btn:hover {\n color: #ff6600;\n}\n\n.mixitup-control-active {\n color: #ff6600;\n}\n\n/* Container\r\n---------------------------------------------------------------------- */\n.gallery-wrapper {\n /* Target Elements\r\n ---------------------------------------------------------------------- */\n /* Grid Breakpoints\r\n ---------------------------------------------------------------------- */\n /* 2 Columns */\n /* 3 Columns */\n}\n\n.gallery-wrapper .gallery-item {\n padding: 15px;\n}\n\n.gallery-wrapper .gallery-item .image-block {\n padding: 6px;\n border: 1px solid #e5e5e5;\n}\n\n.gallery-wrapper .gallery-item .image-block .image {\n position: relative;\n overflow: hidden;\n}\n\n.gallery-wrapper .gallery-item .image-block .image img {\n width: 100%;\n}\n\n.gallery-wrapper .gallery-item .image-block .image .primary-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: #ff6600;\n opacity: 0;\n transform: scale(0.8);\n transition: .3s ease;\n}\n\n.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {\n display: block;\n height: 55px;\n width: 55px;\n text-align: center;\n border: 1px solid #fff;\n border-radius: 100%;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n outline: none;\n}\n\n.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {\n color: #fff;\n line-height: 55px;\n font-size: 1.25rem;\n}\n\n.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {\n opacity: .85;\n transform: scale(1);\n}\n\n.gallery-wrapper .mix,\n.gallery-wrapper .gap {\n display: inline-block;\n vertical-align: top;\n}\n\n.gallery-wrapper .mix {\n background: #fff;\n position: relative;\n}\n\n.gallery-wrapper .mix {\n width: calc(100%/2 - (((2 - 1) * 1rem) / 2));\n}\n\n@media screen and (min-width: 768px) {\n .gallery-wrapper .mix {\n width: calc(100%/3 - (((3 - 1) * 1rem) / 3));\n }\n}\n\n.gallery-wrapper.less-gutter .gallery-item {\n padding: 5px;\n}\n\n.gallery-wrapper.less-gutter .gallery-item .image-block {\n padding: 0;\n border: none;\n}\n\n@media screen and (min-width: 1200px) {\n .gallery-wrapper.less-gutter .mix,\n .gallery-wrapper.less-gutter .gap {\n width: calc(100%/4 - (((4 - 1) * 1rem) / 4));\n }\n}\n\n.gallery-full {\n overflow: hidden;\n}\n\n.gallery-full .image {\n position: relative;\n overflow: hidden;\n margin-bottom: -1px;\n}\n\n.gallery-full .image img {\n width: 100%;\n}\n\n.gallery-full .image .primary-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: #ff6600;\n opacity: 0;\n transform: scale(0.8);\n transition: .3s ease;\n}\n\n.gallery-full .image .primary-overlay a {\n display: block;\n height: 55px;\n width: 55px;\n text-align: center;\n border: 1px solid #fff;\n border-radius: 100%;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n outline: none;\n}\n\n.gallery-full .image .primary-overlay a i {\n color: #fff;\n line-height: 55px;\n font-size: 1.25rem;\n}\n\n.gallery-full .image:hover .primary-overlay {\n opacity: .85;\n transform: scale(1);\n}\n\n.news .blog-post {\n transition: .2s ease;\n margin-bottom: 30px;\n}\n\n@media (max-width: 767px) {\n .news .blog-post .post-thumb img {\n width: 100%;\n }\n}\n\n.news .blog-post .post-content {\n position: relative;\n padding: 30px 30px 25px 30px;\n border-width: 0 1px 1px 1px;\n border-style: solid;\n border-color: #e5e5e5;\n}\n\n.news .blog-post .post-content .date {\n position: absolute;\n top: -32px;\n left: 30px;\n width: 65px;\n height: 65px;\n text-align: center;\n background: #ff6600;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.news .blog-post .post-content .date h4 {\n color: #fff;\n}\n\n.news .blog-post .post-content .date h4 span {\n display: block;\n font-size: 1rem;\n font-weight: 400;\n}\n\n.news .blog-post .post-content .post-title {\n padding-bottom: 5px;\n border-bottom: 1px solid #e5e5e5;\n margin-bottom: 15px;\n}\n\n.news .blog-post .post-content .post-title h2 {\n margin-top: 10px;\n}\n\n.news .blog-post .post-content .post-title h2 a {\n font-weight: 400;\n color: #222222;\n}\n\n.news .blog-post .post-content .post-title h2 a:hover {\n color: #ff6600;\n}\n\n.news .blog-post .post-content .post-meta ul {\n margin-bottom: 0;\n}\n\n.news .blog-post .post-content .post-meta ul li i {\n margin-right: 7px;\n}\n\n.news .blog-post .post-content .post-meta ul li a {\n display: inline-block;\n padding-right: 25px;\n font-size: 0.875rem;\n}\n\n.news .blog-post:hover {\n box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\n}\n\n.news .blog-post.single {\n margin-bottom: 100px;\n}\n\n.news .blog-post.single .post-title {\n padding-top: 35px;\n padding-bottom: 0;\n border: none;\n margin-bottom: 10px;\n}\n\n.news .blog-post.single .post-title h3 {\n font-weight: 400;\n}\n\n.news .blog-post.single .post-meta {\n border-bottom: 1px solid #e5e5e5;\n margin-bottom: 10px;\n}\n\n.news .blog-post.single .post-details p {\n padding: 13px 0;\n font-size: 15px;\n}\n\n.news .blog-post.single .post-details .quotes {\n background: #f5f5f8;\n padding: 30px;\n border-left: 3px solid #ff6600;\n margin: 15px 0;\n}\n\n.news .blog-post.single .post-details .quotes blockquote {\n font-size: 15px;\n font-style: italic;\n}\n\n.news .blog-post.single .post-details .share-block {\n display: flex;\n padding-top: 20px;\n padding-bottom: 25px;\n}\n\n@media (max-width: 991px) {\n .news .blog-post.single .post-details .share-block {\n flex-wrap: wrap;\n }\n}\n\n.news .blog-post.single .post-details .share-block p {\n padding: 0;\n}\n\n.news .blog-post.single .post-details .share-block .tag {\n flex-basis: 50%;\n align-self: center;\n}\n\n@media (max-width: 991px) {\n .news .blog-post.single .post-details .share-block .tag {\n flex-basis: 100%;\n text-align: center;\n margin-bottom: 30px;\n flex-grow: 1;\n }\n}\n\n.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul {\n display: inline;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.news .blog-post.single .post-details .share-block .tag p {\n color: #222222;\n}\n\n.news .blog-post.single .post-details .share-block .tag ul li a {\n color: #848484;\n font-size: 15px;\n}\n\n.news .blog-post.single .post-details .share-block .tag ul li a:hover {\n color: #ff6600;\n}\n\n.news .blog-post.single .post-details .share-block .share {\n flex-basis: 50%;\n text-align: right;\n}\n\n@media (max-width: 991px) {\n .news .blog-post.single .post-details .share-block .share {\n flex-basis: 100%;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul {\n display: inline;\n font-family: \"Montserrat\", sans-serif;\n}\n\n.news .blog-post.single .post-details .share-block .share p {\n margin-right: 18px;\n}\n\n@media (max-width: 400px) {\n .news .blog-post.single .post-details .share-block .share p {\n display: block;\n margin-bottom: 10px;\n }\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share {\n margin-bottom: 0;\n}\n\n@media (max-width: 400px) {\n .news .blog-post.single .post-details .share-block .share ul.social-links-share {\n text-align: left;\n }\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {\n margin-right: 7px;\n}\n\n@media (max-width: 400px) {\n .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {\n margin-right: 5px;\n margin-bottom: 5px;\n }\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {\n display: block;\n height: 38px;\n width: 38px;\n text-align: center;\n background: #fff;\n border: 1px solid #e5e5e5;\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {\n line-height: 38px;\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {\n background: #ff6600;\n border-color: #ff6600;\n}\n\n.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {\n color: #fff;\n}\n\n.news .blog-post.single:hover {\n box-shadow: none;\n}\n\n.news .comments {\n padding-bottom: 80px;\n}\n\n.news .comments h5 {\n font-weight: 400;\n margin-bottom: 10px;\n}\n\n.news .comments .comment {\n padding-top: 14px;\n}\n\n.news .comments .comment img {\n margin-right: 30px;\n}\n\n.news .comments .comment .media-body h6 {\n font-size: 16px;\n font-weight: 400;\n margin-bottom: 10px;\n}\n\n.news .comments .comment .media-body p, .news .comments .comment .media-body ul {\n font-size: 15px;\n}\n\n.news .comments .comment .media-body p {\n margin-bottom: 14px;\n}\n\n.news .comments .comment .media-body ul {\n margin-bottom: 10px;\n}\n\n.news .comments .comment .media-body ul li span {\n margin-right: 7px;\n}\n\n.news .comments .comment .media-body ul li a {\n color: #ff6600;\n}\n\n.news .comment-form h5 {\n font-weight: 400;\n margin-bottom: 30px;\n}\n\n.news .comment-form .form-control, .news .comment-form button {\n margin-bottom: 30px;\n}\n\nul.pagination {\n margin-top: 30px;\n margin-bottom: 30px;\n}\n\nul.pagination li {\n margin-right: 10px;\n}\n\nul.pagination li a {\n font-size: 16px;\n padding: 0;\n height: 50px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n border-color: transparent;\n color: #848484;\n border: 1px solid #e5e5e5;\n border-radius: 0 !important;\n}\n\nul.pagination li a:hover, ul.pagination li a:focus {\n background-color: #ff6600 !important;\n color: #fff !important;\n border-color: #ff6600 !important;\n}\n\nul.pagination .active a {\n background-color: #ff6600 !important;\n color: #fff !important;\n border-color: #ff6600 !important;\n}\n\n.sidebar {\n padding: 0 20px;\n}\n\n.widget {\n margin-bottom: 45px;\n}\n\n.widget .widget-header {\n font-weight: 400;\n margin-bottom: 20px;\n}\n\n@media (max-width: 767px) {\n .widget.search {\n margin-top: 30px;\n }\n}\n\n.widget.search .input-group .form-control {\n border-right: none;\n}\n\n.widget.search .input-group .input-group-addon {\n background: #ff6600;\n color: #fff;\n border: none;\n border-radius: 0;\n line-height: 45px;\n padding: 0 10px;\n}\n\n.widget.search .input-group .input-group-addon i {\n font-size: 15px;\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.widget.category ul.category-list li {\n margin-bottom: 10px;\n padding-bottom: 10px;\n border-bottom: 1px solid #e5e5e5;\n list-style: none;\n}\n\n.widget.category ul.category-list li a {\n font-size: 15px;\n letter-spacing: 0;\n display: block;\n}\n\n.widget.category ul.category-list li a:hover {\n color: #ff6600;\n}\n\n.widget.category ul.category-list li:last-child {\n margin-bottom: 5px;\n}\n\n.widget.tags ul li a {\n display: block;\n padding: 10px 25px;\n border: 1px solid #e5e5e5;\n margin-bottom: 15px;\n font-size: 15px;\n}\n\n.widget.tags ul li a:hover {\n background: #ff6600;\n color: #fff;\n border-color: #ff6600;\n}\n\n.widget.latest-post .media {\n padding: 15px 0;\n}\n\n.widget.latest-post .media:not(:last-child) {\n border-bottom: 1px solid #e5e5e5;\n}\n\n.widget.latest-post .media img {\n margin-right: 15px;\n}\n\n.widget.latest-post .media .media-body h6 a {\n font-size: 15px;\n color: #222222;\n line-height: 1;\n font-weight: 400;\n}\n\n.widget.latest-post .media .media-body h6 a:hover {\n color: #ff6600;\n}\n\n.widget.latest-post .media .media-body p span {\n margin-right: 10px;\n}\n\n.news-hr .news-post-hr {\n display: flex;\n}\n\n@media (max-width: 1200px) {\n .news-hr .news-post-hr {\n flex-direction: column;\n }\n}\n\n@media (max-width: 991px) {\n .news-hr .news-post-hr {\n margin-bottom: 30px;\n }\n}\n\n.news-hr .news-post-hr .post-thumb {\n flex-basis: 50%;\n}\n\n@media (max-width: 1200px) {\n .news-hr .news-post-hr .post-thumb {\n flex-basis: 100%;\n }\n}\n\n.news-hr .news-post-hr .post-thumb img {\n width: 100%;\n}\n\n.news-hr .news-post-hr .post-contents {\n flex-basis: 50%;\n padding: 30px;\n position: relative;\n border-right: 1px solid;\n border-bottom: 1px solid;\n border-color: #e5e5e5;\n}\n\n@media (max-width: 1200px) {\n .news-hr .news-post-hr .post-contents {\n border-left: 1px solid #e5e5e5;\n flex-basis: 100%;\n }\n}\n\n.news-hr .news-post-hr .post-contents .post-title h6 {\n margin-bottom: 36px;\n margin-top: 5px;\n}\n\n.news-hr .news-post-hr .post-contents .post-title h6 a {\n text-transform: uppercase;\n font-weight: 400;\n position: relative;\n font-size: 20px;\n color: #222222;\n}\n\n.news-hr .news-post-hr .post-contents .post-title h6 a:after {\n position: absolute;\n bottom: 0;\n left: 0;\n top: 37px;\n content: \"\";\n background: #ff6600;\n width: 30px;\n height: 2px;\n}\n\n.news-hr .news-post-hr .post-contents .post-exerpts p {\n font-size: 15px;\n}\n\n.news-hr .news-post-hr .post-contents .date {\n margin-top: 17px;\n width: 65px;\n height: 65px;\n text-align: center;\n background: #ff6600;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.news-hr .news-post-hr .post-contents .date h4 {\n color: #fff;\n font-weight: 400;\n}\n\n.news-hr .news-post-hr .post-contents .date h4 span {\n display: block;\n font-size: 1rem;\n font-weight: 400;\n}\n\n.news-hr .news-post-hr .post-contents .more {\n text-align: right;\n margin-top: -25px;\n}\n\n.news-hr .news-post-hr .post-contents .more a {\n font-family: \"Montserrat\", sans-serif;\n color: #222222;\n text-transform: uppercase;\n font-size: 14px;\n}\n\n.news-hr .news-post-hr .post-contents:after {\n content: '';\n position: absolute;\n right: 100%;\n bottom: 0;\n top: 50%;\n transform: translate(0, -50%);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 10px 10px 10px 0;\n border-color: transparent #fff transparent transparent;\n}\n\n@media (max-width: 1200px) {\n .news-hr .news-post-hr .post-contents:after {\n content: none;\n }\n}\n\n.about {\n padding: 120px 0;\n}\n\n.testimonial .testimonial-item {\n margin-bottom: 30px;\n}\n\n.testimonial .testimonial-item .comment {\n padding: 40px 30px;\n border: 1px solid #e5e5e5;\n margin-bottom: 20px;\n position: relative;\n transition: .3s ease;\n}\n\n.testimonial .testimonial-item .comment:before {\n content: '';\n position: absolute;\n left: -2px;\n bottom: -27px;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 30px 27px 0;\n border-color: transparent #e5e5e5 transparent transparent;\n transition: .3s ease;\n}\n\n.testimonial .testimonial-item .comment:after {\n content: '';\n position: absolute;\n left: -1px;\n bottom: -26px;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 28px 27px 0;\n border-color: transparent #fff transparent transparent;\n transition: .3s ease;\n}\n\n.testimonial .testimonial-item .comment:hover {\n background: #ff6600;\n border: 1px solid #ff6600;\n}\n\n.testimonial .testimonial-item .comment:hover p {\n color: #fff;\n}\n\n.testimonial .testimonial-item .comment:hover:before {\n border-color: transparent #ff6600 transparent transparent;\n}\n\n.testimonial .testimonial-item .comment:hover:after {\n border-color: transparent #ff6600 transparent transparent;\n}\n\n.testimonial .testimonial-item .media {\n margin-left: 50px;\n}\n\n.testimonial .testimonial-item .media img {\n height: 65px;\n width: 65px;\n border-radius: 100%;\n}\n\n.testimonial .testimonial-item .media .media-body {\n margin-left: 15px;\n align-self: center;\n}\n\n.testimonial .testimonial-item .media .media-body .name p {\n font-family: \"Montserrat\", sans-serif;\n color: #222222;\n}\n\n.testimonial .testimonial-item .media .media-body .profession p {\n font-size: 0.8126rem;\n color: #ff6600;\n}\n\n.error .block {\n margin-top: 60px;\n margin-bottom: 60px;\n}\n\n.error .block img {\n margin-bottom: 45px;\n}\n\n.error .block h3 {\n font-weight: 400;\n color: #ff6600;\n margin-bottom: 40px;\n}\n\n.error .block h3 span {\n font-style: italic;\n color: #222222;\n}\n\n.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card {\n border-radius: 0;\n margin-bottom: 20px;\n}\n\n.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header {\n background: #fff;\n padding: 0;\n}\n\n.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a {\n font-weight: 400;\n color: #222222;\n}\n\n.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span {\n padding: 20px;\n border-right: 1px solid #e5e5e5;\n margin-right: 20px;\n}\n\n.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body {\n color: #848484;\n padding: 15px 20px;\n}\n\n.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a {\n color: #ff6600;\n}\n\n.contact-form .form-control {\n margin-bottom: 30px;\n}\n\n.contact-form button {\n margin-top: 30px;\n margin-bottom: 30px;\n}\n",".btn{\r\n\ttext-transform: uppercase;\r\n font-family: $secondary-font;\r\n transition: all .3s ease;\r\n}\r\n\r\n.btn-main{\r\n padding: 25px 45px;\r\n border-radius: 3px;\r\n\tbackground: $primary-color;\r\n color: $light;\r\n outline: none;\r\n &:hover{\r\n \tcolor: $light;\r\n }\r\n &:focus{\r\n \tcolor: $light;\r\n box-shadow: none;\r\n }\r\n}\r\n\r\n.btn-main-md{\r\n padding: 15px 40px;\r\n border-radius: 0;\r\n background: $primary-color;\r\n color: $light;\r\n outline: none;\r\n font-size: 0.9375rem;\r\n &:hover{\r\n color: $light;\r\n background: darken($primary-color, 5);\r\n }\r\n &:focus{\r\n color: $light;\r\n box-shadow: none;\r\n }\r\n}\r\n\r\n.btn-transparent-md{\r\n padding: 15px 40px;\r\n background: transparent;\r\n outline: none;\r\n font-size: 0.9375rem;\r\n color: $black;\r\n border: 1px solid $border-color;\r\n border-radius: 0;\r\n &:hover{\r\n background: $primary-color;\r\n border-color: $primary-color;\r\n color: $light;\r\n }\r\n}\r\n\r\n.btn-main-sm{\r\n padding: 15px 35px;\r\n border-radius: 3px;\r\n background: $primary-color;\r\n color: $light;\r\n outline: none;\r\n font-size: 14px;\r\n &:hover{\r\n color: $light;\r\n }\r\n &:focus{\r\n color: $light;\r\n box-shadow: none;\r\n }\r\n}\r\n\r\n.btn-white-md{\r\n\tbackground: $light;\r\n\tcolor: $black;\r\n padding: 15px 40px;\r\n border-radius: 0;\r\n &:hover{\r\n background: $primary-color;\r\n color: $light;\r\n }\r\n}\r\n\r\n.btn-rounded-icon{\r\n border-radius: 100px;\r\n color: $light;\r\n border: 1px solid $light;\r\n padding: 13px 50px;\r\n}",".main-nav {\r\n\tbackground: $light;\r\n\r\n\t@include tablet {\r\n\t\tposition: relative;\r\n\t}\r\n\r\n\t.navbar-brand {\r\n\t\tpadding: 35px 40px 35px 50px;\r\n\t\tborder-right: 1px solid $border-color;\r\n\r\n\t\t@include large-desktop {\r\n\t\t\tpadding: 20px 30px;\r\n\t\t}\r\n\r\n\t\t@include tablet {\r\n\t\t\tborder-right: none;\r\n\t\t}\r\n\t}\r\n\r\n\t.navbar-toggler {\r\n\t\tfont-size: 1.5rem;\r\n\t\tmargin-right: 15px;\r\n\t}\r\n\r\n\t.navbar-nav {\r\n\t\t.nav-item {\r\n\t\t\tposition: relative;\r\n\t\t\tfont-family: $primary-font;\r\n\r\n\t\t\t.nav-link {\r\n\t\t\t\tposition: relative;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tcolor: $black;\r\n\t\t\t\tpadding-left: 5px;\r\n\t\t\t\tpadding-right: 17px;\r\n\t\t\t\tpadding-top: 1.2rem;\r\n\t\t\t\tpadding-bottom: 1.2rem;\r\n\t\t\t\tfont-size: 1.06rem;\r\n\t\t\t\tfont-family: $secondary-font;\r\n\r\n\t\t\t\t@include desktop-nav {\r\n\t\t\t\t\tfont-size: 0.86rem;\r\n\t\t\t\t\tpadding-right: 10px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@include large-desktop {\r\n\t\t\t\t\tpadding-left: 4px;\r\n\t\t\t\t\tpadding-right: 10px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\tpadding-top: 0.5rem;\r\n\t\t\t\t\tpadding-bottom: 0.5rem;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan {\r\n\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\tmargin-left: 16px;\r\n\r\n\t\t\t\t\t@include large-desktop {\r\n\t\t\t\t\t\tmargin-left: 14px;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t@include desktop {\r\n\t\t\t\t\t\tmargin-left: 10px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&:hover,\r\n\t\t\t&.active {\r\n\t\t\t\t.nav-link {\r\n\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.dropdown {\r\n\t\tposition: relative;\r\n\r\n\t\t.open>a,\r\n\t\t.open>a:focus,\r\n\t\t.open>a:hover {\r\n\t\t\tbackground: transparent;\r\n\t\t}\r\n\r\n\t\t&.full-width {\r\n\t\t\t.dropdown-menu {\r\n\t\t\t\tleft: 0 !important;\r\n\t\t\t\tright: 0 !important;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.dropdown-menu {\r\n\t\t\tmin-width: 220px;\r\n\t\t\tmargin: 0;\r\n\t\t\tpadding: 0;\r\n\t\t\tborder-radius: 0;\r\n\t\t\tborder: 0;\r\n\t\t\tbox-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\r\n\r\n\t\t\tli:not(:last-child) {\r\n\t\t\t\t.dropdown-item {\r\n\t\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\r\n\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\tborder: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.dropdown-item {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t\tpadding: 10px 16px;\r\n\t\t\t\ttransition: .3s ease;\r\n\r\n\t\t\t\t&:hover {\r\n\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t@include desktop-sm {\r\n\t\t\t\ttransform: none;\r\n\t\t\t\tleft: auto;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\topacity: 1;\r\n\t\t\t\tvisibility: visible;\r\n\t\t\t\tbackground: rgb(243, 243, 243);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@media(min-width:992px) {\r\n\t\t\t.dropdown-menu {\r\n\t\t\t\ttransition: .3s all;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\topacity: 0;\r\n\t\t\t\tvisibility: hidden;\r\n\t\t\t\ttransform: translateY(30px);\r\n\t\t\t}\r\n\r\n\t\t\t&:hover>.dropdown-menu {\r\n\t\t\t\tborder-top: 3px solid $primary-color;\r\n\t\t\t\topacity: 1;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tvisibility: visible;\r\n\t\t\t\tcolor: #777;\r\n\t\t\t\ttransform: translateY(0);\r\n\t\t\t}\r\n\r\n\t\t\t.dropleft .dropdown-menu {\r\n\t\t\t\tright: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.dropleft .dropdown-menu,\r\n\t.dropright .dropdown-menu {\r\n\t\tmargin: 0;\r\n\t}\r\n\r\n\t.dropleft .dropdown-menu {\r\n\t\tright: 0;\r\n\t}\r\n\r\n\t.dropleft .dropdown-toggle::before,\r\n\t.dropright .dropdown-toggle::after {\r\n\t\tfont-weight: bold;\r\n\t\tfont-family: 'FontAwesome';\r\n\t\tborder: 0;\r\n\t\tfont-size: 14px;\r\n\t\tvertical-align: 1px;\r\n\t}\r\n\r\n\t.dropleft .dropdown-toggle::before {\r\n\t\tcontent: \"\\f104\";\r\n\t\tmargin-right: 7px;\r\n\t}\r\n\r\n\t.dropright .dropdown-toggle::after {\r\n\t\tcontent: \"\\f105\";\r\n\t\tmargin-left: 7px;\r\n\t}\r\n\r\n\t.dropdown-submenu:hover>.dropdown-toggle,\r\n\t.dropdown-submenu.active>.dropdown-toggle {\r\n\t\tcolor: $primary-color;\r\n\t}\r\n\r\n\t.ticket {\r\n\t\tbackground: $primary-color;\r\n\t\tdisplay: block;\r\n\t\tpadding: 34px 32px;\r\n\r\n\t\t@include desktop-nav {\r\n\t\t\tpadding: 34px 26px;\r\n\t\t}\r\n\r\n\t\t@include large-desktop {\r\n\t\t\tpadding: 23px 26px;\r\n\t\t}\r\n\r\n\t\t@include desktop-sm {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\r\n\t\timg {\r\n\t\t\tmargin-right: 25px;\r\n\r\n\t\t\t@include large-desktop {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tspan {\r\n\t\t\tcolor: $light;\r\n\t\t\tfont-size: 1.125rem;\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\tfont-family: $secondary-font;\r\n\t\t\tborder-left: 1px solid #ffa366;\r\n\t\t\tpadding-left: 24px;\r\n\r\n\t\t\t@include large-desktop {\r\n\t\t\t\tpadding-left: 0;\r\n\t\t\t\tfont-size: 1rem;\r\n\t\t\t\tborder-left: none;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// bootstrap override\r\n.navbar-toggler:focus,\r\n.navbar-toggler:hover {\r\n\toutline: none;\r\n}\r\n\r\n// Nav Scroll\r\n// .navbar-collapse{\r\n// \t&.show{\r\n// \t\t@include desktop{\r\n// \t\t\toverflow-y: scroll;\r\n// \t\t}\r\n// \t}\r\n// }",".page-title{\r\n\tposition: relative;\r\n\tpadding: 165px 0 65px;\r\n\t@include large-desktop {\r\n\t\tpadding: 140px 0 65px;\r\n\t}\r\n\t@include tablet {\r\n\t\tpadding: 65px 0;\r\n\t}\r\n\th3, li, a{\r\n\t\tcolor: $light;\r\n\t}\r\n\t.title{\r\n\t\th3{\r\n\t\t\tfont-weight: 500;\r\n\t\t\ttext-transform: uppercase;\r\n\t\t}\r\n\t}\r\n\t.breadcrumb{\r\n\t\tbackground: transparent;\r\n\t\t.breadcrumb-item{\r\n\t\t\tfloat: none;\r\n\t\t\tdisplay: inline-block;\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\t&.active{\r\n\t\t\t\tcolor: $light;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.breadcrumb-item+.breadcrumb-item::before{\r\n\t\t\tcontent: \"\\f105\";\r\n\t\t\tfont-family: FontAwesome;\r\n\t\t\tcolor: $light;\r\n\t\t}\r\n\t}\r\n}",".footer-main{\r\n\tbackground: #272735;\r\n\tpadding: 90px 0;\r\n\t@include tablet {\r\n\t\tpadding: 50px 0;\r\n\t}\r\n\t.block{\r\n\t\timg{\r\n\t\t\tmargin-bottom: 60px;\r\n\t\t}\r\n\r\n\t\tul.social-links-footer{\r\n\t\t\tmargin-bottom: 0;\r\n\t\t\t.list-inline-item:not(:last-child) {\r\n\t\t\t\tmargin-right: 20px;\r\n\t\t\t\t@include mobile{\r\n\t\t\t\t\tmargin-right: 5px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tli{\r\n\t\t\t\ta{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\theight: 50px;\r\n\t\t\t\t\twidth: 50px;\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\ti{\r\n\t\t\t\t\t\tline-height: 50px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n.subfooter{\r\n\tbackground: #2a2a37;\r\n\tpadding: 18px 0;\r\n\t.copyright-text{\r\n\t\tp{\r\n\t\t\tfont-family: $secondary-font;\r\n\t\t\ta{\r\n\t\t\t\tcolor: $primary-color;\r\n\t\t\t}\r\n\t\t}\r\n\t\t@include tablet {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n\t.to-top{\r\n\t\tdisplay: block;\r\n\t\theight: 45px;\r\n\t\twidth: 45px;\r\n\t\ttext-align: center;\r\n\t\tbackground: $primary-color;\r\n\t\tfloat: right;\r\n\t\ti{\r\n\t\t\tfont-size: 1.5rem;\r\n\t\t\tcolor: $light;\r\n\t\t\tline-height: 45px;\r\n\t\t}\r\n\t\t@include tablet {\r\n\t\t\tfloat: none;\r\n\t\t\tmargin: auto;\r\n\t\t\tmargin-top: 30px;\r\n\t\t}\r\n\t}\r\n}",".cta-ticket{\r\n\tposition: relative;\r\n\t.content-block{\r\n\t\tpadding: 100px 0;\r\n\t\th2{\r\n\t\t\tcolor: $light;\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\tfont-weight: 400;\r\n\t\t\tmargin-bottom: 15px;\r\n\t\t}\r\n\t\tp{\r\n\t\t\tcolor: darken($light, 10%);\r\n\t\t\tmargin-bottom: 45px;\r\n\t\t}\r\n\t}\r\n\t.image-block{\r\n\t\tposition: absolute;\r\n\t\tright: 5%;\r\n\t\tbottom: 0;\r\n\t\t@include tablet {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.cta-subscribe{\r\n\tposition: relative;\r\n\t.content{\r\n\t\tpadding: 70px 0;\r\n\t\th3,p{\r\n\t\t\tcolor: $light;\r\n\t\t}\r\n\t\th3{\r\n\t\t\tfont-weight: 500;\r\n\t\t}\r\n\t\tp{\r\n\t\t\tfont-size: 0.9375rem;\r\n\t\t}\r\n\t}\r\n\t.subscribe-button{\r\n\t\tbutton{\r\n\t\t\tcursor: pointer;\t\r\n\t\t}\r\n\t\t@include tablet {\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t}\r\n}","// Banner Styles\r\n.banner{\r\n\tpadding: 250px 0 150px;\r\n\tposition: relative;\r\n\t@include desktop {\r\n\t\tpadding: 100px 0;\r\n\t}\r\n\t.block{\r\n\t\tposition: relative;\r\n\t\tz-index: 10;\r\n\t\t.timer{\r\n\t\t\t.syotimer-cell {\r\n\t\t margin-right: 25px;\r\n\t\t margin-bottom: 33px;\r\n\t\t display:inline-block;\r\n\t\t @include mobile {\r\n\t\t \tmargin-right: 10px;\r\n\t\t \tmargin-bottom: 20px;\r\n\t\t }\r\n\t\t .syotimer-cell__value {\r\n\t\t \tmin-width: 80px;\r\n\t\t \tfont-family: $secondary-font;\r\n\t\t\t\t\tfont-size: 35px;\r\n\t\t\t\t\tline-height: 77px;\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tposition: relative;\r\n\t\t\t\t\tfont-weight: bold;\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tborder: 2px solid #7c7491;\r\n\t\t\t\t\tmargin-bottom: 8px;\r\n\t\t\t\t\tborder-radius: 100%;\r\n\t\t\t box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);\r\n\t\t\t @include mobile {\r\n\t\t\t \tfont-size: 30px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t@include mobile-xs{\r\n\t\t\t\t\t\tmin-width: 65px;\r\n\t\t\t\t\t\tline-height: 61px;\r\n\t\t\t\t\t\tfont-size: 25px;\r\n\t\t\t\t\t}\r\n\t\t }\r\n\t\t .syotimer-cell__unit {\r\n\t\t \ttext-align: center;\r\n\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t\ttext-transform: lowercase;\r\n\t\t\t\t\tfont-weight:normal;\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t }\r\n\t\t }\r\n\t\t}\r\n\t\th1{\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\tfont-size: 5.5rem;\r\n\t\t\tcolor: $primary-color;\r\n\t\t\tfont-weight: 500;\r\n\t\t\tmargin-bottom: 5px;\r\n\t\t\t@include tablet {\r\n\t\t\t\tfont-size: 4rem;\r\n\t\t\t}\r\n\t\t\t@include mobile-xs{\r\n\t\t\t\tfont-size: 3rem;\r\n\t\t\t}\r\n\t text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);\r\n\t\t}\r\n\t\th2{\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\tfont-size: 4.625rem;\r\n\t\t\tcolor: $light;\r\n\t\t\tfont-weight: 400;\r\n\t text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);\r\n\t\t\tfont-style: italic;\r\n\t\t\t@include tablet {\r\n\t\t\t\tfont-size: 3.2rem;\r\n\t\t\t}\r\n\t\t\t@include mobile-xs{\r\n\t\t\t\tfont-size: 2.3rem;\r\n\t\t\t}\r\n\t\t}\r\n\t\th6{\r\n\t\t\tcolor: $light;\r\n\t\t\tfont-weight: 400;\r\n\t\t\tmargin-bottom: 50px;\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.banner-two{\r\n\tpadding: 250px 0 150px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n\t.block{\r\n\t\th1{\r\n\t\t\tcolor: $primary-color;\r\n\t\t\tfont-size: 88px;\r\n\t\t\t@include mobile{\r\n\t\t\t\tfont-size: 40px;\r\n\t\t\t}\r\n\t\t}\r\n\t\th2{\r\n\t\t\tfont-weight: 400;\r\n\t\t\ttext-transform: uppercase;\r\n\t\t\tfont-size: 74px;\r\n\t\t\tmargin-bottom: 10px;\r\n\t\t\t@include mobile{\r\n\t\t\t\tfont-size: 35px;\r\n\t\t\t}\r\n\t\t}\r\n\t\th3{\r\n\t\t\tfont-size: 74px;\r\n\t\t\t@include mobile{\r\n\t\t\t\tfont-size: 35px;\r\n\t\t\t}\r\n\t\t}\r\n\t\th6{\r\n\t\t\tmargin-top: 48px;\r\n\t\t\tfont-weight: 400;\r\n\t\t\tmargin-bottom: 60px;\r\n\t\t\t@include mobile{\r\n\t\t\t\tmargin-top: 30px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.about {\r\n\t.image-block{\r\n\t\tpadding: 30px;\r\n\t\timg{\r\n\t\t\tborder-radius: 100%;\r\n\t\t\tbox-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);\r\n\t\t}\r\n\t\t@include tablet {\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\t&.two{\r\n\t\t\tpadding: 0;\r\n\t\t\tmargin-top: 30px;\r\n\t\t\timg{\r\n\t\t\t\tborder-radius: 0;\r\n\t\t\t\ttransform: translate(30px, -30px);\r\n\t\t\t\t@include tablet{\r\n\t\t\t\t\ttransform: translate(0, -30px);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.content-block{\r\n\t\tmargin-left: 15px;\r\n\t\t@include tablet {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\th2{\r\n\t\t\t&:after{\r\n\t\t\t\tcontent: \"\";\r\n\t\t\t\twidth: 60px;\r\n\t\t\t\theight: 3px;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tmargin-top: 10px;\r\n\t\t\t\t@include tablet {\r\n\t\t\t\t\tmargin: auto;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tmargin-bottom: 35px;\r\n\t\t}\r\n\t\t.description-one{\r\n\t\t\tp{\r\n\t\t\t\tcolor: $black;\r\n\t\t\t\tfont-size: 1.0625rem;\r\n\t\t\t}\r\n\t\t\tmargin-bottom: 20px;\r\n\t\t}\r\n\t\t.description-two{\r\n\t\t\tp{\r\n\t\t\t\tfont-size: 0.9375em;\r\n\t\t\t}\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t\tul.list-inline{\r\n\t\t\t.list-inline-item{\r\n\t\t\t\t@include mobile{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.list-inline-item:not(:last-child) {\r\n\t\t margin-right: 20px;\r\n\t\t @include desktop-sm {\r\n\t\t \tmargin-bottom: 10px;\r\n\t\t\t}\r\n\t\t\t@include mobile{\r\n\t\t\t\tmargin-right: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.speakers{\r\n\tposition: relative;\r\n\t&.white{\r\n\t\t.speaker-item{\r\n\t\t\tbackground: $light;\r\n\t\t\tborder: 1px solid $border-color;\r\n\t\t\t&:hover{\r\n\t\t\t\t@extend .shadow;\r\n\t\t\t}\r\n\t\t}\t\r\n\t}\r\n\t.speaker-item{\r\n\t\tbackground: $gray;\r\n\t\tpadding: 7px;\r\n\t\tmargin-bottom: 30px;\r\n\t\t.image{\r\n\t\t\tmargin-bottom: 16px;\r\n\t\t\tposition: relative;\r\n\t\t\toverflow: hidden;\r\n\t\t\timg{\r\n\t\t\t\t@include mobile {\r\n\t\t\t\t\twidth: 100% !important;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.primary-overlay{\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 100%;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\topacity: .85;\r\n\t\t\t\ttransition: .3s ease;\r\n\t\t\t}\r\n\t\t\t.socials{\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 100%;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\ttransition: .4s ease;\r\n\t\t\t\tul{\r\n\t\t\t\t\twidth: 50%;\r\n\t\t\t\t\t@include large-desktop{\r\n\t\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\tpadding: 0 20px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// @include desktop {\r\n\t\t\t\t\t// \twidth: 61%;\r\n\t\t\t\t\t// }\r\n\t\t\t\t\t// @include mobile {\r\n\t\t\t\t\t// \twidth: 31%;\r\n\t\t\t\t\t// }\r\n\t\t\t\t\tli{\r\n\t\t\t\t\t\t&.list-inline-item:not(:last-child){\r\n\t\t\t\t\t\t\tmargin-right: 7px;\r\n\t\t\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t\t\t\t@include large-desktop{\r\n\t\t\t\t\t\t\t\tmargin-right: 5px;\r\n\t\t\t\t\t\t\t\tmargin-left: 5px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t&.list-inline-item:last-child{\r\n\t\t\t\t\t\t\t@include large-desktop{\r\n\t\t\t\t\t\t\t\tmargin-right: 5px;\r\n\t\t\t\t\t\t\t\tmargin-left: 5px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\t\theight: 50px;\r\n\t\t\t\t\t\t\twidth: 50px;\r\n\t\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\t\tborder: 1px solid $light;\r\n\t\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\t\tfont-size: .9375rem;\r\n\t\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t\t\tline-height: 50px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t&:hover{\r\n\t\t\t\t.primary-overlay{\r\n\t\t\t\t\ttop: 0;\r\n\t\t\t\t}\r\n\t\t\t\t.socials{\r\n\t\t\t\t\ttop: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.content{\r\n\t\t\th5{\r\n\t\t\t\ta{\r\n\t\t\t\t\tfont-size: 22px;\r\n\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tp{\r\n\t\t\t\tfont-size: 0.875rem; //14px\r\n\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.schedule{\r\n\t.schedule-tab{\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\tmargin-top: 14px;\r\n\t\tul{\r\n\t\t\tli.nav-item{\r\n\t\t\t\tmargin-right: 10px;\r\n\t\t\t\t@include tablet {\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\t\t\t\ta{\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\tfont-size: 1.5rem; //24px\r\n\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\tfont-weight: 500;\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tborder-radius: 0;\r\n\t\t\t\t\tborder: 1px solid $border-color;\r\n\t\t\t\t\tpadding: 20px 30px;\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tmargin-top: 2px;\r\n\t\t\t\t\t\tfont-family: $primary-font;\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t\t\tcolor: $text-color;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t&.active{\r\n\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\tposition: relative;\r\n\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t&:after{\r\n\t\t\t\t\t\t\tcontent: '';\r\n\t\t\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\t\t\tleft: 0;\r\n\t\t\t\t\t\t\tbottom: -20px;\r\n\t\t\t\t\t\t\twidth: 0;\r\n\t\t\t\t\t\t\theight: 0;\r\n\t\t\t\t\t\t\tborder-style: solid;\r\n\t\t\t\t\t\t\tborder-width: 0 20px 20px 0;\r\n\t\t\t\t\t\t\tborder-color: transparent $primary-color transparent transparent;\r\n\t\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\t\tcontent: none;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.schedule-contents{\r\n\t\tmargin-top: 30px;\r\n\t\tmargin-bottom: 30px;\r\n\t\tpadding: 30px;\r\n\t\t.schedule-item{\r\n\t\t\tul{\r\n\t\t\t\tli{\r\n\t\t\t\t\tlist-style: none;\r\n\t\t\t\t\tdiv{\r\n\t\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.time{\r\n\t\t\t\t\t\twidth: 20%;\r\n\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\twidth: 37%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\twidth: 48%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.speaker{\r\n\t\t\t\t\t\twidth: 30%;\r\n\t\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\t\twidth: 50%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\twidth: 60%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\twidth: 50%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\timg {\r\n\t\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.subject{\r\n\t\t\t\t\t\twidth: 30%;\r\n\t\t\t\t\t\t@include large-desktop {\r\n\t\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.venue{\r\n\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tmargin-bottom: 0;\r\n\t\t\t}\r\n\t\t\tli.headings{\r\n\t\t\t\tpadding: 22px 40px;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tdiv{\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tli.schedule-details{\r\n\t\t\t\tborder-bottom: 1px solid;\r\n\t\t\t\tborder-left: 1px solid;\r\n\t\t\t\tborder-right: 1px solid;\r\n\t\t\t\tborder-color: $border-color; \r\n\t\t\t\t.block{\r\n\t\t\t\t\tpadding: 10px 40px;\r\n\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\ttransition: .2s ease-in;\r\n\t\t\t\t\tdiv{\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\tfont-size: 1.1875em;\r\n\t\t\t\t\t\t\tcolor: #c7c8c9;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\timg{\r\n\t\t\t\t\t\t\tborder-radius: 100%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tspan.time{\r\n\t\t\t\t\t\t\tmargin-left: 5px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tspan.name{\r\n\t\t\t\t\t\t\tmargin-left: 20px;\r\n\t\t\t\t\t\t\ttransition: .2s ease-in;\r\n\t\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\tbox-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\r\n\t\t\t\t\t\ttransform: scale(1.01);\r\n\t\t\t\t\t\tspan.name{\r\n\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.download-button{\r\n\t\tpadding-top: 40px;\r\n\t\tmargin-bottom: 30px;\r\n\t}\r\n\t&.two{\r\n\t\t.schedule-tab{\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: center;\r\n\t\t\tmargin-top: 30px;\r\n\t\t\tul{\r\n\t\t\t\tli.nav-item{\r\n\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\tmargin-right: 10px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t\ta{\r\n\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\t\tfont-size: 20px; //24px\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\tfont-weight: 500;\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tborder-radius: 0;\r\n\t\t\t\t\t\tborder: 1px solid $border-color;\r\n\t\t\t\t\t\tpadding: 20px 30px;\r\n\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\tmargin-top: 2px;\r\n\t\t\t\t\t\t\tfont-family: $primary-font;\r\n\t\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\t\t\tcolor: $text-color;\r\n\t\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t&.active{\r\n\t\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t\tposition: relative;\r\n\t\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t&:after{\r\n\t\t\t\t\t\t\t\tcontent: '';\r\n\t\t\t\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\t\t\t\tleft: 100%;\r\n\t\t\t\t\t\t\t\tright:0;\r\n\t\t\t\t\t\t\t\tbottom: 0;\r\n\t\t\t\t\t\t\t\ttop: 50%;\r\n\t\t\t\t\t\t\t\ttransform: translate(0, -50%);\r\n\t\t\t\t\t\t\t\twidth: 0;\r\n\t\t\t\t\t\t\t\theight: 0;\r\n\t\t\t\t\t\t\t\tborder-style: solid;\r\n\t\t\t\t\t\t\t\tborder-width: 10px 0 10px 10px;\r\n\t\t\t\t\t\t\t\tborder-color: transparent transparent transparent $primary-color;\r\n\t\t\t\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\t\t\t\tcontent: none;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.schedule-contents{\r\n\t\t\tmargin-top: 30px;\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t\tpadding: 0;\r\n\t\t\t@extend .shadow;\r\n\t\t\t.schedule-item{\r\n\t\t\t\tul{\r\n\t\t\t\t\tli{\r\n\t\t\t\t\t\tlist-style: none;\r\n\t\t\t\t\t\tdiv{\r\n\t\t\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.time{\r\n\t\t\t\t\t\t\twidth: 20%;\r\n\t\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\t\twidth: 37%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\t\twidth: 48%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.speaker{\r\n\t\t\t\t\t\t\twidth: 30%;\r\n\t\t\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\t\t\twidth: 50%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\t\twidth: 60%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\t\twidth: 50%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.subject{\r\n\t\t\t\t\t\t\twidth: 30%;\r\n\t\t\t\t\t\t\t@include large-desktop {\r\n\t\t\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.venue{\r\n\t\t\t\t\t\t\twidth: 18.6%;\r\n\t\t\t\t\t\t\t@include tablet {\r\n\t\t\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t}\r\n\t\t\t\tli.headings{\r\n\t\t\t\t\tpadding: 25px 0;\r\n\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\tdiv{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tli.schedule-details{\r\n\t\t\t\t\t&:not(:last-child){\r\n\t\t\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.block{\r\n\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\tpadding: 0;\r\n\t\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\t\ttransition: .2s ease-in;\r\n\t\t\t\t\t\tdiv{\r\n\t\t\t\t\t\t\tpadding-top: 25px;\r\n\t\t\t\t\t\t\tpadding-bottom: 25px;\r\n\t\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\t\tfont-size: 1.1875em;\r\n\t\t\t\t\t\t\t\tcolor: #c7c8c9;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\timg{\r\n\t\t\t\t\t\t\t\tborder-radius: 100%;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tspan.time{\r\n\t\t\t\t\t\t\t\tmargin-left: 0px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tspan.name{\r\n\t\t\t\t\t\t\t\tmargin-left: 0px;\r\n\t\t\t\t\t\t\t\ttransition: .2s ease-in;\r\n\t\t\t\t\t\t\t\t@include mobile {\r\n\t\t\t\t\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t&:not(:last-child){\r\n\t\t\t\t\t\t\t\tborder-right: 1px solid $border-color;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t&:not(:last-child){\r\n\t\t\t\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\tbox-shadow: none;\r\n\t\t\t\t\t\t\ttransform: scale(1);\r\n\t\t\t\t\t\t\tspan.name{\r\n\t\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.ticket-feature{\r\n\toverflow: hidden;\r\n\t.block{\r\n\t\tposition: relative;\r\n\t\tpadding-top: 150px;\r\n\t\tpadding-bottom: 110px;\r\n\t\t.section-title, a{\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t.section-title{\r\n\t\t\th3{\r\n\t\t\t\tfont-weight: 500;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.timer{\r\n\t\t\tposition: relative;\r\n\t\t\tmargin-top: 60px;\r\n\t\t\tmargin-bottom: 35px;\r\n\t\t\t.syotimer-cell {\r\n\t\t margin-right: 25px;\r\n\t\t margin-bottom: 33px;\r\n\t\t display:inline-block;\r\n\t\t @include mobile {\r\n\t\t \tmargin-right: 10px;\r\n\t\t \tmargin-bottom: 20px;\r\n\t\t }\r\n\t\t .syotimer-cell__value {\r\n\t\t \tmin-width: 80px;\r\n\t\t \tfont-family: $secondary-font;\r\n\t\t\t\t\tfont-size: 35px;\r\n\t\t\t\t\theight: 100px;\r\n\t\t\t\t\twidth: 100px;\r\n\t\t\t\t\tline-height: 100px;\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tposition: relative;\r\n\t\t\t\t\tfont-weight: bold;\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tborder: 2px solid rgba(255,255,255, .35);\r\n\t\t\t\t\tbackground-clip: content-box;\r\n\t\t\t\t\tbackground: rgba(255,255,255, .26);\r\n\t\t\t\t\tmargin-bottom: 8px;\r\n\t\t\t\t\tborder-radius: 100%;\r\n\t\t\t @include mobile {\r\n\t\t\t\t\t\tfont-size: 30px;\r\n\t\t\t\t\t\theight: 80px;\r\n\t\t\t\t\t\twidth: 80px;\r\n\t\t\t\t\t\tline-height: 80px;\r\n\t\t\t }\r\n\t\t\t // box-shadow: 0px 0px 0px 4px green;\r\n\t\t }\r\n\t\t .syotimer-cell__unit {\r\n\t\t \ttext-align: center;\r\n\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t\ttext-transform: lowercase;\r\n\t\t\t\t\tfont-weight:normal;\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t }\r\n\t\t }\r\n\t\t}\r\n\t}\r\n\t.block-2{\r\n\t\tposition: relative;\r\n\t\tpadding: 150px 10%;\r\n\t\theight: 100%;\r\n\t\tbackground: $primary-color;\r\n\t\t@include mobile{\r\n\t\t\tpadding: 50px 20px;\r\n\t\t}\r\n\t\t[class*=col-]{\r\n\t\t\t&:first-child{\r\n\t\t\t\tborder-right: 1px solid #fc9552;\r\n\t\t\t\tborder-bottom: 1px solid #fc9552;\r\n\t\t\t}\r\n\t\t\t&:nth-child(2){\r\n\t\t\t\tborder-bottom: 1px solid #fc9552;\t\r\n\t\t\t}\r\n\t\t\t&:nth-child(3){\r\n\t\t\t\tborder-right: 1px solid #fc9552;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.service-item{\r\n\t\t\tpadding: 30px;\r\n\t\t\ttext-align: center;\r\n\t\t\ti, h5{\r\n\t\t\t\tcolor: $light;\r\n\t\t\t}\r\n\t\t\ti{\r\n\t\t\t\tfont-size: 3.25rem;//52px\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t}\r\n\t\t\th5{\r\n\t\t\t\tfont-family: $primary-font;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t@include mobile{\r\n\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t&:after{\r\n\t\t\tcontent: '';\r\n\t\t\tposition: absolute;\r\n\t\t\tright:100%;\r\n\t\t\tbottom: 0;\r\n\t\t\ttop: 0;\r\n\t\t\twidth: 0;\r\n\t\t\theight: 0;\r\n\t\t\tborder-style: solid;\r\n\t\t\tborder-width: 0 0 1000px 300px;\r\n\t\t\tborder-color: transparent transparent $primary-color transparent;\r\n\t\t\t@include large-desktop {\r\n\t\t\t\tcontent: none;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.registration{\r\n\toverflow: hidden;\r\n\t.service-block{\r\n\t\tposition: relative;\r\n\t\tpadding: 120px 10%;\r\n\t\t[class*=col-]{\r\n\t\t\t&:first-child{\r\n\t\t\t\tborder-right: 1px solid #f69351;\r\n\t\t\t\tborder-bottom: 1px solid #f69351;\r\n\t\t\t}\r\n\t\t\t&:nth-child(2){\r\n\t\t\t\tborder-bottom: 1px solid #f69351;\t\r\n\t\t\t}\r\n\t\t\t&:nth-child(3){\r\n\t\t\t\tborder-right: 1px solid #f69351;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.service-item{\r\n\t\t\tpadding: 30px;\r\n\t\t\ttext-align: center;\r\n\t\t\ti, h5{\r\n\t\t\t\tcolor: $light;\r\n\t\t\t}\r\n\t\t\ti{\r\n\t\t\t\tfont-size: 3.25rem;//52px\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t}\r\n\t\t\th5{\r\n\t\t\t\tfont-family: $primary-font;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t@include mobile{\r\n\t\t\t\t\tfont-size: 12px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.registration-block{\r\n\t\tposition: relative;\r\n\t\theight: 100%;\r\n\t\tpadding: 120px 10%;\r\n\t\t.block{\r\n\t\t\tposition: relative;\r\n\t\t\tz-index: 9;\r\n\t\t\t.title{\r\n\t\t\t\th3{\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tfont-weight: 500;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\t\t\t\tp{\r\n\t\t\t\t\tcolor: darken($light, 30%);\r\n\t\t\t\t\tline-height: 1;\r\n\t\t\t\t}\r\n\t\t\t\tmargin-bottom: 35px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.pricing{\r\n\t.pricing-item{\r\n\t\tborder: 1px solid $border-color;\r\n\t\t@include desktop-sm {\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t\t.pricing-heading{\r\n\t\t\tpadding: 20px 40px 30px 40px;\r\n\t\t\tbackground: $light-gray;\r\n\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t.title{\r\n\t\t\t\th6{\r\n\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tline-height: 50px;\r\n\t\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.price{\r\n\t\t\t\tmargin-top: 28px;\r\n\t\t\t\th2{\r\n\t\t\t\t\tfont-size: 3.625rem;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tfont-size: 1.5625rem;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tmargin-bottom: 0px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.pricing-body{\r\n\t\t\tpadding: 45px 40px;\r\n\t\t\tul.feature-list{\r\n\t\t\t\tli{\r\n\t\t\t\t\tlist-style: none;\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\tmargin-right: 15px;\r\n\t\t\t\t\t\t\t&.available{\r\n\t\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t&.unavailable{\r\n\t\t\t\t\t\t\t\tcolor: #d2d2d2;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t&:not(:last-child){\r\n\t\t\t\t\t\tmargin-bottom: 15px;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.pricing-footer{\r\n\t\t\tpadding-bottom: 40px;\r\n\t\t}\r\n\r\n\t\t&.featured{\r\n\t\t\tborder: none;\r\n\t\t\tbox-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\r\n\t\t\t.pricing-heading{\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tborder-bottom: 1px solid $primary-color;\r\n\t\t\t\t.title{\r\n\t\t\t\t\th6{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\tborder-bottom: 1px solid #f69351;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t.price{\r\n\t\t\t\t\tmargin-top: 28px;\r\n\t\t\t\t\th2{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\tfont-size: 3.625rem;\r\n\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\tfont-size: 1.5625rem;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tmargin-bottom: 0px;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t&.two{\r\n\t\t.pricing-item{\r\n\t\t\tborder: 1px solid $border-color;\r\n\t\t\toverflow: hidden;\r\n\t\t\t@include desktop-sm {\r\n\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t}\r\n\t\t\t.pricing-heading{\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t.title{\r\n\t\t\t\t\th6{\r\n\t\t\t\t\t\tposition: relative;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t.price{\r\n\t\t\t\t\tposition: relative;\r\n\t\t\t\t}\r\n\t\t\t\t&:before{\r\n\t\t\t\t\tcontent: '';\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\tbottom: -25%;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\twidth: 0;\r\n\t\t\t\t\theight: 0;\r\n\t\t\t\t\tborder-style: solid;\r\n\t\t\t\t\tborder-width: 64px 500px 0 0;\r\n\t\t\t\t\tborder-color: $light-gray transparent transparent transparent;\r\n\t\t\t\t\t@include desktop-sm{\r\n\t\t\t\t\t\tcontent: none;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.pricing-body{\r\n\t\t\t\tpadding: 70px 40px 45px;\r\n\t\t\t\tul.feature-list{\r\n\t\t\t\t\tli{\r\n\t\t\t\t\t\tp{\r\n\t\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\t\t&.available{\r\n\t\t\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&.featured{\r\n\t\t\t\t.pricing-heading{\r\n\t\t\t\t\t&:before{\r\n\t\t\t\t\t\tborder-color: $primary-color transparent transparent transparent;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.sponsors{\r\n\tposition: relative;\r\n\t.sponsor-title{\r\n\t\tmargin-top: 10px;\r\n\t\th5{\r\n\t\t\tcolor: $primary-color;\r\n\t\t}\r\n\t\tmargin-bottom: 30px;\r\n\t}\r\n\t.block{\r\n\t\t.list-inline-item:not(:last-child){\r\n\t\t\tmargin-right: 15px;\r\n\t\t\t@include desktop-sm{\r\n\t\t\t\tmargin-right: 7px;\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.list-inline-item:last-child{\r\n\t\t\t@include desktop-sm{\r\n\t\t\t\tmargin-right: 7px;\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.image-block{\r\n\t\t\tpadding: 45px 0;\r\n\t\t\tbackground: $light;\r\n\t\t\twidth: 244px;\r\n\t\t\tcursor: pointer;\r\n\t\t\ttransition: all .3s ease;\r\n\t\t\tborder: 1px solid transparent;\r\n\t\t\timg{\r\n\t\t\t\theight: 55px;\r\n\t\t\t}\r\n\t\t\tmargin-bottom: 10px;\r\n\t\t\t&:hover{\r\n\t\t\t\t@extend .shadow;\r\n\t\t\t\tborder: 1px solid $primary-color;\r\n\t\t\t}\r\n\t\t}\r\n\t\tmargin-bottom: 40px;\r\n\t}\r\n\t.sponsor-btn{\r\n\t\tmargin-top: 10px;\r\n\t\tmargin-bottom: 30px;\r\n\t}\r\n}\r\n\r\n// Google map\r\n.map{\r\n\tposition: relative;\r\n\t#map{\r\n\t\theight:480px;\r\n\t\tcolor: white;\r\n\t}\r\n\t.address-block{\r\n\t\tposition: absolute;\r\n\t\tpadding: 45px 50px 50px 50px;\r\n\t\ttop: 80px;\r\n\t\tleft: 10%;\r\n\t\t@include mobile {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\t\tbackground: $primary-color;\r\n\t\th4,li{\r\n\t\t\tcolor: $light;\r\n\t\t\tmargin-bottom: 20px;\r\n\t\t}\r\n\t\th4{\r\n\t\t\tfont-size: 1.5rem;\r\n\t\t\tfont-weight: 400;\r\n\t\t}\r\n\t\tul.address-list{\r\n\t\t\tli{\r\n\t\t\t\tlist-style: none;\r\n\t\t\t\ti{\r\n\t\t\t\t\tfont-size: 1.125rem;\r\n\t\t\t\t}\r\n\t\t\t\tspan{\r\n\t\t\t\t\tmargin-left: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t}\r\n\t\t}\r\n\t\ta{\r\n\t\t\tmargin-top: 35px;\r\n\t\t}\r\n\t}\r\n\t&.new{\r\n\t\toverflow: hidden;\r\n\t\t#map{\r\n\t\t\theight: 640px;\r\n\t\t}\r\n\t\t.address-block{\r\n\t\t\t// right: 10%;\r\n\t\t\tleft: 60%;\r\n\t\t\t@include desktop-sm{\r\n\t\t\t\tleft: 52%;\r\n\t\t\t}\r\n\t\t\t@include tablet{\r\n\t\t\t\tleft: 5%;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.register{\r\n\t\t\twidth: 50%;\r\n\t\t\tposition: absolute;\r\n\t\t\ttop: 0;\r\n\t\t\tleft: 0;\r\n\t\t\toverflow: hidden;\r\n\t\t\t@include tablet {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tposition: relative;\r\n\t\t\t}\r\n\t\t\t.block{\r\n\t\t\t\tpadding: 130px 10%;\r\n\t\t\t\t.title{\r\n\t\t\t\t\tposition: relative;\r\n\t\t\t\t\tmargin-bottom: 65px;\r\n\t\t\t\t\th3{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t.form-control,button{\r\n\t\t\t\t\tmargin-bottom: 40px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.feature{\r\n\t.feature-content{\r\n\t\th2, p{\r\n\t\t\tmargin-bottom: 25px;\r\n\t\t\t@include tablet {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.testimonial{\r\n\t\t@include tablet {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\tp{\r\n\t\t\tfont-family: $secondary-font;\r\n\t\t\tmargin-bottom: 10px;\r\n\t\t\tfont-style: italic;\r\n\t\t\tcolor: #242424;\r\n\t\t}\r\n\t\tul.meta{\r\n\t\t\tli{\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tmargin-right: 10px;\r\n\t\t\t\timg{\r\n\t\t\t\t\theight: 40px;\r\n\t\t\t\t\twidth: 40px;\r\n\t\t\t\t\tborder-radius: 100%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// App Features\r\n.app-features{\r\n\t.app-feature{\r\n\t\t@include mobile {\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t}\r\n\t.app-explore{\r\n\t\tdisplay: flex;\r\n justify-content: center !important;\r\n\t margin-bottom: 40px;\r\n\t}\r\n}\r\n\r\n.banner-full{\r\n\t.image{\r\n\t\tdisplay: flex;\r\n justify-content: center;\r\n\t\timg{\r\n\t\t\theight: 625px;\r\n\t\t}\r\n\t\t@include tablet {\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t}\r\n\t.block{\r\n\t\t@include tablet {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\t.logo{\r\n\t\t\tmargin-bottom: 40px;\r\n\t\t}\r\n\t\th1{\r\n\t\t\tmargin-bottom: 40px;\r\n\t\t}\r\n\t\tp{\r\n\t\t\tfont-size: 20px;\r\n\t\t\tmargin-bottom: 50px;\r\n\t\t}\r\n\t\t.app{\r\n\t\t\tmargin-bottom: 20px;\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.video-promo{\r\n\tpadding: 150px 0;\r\n\t.content-block{\r\n\t\twidth: 60%;\r\n\t\tmargin: 0 auto;\r\n\t\ttext-align: center;\r\n\t\th2{\r\n\t\t\tfont-size: 30px;\r\n\t\t\tcolor: $light;\r\n\t\t}\r\n\t\tp{\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t\ta{\r\n\t\t\ti.video{\r\n\t\t\t\theight: 125px;\r\n\t\t\t width: 125px;\r\n\t\t\t background: $primary-color;\r\n\t\t\t display: inline-block;\r\n\t\t\t font-size: 40px;\r\n\t\t\t color: $light;\r\n\t\t\t text-align: center;\r\n\t\t\t line-height: 125px;\r\n\t\t\t border-radius: 100%;\r\n\t\t\t}\r\n\t\t\t&:focus{\r\n\t\t\t\toutline: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.testimonial{\r\n\t.testimonial-slider{\r\n\t\t.item{\r\n\t\t\tpadding-bottom: 10px;\r\n\t\t\t.block{\r\n\t\t\t\tpadding: 40px;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tmargin: 10px;\r\n\t\t border-radius: 5px;\r\n\t\t\t\t.image{\r\n\t\t\t\t\tmargin-top: 30px;\r\n\t\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\tdisplay: flex;\r\n\t\t\t justify-content: center;\r\n\t\t\t\t\t@include tablet {\r\n\t\t\t\t flex-grow: 1;\r\n\t\t\t\t\t}\r\n\t\t\t\t\timg{\r\n\t\t\t\t\t\theight: 40px;\r\n\t\t\t\t\t\twidth: 40px;\r\n\t\t\t\t border-radius: 100%;\r\n\t\t\t\t\t}\t\r\n\t\t\t\t}\r\n\t\t\t\tp{\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\tfont-style: italic;\r\n\t\t\t\t\tcolor: #888888;\r\n\t\t\t\t}\r\n\t\t\t\tcite{\r\n\t\t\t\t\tfont-style: normal;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\tcolor: #161616;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t// Owl dot Active color overide\r\n\t\t.owl-dots{\r\n\t\t\t.owl-dot{\r\n\t\t\t\t&:hover{\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t&.active{\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\t\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}",".single-speaker {\r\n\t.block {\r\n\t\tpadding-bottom: 70px;\r\n\t\tborder-bottom: 1px solid $border-color;\r\n\r\n\t\t.image-block {\r\n\t\t\tbackground: $light;\r\n\t\t\tborder: 1px solid $border-color;\r\n\t\t\tpadding: 6px;\r\n\r\n\t\t\timg {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\r\n\t\t\t@include tablet {\r\n\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.content-block {\r\n\t\t\t.name {\r\n\t\t\t\th3 {\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.profession {\r\n\t\t\t\tp {\r\n\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\tfont-size: 0.9375rem;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t}\r\n\r\n\t\t\t.details {\r\n\t\t\t\tp {\r\n\t\t\t\t\tfont-size: 0.9375rem;\r\n\r\n\t\t\t\t\t&:not(:last-child) {\r\n\t\t\t\t\t\tmargin-bottom: 35px;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\tmargin-bottom: 35px;\r\n\t\t\t}\r\n\r\n\t\t\t.social-profiles {\r\n\t\t\t\th5 {\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tmargin-bottom: 25px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tul.social-list {\r\n\t\t\t\t\tli {\r\n\t\t\t\t\t\ta {\r\n\t\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\t\theight: 40px;\r\n\t\t\t\t\t\t\twidth: 40px;\r\n\t\t\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\t\t\tborder: 1px solid $border-color;\r\n\t\t\t\t\t\t\ttext-align: center;\r\n\r\n\t\t\t\t\t\t\ti {\r\n\t\t\t\t\t\t\t\tline-height: 40px;\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t&:hover {\r\n\t\t\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\t\t\tborder: 1px solid $primary-color;\r\n\t\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.block-2 {\r\n\t\tpadding-top: 70px;\r\n\t\tpadding-bottom: 10px;\r\n\r\n\t\th3,\r\n\t\tp,\r\n\t\tli {\r\n\t\t\tfont-size: 0.9375rem;\r\n\t\t}\r\n\r\n\t\t.personal-info,\r\n\t\t.skills {\r\n\t\t\th5 {\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t\tmargin-bottom: 15px;\r\n\t\t\t}\r\n\r\n\t\t\tp {\r\n\t\t\t\tmargin-bottom: 15px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.personal-info {\r\n\t\t\t@include tablet {\r\n\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t}\r\n\r\n\t\t\tul {\r\n\t\t\t\tli {\r\n\t\t\t\t\tposition: relative;\r\n\t\t\t\t\tlist-style: none;\r\n\t\t\t\t\tmargin-left: 25px;\r\n\r\n\t\t\t\t\t&:not(:last-child) {\r\n\t\t\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:before {\r\n\t\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\t\tleft: -25px;\r\n\t\t\t\t\t\tcontent: \"\\f10c\";\r\n\t\t\t\t\t\tfont-family: FontAwesome;\r\n\t\t\t\t\t\tcolor: $primary-color;\r\n\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.skills {\r\n\t\t\t.skill-bar {\r\n\t\t\t\tp {\r\n\t\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t.progress {\r\n\t\t\t\t\tborder-radius: 0;\r\n\t\t\t\t\toverflow: visible;\r\n\r\n\t\t\t\t\t.progress-bar {\r\n\t\t\t\t\t\tbackground-color: $primary-color;\r\n\r\n\t\t\t\t\t\tspan {\r\n\t\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\t\tfloat: right;\r\n\t\t\t\t\t\t\tcolor: white;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.speakers-full-width {\r\n\toverflow: hidden;\r\n\r\n\t.speaker-slider {\r\n\t\t.speaker-image {\r\n\t\t\tposition: relative;\r\n\t\t\tcursor: pointer;\r\n\t\t\toverflow: hidden;\r\n\r\n\t\t\timg {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\r\n\t\t\t.primary-overlay {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 100%;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\topacity: .85;\r\n\t\t\t\ttransition: .3s ease;\r\n\r\n\t\t\t\th5,\r\n\t\t\t\tp,\r\n\t\t\t\ti {\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t}\r\n\r\n\t\t\t\th5,\r\n\t\t\t\tp {\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t}\r\n\r\n\t\t\t\th5 {\r\n\t\t\t\t\tpadding-top: 25%;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\th5,\r\n\t\t\t\tul,\r\n\t\t\t\tp {\r\n\t\t\t\t\ttransition: .7s ease;\r\n\t\t\t\t\ttransform: translate(0, 30px);\r\n\t\t\t\t\topacity: 0;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tp {\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tul {\r\n\t\t\t\t\t.list-inline-item {\r\n\t\t\t\t\t\t&:not(:last-child) {\r\n\t\t\t\t\t\t\tmargin-right: 10px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\t.primary-overlay {\r\n\t\t\t\t\ttop: 0;\r\n\r\n\t\t\t\t\th5,\r\n\t\t\t\t\tp,\r\n\t\t\t\t\tul {\r\n\t\t\t\t\t\ttransform: translate(0, 0);\r\n\t\t\t\t\t\topacity: 1;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.slick-prev {\r\n\t\t\tleft: 60px;\r\n\r\n\t\t\t@include tablet {\r\n\t\t\t\tleft: 20px;\r\n\t\t\t}\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tcontent: '\\f104';\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t.slick-next {\r\n\t\t\tright: 60px;\r\n\r\n\t\t\t@include tablet {\r\n\t\t\t\tright: 20px;\r\n\t\t\t}\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tcontent: '\\f105';\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.slick-prev,\r\n\t\t.slick-next {\r\n\t\t\tbackground: $light;\r\n\t\t\twidth: 70px;\r\n\t\t\theight: 70px;\r\n\t\t\tborder-radius: 100%;\r\n\t\t\tz-index: 100;\r\n\r\n\t\t\t@include desktop {\r\n\t\t\t\theight: 35px;\r\n\t\t\t\twidth: 35px;\r\n\t\t\t}\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tcolor: $primary-color;\r\n\t\t\t\tfont-family: $icon-font;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}","/* Controls\r\n---------------------------------------------------------------------- */\r\n.controls {\r\n text-align: center;\r\n margin-bottom: 40px;\r\n\r\n .btn {\r\n background: transparent;\r\n border: none;\r\n cursor: pointer;\r\n font-family: $secondary-font;\r\n margin-right: 25px;\r\n\r\n @include tablet {\r\n margin-right: 10px;\r\n }\r\n\r\n &.focus,\r\n &:focus {\r\n outline: 0;\r\n box-shadow: none;\r\n }\r\n\r\n &:hover {\r\n color: $primary-color;\r\n }\r\n }\r\n}\r\n\r\n.mixitup-control-active {\r\n color: $primary-color;\r\n}\r\n\r\n\r\n/* Container\r\n---------------------------------------------------------------------- */\r\n\r\n.gallery-wrapper {\r\n .gallery-item {\r\n padding: 15px;\r\n\r\n .image-block {\r\n padding: 6px;\r\n border: 1px solid $border-color;\r\n\r\n .image {\r\n position: relative;\r\n overflow: hidden;\r\n\r\n img {\r\n width: 100%;\r\n }\r\n\r\n .primary-overlay {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n background: $primary-color;\r\n opacity: 0;\r\n transform: scale(.8);\r\n transition: .3s ease;\r\n\r\n a {\r\n display: block;\r\n height: 55px;\r\n width: 55px;\r\n text-align: center;\r\n border: 1px solid $light;\r\n border-radius: 100%;\r\n position: absolute;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n outline: none;\r\n\r\n i {\r\n color: $light;\r\n line-height: 55px;\r\n font-size: 1.25rem;\r\n\r\n }\r\n }\r\n }\r\n\r\n &:hover {\r\n .primary-overlay {\r\n opacity: .85;\r\n transform: scale(1);\r\n }\r\n }\r\n }\r\n }\r\n }\r\n\r\n /* Target Elements\r\n ---------------------------------------------------------------------- */\r\n\r\n .mix,\r\n .gap {\r\n display: inline-block;\r\n vertical-align: top;\r\n }\r\n\r\n .mix {\r\n background: #fff;\r\n position: relative;\r\n }\r\n\r\n /* Grid Breakpoints\r\n ---------------------------------------------------------------------- */\r\n\r\n /* 2 Columns */\r\n .mix {\r\n width: calc(100%/2 - (((2 - 1) * 1rem) / 2));\r\n }\r\n\r\n /* 3 Columns */\r\n @media screen and (min-width: 768px) {\r\n .mix {\r\n width: calc(100%/3 - (((3 - 1) * 1rem) / 3));\r\n }\r\n }\r\n\r\n &.less-gutter {\r\n .gallery-item {\r\n padding: 5px;\r\n\r\n .image-block {\r\n padding: 0;\r\n border: none;\r\n }\r\n }\r\n\r\n @media screen and (min-width: 1200px) {\r\n\r\n .mix,\r\n .gap {\r\n width: calc(100%/4 - (((4 - 1) * 1rem) / 4));\r\n }\r\n }\r\n }\r\n}\r\n\r\n.gallery-full {\r\n overflow: hidden;\r\n\r\n .image {\r\n position: relative;\r\n overflow: hidden;\r\n margin-bottom: -1px;\r\n\r\n img {\r\n width: 100%;\r\n }\r\n\r\n .primary-overlay {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n background: $primary-color;\r\n opacity: 0;\r\n transform: scale(.8);\r\n transition: .3s ease;\r\n\r\n a {\r\n display: block;\r\n height: 55px;\r\n width: 55px;\r\n text-align: center;\r\n border: 1px solid $light;\r\n border-radius: 100%;\r\n position: absolute;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n outline: none;\r\n\r\n i {\r\n color: $light;\r\n line-height: 55px;\r\n font-size: 1.25rem;\r\n\r\n }\r\n }\r\n }\r\n\r\n &:hover {\r\n .primary-overlay {\r\n opacity: .85;\r\n transform: scale(1);\r\n }\r\n }\r\n }\r\n}",".news{\r\n\t.blog-post{\r\n\t\ttransition: .2s ease;\r\n\t\tmargin-bottom: 30px;\r\n\t\t.post-thumb{\r\n\t\t\timg{\r\n\t\t\t\t@include tablet {\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.post-content{\r\n\t\t\tposition: relative;\r\n\t\t\tpadding: 30px 30px 25px 30px;\r\n\t\t\tborder-width: 0 1px 1px 1px;\r\n\t\t\tborder-style: solid;\r\n\t\t\tborder-color: $border-color;\r\n\t\t\t.date{\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: -32px;\r\n\t\t\t\tleft: 30px;\r\n\t\t\t\twidth: 65px;\r\n\t\t\t\theight: 65px;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\th4{\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.post-title{\r\n\t\t\t\th2{\r\n\t\t\t\t\tmargin-top: 10px;\r\n\t\t\t\t\ta{\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tpadding-bottom: 5px;\r\n\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\tmargin-bottom: 15px;\r\n\t\t\t}\r\n\t\t\t.post-meta{\r\n\t\t\t\tul{\r\n\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t\tli{\r\n\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\tmargin-right: 7px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\t\t\tpadding-right: 25px;\r\n\t\t\t\t\t\t\tfont-size: 0.875rem;//14px\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t&:hover{\r\n\t\t\tbox-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);\r\n\t\t}\r\n\t\t&.single{\r\n\t\t\tmargin-bottom: 100px;\r\n\t\t\t.post-title{\r\n\t\t\t\tpadding-top: 35px;\r\n\t\t\t\th3{\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t}\r\n\t\t\t\tpadding-bottom: 0;\r\n\t\t\t\tborder: none;\r\n\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t}\r\n\t\t\t.post-meta{\r\n\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t}\r\n\t\t\t.post-details{\r\n\t\t\t\tp{\r\n\t\t\t\t\tpadding: 13px 0;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\t.quotes{\r\n\t\t\t\t\tbackground: #f5f5f8;\r\n\t\t\t\t\tpadding: 30px;\r\n\t\t\t\t\tborder-left:3px solid $primary-color;\r\n\t\t\t\t\tblockquote{\r\n\t\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\t\tfont-style: italic;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tmargin: 15px 0;\r\n\t\t\t\t}\r\n\t\t\t\t.share-block{\r\n\t\t\t\t\tdisplay: flex;\r\n\t\t\t\t\tpadding-top: 20px;\r\n\t\t\t\t\tpadding-bottom: 25px;\r\n\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\tflex-wrap: wrap;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tpadding: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.tag{\r\n\t\t\t\t\t\tflex-basis: 50%;\r\n\t\t\t\t\t\talign-self: center;\r\n\t\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\t\tflex-basis: 100%;\r\n\t\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t\t\t\t\tflex-grow: 1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tp,ul{\r\n\t\t\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tp{\r\n\t\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tul{\r\n\t\t\t\t\t\t\tli{\r\n\t\t\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\t\t\tcolor: $text-color;\r\n\t\t\t\t\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t.share{\r\n\t\t\t\t\t\tflex-basis: 50%;\r\n\t\t\t\t\t\ttext-align: right;\r\n\t\t\t\t\t\t@include desktop-sm {\r\n\t\t\t\t\t\t\tflex-basis: 100%;\r\n\t\t\t\t\t\t\tflex-grow: 1;\r\n\t\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tp,ul{\r\n\t\t\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tp{\r\n\t\t\t\t\t\t\tmargin-right: 18px;\r\n\t\t\t\t\t\t\t@include mobile-xs{\r\n\t\t\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tul.social-links-share{\r\n\t\t\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t\t\t\t@include mobile-xs{\r\n\t\t\t\t\t\t\t\ttext-align: left;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t.list-inline-item:not(:last-child) {\r\n\t\t\t\t\t\t\t\tmargin-right: 7px;\r\n\t\t\t\t\t\t\t\t@include mobile-xs{\r\n\t\t\t\t\t\t\t\t\tmargin-right: 5px;\r\n\t\t\t\t\t\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tli{\r\n\t\t\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\t\t\t\theight: 38px;\r\n\t\t\t\t\t\t\t\t\twidth: 38px;\r\n\t\t\t\t\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\t\t\t\t\tborder: 1px solid $border-color;\r\n\t\t\t\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\t\t\t\tline-height: 38px;\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\t\t\t\t\tborder-color: $primary-color;\r\n\t\t\t\t\t\t\t\t\t\ti{\r\n\t\t\t\t\t\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t&:hover{\r\n\t\t\t\tbox-shadow: none;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.comments{\r\n\t\tpadding-bottom: 80px;\r\n\t\th5{\r\n\t\t\tfont-weight: 400;\r\n\t\t\tmargin-bottom: 10px;\r\n\t\t}\r\n\t\t.comment{\r\n\t\t\tpadding-top: 14px;\r\n\t\t\timg{\r\n\t\t\t\tmargin-right: 30px;\r\n\t\t\t}\r\n\t\t\t.media-body{\r\n\t\t\t\th6{\r\n\t\t\t\t\tfont-size: 16px;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\t\t\t\tp,ul{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tp{\r\n\t\t\t\t\tmargin-bottom: 14px;\r\n\t\t\t\t}\r\n\t\t\t\tul{\r\n\t\t\t\t\tli{\r\n\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\tmargin-right: 7px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t.comment-form{\r\n\t\th5{\r\n\t\t\tfont-weight: 400;\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t\t.form-control, button{\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Pagination\r\nul.pagination{\r\n\tmargin-top: 30px;\r\n\tmargin-bottom: 30px;\r\n li{\r\n margin-right: 10px;\r\n a{\r\n font-size: 16px;\r\n padding: 0;\r\n height: 50px;\r\n width: 50px;\r\n line-height: 50px;\r\n text-align: center;\r\n border-color: transparent;\r\n color: $text-color;\r\n border: 1px solid $border-color;\r\n border-radius: 0 !important;\r\n &:hover, &:focus{\r\n \tbackground-color: $primary-color !important;\r\n color: $light !important; \r\n border-color: $primary-color !important;\r\n @extend .shadow;\r\n }\r\n }\r\n }\r\n .active{\r\n a{\r\n background-color: $primary-color !important;\r\n color: $light !important; \r\n border-color: $primary-color !important;\r\n @extend .shadow;\r\n }\r\n }\r\n}\r\n.sidebar{\r\n\tpadding: 0 20px;\r\n}\r\n.widget{\r\n\t.widget-header{\r\n\t\tfont-weight: 400;\r\n\t\tmargin-bottom: 20px;\r\n\t}\r\n\tmargin-bottom: 45px;\r\n\t&.search{\r\n\t\t@include tablet {\r\n\t\t\tmargin-top: 30px;\r\n\t\t}\r\n\t\t.input-group{\r\n\t\t\t.form-control{\r\n\t\t\t\tborder-right: none;\r\n\t\t\t}\r\n\t\t\t.input-group-addon{\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tcolor: $light;\r\n\t\t\t\tborder: none;\r\n\t\t\t\tborder-radius: 0;\r\n\t\t\t\tline-height: 45px;\r\n\t\t\t\tpadding: 0 10px;\r\n\t\t\t\ti{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\tpadding-right: 5px;\r\n\t\t\t\t\tpadding-left: 5px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t&.category{\r\n\t\tul.category-list{\r\n\t\t\tli{\r\n\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t\tlist-style: none;\r\n\t\t\t\ta{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\tletter-spacing: 0;\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t&:last-child{\r\n\t\t\t\t\tmargin-bottom: 5px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t&.tags{\r\n\t\tul{\r\n\t\t\tli{\r\n\t\t\t\ta{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tpadding: 10px 25px;\r\n\t\t\t\t\tborder: 1px solid $border-color;\r\n\t\t\t\t\tmargin-bottom: 15px;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\t\tborder-color: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t&.latest-post{\r\n\t\t.media{\r\n\t\t\tpadding: 15px 0;\r\n\t\t\t&:not(:last-child){\r\n\t\t\t\tborder-bottom: 1px solid $border-color;\r\n\t\t\t}\r\n\t\t\timg{\r\n\t\t\t\tmargin-right: 15px;\r\n\t\t\t}\r\n\t\t\t.media-body{\r\n\t\t\t\th6{\r\n\t\t\t\t\ta{\r\n\t\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\tline-height: 1;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t\t&:hover{\r\n\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tp{\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tmargin-right: 10px;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.news-hr{\r\n\t.news-post-hr{\r\n\t\tdisplay: flex;\r\n\t\t@include large-desktop{\r\n\t\t\tflex-direction: column;\r\n\t\t}\r\n\t\t@include desktop-sm{\r\n\t\t\tmargin-bottom: 30px;\r\n\t\t}\r\n\t\t.post-thumb{\r\n\t\t\tflex-basis: 50%;\r\n\t\t\t@include large-desktop{\r\n\t\t\t\tflex-basis: 100%;\r\n\t\t\t}\r\n\t\t\timg{\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t\t.post-contents{\r\n\t\t\tflex-basis: 50%;\r\n\t\t\tpadding: 30px;\r\n\t\t\tposition: relative;\r\n\t\t\tborder-right: 1px solid;\r\n\t\t\tborder-bottom: 1px solid;\r\n\t\t\tborder-color: $border-color;\r\n\t\t\t@include large-desktop{\r\n\t\t\t\tborder-left: 1px solid $border-color;\r\n\t\t\t\tflex-basis: 100%;\r\n\t\t\t} \r\n\t\t\t.post-title{\r\n\t\t\t\th6{\r\n\t\t\t\t\tmargin-bottom: 36px;\r\n\t\t\t\t\tmargin-top: 5px;\r\n\t\t\t\t\ta{\r\n\t\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t\tposition: relative;\r\n\t\t\t\t\t\tfont-size: 20px;\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t&:after{\r\n\t\t\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\t\t\tbottom: 0;\r\n\t\t\t\t\t\t\tleft: 0;\r\n\t\t\t\t\t\t\ttop: 37px;\r\n\t\t\t\t\t\t\tcontent: \"\";\r\n\t\t\t\t\t\t\tbackground: $primary-color;\r\n\t\t\t\t\t\t\twidth: 30px;\r\n\t\t\t\t\t\t\theight: 2px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.post-exerpts{\r\n\t\t\t\tp{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.date{\r\n\t\t\t\tmargin-top: 17px;\r\n\t\t\t\twidth: 65px;\r\n\t\t\t\theight: 65px;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\th4{\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tspan{\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tfont-size: 1rem;\r\n\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t.more{\r\n\t\t\t\ttext-align: right;\r\n\t\t\t\tmargin-top: -25px;\r\n\t\t\t\ta{\r\n\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t&:after{\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tright:100%;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\ttop: 50%;\r\n\t\t\t\ttransform: translate(0, -50%);\r\n\t\t\t\twidth: 0;\r\n\t\t\t\theight: 0;\r\n\t\t\t\tborder-style: solid;\r\n\t\t\t\tborder-width: 10px 10px 10px 0;\r\n\t\t\t\tborder-color: transparent $light transparent transparent;\r\n\t\t\t\t@include large-desktop {\r\n\t\t\t\t\tcontent: none;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t&:hover{\r\n\t\t\t@extend .shadow;\r\n\t\t}\r\n\t}\r\n}",".about{\r\n\tpadding: 120px 0;\r\n}\r\n.testimonial{\r\n\t.testimonial-item{\r\n\t\tmargin-bottom: 30px;\r\n\t\t.comment{\r\n\t\t\tpadding: 40px 30px;\r\n\t\t\tborder: 1px solid $border-color;\r\n\t\t\tmargin-bottom: 20px;\r\n\t\t\tposition: relative;\r\n\t\t\ttransition: .3s ease;\r\n\t\t\t&:before{\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tleft: -2px;\r\n\t\t\t\tbottom: -27px;\r\n\t\t\t\twidth: 0;\r\n\t\t\t\theight: 0;\r\n\t\t\t\tborder-style: solid;\r\n\t\t\t\tborder-width: 0 30px 27px 0;\r\n\t\t\t\tborder-color: transparent $border-color transparent transparent;\r\n\t\t\t\ttransition: .3s ease;\r\n\t\t\t}\r\n\t\t\t&:after{\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tleft: -1px;\r\n\t\t\t\tbottom: -26px;\r\n\t\t\t\twidth: 0;\r\n\t\t\t\theight: 0;\r\n\t\t\t\tborder-style: solid;\r\n\t\t\t\tborder-width: 0 28px 27px 0;\r\n\t\t\t\tborder-color: transparent $light transparent transparent;\r\n\t\t\t\ttransition: .3s ease;\r\n\t\t\t}\r\n\t\t\t&:hover{\r\n\t\t\t\tbackground: $primary-color;\r\n\t\t\t\tborder: 1px solid $primary-color;\r\n\t\t\t\t@extend .shadow;\r\n\t\t\t\tp{\r\n\t\t\t\t\tcolor: $light;\r\n\t\t\t\t}\r\n\t\t\t\t&:before{\r\n\t\t\t\t\tborder-color: transparent $primary-color transparent transparent;\r\n\t\t\t\t}\r\n\t\t\t\t&:after{\r\n\t\t\t\t\tborder-color: transparent $primary-color transparent transparent;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t.media{\r\n\t\t\tmargin-left: 50px;\r\n\t\t\timg{\r\n\t\t\t\theight: 65px;\r\n\t\t\t\twidth: 65px;\r\n\t\t\t\tborder-radius: 100%;\r\n\t\t\t}\r\n\t\t\t.media-body{\r\n\t\t\t\tmargin-left: 15px;\r\n\t\t\t\talign-self: center;\r\n\t\t\t\t.name{\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tfont-family: $secondary-font;\r\n\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t.profession{\r\n\t\t\t\t\tp{\r\n\t\t\t\t\t\tfont-size: 0.8126rem; //13px\r\n\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}",".error{\r\n .block{\r\n \tmargin-top: 60px;\r\n \tmargin-bottom: 60px;\r\n \timg{\r\n \t\tmargin-bottom: 45px;\r\n \t}\r\n\t\th3{\r\n\t\t\tfont-weight: 400;\r\n\t\t\tcolor: $primary-color;\r\n\t\t\tspan{\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t\tcolor: $black;\r\n\t\t\t}\r\n\t\t\tmargin-bottom: 40px;\r\n\t\t}\r\n\t}\r\n}",".faq{\r\n\t.accordion-block{\r\n\t\t#accordion,#accordionTwo{\r\n\t\t\t.card{\r\n\t\t\t\tborder-radius: 0;\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t\t.card-header{\r\n\t\t\t\t\tbackground: $light;\r\n\t\t\t\t\tpadding: 0;\r\n\t\t\t\t\th5{\r\n\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\tspan{\r\n\t\t\t\t\t\t\t\tpadding: 20px;\r\n\t\t\t\t\t\t\t\tborder-right: 1px solid $border-color;\r\n\t\t\t\t\t\t\t\tmargin-right: 20px;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\t\t\tcolor: $black;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t.card-body{\r\n\t\t\t\t\tcolor: $text-color;\r\n\t\t\t\t\tpadding: 15px 20px;\r\n\t\t\t\t}\r\n\t\t\t\t.collapse.show + .card-header{\r\n\t\t\t\t\th5{\r\n\t\t\t\t\t\ta{\r\n\t\t\t\t\t\t\tcolor: $primary-color;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}",".contact-form{\r\n\t.form-control{\r\n\t\tmargin-bottom: 30px;\r\n\t}\r\n\tbutton{\r\n\t\tmargin-top: 30px;\r\n\t\tmargin-bottom: 30px;\r\n\t}\r\n}"]} \ No newline at end of file diff --git a/theme/gallery-two.html b/theme/gallery-two.html new file mode 100644 index 0000000..b41c5b9 --- /dev/null +++ b/theme/gallery-two.html @@ -0,0 +1,420 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our Gallery

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/gallery.html b/theme/gallery.html new file mode 100644 index 0000000..5f39131 --- /dev/null +++ b/theme/gallery.html @@ -0,0 +1,397 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our Gallery

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/homepage-two.html b/theme/homepage-two.html new file mode 100644 index 0000000..e0f9ab9 --- /dev/null +++ b/theme/homepage-two.html @@ -0,0 +1,1267 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+
+
+

About The Eventre

+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore + magna aliqua enim ad +

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmtempor incididunt ut labore et + dolore magna aliq enim ad minim

+
+ +
+
+
+
+
+ + + +
+
+
+
+ +
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+ speaker +
+
GEORGE G. HERNANDEZ
+

CEO Rancom Motor

+
    +
  • +
  • +
  • +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+

Event Schedule

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+ +
+
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + 9.00 AM +
    + +
    + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + 10.00 AM +
    + +
    + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + 12.00 AM +
    + +
    + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + 2.00 PM +
    + +
    + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + 3.00 PM +
    + +
    + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+
+
+

Limited Audience Seats

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm

+
+ +
+ Buy Ticket +
+
+
+
+
+
+ +
+ +
8 Speakers
+
+
+
+ +
+ +
500 + Seats
+
+
+
+ +
+ +
300 tickets
+
+
+
+ +
+ +
3 days event
+
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+
+

Eventre News

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus, enim.

+
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + post-image + +
+
+
+
Default title here
+
+
+

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed doeiuse tempor incididunt ut +

+
+ +
+

20May

+
+
+ Show more +
+
+
+
+
+
+
+ + + + + + + + + + + +
+
+
+
+
+

Get ticket

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ +
+
Starter
+
+ +
+

$39.00

+
+
+
+ +
    +
  • +

    1 Comfortable Seats

    +
  • +
  • +

    Free Lunch and Coffee

    +
  • +
  • +

    Certificate

    +
  • +
  • +

    Easy Access

    +
  • +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
Platinum
+
+ +
+

$99.00

+
+
+
+ +
    +
  • +

    1 Comfortable Seats

    +
  • +
  • +

    Free Lunch and Coffee

    +
  • +
  • +

    Certificate

    +
  • +
  • +

    Easy Access

    +
  • +
+
+ +
+
+
+
+
+ + + + + +
+ +
+
+

Docklands Convention

+
    +
  • 1201 Park Street, Fifth Avenue,
    Dhanmondy, Dhaka.
  • +
  • [88] 657 524 332
  • +
+ Get Direction +
+
+
+
+

Register to Eventre

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit

+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+ + + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/images/404.png b/theme/images/404.png new file mode 100644 index 0000000..a1e9730 Binary files /dev/null and b/theme/images/404.png differ diff --git a/theme/images/background/banner-bg-two.jpg b/theme/images/background/banner-bg-two.jpg new file mode 100644 index 0000000..a2b88ae Binary files /dev/null and b/theme/images/background/banner-bg-two.jpg differ diff --git a/theme/images/background/bg-registration-two.jpg b/theme/images/background/bg-registration-two.jpg new file mode 100644 index 0000000..1412bfb Binary files /dev/null and b/theme/images/background/bg-registration-two.jpg differ diff --git a/theme/images/background/cta-ticket-bg.jpg b/theme/images/background/cta-ticket-bg.jpg new file mode 100644 index 0000000..f1ae02f Binary files /dev/null and b/theme/images/background/cta-ticket-bg.jpg differ diff --git a/theme/images/background/feature-background.jpg b/theme/images/background/feature-background.jpg new file mode 100644 index 0000000..6527555 Binary files /dev/null and b/theme/images/background/feature-background.jpg differ diff --git a/theme/images/background/homepage-one-banner.jpg b/theme/images/background/homepage-one-banner.jpg new file mode 100644 index 0000000..ae342fa Binary files /dev/null and b/theme/images/background/homepage-one-banner.jpg differ diff --git a/theme/images/background/newsletter-bg.jpg b/theme/images/background/newsletter-bg.jpg new file mode 100644 index 0000000..b3ff646 Binary files /dev/null and b/theme/images/background/newsletter-bg.jpg differ diff --git a/theme/images/background/objects.png b/theme/images/background/objects.png new file mode 100644 index 0000000..3bd4978 Binary files /dev/null and b/theme/images/background/objects.png differ diff --git a/theme/images/background/page-title-bg.jpg b/theme/images/background/page-title-bg.jpg new file mode 100644 index 0000000..701343a Binary files /dev/null and b/theme/images/background/page-title-bg.jpg differ diff --git a/theme/images/background/pattern-background.jpg b/theme/images/background/pattern-background.jpg new file mode 100644 index 0000000..b72c93e Binary files /dev/null and b/theme/images/background/pattern-background.jpg differ diff --git a/theme/images/background/registration-background.jpg b/theme/images/background/registration-background.jpg new file mode 100644 index 0000000..a91c31d Binary files /dev/null and b/theme/images/background/registration-background.jpg differ diff --git a/theme/images/background/schedule-bg.png b/theme/images/background/schedule-bg.png new file mode 100644 index 0000000..8da9eeb Binary files /dev/null and b/theme/images/background/schedule-bg.png differ diff --git a/theme/images/background/spaeker-background.jpg b/theme/images/background/spaeker-background.jpg new file mode 100644 index 0000000..0458cc1 Binary files /dev/null and b/theme/images/background/spaeker-background.jpg differ diff --git a/theme/images/background/sponsors-bg.jpg b/theme/images/background/sponsors-bg.jpg new file mode 100644 index 0000000..f68dee9 Binary files /dev/null and b/theme/images/background/sponsors-bg.jpg differ diff --git a/theme/images/background/timer-bg.jpg b/theme/images/background/timer-bg.jpg new file mode 100644 index 0000000..39abf76 Binary files /dev/null and b/theme/images/background/timer-bg.jpg differ diff --git a/theme/images/favicon.png b/theme/images/favicon.png new file mode 100644 index 0000000..90e8f7c Binary files /dev/null and b/theme/images/favicon.png differ diff --git a/theme/images/footer-logo.png b/theme/images/footer-logo.png new file mode 100644 index 0000000..a4684b9 Binary files /dev/null and b/theme/images/footer-logo.png differ diff --git a/theme/images/gallery/gallery-five.jpg b/theme/images/gallery/gallery-five.jpg new file mode 100644 index 0000000..a752db3 Binary files /dev/null and b/theme/images/gallery/gallery-five.jpg differ diff --git a/theme/images/gallery/gallery-four.jpg b/theme/images/gallery/gallery-four.jpg new file mode 100644 index 0000000..cdbaf7f Binary files /dev/null and b/theme/images/gallery/gallery-four.jpg differ diff --git a/theme/images/gallery/gallery-full-eight.jpg b/theme/images/gallery/gallery-full-eight.jpg new file mode 100644 index 0000000..b82edea Binary files /dev/null and b/theme/images/gallery/gallery-full-eight.jpg differ diff --git a/theme/images/gallery/gallery-full-five.jpg b/theme/images/gallery/gallery-full-five.jpg new file mode 100644 index 0000000..ff75f4a Binary files /dev/null and b/theme/images/gallery/gallery-full-five.jpg differ diff --git a/theme/images/gallery/gallery-full-four.jpg b/theme/images/gallery/gallery-full-four.jpg new file mode 100644 index 0000000..05115d7 Binary files /dev/null and b/theme/images/gallery/gallery-full-four.jpg differ diff --git a/theme/images/gallery/gallery-full-one.jpg b/theme/images/gallery/gallery-full-one.jpg new file mode 100644 index 0000000..01b7b81 Binary files /dev/null and b/theme/images/gallery/gallery-full-one.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-eight.jpg b/theme/images/gallery/gallery-full-popup-eight.jpg new file mode 100644 index 0000000..067c016 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-eight.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-five.jpg b/theme/images/gallery/gallery-full-popup-five.jpg new file mode 100644 index 0000000..69cb8dd Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-five.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-four.jpg b/theme/images/gallery/gallery-full-popup-four.jpg new file mode 100644 index 0000000..70af630 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-four.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-one.jpg b/theme/images/gallery/gallery-full-popup-one.jpg new file mode 100644 index 0000000..eeb52bc Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-one.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-six.jpg b/theme/images/gallery/gallery-full-popup-six.jpg new file mode 100644 index 0000000..f3d75b3 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-six.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-sven.jpg b/theme/images/gallery/gallery-full-popup-sven.jpg new file mode 100644 index 0000000..e033af4 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-sven.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-three.jpg b/theme/images/gallery/gallery-full-popup-three.jpg new file mode 100644 index 0000000..fa83221 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-three.jpg differ diff --git a/theme/images/gallery/gallery-full-popup-two.jpg b/theme/images/gallery/gallery-full-popup-two.jpg new file mode 100644 index 0000000..28fea87 Binary files /dev/null and b/theme/images/gallery/gallery-full-popup-two.jpg differ diff --git a/theme/images/gallery/gallery-full-seven.jpg b/theme/images/gallery/gallery-full-seven.jpg new file mode 100644 index 0000000..421768d Binary files /dev/null and b/theme/images/gallery/gallery-full-seven.jpg differ diff --git a/theme/images/gallery/gallery-full-six.jpg b/theme/images/gallery/gallery-full-six.jpg new file mode 100644 index 0000000..8439811 Binary files /dev/null and b/theme/images/gallery/gallery-full-six.jpg differ diff --git a/theme/images/gallery/gallery-full-three.jpg b/theme/images/gallery/gallery-full-three.jpg new file mode 100644 index 0000000..13c3cfb Binary files /dev/null and b/theme/images/gallery/gallery-full-three.jpg differ diff --git a/theme/images/gallery/gallery-full-two.jpg b/theme/images/gallery/gallery-full-two.jpg new file mode 100644 index 0000000..056cf81 Binary files /dev/null and b/theme/images/gallery/gallery-full-two.jpg differ diff --git a/theme/images/gallery/gallery-less-eight.jpg b/theme/images/gallery/gallery-less-eight.jpg new file mode 100644 index 0000000..9fda9fc Binary files /dev/null and b/theme/images/gallery/gallery-less-eight.jpg differ diff --git a/theme/images/gallery/gallery-less-five.jpg b/theme/images/gallery/gallery-less-five.jpg new file mode 100644 index 0000000..56bcf7e Binary files /dev/null and b/theme/images/gallery/gallery-less-five.jpg differ diff --git a/theme/images/gallery/gallery-less-four.jpg b/theme/images/gallery/gallery-less-four.jpg new file mode 100644 index 0000000..a763cd2 Binary files /dev/null and b/theme/images/gallery/gallery-less-four.jpg differ diff --git a/theme/images/gallery/gallery-less-one.jpg b/theme/images/gallery/gallery-less-one.jpg new file mode 100644 index 0000000..69d9328 Binary files /dev/null and b/theme/images/gallery/gallery-less-one.jpg differ diff --git a/theme/images/gallery/gallery-less-seven.jpg b/theme/images/gallery/gallery-less-seven.jpg new file mode 100644 index 0000000..434ae6e Binary files /dev/null and b/theme/images/gallery/gallery-less-seven.jpg differ diff --git a/theme/images/gallery/gallery-less-six.jpg b/theme/images/gallery/gallery-less-six.jpg new file mode 100644 index 0000000..a896521 Binary files /dev/null and b/theme/images/gallery/gallery-less-six.jpg differ diff --git a/theme/images/gallery/gallery-less-three.jpg b/theme/images/gallery/gallery-less-three.jpg new file mode 100644 index 0000000..3727ebe Binary files /dev/null and b/theme/images/gallery/gallery-less-three.jpg differ diff --git a/theme/images/gallery/gallery-less-two.jpg b/theme/images/gallery/gallery-less-two.jpg new file mode 100644 index 0000000..c337f47 Binary files /dev/null and b/theme/images/gallery/gallery-less-two.jpg differ diff --git a/theme/images/gallery/gallery-one.jpg b/theme/images/gallery/gallery-one.jpg new file mode 100644 index 0000000..30438bf Binary files /dev/null and b/theme/images/gallery/gallery-one.jpg differ diff --git a/theme/images/gallery/gallery-popup-eight.jpg b/theme/images/gallery/gallery-popup-eight.jpg new file mode 100644 index 0000000..d9780db Binary files /dev/null and b/theme/images/gallery/gallery-popup-eight.jpg differ diff --git a/theme/images/gallery/gallery-popup-five.jpg b/theme/images/gallery/gallery-popup-five.jpg new file mode 100644 index 0000000..1ef701f Binary files /dev/null and b/theme/images/gallery/gallery-popup-five.jpg differ diff --git a/theme/images/gallery/gallery-popup-four.jpg b/theme/images/gallery/gallery-popup-four.jpg new file mode 100644 index 0000000..542951b Binary files /dev/null and b/theme/images/gallery/gallery-popup-four.jpg differ diff --git a/theme/images/gallery/gallery-popup-one.jpg b/theme/images/gallery/gallery-popup-one.jpg new file mode 100644 index 0000000..6564ef5 Binary files /dev/null and b/theme/images/gallery/gallery-popup-one.jpg differ diff --git a/theme/images/gallery/gallery-popup-seven.jpg b/theme/images/gallery/gallery-popup-seven.jpg new file mode 100644 index 0000000..f9f5576 Binary files /dev/null and b/theme/images/gallery/gallery-popup-seven.jpg differ diff --git a/theme/images/gallery/gallery-popup-six.jpg b/theme/images/gallery/gallery-popup-six.jpg new file mode 100644 index 0000000..7c3d79c Binary files /dev/null and b/theme/images/gallery/gallery-popup-six.jpg differ diff --git a/theme/images/gallery/gallery-popup-three.jpg b/theme/images/gallery/gallery-popup-three.jpg new file mode 100644 index 0000000..4a6f79e Binary files /dev/null and b/theme/images/gallery/gallery-popup-three.jpg differ diff --git a/theme/images/gallery/gallery-popup-two.jpg b/theme/images/gallery/gallery-popup-two.jpg new file mode 100644 index 0000000..f5bd72f Binary files /dev/null and b/theme/images/gallery/gallery-popup-two.jpg differ diff --git a/theme/images/gallery/gallery-six.jpg b/theme/images/gallery/gallery-six.jpg new file mode 100644 index 0000000..9b1fcb2 Binary files /dev/null and b/theme/images/gallery/gallery-six.jpg differ diff --git a/theme/images/gallery/gallery-three.jpg b/theme/images/gallery/gallery-three.jpg new file mode 100644 index 0000000..8b1adb0 Binary files /dev/null and b/theme/images/gallery/gallery-three.jpg differ diff --git a/theme/images/gallery/gallery-two.jpg b/theme/images/gallery/gallery-two.jpg new file mode 100644 index 0000000..3ab86fe Binary files /dev/null and b/theme/images/gallery/gallery-two.jpg differ diff --git a/theme/images/icon/marker.png b/theme/images/icon/marker.png new file mode 100644 index 0000000..df061a1 Binary files /dev/null and b/theme/images/icon/marker.png differ diff --git a/theme/images/icon/ticket.png b/theme/images/icon/ticket.png new file mode 100644 index 0000000..e752cd1 Binary files /dev/null and b/theme/images/icon/ticket.png differ diff --git a/theme/images/logo.png b/theme/images/logo.png new file mode 100644 index 0000000..ef96a60 Binary files /dev/null and b/theme/images/logo.png differ diff --git a/theme/images/news/post-thumb-eight.jpg b/theme/images/news/post-thumb-eight.jpg new file mode 100644 index 0000000..fd11383 Binary files /dev/null and b/theme/images/news/post-thumb-eight.jpg differ diff --git a/theme/images/news/post-thumb-five.jpg b/theme/images/news/post-thumb-five.jpg new file mode 100644 index 0000000..0f9cfb3 Binary files /dev/null and b/theme/images/news/post-thumb-five.jpg differ diff --git a/theme/images/news/post-thumb-four.jpg b/theme/images/news/post-thumb-four.jpg new file mode 100644 index 0000000..e7e3d19 Binary files /dev/null and b/theme/images/news/post-thumb-four.jpg differ diff --git a/theme/images/news/post-thumb-hr-four.jpg b/theme/images/news/post-thumb-hr-four.jpg new file mode 100644 index 0000000..952a722 Binary files /dev/null and b/theme/images/news/post-thumb-hr-four.jpg differ diff --git a/theme/images/news/post-thumb-hr-one.jpg b/theme/images/news/post-thumb-hr-one.jpg new file mode 100644 index 0000000..b7688d5 Binary files /dev/null and b/theme/images/news/post-thumb-hr-one.jpg differ diff --git a/theme/images/news/post-thumb-hr-three.jpg b/theme/images/news/post-thumb-hr-three.jpg new file mode 100644 index 0000000..2593838 Binary files /dev/null and b/theme/images/news/post-thumb-hr-three.jpg differ diff --git a/theme/images/news/post-thumb-hr-two.jpg b/theme/images/news/post-thumb-hr-two.jpg new file mode 100644 index 0000000..d9d51c8 Binary files /dev/null and b/theme/images/news/post-thumb-hr-two.jpg differ diff --git a/theme/images/news/post-thumb-nine.jpg b/theme/images/news/post-thumb-nine.jpg new file mode 100644 index 0000000..f8bcd97 Binary files /dev/null and b/theme/images/news/post-thumb-nine.jpg differ diff --git a/theme/images/news/post-thumb-one.jpg b/theme/images/news/post-thumb-one.jpg new file mode 100644 index 0000000..23dfa49 Binary files /dev/null and b/theme/images/news/post-thumb-one.jpg differ diff --git a/theme/images/news/post-thumb-seven.jpg b/theme/images/news/post-thumb-seven.jpg new file mode 100644 index 0000000..c169ab4 Binary files /dev/null and b/theme/images/news/post-thumb-seven.jpg differ diff --git a/theme/images/news/post-thumb-six.jpg b/theme/images/news/post-thumb-six.jpg new file mode 100644 index 0000000..9ca6388 Binary files /dev/null and b/theme/images/news/post-thumb-six.jpg differ diff --git a/theme/images/news/post-thumb-sm-four.jpg b/theme/images/news/post-thumb-sm-four.jpg new file mode 100644 index 0000000..9338b39 Binary files /dev/null and b/theme/images/news/post-thumb-sm-four.jpg differ diff --git a/theme/images/news/post-thumb-sm-one.jpg b/theme/images/news/post-thumb-sm-one.jpg new file mode 100644 index 0000000..89c8a9a Binary files /dev/null and b/theme/images/news/post-thumb-sm-one.jpg differ diff --git a/theme/images/news/post-thumb-sm-three.jpg b/theme/images/news/post-thumb-sm-three.jpg new file mode 100644 index 0000000..cd7d0c9 Binary files /dev/null and b/theme/images/news/post-thumb-sm-three.jpg differ diff --git a/theme/images/news/post-thumb-sm-two.jpg b/theme/images/news/post-thumb-sm-two.jpg new file mode 100644 index 0000000..b91e781 Binary files /dev/null and b/theme/images/news/post-thumb-sm-two.jpg differ diff --git a/theme/images/news/post-thumb-three.jpg b/theme/images/news/post-thumb-three.jpg new file mode 100644 index 0000000..a95fe01 Binary files /dev/null and b/theme/images/news/post-thumb-three.jpg differ diff --git a/theme/images/news/post-thumb-two.jpg b/theme/images/news/post-thumb-two.jpg new file mode 100644 index 0000000..d8550a0 Binary files /dev/null and b/theme/images/news/post-thumb-two.jpg differ diff --git a/theme/images/news/single-post.jpg b/theme/images/news/single-post.jpg new file mode 100644 index 0000000..e149bf3 Binary files /dev/null and b/theme/images/news/single-post.jpg differ diff --git a/theme/images/speakers/featured-speaker-two.jpg b/theme/images/speakers/featured-speaker-two.jpg new file mode 100644 index 0000000..e41b8a8 Binary files /dev/null and b/theme/images/speakers/featured-speaker-two.jpg differ diff --git a/theme/images/speakers/featured-speaker.jpg b/theme/images/speakers/featured-speaker.jpg new file mode 100644 index 0000000..36b3642 Binary files /dev/null and b/theme/images/speakers/featured-speaker.jpg differ diff --git a/theme/images/speakers/single-speaker.jpg b/theme/images/speakers/single-speaker.jpg new file mode 100644 index 0000000..fcb089b Binary files /dev/null and b/theme/images/speakers/single-speaker.jpg differ diff --git a/theme/images/speakers/speaker-five.jpg b/theme/images/speakers/speaker-five.jpg new file mode 100644 index 0000000..e8ab51e Binary files /dev/null and b/theme/images/speakers/speaker-five.jpg differ diff --git a/theme/images/speakers/speaker-four.jpg b/theme/images/speakers/speaker-four.jpg new file mode 100644 index 0000000..da33f69 Binary files /dev/null and b/theme/images/speakers/speaker-four.jpg differ diff --git a/theme/images/speakers/speaker-full-five.jpg b/theme/images/speakers/speaker-full-five.jpg new file mode 100644 index 0000000..5472431 Binary files /dev/null and b/theme/images/speakers/speaker-full-five.jpg differ diff --git a/theme/images/speakers/speaker-full-four.jpg b/theme/images/speakers/speaker-full-four.jpg new file mode 100644 index 0000000..6fbdec3 Binary files /dev/null and b/theme/images/speakers/speaker-full-four.jpg differ diff --git a/theme/images/speakers/speaker-full-one.jpg b/theme/images/speakers/speaker-full-one.jpg new file mode 100644 index 0000000..65f7cf1 Binary files /dev/null and b/theme/images/speakers/speaker-full-one.jpg differ diff --git a/theme/images/speakers/speaker-full-three.jpg b/theme/images/speakers/speaker-full-three.jpg new file mode 100644 index 0000000..47dae13 Binary files /dev/null and b/theme/images/speakers/speaker-full-three.jpg differ diff --git a/theme/images/speakers/speaker-full-two.jpg b/theme/images/speakers/speaker-full-two.jpg new file mode 100644 index 0000000..092d963 Binary files /dev/null and b/theme/images/speakers/speaker-full-two.jpg differ diff --git a/theme/images/speakers/speaker-one.jpg b/theme/images/speakers/speaker-one.jpg new file mode 100644 index 0000000..19c362c Binary files /dev/null and b/theme/images/speakers/speaker-one.jpg differ diff --git a/theme/images/speakers/speaker-six.jpg b/theme/images/speakers/speaker-six.jpg new file mode 100644 index 0000000..d3c89b3 Binary files /dev/null and b/theme/images/speakers/speaker-six.jpg differ diff --git a/theme/images/speakers/speaker-three.jpg b/theme/images/speakers/speaker-three.jpg new file mode 100644 index 0000000..400007e Binary files /dev/null and b/theme/images/speakers/speaker-three.jpg differ diff --git a/theme/images/speakers/speaker-thumb-five.jpg b/theme/images/speakers/speaker-thumb-five.jpg new file mode 100644 index 0000000..28ca99d Binary files /dev/null and b/theme/images/speakers/speaker-thumb-five.jpg differ diff --git a/theme/images/speakers/speaker-thumb-four.jpg b/theme/images/speakers/speaker-thumb-four.jpg new file mode 100644 index 0000000..a8864d5 Binary files /dev/null and b/theme/images/speakers/speaker-thumb-four.jpg differ diff --git a/theme/images/speakers/speaker-thumb-one.jpg b/theme/images/speakers/speaker-thumb-one.jpg new file mode 100644 index 0000000..8366375 Binary files /dev/null and b/theme/images/speakers/speaker-thumb-one.jpg differ diff --git a/theme/images/speakers/speaker-thumb-six.jpg b/theme/images/speakers/speaker-thumb-six.jpg new file mode 100644 index 0000000..f1c5dfb Binary files /dev/null and b/theme/images/speakers/speaker-thumb-six.jpg differ diff --git a/theme/images/speakers/speaker-thumb-three.jpg b/theme/images/speakers/speaker-thumb-three.jpg new file mode 100644 index 0000000..295d49f Binary files /dev/null and b/theme/images/speakers/speaker-thumb-three.jpg differ diff --git a/theme/images/speakers/speaker-thumb-two.jpg b/theme/images/speakers/speaker-thumb-two.jpg new file mode 100644 index 0000000..369b239 Binary files /dev/null and b/theme/images/speakers/speaker-thumb-two.jpg differ diff --git a/theme/images/speakers/speaker-ticket.png b/theme/images/speakers/speaker-ticket.png new file mode 100644 index 0000000..302fa90 Binary files /dev/null and b/theme/images/speakers/speaker-ticket.png differ diff --git a/theme/images/speakers/speaker-two.jpg b/theme/images/speakers/speaker-two.jpg new file mode 100644 index 0000000..a7a1139 Binary files /dev/null and b/theme/images/speakers/speaker-two.jpg differ diff --git a/theme/images/sponsors/gl-spon-one.png b/theme/images/sponsors/gl-spon-one.png new file mode 100644 index 0000000..9115525 Binary files /dev/null and b/theme/images/sponsors/gl-spon-one.png differ diff --git a/theme/images/sponsors/gl-spon-three.png b/theme/images/sponsors/gl-spon-three.png new file mode 100644 index 0000000..c4ced2b Binary files /dev/null and b/theme/images/sponsors/gl-spon-three.png differ diff --git a/theme/images/sponsors/gl-spon-two.png b/theme/images/sponsors/gl-spon-two.png new file mode 100644 index 0000000..657802a Binary files /dev/null and b/theme/images/sponsors/gl-spon-two.png differ diff --git a/theme/images/sponsors/pt-spon-four.png b/theme/images/sponsors/pt-spon-four.png new file mode 100644 index 0000000..f0d4323 Binary files /dev/null and b/theme/images/sponsors/pt-spon-four.png differ diff --git a/theme/images/sponsors/pt-spon-one.png b/theme/images/sponsors/pt-spon-one.png new file mode 100644 index 0000000..aa8c0a3 Binary files /dev/null and b/theme/images/sponsors/pt-spon-one.png differ diff --git a/theme/images/sponsors/pt-spon-three.png b/theme/images/sponsors/pt-spon-three.png new file mode 100644 index 0000000..39f8de6 Binary files /dev/null and b/theme/images/sponsors/pt-spon-three.png differ diff --git a/theme/images/sponsors/pt-spon-two.png b/theme/images/sponsors/pt-spon-two.png new file mode 100644 index 0000000..db2cf11 Binary files /dev/null and b/theme/images/sponsors/pt-spon-two.png differ diff --git a/theme/index.html b/theme/index.html new file mode 100644 index 0000000..7e5d80e --- /dev/null +++ b/theme/index.html @@ -0,0 +1,1376 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+
+
+

About The Eventre

+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud exercitation ullamco. +

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmtempor incididunt ut labore et dolore magna aliq enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.

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

Who Speaking?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

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

Event Schedule

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+
+ +
+
+
+
+ + + + + +
+
+
+
+
+
+
+ +
+ +
8 Speakers
+
+
+
+ +
+ +
500 + Seats
+
+
+
+ +
+ +
300 tickets
+
+
+
+ +
+ +
3 days event
+
+
+
+
+
+
+
+
+
+

Register to Eventre

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit

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

Get ticket

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ +
+
Starter
+
+ +
+

39.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
Platinum
+
+ +
+

99.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+
+
+ + + + + + +
+
+
+
+ +
+

Get Ticket Now!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmtempor incidi

+ Buy ticket +
+
+
+
+
+
+ + + + + +
+
+
+
+
+

Our Sponsors

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore

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

Eventre News

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore

+
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/js/script.js b/theme/js/script.js new file mode 100644 index 0000000..2c3ce6c --- /dev/null +++ b/theme/js/script.js @@ -0,0 +1,104 @@ +(function ($) { + 'use strict'; + + // navbarDropdown + if ($(window).width() < 992) { + $('.main-nav [data-toggle="dropdown"]').on('click', function () { + $(this).siblings('.dropdown-menu').animate({ + height: 'toggle' + }, 300); + }); + } + + // ----------------------------- + // To Top Init + // ----------------------------- + $('.to-top').on('click', function () { + $('body,html').animate({ + scrollTop: 0 + }, 500); + return false; + }); + + $(document).ready(function () { + + // ----------------------------- + // Screenshot Slider + // ----------------------------- + $('.speaker-slider').slick({ + slidesToShow: 3, + centerMode: true, + infinite: true, + autoplay: true, + arrows: true, + responsive: [{ + breakpoint: 1440, + settings: { + slidesToShow: 3 + } + }, + { + breakpoint: 768, + settings: { + slidesToShow: 2 + } + }, + { + breakpoint: 500, + settings: { + slidesToShow: 1 + } + } + ] + }); + // ----------------------------- + // Count Down JS + // ----------------------------- + $('.timer').syotimer({ + year: 2021, + month: 12, + day: 9, + hour: 20, + minute: 30 + }); + + // ----------------------------- + // Magnific Popup + // ----------------------------- + $('.image-popup').magnificPopup({ + type: 'image', + removalDelay: 160, //delay removal by X to allow out-animation + callbacks: { + beforeOpen: function () { + // just a hack that adds mfp-anim class to markup + this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim'); + this.st.mainClass = this.st.el.attr('data-effect'); + } + }, + closeOnContentClick: true, + midClick: true, + fixedContentPos: false, + fixedBgPos: true + + }); + + // gallery-wrapper init + if (($('.gallery-wrapper').length) !== 0) { + var Shuffle = window.Shuffle; + var jQuery = window.jQuery; + + var myShuffle = new Shuffle(document.querySelector('.gallery-wrapper'), { + itemSelector: '.gallery-item', + buffer: 1 + }); + + jQuery('input[name="gallery-filter"]').on('change', function (evt) { + var input = evt.currentTarget; + if (input.checked) { + myShuffle.filter(input.value); + } + }); + } + }); + +})(jQuery); \ No newline at end of file diff --git a/theme/news-left-sidebar.html b/theme/news-left-sidebar.html new file mode 100644 index 0000000..b9299a8 --- /dev/null +++ b/theme/news-left-sidebar.html @@ -0,0 +1,603 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our News

+
+ +
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/news-right-sidebar.html b/theme/news-right-sidebar.html new file mode 100644 index 0000000..81dd22b --- /dev/null +++ b/theme/news-right-sidebar.html @@ -0,0 +1,603 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our News

+
+ +
+
+
+
+ + + + + + +
+
+
+
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/news-single.html b/theme/news-single.html new file mode 100644 index 0000000..ce9e834 --- /dev/null +++ b/theme/news-single.html @@ -0,0 +1,532 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

News Details

+
+ +
+
+
+
+ + + + + + +
+
+
+
+
+ +
+
+ post-image +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo conse + quat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. +

+

+ Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam. + quaerat voluptatem. +

+
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo consequat.
+
+

+ Amet consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo conse +

+ +
+
+
+ +
+
Comments (3)
+ +
+ image +
+
Jessica Brown
+
    +
  • Mar 20, 2016
  • +
  • Reply
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi ut aliquip commodo consequat. +

+ +
+ image +
+
Jonathan Doe
+
    +
  • Mar 20, 2016
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi +

+
+
+
+
+ +
+ image +
+
Adam Smith
+
    +
  • Mar 20, 2016
  • +
  • Reply
  • +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant tota rem ape riamipsa eaque quae nisi ut aliquip commodo consequat. +

+
+
+
+
+
Leave A Comment
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + + + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/news.html b/theme/news.html new file mode 100644 index 0000000..b6bc090 --- /dev/null +++ b/theme/news.html @@ -0,0 +1,624 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our News

+
+ +
+
+
+
+ + + + + + +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

+
+ +
+
+
+
+
+
+ + post-image + +
+
+
+

20May

+
+
+

Elementum purus id ultrices.

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/plugins/bootstrap/bootstrap.min.css b/theme/plugins/bootstrap/bootstrap.min.css new file mode 100644 index 0000000..fb3bd14 --- /dev/null +++ b/theme/plugins/bootstrap/bootstrap.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v4.5.3 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors + * Copyright 2011-2020 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} \ No newline at end of file diff --git a/theme/plugins/bootstrap/bootstrap.min.js b/theme/plugins/bootstrap/bootstrap.min.js new file mode 100644 index 0000000..8044b20 --- /dev/null +++ b/theme/plugins/bootstrap/bootstrap.min.js @@ -0,0 +1,6 @@ +/*! + * Bootstrap v4.5.3 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap={},t.jQuery,t.Popper)}(this,(function(t,e,n){"use strict";function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=i(e),a=i(n);function s(t,e){for(var n=0;n=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};d.jQueryDetection(),o.default.fn.emulateTransitionEnd=u,o.default.event.special[d.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(o.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var f="alert",c=o.default.fn[f],h=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){o.default.removeData(this._element,"bs.alert"),this._element=null},e._getRootElement=function(t){var e=d.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=o.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=o.default.Event("close.bs.alert");return o.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(o.default(t).removeClass("show"),o.default(t).hasClass("fade")){var n=d.getTransitionDurationFromElement(t);o.default(t).one(d.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){o.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.alert");i||(i=new t(this),n.data("bs.alert",i)),"close"===e&&i[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',h._handleDismiss(new h)),o.default.fn[f]=h._jQueryInterface,o.default.fn[f].Constructor=h,o.default.fn[f].noConflict=function(){return o.default.fn[f]=c,h._jQueryInterface};var g=o.default.fn.button,m=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=o.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var i=this._element.querySelector('input:not([type="hidden"])');if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains("active"))t=!1;else{var a=n.querySelector(".active");a&&o.default(a).removeClass("active")}t&&("checkbox"!==i.type&&"radio"!==i.type||(i.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||o.default(i).trigger("change")),i.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),t&&o.default(this._element).toggleClass("active"))},e.dispose=function(){o.default.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var i=o.default(this),a=i.data("bs.button");a||(a=new t(this),i.data("bs.button",a)),a.shouldAvoidTriggerChange=n,"toggle"===e&&a[e]()}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=t.target,n=e;if(o.default(e).hasClass("btn")||(e=o.default(e).closest(".btn")[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var i=e.querySelector('input:not([type="hidden"])');if(i&&(i.hasAttribute("disabled")||i.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||m._jQueryInterface.call(o.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=o.default(t.target).closest(".btn")[0];o.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),o.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide("next")},e.nextWhenVisible=function(){var t=o.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide("prev")},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(d.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(".active.carousel-item");var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)o.default(this._element).one("slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var i=t>n?"next":"prev";this._slide(i,this._items[t])}},e.dispose=function(){o.default(this._element).off(_),o.default.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=r({},b,t),d.typeCheckConfig(p,t,y),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&o.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&o.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&E[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&E[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};o.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(o.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(o.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),o.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getItemIndex(e),a=this._items.length-1;if((i&&0===o||n&&o===a)&&!this._config.wrap)return e;var s=(o+("prev"===t?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(".active.carousel-item")),a=o.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:i,to:n});return o.default(this._element).trigger(a),a},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));o.default(e).removeClass("active");var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&o.default(n).addClass("active")}},e._slide=function(t,e){var n,i,a,s=this,l=this._element.querySelector(".active.carousel-item"),r=this._getItemIndex(l),u=e||l&&this._getItemByDirection(t,l),f=this._getItemIndex(u),c=Boolean(this._interval);if("next"===t?(n="carousel-item-left",i="carousel-item-next",a="left"):(n="carousel-item-right",i="carousel-item-prev",a="right"),u&&o.default(u).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(u,a).isDefaultPrevented()&&l&&u){this._isSliding=!0,c&&this.pause(),this._setActiveIndicatorElement(u);var h=o.default.Event("slid.bs.carousel",{relatedTarget:u,direction:a,from:r,to:f});if(o.default(this._element).hasClass("slide")){o.default(u).addClass(i),d.reflow(u),o.default(l).addClass(n),o.default(u).addClass(n);var g=parseInt(u.getAttribute("data-interval"),10);g?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=g):this._config.interval=this._config.defaultInterval||this._config.interval;var m=d.getTransitionDurationFromElement(l);o.default(l).one(d.TRANSITION_END,(function(){o.default(u).removeClass(n+" "+i).addClass("active"),o.default(l).removeClass("active "+i+" "+n),s._isSliding=!1,setTimeout((function(){return o.default(s._element).trigger(h)}),0)})).emulateTransitionEnd(m)}else o.default(l).removeClass("active"),o.default(u).addClass("active"),this._isSliding=!1,o.default(this._element).trigger(h);c&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data("bs.carousel"),i=r({},b,o.default(this).data());"object"==typeof e&&(i=r({},i,e));var a="string"==typeof e?e:i.slide;if(n||(n=new t(this,i),o.default(this).data("bs.carousel",n)),"number"==typeof e)n.to(e);else if("string"==typeof a){if("undefined"==typeof n[a])throw new TypeError('No method named "'+a+'"');n[a]()}else i.interval&&i.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=d.getSelectorFromElement(this);if(n){var i=o.default(n)[0];if(i&&o.default(i).hasClass("carousel")){var a=r({},o.default(i).data(),o.default(this).data()),s=this.getAttribute("data-slide-to");s&&(a.interval=!1),t._jQueryInterface.call(o.default(i),a),s&&o.default(i).data("bs.carousel").to(s),e.preventDefault()}}},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return b}}]),t}();o.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",w._dataApiClickHandler),o.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e0&&(this._selector=s,this._triggerArray.push(a))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){o.default(this._element).hasClass("show")?this.hide():this.show()},e.show=function(){var e,n,i=this;if(!this._isTransitioning&&!o.default(this._element).hasClass("show")&&(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof i._config.parent?t.getAttribute("data-parent")===i._config.parent:t.classList.contains("collapse")}))).length&&(e=null),!(e&&(n=o.default(e).not(this._selector).data("bs.collapse"))&&n._isTransitioning))){var a=o.default.Event("show.bs.collapse");if(o.default(this._element).trigger(a),!a.isDefaultPrevented()){e&&(t._jQueryInterface.call(o.default(e).not(this._selector),"hide"),n||o.default(e).data("bs.collapse",null));var s=this._getDimension();o.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[s]=0,this._triggerArray.length&&o.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var l="scroll"+(s[0].toUpperCase()+s.slice(1)),r=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,(function(){o.default(i._element).removeClass("collapsing").addClass("collapse show"),i._element.style[s]="",i.setTransitioning(!1),o.default(i._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(r),this._element.style[s]=this._element[l]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&o.default(this._element).hasClass("show")){var e=o.default.Event("hide.bs.collapse");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",d.reflow(this._element),o.default(this._element).addClass("collapsing").removeClass("collapse show");var i=this._triggerArray.length;if(i>0)for(var a=0;a0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),r({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data("bs.dropdown");if(n||(n=new t(this,"object"==typeof e?e:null),o.default(this).data("bs.dropdown",n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),i=0,a=n.length;i0&&s--,40===e.which&&sdocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var i=d.getTransitionDurationFromElement(this._dialog);o.default(this._element).off(d.TRANSITION_END),o.default(this._element).one(d.TRANSITION_END,(function(){t._element.classList.remove("modal-static"),n||o.default(t._element).one(d.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,i)})).emulateTransitionEnd(i),this._element.focus()}else this.hide()},e._showElement=function(t){var e=this,n=o.default(this._element).hasClass("fade"),i=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),o.default(this._dialog).hasClass("modal-dialog-scrollable")&&i?i.scrollTop=0:this._element.scrollTop=0,n&&d.reflow(this._element),o.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var a=o.default.Event("shown.bs.modal",{relatedTarget:t}),s=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,o.default(e._element).trigger(a)};if(n){var l=d.getTransitionDurationFromElement(this._dialog);o.default(this._dialog).one(d.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},e._enforceFocus=function(){var t=this;o.default(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(e){document!==e.target&&t._element!==e.target&&0===o.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?o.default(this._element).on("keydown.dismiss.bs.modal",(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||o.default(this._element).off("keydown.dismiss.bs.modal")},e._setResizeEvent=function(){var t=this;this._isShown?o.default(window).on("resize.bs.modal",(function(e){return t.handleUpdate(e)})):o.default(window).off("resize.bs.modal")},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){o.default(document.body).removeClass("modal-open"),t._resetAdjustments(),t._resetScrollbar(),o.default(t._element).trigger("hidden.bs.modal")}))},e._removeBackdrop=function(){this._backdrop&&(o.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=o.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),o.default(this._backdrop).appendTo(document.body),o.default(this._element).on("click.dismiss.bs.modal",(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&e._triggerBackdropTransition()})),n&&d.reflow(this._backdrop),o.default(this._backdrop).addClass("show"),!t)return;if(!n)return void t();var i=d.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(d.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){o.default(this._backdrop).removeClass("show");var a=function(){e._removeBackdrop(),t&&t()};if(o.default(this._element).hasClass("fade")){var s=d.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(d.TRANSITION_END,a).emulateTransitionEnd(s)}else a()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Q,popperConfig:null},$={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},J=function(){function t(t,e){if("undefined"==typeof a.default)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=o.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(o.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),o.default.removeData(this.element,this.constructor.DATA_KEY),o.default(this.element).off(this.constructor.EVENT_KEY),o.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&o.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===o.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=o.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){o.default(this.element).trigger(e);var n=d.findShadowRoot(this.element),i=o.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var s=this.getTipElement(),l=d.getUID(this.constructor.NAME);s.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&o.default(s).addClass("fade");var r="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,u=this._getAttachment(r);this.addAttachmentClass(u);var f=this._getContainer();o.default(s).data(this.constructor.DATA_KEY,this),o.default.contains(this.element.ownerDocument.documentElement,this.tip)||o.default(s).appendTo(f),o.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new a.default(this.element,s,this._getPopperConfig(u)),o.default(s).addClass("show"),"ontouchstart"in document.documentElement&&o.default(document.body).children().on("mouseover",null,o.default.noop);var c=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,o.default(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};if(o.default(this.tip).hasClass("fade")){var h=d.getTransitionDurationFromElement(this.tip);o.default(this.tip).one(d.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},e.hide=function(t){var e=this,n=this.getTipElement(),i=o.default.Event(this.constructor.Event.HIDE),a=function(){"show"!==e._hoverState&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),o.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(o.default(this.element).trigger(i),!i.isDefaultPrevented()){if(o.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&o.default(document.body).children().off("mouseover",null,o.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,o.default(this.tip).hasClass("fade")){var s=d.getTransitionDurationFromElement(n);o.default(n).one(d.TRANSITION_END,a).emulateTransitionEnd(s)}else a();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(o.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),o.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=U(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?o.default(e).parent().is(t)||t.empty().append(e):t.text(o.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return r({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:d.isElement(this.config.container)?o.default(this.config.container):o.default(document).find(this.config.container)},e._getAttachment=function(t){return X[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)o.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,i="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;o.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(i,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},o.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=r({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),o.default(e.getTipElement()).hasClass("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=o.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==z.indexOf(t)&&delete e[t]})),"number"==typeof(t=r({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),d.typeCheckConfig(M,t,this.constructor.DefaultType),t.sanitize&&(t.template=U(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(V);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(o.default(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.tooltip"),a="object"==typeof e&&e;if((i||!/dispose|hide/.test(e))&&(i||(i=new t(this,a),n.data("bs.tooltip",i)),"string"==typeof e)){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return Y}},{key:"NAME",get:function(){return M}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return $}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return K}}]),t}();o.default.fn[M]=J._jQueryInterface,o.default.fn[M].Constructor=J,o.default.fn[M].noConflict=function(){return o.default.fn[M]=W,J._jQueryInterface};var G="popover",Z=o.default.fn[G],tt=new RegExp("(^|\\s)bs-popover\\S+","g"),et=r({},J.Default,{placement:"right",trigger:"click",content:"",template:''}),nt=r({},J.DefaultType,{content:"(string|element|function)"}),it={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},ot=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),e.prototype.constructor=e,e.__proto__=n;var a=i.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-popover-"+t)},a.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},a.setContent=function(){var t=o.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(tt);null!==e&&e.length>0&&t.removeClass(e.join(""))},i._jQueryInterface=function(t){return this.each((function(){var e=o.default(this).data("bs.popover"),n="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new i(this,n),o.default(this).data("bs.popover",e)),"string"==typeof t)){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},l(i,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return et}},{key:"NAME",get:function(){return G}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return it}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return nt}}]),i}(J);o.default.fn[G]=ot._jQueryInterface,o.default.fn[G].Constructor=ot,o.default.fn[G].noConflict=function(){return o.default.fn[G]=Z,ot._jQueryInterface};var at="scrollspy",st=o.default.fn[at],lt={offset:10,method:"auto",target:""},rt={offset:"number",method:"string",target:"(string|element)"},ut=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,o.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,i="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,a=d.getSelectorFromElement(t);if(a&&(e=document.querySelector(a)),e){var s=e.getBoundingClientRect();if(s.width||s.height)return[o.default(e)[n]().top+i,a]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){o.default.removeData(this._element,"bs.scrollspy"),o.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=r({},lt,"object"==typeof t&&t?t:{})).target&&d.isElement(t.target)){var e=o.default(t.target).attr("id");e||(e=d.getUID(at),o.default(t.target).attr("id",e)),t.target="#"+e}return d.typeCheckConfig(at,t,rt),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active":".active";n=(n=o.default.makeArray(o.default(i).find(s)))[n.length-1]}var l=o.default.Event("hide.bs.tab",{relatedTarget:this._element}),r=o.default.Event("show.bs.tab",{relatedTarget:n});if(n&&o.default(n).trigger(l),o.default(this._element).trigger(r),!r.isDefaultPrevented()&&!l.isDefaultPrevented()){a&&(e=document.querySelector(a)),this._activate(this._element,i);var u=function(){var e=o.default.Event("hidden.bs.tab",{relatedTarget:t._element}),i=o.default.Event("shown.bs.tab",{relatedTarget:n});o.default(n).trigger(e),o.default(t._element).trigger(i)};e?this._activate(e,e.parentNode,u):u()}}},e.dispose=function(){o.default.removeData(this._element,"bs.tab"),this._element=null},e._activate=function(t,e,n){var i=this,a=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?o.default(e).children(".active"):o.default(e).find("> li > .active"))[0],s=n&&a&&o.default(a).hasClass("fade"),l=function(){return i._transitionComplete(t,a,n)};if(a&&s){var r=d.getTransitionDurationFromElement(a);o.default(a).removeClass("show").one(d.TRANSITION_END,l).emulateTransitionEnd(r)}else l()},e._transitionComplete=function(t,e,n){if(e){o.default(e).removeClass("active");var i=o.default(e.parentNode).find("> .dropdown-menu .active")[0];i&&o.default(i).removeClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(o.default(t).addClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),d.reflow(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&o.default(t.parentNode).hasClass("dropdown-menu")){var a=o.default(t).closest(".dropdown")[0];if(a){var s=[].slice.call(a.querySelectorAll(".dropdown-toggle"));o.default(s).addClass("active")}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.tab");if(i||(i=new t(this),n.data("bs.tab",i)),"string"==typeof e){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();o.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),ft._jQueryInterface.call(o.default(this),"show")})),o.default.fn.tab=ft._jQueryInterface,o.default.fn.tab.Constructor=ft,o.default.fn.tab.noConflict=function(){return o.default.fn.tab=dt,ft._jQueryInterface};var ct=o.default.fn.toast,ht={animation:"boolean",autohide:"boolean",delay:"number"},gt={animation:!0,autohide:!0,delay:500},mt=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=o.default.Event("show.bs.toast");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),o.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),d.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var i=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,n).emulateTransitionEnd(i)}else n()}},e.hide=function(){if(this._element.classList.contains("show")){var t=o.default.Event("hide.bs.toast");o.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),o.default(this._element).off("click.dismiss.bs.toast"),o.default.removeData(this._element,"bs.toast"),this._element=null,this._config=null},e._getConfig=function(t){return t=r({},gt,o.default(this._element).data(),"object"==typeof t&&t?t:{}),d.typeCheckConfig("toast",t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;o.default(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add("hide"),o.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=d.getTransitionDurationFromElement(this._element);o.default(this._element).one(d.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.toast");if(i||(i=new t(this,"object"==typeof e&&e),n.data("bs.toast",i)),"string"==typeof e){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e](this)}}))},l(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"DefaultType",get:function(){return ht}},{key:"Default",get:function(){return gt}}]),t}();o.default.fn.toast=mt._jQueryInterface,o.default.fn.toast.Constructor=mt,o.default.fn.toast.noConflict=function(){return o.default.fn.toast=ct,mt._jQueryInterface},t.Alert=h,t.Button=m,t.Carousel=w,t.Collapse=D,t.Dropdown=x,t.Modal=q,t.Popover=ot,t.Scrollspy=ut,t.Tab=ft,t.Toast=mt,t.Tooltip=J,t.Util=d,Object.defineProperty(t,"__esModule",{value:!0})})); \ No newline at end of file diff --git a/theme/plugins/font-awsome/css/font-awesome.css b/theme/plugins/font-awsome/css/font-awesome.css new file mode 100644 index 0000000..ee906a8 --- /dev/null +++ b/theme/plugins/font-awsome/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; +} +.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; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.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: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + 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; +} +/* 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-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: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/theme/plugins/font-awsome/css/font-awesome.min.css b/theme/plugins/font-awsome/css/font-awesome.min.css new file mode 100644 index 0000000..540440c --- /dev/null +++ b/theme/plugins/font-awsome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight: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:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/theme/plugins/font-awsome/fonts/FontAwesome.otf b/theme/plugins/font-awsome/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/theme/plugins/font-awsome/fonts/FontAwesome.otf differ diff --git a/theme/plugins/font-awsome/fonts/fontawesome-webfont.eot b/theme/plugins/font-awsome/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/theme/plugins/font-awsome/fonts/fontawesome-webfont.eot differ diff --git a/theme/plugins/font-awsome/fonts/fontawesome-webfont.svg b/theme/plugins/font-awsome/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/theme/plugins/font-awsome/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/theme/plugins/font-awsome/fonts/fontawesome-webfont.ttf b/theme/plugins/font-awsome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/theme/plugins/font-awsome/fonts/fontawesome-webfont.ttf differ diff --git a/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff b/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff differ diff --git a/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff2 b/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/theme/plugins/font-awsome/fonts/fontawesome-webfont.woff2 differ diff --git a/theme/plugins/google-map/gmap.js b/theme/plugins/google-map/gmap.js new file mode 100644 index 0000000..f65def7 --- /dev/null +++ b/theme/plugins/google-map/gmap.js @@ -0,0 +1,105 @@ +window.marker = null; + +function initialize() { + var map; + var latitude = $('#map').attr('data-latitude'); + var longitude = $('#map').attr('data-longitude'); + var mapMarker = $('#map').attr('data-marker'); + var mapMarkerName = $('#map').attr('data-marker-name'); + var nottingham = new google.maps.LatLng(latitude, longitude); + var style = [ + { + "featureType": "road.highway", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 }, + { "lightness": -8 }, + { "gamma": 1.18 } + ] + }, { + "featureType": "road.arterial", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 }, + { "gamma": 1 }, + { "lightness": -24 } + ] + }, { + "featureType": "poi", + "elementType": "geometry", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "administrative", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "transit", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "water", + "elementType": "geometry.fill", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "road", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "administrative", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "landscape", + "stylers": [ + { "saturation": -100 } + ] + }, { + "featureType": "poi", + "stylers": [ + { "saturation": -100 } + ] + }, { + } + ]; + var mapOptions = { + center: nottingham, + mapTypeId: google.maps.MapTypeId.ROADMAP, + backgroundColor: "#000", + zoom: 10, + panControl: !1, + zoomControl: !0, + mapTypeControl: !1, + scaleControl: !1, + streetViewControl: !1, + overviewMapControl: !1, + zoomControlOptions: { + style: google.maps.ZoomControlStyle.LARGE + } + } + map = new google.maps.Map(document.getElementById('map'), mapOptions); + var mapType = new google.maps.StyledMapType(style, { + name: "Grayscale" + }); + map.mapTypes.set('grey', mapType); + map.setMapTypeId('grey'); + var marker_image = mapMarker; + var pinIcon = new google.maps.MarkerImage(marker_image, null, null, null, new google.maps.Size(40, 60)); + marker = new google.maps.Marker({ + position: nottingham, + map: map, + icon: pinIcon, + title: mapMarkerName + }) +} +var map = document.getElementById('map'); +if (map != null) { + google.maps.event.addDomListener(window, 'load', initialize) +} \ No newline at end of file diff --git a/theme/plugins/google-map/images/marker.png b/theme/plugins/google-map/images/marker.png new file mode 100644 index 0000000..df061a1 Binary files /dev/null and b/theme/plugins/google-map/images/marker.png differ diff --git a/theme/plugins/jquery/jquery.min.js b/theme/plugins/jquery/jquery.min.js new file mode 100644 index 0000000..d467083 --- /dev/null +++ b/theme/plugins/jquery/jquery.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0>core*/ +/** + * + * Magnific Popup Core JS file + * + */ + + +/** + * Private static constants + */ +var CLOSE_EVENT = 'Close', + BEFORE_CLOSE_EVENT = 'BeforeClose', + AFTER_CLOSE_EVENT = 'AfterClose', + BEFORE_APPEND_EVENT = 'BeforeAppend', + MARKUP_PARSE_EVENT = 'MarkupParse', + OPEN_EVENT = 'Open', + CHANGE_EVENT = 'Change', + NS = 'mfp', + EVENT_NS = '.' + NS, + READY_CLASS = 'mfp-ready', + REMOVING_CLASS = 'mfp-removing', + PREVENT_CLOSE_CLASS = 'mfp-prevent-close'; + + +/** + * Private vars + */ +/*jshint -W079 */ +var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this' + MagnificPopup = function(){}, + _isJQ = !!(window.jQuery), + _prevStatus, + _window = $(window), + _document, + _prevContentType, + _wrapClasses, + _currPopupType; + + +/** + * Private functions + */ +var _mfpOn = function(name, f) { + mfp.ev.on(NS + name + EVENT_NS, f); + }, + _getEl = function(className, appendTo, html, raw) { + var el = document.createElement('div'); + el.className = 'mfp-'+className; + if(html) { + el.innerHTML = html; + } + if(!raw) { + el = $(el); + if(appendTo) { + el.appendTo(appendTo); + } + } else if(appendTo) { + appendTo.appendChild(el); + } + return el; + }, + _mfpTrigger = function(e, data) { + mfp.ev.triggerHandler(NS + e, data); + + if(mfp.st.callbacks) { + // converts "mfpEventName" to "eventName" callback and triggers it if it's present + e = e.charAt(0).toLowerCase() + e.slice(1); + if(mfp.st.callbacks[e]) { + mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]); + } + } + }, + _getCloseBtn = function(type) { + if(type !== _currPopupType || !mfp.currTemplate.closeBtn) { + mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) ); + _currPopupType = type; + } + return mfp.currTemplate.closeBtn; + }, + // Initialize Magnific Popup only when called at least once + _checkInstance = function() { + if(!$.magnificPopup.instance) { + /*jshint -W020 */ + mfp = new MagnificPopup(); + mfp.init(); + $.magnificPopup.instance = mfp; + } + }, + // CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr + supportsTransitions = function() { + var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist + v = ['ms','O','Moz','Webkit']; // 'v' for vendor + + if( s['transition'] !== undefined ) { + return true; + } + + while( v.length ) { + if( v.pop() + 'Transition' in s ) { + return true; + } + } + + return false; + }; + + + +/** + * Public functions + */ +MagnificPopup.prototype = { + + constructor: MagnificPopup, + + /** + * Initializes Magnific Popup plugin. + * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed + */ + init: function() { + var appVersion = navigator.appVersion; + mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener; + mfp.isAndroid = (/android/gi).test(appVersion); + mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion); + mfp.supportsTransition = supportsTransitions(); + + // We disable fixed positioned lightbox on devices that don't handle it nicely. + // If you know a better way of detecting this - let me know. + mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) ); + _document = $(document); + + mfp.popupsCache = {}; + }, + + /** + * Opens popup + * @param data [description] + */ + open: function(data) { + + var i; + + if(data.isObj === false) { + // convert jQuery collection to array to avoid conflicts later + mfp.items = data.items.toArray(); + + mfp.index = 0; + var items = data.items, + item; + for(i = 0; i < items.length; i++) { + item = items[i]; + if(item.parsed) { + item = item.el[0]; + } + if(item === data.el[0]) { + mfp.index = i; + break; + } + } + } else { + mfp.items = $.isArray(data.items) ? data.items : [data.items]; + mfp.index = data.index || 0; + } + + // if popup is already opened - we just update the content + if(mfp.isOpen) { + mfp.updateItemHTML(); + return; + } + + mfp.types = []; + _wrapClasses = ''; + if(data.mainEl && data.mainEl.length) { + mfp.ev = data.mainEl.eq(0); + } else { + mfp.ev = _document; + } + + if(data.key) { + if(!mfp.popupsCache[data.key]) { + mfp.popupsCache[data.key] = {}; + } + mfp.currTemplate = mfp.popupsCache[data.key]; + } else { + mfp.currTemplate = {}; + } + + + + mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data ); + mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos; + + if(mfp.st.modal) { + mfp.st.closeOnContentClick = false; + mfp.st.closeOnBgClick = false; + mfp.st.showCloseBtn = false; + mfp.st.enableEscapeKey = false; + } + + + // Building markup + // main containers are created only once + if(!mfp.bgOverlay) { + + // Dark overlay + mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() { + mfp.close(); + }); + + mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) { + if(mfp._checkIfClose(e.target)) { + mfp.close(); + } + }); + + mfp.container = _getEl('container', mfp.wrap); + } + + mfp.contentContainer = _getEl('content'); + if(mfp.st.preloader) { + mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading); + } + + + // Initializing modules + var modules = $.magnificPopup.modules; + for(i = 0; i < modules.length; i++) { + var n = modules[i]; + n = n.charAt(0).toUpperCase() + n.slice(1); + mfp['init'+n].call(mfp); + } + _mfpTrigger('BeforeOpen'); + + + if(mfp.st.showCloseBtn) { + // Close button + if(!mfp.st.closeBtnInside) { + mfp.wrap.append( _getCloseBtn() ); + } else { + _mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) { + values.close_replaceWith = _getCloseBtn(item.type); + }); + _wrapClasses += ' mfp-close-btn-in'; + } + } + + if(mfp.st.alignTop) { + _wrapClasses += ' mfp-align-top'; + } + + + + if(mfp.fixedContentPos) { + mfp.wrap.css({ + overflow: mfp.st.overflowY, + overflowX: 'hidden', + overflowY: mfp.st.overflowY + }); + } else { + mfp.wrap.css({ + top: _window.scrollTop(), + position: 'absolute' + }); + } + if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) { + mfp.bgOverlay.css({ + height: _document.height(), + position: 'absolute' + }); + } + + + + if(mfp.st.enableEscapeKey) { + // Close on ESC key + _document.on('keyup' + EVENT_NS, function(e) { + if(e.keyCode === 27) { + mfp.close(); + } + }); + } + + _window.on('resize' + EVENT_NS, function() { + mfp.updateSize(); + }); + + + if(!mfp.st.closeOnContentClick) { + _wrapClasses += ' mfp-auto-cursor'; + } + + if(_wrapClasses) + mfp.wrap.addClass(_wrapClasses); + + + // this triggers recalculation of layout, so we get it once to not to trigger twice + var windowHeight = mfp.wH = _window.height(); + + + var windowStyles = {}; + + if( mfp.fixedContentPos ) { + if(mfp._hasScrollBar(windowHeight)){ + var s = mfp._getScrollbarSize(); + if(s) { + windowStyles.marginRight = s; + } + } + } + + if(mfp.fixedContentPos) { + if(!mfp.isIE7) { + windowStyles.overflow = 'hidden'; + } else { + // ie7 double-scroll bug + $('body, html').css('overflow', 'hidden'); + } + } + + + + var classesToadd = mfp.st.mainClass; + if(mfp.isIE7) { + classesToadd += ' mfp-ie7'; + } + if(classesToadd) { + mfp._addClassToMFP( classesToadd ); + } + + // add content + mfp.updateItemHTML(); + + _mfpTrigger('BuildControls'); + + // remove scrollbar, add margin e.t.c + $('html').css(windowStyles); + + // add everything to DOM + mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) ); + + // Save last focused element + mfp._lastFocusedEl = document.activeElement; + + // Wait for next cycle to allow CSS transition + setTimeout(function() { + + if(mfp.content) { + mfp._addClassToMFP(READY_CLASS); + mfp._setFocus(); + } else { + // if content is not defined (not loaded e.t.c) we add class only for BG + mfp.bgOverlay.addClass(READY_CLASS); + } + + // Trap the focus in popup + _document.on('focusin' + EVENT_NS, mfp._onFocusIn); + + }, 16); + + mfp.isOpen = true; + mfp.updateSize(windowHeight); + _mfpTrigger(OPEN_EVENT); + + return data; + }, + + /** + * Closes the popup + */ + close: function() { + if(!mfp.isOpen) return; + _mfpTrigger(BEFORE_CLOSE_EVENT); + + mfp.isOpen = false; + // for CSS3 animation + if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition ) { + mfp._addClassToMFP(REMOVING_CLASS); + setTimeout(function() { + mfp._close(); + }, mfp.st.removalDelay); + } else { + mfp._close(); + } + }, + + /** + * Helper for close() function + */ + _close: function() { + _mfpTrigger(CLOSE_EVENT); + + var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' '; + + mfp.bgOverlay.detach(); + mfp.wrap.detach(); + mfp.container.empty(); + + if(mfp.st.mainClass) { + classesToRemove += mfp.st.mainClass + ' '; + } + + mfp._removeClassFromMFP(classesToRemove); + + if(mfp.fixedContentPos) { + var windowStyles = {marginRight: ''}; + if(mfp.isIE7) { + $('body, html').css('overflow', ''); + } else { + windowStyles.overflow = ''; + } + $('html').css(windowStyles); + } + + _document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS); + mfp.ev.off(EVENT_NS); + + // clean up DOM elements that aren't removed + mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style'); + mfp.bgOverlay.attr('class', 'mfp-bg'); + mfp.container.attr('class', 'mfp-container'); + + // remove close button from target element + if(mfp.st.showCloseBtn && + (!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) { + if(mfp.currTemplate.closeBtn) + mfp.currTemplate.closeBtn.detach(); + } + + + if(mfp.st.autoFocusLast && mfp._lastFocusedEl) { + $(mfp._lastFocusedEl).focus(); // put tab focus back + } + mfp.currItem = null; + mfp.content = null; + mfp.currTemplate = null; + mfp.prevHeight = 0; + + _mfpTrigger(AFTER_CLOSE_EVENT); + }, + + updateSize: function(winHeight) { + + if(mfp.isIOS) { + // fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2 + var zoomLevel = document.documentElement.clientWidth / window.innerWidth; + var height = window.innerHeight * zoomLevel; + mfp.wrap.css('height', height); + mfp.wH = height; + } else { + mfp.wH = winHeight || _window.height(); + } + // Fixes #84: popup incorrectly positioned with position:relative on body + if(!mfp.fixedContentPos) { + mfp.wrap.css('height', mfp.wH); + } + + _mfpTrigger('Resize'); + + }, + + /** + * Set content of popup based on current index + */ + updateItemHTML: function() { + var item = mfp.items[mfp.index]; + + // Detach and perform modifications + mfp.contentContainer.detach(); + + if(mfp.content) + mfp.content.detach(); + + if(!item.parsed) { + item = mfp.parseEl( mfp.index ); + } + + var type = item.type; + + _mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]); + // BeforeChange event works like so: + // _mfpOn('BeforeChange', function(e, prevType, newType) { }); + + mfp.currItem = item; + + if(!mfp.currTemplate[type]) { + var markup = mfp.st[type] ? mfp.st[type].markup : false; + + // allows to modify markup + _mfpTrigger('FirstMarkupParse', markup); + + if(markup) { + mfp.currTemplate[type] = $(markup); + } else { + // if there is no markup found we just define that template is parsed + mfp.currTemplate[type] = true; + } + } + + if(_prevContentType && _prevContentType !== item.type) { + mfp.container.removeClass('mfp-'+_prevContentType+'-holder'); + } + + var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]); + mfp.appendContent(newContent, type); + + item.preloaded = true; + + _mfpTrigger(CHANGE_EVENT, item); + _prevContentType = item.type; + + // Append container back after its content changed + mfp.container.prepend(mfp.contentContainer); + + _mfpTrigger('AfterChange'); + }, + + + /** + * Set HTML content of popup + */ + appendContent: function(newContent, type) { + mfp.content = newContent; + + if(newContent) { + if(mfp.st.showCloseBtn && mfp.st.closeBtnInside && + mfp.currTemplate[type] === true) { + // if there is no markup, we just append close button element inside + if(!mfp.content.find('.mfp-close').length) { + mfp.content.append(_getCloseBtn()); + } + } else { + mfp.content = newContent; + } + } else { + mfp.content = ''; + } + + _mfpTrigger(BEFORE_APPEND_EVENT); + mfp.container.addClass('mfp-'+type+'-holder'); + + mfp.contentContainer.append(mfp.content); + }, + + + /** + * Creates Magnific Popup data object based on given data + * @param {int} index Index of item to parse + */ + parseEl: function(index) { + var item = mfp.items[index], + type; + + if(item.tagName) { + item = { el: $(item) }; + } else { + type = item.type; + item = { data: item, src: item.src }; + } + + if(item.el) { + var types = mfp.types; + + // check for 'mfp-TYPE' class + for(var i = 0; i < types.length; i++) { + if( item.el.hasClass('mfp-'+types[i]) ) { + type = types[i]; + break; + } + } + + item.src = item.el.attr('data-mfp-src'); + if(!item.src) { + item.src = item.el.attr('href'); + } + } + + item.type = type || mfp.st.type || 'inline'; + item.index = index; + item.parsed = true; + mfp.items[index] = item; + _mfpTrigger('ElementParse', item); + + return mfp.items[index]; + }, + + + /** + * Initializes single popup or a group of popups + */ + addGroup: function(el, options) { + var eHandler = function(e) { + e.mfpEl = this; + mfp._openClick(e, el, options); + }; + + if(!options) { + options = {}; + } + + var eName = 'click.magnificPopup'; + options.mainEl = el; + + if(options.items) { + options.isObj = true; + el.off(eName).on(eName, eHandler); + } else { + options.isObj = false; + if(options.delegate) { + el.off(eName).on(eName, options.delegate , eHandler); + } else { + options.items = el; + el.off(eName).on(eName, eHandler); + } + } + }, + _openClick: function(e, el, options) { + var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick; + + + if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) { + return; + } + + var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn; + + if(disableOn) { + if($.isFunction(disableOn)) { + if( !disableOn.call(mfp) ) { + return true; + } + } else { // else it's number + if( _window.width() < disableOn ) { + return true; + } + } + } + + if(e.type) { + e.preventDefault(); + + // This will prevent popup from closing if element is inside and popup is already opened + if(mfp.isOpen) { + e.stopPropagation(); + } + } + + options.el = $(e.mfpEl); + if(options.delegate) { + options.items = el.find(options.delegate); + } + mfp.open(options); + }, + + + /** + * Updates text on preloader + */ + updateStatus: function(status, text) { + + if(mfp.preloader) { + if(_prevStatus !== status) { + mfp.container.removeClass('mfp-s-'+_prevStatus); + } + + if(!text && status === 'loading') { + text = mfp.st.tLoading; + } + + var data = { + status: status, + text: text + }; + // allows to modify status + _mfpTrigger('UpdateStatus', data); + + status = data.status; + text = data.text; + + mfp.preloader.html(text); + + mfp.preloader.find('a').on('click', function(e) { + e.stopImmediatePropagation(); + }); + + mfp.container.addClass('mfp-s-'+status); + _prevStatus = status; + } + }, + + + /* + "Private" helpers that aren't private at all + */ + // Check to close popup or not + // "target" is an element that was clicked + _checkIfClose: function(target) { + + if($(target).hasClass(PREVENT_CLOSE_CLASS)) { + return; + } + + var closeOnContent = mfp.st.closeOnContentClick; + var closeOnBg = mfp.st.closeOnBgClick; + + if(closeOnContent && closeOnBg) { + return true; + } else { + + // We close the popup if click is on close button or on preloader. Or if there is no content. + if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) { + return true; + } + + // if click is outside the content + if( (target !== mfp.content[0] && !$.contains(mfp.content[0], target)) ) { + if(closeOnBg) { + // last check, if the clicked element is in DOM, (in case it's removed onclick) + if( $.contains(document, target) ) { + return true; + } + } + } else if(closeOnContent) { + return true; + } + + } + return false; + }, + _addClassToMFP: function(cName) { + mfp.bgOverlay.addClass(cName); + mfp.wrap.addClass(cName); + }, + _removeClassFromMFP: function(cName) { + this.bgOverlay.removeClass(cName); + mfp.wrap.removeClass(cName); + }, + _hasScrollBar: function(winHeight) { + return ( (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) ); + }, + _setFocus: function() { + (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus(); + }, + _onFocusIn: function(e) { + if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) { + mfp._setFocus(); + return false; + } + }, + _parseMarkup: function(template, values, item) { + var arr; + if(item.data) { + values = $.extend(item.data, values); + } + _mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] ); + + $.each(values, function(key, value) { + if(value === undefined || value === false) { + return true; + } + arr = key.split('_'); + if(arr.length > 1) { + var el = template.find(EVENT_NS + '-'+arr[0]); + + if(el.length > 0) { + var attr = arr[1]; + if(attr === 'replaceWith') { + if(el[0] !== value[0]) { + el.replaceWith(value); + } + } else if(attr === 'img') { + if(el.is('img')) { + el.attr('src', value); + } else { + el.replaceWith( $('').attr('src', value).attr('class', el.attr('class')) ); + } + } else { + el.attr(arr[1], value); + } + } + + } else { + template.find(EVENT_NS + '-'+key).html(value); + } + }); + }, + + _getScrollbarSize: function() { + // thx David + if(mfp.scrollbarSize === undefined) { + var scrollDiv = document.createElement("div"); + scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;'; + document.body.appendChild(scrollDiv); + mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth; + document.body.removeChild(scrollDiv); + } + return mfp.scrollbarSize; + } + +}; /* MagnificPopup core prototype end */ + + + + +/** + * Public static functions + */ +$.magnificPopup = { + instance: null, + proto: MagnificPopup.prototype, + modules: [], + + open: function(options, index) { + _checkInstance(); + + if(!options) { + options = {}; + } else { + options = $.extend(true, {}, options); + } + + options.isObj = true; + options.index = index || 0; + return this.instance.open(options); + }, + + close: function() { + return $.magnificPopup.instance && $.magnificPopup.instance.close(); + }, + + registerModule: function(name, module) { + if(module.options) { + $.magnificPopup.defaults[name] = module.options; + } + $.extend(this.proto, module.proto); + this.modules.push(name); + }, + + defaults: { + + // Info about options is in docs: + // http://dimsemenov.com/plugins/magnific-popup/documentation.html#options + + disableOn: 0, + + key: null, + + midClick: false, + + mainClass: '', + + preloader: true, + + focus: '', // CSS selector of input to focus after popup is opened + + closeOnContentClick: false, + + closeOnBgClick: true, + + closeBtnInside: true, + + showCloseBtn: true, + + enableEscapeKey: true, + + modal: false, + + alignTop: false, + + removalDelay: 0, + + prependTo: null, + + fixedContentPos: 'auto', + + fixedBgPos: 'auto', + + overflowY: 'auto', + + closeMarkup: '', + + tClose: 'Close (Esc)', + + tLoading: 'Loading...', + + autoFocusLast: true + + } +}; + + + +$.fn.magnificPopup = function(options) { + _checkInstance(); + + var jqEl = $(this); + + // We call some API method of first param is a string + if (typeof options === "string" ) { + + if(options === 'open') { + var items, + itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup, + index = parseInt(arguments[1], 10) || 0; + + if(itemOpts.items) { + items = itemOpts.items[index]; + } else { + items = jqEl; + if(itemOpts.delegate) { + items = items.find(itemOpts.delegate); + } + items = items.eq( index ); + } + mfp._openClick({mfpEl:items}, jqEl, itemOpts); + } else { + if(mfp.isOpen) + mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1)); + } + + } else { + // clone options obj + options = $.extend(true, {}, options); + + /* + * As Zepto doesn't support .data() method for objects + * and it works only in normal browsers + * we assign "options" object directly to the DOM element. FTW! + */ + if(_isJQ) { + jqEl.data('magnificPopup', options); + } else { + jqEl[0].magnificPopup = options; + } + + mfp.addGroup(jqEl, options); + + } + return jqEl; +}; + +/*>>core*/ + +/*>>inline*/ + +var INLINE_NS = 'inline', + _hiddenClass, + _inlinePlaceholder, + _lastInlineElement, + _putInlineElementsBack = function() { + if(_lastInlineElement) { + _inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach(); + _lastInlineElement = null; + } + }; + +$.magnificPopup.registerModule(INLINE_NS, { + options: { + hiddenClass: 'hide', // will be appended with `mfp-` prefix + markup: '', + tNotFound: 'Content not found' + }, + proto: { + + initInline: function() { + mfp.types.push(INLINE_NS); + + _mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() { + _putInlineElementsBack(); + }); + }, + + getInline: function(item, template) { + + _putInlineElementsBack(); + + if(item.src) { + var inlineSt = mfp.st.inline, + el = $(item.src); + + if(el.length) { + + // If target element has parent - we replace it with placeholder and put it back after popup is closed + var parent = el[0].parentNode; + if(parent && parent.tagName) { + if(!_inlinePlaceholder) { + _hiddenClass = inlineSt.hiddenClass; + _inlinePlaceholder = _getEl(_hiddenClass); + _hiddenClass = 'mfp-'+_hiddenClass; + } + // replace target inline element with placeholder + _lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass); + } + + mfp.updateStatus('ready'); + } else { + mfp.updateStatus('error', inlineSt.tNotFound); + el = $('
'); + } + + item.inlineElement = el; + return el; + } + + mfp.updateStatus('ready'); + mfp._parseMarkup(template, {}, item); + return template; + } + } +}); + +/*>>inline*/ + +/*>>ajax*/ +var AJAX_NS = 'ajax', + _ajaxCur, + _removeAjaxCursor = function() { + if(_ajaxCur) { + $(document.body).removeClass(_ajaxCur); + } + }, + _destroyAjaxRequest = function() { + _removeAjaxCursor(); + if(mfp.req) { + mfp.req.abort(); + } + }; + +$.magnificPopup.registerModule(AJAX_NS, { + + options: { + settings: null, + cursor: 'mfp-ajax-cur', + tError: 'The content could not be loaded.' + }, + + proto: { + initAjax: function() { + mfp.types.push(AJAX_NS); + _ajaxCur = mfp.st.ajax.cursor; + + _mfpOn(CLOSE_EVENT+'.'+AJAX_NS, _destroyAjaxRequest); + _mfpOn('BeforeChange.' + AJAX_NS, _destroyAjaxRequest); + }, + getAjax: function(item) { + + if(_ajaxCur) { + $(document.body).addClass(_ajaxCur); + } + + mfp.updateStatus('loading'); + + var opts = $.extend({ + url: item.src, + success: function(data, textStatus, jqXHR) { + var temp = { + data:data, + xhr:jqXHR + }; + + _mfpTrigger('ParseAjax', temp); + + mfp.appendContent( $(temp.data), AJAX_NS ); + + item.finished = true; + + _removeAjaxCursor(); + + mfp._setFocus(); + + setTimeout(function() { + mfp.wrap.addClass(READY_CLASS); + }, 16); + + mfp.updateStatus('ready'); + + _mfpTrigger('AjaxContentAdded'); + }, + error: function() { + _removeAjaxCursor(); + item.finished = item.loadError = true; + mfp.updateStatus('error', mfp.st.ajax.tError.replace('%url%', item.src)); + } + }, mfp.st.ajax.settings); + + mfp.req = $.ajax(opts); + + return ''; + } + } +}); + +/*>>ajax*/ + +/*>>image*/ +var _imgInterval, + _getTitle = function(item) { + if(item.data && item.data.title !== undefined) + return item.data.title; + + var src = mfp.st.image.titleSrc; + + if(src) { + if($.isFunction(src)) { + return src.call(mfp, item); + } else if(item.el) { + return item.el.attr(src) || ''; + } + } + return ''; + }; + +$.magnificPopup.registerModule('image', { + + options: { + markup: '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + '
', + cursor: 'mfp-zoom-out-cur', + titleSrc: 'title', + verticalFit: true, + tError: 'The image could not be loaded.' + }, + + proto: { + initImage: function() { + var imgSt = mfp.st.image, + ns = '.image'; + + mfp.types.push('image'); + + _mfpOn(OPEN_EVENT+ns, function() { + if(mfp.currItem.type === 'image' && imgSt.cursor) { + $(document.body).addClass(imgSt.cursor); + } + }); + + _mfpOn(CLOSE_EVENT+ns, function() { + if(imgSt.cursor) { + $(document.body).removeClass(imgSt.cursor); + } + _window.off('resize' + EVENT_NS); + }); + + _mfpOn('Resize'+ns, mfp.resizeImage); + if(mfp.isLowIE) { + _mfpOn('AfterChange', mfp.resizeImage); + } + }, + resizeImage: function() { + var item = mfp.currItem; + if(!item || !item.img) return; + + if(mfp.st.image.verticalFit) { + var decr = 0; + // fix box-sizing in ie7/8 + if(mfp.isLowIE) { + decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10); + } + item.img.css('max-height', mfp.wH-decr); + } + }, + _onImageHasSize: function(item) { + if(item.img) { + + item.hasSize = true; + + if(_imgInterval) { + clearInterval(_imgInterval); + } + + item.isCheckingImgSize = false; + + _mfpTrigger('ImageHasSize', item); + + if(item.imgHidden) { + if(mfp.content) + mfp.content.removeClass('mfp-loading'); + + item.imgHidden = false; + } + + } + }, + + /** + * Function that loops until the image has size to display elements that rely on it asap + */ + findImageSize: function(item) { + + var counter = 0, + img = item.img[0], + mfpSetInterval = function(delay) { + + if(_imgInterval) { + clearInterval(_imgInterval); + } + // decelerating interval that checks for size of an image + _imgInterval = setInterval(function() { + if(img.naturalWidth > 0) { + mfp._onImageHasSize(item); + return; + } + + if(counter > 200) { + clearInterval(_imgInterval); + } + + counter++; + if(counter === 3) { + mfpSetInterval(10); + } else if(counter === 40) { + mfpSetInterval(50); + } else if(counter === 100) { + mfpSetInterval(500); + } + }, delay); + }; + + mfpSetInterval(1); + }, + + getImage: function(item, template) { + + var guard = 0, + + // image load complete handler + onLoadComplete = function() { + if(item) { + if (item.img[0].complete) { + item.img.off('.mfploader'); + + if(item === mfp.currItem){ + mfp._onImageHasSize(item); + + mfp.updateStatus('ready'); + } + + item.hasSize = true; + item.loaded = true; + + _mfpTrigger('ImageLoadComplete'); + + } + else { + // if image complete check fails 200 times (20 sec), we assume that there was an error. + guard++; + if(guard < 200) { + setTimeout(onLoadComplete,100); + } else { + onLoadError(); + } + } + } + }, + + // image error handler + onLoadError = function() { + if(item) { + item.img.off('.mfploader'); + if(item === mfp.currItem){ + mfp._onImageHasSize(item); + mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) ); + } + + item.hasSize = true; + item.loaded = true; + item.loadError = true; + } + }, + imgSt = mfp.st.image; + + + var el = template.find('.mfp-img'); + if(el.length) { + var img = document.createElement('img'); + img.className = 'mfp-img'; + if(item.el && item.el.find('img').length) { + img.alt = item.el.find('img').attr('alt'); + } + item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError); + img.src = item.src; + + // without clone() "error" event is not firing when IMG is replaced by new IMG + // TODO: find a way to avoid such cloning + if(el.is('img')) { + item.img = item.img.clone(); + } + + img = item.img[0]; + if(img.naturalWidth > 0) { + item.hasSize = true; + } else if(!img.width) { + item.hasSize = false; + } + } + + mfp._parseMarkup(template, { + title: _getTitle(item), + img_replaceWith: item.img + }, item); + + mfp.resizeImage(); + + if(item.hasSize) { + if(_imgInterval) clearInterval(_imgInterval); + + if(item.loadError) { + template.addClass('mfp-loading'); + mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) ); + } else { + template.removeClass('mfp-loading'); + mfp.updateStatus('ready'); + } + return template; + } + + mfp.updateStatus('loading'); + item.loading = true; + + if(!item.hasSize) { + item.imgHidden = true; + template.addClass('mfp-loading'); + mfp.findImageSize(item); + } + + return template; + } + } +}); + +/*>>image*/ + +/*>>zoom*/ +var hasMozTransform, + getHasMozTransform = function() { + if(hasMozTransform === undefined) { + hasMozTransform = document.createElement('p').style.MozTransform !== undefined; + } + return hasMozTransform; + }; + +$.magnificPopup.registerModule('zoom', { + + options: { + enabled: false, + easing: 'ease-in-out', + duration: 300, + opener: function(element) { + return element.is('img') ? element : element.find('img'); + } + }, + + proto: { + + initZoom: function() { + var zoomSt = mfp.st.zoom, + ns = '.zoom', + image; + + if(!zoomSt.enabled || !mfp.supportsTransition) { + return; + } + + var duration = zoomSt.duration, + getElToAnimate = function(image) { + var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'), + transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing, + cssObj = { + position: 'fixed', + zIndex: 9999, + left: 0, + top: 0, + '-webkit-backface-visibility': 'hidden' + }, + t = 'transition'; + + cssObj['-webkit-'+t] = cssObj['-moz-'+t] = cssObj['-o-'+t] = cssObj[t] = transition; + + newImg.css(cssObj); + return newImg; + }, + showMainContent = function() { + mfp.content.css('visibility', 'visible'); + }, + openTimeout, + animatedImg; + + _mfpOn('BuildControls'+ns, function() { + if(mfp._allowZoom()) { + + clearTimeout(openTimeout); + mfp.content.css('visibility', 'hidden'); + + // Basically, all code below does is clones existing image, puts in on top of the current one and animated it + + image = mfp._getItemToZoom(); + + if(!image) { + showMainContent(); + return; + } + + animatedImg = getElToAnimate(image); + + animatedImg.css( mfp._getOffset() ); + + mfp.wrap.append(animatedImg); + + openTimeout = setTimeout(function() { + animatedImg.css( mfp._getOffset( true ) ); + openTimeout = setTimeout(function() { + + showMainContent(); + + setTimeout(function() { + animatedImg.remove(); + image = animatedImg = null; + _mfpTrigger('ZoomAnimationEnded'); + }, 16); // avoid blink when switching images + + }, duration); // this timeout equals animation duration + + }, 16); // by adding this timeout we avoid short glitch at the beginning of animation + + + // Lots of timeouts... + } + }); + _mfpOn(BEFORE_CLOSE_EVENT+ns, function() { + if(mfp._allowZoom()) { + + clearTimeout(openTimeout); + + mfp.st.removalDelay = duration; + + if(!image) { + image = mfp._getItemToZoom(); + if(!image) { + return; + } + animatedImg = getElToAnimate(image); + } + + animatedImg.css( mfp._getOffset(true) ); + mfp.wrap.append(animatedImg); + mfp.content.css('visibility', 'hidden'); + + setTimeout(function() { + animatedImg.css( mfp._getOffset() ); + }, 16); + } + + }); + + _mfpOn(CLOSE_EVENT+ns, function() { + if(mfp._allowZoom()) { + showMainContent(); + if(animatedImg) { + animatedImg.remove(); + } + image = null; + } + }); + }, + + _allowZoom: function() { + return mfp.currItem.type === 'image'; + }, + + _getItemToZoom: function() { + if(mfp.currItem.hasSize) { + return mfp.currItem.img; + } else { + return false; + } + }, + + // Get element postion relative to viewport + _getOffset: function(isLarge) { + var el; + if(isLarge) { + el = mfp.currItem.img; + } else { + el = mfp.st.zoom.opener(mfp.currItem.el || mfp.currItem); + } + + var offset = el.offset(); + var paddingTop = parseInt(el.css('padding-top'),10); + var paddingBottom = parseInt(el.css('padding-bottom'),10); + offset.top -= ( $(window).scrollTop() - paddingTop ); + + + /* + + Animating left + top + width/height looks glitchy in Firefox, but perfect in Chrome. And vice-versa. + + */ + var obj = { + width: el.width(), + // fix Zepto height+padding issue + height: (_isJQ ? el.innerHeight() : el[0].offsetHeight) - paddingBottom - paddingTop + }; + + // I hate to do this, but there is no another option + if( getHasMozTransform() ) { + obj['-moz-transform'] = obj['transform'] = 'translate(' + offset.left + 'px,' + offset.top + 'px)'; + } else { + obj.left = offset.left; + obj.top = offset.top; + } + return obj; + } + + } +}); + + + +/*>>zoom*/ + +/*>>iframe*/ + +var IFRAME_NS = 'iframe', + _emptyPage = '//about:blank', + + _fixIframeBugs = function(isShowing) { + if(mfp.currTemplate[IFRAME_NS]) { + var el = mfp.currTemplate[IFRAME_NS].find('iframe'); + if(el.length) { + // reset src after the popup is closed to avoid "video keeps playing after popup is closed" bug + if(!isShowing) { + el[0].src = _emptyPage; + } + + // IE8 black screen bug fix + if(mfp.isIE8) { + el.css('display', isShowing ? 'block' : 'none'); + } + } + } + }; + +$.magnificPopup.registerModule(IFRAME_NS, { + + options: { + markup: '
'+ + '
'+ + ''+ + '
', + + 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%' + }, + + proto: { + initGallery: function() { + + var gSt = mfp.st.gallery, + ns = '.mfp-gallery'; + + mfp.direction = true; // true - next, false - prev + + if(!gSt || !gSt.enabled ) return false; + + _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) { + mfp.prev(); + } else if (e.keyCode === 39) { + mfp.next(); + } + }); + }); + + _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 markup = gSt.arrowMarkup, + arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, gSt.tPrev).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS), + arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, gSt.tNext).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS); + + arrowLeft.click(function() { + mfp.prev(); + }); + arrowRight.click(function() { + 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() { + mfp.direction = true; + mfp.index = _getLoopedId(mfp.index + 1); + mfp.updateItemHTML(); + }, + prev: function() { + mfp.direction = false; + mfp.index = _getLoopedId(mfp.index - 1); + 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; + } + } +}); + +/*>>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/theme/plugins/magnific-popup/jquery.magnific-popup.min.js b/theme/plugins/magnific-popup/jquery.magnific-popup.min.js new file mode 100644 index 0000000..6ee3a3b --- /dev/null +++ b/theme/plugins/magnific-popup/jquery.magnific-popup.min.js @@ -0,0 +1,4 @@ +/*! Magnific Popup - v1.1.0 - 2016-02-20 +* http://dimsemenov.com/plugins/magnific-popup/ +* Copyright (c) 2016 Dmitry Semenov; */ +!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isLowIE=b.isIE8=document.all&&!document.addEventListener,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},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}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.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 c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
',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(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()}); \ No newline at end of file diff --git a/theme/plugins/magnific-popup/magnific-popup.css b/theme/plugins/magnific-popup/magnific-popup.css new file mode 100644 index 0000000..8561e18 --- /dev/null +++ b/theme/plugins/magnific-popup/magnific-popup.css @@ -0,0 +1,351 @@ +/* Magnific Popup CSS */ +.mfp-bg { + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1042; + overflow: hidden; + position: fixed; + background: #0b0b0b; + opacity: 0.8; } + +.mfp-wrap { + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1043; + position: fixed; + outline: none !important; + -webkit-backface-visibility: hidden; } + +.mfp-container { + text-align: center; + position: absolute; + width: 100%; + height: 100%; + left: 0; + top: 0; + padding: 0 8px; + box-sizing: border-box; } + +.mfp-container:before { + content: ''; + display: inline-block; + height: 100%; + vertical-align: middle; } + +.mfp-align-top .mfp-container:before { + display: none; } + +.mfp-content { + position: relative; + display: inline-block; + vertical-align: middle; + margin: 0 auto; + text-align: left; + z-index: 1045; } + +.mfp-inline-holder .mfp-content, +.mfp-ajax-holder .mfp-content { + width: 100%; + cursor: auto; } + +.mfp-ajax-cur { + cursor: progress; } + +.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { + cursor: -moz-zoom-out; + cursor: -webkit-zoom-out; + cursor: zoom-out; } + +.mfp-zoom { + cursor: pointer; + cursor: -webkit-zoom-in; + cursor: -moz-zoom-in; + cursor: zoom-in; } + +.mfp-auto-cursor .mfp-content { + cursor: auto; } + +.mfp-close, +.mfp-arrow, +.mfp-preloader, +.mfp-counter { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } + +.mfp-loading.mfp-figure { + display: none; } + +.mfp-hide { + display: none !important; } + +.mfp-preloader { + color: #CCC; + position: absolute; + top: 50%; + width: auto; + text-align: center; + margin-top: -0.8em; + left: 8px; + right: 8px; + z-index: 1044; } + .mfp-preloader a { + color: #CCC; } + .mfp-preloader a:hover { + color: #FFF; } + +.mfp-s-ready .mfp-preloader { + display: none; } + +.mfp-s-error .mfp-content { + display: none; } + +button.mfp-close, +button.mfp-arrow { + overflow: visible; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; + display: block; + outline: none; + padding: 0; + z-index: 1046; + box-shadow: none; + touch-action: manipulation; } + +button::-moz-focus-inner { + padding: 0; + border: 0; } + +.mfp-close { + width: 44px; + height: 44px; + line-height: 44px; + position: absolute; + right: 0; + top: 0; + text-decoration: none; + text-align: center; + opacity: 0.65; + padding: 0 0 18px 10px; + color: #FFF; + font-style: normal; + font-size: 28px; + font-family: Arial, Baskerville, monospace; } + .mfp-close:hover, + .mfp-close:focus { + opacity: 1; } + .mfp-close:active { + top: 1px; } + +.mfp-close-btn-in .mfp-close { + color: #333; } + +.mfp-image-holder .mfp-close, +.mfp-iframe-holder .mfp-close { + color: #FFF; + right: -6px; + text-align: right; + padding-right: 6px; + width: 100%; } + +.mfp-counter { + position: absolute; + top: 0; + right: 0; + color: #CCC; + font-size: 12px; + line-height: 18px; + white-space: nowrap; } + +.mfp-arrow { + position: absolute; + opacity: 0.65; + margin: 0; + top: 50%; + margin-top: -55px; + padding: 0; + width: 90px; + height: 110px; + -webkit-tap-highlight-color: transparent; } + .mfp-arrow:active { + margin-top: -54px; } + .mfp-arrow:hover, + .mfp-arrow:focus { + opacity: 1; } + .mfp-arrow:before, + .mfp-arrow:after { + content: ''; + display: block; + width: 0; + height: 0; + position: absolute; + left: 0; + top: 0; + margin-top: 35px; + margin-left: 35px; + border: medium inset transparent; } + .mfp-arrow:after { + border-top-width: 13px; + border-bottom-width: 13px; + top: 8px; } + .mfp-arrow:before { + border-top-width: 21px; + border-bottom-width: 21px; + opacity: 0.7; } + +.mfp-arrow-left { + left: 0; } + .mfp-arrow-left:after { + border-right: 17px solid #FFF; + margin-left: 31px; } + .mfp-arrow-left:before { + margin-left: 25px; + border-right: 27px solid #3F3F3F; } + +.mfp-arrow-right { + right: 0; } + .mfp-arrow-right:after { + border-left: 17px solid #FFF; + margin-left: 39px; } + .mfp-arrow-right:before { + border-left: 27px solid #3F3F3F; } + +.mfp-iframe-holder { + padding-top: 40px; + padding-bottom: 40px; } + .mfp-iframe-holder .mfp-content { + line-height: 0; + width: 100%; + max-width: 900px; } + .mfp-iframe-holder .mfp-close { + top: -40px; } + +.mfp-iframe-scaler { + width: 100%; + height: 0; + overflow: hidden; + padding-top: 56.25%; } + .mfp-iframe-scaler iframe { + position: absolute; + display: block; + top: 0; + left: 0; + width: 100%; + height: 100%; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); + background: #000; } + +/* Main image in popup */ +img.mfp-img { + width: auto; + max-width: 100%; + height: auto; + display: block; + line-height: 0; + box-sizing: border-box; + padding: 40px 0 40px; + margin: 0 auto; } + +/* The shadow behind the image */ +.mfp-figure { + line-height: 0; } + .mfp-figure:after { + content: ''; + position: absolute; + left: 0; + top: 40px; + bottom: 40px; + display: block; + right: 0; + width: auto; + height: auto; + z-index: -1; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); + background: #444; } + .mfp-figure small { + color: #BDBDBD; + display: block; + font-size: 12px; + line-height: 14px; } + .mfp-figure figure { + margin: 0; } + +.mfp-bottom-bar { + margin-top: -36px; + position: absolute; + top: 100%; + left: 0; + width: 100%; + cursor: auto; } + +.mfp-title { + text-align: left; + line-height: 18px; + color: #F3F3F3; + word-wrap: break-word; + padding-right: 36px; } + +.mfp-image-holder .mfp-content { + max-width: 100%; } + +.mfp-gallery .mfp-image-holder .mfp-figure { + cursor: pointer; } + +@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { + /** + * Remove all paddings around the image on small screen + */ + .mfp-img-mobile .mfp-image-holder { + padding-left: 0; + padding-right: 0; } + .mfp-img-mobile img.mfp-img { + padding: 0; } + .mfp-img-mobile .mfp-figure:after { + top: 0; + bottom: 0; } + .mfp-img-mobile .mfp-figure small { + display: inline; + margin-left: 5px; } + .mfp-img-mobile .mfp-bottom-bar { + background: rgba(0, 0, 0, 0.6); + bottom: 0; + margin: 0; + top: auto; + padding: 3px 5px; + position: fixed; + box-sizing: border-box; } + .mfp-img-mobile .mfp-bottom-bar:empty { + padding: 0; } + .mfp-img-mobile .mfp-counter { + right: 5px; + top: 3px; } + .mfp-img-mobile .mfp-close { + top: 0; + right: 0; + width: 35px; + height: 35px; + line-height: 35px; + background: rgba(0, 0, 0, 0.6); + position: fixed; + text-align: center; + padding: 0; } } + +@media all and (max-width: 900px) { + .mfp-arrow { + -webkit-transform: scale(0.75); + transform: scale(0.75); } + .mfp-arrow-left { + -webkit-transform-origin: 0; + transform-origin: 0; } + .mfp-arrow-right { + -webkit-transform-origin: 100%; + transform-origin: 100%; } + .mfp-container { + padding-left: 6px; + padding-right: 6px; } } diff --git a/theme/plugins/shuffle/shuffle.min.js b/theme/plugins/shuffle/shuffle.min.js new file mode 100644 index 0000000..371fa6f --- /dev/null +++ b/theme/plugins/shuffle/shuffle.min.js @@ -0,0 +1 @@ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.Shuffle=e()}(this,function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var i=0;i=e?l():o=setTimeout(l,e-t)),s};function l(){o=0,r=+new Date,s=t.apply(i,n),i=null,n=null}};function c(){}function d(t){return parseFloat(t)||0}var m=function(){function e(i,n){t(this,e),this.x=d(i),this.y=d(n)}return i(e,null,[{key:"equals",value:function(t,e){return t.x===e.x&&t.y===e.y}}]),e}(),p=function(){function e(i,n,s,o,r){t(this,e),this.id=r,this.left=i,this.top=n,this.width=s,this.height=o}return i(e,null,[{key:"intersects",value:function(t,e){return t.left2&&void 0!==arguments[2]?arguments[2]:window.getComputedStyle(t,null),n=d(i[e]);return E()||"width"!==e?E()||"height"!==e||(n+=d(i.paddingTop)+d(i.paddingBottom)+d(i.borderTopWidth)+d(i.borderBottomWidth)):n+=d(i.paddingLeft)+d(i.paddingRight)+d(i.borderLeftWidth)+d(i.borderRightWidth),n}var b={reverse:!1,by:null,compare:null,randomize:!1,key:"element"};function S(t,e){var i=Object.assign({},b,e),n=Array.from(t),s=!1;return t.length?i.randomize?function(t){for(var e=t.length;e;){e-=1;var i=Math.floor(Math.random()*(e+1)),n=t[i];t[i]=t[e],t[e]=n}return t}(t):("function"==typeof i.by?t.sort(function(t,e){if(s)return 0;var n=i.by(t[i.key]),o=i.by(e[i.key]);return void 0===n&&void 0===o?(s=!0,0):no||"sortLast"===n||"sortFirst"===o?1:0}):"function"==typeof i.compare&&t.sort(i.compare),s?n:(i.reverse&&t.reverse(),t)):[]}var T={},k="transitionend",w=0;function C(t){return!!T[t]&&(T[t].element.removeEventListener(k,T[t].listener),T[t]=null,!0)}function L(t,e){var i=k+(w+=1),n=function(t){t.currentTarget===t.target&&(C(i),e(t))};return t.addEventListener(k,n),T[i]={element:t,listener:n},i}function D(t){return Math.max.apply(Math,t)}function z(t,e,i,n){var s=t/e;return Math.abs(Math.round(s)-s)=n-e&&t[s]<=n+e)return s;return 0}function F(t,e){var i={};t.forEach(function(t){i[t.top]?i[t.top].push(t):i[t.top]=[t]});var n=[],s=[],o=[];return Object.keys(i).forEach(function(t){var r=i[t];s.push(r);var l,a=r[r.length-1],u=a.left+a.width,h=Math.round((e-u)/2),f=r,c=!1;if(h>0){var d=[];(c=r.every(function(t){var e=new p(t.left+h,t.top,t.width,t.height,t.id),i=!n.some(function(t){return p.intersects(e,t)});return d.push(e),i}))&&(f=d)}if(!c&&r.some(function(t){return n.some(function(e){var i=p.intersects(t,e);return i&&(l=e),i})})){var m=o.findIndex(function(t){return t.includes(l)});o.splice(m,1,s[m])}n=n.concat(f),o.push(f)}),[].concat.apply([],o).sort(function(t,e){return t.id-e.id}).map(function(t){return new m(t.left,t.top)})}function x(t){return Array.from(new Set(t))}var O=0,N=function(e){function r(e){var i,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t(this,r),(i=o(this,n(r).call(this))).options=Object.assign({},r.options,s),i.options.delimeter&&(i.options.delimiter=i.options.delimeter),i.lastSort={},i.group=r.ALL_ITEMS,i.lastFilter=r.ALL_ITEMS,i.isEnabled=!0,i.isDestroyed=!1,i.isInitialized=!1,i._transitions=[],i.isTransitioning=!1,i._queue=[];var l=i._getElementOption(e);if(!l)throw new TypeError("Shuffle needs to be initialized with an element.");return i.element=l,i.id="shuffle_"+O,O+=1,i._init(),i.isInitialized=!0,i}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(r,l),i(r,[{key:"_init",value:function(){if(this.items=this._getItems(),this.options.sizer=this._getElementOption(this.options.sizer),this.element.classList.add(r.Classes.BASE),this._initItems(this.items),this._onResize=this._getResizeFunction(),window.addEventListener("resize",this._onResize),"complete"!==document.readyState){var t=this.layout.bind(this);window.addEventListener("load",function e(){window.removeEventListener("load",e),t()})}var e=window.getComputedStyle(this.element,null),i=r.getSize(this.element).width;this._validateStyles(e),this._setColumns(i),this.filter(this.options.group,this.options.initialSort),this.element.offsetWidth,this.setItemTransitions(this.items),this.element.style.transition="height ".concat(this.options.speed,"ms ").concat(this.options.easing)}},{key:"_getResizeFunction",value:function(){var t=this._handleResize.bind(this);return this.options.throttle?this.options.throttle(t,this.options.throttleTime):t}},{key:"_getElementOption",value:function(t){return"string"==typeof t?this.element.querySelector(t):t&&t.nodeType&&1===t.nodeType?t:t&&t.jquery?t[0]:null}},{key:"_validateStyles",value:function(t){"static"===t.position&&(this.element.style.position="relative"),"hidden"!==t.overflow&&(this.element.style.overflow="hidden")}},{key:"_filter",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.lastFilter,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.items,i=this._getFilteredSets(t,e);return this._toggleFilterClasses(i),this.lastFilter=t,"string"==typeof t&&(this.group=t),i}},{key:"_getFilteredSets",value:function(t,e){var i=this,n=[],s=[];return t===r.ALL_ITEMS?n=e:e.forEach(function(e){i._doesPassFilter(t,e.element)?n.push(e):s.push(e)}),{visible:n,hidden:s}}},{key:"_doesPassFilter",value:function(t,e){if("function"==typeof t)return t.call(e,e,this);var i=e.getAttribute("data-"+r.FILTER_ATTRIBUTE_KEY),n=this.options.delimiter?i.split(this.options.delimiter):JSON.parse(i);function s(t){return n.includes(t)}return Array.isArray(t)?this.options.filterMode===r.FilterMode.ANY?t.some(s):t.every(s):n.includes(t)}},{key:"_toggleFilterClasses",value:function(t){var e=t.visible,i=t.hidden;e.forEach(function(t){t.show()}),i.forEach(function(t){t.hide()})}},{key:"_initItems",value:function(t){t.forEach(function(t){t.init()})}},{key:"_disposeItems",value:function(t){t.forEach(function(t){t.dispose()})}},{key:"_updateItemCount",value:function(){this.visibleItems=this._getFilteredItems().length}},{key:"setItemTransitions",value:function(t){var e=this.options,i=e.speed,n=e.easing,s=this.options.useTransforms?["transform"]:["top","left"],o=Object.keys(g.Css.HIDDEN.before).map(function(t){return t.replace(/([A-Z])/g,function(t,e){return"-".concat(e.toLowerCase())})}),r=s.concat(o).join();t.forEach(function(t){t.element.style.transitionDuration=i+"ms",t.element.style.transitionTimingFunction=n,t.element.style.transitionProperty=r})}},{key:"_getItems",value:function(){var t=this;return Array.from(this.element.children).filter(function(e){return h(e,t.options.itemSelector)}).map(function(t){return new g(t)})}},{key:"_mergeNewItems",value:function(t){var e=Array.from(this.element.children);return S(this.items.concat(t),{by:function(t){return e.indexOf(t)}})}},{key:"_getFilteredItems",value:function(){return this.items.filter(function(t){return t.isVisible})}},{key:"_getConcealedItems",value:function(){return this.items.filter(function(t){return!t.isVisible})}},{key:"_getColumnSize",value:function(t,e){var i;return 0===(i="function"==typeof this.options.columnWidth?this.options.columnWidth(t):this.options.sizer?r.getSize(this.options.sizer).width:this.options.columnWidth?this.options.columnWidth:this.items.length>0?r.getSize(this.items[0].element,!0).width:t)&&(i=t),i+e}},{key:"_getGutterSize",value:function(t){return"function"==typeof this.options.gutterWidth?this.options.gutterWidth(t):this.options.sizer?I(this.options.sizer,"marginLeft"):this.options.gutterWidth}},{key:"_setColumns",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.getSize(this.element).width,e=this._getGutterSize(t),i=this._getColumnSize(t,e),n=(t+e)/i;Math.abs(Math.round(n)-n)1&&void 0!==arguments[1]?arguments[1]:{};this.isDestroyed||(e.shuffle=this,this.emit(t,e))}},{key:"_resetCols",value:function(){var t=this.cols;for(this.positions=[];t;)t-=1,this.positions.push(0)}},{key:"_layout",value:function(t){var e=this,i=this._getNextPositions(t),n=0;t.forEach(function(t,s){function o(){t.applyCss(g.Css.VISIBLE.after)}if(m.equals(t.point,i[s])&&!t.isHidden)return t.applyCss(g.Css.VISIBLE.before),void o();t.point=i[s],t.scale=g.Scale.VISIBLE,t.isHidden=!1;var r=e.getStylesForTransition(t,g.Css.VISIBLE.before);r.transitionDelay=e._getStaggerAmount(n)+"ms",e._queue.push({item:t,styles:r,callback:o}),n+=1})}},{key:"_getNextPositions",value:function(t){var e=this;if(this.options.isCentered){var i=t.map(function(t,i){var n=r.getSize(t.element,!0),s=e._getItemPosition(n);return new p(s.x,s.y,n.width,n.height,i)});return this.getTransformedPositions(i,this.containerWidth)}return t.map(function(t){return e._getItemPosition(r.getSize(t.element,!0))})}},{key:"_getItemPosition",value:function(t){return function(t){for(var e=t.itemSize,i=t.positions,n=t.gridSize,s=t.total,o=t.threshold,r=t.buffer,l=z(e.width,n,s,o),a=M(i,l,s),u=A(a,r),h=new m(n*u,a[u]),f=a[u]+e.height,c=0;c0&&void 0!==arguments[0]?arguments[0]:this._getConcealedItems(),i=0;e.forEach(function(e){function n(){e.applyCss(g.Css.HIDDEN.after)}if(e.isHidden)return e.applyCss(g.Css.HIDDEN.before),void n();e.scale=g.Scale.HIDDEN,e.isHidden=!0;var s=t.getStylesForTransition(e,g.Css.HIDDEN.before);s.transitionDelay=t._getStaggerAmount(i)+"ms",t._queue.push({item:e,styles:s,callback:n}),i+=1})}},{key:"_handleResize",value:function(){this.isEnabled&&!this.isDestroyed&&this.update()}},{key:"getStylesForTransition",value:function(t,e){var i=Object.assign({},e);if(this.options.useTransforms){var n=this.options.roundTransforms?Math.round(t.point.x):t.point.x,s=this.options.roundTransforms?Math.round(t.point.y):t.point.y;i.transform="translate(".concat(n,"px, ").concat(s,"px) scale(").concat(t.scale,")")}else i.left=t.point.x+"px",i.top=t.point.y+"px";return i}},{key:"_whenTransitionDone",value:function(t,e,i){var n=L(t,function(t){e(),i(null,t)});this._transitions.push(n)}},{key:"_getTransitionFunction",value:function(t){var e=this;return function(i){t.item.applyCss(t.styles),e._whenTransitionDone(t.item.element,t.callback,i)}}},{key:"_processQueue",value:function(){this.isTransitioning&&this._cancelMovement();var t=this.options.speed>0,e=this._queue.length>0;e&&t&&this.isInitialized?this._startTransitions(this._queue):e?(this._styleImmediately(this._queue),this._dispatch(r.EventType.LAYOUT)):this._dispatch(r.EventType.LAYOUT),this._queue.length=0}},{key:"_startTransitions",value:function(t){var e=this;this.isTransitioning=!0,function(t,e,i){i||("function"==typeof e?(i=e,e=null):i=c);var n=t&&t.length;if(!n)return i(null,[]);var s=!1,o=new Array(n);function r(t){return function(e,r){if(!s){if(e)return i(e,o),void(s=!0);o[t]=r,--n||i(null,o)}}}t.forEach(e?function(t,i){t.call(e,r(i))}:function(t,e){t(r(e))})}(t.map(function(t){return e._getTransitionFunction(t)}),this._movementFinished.bind(this))}},{key:"_cancelMovement",value:function(){this._transitions.forEach(C),this._transitions.length=0,this.isTransitioning=!1}},{key:"_styleImmediately",value:function(t){if(t.length){var e=t.map(function(t){return t.item.element});r._skipTransitions(e,function(){t.forEach(function(t){t.item.applyCss(t.styles),t.callback()})})}}},{key:"_movementFinished",value:function(){this._transitions.length=0,this.isTransitioning=!1,this._dispatch(r.EventType.LAYOUT)}},{key:"filter",value:function(t,e){this.isEnabled&&((!t||t&&0===t.length)&&(t=r.ALL_ITEMS),this._filter(t),this._shrink(),this._updateItemCount(),this.sort(e))}},{key:"sort",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.lastSort;if(this.isEnabled){this._resetCols();var e=S(this._getFilteredItems(),t);this._layout(e),this._processQueue(),this._setContainerSize(),this.lastSort=t}}},{key:"update",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isEnabled&&(t||this._setColumns(),this.sort())}},{key:"layout",value:function(){this.update(!0)}},{key:"add",value:function(t){var e=this,i=x(t).map(function(t){return new g(t)});this._initItems(i),this._resetCols();var n=S(this._mergeNewItems(i),this.lastSort),s=this._filter(this.lastFilter,n),o=function(t){return i.includes(t)},r=function(t){t.scale=g.Scale.HIDDEN,t.isHidden=!0,t.applyCss(g.Css.HIDDEN.before),t.applyCss(g.Css.HIDDEN.after)},l=this._getNextPositions(s.visible);s.visible.forEach(function(t,i){o(t)&&(t.point=l[i],r(t),t.applyCss(e.getStylesForTransition(t,{})))}),s.hidden.forEach(function(t){o(t)&&r(t)}),this.element.offsetWidth,this.setItemTransitions(i),this.items=this._mergeNewItems(i),this.filter(this.lastFilter)}},{key:"disable",value:function(){this.isEnabled=!1}},{key:"enable",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isEnabled=!0,t&&this.update()}},{key:"remove",value:function(t){var e=this;if(t.length){var i=x(t),n=i.map(function(t){return e.getItemByElement(t)}).filter(function(t){return!!t});this._toggleFilterClasses({visible:[],hidden:n}),this._shrink(n),this.sort(),this.items=this.items.filter(function(t){return!n.includes(t)}),this._updateItemCount(),this.once(r.EventType.LAYOUT,function(){e._disposeItems(n),i.forEach(function(t){t.parentNode.removeChild(t)}),e._dispatch(r.EventType.REMOVED,{collection:i})})}}},{key:"getItemByElement",value:function(t){return this.items.find(function(e){return e.element===t})}},{key:"resetItems",value:function(){var t=this;this._disposeItems(this.items),this.isInitialized=!1,this.items=this._getItems(),this._initItems(this.items),this.once(r.EventType.LAYOUT,function(){t.setItemTransitions(t.items),t.isInitialized=!0}),this.filter(this.lastFilter)}},{key:"destroy",value:function(){this._cancelMovement(),window.removeEventListener("resize",this._onResize),this.element.classList.remove("shuffle"),this.element.removeAttribute("style"),this._disposeItems(this.items),this.items.length=0,this._transitions.length=0,this.options.sizer=null,this.element=null,this.isDestroyed=!0,this.isEnabled=!1}}],[{key:"getSize",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=window.getComputedStyle(t,null),n=I(t,"width",i),s=I(t,"height",i);e&&(n+=I(t,"marginLeft",i)+I(t,"marginRight",i),s+=I(t,"marginTop",i)+I(t,"marginBottom",i));return{width:n,height:s}}},{key:"_skipTransitions",value:function(t,e){var i=t.map(function(t){var e=t.style,i=e.transitionDuration,n=e.transitionDelay;return e.transitionDuration="0ms",e.transitionDelay="0ms",{duration:i,delay:n}});e(),t[0].offsetWidth,t.forEach(function(t,e){t.style.transitionDuration=i[e].duration,t.style.transitionDelay=i[e].delay})}}]),r}();return N.ShuffleItem=g,N.ALL_ITEMS="all",N.FILTER_ATTRIBUTE_KEY="groups",N.EventType={LAYOUT:"shuffle:layout",REMOVED:"shuffle:removed"},N.Classes=v,N.FilterMode={ANY:"any",ALL:"all"},N.options={group:N.ALL_ITEMS,speed:250,easing:"cubic-bezier(0.4, 0.0, 0.2, 1)",itemSelector:"*",sizer:null,gutterWidth:0,columnWidth:0,delimiter:null,buffer:0,columnThreshold:.01,initialSort:null,throttle:f,throttleTime:300,staggerAmount:15,staggerAmountMax:150,useTransforms:!0,filterMode:N.FilterMode.ANY,isCentered:!1,roundTransforms:!0},N.Point=m,N.Rect=p,N.__sorter=S,N.__getColumnSpan=z,N.__getAvailablePositions=M,N.__getShortColumn=A,N.__getCenteredPositions=F,N}); \ No newline at end of file diff --git a/theme/plugins/slick/ajax-loader.gif b/theme/plugins/slick/ajax-loader.gif new file mode 100644 index 0000000..e0e6e97 Binary files /dev/null and b/theme/plugins/slick/ajax-loader.gif differ diff --git a/theme/plugins/slick/fonts/slick.eot b/theme/plugins/slick/fonts/slick.eot new file mode 100644 index 0000000..2cbab9c Binary files /dev/null and b/theme/plugins/slick/fonts/slick.eot differ diff --git a/theme/plugins/slick/fonts/slick.svg b/theme/plugins/slick/fonts/slick.svg new file mode 100644 index 0000000..b36a66a --- /dev/null +++ b/theme/plugins/slick/fonts/slick.svg @@ -0,0 +1,14 @@ + + + +Generated by Fontastic.me + + + + + + + + + + diff --git a/theme/plugins/slick/fonts/slick.ttf b/theme/plugins/slick/fonts/slick.ttf new file mode 100644 index 0000000..9d03461 Binary files /dev/null and b/theme/plugins/slick/fonts/slick.ttf differ diff --git a/theme/plugins/slick/fonts/slick.woff b/theme/plugins/slick/fonts/slick.woff new file mode 100644 index 0000000..8ee9972 Binary files /dev/null and b/theme/plugins/slick/fonts/slick.woff differ diff --git a/theme/plugins/slick/slick-theme.css b/theme/plugins/slick/slick-theme.css new file mode 100644 index 0000000..1232fca --- /dev/null +++ b/theme/plugins/slick/slick-theme.css @@ -0,0 +1,204 @@ +@charset 'UTF-8'; +/* Slider */ +.slick-loading .slick-list +{ + background: #fff url('./ajax-loader.gif') center center no-repeat; +} + +/* Icons */ +@font-face +{ + font-family: 'slick'; + font-weight: normal; + font-style: normal; + + src: url('./fonts/slick.eot'); + src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); +} +/* Arrows */ +.slick-prev, +.slick-next +{ + font-size: 0; + line-height: 0; + + position: absolute; + top: 50%; + + display: block; + + width: 20px; + height: 20px; + padding: 0; + -webkit-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + transform: translate(0, -50%); + + cursor: pointer; + + color: transparent; + border: none; + outline: none; + background: transparent; +} +.slick-prev:hover, +.slick-prev:focus, +.slick-next:hover, +.slick-next:focus +{ + color: transparent; + outline: none; + background: transparent; +} +.slick-prev:hover:before, +.slick-prev:focus:before, +.slick-next:hover:before, +.slick-next:focus:before +{ + opacity: 1; +} +.slick-prev.slick-disabled:before, +.slick-next.slick-disabled:before +{ + opacity: .25; +} + +.slick-prev:before, +.slick-next:before +{ + font-family: 'slick'; + font-size: 20px; + line-height: 1; + + opacity: .75; + color: white; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.slick-prev +{ + left: -25px; +} +[dir='rtl'] .slick-prev +{ + right: -25px; + left: auto; +} +.slick-prev:before +{ + content: '←'; +} +[dir='rtl'] .slick-prev:before +{ + content: 'β†’'; +} + +.slick-next +{ + right: -25px; +} +[dir='rtl'] .slick-next +{ + right: auto; + left: -25px; +} +.slick-next:before +{ + content: 'β†’'; +} +[dir='rtl'] .slick-next:before +{ + content: '←'; +} + +/* Dots */ +.slick-dotted.slick-slider +{ + margin-bottom: 30px; +} + +.slick-dots +{ + position: absolute; + bottom: -25px; + + display: block; + + width: 100%; + padding: 0; + margin: 0; + + list-style: none; + + text-align: center; +} +.slick-dots li +{ + position: relative; + + display: inline-block; + + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + + cursor: pointer; +} +.slick-dots li button +{ + font-size: 0; + line-height: 0; + + display: block; + + width: 20px; + height: 20px; + padding: 5px; + + cursor: pointer; + + color: transparent; + border: 0; + outline: none; + background: transparent; +} +.slick-dots li button:hover, +.slick-dots li button:focus +{ + outline: none; +} +.slick-dots li button:hover:before, +.slick-dots li button:focus:before +{ + opacity: 1; +} +.slick-dots li button:before +{ + font-family: 'slick'; + font-size: 6px; + line-height: 20px; + + position: absolute; + top: 0; + left: 0; + + width: 20px; + height: 20px; + + content: 'β€’'; + text-align: center; + + opacity: .25; + color: black; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.slick-dots li.slick-active button:before +{ + opacity: .75; + color: black; +} diff --git a/theme/plugins/slick/slick.css b/theme/plugins/slick/slick.css new file mode 100644 index 0000000..57477e8 --- /dev/null +++ b/theme/plugins/slick/slick.css @@ -0,0 +1,119 @@ +/* Slider */ +.slick-slider +{ + position: relative; + + display: block; + box-sizing: border-box; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + -webkit-touch-callout: none; + -khtml-user-select: none; + -ms-touch-action: pan-y; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list +{ + position: relative; + + display: block; + overflow: hidden; + + margin: 0; + padding: 0; +} +.slick-list:focus +{ + outline: none; +} +.slick-list.dragging +{ + cursor: pointer; + cursor: hand; +} + +.slick-slider .slick-track, +.slick-slider .slick-list +{ + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.slick-track +{ + position: relative; + top: 0; + left: 0; + + display: block; + margin-left: auto; + margin-right: auto; +} +.slick-track:before, +.slick-track:after +{ + display: table; + + content: ''; +} +.slick-track:after +{ + clear: both; +} +.slick-loading .slick-track +{ + visibility: hidden; +} + +.slick-slide +{ + display: none; + float: left; + + height: 100%; + min-height: 1px; +} +[dir='rtl'] .slick-slide +{ + float: right; +} +.slick-slide img +{ + display: block; +} +.slick-slide.slick-loading img +{ + display: none; +} +.slick-slide.dragging img +{ + pointer-events: none; +} +.slick-initialized .slick-slide +{ + display: block; +} +.slick-loading .slick-slide +{ + visibility: hidden; +} +.slick-vertical .slick-slide +{ + display: block; + + height: auto; + + border: 1px solid transparent; +} +.slick-arrow.slick-hidden { + display: none; +} diff --git a/theme/plugins/slick/slick.min.js b/theme/plugins/slick/slick.min.js new file mode 100644 index 0000000..42172c2 --- /dev/null +++ b/theme/plugins/slick/slick.min.js @@ -0,0 +1 @@ +!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(i){"use strict";var e=window.Slick||{};(e=function(){var e=0;return function(t,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(t),appendDots:i(t),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i(' + +
+ + + + + + + +
+
+
+
+
+

Pricing Table

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

Get ticket

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ +
+
Starter
+
+ +
+

39.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
Platinum
+
+ +
+

99.00$

+

/Person

+
+
+
+ +
    +
  • 1 Comfortable Seats

  • +
  • Free Lunch and Coffee

  • +
  • Certificate

  • +
  • Easy Access

  • +
+
+ +
+
+
+
+
+ + + + + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/schedule.html b/theme/schedule.html new file mode 100644 index 0000000..e7ad4f9 --- /dev/null +++ b/theme/schedule.html @@ -0,0 +1,721 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Event Schedule

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

Event Schedule

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+ +
    +
  • +
    Time
    +
    Speaker
    +
    Subject
    +
    Venue
    +
  • + +
  • +
    + +
    + + 9.00 AM +
    + +
    + speaker-thumb-one + Samanta Doe +
    + +
    Introduction to Wp
    + +
    Auditorium A
    +
    +
  • + +
  • +
    + +
    + + 10.00 AM +
    + +
    + speaker-thumb-two + Zerad Pawel +
    + +
    Principle of Wp
    + +
    Auditorium B
    +
    +
  • + +
  • +
    + +
    + + 12.00 AM +
    + +
    + speaker-thumb-three + Henry Mong +
    + +
    Wp Requirements
    + +
    Auditorium C
    +
    +
  • + +
  • +
    + +
    + + 2.00 PM +
    + +
    + speaker-thumb-four + Baily Leo +
    + +
    Introduction to Wp
    + +
    Auditorium D
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-five + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • + +
  • +
    + +
    + + 3.00 PM +
    + +
    + speaker-thumb-six + Lee Mun +
    + +
    Useful tips for Wp
    + +
    Auditorium E
    +
    +
  • +
+
+
+
+ + + +
+
+
+
+ + + + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/single-speaker.html b/theme/single-speaker.html new file mode 100644 index 0000000..e375d00 --- /dev/null +++ b/theme/single-speaker.html @@ -0,0 +1,413 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Speaker Details

+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+ speaker +
+
+
+
+
+

Jonathan Franco

+
+
+

Web Developer

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusm tempor incididunt ut labore dolore magna aliqua enim ad minim veniam quis nostrud.laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse. + Duis aute irure dolor in reprehenderit in voluptate velit esse. +
+

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. +
+ Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur

+
+ +
+
+
+
+
+
+
+
+
Personal Information
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi explicabo suscipit deleniti voluptatum quos nostrum iure doloremque cupiditate voluptatem a enim eaque quod perspiciatis repudiandae, mollitia adipisci ea, quidem eveniet consequatur veniam error. Adipisci, suscipit corporis repellat, soluta vitae deserunt perspiciatis labore reprehenderit sapiente provident vel maxime.

+
    +
  • Morbi fermentum felis nec
  • +
  • Fermentum felis nec gravida tempus.
  • +
  • Morbi fermentum felis nec
  • +
  • Fermentum felis nec gravida tempus.
  • +
  • Morbi fermentum felis nec
  • +
+
+
+
+
+
Personal Skills
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis repellat inventore at praesentium perspiciatis labore reprehenderit sapiente provident vel maxime.

+
+ +
+ +

Wordpress

+ +
+
90%
+
+
+ +
+ +

PHP

+ +
+
+ 75% +
+
+
+ +
+ +

Javascript

+ +
+
+ 60% +
+
+
+ +
+ +

HTML

+ +
+
+ 80% +
+
+
+
+
+
+
+
+
+
+ + + +
+
+
+
+ +
+

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/speakers.html b/theme/speakers.html new file mode 100644 index 0000000..8243e73 --- /dev/null +++ b/theme/speakers.html @@ -0,0 +1,482 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our Speaker

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

Who Speaking?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusm tempor incididunt ut labore

+
+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

+
+
+
+
+ +
+
+ speaker +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+
+
Johnathan Franco
+

Project Manager

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/sponsors.html b/theme/sponsors.html new file mode 100644 index 0000000..a221afa --- /dev/null +++ b/theme/sponsors.html @@ -0,0 +1,385 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our Sponsors

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

Our Sponsors

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor incididunt ut labore dolore

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme/testimonial.html b/theme/testimonial.html new file mode 100644 index 0000000..62f558d --- /dev/null +++ b/theme/testimonial.html @@ -0,0 +1,439 @@ + + + + + + + + + Eventre - Event & Conference Html5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Our Testimonial

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

What People Say?

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti aliquid vero harum rerum voluptates, ab, ullam.

+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Espen Brunberg

+ +

Web Developer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Kaite Stricker

+ +

Designer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Adam Smith

+ +

Web Developer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Espen Brunberg

+ +

Web Developer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Kaite Stricker

+ +

Designer

+
+
+
+
+
+
+ +
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis voluptate modi sunt placeat in vel illo dolorem, atque maxime voluptates optio fugit iure cum ipsa quo quaerat! Veritatis, modi. Laudantium provident deleniti earum voluptas delectus, labore dolor dolorem amet expedita.

+
+
+
+ + person-image +
+ +

Adam Smith

+ +

Web Developer

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

Subscribe to Our Newsletter

+

Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor

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

Docklands Convention

+
    +
  • Street Address, Location,
    City, Country.
  • +
  • [00] 000 000 000
  • +
+ Get Direction +
+
+ + + + +
+
+
+
+
+ + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file