From 1482d8fdd19bba59b06031a2862fb2e146e289e1 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 20:11:10 -0400 Subject: [PATCH 01/24] Inital commit of jekyll source --- src/Gemfile | 7 + src/Gemfile.lock | 209 +++ src/_config.yml | 15 + src/_data/entries.json | 2262 ++++++++++++++++++++++++++ src/_includes/head.html | 13 + src/_includes/header.html | 16 + src/_layouts/default.html | 10 + src/_site/Gemfile | 7 + src/_site/Gemfile.lock | 209 +++ src/_site/contribute/index.html | 117 ++ src/_site/css/jets.min.js | 13 + src/_site/css/journal.css | 56 + src/_site/css/tables.css | 27 + src/_site/index.html | 2659 +++++++++++++++++++++++++++++++ src/_site/robots.txt | 1 + src/_site/sitemap.xml | 9 + src/contribute/index.md | 78 + src/css/jets.min.js | 13 + src/css/journal.css | 56 + src/css/tables.css | 27 + src/index.html | 63 + 21 files changed, 5867 insertions(+) create mode 100755 src/Gemfile create mode 100644 src/Gemfile.lock create mode 100755 src/_config.yml create mode 100755 src/_data/entries.json create mode 100755 src/_includes/head.html create mode 100755 src/_includes/header.html create mode 100755 src/_layouts/default.html create mode 100755 src/_site/Gemfile create mode 100644 src/_site/Gemfile.lock create mode 100644 src/_site/contribute/index.html create mode 100755 src/_site/css/jets.min.js create mode 100755 src/_site/css/journal.css create mode 100755 src/_site/css/tables.css create mode 100644 src/_site/index.html create mode 100644 src/_site/robots.txt create mode 100644 src/_site/sitemap.xml create mode 100755 src/contribute/index.md create mode 100755 src/css/jets.min.js create mode 100755 src/css/journal.css create mode 100755 src/css/tables.css create mode 100755 src/index.html diff --git a/src/Gemfile b/src/Gemfile new file mode 100755 index 0000000..7c18760 --- /dev/null +++ b/src/Gemfile @@ -0,0 +1,7 @@ +source 'http://rubygems.org' +gem 'github-pages', group: :jekyll_plugins +gem 'jekyll-tagging' +gem 'jekyll-feed' +gem 'rouge' + + diff --git a/src/Gemfile.lock b/src/Gemfile.lock new file mode 100644 index 0000000..22d268d --- /dev/null +++ b/src/Gemfile.lock @@ -0,0 +1,209 @@ +GEM + remote: http://rubygems.org/ + specs: + activesupport (4.2.8) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.5.1) + public_suffix (~> 2.0, >= 2.0.2) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + colorator (1.1.0) + ethon (0.10.1) + ffi (>= 1.3.0) + execjs (2.7.0) + faraday (0.12.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.18) + forwardable-extended (2.6.0) + gemoji (3.0.0) + github-pages (146) + activesupport (= 4.2.8) + github-pages-health-check (= 1.3.5) + jekyll (= 3.4.5) + jekyll-avatar (= 0.4.2) + jekyll-coffeescript (= 1.0.1) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.9.2) + jekyll-gist (= 1.4.0) + jekyll-github-metadata (= 2.5.1) + jekyll-mentions (= 1.2.0) + jekyll-optional-front-matter (= 0.2.0) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.1.0) + jekyll-redirect-from (= 0.12.1) + jekyll-relative-links (= 0.4.1) + jekyll-sass-converter (= 1.5.0) + jekyll-seo-tag (= 2.2.3) + jekyll-sitemap (= 1.0.0) + jekyll-swiss (= 0.4.0) + jekyll-theme-architect (= 0.0.4) + jekyll-theme-cayman (= 0.0.4) + jekyll-theme-dinky (= 0.0.4) + jekyll-theme-hacker (= 0.0.4) + jekyll-theme-leap-day (= 0.0.4) + jekyll-theme-merlot (= 0.0.4) + jekyll-theme-midnight (= 0.0.4) + jekyll-theme-minimal (= 0.0.4) + jekyll-theme-modernist (= 0.0.4) + jekyll-theme-primer (= 0.3.1) + jekyll-theme-slate (= 0.0.4) + jekyll-theme-tactile (= 0.0.4) + jekyll-theme-time-machine (= 0.0.4) + jekyll-titles-from-headings (= 0.2.0) + jemoji (= 0.8.0) + kramdown (= 1.13.2) + liquid (= 3.0.6) + listen (= 3.0.6) + mercenary (~> 0.3) + minima (= 2.1.1) + rouge (= 1.11.1) + terminal-table (~> 1.4) + github-pages-health-check (1.3.5) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 2.0) + typhoeus (~> 0.7) + html-pipeline (2.6.0) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (0.8.6) + jekyll (3.4.5) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-avatar (0.4.2) + jekyll (~> 3.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.9.2) + jekyll (~> 3.3) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-github-metadata (2.5.1) + jekyll (~> 3.1) + octokit (~> 4.0, != 4.4.0) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-optional-front-matter (0.2.0) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.1.0) + jekyll (~> 3.0) + jekyll-redirect-from (0.12.1) + jekyll (~> 3.3) + jekyll-relative-links (0.4.1) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + jekyll-seo-tag (2.2.3) + jekyll (~> 3.3) + jekyll-sitemap (1.0.0) + jekyll (~> 3.3) + jekyll-swiss (0.4.0) + jekyll-tagging (1.1.0) + nuggets + jekyll-theme-architect (0.0.4) + jekyll (~> 3.3) + jekyll-theme-cayman (0.0.4) + jekyll (~> 3.3) + jekyll-theme-dinky (0.0.4) + jekyll (~> 3.3) + jekyll-theme-hacker (0.0.4) + jekyll (~> 3.3) + jekyll-theme-leap-day (0.0.4) + jekyll (~> 3.3) + jekyll-theme-merlot (0.0.4) + jekyll (~> 3.3) + jekyll-theme-midnight (0.0.4) + jekyll (~> 3.3) + jekyll-theme-minimal (0.0.4) + jekyll (~> 3.3) + jekyll-theme-modernist (0.0.4) + jekyll (~> 3.3) + jekyll-theme-primer (0.3.1) + jekyll (~> 3.3) + jekyll-theme-slate (0.0.4) + jekyll (~> 3.3) + jekyll-theme-tactile (0.0.4) + jekyll (~> 3.3) + jekyll-theme-time-machine (0.0.4) + jekyll (~> 3.3) + jekyll-titles-from-headings (0.2.0) + jekyll (~> 3.3) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + jemoji (0.8.0) + activesupport (~> 4.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + kramdown (1.13.2) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.2.0) + minima (2.1.1) + jekyll (~> 3.3) + minitest (5.10.3) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) + nuggets (1.5.0) + octokit (4.7.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + public_suffix (2.0.5) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.3) + thread_safe (~> 0.1) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + jekyll-feed + jekyll-tagging + rouge + +BUNDLED WITH + 1.15.0 diff --git a/src/_config.yml b/src/_config.yml new file mode 100755 index 0000000..93b7458 --- /dev/null +++ b/src/_config.yml @@ -0,0 +1,15 @@ +name: Public APIs +description: A collective list of public JSON APIs for use in web development. +github_username: davemachado + +markdown: kramdown +kramdown: + input: GFM +encoding: utf-8 +highlighter: rouge +excerpt_separator: "" + +gems: + - jekyll-sitemap + +port: 4242 diff --git a/src/_data/entries.json b/src/_data/entries.json new file mode 100755 index 0000000..eb42ed0 --- /dev/null +++ b/src/_data/entries.json @@ -0,0 +1,2262 @@ +{ + "Animals": [ + { + "API": "IUCN", + "Auth": "token", + "Description": "IUCN Red List of Threatened Species", + "HTTPS": false, + "Link": "http://apiv3.iucnredlist.org/api/v3/docs" + }, + { + "API": "Petfinder", + "Auth": "Yes", + "Description": "Adoption", + "HTTPS": true, + "Link": "https://www.petfinder.com/developers/api-docs/" + }, + { + "API": "RescueGroups", + "Auth": null, + "Description": "Adoption", + "HTTPS": true, + "Link": "https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home" + } + ], + "Anime": [ + { + "API": "AniList", + "Auth": "OAuth", + "Description": "AniList Anime", + "HTTPS": false, + "Link": "http://anilist-api.readthedocs.io/en/latest/" + }, + { + "API": "Jikan", + "Auth": null, + "Description": "Unofficial MyAnimeList API", + "HTTPS": true, + "Link": "https://jikan.me" + }, + { + "API": "Kitsu", + "Auth": "OAuth", + "Description": "Anime discovery platform", + "HTTPS": true, + "Link": "http://docs.kitsu.apiary.io/" + }, + { + "API": "Studio Ghibli", + "Auth": null, + "Description": "Resources from Studio Ghibli films", + "HTTPS": true, + "Link": "https://ghibliapi.herokuapp.com" + } + ], + "Anti-Malware": [ + { + "API": "Certly", + "Auth": "token", + "Description": "Certly Link/Domain Flagging", + "HTTPS": true, + "Link": "https://guard.certly.io/" + }, + { + "API": "Google Safe Browsing", + "Auth": "token", + "Description": "Google Link/Domain Flagging", + "HTTPS": true, + "Link": "https://developers.google.com/safe-browsing/" + }, + { + "API": "Metacert", + "Auth": "token", + "Description": "Metacert Link Flagging", + "HTTPS": true, + "Link": "https://metacert.com/" + }, + { + "API": "VirusTotal", + "Auth": "token", + "Description": "VirusTotal File/URL Analysis", + "HTTPS": true, + "Link": "https://www.virustotal.com/en/documentation/public-api/" + }, + { + "API": "Web Of Trust (WOT)", + "Auth": "apiKey", + "Description": "Website reputation", + "HTTPS": true, + "Link": "https://www.mywot.com/wiki/API" + } + ], + "Art & Design": [ + { + "API": "Dribbble", + "Auth": "OAuth", + "Description": "Design", + "HTTPS": false, + "Link": "http://developer.dribbble.com/v1/" + }, + { + "API": "Noun Project", + "Auth": "OAuth", + "Description": "Icons", + "HTTPS": false, + "Link": "http://api.thenounproject.com/index.html" + }, + { + "API": "Icons8", + "Auth": "OAuth", + "Description": "Icons", + "HTTPS": true, + "Link": "http://docs.icons8.apiary.io/#reference/0/meta" + }, + { + "API": "Rijksmuseum", + "Auth": "apiKey", + "Description": "Art", + "HTTPS": true, + "Link": "https://www.rijksmuseum.nl/en/api" + } + ], + "Books": [ + { + "API": "British National Bibliography", + "Auth": null, + "Description": "Books", + "HTTPS": false, + "Link": "http://bnb.data.bl.uk/" + }, + { + "API": "Goodreads", + "Auth": null, + "Description": "Books", + "HTTPS": true, + "Link": "https://www.goodreads.com/api" + }, + { + "API": "Google Books", + "Auth": "OAuth", + "Description": "Books", + "HTTPS": true, + "Link": "https://developers.google.com/books/" + } + ], + "Business": [ + { + "": "mailgun", + "API": "Email Service", + "Auth": true, + "Description": "apiKey", + "HTTPS": "https://www.mailgun.com/" + }, + { + "": "markerapi", + "API": "Trademark Search", + "Auth": false, + "Description": null, + "HTTPS": "http://www.markerapi.com/" + } + ], + "Calendar": [ + { + "API": "Church Calendar", + "Auth": null, + "Description": "Catholic liturgical calendar", + "HTTPS": false, + "Link": "http://calapi.inadiutorium.cz/" + }, + { + "API": "Holidays", + "Auth": "apiKey", + "Description": "Historical data regarding holidays", + "HTTPS": true, + "Link": "https://holidayapi.com/" + }, + { + "API": "LectServe", + "Auth": null, + "Description": "Protestant liturgical calendar", + "HTTPS": false, + "Link": "http://www.lectserve.com" + }, + { + "API": "Non-Working Days", + "Auth": null, + "Description": "Database of ICS files for non working days", + "HTTPS": true, + "Link": "https://github.com/gadael/icsdb" + } + ], + "Cloud Storage & File Sharing": [ + { + "API": "Box", + "Auth": "OAuth", + "Description": "File Sharing and Storage", + "HTTPS": true, + "Link": "https://developer.box.com/" + }, + { + "API": "Dropbox", + "Auth": "OAuth", + "Description": "File Sharing and Storage", + "HTTPS": true, + "Link": "https://www.dropbox.com/developers" + }, + { + "API": "Google Drive", + "Auth": "OAuth", + "Description": "File Sharing and Storage", + "HTTPS": true, + "Link": "https://developers.google.com/drive/" + }, + { + "API": "OneDrive", + "Auth": "OAuth", + "Description": "File Sharing and Storage", + "HTTPS": true, + "Link": "https://dev.onedrive.com/" + } + ], + "Currency Exchange": [ + { + "API": "Currencylayer", + "Auth": "apiKey", + "Description": "Exchange rates and currency conversion", + "HTTPS": true, + "Link": "https://currencylayer.com/documentation" + }, + { + "API": "Fixer.io", + "Auth": null, + "Description": "Exchange rates and currency conversion", + "HTTPS": true, + "Link": "http://fixer.io" + } + ], + "Data Access": [ + { + "API": "18F", + "Auth": null, + "Description": "US Federal Government /Developer Program", + "HTTPS": false, + "Link": "http://18f.github.io/API-All-the-X/" + }, + { + "API": "Abbreviation", + "Auth": "X-Mashape-Key", + "Description": "Get abbreviations and meanings", + "HTTPS": true, + "Link": "https://market.mashape.com/daxeel/abbreviations" + }, + { + "API": "CARTO", + "Auth": "apiKey", + "Description": "Location Information Prediction", + "HTTPS": true, + "Link": "https://carto.com/" + }, + { + "API": "Callook.info", + "Auth": null, + "Description": "United States ham radio callsigns", + "HTTPS": true, + "Link": "https://callook.info" + }, + { + "API": "Celebinfo", + "Auth": "X-Mashape-Key", + "Description": "Celebrity information", + "HTTPS": true, + "Link": "https://market.mashape.com/daxeel/celebinfo/" + }, + { + "API": "Colorado Data Engine", + "Auth": null, + "Description": "Formatted and geolocated Colorado public data", + "HTTPS": true, + "Link": "http://codataengine.org/" + }, + { + "API": "Colorado Information Marketplace", + "Auth": null, + "Description": "Colorado State Government Open Data", + "HTTPS": true, + "Link": "https://data.colorado.gov/" + }, + { + "API": "Data USA", + "Auth": null, + "Description": "US Public Data", + "HTTPS": true, + "Link": "https://datausa.io/about/api/" + }, + { + "API": "Dronestream", + "Auth": null, + "Description": "Tracks United States drone strikes", + "HTTPS": false, + "Link": "http://dronestre.am/" + }, + { + "API": "fonoApi", + "Auth": null, + "Description": "Mobile Device Description", + "HTTPS": true, + "Link": "https://fonoapi.freshpixl.com/" + }, + { + "API": "Open Government, Australia", + "Auth": null, + "Description": "Australian Government Open Data", + "HTTPS": true, + "Link": "https://www.data.gov.au/" + }, + { + "API": "Open Government, USA", + "Auth": null, + "Description": "United States Government Open Data", + "HTTPS": true, + "Link": "https://www.data.gov/" + }, + { + "API": "Open Government, Canada", + "Auth": null, + "Description": "Canadian Government Open Data", + "HTTPS": false, + "Link": "http://open.canada.ca/en" + }, + { + "API": "Open Government Data, India", + "Auth": "token", + "Description": "Indian Government Open Data", + "HTTPS": true, + "Link": "https://data.gov.in/" + }, + { + "API": "Pearson", + "Auth": "apiKey", + "Description": "Dictionary Data", + "HTTPS": false, + "Link": "http://developer.pearson.com/apis/dictionaries" + }, + { + "API": "Prague Opendata", + "Auth": null, + "Description": "Prague City Open Data", + "HTTPS": false, + "Link": "http://opendata.praha.eu/en" + }, + { + "API": "Quandl", + "Auth": null, + "Description": "Stock Market Data", + "HTTPS": true, + "Link": "https://www.quandl.com/" + }, + { + "API": "Represent by Open North", + "Auth": null, + "Description": "Find Canadian Government Representatives", + "HTTPS": true, + "Link": "https://represent.opennorth.ca/" + }, + { + "API": "Scoop.it", + "Auth": "apiKey", + "Description": "Content Curation Service", + "HTTPS": false, + "Link": "http://www.scoop.it/dev" + }, + { + "API": "Teleport", + "Auth": null, + "Description": "Quality of Life Data", + "HTTPS": true, + "Link": "https://developers.teleport.org/" + }, + { + "API": "Wikipedia", + "Auth": null, + "Description": "Mediawiki Encyclopedia", + "HTTPS": true, + "Link": "https://www.mediawiki.org/wiki/API:Main_page" + }, + { + "API": "Wordnik", + "Auth": null, + "Description": "Dictionary Data", + "HTTPS": false, + "Link": "http://developer.wordnik.com" + }, + { + "API": "Yelp", + "Auth": "OAuth", + "Description": "Find Local Business", + "HTTPS": true, + "Link": "https://www.yelp.com/developers" + } + ], + "Data Validation": [ + { + "API": "languagelayer", + "Auth": null, + "Description": "Language detection", + "HTTPS": true, + "Link": "https://languagelayer.com" + }, + { + "API": "Lob.com", + "Auth": "apiKey", + "Description": "US Address Verification", + "HTTPS": true, + "Link": "https://lob.com/" + }, + { + "API": "mailboxlayer", + "Auth": null, + "Description": "Email address validation", + "HTTPS": true, + "Link": "https://mailboxlayer.com" + }, + { + "API": "numverify", + "Auth": null, + "Description": "Phone number validation", + "HTTPS": true, + "Link": "https://numverify.com" + }, + { + "API": "vatlayer", + "Auth": null, + "Description": "VAT number validation", + "HTTPS": true, + "Link": "https://vatlayer.com" + } + ], + "Development": [ + { + "API": "Adorable Avatars", + "Auth": null, + "Description": "Generate random cartoon avatars", + "HTTPS": true, + "Link": "http://avatars.adorable.io" + }, + { + "API": "APIs.guru", + "Auth": null, + "Description": "Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs", + "HTTPS": true, + "Link": "https://apis.guru/api-doc/" + }, + { + "API": "CDNJS", + "Auth": null, + "Description": "Library info on CDNJS", + "HTTPS": true, + "Link": "https://api.cdnjs.com/libraries/jquery" + }, + { + "API": "Faceplusplus", + "Auth": "OAuth", + "Description": "A tool to detect face", + "HTTPS": true, + "Link": "https://www.faceplusplus.com/" + }, + { + "API": "Genderize.io", + "Auth": null, + "Description": "Determines a gender from a first name", + "HTTPS": true, + "Link": "https://genderize.io" + }, + { + "API": "Github - User Data", + "Auth": null, + "Description": "Pull public information for a user's github", + "HTTPS": true, + "Link": "https://api.github.com/users/hackeryou" + }, + { + "API": "Gitter", + "Auth": "OAuth", + "Description": "Chat for GitHub", + "HTTPS": true, + "Link": "https://github.com/gitterHQ/docs" + }, + { + "API": "HackerRank", + "Auth": "apiKey", + "Description": "Compile source code and run against a set of provided test cases", + "HTTPS": true, + "Link": "https://www.hackerrank.com/api/docs" + }, + { + "API": "Hipster Ipsum", + "Auth": null, + "Description": "Generates Hipster Ipsum text", + "HTTPS": false, + "Link": "http://hipsterjesus.com/" + }, + { + "API": "IPify", + "Auth": null, + "Description": "A simple IP Address API", + "HTTPS": true, + "Link": "https://www.ipify.org/" + }, + { + "API": "JSON 2 JSONP", + "Auth": null, + "Description": "Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript", + "HTTPS": true, + "Link": "https://json2jsonp.com/" + }, + { + "API": "JSONPlaceholder", + "Auth": null, + "Description": "Fake data for testing and prototyping", + "HTTPS": false, + "Link": "http://jsonplaceholder.typicode.com/" + }, + { + "API": "Judge0 API", + "Auth": null, + "Description": "Compile and run source code", + "HTTPS": true, + "Link": "https://api.judge0.com/" + }, + { + "API": "Let's Validate", + "Auth": null, + "Description": "Uncovers the technologies used on websites and URL to thumbnail", + "HTTPS": true, + "Link": "https://github.com/letsvalidate/api" + }, + { + "API": "LiveEdu", + "Auth": "OAuth", + "Description": "Live Coding Streaming", + "HTTPS": true, + "Link": "https://www.liveedu.tv/developer/applications/" + }, + { + "API": "Lorem Text", + "Auth": "X-Mashape-Key", + "Description": "Generates Lorem Ipsum text", + "HTTPS": true, + "Link": "https://market.mashape.com/montanaflynn/lorem-text-generator" + }, + { + "API": "Loripsum", + "Auth": null, + "Description": "The \"lorem ipsum\" generator that doesn't suck", + "HTTPS": false, + "Link": "http://loripsum.net/" + }, + { + "API": "Myjson", + "Auth": null, + "Description": "A simple JSON store for your web or mobile app", + "HTTPS": false, + "Link": "http://myjson.com/api" + }, + { + "API": "Plino", + "Auth": null, + "Description": "Spam filtering system", + "HTTPS": true, + "Link": "https://plino.herokuapp.com/" + }, + { + "API": "Public APIs", + "Auth": null, + "Description": "A collective list of free JSON APIs for use in web development", + "HTTPS": true, + "Link": "https://github.com/toddmotto/public-apis/tree/master/json" + }, + { + "API": "Random Word", + "Auth": null, + "Description": "Generate random word", + "HTTPS": false, + "Link": "http://www.setgetgo.com/randomword/" + }, + { + "API": "RandomUser", + "Auth": null, + "Description": "Generates random user data", + "HTTPS": true, + "Link": "https://randomuser.me" + }, + { + "API": "ReqRes", + "Auth": null, + "Description": "A hosted REST-API ready to respond to your AJAX requests", + "HTTPS": true, + "Link": "https://reqres.in/ " + }, + { + "API": "RoboHash", + "Auth": null, + "Description": "Generate random robot/alien avatars", + "HTTPS": true, + "Link": "https://robohash.org/" + }, + { + "API": "StackExchange", + "Auth": "OAuth", + "Description": "Q&A forum for developers", + "HTTPS": true, + "Link": "https://api.stackexchange.com/" + }, + { + "API": "Stormpath", + "Auth": "apiKey", + "Description": "User Authentication", + "HTTPS": true, + "Link": "https://stormpath.com/" + }, + { + "API": "UI Names", + "Auth": null, + "Description": "Generate random fake names", + "HTTPS": true, + "Link": "https://github.com/thm/uinames" + }, + { + "API": "Verse", + "Auth": null, + "Description": "Check what's the latest version of your favorite open-source project", + "HTTPS": true, + "Link": "https://verse.pawelad.xyz/" + } + ], + "Documents & Productivity": [ + { + "API": "File.io", + "Auth": null, + "Description": "File Sharing", + "HTTPS": true, + "Link": "https://www.file.io" + }, + { + "API": "pdflayer API", + "Auth": null, + "Description": "HTML/URL to PDF", + "HTTPS": true, + "Link": "https://pdflayer.com" + }, + { + "API": "PrexView", + "Auth": "apiKey", + "Description": "Data from XML or JSON to PDF, HTML or Image", + "HTTPS": true, + "Link": "https://prexview.com" + }, + { + "API": "Todoist", + "Auth": "OAuth", + "Description": "Todo Lists", + "HTTPS": true, + "Link": "https://developer.todoist.com" + }, + { + "API": "Wunderlist", + "Auth": "OAuth", + "Description": "Todo Lists", + "HTTPS": true, + "Link": "https://developer.wunderlist.com/documentation" + } + ], + "Environment": [ + { + "API": "AirVisual", + "Auth": "apiKey", + "Description": "Air quality and weather data", + "HTTPS": true, + "Link": "https://airvisual.com/api" + }, + { + "API": "OpenAQ", + "Auth": "apiKey", + "Description": "Open air quality data", + "HTTPS": true, + "Link": "https://docs.openaq.org/" + }, + { + "API": "PM2.5.in", + "Auth": "apiKey", + "Description": "Air quality of China", + "HTTPS": false, + "Link": "http://www.pm25.in/api_doc" + } + ], + "Finance": [ + { + "API": "Barchart OnDemand", + "Auth": "apiKey", + "Description": "Stock, Futures, and Forex Market Data", + "HTTPS": true, + "Link": "https://www.barchartondemand.com/free" + }, + { + "API": "CoinDesk", + "Auth": null, + "Description": "Bitcoin Price Index", + "HTTPS": false, + "Link": "http://www.coindesk.com/api/" + }, + { + "API": "Consumer Financial Protection Bureau", + "Auth": "apiKey", + "Description": "Financial services consumer complains data", + "HTTPS": true, + "Link": "https://data.consumerfinance.gov/resource/jhzv-w97w.json" + } + ], + "Food & Drink": [ + { + "API": "BigOven", + "Auth": "X-Mashape-Key", + "Description": "Recipe Search", + "HTTPS": false, + "Link": "http://api2.bigoven.com/" + }, + { + "API": "BreweryDB", + "Auth": "apiKey", + "Description": "Beer", + "HTTPS": false, + "Link": "http://www.brewerydb.com/developers" + }, + { + "API": "Edamam", + "Auth": "apiKey", + "Description": "Recipe Search", + "HTTPS": true, + "Link": "https://developer.edamam.com/" + }, + { + "API": "Food2Fork", + "Auth": "apiKey", + "Description": "Recipe Search", + "HTTPS": false, + "Link": "http://food2fork.com/about/api" + }, + { + "API": "LCBO", + "Auth": "apiKey", + "Description": "Alcohol", + "HTTPS": true, + "Link": "https://lcboapi.com/" + }, + { + "API": "PunkAPI", + "Auth": null, + "Description": "Brewdog Beer Recipes", + "HTTPS": true, + "Link": "https://punkapi.com/" + }, + { + "API": "Recipe Puppy", + "Auth": null, + "Description": "Food", + "HTTPS": false, + "Link": "http://www.recipepuppy.com/about/api/" + }, + { + "API": "TacoFancy", + "Auth": null, + "Description": "Community-driven taco database", + "HTTPS": false, + "Link": "https://github.com/evz/tacofancy-api" + }, + { + "API": "TheCocktailDB", + "Auth": null, + "Description": "Cocktail Recipes", + "HTTPS": false, + "Link": "http://www.thecocktaildb.com/" + }, + { + "API": "Yummly", + "Auth": null, + "Description": "Find food recipes", + "HTTPS": true, + "Link": "https://developer.yummly.com/" + }, + { + "API": "Zomato", + "Auth": "apiKey", + "Description": "Discover restaurants", + "HTTPS": true, + "Link": "https://developers.zomato.com/api" + } + ], + "Fraud Prevention": [ + { + "API": "Whitepages Pro", + "Auth": "apiKey", + "Description": "Global identity verification with phone, address, email, and IP", + "HTTPS": true, + "Link": "https://pro.whitepages.com/developer/documentation/identity-check-api/" + }, + { + "API": "Whitepages Pro", + "Auth": "apiKey", + "Description": "Phone reputation to detect spammy phones", + "HTTPS": true, + "Link": "https://pro.whitepages.com/developer/documentation/phone-reputation-api/" + }, + { + "API": "Whitepages Pro", + "Auth": "apiKey", + "Description": "Get an owner\u2019s name, address, demographics based on the phone number", + "HTTPS": true, + "Link": "https://pro.whitepages.com/developer/documentation/reverse-phone-api/" + }, + { + "API": "Whitepages Pro", + "Auth": "apiKey", + "Description": "Phone number validation, line_type, carrier append", + "HTTPS": true, + "Link": "https://pro.whitepages.com/developer/documentation/phone-intelligence-api/" + }, + { + "API": "Whitepages Pro", + "Auth": "apiKey", + "Description": "Get normalized physical address, residents, address type, and validity", + "HTTPS": true, + "Link": "https://pro.whitepages.com/developer/documentation/reverse-address-api/" + } + ], + "Games & Comics": [ + { + "API": "Battle.net", + "Auth": null, + "Description": "Blizzard Entertainment", + "HTTPS": true, + "Link": "https://dev.battle.net/" + }, + { + "API": "Battlefield 4", + "Auth": null, + "Description": "Battlefield 4 Information", + "HTTPS": true, + "Link": "https://bf4stats.com/api" + }, + { + "API": "Chuck Norris Database", + "Auth": null, + "Description": "Jokes", + "HTTPS": false, + "Link": "http://www.icndb.com/api/" + }, + { + "API": "Clash of Clans", + "Auth": null, + "Description": "Clash of Clans Game Information", + "HTTPS": true, + "Link": "https://developer.clashofclans.com" + }, + { + "API": "Clash Royale", + "Auth": null, + "Description": "Clash Royale Game Information", + "HTTPS": true, + "Link": "https://github.com/martincarrera/clash-royale-api" + }, + { + "API": "Comic Vine", + "Auth": null, + "Description": "Comics", + "HTTPS": true, + "Link": "https://comicvine.gamespot.com/api/documentation" + }, + { + "API": "Deck of Cards", + "Auth": null, + "Description": "Deck of Cards", + "HTTPS": false, + "Link": "http://deckofcardsapi.com/" + }, + { + "API": "Destiny The Game", + "Auth": "apiKey", + "Description": "Bungie Platform API", + "HTTPS": true, + "Link": "https://www.bungie.net/en/Clan/Post/39966/85087279/0/0" + }, + { + "API": "Eve Online", + "Auth": "OAuth required for some parts", + "Description": "Third-Party Developer Documentation", + "HTTPS": true, + "Link": "https://eveonline-third-party-documentation.readthedocs.io/en/latest/" + }, + { + "API": "Giant Bomb", + "Auth": null, + "Description": "Video Games", + "HTTPS": true, + "Link": "https://www.giantbomb.com/api/documentation" + }, + { + "API": "Guild Wars 2", + "Auth": "apiKey", + "Description": "Guild Wars 2 Game Information", + "HTTPS": true, + "Link": "https://wiki.guildwars2.com/wiki/API:Main" + }, + { + "API": "Jservice", + "Auth": null, + "Description": "Jeopardy Question Database", + "HTTPS": false, + "Link": "http://jservice.io" + }, + { + "API": "Magic The Gathering", + "Auth": null, + "Description": "Magic The Gathering Game Information", + "HTTPS": false, + "Link": "http://magicthegathering.io/" + }, + { + "API": "Marvel", + "Auth": "apiKey", + "Description": "Marvel Comics", + "HTTPS": false, + "Link": "http://developer.marvel.com" + }, + { + "API": "Minecraft", + "Auth": null, + "Description": "Minecraft server info & user info)", + "HTTPS": true, + "Link": "https://mcapi.ca/" + }, + { + "API": "Open Trivia", + "Auth": null, + "Description": "Trivia Questions", + "HTTPS": true, + "Link": "https://opentdb.com/api_config.php" + }, + { + "API": "PandaScore", + "Auth": "apiKey", + "Description": "E-sports games and results", + "HTTPS": true, + "Link": "https://api.pandascore.co" + }, + { + "API": "Pok\u00e9api", + "Auth": null, + "Description": "Pok\u00e9mon Information", + "HTTPS": false, + "Link": "http://pokeapi.co" + }, + { + "API": "Qriusity", + "Auth": null, + "Description": "Quiz/Trivia Questions", + "HTTPS": true, + "Link": "https://qriusity.com/" + }, + { + "API": "Riot Games", + "Auth": "apiKey", + "Description": "League of Legends Game Information", + "HTTPS": true, + "Link": "https://developer.riotgames.com/" + }, + { + "API": "Steam", + "Auth": "OAuth", + "Description": "Steam Client Interaction", + "HTTPS": true, + "Link": "https://developer.valvesoftware.com/wiki/Steam_Web_API" + }, + { + "API": "SWAPI", + "Auth": null, + "Description": "Star Wars Information", + "HTTPS": true, + "Link": "https://swapi.co" + } + ], + "Geocoding": [ + { + "API": "adresse.data.gouv.fr", + "Auth": null, + "Description": "Address database of France geocoding and reverse.", + "HTTPS": true, + "Link": "https://adresse.data.gouv.fr" + }, + { + "API": "Bing Maps", + "Auth": "apiKey", + "Description": "Create/customize digital maps based on Bing Maps data", + "HTTPS": true, + "Link": "https://www.microsoft.com/maps/" + }, + { + "API": "Geocode.xyz", + "Auth": null, + "Description": "Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing", + "HTTPS": true, + "Link": "https://geocode.xyz/" + }, + { + "API": "GeoNames", + "Auth": null, + "Description": "Place names and other geographical data", + "HTTPS": false, + "Link": "http://www.geonames.org/export/web-services.html" + }, + { + "API": "G\u00e9oApi", + "Auth": null, + "Description": "French geographical data", + "HTTPS": true, + "Link": "https://api.gouv.fr/api/geoapi.html" + }, + { + "API": "Google Maps", + "Auth": "apiKey", + "Description": "Create/customize digital maps based on Google Maps data", + "HTTPS": true, + "Link": "https://developers.google.com/maps/" + }, + { + "API": "IP 2 Country", + "Auth": null, + "Description": "Map an IP to a country", + "HTTPS": true, + "Link": "https://ip2country.info" + }, + { + "API": "IP Address Details", + "Auth": null, + "Description": "Find geolocation with ip address", + "HTTPS": true, + "Link": "https://ipinfo.io/" + }, + { + "API": "IP Vigilante", + "Auth": null, + "Description": "Free IP Geolocation API", + "HTTPS": true, + "Link": "https://www.ipvigilante.com/" + }, + { + "API": "Mapbox", + "Auth": "apiKey", + "Description": "Create/customize beautiful digital maps", + "HTTPS": true, + "Link": "https://www.mapbox.com/developers/" + }, + { + "API": "Mapzen Search", + "Auth": null, + "Description": "Open Source & Open Data Global Geocoding Service", + "HTTPS": true, + "Link": "https://mapzen.com/products/search/" + }, + { + "API": "Mexico", + "Auth": null, + "Description": "Mexico RESTful zip codes API", + "HTTPS": true, + "Link": "https://github.com/IcaliaLabs/sepomex" + }, + { + "API": "One Map 2.0, Singapore", + "Auth": "Yes", + "Description": "Singapore Land Authority REST API services for Singapore addresses", + "HTTPS": true, + "Link": "https://docs.onemap.sg/" + }, + { + "API": "OpenCage", + "Auth": null, + "Description": "Forward and reverse geocoding using open data", + "HTTPS": true, + "Link": "https://geocoder.opencagedata.com" + }, + { + "API": "OpenStreetMap", + "Auth": "OAuth", + "Description": "Navigation, geolocation and geographical data", + "HTTPS": false, + "Link": "http://wiki.openstreetmap.org/wiki/API" + }, + { + "API": "PostcodeData.nl", + "Auth": null, + "Description": "Provide geolocation data based on postcode for Dutch addresses", + "HTTPS": false, + "Link": "http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json" + }, + { + "API": "Postcodes.io", + "Auth": null, + "Description": "Postcode lookup & Geolocation for the UK", + "HTTPS": true, + "Link": "https://postcodes.io" + }, + { + "API": "REST Countries", + "Auth": null, + "Description": "Get information about countries via a RESTful API", + "HTTPS": true, + "Link": "https://restcountries.eu" + }, + { + "API": "Utah AGRC", + "Auth": "apiKey", + "Description": "Utah Web API for geocoding Utah addresses", + "HTTPS": true, + "Link": "https://api.mapserv.utah.gov" + }, + { + "API": "ViaCep", + "Auth": null, + "Description": "Brazil RESTful zip codes API", + "HTTPS": true, + "Link": "https://viacep.com.br" + } + ], + "Health": [ + { + "API": "Diabetes", + "Auth": null, + "Description": "Logging and retrieving diabetes information", + "HTTPS": false, + "Link": "http://predictbgl.com/api/" + }, + { + "API": "Flutrack", + "Auth": null, + "Description": "Influenza-like symptoms with geotracking", + "HTTPS": false, + "Link": "http://www.flutrack.org/" + }, + { + "API": "Makeup", + "Auth": null, + "Description": "Makeup Information", + "HTTPS": false, + "Link": "http://makeup-api.herokuapp.com/" + }, + { + "API": "Nutritionix", + "Auth": "apiKey", + "Description": "Worlds largest verified nutrition database", + "HTTPS": true, + "Link": "https://developer.nutritionix.com/" + }, + { + "API": "openFDA", + "Auth": null, + "Description": "Public FDA data about drugs, devices, and foods", + "HTTPS": true, + "Link": "https://open.fda.gov/api/" + }, + { + "API": "USDA Nutrients", + "Auth": null, + "Description": "National Nutrient Database for Standard Reference", + "HTTPS": true, + "Link": "https://ndb.nal.usda.gov/ndb/doc/index" + } + ], + "Machine Learning": [ + { + "API": "API.AI", + "Auth": "apikey", + "Description": "Natural Language Processing", + "HTTPS": true, + "Link": "https://api.ai/" + }, + { + "API": "Clarifai", + "Auth": "OAuth", + "Description": "Computer Vision", + "HTTPS": true, + "Link": "https://developer.clarifai.com/" + }, + { + "API": "Cleverbot", + "Auth": "apikey", + "Description": "Web chat bot", + "HTTPS": true, + "Link": "https://www.cleverbot.com/api/" + }, + { + "API": "Keen IO", + "Auth": "apikey", + "Description": "Data Analytics", + "HTTPS": true, + "Link": "https://keen.io/" + }, + { + "API": "Unplugg", + "Auth": "apikey", + "Description": "Forecasting API for timeseries data", + "HTTPS": true, + "Link": "https://unplu.gg/test_api.html" + }, + { + "API": "Wit.ai", + "Auth": "OAuth", + "Description": "Natural Language Processing", + "HTTPS": true, + "Link": "https://wit.ai/" + } + ], + "Math": [ + { + "API": "Newton", + "Auth": null, + "Description": "Symbolic and Arithmetic Math Calculator", + "HTTPS": true, + "Link": "https://newton.now.sh/" + }, + { + "API": "Numbers API", + "Auth": null, + "Description": "Facts about numbers", + "HTTPS": false, + "Link": "http://numbersapi.com" + } + ], + "Music": [ + { + "API": "Bandsintown", + "Auth": null, + "Description": "Music Events", + "HTTPS": true, + "Link": "https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0" + }, + { + "API": "Deezer", + "Auth": "OAuth", + "Description": "Music", + "HTTPS": false, + "Link": "http://developers.deezer.com/login?redirect=/api" + }, + { + "API": "Discogs", + "Auth": "OAuth", + "Description": "Music", + "HTTPS": true, + "Link": "https://www.discogs.com/developers/" + }, + { + "API": "Genius", + "Auth": "OAuth", + "Description": "Crowdsourced lyrics and music knowledge", + "HTTPS": true, + "Link": "https://docs.genius.com/" + }, + { + "API": "Jamendo", + "Auth": "OAuth", + "Description": "Music", + "HTTPS": true, + "Link": "https://developer.jamendo.com/v3.0" + }, + { + "API": "iTunes Search", + "Auth": null, + "Description": "Software products", + "HTTPS": true, + "Link": "https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/" + }, + { + "API": "LastFm", + "Auth": null, + "Description": "Music", + "HTTPS": false, + "Link": "http://www.last.fm/api" + }, + { + "API": "Mixcloud", + "Auth": null, + "Description": "Music", + "HTTPS": true, + "Link": "https://www.mixcloud.com/developers/" + }, + { + "API": "MusicBrainz", + "Auth": null, + "Description": "Music", + "HTTPS": true, + "Link": "https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2" + }, + { + "API": "Musikki", + "Auth": null, + "Description": "Music", + "HTTPS": true, + "Link": "https://music-api.musikki.com/reference" + }, + { + "API": "Musixmatch", + "Auth": "apiKey", + "Description": "Music", + "HTTPS": true, + "Link": "https://developer.musixmatch.com/" + }, + { + "API": "Songsterr", + "Auth": null, + "Description": "Provides guitar, bass and drums tabs and chords", + "HTTPS": true, + "Link": "https://www.songsterr.com/a/wa/api/" + }, + { + "API": "Soundcloud", + "Auth": null, + "Description": "Music", + "HTTPS": true, + "Link": "https://developers.soundcloud.com/" + }, + { + "API": "Spotify", + "Auth": "OAuth", + "Description": "Music", + "HTTPS": true, + "Link": "https://developer.spotify.com/web-api/" + }, + { + "API": "Vagalume", + "Auth": "apiKey", + "Description": "Crowdsourced lyrics and music knowledge", + "HTTPS": true, + "Link": "https://api.vagalume.com.br/docs/" + } + ], + "News": [ + { + "API": "New York Times", + "Auth": "apikey", + "Description": "Provides news", + "HTTPS": true, + "Link": "https://developer.nytimes.com/" + }, + { + "API": "News API", + "Auth": "apikey", + "Description": "headlines currently published on a range of news sources and blogs", + "HTTPS": true, + "Link": "https://newsapi.org/" + }, + { + "API": "The Guardian", + "Auth": "apikey", + "Description": "Access all the content the Guardian creates, categorised by tags and section", + "HTTPS": true, + "Link": "http://open-platform.theguardian.com/" + } + ], + "Open Source projects": [ + { + "API": "Countly", + "Auth": null, + "Description": "Countly web analytics", + "HTTPS": false, + "Link": "http://resources.count.ly/docs" + }, + { + "API": "Drupal.org", + "Auth": null, + "Description": "Drupalorg", + "HTTPS": true, + "Link": "https://www.drupal.org/drupalorg/docs/api" + }, + { + "API": "Libraries.io", + "Auth": "apiKey", + "Description": "Open source software libraries", + "HTTPS": true, + "Link": "https://libraries.io/api" + } + ], + "Personality": [ + { + "API": "chucknorris.io", + "Auth": null, + "Description": "JSON API for hand curated Chuck Norris jokes", + "HTTPS": true, + "Link": "https://api.chucknorris.io" + }, + { + "API": "Forismatic", + "Auth": null, + "Description": "Inspirational Quotes", + "HTTPS": false, + "Link": "http://forismatic.com/en/api/" + }, + { + "API": "Medium", + "Auth": "OAuth", + "Description": "Community of readers and writers offering unique perspectives on ideas", + "HTTPS": true, + "Link": "https://github.com/Medium/medium-api-docs" + }, + { + "API": "Quotes on Design", + "Auth": null, + "Description": "Inspirational Quotes", + "HTTPS": true, + "Link": "https://quotesondesign.com/api-v4-0/" + }, + { + "API": "Traitify", + "Auth": null, + "Description": "Assess, collect, and analyze Personality", + "HTTPS": true, + "Link": "https://app.traitify.com/developer" + }, + { + "API": "tronalddump.io", + "Auth": null, + "Description": "Api & web archive for the things Donald Trump has said", + "HTTPS": true, + "Link": "https://www.tronalddump.io" + } + ], + "Photography": [ + { + "API": "500px", + "Auth": "OAuth", + "Description": "Photography Community", + "HTTPS": true, + "Link": "https://github.com/500px/api-documentation" + }, + { + "API": "Flickr", + "Auth": "OAuth", + "Description": "Flickr Services", + "HTTPS": true, + "Link": "https://www.flickr.com/services/api/" + }, + { + "API": "Gfycat", + "Auth": "OAuth", + "Description": "Jiffier GIFs", + "HTTPS": true, + "Link": "https://developers.gfycat.com/api/" + }, + { + "API": "Giphy", + "Auth": null, + "Description": "Get all your gifs", + "HTTPS": true, + "Link": "https://github.com/Giphy/GiphyAPI" + }, + { + "API": "Imgur", + "Auth": "OAuth", + "Description": "Images", + "HTTPS": true, + "Link": "https://api.imgur.com/#overview" + }, + { + "API": "ScreenShotLayer", + "Auth": null, + "Description": "URL 2 Image", + "HTTPS": true, + "Link": "https://screenshotlayer.com" + }, + { + "API": "Unsplash", + "Auth": "OAuth", + "Description": "Photography", + "HTTPS": true, + "Link": "https://unsplash.com/developers" + } + ], + "Science": [ + { + "API": "arcsecond.io", + "Auth": null, + "Description": "Multiple astronomy data sources", + "HTTPS": true, + "Link": "https://api.arcsecond.io/" + }, + { + "API": "Fedger.io", + "Auth": null, + "Description": "Query machine intelligence data", + "HTTPS": true, + "Link": "https://dev.fedger.io/docs/" + }, + { + "API": "Gene_info", + "Auth": "apiKey", + "Description": "human genome data w/ gene summaries", + "HTTPS": false, + "Link": "http://www.geneinfo.life" + }, + { + "API": "inspirehep.net", + "Auth": null, + "Description": "High Energy Physics info system", + "HTTPS": true, + "Link": "https://inspirehep.net/info/hep/api?ln=en" + }, + { + "API": "Launch Library", + "Auth": null, + "Description": "Upcoming Space Launches", + "HTTPS": true, + "Link": "https://launchlibrary.net/1.2/docs/api.html" + }, + { + "API": "Minor Planet Center", + "Auth": null, + "Description": "Asterankcom Information", + "HTTPS": false, + "Link": "http://www.asterank.com/mpc" + }, + { + "API": "NASA", + "Auth": null, + "Description": "NASA data, including imagery", + "HTTPS": true, + "Link": "https://api.nasa.gov" + }, + { + "API": "Open Notify", + "Auth": null, + "Description": "ISS astronauts, current location, etc", + "HTTPS": false, + "Link": "http://open-notify.org/Open-Notify-API/" + }, + { + "API": "Sunrise and Sunset", + "Auth": null, + "Description": "Sunset and sunrise times for a given latitude and longitude", + "HTTPS": true, + "Link": "https://sunrise-sunset.org/api" + }, + { + "API": "USGS Earthquake Hazards Program", + "Auth": null, + "Description": "Earthquakes data real-time", + "HTTPS": true, + "Link": "https://earthquake.usgs.gov/fdsnws/event/1/" + }, + { + "API": "World Bank", + "Auth": null, + "Description": "World Data", + "HTTPS": false, + "Link": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589" + } + ], + "Security": [ + { + "API": "AXFR Database", + "Auth": null, + "Description": "AXFR public database", + "HTTPS": false, + "Link": "http://api.axfrcheck.com" + }, + { + "API": "UK Police", + "Auth": null, + "Description": "UK Police data", + "HTTPS": true, + "Link": "https://data.police.uk/docs/" + } + ], + "Shopping": [ + { + "API": "eBay", + "Auth": "OAuth", + "Description": "Sell and Buy on eBay", + "HTTPS": true, + "Link": "https://go.developer.ebay.com/" + } + ], + "Social": [ + { + "API": "Discord", + "Auth": "OAuth", + "Description": "Make bots for Discord, integrate Discord onto an external platform", + "HTTPS": true, + "Link": "https://discordapp.com/developers/docs/intro" + }, + { + "API": "DonReach Social Count", + "Auth": null, + "Description": "Get the social share count of a URL from every major social network", + "HTTPS": true, + "Link": "https://donreach.com/social-share-count/" + }, + { + "API": "Facebook", + "Auth": "OAuth", + "Description": "Facebook Login, Share on FB, Social Plugins, Analytics and more", + "HTTPS": true, + "Link": "https://developers.facebook.com/" + }, + { + "API": "Foursquare", + "Auth": "OAuth", + "Description": "Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)", + "HTTPS": true, + "Link": "https://developer.foursquare.com/" + }, + { + "API": "Fuck Off as a Service", + "Auth": null, + "Description": "Asks someone to fuck off", + "HTTPS": true, + "Link": "https://www.foaas.com" + }, + { + "API": "Full Contact", + "Auth": "OAuth", + "Description": "Get Social Media profiles and contact Information", + "HTTPS": true, + "Link": "https://www.fullcontact.com/developer/docs/" + }, + { + "API": "HackerNews", + "Auth": null, + "Description": "Social news for CS and entrepreneurship", + "HTTPS": true, + "Link": "https://github.com/HackerNews/API" + }, + { + "API": "Instagram", + "Auth": "OAuth", + "Description": "Instagram Login, Share on Instagram, Social Plugins and more", + "HTTPS": true, + "Link": "https://www.instagram.com/developer/" + }, + { + "API": "LinkedIn", + "Auth": "OAuth", + "Description": "The foundation of all digital integrations with LinkedIn", + "HTTPS": true, + "Link": "https://developer.linkedin.com/docs/rest-api" + }, + { + "API": "Meetup.com", + "Auth": "apiKey", + "Description": "Data about Meetups from Meetupcom", + "HTTPS": true, + "Link": "https://www.meetup.com/meetup_api/" + }, + { + "API": "Telegram MTProto", + "Auth": "OAuth", + "Description": "Read and write Telegram data", + "HTTPS": true, + "Link": "https://core.telegram.org/api#getting-started" + }, + { + "API": "Telegram bot", + "Auth": "OAuth", + "Description": "Simplified HTTP version of the MTProto API for bots", + "HTTPS": true, + "Link": "https://core.telegram.org/bots/api" + }, + { + "API": "Pinterest", + "Auth": "OAuth", + "Description": "The world's catalog of ideas", + "HTTPS": true, + "Link": "https://developers.pinterest.com/" + }, + { + "API": "PWRTelegram bot", + "Auth": "OAuth", + "Description": "Boosted version of the Telegram bot API", + "HTTPS": true, + "Link": "https://pwrtelegram.xyz" + }, + { + "API": "Reddit", + "Auth": "OAuth", + "Description": "Homepage of the internet", + "HTTPS": true, + "Link": "https://www.reddit.com/dev/api" + }, + { + "API": "Slack", + "Auth": "OAuth", + "Description": "Team Instant Messaging", + "HTTPS": true, + "Link": "https://api.slack.com/" + }, + { + "API": "Tumblr", + "Auth": "OAuth", + "Description": "Read and write Tumblr Data", + "HTTPS": true, + "Link": "https://www.tumblr.com/docs/en/api/v2" + }, + { + "API": "Twitch", + "Auth": "OAuth", + "Description": "Game Streaming API", + "HTTPS": true, + "Link": "https://github.com/justintv/Twitch-API" + }, + { + "API": "Twitter", + "Auth": "OAuth", + "Description": "Read and write Twitter data", + "HTTPS": true, + "Link": "https://dev.twitter.com/rest/public" + }, + { + "API": "vk", + "Auth": "OAuth", + "Description": "Read and write vk dat", + "HTTPS": true, + "Link": "https://vk.com/dev/sites" + } + ], + "Sports & Fitness": [ + { + "API": "Cartola FC", + "Auth": null, + "Description": "The Cartola FC API serves to check the partial points of your team", + "HTTPS": true, + "Link": "https://github.com/wgenial/cartrolandofc" + }, + { + "API": "City Bikes", + "Auth": null, + "Description": "City Bikes around the world", + "HTTPS": false, + "Link": "http://api.citybik.es/v2/" + }, + { + "API": "Ergast F1", + "Auth": null, + "Description": "F1 data from the beginning of the world championships in 1950", + "HTTPS": false, + "Link": "http://ergast.com/mrd/" + }, + { + "API": "Fitbit", + "Auth": "OAuth", + "Description": "Fitbit Information", + "HTTPS": true, + "Link": "https://dev.fitbit.com/" + }, + { + "API": "Football-Data.org", + "Auth": null, + "Description": "Football Data", + "HTTPS": false, + "Link": "http://api.football-data.org/index" + }, + { + "API": "JCDecaux Bike", + "Auth": "apiKey", + "Description": "JCDecaux's self-service bicycles", + "HTTPS": true, + "Link": "https://developer.jcdecaux.com/" + }, + { + "API": "Cricket Live Scores", + "Auth": "X-Mashape-Key", + "Description": "live-score", + "HTTPS": true, + "Link": "https://market.mashape.com/dev132/cricket-live-scores" + }, + { + "API": "NFL Arrests", + "Auth": null, + "Description": "NFL Arrest Data", + "HTTPS": false, + "Link": "http://nflarrest.com/api/" + }, + { + "API": "Pro Motocross", + "Auth": null, + "Description": "The RESTful AMA Pro Motocross lap times for every racer on the start gate", + "HTTPS": false, + "Link": "http://promotocrossapi.com" + }, + { + "API": "Strava", + "Auth": "OAuth", + "Description": "Connect with athletes, activities and more", + "HTTPS": true, + "Link": "https://strava.github.io/api/" + }, + { + "API": "UFC Data", + "Auth": null, + "Description": "Ultimate Fighting Championship information for events and fighters", + "HTTPS": false, + "Link": "http://ufc-data-api.ufc.com/" + }, + { + "API": "Wger", + "Auth": "apiKey", + "Description": "Workout manager data as exercises, muscles or equipments", + "HTTPS": true, + "Link": "https://wger.de/en/software/api" + } + ], + "Tracking": [ + { + "API": "Postmon", + "Auth": null, + "Description": "An API to query Brazilian ZIP codes and orders easily, quickly and free", + "HTTPS": false, + "Link": "http://postmon.com.br" + }, + { + "API": "Sweden", + "Auth": "apikey", + "Description": "Provides information about parcels in transport", + "HTTPS": false, + "Link": "https://developer.postnord.com/docs2" + } + ], + "Transportation": [ + { + "API": "Amadeus Travel Innovation Sandbox", + "Auth": "apiKey", + "Description": "Travel Search - Limited usage", + "HTTPS": true, + "Link": "https://sandbox.amadeus.com/" + }, + { + "API": "Community Transit", + "Auth": null, + "Description": "Transitland API", + "HTTPS": true, + "Link": "https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints" + }, + { + "API": "Goibibo", + "Auth": "apiKey", + "Description": "API for travel search", + "HTTPS": true, + "Link": "https://developer.goibibo.com/docs" + }, + { + "API": "Indian Railways", + "Auth": "token", + "Description": "Indian Railways Information", + "HTTPS": false, + "Link": "http://api.erail.in/" + }, + { + "API": "Navitia", + "Auth": "apiKey", + "Description": "The open API for building cool stuff with transport data", + "HTTPS": true, + "Link": "https://api.navitia.io/" + }, + { + "API": "The Nomad List", + "Auth": null, + "Description": "A list of the best places to live/work remotely", + "HTTPS": true, + "Link": "https://nomadlist.com/faq" + }, + { + "API": "Schiphol Airport", + "Auth": "apiKey", + "Description": "Schiphol", + "HTTPS": true, + "Link": "https://developer.schiphol.nl/" + }, + { + "API": "TransitLand", + "Auth": null, + "Description": "Transit Aggregation", + "HTTPS": true, + "Link": "https://transit.land/documentation/datastore/api-endpoints.html" + }, + { + "API": "Transport for Atlanta, US", + "Auth": null, + "Description": "Marta", + "HTTPS": false, + "Link": "http://www.itsmarta.com/app-developer-resources.aspx" + }, + { + "API": "Transport for Auckland, New Zealand", + "Auth": null, + "Description": "Auckland Transport API", + "HTTPS": true, + "Link": "https://api.at.govt.nz/" + }, + { + "API": "Transport for Belgium", + "Auth": null, + "Description": "Belgian transport API", + "HTTPS": true, + "Link": "https://hello.irail.be/api/" + }, + { + "API": "Transport for Berlin, Germany", + "Auth": null, + "Description": "third-party VBB API", + "HTTPS": true, + "Link": "https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md" + }, + { + "API": "Transport for Boston, US", + "Auth": null, + "Description": "MBTA API", + "HTTPS": false, + "Link": "http://realtime.mbta.com/Portal/Home/Documents" + }, + { + "API": "Transport for Budapest, Hungary", + "Auth": null, + "Description": "Budapest public transport API", + "HTTPS": true, + "Link": "https://apiary.io/" + }, + { + "API": "Transport for Chicago, US", + "Auth": null, + "Description": "CTA", + "HTTPS": false, + "Link": "http://www.transitchicago.com/developers/" + }, + { + "API": "Transport for Czech Republic", + "Auth": null, + "Description": "Czech transport API", + "HTTPS": true, + "Link": "https://www.chaps.cz/eng/products/idos-internet" + }, + { + "API": "Transport for Denver, US", + "Auth": null, + "Description": "RTD", + "HTTPS": false, + "Link": "http://www.rtd-denver.com/gtfs-developer-guide.shtml" + }, + { + "API": "Transport for Finland", + "Auth": null, + "Description": "Finnish transport API", + "HTTPS": true, + "Link": "https://digitransit.fi/en/developers/ " + }, + { + "API": "Transport for Germany", + "Auth": "apiKey", + "Description": "Deutsche Bahn (DB) API", + "HTTPS": false, + "Link": "http://data.deutschebahn.com/dataset/api-fahrplan" + }, + { + "API": "Transport for India", + "Auth": "apiKey", + "Description": "India Public Transport API", + "HTTPS": true, + "Link": "https://data.gov.in/sector/transport" + }, + { + "API": "Transport for London, England", + "Auth": null, + "Description": "TfL API", + "HTTPS": true, + "Link": "https://api.tfl.gov.uk" + }, + { + "API": "Transport for Madrid, Spain", + "Auth": "apiKey", + "Description": "Madrid BUS transport API", + "HTTPS": false, + "Link": "http://opendata.emtmadrid.es/Servicios-web/BUS" + }, + { + "API": "Transport for Minneapolis, US", + "Auth": "OAuth", + "Description": "NexTrip API", + "HTTPS": false, + "Link": "http://svc.metrotransit.org/" + }, + { + "API": "Transport for New York City, US", + "Auth": "apiKey", + "Description": "MTA", + "HTTPS": false, + "Link": "http://datamine.mta.info/" + }, + { + "API": "Transport for Norway", + "Auth": null, + "Description": "Norwegian transport API", + "HTTPS": false, + "Link": "http://reisapi.ruter.no/help" + }, + { + "API": "Transport for Ottawa, Canada", + "Auth": null, + "Description": "OC Transpo next bus arrival API", + "HTTPS": false, + "Link": "http://www.octranspo.com/index.php/developers" + }, + { + "API": "Transport for Paris, France", + "Auth": null, + "Description": "RATP Open Data API", + "HTTPS": false, + "Link": "http://data.ratp.fr/api/v1/console/datasets/1.0/search/" + }, + { + "API": "Transport for Paris, France", + "Auth": null, + "Description": "Live schedules made simple", + "HTTPS": false, + "Link": "http://restratpws.azurewebsites.net/swagger/" + }, + { + "API": "Transport for Philadelphia, US", + "Auth": null, + "Description": "SEPTA APIs", + "HTTPS": false, + "Link": "http://www3.septa.org/hackathon/" + }, + { + "API": "Transport for Rio de Janeiro, Brazil", + "Auth": null, + "Description": "Prefeitura do Rio (City Hall)", + "HTTPS": false, + "Link": "http://data.rio/group/transporte-e-mobilidade" + }, + { + "API": "Transport for S\u00e3o Paulo, Brazil", + "Auth": "OAuth", + "Description": "SPTrans", + "HTTPS": false, + "Link": "http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx" + }, + { + "API": "Transport for Sweden", + "Auth": "OAuth", + "Description": "Public Transport consumer", + "HTTPS": true, + "Link": "https://www.trafiklab.se/api" + }, + { + "API": "Transport for Switzerland", + "Auth": null, + "Description": "Swiss public transport API", + "HTTPS": true, + "Link": "https://transport.opendata.ch/" + }, + { + "API": "Transport for Switzerland", + "Auth": "apiKey", + "Description": "Official Swiss Public Transport Open Data", + "HTTPS": true, + "Link": "https://opentransportdata.swiss/en/" + }, + { + "API": "Transport for The Netherlands", + "Auth": null, + "Description": "NS", + "HTTPS": false, + "Link": "http://www.ns.nl/reisinformatie/ns-api" + }, + { + "API": "Transport for Tokyo, Japan", + "Auth": "apiKey", + "Description": "Tokyo Metro", + "HTTPS": true, + "Link": "https://developer.tokyometroapp.jp/info" + }, + { + "API": "Transport for Toronto, Canada", + "Auth": null, + "Description": "TTC", + "HTTPS": true, + "Link": "https://myttc.ca/developers" + }, + { + "API": "Transport for Vancouver, Canada", + "Auth": "OAuth", + "Description": "TransLink", + "HTTPS": true, + "Link": "https://developer.translink.ca/" + }, + { + "API": "Transport for Victoria, AU", + "Auth": "apiKey", + "Description": "PTV API", + "HTTPS": true, + "Link": "https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/" + }, + { + "API": "Transport for Washington, US", + "Auth": "OAuth", + "Description": "Washington Metro transport API", + "HTTPS": true, + "Link": "https://developer.wmata.com/" + }, + { + "API": "Uber", + "Auth": "OAuth", + "Description": "Request Uber rides, reach riders, transport things, and reward drivers", + "HTTPS": true, + "Link": "https://developer.uber.com/" + }, + { + "API": "WhereIsMyTransport", + "Auth": "OAuth", + "Description": "Platform for public transport data in emerging cities", + "HTTPS": true, + "Link": "https://developer.whereismytransport.com/" + } + ], + "University": [ + { + "API": "Universities List", + "Auth": null, + "Description": "University names, countries and domains", + "HTTPS": true, + "Link": "https://github.com/Hipo/university-domains-list" + } + ], + "Vehicle": [ + { + "API": "Vehicles", + "Auth": "apiKey", + "Description": "Lot of vehicles informations", + "HTTPS": false, + "Link": "http://developer.edmunds.com/api-documentation/overview/" + }, + { + "API": "Brazilian Vehicles and Prices", + "Auth": null, + "Description": "Vehicles information from Funda\u00e7\u00e3o Instituto de Pesquisas Econ\u00f4micas - Fipe", + "HTTPS": true, + "Link": "https://deividfortuna.github.io/fipe/" + }, + { + "API": "NHTSA Vehicles", + "Auth": null, + "Description": "NHTSA Product Information Catalog and Vehicle Listing", + "HTTPS": true, + "Link": "https://vpic.nhtsa.dot.gov/api/" + } + ], + "Video": [ + { + "API": "An API of Ice And Fire", + "Auth": null, + "Description": "Game Of Thrones API", + "HTTPS": true, + "Link": "https://anapioficeandfire.com/" + }, + { + "API": "Dailymotion", + "Auth": "OAuth", + "Description": "Dailymotion Developer API", + "HTTPS": true, + "Link": "https://developer.dailymotion.com/" + }, + { + "API": "MovieDB", + "Auth": "apiKey", + "Description": "Movie Data", + "HTTPS": true, + "Link": "https://www.themoviedb.org/documentation/api" + }, + { + "API": "Netflix Roulette", + "Auth": null, + "Description": "Netflix database", + "HTTPS": false, + "Link": "http://netflixroulette.net/api/" + }, + { + "API": "Ron Swanson Quotes", + "Auth": null, + "Description": "Television", + "HTTPS": true, + "Link": "https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api" + }, + { + "API": "TVMaze", + "Auth": null, + "Description": "TV Show Data", + "HTTPS": false, + "Link": "http://www.tvmaze.com/api" + }, + { + "API": "Vimeo", + "Auth": "OAuth", + "Description": "Vimeo Developer API", + "HTTPS": true, + "Link": "https://developer.vimeo.com/" + }, + { + "API": "YouTube", + "Auth": "OAuth", + "Description": "Add YouTube functionality to your sites and apps", + "HTTPS": true, + "Link": "https://developers.google.com/youtube/" + } + ], + "Weather": [ + { + "API": "Dark Sky", + "Auth": "apiKey", + "Description": "Weather", + "HTTPS": true, + "Link": "https://darksky.net/dev/" + }, + { + "API": "MetaWeather", + "Auth": null, + "Description": "Weather", + "HTTPS": true, + "Link": "https://www.metaweather.com/api/" + }, + { + "API": "OpenWeatherMap", + "Auth": "apiKey", + "Description": "Weather", + "HTTPS": false, + "Link": "http://openweathermap.org/api" + }, + { + "API": "Weatherbit", + "Auth": "apiKey", + "Description": "Weather", + "HTTPS": true, + "Link": "https://www.weatherbit.io/api" + }, + { + "API": "Wunderground", + "Auth": "apiKey", + "Description": "Weather", + "HTTPS": true, + "Link": "https://www.wunderground.com/weather/api/" + }, + { + "API": "Yahoo! Weather", + "Auth": null, + "Description": "Weather", + "HTTPS": true, + "Link": "https://developer.yahoo.com/weather/" + } + ] +} diff --git a/src/_includes/head.html b/src/_includes/head.html new file mode 100755 index 0000000..d832024 --- /dev/null +++ b/src/_includes/head.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/_includes/header.html b/src/_includes/header.html new file mode 100755 index 0000000..5023758 --- /dev/null +++ b/src/_includes/header.html @@ -0,0 +1,16 @@ +
+ + + + + +
+
diff --git a/src/_layouts/default.html b/src/_layouts/default.html new file mode 100755 index 0000000..4db390b --- /dev/null +++ b/src/_layouts/default.html @@ -0,0 +1,10 @@ + + +{% include head.html %} + +
+ {% include header.html %} +
{{ content }}
+
+ + diff --git a/src/_site/Gemfile b/src/_site/Gemfile new file mode 100755 index 0000000..7c18760 --- /dev/null +++ b/src/_site/Gemfile @@ -0,0 +1,7 @@ +source 'http://rubygems.org' +gem 'github-pages', group: :jekyll_plugins +gem 'jekyll-tagging' +gem 'jekyll-feed' +gem 'rouge' + + diff --git a/src/_site/Gemfile.lock b/src/_site/Gemfile.lock new file mode 100644 index 0000000..22d268d --- /dev/null +++ b/src/_site/Gemfile.lock @@ -0,0 +1,209 @@ +GEM + remote: http://rubygems.org/ + specs: + activesupport (4.2.8) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.5.1) + public_suffix (~> 2.0, >= 2.0.2) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + colorator (1.1.0) + ethon (0.10.1) + ffi (>= 1.3.0) + execjs (2.7.0) + faraday (0.12.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.18) + forwardable-extended (2.6.0) + gemoji (3.0.0) + github-pages (146) + activesupport (= 4.2.8) + github-pages-health-check (= 1.3.5) + jekyll (= 3.4.5) + jekyll-avatar (= 0.4.2) + jekyll-coffeescript (= 1.0.1) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.9.2) + jekyll-gist (= 1.4.0) + jekyll-github-metadata (= 2.5.1) + jekyll-mentions (= 1.2.0) + jekyll-optional-front-matter (= 0.2.0) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.1.0) + jekyll-redirect-from (= 0.12.1) + jekyll-relative-links (= 0.4.1) + jekyll-sass-converter (= 1.5.0) + jekyll-seo-tag (= 2.2.3) + jekyll-sitemap (= 1.0.0) + jekyll-swiss (= 0.4.0) + jekyll-theme-architect (= 0.0.4) + jekyll-theme-cayman (= 0.0.4) + jekyll-theme-dinky (= 0.0.4) + jekyll-theme-hacker (= 0.0.4) + jekyll-theme-leap-day (= 0.0.4) + jekyll-theme-merlot (= 0.0.4) + jekyll-theme-midnight (= 0.0.4) + jekyll-theme-minimal (= 0.0.4) + jekyll-theme-modernist (= 0.0.4) + jekyll-theme-primer (= 0.3.1) + jekyll-theme-slate (= 0.0.4) + jekyll-theme-tactile (= 0.0.4) + jekyll-theme-time-machine (= 0.0.4) + jekyll-titles-from-headings (= 0.2.0) + jemoji (= 0.8.0) + kramdown (= 1.13.2) + liquid (= 3.0.6) + listen (= 3.0.6) + mercenary (~> 0.3) + minima (= 2.1.1) + rouge (= 1.11.1) + terminal-table (~> 1.4) + github-pages-health-check (1.3.5) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 2.0) + typhoeus (~> 0.7) + html-pipeline (2.6.0) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (0.8.6) + jekyll (3.4.5) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-avatar (0.4.2) + jekyll (~> 3.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.9.2) + jekyll (~> 3.3) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-github-metadata (2.5.1) + jekyll (~> 3.1) + octokit (~> 4.0, != 4.4.0) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-optional-front-matter (0.2.0) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.1.0) + jekyll (~> 3.0) + jekyll-redirect-from (0.12.1) + jekyll (~> 3.3) + jekyll-relative-links (0.4.1) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + jekyll-seo-tag (2.2.3) + jekyll (~> 3.3) + jekyll-sitemap (1.0.0) + jekyll (~> 3.3) + jekyll-swiss (0.4.0) + jekyll-tagging (1.1.0) + nuggets + jekyll-theme-architect (0.0.4) + jekyll (~> 3.3) + jekyll-theme-cayman (0.0.4) + jekyll (~> 3.3) + jekyll-theme-dinky (0.0.4) + jekyll (~> 3.3) + jekyll-theme-hacker (0.0.4) + jekyll (~> 3.3) + jekyll-theme-leap-day (0.0.4) + jekyll (~> 3.3) + jekyll-theme-merlot (0.0.4) + jekyll (~> 3.3) + jekyll-theme-midnight (0.0.4) + jekyll (~> 3.3) + jekyll-theme-minimal (0.0.4) + jekyll (~> 3.3) + jekyll-theme-modernist (0.0.4) + jekyll (~> 3.3) + jekyll-theme-primer (0.3.1) + jekyll (~> 3.3) + jekyll-theme-slate (0.0.4) + jekyll (~> 3.3) + jekyll-theme-tactile (0.0.4) + jekyll (~> 3.3) + jekyll-theme-time-machine (0.0.4) + jekyll (~> 3.3) + jekyll-titles-from-headings (0.2.0) + jekyll (~> 3.3) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + jemoji (0.8.0) + activesupport (~> 4.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + kramdown (1.13.2) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.2.0) + minima (2.1.1) + jekyll (~> 3.3) + minitest (5.10.3) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) + nuggets (1.5.0) + octokit (4.7.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + public_suffix (2.0.5) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.3) + thread_safe (~> 0.1) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + jekyll-feed + jekyll-tagging + rouge + +BUNDLED WITH + 1.15.0 diff --git a/src/_site/contribute/index.html b/src/_site/contribute/index.html new file mode 100644 index 0000000..6908866 --- /dev/null +++ b/src/_site/contribute/index.html @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+
+ +

Contributing to public-apis

+ +
+

While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically +opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the +community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted.

+ +

Thanks for understanding! :)

+
+ +

Formatting

+ + + + + + + + + + + + + + + + + + +
APIDescriptionAuthHTTPSLink
API titleDescription of APIDoes this API require authentication? *Does the API support HTTPS?Link to API webpage
+ +

Example Entry:

+ +
  | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) |
+
+
+ +

Currently, the only accepted inputs for the Auth field are as follows:

+ +
    +
  • oAuth - the API supports oAuth
  • +
  • apiKey - the API uses a private key string/token for authentication - try and use the correct parameter
  • +
  • X-Mashape-Key - the name of the header which may need to be sent
  • +
  • No - the API requires no authentication to run
  • +
+ +

Please continue to follow the alphabetical ordering that is in place per section.

+ +

If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under Social since it is mainly a social network, even though it could also apply to Photography.

+ +

Pull Request

+ +

After you’ve created a branch on your fork with your changes, it’s time to make a pull request! +Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.

+ +

Pull Request Pro Tips

+ +
    +
  • Fork the repository and clone it locally. +Connect your local repository to the original upstream repository by adding it as a remote. +Pull in changes from upstream often so that you stay up to date and so when you submit your pull request, +merge conflicts will be less likely. See more detailed instructions here.
  • +
  • Create a branch for your edits.
  • +
  • Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge +and for others to understand and maintain in the future.
  • +
+ +

Open Pull Requests

+ +

Once you’ve opened a pull request, a discussion will start around your proposed changes.

+ +

Other contributors and users may chime in, but ultimately the decision is made by the collaborators.

+ +

During the discussion, you may be asked to make some changes to your pull request.

+ +

If so, add more commits to your branch and push them – they will automatically go into the existing pull request!

+ +

Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. If the build error is not related to your link(s), don’t worry! Your pull request will not be delayed because of already existing link causing an error.

+
+
+ + diff --git a/src/_site/css/jets.min.js b/src/_site/css/jets.min.js new file mode 100755 index 0000000..0cc8b6d --- /dev/null +++ b/src/_site/css/jets.min.js @@ -0,0 +1,13 @@ +/*! Jets.js - v0.14.0 - 2017-02-11 +* http://NeXTs.github.com/Jets.js/ +* Copyright (c) 2015 Denis Lukov; Licensed MIT */ + +;(function(d,c){"undefined"!=typeof module?module.exports=c():"function"==typeof define&&"object"==typeof define.amd?define(c):d.Jets=c()})(this,function(){function d(c){if(!(this instanceof d))return new d(c);var a=this,b={searchSelector:"*AND",hideBy:"display:none",diacriticsMap:{}};a.options={};"columns addImportant searchSelector hideBy manualContentHandling callSearchManually searchInSpecificColumn diacriticsMap didSearch invert".split(" ").forEach(function(f){a.options[f]=c[f]||b[f]});if(1":"")+(b.invert?"":":not(")+"[data-jets"+("undefined"!=typeof a?"-col-"+a:"")+b.searchSelector+'="'+e[d]+'"]'+(b.invert?"":")");e=b.hideBy.split(";").filter(Boolean).map(function(a){return a+(b.addImportant?"!important":"")});f=(f?"":this.content_param+">")+h.join(f?",":"")+"{"+e.join(";")+"}";this.styleTag.innerHTML=g.length?f:""},_addStyleTag:function(){this.styleTag=document.createElement("style");document.head.appendChild(this.styleTag)},_getText:function(c){return c&&(c.textContent||c.innerText)|| +""},_sanitize:function(c){return this.replaceDiacritics(c).trim().replace(/\s+/g," ").toLowerCase()},_getContentTags:function(c){return Array.prototype.slice.call(this.content_tag).reduce(function(a,b){return a.concat(Array.prototype.slice.call(b.querySelectorAll(c||":scope > *")))},[])},_handleSpecificColumns:function(c,a){var b=this;b.options.searchInSpecificColumn&&Array.prototype.slice.call(c.children).map(function(g,e){if(!b.options.columns||!b.options.columns.length||-1!=b.options.columns.indexOf(e))c[(a|| +"remove")+"Attribute"]("data-jets-col-"+e,a&&b._sanitize(b._getText(g)))})},_setJets:function(c,a){for(var b=this,g=b._getContentTags(a?"":c),e,f=0,d;d=g[f];f++)if(!d.hasAttribute("data-jets")||a)e=this.options.manualContentHandling?this.options.manualContentHandling(d):b.options.columns&&b.options.columns.length?b.options.columns.map(function(a){return b._getText(d.children[a])}).join(" "):b._getText(d),d.setAttribute("data-jets",b._sanitize(e)),b._handleSpecificColumns(d,"set")},replaceDiacritics:function(c){var a= +this.options.diacriticsMap,b;for(b in a)if(a.hasOwnProperty(b))for(var d=0,e=a[b].length;d :not([data-jets])",c)},_destroy:function(){this.styleTag.parentNode&&document.head.removeChild(this.styleTag);for(var c=this._getContentTags(),a=0,b;b=c[a];a++)b.removeAttribute("data-jets"),this._handleSpecificColumns(b)}};(function(c,a){try{c.querySelector(":scope body")}catch(b){["querySelector","querySelectorAll"].forEach(function(b){var d= +a[b];a[b]=function(a){if(/(^|,)\s*:scope/.test(a)){var e=this.id;this.id="ID_"+Date.now();a=a.replace(/((^|,)\s*):scope/g,"$1#"+this.id);a=c[b](a);this.id=e;return a}return d.call(this,a)}})}})(window.document,Element.prototype);return d}); \ No newline at end of file diff --git a/src/_site/css/journal.css b/src/_site/css/journal.css new file mode 100755 index 0000000..003e52f --- /dev/null +++ b/src/_site/css/journal.css @@ -0,0 +1,56 @@ +@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");/*! + * bootswatch v3.3.5 + * Homepage: http://bootswatch.com + * Copyright 2012-2015 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Georgia,"Times New Roman",Times,serif;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#eb6864;text-decoration:none}a:hover,a:focus{color:#e22620;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;line-height:1.1;color:#000000}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:920px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#eb6864}a.text-primary:hover,a.text-primary:focus{color:#e53c37}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover,a.text-danger:focus{color:#953b39}.bg-primary{color:#fff;background-color:#eb6864}a.bg-primary:hover,a.bg-primary:focus{background-color:#e53c37}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0} + + @media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}} + abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px} + + @media (min-width:768px){.container{width:750px}} + + @media (min-width:992px){.container{width:970px}} + + @media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%} + + @media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}} + + @media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.3f3333333%}.col-md-offset-0{margin-left:0%}} + + + @media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%} + + @media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#777777;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.42857143;color:#777777}.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none} + + @media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:56px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:34px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-lg{height:56px;line-height:56px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:56px;line-height:56px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:56px;min-height:40px;padding:15px 16px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:56px;height:56px;line-height:56px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#b7b7b7} + + + + @media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19.6666662px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:15px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#999999;border-color:#999999}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#808080;border-color:#595959}.btn-default:hover{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#6e6e6e;border-color:#595959}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#999999;border-color:#999999}.btn-default .badge{color:#999999;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#e53c37;border-color:#b81c18}.btn-primary:hover{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#dc221c;border-color:#b81c18}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#eb6864;border-color:#eb6864}.btn-primary .badge{color:#eb6864;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#22b24c;border-color:#22b24c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#1a873a;border-color:#0e471e}.btn-success:hover{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#14692d;border-color:#0e471e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#22b24c;border-color:#22b24c}.btn-success .badge{color:#22b24c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#336699;border-color:#336699}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#264c73;border-color:#132639}.btn-info:hover{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#1d3b58;border-color:#132639}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#336699;border-color:#336699}.btn-info .badge{color:#336699;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f5e625;border-color:#f5e625}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ddce0a;border-color:#948a07}.btn-warning:hover{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#bbae09;border-color:#948a07}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f5e625;border-color:#f5e625}.btn-warning .badge{color:#f5e625;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#f57a00;border-color:#f57a00}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c26100;border-color:#763b00}.btn-danger:hover{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#9e4f00;border-color:#763b00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#f57a00;border-color:#f57a00}.btn-danger .badge{color:#f57a00;background-color:#ffffff}.btn-link{color:#eb6864;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#e22620;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#eb6864}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#eb6864}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px} + + @media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:56px;line-height:56px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:15px;font-weight:normal;line-height:1;color:#777777;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:19px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#eb6864}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#777777;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#eb6864}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:60px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:19.5px 15px;font-size:19px;line-height:21px;height:60px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:13px;margin-bottom:13px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:9.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:19.5px;padding-bottom:19.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:10.5px;margin-bottom:10.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:10.5px;margin-bottom:10.5px}.navbar-btn.btn-sm{margin-top:14.5px;margin-bottom:14.5px}.navbar-btn.btn-xs{margin-top:19px;margin-bottom:19px}.navbar-text{margin-top:19.5px;margin-bottom:19.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#ffffff;border-color:#eeeeee}.navbar-default .navbar-brand{color:#000000}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-text{color:#000000}.navbar-default .navbar-nav>li>a{color:#000000}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#eeeeee}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#eeeeee;color:#000000}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000000}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#000000}.navbar-default .navbar-link:hover{color:#000000}.navbar-default .btn-link{color:#000000}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#000000}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#eb6864;border-color:#e53c37}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#e53c37}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#e53c37}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#e74944}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#e74b47;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#eb6864;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#e22620;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#eb6864}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#e53c37}.label-success{background-color:#22b24c}.label-success[href]:hover,.label-success[href]:focus{background-color:#1a873a}.label-info{background-color:#336699}.label-info[href]:hover,.label-info[href]:focus{background-color:#264c73}.label-warning{background-color:#f5e625}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ddce0a}.label-danger{background-color:#f57a00}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c26100}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#eb6864;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#eb6864;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#eb6864}.thumbnail .caption{padding:9px;color:#777777}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#eb6864;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#22b24c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#336699}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f5e625}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#f57a00}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#eb6864;border-color:#eb6864}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#ffffff}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#777777;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#777777}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#eb6864}.panel-primary>.panel-heading{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eb6864}.panel-primary>.panel-heading .badge{color:#eb6864;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eb6864}.panel-success{border-color:#22b24c}.panel-success>.panel-heading{color:#468847;background-color:#22b24c;border-color:#22b24c}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#22b24c}.panel-success>.panel-heading .badge{color:#22b24c;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#22b24c}.panel-info{border-color:#336699}.panel-info>.panel-heading{color:#3a87ad;background-color:#336699;border-color:#336699}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#336699}.panel-info>.panel-heading .badge{color:#336699;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#336699}.panel-warning{border-color:#f5e625}.panel-warning>.panel-heading{color:#c09853;background-color:#f5e625;border-color:#f5e625}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f5e625}.panel-warning>.panel-heading .badge{color:#f5e625;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f5e625}.panel-danger{border-color:#f57a00}.panel-danger>.panel-heading{color:#b94a48;background-color:#f57a00;border-color:#f57a00}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f57a00}.panel-danger>.panel-heading .badge{color:#f57a00;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f57a00}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{font-size:18px;font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700}.navbar-default .badge{background-color:#000;color:#fff}.navbar-inverse .badge{background-color:#fff;color:#eb6864}.navbar-brand{font-size:inherit;font-weight:700;text-transform:uppercase}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f57a00}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f57a00}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#eb6864}.has-error .form-control,.has-error .form-control:focus{border-color:#eb6864}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#22b24c}.has-success .form-control,.has-success .form-control:focus{border-color:#22b24c}.badge{padding-bottom:4px;vertical-align:3px;font-size:10px}.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;color:#000}.panel-primary .panel-title,.panel-success .panel-title,.panel-warning .panel-title,.panel-danger .panel-title,.panel-info .panel-title{color:#fff} + + .share-page { + text-align: center; + background: $secondary-color; + color: $light-color; + padding: 8px 15px; + border-radius: 5px; + margin: 1.5 * $spacing-unit 0; + + a { + font-weight: 700; + color: #fff; + margin-left: 10px; + + &:hover { + border-bottom: 1px dashed #fff; + } + } +} \ No newline at end of file diff --git a/src/_site/css/tables.css b/src/_site/css/tables.css new file mode 100755 index 0000000..949f4f9 --- /dev/null +++ b/src/_site/css/tables.css @@ -0,0 +1,27 @@ +#jetsSearch { + border: 15px; + border-radius: 30px; + border-color: black; + } + +td { + width: 25%; +} + +.page-head { + text-align: center; + } + +#search-wrapper { + width: 75%; + margin: 0 auto; + } + +thead { + font-size: 1.2em; + font-weight: 700; + } + +#jetsSearch { + box-shadow: inset 0 1px 1px rgba(1,1,1,1) + } \ No newline at end of file diff --git a/src/_site/index.html b/src/_site/index.html new file mode 100644 index 0000000..b0333b3 --- /dev/null +++ b/src/_site/index.html @@ -0,0 +1,2659 @@ + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+
+ +
+

Public APIs

+A collective list of free JSON APIs for use in web development. +
+For information on contributing to this project, please see the contributing guide. +
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
APIDescriptionAuthorizationHTTPSCategory
IUCN IUCN Red List of Threatened SpeciestokenfalseAnimals
Petfinder AdoptionYestrueAnimals
RescueGroups AdoptiontrueAnimals
AniList AniList AnimeOAuthfalseAnime
Jikan Unofficial MyAnimeList APItrueAnime
Kitsu Anime discovery platformOAuthtrueAnime
Studio Ghibli Resources from Studio Ghibli filmstrueAnime
Certly Certly Link/Domain FlaggingtokentrueAnti-Malware
Google Safe Browsing Google Link/Domain FlaggingtokentrueAnti-Malware
Metacert Metacert Link FlaggingtokentrueAnti-Malware
VirusTotal VirusTotal File/URL AnalysistokentrueAnti-Malware
Web Of Trust (WOT) Website reputationapiKeytrueAnti-Malware
Dribbble DesignOAuthfalseArt & Design
Noun Project IconsOAuthfalseArt & Design
Icons8 IconsOAuthtrueArt & Design
Rijksmuseum ArtapiKeytrueArt & Design
British National Bibliography BooksfalseBooks
Goodreads BookstrueBooks
Google Books BooksOAuthtrueBooks
Email Service apiKeytruehttps://www.mailgun.com/Business
Trademark Search falsehttp://www.markerapi.com/Business
Church Calendar Catholic liturgical calendarfalseCalendar
Holidays Historical data regarding holidaysapiKeytrueCalendar
LectServe Protestant liturgical calendarfalseCalendar
Non-Working Days Database of ICS files for non working daystrueCalendar
Box File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Dropbox File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Google Drive File Sharing and StorageOAuthtrueCloud Storage & File Sharing
OneDrive File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Currencylayer Exchange rates and currency conversionapiKeytrueCurrency Exchange
Fixer.io Exchange rates and currency conversiontrueCurrency Exchange
18F US Federal Government /Developer ProgramfalseData Access
Abbreviation Get abbreviations and meaningsX-Mashape-KeytrueData Access
CARTO Location Information PredictionapiKeytrueData Access
Callook.info United States ham radio callsignstrueData Access
Celebinfo Celebrity informationX-Mashape-KeytrueData Access
Colorado Data Engine Formatted and geolocated Colorado public datatrueData Access
Colorado Information Marketplace Colorado State Government Open DatatrueData Access
Data USA US Public DatatrueData Access
Dronestream Tracks United States drone strikesfalseData Access
fonoApi Mobile Device DescriptiontrueData Access
Open Government, Australia Australian Government Open DatatrueData Access
Open Government, USA United States Government Open DatatrueData Access
Open Government, Canada Canadian Government Open DatafalseData Access
Open Government Data, India Indian Government Open DatatokentrueData Access
Pearson Dictionary DataapiKeyfalseData Access
Prague Opendata Prague City Open DatafalseData Access
Quandl Stock Market DatatrueData Access
Represent by Open North Find Canadian Government RepresentativestrueData Access
Scoop.it Content Curation ServiceapiKeyfalseData Access
Teleport Quality of Life DatatrueData Access
Wikipedia Mediawiki EncyclopediatrueData Access
Wordnik Dictionary DatafalseData Access
Yelp Find Local BusinessOAuthtrueData Access
languagelayer Language detectiontrueData Validation
Lob.com US Address VerificationapiKeytrueData Validation
mailboxlayer Email address validationtrueData Validation
numverify Phone number validationtrueData Validation
vatlayer VAT number validationtrueData Validation
Adorable Avatars Generate random cartoon avatarstrueDevelopment
APIs.guru Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIstrueDevelopment
CDNJS Library info on CDNJStrueDevelopment
Faceplusplus A tool to detect faceOAuthtrueDevelopment
Genderize.io Determines a gender from a first nametrueDevelopment
Github - User Data Pull public information for a user's githubtrueDevelopment
Gitter Chat for GitHubOAuthtrueDevelopment
HackerRank Compile source code and run against a set of provided test casesapiKeytrueDevelopment
Hipster Ipsum Generates Hipster Ipsum textfalseDevelopment
IPify A simple IP Address APItrueDevelopment
JSON 2 JSONP Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScripttrueDevelopment
JSONPlaceholder Fake data for testing and prototypingfalseDevelopment
Judge0 API Compile and run source codetrueDevelopment
Let's Validate Uncovers the technologies used on websites and URL to thumbnailtrueDevelopment
LiveEdu Live Coding StreamingOAuthtrueDevelopment
Lorem Text Generates Lorem Ipsum textX-Mashape-KeytrueDevelopment
Loripsum The "lorem ipsum" generator that doesn't suckfalseDevelopment
Myjson A simple JSON store for your web or mobile appfalseDevelopment
Plino Spam filtering systemtrueDevelopment
Public APIs A collective list of free JSON APIs for use in web developmenttrueDevelopment
Random Word Generate random wordfalseDevelopment
RandomUser Generates random user datatrueDevelopment
ReqRes A hosted REST-API ready to respond to your AJAX requeststrueDevelopment
RoboHash Generate random robot/alien avatarstrueDevelopment
StackExchange Q&A forum for developersOAuthtrueDevelopment
Stormpath User AuthenticationapiKeytrueDevelopment
UI Names Generate random fake namestrueDevelopment
Verse Check what's the latest version of your favorite open-source projecttrueDevelopment
File.io File SharingtrueDocuments & Productivity
pdflayer API HTML/URL to PDFtrueDocuments & Productivity
PrexView Data from XML or JSON to PDF, HTML or ImageapiKeytrueDocuments & Productivity
Todoist Todo ListsOAuthtrueDocuments & Productivity
Wunderlist Todo ListsOAuthtrueDocuments & Productivity
AirVisual Air quality and weather dataapiKeytrueEnvironment
OpenAQ Open air quality dataapiKeytrueEnvironment
PM2.5.in Air quality of ChinaapiKeyfalseEnvironment
Barchart OnDemand Stock, Futures, and Forex Market DataapiKeytrueFinance
CoinDesk Bitcoin Price IndexfalseFinance
Consumer Financial Protection Bureau Financial services consumer complains dataapiKeytrueFinance
BigOven Recipe SearchX-Mashape-KeyfalseFood & Drink
BreweryDB BeerapiKeyfalseFood & Drink
Edamam Recipe SearchapiKeytrueFood & Drink
Food2Fork Recipe SearchapiKeyfalseFood & Drink
LCBO AlcoholapiKeytrueFood & Drink
PunkAPI Brewdog Beer RecipestrueFood & Drink
Recipe Puppy FoodfalseFood & Drink
TacoFancy Community-driven taco databasefalseFood & Drink
TheCocktailDB Cocktail RecipesfalseFood & Drink
Yummly Find food recipestrueFood & Drink
Zomato Discover restaurantsapiKeytrueFood & Drink
Whitepages Pro Global identity verification with phone, address, email, and IPapiKeytrueFraud Prevention
Whitepages Pro Phone reputation to detect spammy phonesapiKeytrueFraud Prevention
Whitepages Pro Get an owner’s name, address, demographics based on the phone numberapiKeytrueFraud Prevention
Whitepages Pro Phone number validation, line_type, carrier appendapiKeytrueFraud Prevention
Whitepages Pro Get normalized physical address, residents, address type, and validityapiKeytrueFraud Prevention
Battle.net Blizzard EntertainmenttrueGames & Comics
Battlefield 4 Battlefield 4 InformationtrueGames & Comics
Chuck Norris Database JokesfalseGames & Comics
Clash of Clans Clash of Clans Game InformationtrueGames & Comics
Clash Royale Clash Royale Game InformationtrueGames & Comics
Comic Vine ComicstrueGames & Comics
Deck of Cards Deck of CardsfalseGames & Comics
Destiny The Game Bungie Platform APIapiKeytrueGames & Comics
Eve Online Third-Party Developer DocumentationOAuth required for some partstrueGames & Comics
Giant Bomb Video GamestrueGames & Comics
Guild Wars 2 Guild Wars 2 Game InformationapiKeytrueGames & Comics
Jservice Jeopardy Question DatabasefalseGames & Comics
Magic The Gathering Magic The Gathering Game InformationfalseGames & Comics
Marvel Marvel ComicsapiKeyfalseGames & Comics
Minecraft Minecraft server info & user info)trueGames & Comics
Open Trivia Trivia QuestionstrueGames & Comics
PandaScore E-sports games and resultsapiKeytrueGames & Comics
Pokéapi Pokémon InformationfalseGames & Comics
Qriusity Quiz/Trivia QuestionstrueGames & Comics
Riot Games League of Legends Game InformationapiKeytrueGames & Comics
Steam Steam Client InteractionOAuthtrueGames & Comics
SWAPI Star Wars InformationtrueGames & Comics
adresse.data.gouv.fr Address database of France geocoding and reverse.trueGeocoding
Bing Maps Create/customize digital maps based on Bing Maps dataapiKeytrueGeocoding
Geocode.xyz Provides worldwide forward/reverse geocoding, batch geocoding and geoparsingtrueGeocoding
GeoNames Place names and other geographical datafalseGeocoding
GéoApi French geographical datatrueGeocoding
Google Maps Create/customize digital maps based on Google Maps dataapiKeytrueGeocoding
IP 2 Country Map an IP to a countrytrueGeocoding
IP Address Details Find geolocation with ip addresstrueGeocoding
IP Vigilante Free IP Geolocation APItrueGeocoding
Mapbox Create/customize beautiful digital mapsapiKeytrueGeocoding
Mapzen Search Open Source & Open Data Global Geocoding ServicetrueGeocoding
Mexico Mexico RESTful zip codes APItrueGeocoding
One Map 2.0, Singapore Singapore Land Authority REST API services for Singapore addressesYestrueGeocoding
OpenCage Forward and reverse geocoding using open datatrueGeocoding
OpenStreetMap Navigation, geolocation and geographical dataOAuthfalseGeocoding
PostcodeData.nl Provide geolocation data based on postcode for Dutch addressesfalseGeocoding
Postcodes.io Postcode lookup & Geolocation for the UKtrueGeocoding
REST Countries Get information about countries via a RESTful APItrueGeocoding
Utah AGRC Utah Web API for geocoding Utah addressesapiKeytrueGeocoding
ViaCep Brazil RESTful zip codes APItrueGeocoding
Diabetes Logging and retrieving diabetes informationfalseHealth
Flutrack Influenza-like symptoms with geotrackingfalseHealth
Makeup Makeup InformationfalseHealth
Nutritionix Worlds largest verified nutrition databaseapiKeytrueHealth
openFDA Public FDA data about drugs, devices, and foodstrueHealth
USDA Nutrients National Nutrient Database for Standard ReferencetrueHealth
API.AI Natural Language ProcessingapikeytrueMachine Learning
Clarifai Computer VisionOAuthtrueMachine Learning
Cleverbot Web chat botapikeytrueMachine Learning
Keen IO Data AnalyticsapikeytrueMachine Learning
Unplugg Forecasting API for timeseries dataapikeytrueMachine Learning
Wit.ai Natural Language ProcessingOAuthtrueMachine Learning
Newton Symbolic and Arithmetic Math CalculatortrueMath
Numbers API Facts about numbersfalseMath
Bandsintown Music EventstrueMusic
Deezer MusicOAuthfalseMusic
Discogs MusicOAuthtrueMusic
Genius Crowdsourced lyrics and music knowledgeOAuthtrueMusic
Jamendo MusicOAuthtrueMusic
iTunes Search Software productstrueMusic
LastFm MusicfalseMusic
Mixcloud MusictrueMusic
MusicBrainz MusictrueMusic
Musikki MusictrueMusic
Musixmatch MusicapiKeytrueMusic
Songsterr Provides guitar, bass and drums tabs and chordstrueMusic
Soundcloud MusictrueMusic
Spotify MusicOAuthtrueMusic
Vagalume Crowdsourced lyrics and music knowledgeapiKeytrueMusic
New York Times Provides newsapikeytrueNews
News API headlines currently published on a range of news sources and blogsapikeytrueNews
The Guardian Access all the content the Guardian creates, categorised by tags and sectionapikeytrueNews
Countly Countly web analyticsfalseOpen Source projects
Drupal.org DrupalorgtrueOpen Source projects
Libraries.io Open source software librariesapiKeytrueOpen Source projects
chucknorris.io JSON API for hand curated Chuck Norris jokestruePersonality
Forismatic Inspirational QuotesfalsePersonality
Medium Community of readers and writers offering unique perspectives on ideasOAuthtruePersonality
Quotes on Design Inspirational QuotestruePersonality
Traitify Assess, collect, and analyze PersonalitytruePersonality
tronalddump.io Api & web archive for the things Donald Trump has saidtruePersonality
500px Photography CommunityOAuthtruePhotography
Flickr Flickr ServicesOAuthtruePhotography
Gfycat Jiffier GIFsOAuthtruePhotography
Giphy Get all your gifstruePhotography
Imgur ImagesOAuthtruePhotography
ScreenShotLayer URL 2 ImagetruePhotography
Unsplash PhotographyOAuthtruePhotography
arcsecond.io Multiple astronomy data sourcestrueScience
Fedger.io Query machine intelligence datatrueScience
Gene_info human genome data w/ gene summariesapiKeyfalseScience
inspirehep.net High Energy Physics info systemtrueScience
Launch Library Upcoming Space LaunchestrueScience
Minor Planet Center Asterankcom InformationfalseScience
NASA NASA data, including imagerytrueScience
Open Notify ISS astronauts, current location, etcfalseScience
Sunrise and Sunset Sunset and sunrise times for a given latitude and longitudetrueScience
USGS Earthquake Hazards Program Earthquakes data real-timetrueScience
World Bank World DatafalseScience
AXFR Database AXFR public databasefalseSecurity
UK Police UK Police datatrueSecurity
eBay Sell and Buy on eBayOAuthtrueShopping
Discord Make bots for Discord, integrate Discord onto an external platformOAuthtrueSocial
DonReach Social Count Get the social share count of a URL from every major social networktrueSocial
Facebook Facebook Login, Share on FB, Social Plugins, Analytics and moreOAuthtrueSocial
Foursquare Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)OAuthtrueSocial
Fuck Off as a Service Asks someone to fuck offtrueSocial
Full Contact Get Social Media profiles and contact InformationOAuthtrueSocial
HackerNews Social news for CS and entrepreneurshiptrueSocial
Instagram Instagram Login, Share on Instagram, Social Plugins and moreOAuthtrueSocial
LinkedIn The foundation of all digital integrations with LinkedInOAuthtrueSocial
Meetup.com Data about Meetups from MeetupcomapiKeytrueSocial
Telegram MTProto Read and write Telegram dataOAuthtrueSocial
Telegram bot Simplified HTTP version of the MTProto API for botsOAuthtrueSocial
Pinterest The world's catalog of ideasOAuthtrueSocial
PWRTelegram bot Boosted version of the Telegram bot APIOAuthtrueSocial
Reddit Homepage of the internetOAuthtrueSocial
Slack Team Instant MessagingOAuthtrueSocial
Tumblr Read and write Tumblr DataOAuthtrueSocial
Twitch Game Streaming APIOAuthtrueSocial
Twitter Read and write Twitter dataOAuthtrueSocial
vk Read and write vk datOAuthtrueSocial
Cartola FC The Cartola FC API serves to check the partial points of your teamtrueSports & Fitness
City Bikes City Bikes around the worldfalseSports & Fitness
Ergast F1 F1 data from the beginning of the world championships in 1950falseSports & Fitness
Fitbit Fitbit InformationOAuthtrueSports & Fitness
Football-Data.org Football DatafalseSports & Fitness
JCDecaux Bike JCDecaux's self-service bicyclesapiKeytrueSports & Fitness
Cricket Live Scores live-scoreX-Mashape-KeytrueSports & Fitness
NFL Arrests NFL Arrest DatafalseSports & Fitness
Pro Motocross The RESTful AMA Pro Motocross lap times for every racer on the start gatefalseSports & Fitness
Strava Connect with athletes, activities and moreOAuthtrueSports & Fitness
UFC Data Ultimate Fighting Championship information for events and fightersfalseSports & Fitness
Wger Workout manager data as exercises, muscles or equipmentsapiKeytrueSports & Fitness
Postmon An API to query Brazilian ZIP codes and orders easily, quickly and freefalseTracking
Sweden Provides information about parcels in transportapikeyfalseTracking
Amadeus Travel Innovation Sandbox Travel Search - Limited usageapiKeytrueTransportation
Community Transit Transitland APItrueTransportation
Goibibo API for travel searchapiKeytrueTransportation
Indian Railways Indian Railways InformationtokenfalseTransportation
Navitia The open API for building cool stuff with transport dataapiKeytrueTransportation
The Nomad List A list of the best places to live/work remotelytrueTransportation
Schiphol Airport SchipholapiKeytrueTransportation
TransitLand Transit AggregationtrueTransportation
Transport for Atlanta, US MartafalseTransportation
Transport for Auckland, New Zealand Auckland Transport APItrueTransportation
Transport for Belgium Belgian transport APItrueTransportation
Transport for Berlin, Germany third-party VBB APItrueTransportation
Transport for Boston, US MBTA APIfalseTransportation
Transport for Budapest, Hungary Budapest public transport APItrueTransportation
Transport for Chicago, US CTAfalseTransportation
Transport for Czech Republic Czech transport APItrueTransportation
Transport for Denver, US RTDfalseTransportation
Transport for Finland Finnish transport APItrueTransportation
Transport for Germany Deutsche Bahn (DB) APIapiKeyfalseTransportation
Transport for India India Public Transport APIapiKeytrueTransportation
Transport for London, England TfL APItrueTransportation
Transport for Madrid, Spain Madrid BUS transport APIapiKeyfalseTransportation
Transport for Minneapolis, US NexTrip APIOAuthfalseTransportation
Transport for New York City, US MTAapiKeyfalseTransportation
Transport for Norway Norwegian transport APIfalseTransportation
Transport for Ottawa, Canada OC Transpo next bus arrival APIfalseTransportation
Transport for Paris, France RATP Open Data APIfalseTransportation
Transport for Paris, France Live schedules made simplefalseTransportation
Transport for Philadelphia, US SEPTA APIsfalseTransportation
Transport for Rio de Janeiro, Brazil Prefeitura do Rio (City Hall)falseTransportation
Transport for São Paulo, Brazil SPTransOAuthfalseTransportation
Transport for Sweden Public Transport consumerOAuthtrueTransportation
Transport for Switzerland Swiss public transport APItrueTransportation
Transport for Switzerland Official Swiss Public Transport Open DataapiKeytrueTransportation
Transport for The Netherlands NSfalseTransportation
Transport for Tokyo, Japan Tokyo MetroapiKeytrueTransportation
Transport for Toronto, Canada TTCtrueTransportation
Transport for Vancouver, Canada TransLinkOAuthtrueTransportation
Transport for Victoria, AU PTV APIapiKeytrueTransportation
Transport for Washington, US Washington Metro transport APIOAuthtrueTransportation
Uber Request Uber rides, reach riders, transport things, and reward driversOAuthtrueTransportation
WhereIsMyTransport Platform for public transport data in emerging citiesOAuthtrueTransportation
Universities List University names, countries and domainstrueUniversity
Vehicles Lot of vehicles informationsapiKeyfalseVehicle
Brazilian Vehicles and Prices Vehicles information from Fundação Instituto de Pesquisas Econômicas - FipetrueVehicle
NHTSA Vehicles NHTSA Product Information Catalog and Vehicle ListingtrueVehicle
An API of Ice And Fire Game Of Thrones APItrueVideo
Dailymotion Dailymotion Developer APIOAuthtrueVideo
MovieDB Movie DataapiKeytrueVideo
Netflix Roulette Netflix databasefalseVideo
Ron Swanson Quotes TelevisiontrueVideo
TVMaze TV Show DatafalseVideo
Vimeo Vimeo Developer APIOAuthtrueVideo
YouTube Add YouTube functionality to your sites and appsOAuthtrueVideo
Dark Sky WeatherapiKeytrueWeather
MetaWeather WeathertrueWeather
OpenWeatherMap WeatherapiKeyfalseWeather
Weatherbit WeatherapiKeytrueWeather
Wunderground WeatherapiKeytrueWeather
Yahoo! Weather WeathertrueWeather
+
+
+ + +
+
+ + diff --git a/src/_site/robots.txt b/src/_site/robots.txt new file mode 100644 index 0000000..b3c8a8c --- /dev/null +++ b/src/_site/robots.txt @@ -0,0 +1 @@ +Sitemap: http://localhost:4242/sitemap.xml diff --git a/src/_site/sitemap.xml b/src/_site/sitemap.xml new file mode 100644 index 0000000..483c653 --- /dev/null +++ b/src/_site/sitemap.xml @@ -0,0 +1,9 @@ + + + +http://localhost:4242/ + + +http://localhost:4242/contribute/ + + diff --git a/src/contribute/index.md b/src/contribute/index.md new file mode 100755 index 0000000..9c52c10 --- /dev/null +++ b/src/contribute/index.md @@ -0,0 +1,78 @@ +--- +layout: default +--- + +

Contributing to public-apis

+ + +> While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically +opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the +community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted. +> +> Thanks for understanding! :) + + +

Formatting

+ + + + + + + + + + + + + + + + + + +
APIDescriptionAuthHTTPSLink
API titleDescription of APIDoes this API require authentication? *Does the API support HTTPS?Link to API webpage
+ + +Example Entry: + + | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | + +Currently, the only accepted inputs for the Auth field are as follows: + +* `oAuth` - _the API supports oAuth_ +* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_ +* `X-Mashape-Key` - _the name of the header which may need to be sent_ +* `No` - _the API requires no authentication to run_ + +Please continue to follow the alphabetical ordering that is in place per section. + +If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under Social since it is mainly a social network, even though it could also apply to Photography. + +## Pull Request + +After you've created a branch on your fork with your changes, it's time to make a pull request! +Once you've submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes. + + +### Pull Request Pro Tips + +* [Fork](http://guides.github.com/activities/forking/) the repository and [clone](https://help.github.com/articles/cloning-a-repository/) it locally. +Connect your local repository to the original `upstream` repository by adding it as a [remote](https://help.github.com/articles/adding-a-remote/). +Pull in changes from `upstream` often so that you stay up to date and so when you submit your pull request, +merge conflicts will be less likely. See more detailed instructions [here](https://help.github.com/articles/syncing-a-fork). +* Create a [branch](http://guides.github.com/introduction/flow/) for your edits. +* Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge +and for others to understand and maintain in the future. + +### Open Pull Requests + +Once you've opened a pull request, a discussion will start around your proposed changes. + +Other contributors and users may chime in, but ultimately the decision is made by the collaborators. + +During the discussion, you may be asked to make some changes to your pull request. + +If so, add more commits to your branch and push them -- they will automatically go into the existing pull request! + +Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. If the build error is not related to your link(s), don't worry! Your pull request will not be delayed because of already existing link causing an error. \ No newline at end of file diff --git a/src/css/jets.min.js b/src/css/jets.min.js new file mode 100755 index 0000000..0cc8b6d --- /dev/null +++ b/src/css/jets.min.js @@ -0,0 +1,13 @@ +/*! Jets.js - v0.14.0 - 2017-02-11 +* http://NeXTs.github.com/Jets.js/ +* Copyright (c) 2015 Denis Lukov; Licensed MIT */ + +;(function(d,c){"undefined"!=typeof module?module.exports=c():"function"==typeof define&&"object"==typeof define.amd?define(c):d.Jets=c()})(this,function(){function d(c){if(!(this instanceof d))return new d(c);var a=this,b={searchSelector:"*AND",hideBy:"display:none",diacriticsMap:{}};a.options={};"columns addImportant searchSelector hideBy manualContentHandling callSearchManually searchInSpecificColumn diacriticsMap didSearch invert".split(" ").forEach(function(f){a.options[f]=c[f]||b[f]});if(1":"")+(b.invert?"":":not(")+"[data-jets"+("undefined"!=typeof a?"-col-"+a:"")+b.searchSelector+'="'+e[d]+'"]'+(b.invert?"":")");e=b.hideBy.split(";").filter(Boolean).map(function(a){return a+(b.addImportant?"!important":"")});f=(f?"":this.content_param+">")+h.join(f?",":"")+"{"+e.join(";")+"}";this.styleTag.innerHTML=g.length?f:""},_addStyleTag:function(){this.styleTag=document.createElement("style");document.head.appendChild(this.styleTag)},_getText:function(c){return c&&(c.textContent||c.innerText)|| +""},_sanitize:function(c){return this.replaceDiacritics(c).trim().replace(/\s+/g," ").toLowerCase()},_getContentTags:function(c){return Array.prototype.slice.call(this.content_tag).reduce(function(a,b){return a.concat(Array.prototype.slice.call(b.querySelectorAll(c||":scope > *")))},[])},_handleSpecificColumns:function(c,a){var b=this;b.options.searchInSpecificColumn&&Array.prototype.slice.call(c.children).map(function(g,e){if(!b.options.columns||!b.options.columns.length||-1!=b.options.columns.indexOf(e))c[(a|| +"remove")+"Attribute"]("data-jets-col-"+e,a&&b._sanitize(b._getText(g)))})},_setJets:function(c,a){for(var b=this,g=b._getContentTags(a?"":c),e,f=0,d;d=g[f];f++)if(!d.hasAttribute("data-jets")||a)e=this.options.manualContentHandling?this.options.manualContentHandling(d):b.options.columns&&b.options.columns.length?b.options.columns.map(function(a){return b._getText(d.children[a])}).join(" "):b._getText(d),d.setAttribute("data-jets",b._sanitize(e)),b._handleSpecificColumns(d,"set")},replaceDiacritics:function(c){var a= +this.options.diacriticsMap,b;for(b in a)if(a.hasOwnProperty(b))for(var d=0,e=a[b].length;d :not([data-jets])",c)},_destroy:function(){this.styleTag.parentNode&&document.head.removeChild(this.styleTag);for(var c=this._getContentTags(),a=0,b;b=c[a];a++)b.removeAttribute("data-jets"),this._handleSpecificColumns(b)}};(function(c,a){try{c.querySelector(":scope body")}catch(b){["querySelector","querySelectorAll"].forEach(function(b){var d= +a[b];a[b]=function(a){if(/(^|,)\s*:scope/.test(a)){var e=this.id;this.id="ID_"+Date.now();a=a.replace(/((^|,)\s*):scope/g,"$1#"+this.id);a=c[b](a);this.id=e;return a}return d.call(this,a)}})}})(window.document,Element.prototype);return d}); \ No newline at end of file diff --git a/src/css/journal.css b/src/css/journal.css new file mode 100755 index 0000000..003e52f --- /dev/null +++ b/src/css/journal.css @@ -0,0 +1,56 @@ +@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");/*! + * bootswatch v3.3.5 + * Homepage: http://bootswatch.com + * Copyright 2012-2015 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Georgia,"Times New Roman",Times,serif;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#eb6864;text-decoration:none}a:hover,a:focus{color:#e22620;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;line-height:1.1;color:#000000}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:920px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#eb6864}a.text-primary:hover,a.text-primary:focus{color:#e53c37}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover,a.text-danger:focus{color:#953b39}.bg-primary{color:#fff;background-color:#eb6864}a.bg-primary:hover,a.bg-primary:focus{background-color:#e53c37}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0} + + @media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}} + abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px} + + @media (min-width:768px){.container{width:750px}} + + @media (min-width:992px){.container{width:970px}} + + @media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%} + + @media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}} + + @media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.3f3333333%}.col-md-offset-0{margin-left:0%}} + + + @media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%} + + @media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#777777;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.42857143;color:#777777}.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none} + + @media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:56px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:34px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-lg{height:56px;line-height:56px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:56px;line-height:56px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:56px;min-height:40px;padding:15px 16px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:56px;height:56px;line-height:56px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#b7b7b7} + + + + @media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19.6666662px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:15px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#999999;border-color:#999999}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#808080;border-color:#595959}.btn-default:hover{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#6e6e6e;border-color:#595959}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#999999;border-color:#999999}.btn-default .badge{color:#999999;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#e53c37;border-color:#b81c18}.btn-primary:hover{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#dc221c;border-color:#b81c18}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#eb6864;border-color:#eb6864}.btn-primary .badge{color:#eb6864;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#22b24c;border-color:#22b24c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#1a873a;border-color:#0e471e}.btn-success:hover{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#14692d;border-color:#0e471e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#22b24c;border-color:#22b24c}.btn-success .badge{color:#22b24c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#336699;border-color:#336699}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#264c73;border-color:#132639}.btn-info:hover{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#1d3b58;border-color:#132639}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#336699;border-color:#336699}.btn-info .badge{color:#336699;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f5e625;border-color:#f5e625}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ddce0a;border-color:#948a07}.btn-warning:hover{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#bbae09;border-color:#948a07}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f5e625;border-color:#f5e625}.btn-warning .badge{color:#f5e625;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#f57a00;border-color:#f57a00}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c26100;border-color:#763b00}.btn-danger:hover{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#9e4f00;border-color:#763b00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#f57a00;border-color:#f57a00}.btn-danger .badge{color:#f57a00;background-color:#ffffff}.btn-link{color:#eb6864;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#e22620;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#eb6864}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#eb6864}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px} + + @media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:56px;line-height:56px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:15px;font-weight:normal;line-height:1;color:#777777;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:19px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#eb6864}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#777777;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#eb6864}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:60px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:19.5px 15px;font-size:19px;line-height:21px;height:60px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:13px;margin-bottom:13px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:9.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:19.5px;padding-bottom:19.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:10.5px;margin-bottom:10.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:10.5px;margin-bottom:10.5px}.navbar-btn.btn-sm{margin-top:14.5px;margin-bottom:14.5px}.navbar-btn.btn-xs{margin-top:19px;margin-bottom:19px}.navbar-text{margin-top:19.5px;margin-bottom:19.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#ffffff;border-color:#eeeeee}.navbar-default .navbar-brand{color:#000000}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-text{color:#000000}.navbar-default .navbar-nav>li>a{color:#000000}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#eeeeee}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#eeeeee;color:#000000}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000000}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#000000}.navbar-default .navbar-link:hover{color:#000000}.navbar-default .btn-link{color:#000000}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#000000}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#eb6864;border-color:#e53c37}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#e53c37}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#e53c37}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#e74944}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#e74b47;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#eb6864;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#e22620;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#eb6864}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#e53c37}.label-success{background-color:#22b24c}.label-success[href]:hover,.label-success[href]:focus{background-color:#1a873a}.label-info{background-color:#336699}.label-info[href]:hover,.label-info[href]:focus{background-color:#264c73}.label-warning{background-color:#f5e625}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ddce0a}.label-danger{background-color:#f57a00}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c26100}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#eb6864;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#eb6864;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#eb6864}.thumbnail .caption{padding:9px;color:#777777}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#eb6864;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#22b24c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#336699}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f5e625}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#f57a00}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#eb6864;border-color:#eb6864}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#ffffff}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#777777;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#777777}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#eb6864}.panel-primary>.panel-heading{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eb6864}.panel-primary>.panel-heading .badge{color:#eb6864;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eb6864}.panel-success{border-color:#22b24c}.panel-success>.panel-heading{color:#468847;background-color:#22b24c;border-color:#22b24c}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#22b24c}.panel-success>.panel-heading .badge{color:#22b24c;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#22b24c}.panel-info{border-color:#336699}.panel-info>.panel-heading{color:#3a87ad;background-color:#336699;border-color:#336699}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#336699}.panel-info>.panel-heading .badge{color:#336699;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#336699}.panel-warning{border-color:#f5e625}.panel-warning>.panel-heading{color:#c09853;background-color:#f5e625;border-color:#f5e625}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f5e625}.panel-warning>.panel-heading .badge{color:#f5e625;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f5e625}.panel-danger{border-color:#f57a00}.panel-danger>.panel-heading{color:#b94a48;background-color:#f57a00;border-color:#f57a00}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f57a00}.panel-danger>.panel-heading .badge{color:#f57a00;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f57a00}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{font-size:18px;font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700}.navbar-default .badge{background-color:#000;color:#fff}.navbar-inverse .badge{background-color:#fff;color:#eb6864}.navbar-brand{font-size:inherit;font-weight:700;text-transform:uppercase}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f57a00}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f57a00}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#eb6864}.has-error .form-control,.has-error .form-control:focus{border-color:#eb6864}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#22b24c}.has-success .form-control,.has-success .form-control:focus{border-color:#22b24c}.badge{padding-bottom:4px;vertical-align:3px;font-size:10px}.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;color:#000}.panel-primary .panel-title,.panel-success .panel-title,.panel-warning .panel-title,.panel-danger .panel-title,.panel-info .panel-title{color:#fff} + + .share-page { + text-align: center; + background: $secondary-color; + color: $light-color; + padding: 8px 15px; + border-radius: 5px; + margin: 1.5 * $spacing-unit 0; + + a { + font-weight: 700; + color: #fff; + margin-left: 10px; + + &:hover { + border-bottom: 1px dashed #fff; + } + } +} \ No newline at end of file diff --git a/src/css/tables.css b/src/css/tables.css new file mode 100755 index 0000000..949f4f9 --- /dev/null +++ b/src/css/tables.css @@ -0,0 +1,27 @@ +#jetsSearch { + border: 15px; + border-radius: 30px; + border-color: black; + } + +td { + width: 25%; +} + +.page-head { + text-align: center; + } + +#search-wrapper { + width: 75%; + margin: 0 auto; + } + +thead { + font-size: 1.2em; + font-weight: 700; + } + +#jetsSearch { + box-shadow: inset 0 1px 1px rgba(1,1,1,1) + } \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100755 index 0000000..9b71c2a --- /dev/null +++ b/src/index.html @@ -0,0 +1,63 @@ +--- +layout: default +--- + +
+

Public APIs

+A collective list of free JSON APIs for use in web development. +
+For information on contributing to this project, please see the contributing guide. +
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + + + + + + + + + + +{% assign catlist = site.data.entries %} +{% for cat in catlist %} + {% for api in cat[1] %} + + + + + + + + {% endfor %} +{% endfor %} + +
APIDescriptionAuthorizationHTTPSCategory
{{ api.API }} {{ api.Description }}{{ api.Auth }}{{ api.HTTPS }}{{ cat[0] }}
+
+
+ + + \ No newline at end of file From c9f885fd6beaa3b9bc083f7435da928efb8642b6 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 20:13:16 -0400 Subject: [PATCH 02/24] Remove jekyll build dir from VC --- .gitignore | 1 + src/_site/Gemfile | 7 - src/_site/Gemfile.lock | 209 --- src/_site/contribute/index.html | 117 -- src/_site/css/jets.min.js | 13 - src/_site/css/journal.css | 56 - src/_site/css/tables.css | 27 - src/_site/index.html | 2659 ------------------------------- src/_site/robots.txt | 1 - src/_site/sitemap.xml | 9 - 10 files changed, 1 insertion(+), 3098 deletions(-) create mode 100644 .gitignore delete mode 100755 src/_site/Gemfile delete mode 100644 src/_site/Gemfile.lock delete mode 100644 src/_site/contribute/index.html delete mode 100755 src/_site/css/jets.min.js delete mode 100755 src/_site/css/journal.css delete mode 100755 src/_site/css/tables.css delete mode 100644 src/_site/index.html delete mode 100644 src/_site/robots.txt delete mode 100644 src/_site/sitemap.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3a12b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/_site diff --git a/src/_site/Gemfile b/src/_site/Gemfile deleted file mode 100755 index 7c18760..0000000 --- a/src/_site/Gemfile +++ /dev/null @@ -1,7 +0,0 @@ -source 'http://rubygems.org' -gem 'github-pages', group: :jekyll_plugins -gem 'jekyll-tagging' -gem 'jekyll-feed' -gem 'rouge' - - diff --git a/src/_site/Gemfile.lock b/src/_site/Gemfile.lock deleted file mode 100644 index 22d268d..0000000 --- a/src/_site/Gemfile.lock +++ /dev/null @@ -1,209 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - activesupport (4.2.8) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - colorator (1.1.0) - ethon (0.10.1) - ffi (>= 1.3.0) - execjs (2.7.0) - faraday (0.12.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.18) - forwardable-extended (2.6.0) - gemoji (3.0.0) - github-pages (146) - activesupport (= 4.2.8) - github-pages-health-check (= 1.3.5) - jekyll (= 3.4.5) - jekyll-avatar (= 0.4.2) - jekyll-coffeescript (= 1.0.1) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.9.2) - jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 2.5.1) - jekyll-mentions (= 1.2.0) - jekyll-optional-front-matter (= 0.2.0) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.1.0) - jekyll-redirect-from (= 0.12.1) - jekyll-relative-links (= 0.4.1) - jekyll-sass-converter (= 1.5.0) - jekyll-seo-tag (= 2.2.3) - jekyll-sitemap (= 1.0.0) - jekyll-swiss (= 0.4.0) - jekyll-theme-architect (= 0.0.4) - jekyll-theme-cayman (= 0.0.4) - jekyll-theme-dinky (= 0.0.4) - jekyll-theme-hacker (= 0.0.4) - jekyll-theme-leap-day (= 0.0.4) - jekyll-theme-merlot (= 0.0.4) - jekyll-theme-midnight (= 0.0.4) - jekyll-theme-minimal (= 0.0.4) - jekyll-theme-modernist (= 0.0.4) - jekyll-theme-primer (= 0.3.1) - jekyll-theme-slate (= 0.0.4) - jekyll-theme-tactile (= 0.0.4) - jekyll-theme-time-machine (= 0.0.4) - jekyll-titles-from-headings (= 0.2.0) - jemoji (= 0.8.0) - kramdown (= 1.13.2) - liquid (= 3.0.6) - listen (= 3.0.6) - mercenary (~> 0.3) - minima (= 2.1.1) - rouge (= 1.11.1) - terminal-table (~> 1.4) - github-pages-health-check (1.3.5) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 2.0) - typhoeus (~> 0.7) - html-pipeline (2.6.0) - activesupport (>= 2) - nokogiri (>= 1.4) - i18n (0.8.6) - jekyll (3.4.5) - addressable (~> 2.4) - colorator (~> 1.0) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-avatar (0.4.2) - jekyll (~> 3.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.9.2) - jekyll (~> 3.3) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-github-metadata (2.5.1) - jekyll (~> 3.1) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.2.0) - activesupport (~> 4.0) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-optional-front-matter (0.2.0) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.1.0) - jekyll (~> 3.0) - jekyll-redirect-from (0.12.1) - jekyll (~> 3.3) - jekyll-relative-links (0.4.1) - jekyll (~> 3.3) - jekyll-sass-converter (1.5.0) - sass (~> 3.4) - jekyll-seo-tag (2.2.3) - jekyll (~> 3.3) - jekyll-sitemap (1.0.0) - jekyll (~> 3.3) - jekyll-swiss (0.4.0) - jekyll-tagging (1.1.0) - nuggets - jekyll-theme-architect (0.0.4) - jekyll (~> 3.3) - jekyll-theme-cayman (0.0.4) - jekyll (~> 3.3) - jekyll-theme-dinky (0.0.4) - jekyll (~> 3.3) - jekyll-theme-hacker (0.0.4) - jekyll (~> 3.3) - jekyll-theme-leap-day (0.0.4) - jekyll (~> 3.3) - jekyll-theme-merlot (0.0.4) - jekyll (~> 3.3) - jekyll-theme-midnight (0.0.4) - jekyll (~> 3.3) - jekyll-theme-minimal (0.0.4) - jekyll (~> 3.3) - jekyll-theme-modernist (0.0.4) - jekyll (~> 3.3) - jekyll-theme-primer (0.3.1) - jekyll (~> 3.3) - jekyll-theme-slate (0.0.4) - jekyll (~> 3.3) - jekyll-theme-tactile (0.0.4) - jekyll (~> 3.3) - jekyll-theme-time-machine (0.0.4) - jekyll (~> 3.3) - jekyll-titles-from-headings (0.2.0) - jekyll (~> 3.3) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - jemoji (0.8.0) - activesupport (~> 4.0) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - kramdown (1.13.2) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.6) - mini_portile2 (2.2.0) - minima (2.1.1) - jekyll (~> 3.3) - minitest (5.10.3) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) - nuggets (1.5.0) - octokit (4.7.0) - sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.14.0) - forwardable-extended (~> 2.6) - public_suffix (2.0.5) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (1.11.1) - safe_yaml (1.0.4) - sass (3.5.1) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.3) - thread_safe (~> 0.1) - unicode-display_width (1.3.0) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - jekyll-feed - jekyll-tagging - rouge - -BUNDLED WITH - 1.15.0 diff --git a/src/_site/contribute/index.html b/src/_site/contribute/index.html deleted file mode 100644 index 6908866..0000000 --- a/src/_site/contribute/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - -
-
- - - - - -
-
- -

Contributing to public-apis

- -
-

While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically -opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the -community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted.

- -

Thanks for understanding! :)

-
- -

Formatting

- - - - - - - - - - - - - - - - - - -
APIDescriptionAuthHTTPSLink
API titleDescription of APIDoes this API require authentication? *Does the API support HTTPS?Link to API webpage
- -

Example Entry:

- -
  | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) |
-
-
- -

Currently, the only accepted inputs for the Auth field are as follows:

- -
    -
  • oAuth - the API supports oAuth
  • -
  • apiKey - the API uses a private key string/token for authentication - try and use the correct parameter
  • -
  • X-Mashape-Key - the name of the header which may need to be sent
  • -
  • No - the API requires no authentication to run
  • -
- -

Please continue to follow the alphabetical ordering that is in place per section.

- -

If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under Social since it is mainly a social network, even though it could also apply to Photography.

- -

Pull Request

- -

After you’ve created a branch on your fork with your changes, it’s time to make a pull request! -Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.

- -

Pull Request Pro Tips

- -
    -
  • Fork the repository and clone it locally. -Connect your local repository to the original upstream repository by adding it as a remote. -Pull in changes from upstream often so that you stay up to date and so when you submit your pull request, -merge conflicts will be less likely. See more detailed instructions here.
  • -
  • Create a branch for your edits.
  • -
  • Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge -and for others to understand and maintain in the future.
  • -
- -

Open Pull Requests

- -

Once you’ve opened a pull request, a discussion will start around your proposed changes.

- -

Other contributors and users may chime in, but ultimately the decision is made by the collaborators.

- -

During the discussion, you may be asked to make some changes to your pull request.

- -

If so, add more commits to your branch and push them – they will automatically go into the existing pull request!

- -

Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. If the build error is not related to your link(s), don’t worry! Your pull request will not be delayed because of already existing link causing an error.

-
-
- - diff --git a/src/_site/css/jets.min.js b/src/_site/css/jets.min.js deleted file mode 100755 index 0cc8b6d..0000000 --- a/src/_site/css/jets.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! Jets.js - v0.14.0 - 2017-02-11 -* http://NeXTs.github.com/Jets.js/ -* Copyright (c) 2015 Denis Lukov; Licensed MIT */ - -;(function(d,c){"undefined"!=typeof module?module.exports=c():"function"==typeof define&&"object"==typeof define.amd?define(c):d.Jets=c()})(this,function(){function d(c){if(!(this instanceof d))return new d(c);var a=this,b={searchSelector:"*AND",hideBy:"display:none",diacriticsMap:{}};a.options={};"columns addImportant searchSelector hideBy manualContentHandling callSearchManually searchInSpecificColumn diacriticsMap didSearch invert".split(" ").forEach(function(f){a.options[f]=c[f]||b[f]});if(1":"")+(b.invert?"":":not(")+"[data-jets"+("undefined"!=typeof a?"-col-"+a:"")+b.searchSelector+'="'+e[d]+'"]'+(b.invert?"":")");e=b.hideBy.split(";").filter(Boolean).map(function(a){return a+(b.addImportant?"!important":"")});f=(f?"":this.content_param+">")+h.join(f?",":"")+"{"+e.join(";")+"}";this.styleTag.innerHTML=g.length?f:""},_addStyleTag:function(){this.styleTag=document.createElement("style");document.head.appendChild(this.styleTag)},_getText:function(c){return c&&(c.textContent||c.innerText)|| -""},_sanitize:function(c){return this.replaceDiacritics(c).trim().replace(/\s+/g," ").toLowerCase()},_getContentTags:function(c){return Array.prototype.slice.call(this.content_tag).reduce(function(a,b){return a.concat(Array.prototype.slice.call(b.querySelectorAll(c||":scope > *")))},[])},_handleSpecificColumns:function(c,a){var b=this;b.options.searchInSpecificColumn&&Array.prototype.slice.call(c.children).map(function(g,e){if(!b.options.columns||!b.options.columns.length||-1!=b.options.columns.indexOf(e))c[(a|| -"remove")+"Attribute"]("data-jets-col-"+e,a&&b._sanitize(b._getText(g)))})},_setJets:function(c,a){for(var b=this,g=b._getContentTags(a?"":c),e,f=0,d;d=g[f];f++)if(!d.hasAttribute("data-jets")||a)e=this.options.manualContentHandling?this.options.manualContentHandling(d):b.options.columns&&b.options.columns.length?b.options.columns.map(function(a){return b._getText(d.children[a])}).join(" "):b._getText(d),d.setAttribute("data-jets",b._sanitize(e)),b._handleSpecificColumns(d,"set")},replaceDiacritics:function(c){var a= -this.options.diacriticsMap,b;for(b in a)if(a.hasOwnProperty(b))for(var d=0,e=a[b].length;d :not([data-jets])",c)},_destroy:function(){this.styleTag.parentNode&&document.head.removeChild(this.styleTag);for(var c=this._getContentTags(),a=0,b;b=c[a];a++)b.removeAttribute("data-jets"),this._handleSpecificColumns(b)}};(function(c,a){try{c.querySelector(":scope body")}catch(b){["querySelector","querySelectorAll"].forEach(function(b){var d= -a[b];a[b]=function(a){if(/(^|,)\s*:scope/.test(a)){var e=this.id;this.id="ID_"+Date.now();a=a.replace(/((^|,)\s*):scope/g,"$1#"+this.id);a=c[b](a);this.id=e;return a}return d.call(this,a)}})}})(window.document,Element.prototype);return d}); \ No newline at end of file diff --git a/src/_site/css/journal.css b/src/_site/css/journal.css deleted file mode 100755 index 003e52f..0000000 --- a/src/_site/css/journal.css +++ /dev/null @@ -1,56 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");/*! - * bootswatch v3.3.5 - * Homepage: http://bootswatch.com - * Copyright 2012-2015 Thomas Park - * Licensed under MIT - * Based on Bootstrap -*//*! - * Bootstrap v3.3.5 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Georgia,"Times New Roman",Times,serif;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#eb6864;text-decoration:none}a:hover,a:focus{color:#e22620;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;line-height:1.1;color:#000000}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:920px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#eb6864}a.text-primary:hover,a.text-primary:focus{color:#e53c37}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover,a.text-danger:focus{color:#953b39}.bg-primary{color:#fff;background-color:#eb6864}a.bg-primary:hover,a.bg-primary:focus{background-color:#e53c37}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0} - - @media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}} - abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px} - - @media (min-width:768px){.container{width:750px}} - - @media (min-width:992px){.container{width:970px}} - - @media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%} - - @media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}} - - @media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.3f3333333%}.col-md-offset-0{margin-left:0%}} - - - @media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%} - - @media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#777777;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.42857143;color:#777777}.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none} - - @media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:56px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:34px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-lg{height:56px;line-height:56px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:56px;line-height:56px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:56px;min-height:40px;padding:15px 16px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:56px;height:56px;line-height:56px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#b7b7b7} - - - - @media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19.6666662px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:15px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#999999;border-color:#999999}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#808080;border-color:#595959}.btn-default:hover{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#6e6e6e;border-color:#595959}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#999999;border-color:#999999}.btn-default .badge{color:#999999;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#e53c37;border-color:#b81c18}.btn-primary:hover{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#dc221c;border-color:#b81c18}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#eb6864;border-color:#eb6864}.btn-primary .badge{color:#eb6864;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#22b24c;border-color:#22b24c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#1a873a;border-color:#0e471e}.btn-success:hover{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#14692d;border-color:#0e471e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#22b24c;border-color:#22b24c}.btn-success .badge{color:#22b24c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#336699;border-color:#336699}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#264c73;border-color:#132639}.btn-info:hover{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#1d3b58;border-color:#132639}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#336699;border-color:#336699}.btn-info .badge{color:#336699;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f5e625;border-color:#f5e625}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ddce0a;border-color:#948a07}.btn-warning:hover{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#bbae09;border-color:#948a07}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f5e625;border-color:#f5e625}.btn-warning .badge{color:#f5e625;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#f57a00;border-color:#f57a00}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c26100;border-color:#763b00}.btn-danger:hover{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#9e4f00;border-color:#763b00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#f57a00;border-color:#f57a00}.btn-danger .badge{color:#f57a00;background-color:#ffffff}.btn-link{color:#eb6864;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#e22620;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#eb6864}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#eb6864}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px} - - @media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:56px;line-height:56px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:15px;font-weight:normal;line-height:1;color:#777777;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:19px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#eb6864}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#777777;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#eb6864}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:60px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:19.5px 15px;font-size:19px;line-height:21px;height:60px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:13px;margin-bottom:13px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:9.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:19.5px;padding-bottom:19.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:10.5px;margin-bottom:10.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:10.5px;margin-bottom:10.5px}.navbar-btn.btn-sm{margin-top:14.5px;margin-bottom:14.5px}.navbar-btn.btn-xs{margin-top:19px;margin-bottom:19px}.navbar-text{margin-top:19.5px;margin-bottom:19.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#ffffff;border-color:#eeeeee}.navbar-default .navbar-brand{color:#000000}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-text{color:#000000}.navbar-default .navbar-nav>li>a{color:#000000}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#eeeeee}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#eeeeee;color:#000000}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000000}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#000000}.navbar-default .navbar-link:hover{color:#000000}.navbar-default .btn-link{color:#000000}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#000000}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#eb6864;border-color:#e53c37}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#e53c37}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#e53c37}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#e74944}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#e74b47;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#eb6864;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#e22620;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#eb6864}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#e53c37}.label-success{background-color:#22b24c}.label-success[href]:hover,.label-success[href]:focus{background-color:#1a873a}.label-info{background-color:#336699}.label-info[href]:hover,.label-info[href]:focus{background-color:#264c73}.label-warning{background-color:#f5e625}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ddce0a}.label-danger{background-color:#f57a00}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c26100}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#eb6864;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#eb6864;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#eb6864}.thumbnail .caption{padding:9px;color:#777777}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#eb6864;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#22b24c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#336699}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f5e625}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#f57a00}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#eb6864;border-color:#eb6864}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#ffffff}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#777777;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#777777}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#eb6864}.panel-primary>.panel-heading{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eb6864}.panel-primary>.panel-heading .badge{color:#eb6864;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eb6864}.panel-success{border-color:#22b24c}.panel-success>.panel-heading{color:#468847;background-color:#22b24c;border-color:#22b24c}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#22b24c}.panel-success>.panel-heading .badge{color:#22b24c;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#22b24c}.panel-info{border-color:#336699}.panel-info>.panel-heading{color:#3a87ad;background-color:#336699;border-color:#336699}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#336699}.panel-info>.panel-heading .badge{color:#336699;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#336699}.panel-warning{border-color:#f5e625}.panel-warning>.panel-heading{color:#c09853;background-color:#f5e625;border-color:#f5e625}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f5e625}.panel-warning>.panel-heading .badge{color:#f5e625;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f5e625}.panel-danger{border-color:#f57a00}.panel-danger>.panel-heading{color:#b94a48;background-color:#f57a00;border-color:#f57a00}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f57a00}.panel-danger>.panel-heading .badge{color:#f57a00;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f57a00}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{font-size:18px;font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700}.navbar-default .badge{background-color:#000;color:#fff}.navbar-inverse .badge{background-color:#fff;color:#eb6864}.navbar-brand{font-size:inherit;font-weight:700;text-transform:uppercase}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f57a00}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f57a00}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#eb6864}.has-error .form-control,.has-error .form-control:focus{border-color:#eb6864}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#22b24c}.has-success .form-control,.has-success .form-control:focus{border-color:#22b24c}.badge{padding-bottom:4px;vertical-align:3px;font-size:10px}.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;color:#000}.panel-primary .panel-title,.panel-success .panel-title,.panel-warning .panel-title,.panel-danger .panel-title,.panel-info .panel-title{color:#fff} - - .share-page { - text-align: center; - background: $secondary-color; - color: $light-color; - padding: 8px 15px; - border-radius: 5px; - margin: 1.5 * $spacing-unit 0; - - a { - font-weight: 700; - color: #fff; - margin-left: 10px; - - &:hover { - border-bottom: 1px dashed #fff; - } - } -} \ No newline at end of file diff --git a/src/_site/css/tables.css b/src/_site/css/tables.css deleted file mode 100755 index 949f4f9..0000000 --- a/src/_site/css/tables.css +++ /dev/null @@ -1,27 +0,0 @@ -#jetsSearch { - border: 15px; - border-radius: 30px; - border-color: black; - } - -td { - width: 25%; -} - -.page-head { - text-align: center; - } - -#search-wrapper { - width: 75%; - margin: 0 auto; - } - -thead { - font-size: 1.2em; - font-weight: 700; - } - -#jetsSearch { - box-shadow: inset 0 1px 1px rgba(1,1,1,1) - } \ No newline at end of file diff --git a/src/_site/index.html b/src/_site/index.html deleted file mode 100644 index b0333b3..0000000 --- a/src/_site/index.html +++ /dev/null @@ -1,2659 +0,0 @@ - - - - - - - - - - - - - - - - - -
-
- - - - - -
-
- -
-

Public APIs

-A collective list of free JSON APIs for use in web development. -
-For information on contributing to this project, please see the contributing guide. -
- - -
-
- - -
-
- -
- - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APIDescriptionAuthorizationHTTPSCategory
IUCN IUCN Red List of Threatened SpeciestokenfalseAnimals
Petfinder AdoptionYestrueAnimals
RescueGroups AdoptiontrueAnimals
AniList AniList AnimeOAuthfalseAnime
Jikan Unofficial MyAnimeList APItrueAnime
Kitsu Anime discovery platformOAuthtrueAnime
Studio Ghibli Resources from Studio Ghibli filmstrueAnime
Certly Certly Link/Domain FlaggingtokentrueAnti-Malware
Google Safe Browsing Google Link/Domain FlaggingtokentrueAnti-Malware
Metacert Metacert Link FlaggingtokentrueAnti-Malware
VirusTotal VirusTotal File/URL AnalysistokentrueAnti-Malware
Web Of Trust (WOT) Website reputationapiKeytrueAnti-Malware
Dribbble DesignOAuthfalseArt & Design
Noun Project IconsOAuthfalseArt & Design
Icons8 IconsOAuthtrueArt & Design
Rijksmuseum ArtapiKeytrueArt & Design
British National Bibliography BooksfalseBooks
Goodreads BookstrueBooks
Google Books BooksOAuthtrueBooks
Email Service apiKeytruehttps://www.mailgun.com/Business
Trademark Search falsehttp://www.markerapi.com/Business
Church Calendar Catholic liturgical calendarfalseCalendar
Holidays Historical data regarding holidaysapiKeytrueCalendar
LectServe Protestant liturgical calendarfalseCalendar
Non-Working Days Database of ICS files for non working daystrueCalendar
Box File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Dropbox File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Google Drive File Sharing and StorageOAuthtrueCloud Storage & File Sharing
OneDrive File Sharing and StorageOAuthtrueCloud Storage & File Sharing
Currencylayer Exchange rates and currency conversionapiKeytrueCurrency Exchange
Fixer.io Exchange rates and currency conversiontrueCurrency Exchange
18F US Federal Government /Developer ProgramfalseData Access
Abbreviation Get abbreviations and meaningsX-Mashape-KeytrueData Access
CARTO Location Information PredictionapiKeytrueData Access
Callook.info United States ham radio callsignstrueData Access
Celebinfo Celebrity informationX-Mashape-KeytrueData Access
Colorado Data Engine Formatted and geolocated Colorado public datatrueData Access
Colorado Information Marketplace Colorado State Government Open DatatrueData Access
Data USA US Public DatatrueData Access
Dronestream Tracks United States drone strikesfalseData Access
fonoApi Mobile Device DescriptiontrueData Access
Open Government, Australia Australian Government Open DatatrueData Access
Open Government, USA United States Government Open DatatrueData Access
Open Government, Canada Canadian Government Open DatafalseData Access
Open Government Data, India Indian Government Open DatatokentrueData Access
Pearson Dictionary DataapiKeyfalseData Access
Prague Opendata Prague City Open DatafalseData Access
Quandl Stock Market DatatrueData Access
Represent by Open North Find Canadian Government RepresentativestrueData Access
Scoop.it Content Curation ServiceapiKeyfalseData Access
Teleport Quality of Life DatatrueData Access
Wikipedia Mediawiki EncyclopediatrueData Access
Wordnik Dictionary DatafalseData Access
Yelp Find Local BusinessOAuthtrueData Access
languagelayer Language detectiontrueData Validation
Lob.com US Address VerificationapiKeytrueData Validation
mailboxlayer Email address validationtrueData Validation
numverify Phone number validationtrueData Validation
vatlayer VAT number validationtrueData Validation
Adorable Avatars Generate random cartoon avatarstrueDevelopment
APIs.guru Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIstrueDevelopment
CDNJS Library info on CDNJStrueDevelopment
Faceplusplus A tool to detect faceOAuthtrueDevelopment
Genderize.io Determines a gender from a first nametrueDevelopment
Github - User Data Pull public information for a user's githubtrueDevelopment
Gitter Chat for GitHubOAuthtrueDevelopment
HackerRank Compile source code and run against a set of provided test casesapiKeytrueDevelopment
Hipster Ipsum Generates Hipster Ipsum textfalseDevelopment
IPify A simple IP Address APItrueDevelopment
JSON 2 JSONP Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScripttrueDevelopment
JSONPlaceholder Fake data for testing and prototypingfalseDevelopment
Judge0 API Compile and run source codetrueDevelopment
Let's Validate Uncovers the technologies used on websites and URL to thumbnailtrueDevelopment
LiveEdu Live Coding StreamingOAuthtrueDevelopment
Lorem Text Generates Lorem Ipsum textX-Mashape-KeytrueDevelopment
Loripsum The "lorem ipsum" generator that doesn't suckfalseDevelopment
Myjson A simple JSON store for your web or mobile appfalseDevelopment
Plino Spam filtering systemtrueDevelopment
Public APIs A collective list of free JSON APIs for use in web developmenttrueDevelopment
Random Word Generate random wordfalseDevelopment
RandomUser Generates random user datatrueDevelopment
ReqRes A hosted REST-API ready to respond to your AJAX requeststrueDevelopment
RoboHash Generate random robot/alien avatarstrueDevelopment
StackExchange Q&A forum for developersOAuthtrueDevelopment
Stormpath User AuthenticationapiKeytrueDevelopment
UI Names Generate random fake namestrueDevelopment
Verse Check what's the latest version of your favorite open-source projecttrueDevelopment
File.io File SharingtrueDocuments & Productivity
pdflayer API HTML/URL to PDFtrueDocuments & Productivity
PrexView Data from XML or JSON to PDF, HTML or ImageapiKeytrueDocuments & Productivity
Todoist Todo ListsOAuthtrueDocuments & Productivity
Wunderlist Todo ListsOAuthtrueDocuments & Productivity
AirVisual Air quality and weather dataapiKeytrueEnvironment
OpenAQ Open air quality dataapiKeytrueEnvironment
PM2.5.in Air quality of ChinaapiKeyfalseEnvironment
Barchart OnDemand Stock, Futures, and Forex Market DataapiKeytrueFinance
CoinDesk Bitcoin Price IndexfalseFinance
Consumer Financial Protection Bureau Financial services consumer complains dataapiKeytrueFinance
BigOven Recipe SearchX-Mashape-KeyfalseFood & Drink
BreweryDB BeerapiKeyfalseFood & Drink
Edamam Recipe SearchapiKeytrueFood & Drink
Food2Fork Recipe SearchapiKeyfalseFood & Drink
LCBO AlcoholapiKeytrueFood & Drink
PunkAPI Brewdog Beer RecipestrueFood & Drink
Recipe Puppy FoodfalseFood & Drink
TacoFancy Community-driven taco databasefalseFood & Drink
TheCocktailDB Cocktail RecipesfalseFood & Drink
Yummly Find food recipestrueFood & Drink
Zomato Discover restaurantsapiKeytrueFood & Drink
Whitepages Pro Global identity verification with phone, address, email, and IPapiKeytrueFraud Prevention
Whitepages Pro Phone reputation to detect spammy phonesapiKeytrueFraud Prevention
Whitepages Pro Get an owner’s name, address, demographics based on the phone numberapiKeytrueFraud Prevention
Whitepages Pro Phone number validation, line_type, carrier appendapiKeytrueFraud Prevention
Whitepages Pro Get normalized physical address, residents, address type, and validityapiKeytrueFraud Prevention
Battle.net Blizzard EntertainmenttrueGames & Comics
Battlefield 4 Battlefield 4 InformationtrueGames & Comics
Chuck Norris Database JokesfalseGames & Comics
Clash of Clans Clash of Clans Game InformationtrueGames & Comics
Clash Royale Clash Royale Game InformationtrueGames & Comics
Comic Vine ComicstrueGames & Comics
Deck of Cards Deck of CardsfalseGames & Comics
Destiny The Game Bungie Platform APIapiKeytrueGames & Comics
Eve Online Third-Party Developer DocumentationOAuth required for some partstrueGames & Comics
Giant Bomb Video GamestrueGames & Comics
Guild Wars 2 Guild Wars 2 Game InformationapiKeytrueGames & Comics
Jservice Jeopardy Question DatabasefalseGames & Comics
Magic The Gathering Magic The Gathering Game InformationfalseGames & Comics
Marvel Marvel ComicsapiKeyfalseGames & Comics
Minecraft Minecraft server info & user info)trueGames & Comics
Open Trivia Trivia QuestionstrueGames & Comics
PandaScore E-sports games and resultsapiKeytrueGames & Comics
Pokéapi Pokémon InformationfalseGames & Comics
Qriusity Quiz/Trivia QuestionstrueGames & Comics
Riot Games League of Legends Game InformationapiKeytrueGames & Comics
Steam Steam Client InteractionOAuthtrueGames & Comics
SWAPI Star Wars InformationtrueGames & Comics
adresse.data.gouv.fr Address database of France geocoding and reverse.trueGeocoding
Bing Maps Create/customize digital maps based on Bing Maps dataapiKeytrueGeocoding
Geocode.xyz Provides worldwide forward/reverse geocoding, batch geocoding and geoparsingtrueGeocoding
GeoNames Place names and other geographical datafalseGeocoding
GéoApi French geographical datatrueGeocoding
Google Maps Create/customize digital maps based on Google Maps dataapiKeytrueGeocoding
IP 2 Country Map an IP to a countrytrueGeocoding
IP Address Details Find geolocation with ip addresstrueGeocoding
IP Vigilante Free IP Geolocation APItrueGeocoding
Mapbox Create/customize beautiful digital mapsapiKeytrueGeocoding
Mapzen Search Open Source & Open Data Global Geocoding ServicetrueGeocoding
Mexico Mexico RESTful zip codes APItrueGeocoding
One Map 2.0, Singapore Singapore Land Authority REST API services for Singapore addressesYestrueGeocoding
OpenCage Forward and reverse geocoding using open datatrueGeocoding
OpenStreetMap Navigation, geolocation and geographical dataOAuthfalseGeocoding
PostcodeData.nl Provide geolocation data based on postcode for Dutch addressesfalseGeocoding
Postcodes.io Postcode lookup & Geolocation for the UKtrueGeocoding
REST Countries Get information about countries via a RESTful APItrueGeocoding
Utah AGRC Utah Web API for geocoding Utah addressesapiKeytrueGeocoding
ViaCep Brazil RESTful zip codes APItrueGeocoding
Diabetes Logging and retrieving diabetes informationfalseHealth
Flutrack Influenza-like symptoms with geotrackingfalseHealth
Makeup Makeup InformationfalseHealth
Nutritionix Worlds largest verified nutrition databaseapiKeytrueHealth
openFDA Public FDA data about drugs, devices, and foodstrueHealth
USDA Nutrients National Nutrient Database for Standard ReferencetrueHealth
API.AI Natural Language ProcessingapikeytrueMachine Learning
Clarifai Computer VisionOAuthtrueMachine Learning
Cleverbot Web chat botapikeytrueMachine Learning
Keen IO Data AnalyticsapikeytrueMachine Learning
Unplugg Forecasting API for timeseries dataapikeytrueMachine Learning
Wit.ai Natural Language ProcessingOAuthtrueMachine Learning
Newton Symbolic and Arithmetic Math CalculatortrueMath
Numbers API Facts about numbersfalseMath
Bandsintown Music EventstrueMusic
Deezer MusicOAuthfalseMusic
Discogs MusicOAuthtrueMusic
Genius Crowdsourced lyrics and music knowledgeOAuthtrueMusic
Jamendo MusicOAuthtrueMusic
iTunes Search Software productstrueMusic
LastFm MusicfalseMusic
Mixcloud MusictrueMusic
MusicBrainz MusictrueMusic
Musikki MusictrueMusic
Musixmatch MusicapiKeytrueMusic
Songsterr Provides guitar, bass and drums tabs and chordstrueMusic
Soundcloud MusictrueMusic
Spotify MusicOAuthtrueMusic
Vagalume Crowdsourced lyrics and music knowledgeapiKeytrueMusic
New York Times Provides newsapikeytrueNews
News API headlines currently published on a range of news sources and blogsapikeytrueNews
The Guardian Access all the content the Guardian creates, categorised by tags and sectionapikeytrueNews
Countly Countly web analyticsfalseOpen Source projects
Drupal.org DrupalorgtrueOpen Source projects
Libraries.io Open source software librariesapiKeytrueOpen Source projects
chucknorris.io JSON API for hand curated Chuck Norris jokestruePersonality
Forismatic Inspirational QuotesfalsePersonality
Medium Community of readers and writers offering unique perspectives on ideasOAuthtruePersonality
Quotes on Design Inspirational QuotestruePersonality
Traitify Assess, collect, and analyze PersonalitytruePersonality
tronalddump.io Api & web archive for the things Donald Trump has saidtruePersonality
500px Photography CommunityOAuthtruePhotography
Flickr Flickr ServicesOAuthtruePhotography
Gfycat Jiffier GIFsOAuthtruePhotography
Giphy Get all your gifstruePhotography
Imgur ImagesOAuthtruePhotography
ScreenShotLayer URL 2 ImagetruePhotography
Unsplash PhotographyOAuthtruePhotography
arcsecond.io Multiple astronomy data sourcestrueScience
Fedger.io Query machine intelligence datatrueScience
Gene_info human genome data w/ gene summariesapiKeyfalseScience
inspirehep.net High Energy Physics info systemtrueScience
Launch Library Upcoming Space LaunchestrueScience
Minor Planet Center Asterankcom InformationfalseScience
NASA NASA data, including imagerytrueScience
Open Notify ISS astronauts, current location, etcfalseScience
Sunrise and Sunset Sunset and sunrise times for a given latitude and longitudetrueScience
USGS Earthquake Hazards Program Earthquakes data real-timetrueScience
World Bank World DatafalseScience
AXFR Database AXFR public databasefalseSecurity
UK Police UK Police datatrueSecurity
eBay Sell and Buy on eBayOAuthtrueShopping
Discord Make bots for Discord, integrate Discord onto an external platformOAuthtrueSocial
DonReach Social Count Get the social share count of a URL from every major social networktrueSocial
Facebook Facebook Login, Share on FB, Social Plugins, Analytics and moreOAuthtrueSocial
Foursquare Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)OAuthtrueSocial
Fuck Off as a Service Asks someone to fuck offtrueSocial
Full Contact Get Social Media profiles and contact InformationOAuthtrueSocial
HackerNews Social news for CS and entrepreneurshiptrueSocial
Instagram Instagram Login, Share on Instagram, Social Plugins and moreOAuthtrueSocial
LinkedIn The foundation of all digital integrations with LinkedInOAuthtrueSocial
Meetup.com Data about Meetups from MeetupcomapiKeytrueSocial
Telegram MTProto Read and write Telegram dataOAuthtrueSocial
Telegram bot Simplified HTTP version of the MTProto API for botsOAuthtrueSocial
Pinterest The world's catalog of ideasOAuthtrueSocial
PWRTelegram bot Boosted version of the Telegram bot APIOAuthtrueSocial
Reddit Homepage of the internetOAuthtrueSocial
Slack Team Instant MessagingOAuthtrueSocial
Tumblr Read and write Tumblr DataOAuthtrueSocial
Twitch Game Streaming APIOAuthtrueSocial
Twitter Read and write Twitter dataOAuthtrueSocial
vk Read and write vk datOAuthtrueSocial
Cartola FC The Cartola FC API serves to check the partial points of your teamtrueSports & Fitness
City Bikes City Bikes around the worldfalseSports & Fitness
Ergast F1 F1 data from the beginning of the world championships in 1950falseSports & Fitness
Fitbit Fitbit InformationOAuthtrueSports & Fitness
Football-Data.org Football DatafalseSports & Fitness
JCDecaux Bike JCDecaux's self-service bicyclesapiKeytrueSports & Fitness
Cricket Live Scores live-scoreX-Mashape-KeytrueSports & Fitness
NFL Arrests NFL Arrest DatafalseSports & Fitness
Pro Motocross The RESTful AMA Pro Motocross lap times for every racer on the start gatefalseSports & Fitness
Strava Connect with athletes, activities and moreOAuthtrueSports & Fitness
UFC Data Ultimate Fighting Championship information for events and fightersfalseSports & Fitness
Wger Workout manager data as exercises, muscles or equipmentsapiKeytrueSports & Fitness
Postmon An API to query Brazilian ZIP codes and orders easily, quickly and freefalseTracking
Sweden Provides information about parcels in transportapikeyfalseTracking
Amadeus Travel Innovation Sandbox Travel Search - Limited usageapiKeytrueTransportation
Community Transit Transitland APItrueTransportation
Goibibo API for travel searchapiKeytrueTransportation
Indian Railways Indian Railways InformationtokenfalseTransportation
Navitia The open API for building cool stuff with transport dataapiKeytrueTransportation
The Nomad List A list of the best places to live/work remotelytrueTransportation
Schiphol Airport SchipholapiKeytrueTransportation
TransitLand Transit AggregationtrueTransportation
Transport for Atlanta, US MartafalseTransportation
Transport for Auckland, New Zealand Auckland Transport APItrueTransportation
Transport for Belgium Belgian transport APItrueTransportation
Transport for Berlin, Germany third-party VBB APItrueTransportation
Transport for Boston, US MBTA APIfalseTransportation
Transport for Budapest, Hungary Budapest public transport APItrueTransportation
Transport for Chicago, US CTAfalseTransportation
Transport for Czech Republic Czech transport APItrueTransportation
Transport for Denver, US RTDfalseTransportation
Transport for Finland Finnish transport APItrueTransportation
Transport for Germany Deutsche Bahn (DB) APIapiKeyfalseTransportation
Transport for India India Public Transport APIapiKeytrueTransportation
Transport for London, England TfL APItrueTransportation
Transport for Madrid, Spain Madrid BUS transport APIapiKeyfalseTransportation
Transport for Minneapolis, US NexTrip APIOAuthfalseTransportation
Transport for New York City, US MTAapiKeyfalseTransportation
Transport for Norway Norwegian transport APIfalseTransportation
Transport for Ottawa, Canada OC Transpo next bus arrival APIfalseTransportation
Transport for Paris, France RATP Open Data APIfalseTransportation
Transport for Paris, France Live schedules made simplefalseTransportation
Transport for Philadelphia, US SEPTA APIsfalseTransportation
Transport for Rio de Janeiro, Brazil Prefeitura do Rio (City Hall)falseTransportation
Transport for São Paulo, Brazil SPTransOAuthfalseTransportation
Transport for Sweden Public Transport consumerOAuthtrueTransportation
Transport for Switzerland Swiss public transport APItrueTransportation
Transport for Switzerland Official Swiss Public Transport Open DataapiKeytrueTransportation
Transport for The Netherlands NSfalseTransportation
Transport for Tokyo, Japan Tokyo MetroapiKeytrueTransportation
Transport for Toronto, Canada TTCtrueTransportation
Transport for Vancouver, Canada TransLinkOAuthtrueTransportation
Transport for Victoria, AU PTV APIapiKeytrueTransportation
Transport for Washington, US Washington Metro transport APIOAuthtrueTransportation
Uber Request Uber rides, reach riders, transport things, and reward driversOAuthtrueTransportation
WhereIsMyTransport Platform for public transport data in emerging citiesOAuthtrueTransportation
Universities List University names, countries and domainstrueUniversity
Vehicles Lot of vehicles informationsapiKeyfalseVehicle
Brazilian Vehicles and Prices Vehicles information from Fundação Instituto de Pesquisas Econômicas - FipetrueVehicle
NHTSA Vehicles NHTSA Product Information Catalog and Vehicle ListingtrueVehicle
An API of Ice And Fire Game Of Thrones APItrueVideo
Dailymotion Dailymotion Developer APIOAuthtrueVideo
MovieDB Movie DataapiKeytrueVideo
Netflix Roulette Netflix databasefalseVideo
Ron Swanson Quotes TelevisiontrueVideo
TVMaze TV Show DatafalseVideo
Vimeo Vimeo Developer APIOAuthtrueVideo
YouTube Add YouTube functionality to your sites and appsOAuthtrueVideo
Dark Sky WeatherapiKeytrueWeather
MetaWeather WeathertrueWeather
OpenWeatherMap WeatherapiKeyfalseWeather
Weatherbit WeatherapiKeytrueWeather
Wunderground WeatherapiKeytrueWeather
Yahoo! Weather WeathertrueWeather
-
-
- - -
-
- - diff --git a/src/_site/robots.txt b/src/_site/robots.txt deleted file mode 100644 index b3c8a8c..0000000 --- a/src/_site/robots.txt +++ /dev/null @@ -1 +0,0 @@ -Sitemap: http://localhost:4242/sitemap.xml diff --git a/src/_site/sitemap.xml b/src/_site/sitemap.xml deleted file mode 100644 index 483c653..0000000 --- a/src/_site/sitemap.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -http://localhost:4242/ - - -http://localhost:4242/contribute/ - - From bd6fbe4affad90de593f18736fef022fb31120b7 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 21:51:58 -0400 Subject: [PATCH 03/24] switch to raw HTML and CSS concept --- src/Gemfile | 7 - src/Gemfile.lock | 209 ---- src/_config.yml | 15 - src/_data/entries.json | 2262 ------------------------------------- src/_includes/head.html | 13 - src/_includes/header.html | 16 - src/_layouts/default.html | 10 - src/contribute/index.md | 78 -- src/css/jets.min.js | 13 - src/css/journal.css | 56 - src/css/tables.css | 27 - src/index.html | 95 +- src/scripts.js | 44 + src/styles.css | 31 + 14 files changed, 109 insertions(+), 2767 deletions(-) delete mode 100755 src/Gemfile delete mode 100644 src/Gemfile.lock delete mode 100755 src/_config.yml delete mode 100755 src/_data/entries.json delete mode 100755 src/_includes/head.html delete mode 100755 src/_includes/header.html delete mode 100755 src/_layouts/default.html delete mode 100755 src/contribute/index.md delete mode 100755 src/css/jets.min.js delete mode 100755 src/css/journal.css delete mode 100755 src/css/tables.css mode change 100755 => 100644 src/index.html create mode 100644 src/scripts.js create mode 100644 src/styles.css diff --git a/src/Gemfile b/src/Gemfile deleted file mode 100755 index 7c18760..0000000 --- a/src/Gemfile +++ /dev/null @@ -1,7 +0,0 @@ -source 'http://rubygems.org' -gem 'github-pages', group: :jekyll_plugins -gem 'jekyll-tagging' -gem 'jekyll-feed' -gem 'rouge' - - diff --git a/src/Gemfile.lock b/src/Gemfile.lock deleted file mode 100644 index 22d268d..0000000 --- a/src/Gemfile.lock +++ /dev/null @@ -1,209 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - activesupport (4.2.8) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - colorator (1.1.0) - ethon (0.10.1) - ffi (>= 1.3.0) - execjs (2.7.0) - faraday (0.12.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.18) - forwardable-extended (2.6.0) - gemoji (3.0.0) - github-pages (146) - activesupport (= 4.2.8) - github-pages-health-check (= 1.3.5) - jekyll (= 3.4.5) - jekyll-avatar (= 0.4.2) - jekyll-coffeescript (= 1.0.1) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.9.2) - jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 2.5.1) - jekyll-mentions (= 1.2.0) - jekyll-optional-front-matter (= 0.2.0) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.1.0) - jekyll-redirect-from (= 0.12.1) - jekyll-relative-links (= 0.4.1) - jekyll-sass-converter (= 1.5.0) - jekyll-seo-tag (= 2.2.3) - jekyll-sitemap (= 1.0.0) - jekyll-swiss (= 0.4.0) - jekyll-theme-architect (= 0.0.4) - jekyll-theme-cayman (= 0.0.4) - jekyll-theme-dinky (= 0.0.4) - jekyll-theme-hacker (= 0.0.4) - jekyll-theme-leap-day (= 0.0.4) - jekyll-theme-merlot (= 0.0.4) - jekyll-theme-midnight (= 0.0.4) - jekyll-theme-minimal (= 0.0.4) - jekyll-theme-modernist (= 0.0.4) - jekyll-theme-primer (= 0.3.1) - jekyll-theme-slate (= 0.0.4) - jekyll-theme-tactile (= 0.0.4) - jekyll-theme-time-machine (= 0.0.4) - jekyll-titles-from-headings (= 0.2.0) - jemoji (= 0.8.0) - kramdown (= 1.13.2) - liquid (= 3.0.6) - listen (= 3.0.6) - mercenary (~> 0.3) - minima (= 2.1.1) - rouge (= 1.11.1) - terminal-table (~> 1.4) - github-pages-health-check (1.3.5) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 2.0) - typhoeus (~> 0.7) - html-pipeline (2.6.0) - activesupport (>= 2) - nokogiri (>= 1.4) - i18n (0.8.6) - jekyll (3.4.5) - addressable (~> 2.4) - colorator (~> 1.0) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-avatar (0.4.2) - jekyll (~> 3.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.9.2) - jekyll (~> 3.3) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-github-metadata (2.5.1) - jekyll (~> 3.1) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.2.0) - activesupport (~> 4.0) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-optional-front-matter (0.2.0) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.1.0) - jekyll (~> 3.0) - jekyll-redirect-from (0.12.1) - jekyll (~> 3.3) - jekyll-relative-links (0.4.1) - jekyll (~> 3.3) - jekyll-sass-converter (1.5.0) - sass (~> 3.4) - jekyll-seo-tag (2.2.3) - jekyll (~> 3.3) - jekyll-sitemap (1.0.0) - jekyll (~> 3.3) - jekyll-swiss (0.4.0) - jekyll-tagging (1.1.0) - nuggets - jekyll-theme-architect (0.0.4) - jekyll (~> 3.3) - jekyll-theme-cayman (0.0.4) - jekyll (~> 3.3) - jekyll-theme-dinky (0.0.4) - jekyll (~> 3.3) - jekyll-theme-hacker (0.0.4) - jekyll (~> 3.3) - jekyll-theme-leap-day (0.0.4) - jekyll (~> 3.3) - jekyll-theme-merlot (0.0.4) - jekyll (~> 3.3) - jekyll-theme-midnight (0.0.4) - jekyll (~> 3.3) - jekyll-theme-minimal (0.0.4) - jekyll (~> 3.3) - jekyll-theme-modernist (0.0.4) - jekyll (~> 3.3) - jekyll-theme-primer (0.3.1) - jekyll (~> 3.3) - jekyll-theme-slate (0.0.4) - jekyll (~> 3.3) - jekyll-theme-tactile (0.0.4) - jekyll (~> 3.3) - jekyll-theme-time-machine (0.0.4) - jekyll (~> 3.3) - jekyll-titles-from-headings (0.2.0) - jekyll (~> 3.3) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - jemoji (0.8.0) - activesupport (~> 4.0) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - kramdown (1.13.2) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.6) - mini_portile2 (2.2.0) - minima (2.1.1) - jekyll (~> 3.3) - minitest (5.10.3) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) - nuggets (1.5.0) - octokit (4.7.0) - sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.14.0) - forwardable-extended (~> 2.6) - public_suffix (2.0.5) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (1.11.1) - safe_yaml (1.0.4) - sass (3.5.1) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.3) - thread_safe (~> 0.1) - unicode-display_width (1.3.0) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - jekyll-feed - jekyll-tagging - rouge - -BUNDLED WITH - 1.15.0 diff --git a/src/_config.yml b/src/_config.yml deleted file mode 100755 index 93b7458..0000000 --- a/src/_config.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Public APIs -description: A collective list of public JSON APIs for use in web development. -github_username: davemachado - -markdown: kramdown -kramdown: - input: GFM -encoding: utf-8 -highlighter: rouge -excerpt_separator: "" - -gems: - - jekyll-sitemap - -port: 4242 diff --git a/src/_data/entries.json b/src/_data/entries.json deleted file mode 100755 index eb42ed0..0000000 --- a/src/_data/entries.json +++ /dev/null @@ -1,2262 +0,0 @@ -{ - "Animals": [ - { - "API": "IUCN", - "Auth": "token", - "Description": "IUCN Red List of Threatened Species", - "HTTPS": false, - "Link": "http://apiv3.iucnredlist.org/api/v3/docs" - }, - { - "API": "Petfinder", - "Auth": "Yes", - "Description": "Adoption", - "HTTPS": true, - "Link": "https://www.petfinder.com/developers/api-docs/" - }, - { - "API": "RescueGroups", - "Auth": null, - "Description": "Adoption", - "HTTPS": true, - "Link": "https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home" - } - ], - "Anime": [ - { - "API": "AniList", - "Auth": "OAuth", - "Description": "AniList Anime", - "HTTPS": false, - "Link": "http://anilist-api.readthedocs.io/en/latest/" - }, - { - "API": "Jikan", - "Auth": null, - "Description": "Unofficial MyAnimeList API", - "HTTPS": true, - "Link": "https://jikan.me" - }, - { - "API": "Kitsu", - "Auth": "OAuth", - "Description": "Anime discovery platform", - "HTTPS": true, - "Link": "http://docs.kitsu.apiary.io/" - }, - { - "API": "Studio Ghibli", - "Auth": null, - "Description": "Resources from Studio Ghibli films", - "HTTPS": true, - "Link": "https://ghibliapi.herokuapp.com" - } - ], - "Anti-Malware": [ - { - "API": "Certly", - "Auth": "token", - "Description": "Certly Link/Domain Flagging", - "HTTPS": true, - "Link": "https://guard.certly.io/" - }, - { - "API": "Google Safe Browsing", - "Auth": "token", - "Description": "Google Link/Domain Flagging", - "HTTPS": true, - "Link": "https://developers.google.com/safe-browsing/" - }, - { - "API": "Metacert", - "Auth": "token", - "Description": "Metacert Link Flagging", - "HTTPS": true, - "Link": "https://metacert.com/" - }, - { - "API": "VirusTotal", - "Auth": "token", - "Description": "VirusTotal File/URL Analysis", - "HTTPS": true, - "Link": "https://www.virustotal.com/en/documentation/public-api/" - }, - { - "API": "Web Of Trust (WOT)", - "Auth": "apiKey", - "Description": "Website reputation", - "HTTPS": true, - "Link": "https://www.mywot.com/wiki/API" - } - ], - "Art & Design": [ - { - "API": "Dribbble", - "Auth": "OAuth", - "Description": "Design", - "HTTPS": false, - "Link": "http://developer.dribbble.com/v1/" - }, - { - "API": "Noun Project", - "Auth": "OAuth", - "Description": "Icons", - "HTTPS": false, - "Link": "http://api.thenounproject.com/index.html" - }, - { - "API": "Icons8", - "Auth": "OAuth", - "Description": "Icons", - "HTTPS": true, - "Link": "http://docs.icons8.apiary.io/#reference/0/meta" - }, - { - "API": "Rijksmuseum", - "Auth": "apiKey", - "Description": "Art", - "HTTPS": true, - "Link": "https://www.rijksmuseum.nl/en/api" - } - ], - "Books": [ - { - "API": "British National Bibliography", - "Auth": null, - "Description": "Books", - "HTTPS": false, - "Link": "http://bnb.data.bl.uk/" - }, - { - "API": "Goodreads", - "Auth": null, - "Description": "Books", - "HTTPS": true, - "Link": "https://www.goodreads.com/api" - }, - { - "API": "Google Books", - "Auth": "OAuth", - "Description": "Books", - "HTTPS": true, - "Link": "https://developers.google.com/books/" - } - ], - "Business": [ - { - "": "mailgun", - "API": "Email Service", - "Auth": true, - "Description": "apiKey", - "HTTPS": "https://www.mailgun.com/" - }, - { - "": "markerapi", - "API": "Trademark Search", - "Auth": false, - "Description": null, - "HTTPS": "http://www.markerapi.com/" - } - ], - "Calendar": [ - { - "API": "Church Calendar", - "Auth": null, - "Description": "Catholic liturgical calendar", - "HTTPS": false, - "Link": "http://calapi.inadiutorium.cz/" - }, - { - "API": "Holidays", - "Auth": "apiKey", - "Description": "Historical data regarding holidays", - "HTTPS": true, - "Link": "https://holidayapi.com/" - }, - { - "API": "LectServe", - "Auth": null, - "Description": "Protestant liturgical calendar", - "HTTPS": false, - "Link": "http://www.lectserve.com" - }, - { - "API": "Non-Working Days", - "Auth": null, - "Description": "Database of ICS files for non working days", - "HTTPS": true, - "Link": "https://github.com/gadael/icsdb" - } - ], - "Cloud Storage & File Sharing": [ - { - "API": "Box", - "Auth": "OAuth", - "Description": "File Sharing and Storage", - "HTTPS": true, - "Link": "https://developer.box.com/" - }, - { - "API": "Dropbox", - "Auth": "OAuth", - "Description": "File Sharing and Storage", - "HTTPS": true, - "Link": "https://www.dropbox.com/developers" - }, - { - "API": "Google Drive", - "Auth": "OAuth", - "Description": "File Sharing and Storage", - "HTTPS": true, - "Link": "https://developers.google.com/drive/" - }, - { - "API": "OneDrive", - "Auth": "OAuth", - "Description": "File Sharing and Storage", - "HTTPS": true, - "Link": "https://dev.onedrive.com/" - } - ], - "Currency Exchange": [ - { - "API": "Currencylayer", - "Auth": "apiKey", - "Description": "Exchange rates and currency conversion", - "HTTPS": true, - "Link": "https://currencylayer.com/documentation" - }, - { - "API": "Fixer.io", - "Auth": null, - "Description": "Exchange rates and currency conversion", - "HTTPS": true, - "Link": "http://fixer.io" - } - ], - "Data Access": [ - { - "API": "18F", - "Auth": null, - "Description": "US Federal Government /Developer Program", - "HTTPS": false, - "Link": "http://18f.github.io/API-All-the-X/" - }, - { - "API": "Abbreviation", - "Auth": "X-Mashape-Key", - "Description": "Get abbreviations and meanings", - "HTTPS": true, - "Link": "https://market.mashape.com/daxeel/abbreviations" - }, - { - "API": "CARTO", - "Auth": "apiKey", - "Description": "Location Information Prediction", - "HTTPS": true, - "Link": "https://carto.com/" - }, - { - "API": "Callook.info", - "Auth": null, - "Description": "United States ham radio callsigns", - "HTTPS": true, - "Link": "https://callook.info" - }, - { - "API": "Celebinfo", - "Auth": "X-Mashape-Key", - "Description": "Celebrity information", - "HTTPS": true, - "Link": "https://market.mashape.com/daxeel/celebinfo/" - }, - { - "API": "Colorado Data Engine", - "Auth": null, - "Description": "Formatted and geolocated Colorado public data", - "HTTPS": true, - "Link": "http://codataengine.org/" - }, - { - "API": "Colorado Information Marketplace", - "Auth": null, - "Description": "Colorado State Government Open Data", - "HTTPS": true, - "Link": "https://data.colorado.gov/" - }, - { - "API": "Data USA", - "Auth": null, - "Description": "US Public Data", - "HTTPS": true, - "Link": "https://datausa.io/about/api/" - }, - { - "API": "Dronestream", - "Auth": null, - "Description": "Tracks United States drone strikes", - "HTTPS": false, - "Link": "http://dronestre.am/" - }, - { - "API": "fonoApi", - "Auth": null, - "Description": "Mobile Device Description", - "HTTPS": true, - "Link": "https://fonoapi.freshpixl.com/" - }, - { - "API": "Open Government, Australia", - "Auth": null, - "Description": "Australian Government Open Data", - "HTTPS": true, - "Link": "https://www.data.gov.au/" - }, - { - "API": "Open Government, USA", - "Auth": null, - "Description": "United States Government Open Data", - "HTTPS": true, - "Link": "https://www.data.gov/" - }, - { - "API": "Open Government, Canada", - "Auth": null, - "Description": "Canadian Government Open Data", - "HTTPS": false, - "Link": "http://open.canada.ca/en" - }, - { - "API": "Open Government Data, India", - "Auth": "token", - "Description": "Indian Government Open Data", - "HTTPS": true, - "Link": "https://data.gov.in/" - }, - { - "API": "Pearson", - "Auth": "apiKey", - "Description": "Dictionary Data", - "HTTPS": false, - "Link": "http://developer.pearson.com/apis/dictionaries" - }, - { - "API": "Prague Opendata", - "Auth": null, - "Description": "Prague City Open Data", - "HTTPS": false, - "Link": "http://opendata.praha.eu/en" - }, - { - "API": "Quandl", - "Auth": null, - "Description": "Stock Market Data", - "HTTPS": true, - "Link": "https://www.quandl.com/" - }, - { - "API": "Represent by Open North", - "Auth": null, - "Description": "Find Canadian Government Representatives", - "HTTPS": true, - "Link": "https://represent.opennorth.ca/" - }, - { - "API": "Scoop.it", - "Auth": "apiKey", - "Description": "Content Curation Service", - "HTTPS": false, - "Link": "http://www.scoop.it/dev" - }, - { - "API": "Teleport", - "Auth": null, - "Description": "Quality of Life Data", - "HTTPS": true, - "Link": "https://developers.teleport.org/" - }, - { - "API": "Wikipedia", - "Auth": null, - "Description": "Mediawiki Encyclopedia", - "HTTPS": true, - "Link": "https://www.mediawiki.org/wiki/API:Main_page" - }, - { - "API": "Wordnik", - "Auth": null, - "Description": "Dictionary Data", - "HTTPS": false, - "Link": "http://developer.wordnik.com" - }, - { - "API": "Yelp", - "Auth": "OAuth", - "Description": "Find Local Business", - "HTTPS": true, - "Link": "https://www.yelp.com/developers" - } - ], - "Data Validation": [ - { - "API": "languagelayer", - "Auth": null, - "Description": "Language detection", - "HTTPS": true, - "Link": "https://languagelayer.com" - }, - { - "API": "Lob.com", - "Auth": "apiKey", - "Description": "US Address Verification", - "HTTPS": true, - "Link": "https://lob.com/" - }, - { - "API": "mailboxlayer", - "Auth": null, - "Description": "Email address validation", - "HTTPS": true, - "Link": "https://mailboxlayer.com" - }, - { - "API": "numverify", - "Auth": null, - "Description": "Phone number validation", - "HTTPS": true, - "Link": "https://numverify.com" - }, - { - "API": "vatlayer", - "Auth": null, - "Description": "VAT number validation", - "HTTPS": true, - "Link": "https://vatlayer.com" - } - ], - "Development": [ - { - "API": "Adorable Avatars", - "Auth": null, - "Description": "Generate random cartoon avatars", - "HTTPS": true, - "Link": "http://avatars.adorable.io" - }, - { - "API": "APIs.guru", - "Auth": null, - "Description": "Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs", - "HTTPS": true, - "Link": "https://apis.guru/api-doc/" - }, - { - "API": "CDNJS", - "Auth": null, - "Description": "Library info on CDNJS", - "HTTPS": true, - "Link": "https://api.cdnjs.com/libraries/jquery" - }, - { - "API": "Faceplusplus", - "Auth": "OAuth", - "Description": "A tool to detect face", - "HTTPS": true, - "Link": "https://www.faceplusplus.com/" - }, - { - "API": "Genderize.io", - "Auth": null, - "Description": "Determines a gender from a first name", - "HTTPS": true, - "Link": "https://genderize.io" - }, - { - "API": "Github - User Data", - "Auth": null, - "Description": "Pull public information for a user's github", - "HTTPS": true, - "Link": "https://api.github.com/users/hackeryou" - }, - { - "API": "Gitter", - "Auth": "OAuth", - "Description": "Chat for GitHub", - "HTTPS": true, - "Link": "https://github.com/gitterHQ/docs" - }, - { - "API": "HackerRank", - "Auth": "apiKey", - "Description": "Compile source code and run against a set of provided test cases", - "HTTPS": true, - "Link": "https://www.hackerrank.com/api/docs" - }, - { - "API": "Hipster Ipsum", - "Auth": null, - "Description": "Generates Hipster Ipsum text", - "HTTPS": false, - "Link": "http://hipsterjesus.com/" - }, - { - "API": "IPify", - "Auth": null, - "Description": "A simple IP Address API", - "HTTPS": true, - "Link": "https://www.ipify.org/" - }, - { - "API": "JSON 2 JSONP", - "Auth": null, - "Description": "Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript", - "HTTPS": true, - "Link": "https://json2jsonp.com/" - }, - { - "API": "JSONPlaceholder", - "Auth": null, - "Description": "Fake data for testing and prototyping", - "HTTPS": false, - "Link": "http://jsonplaceholder.typicode.com/" - }, - { - "API": "Judge0 API", - "Auth": null, - "Description": "Compile and run source code", - "HTTPS": true, - "Link": "https://api.judge0.com/" - }, - { - "API": "Let's Validate", - "Auth": null, - "Description": "Uncovers the technologies used on websites and URL to thumbnail", - "HTTPS": true, - "Link": "https://github.com/letsvalidate/api" - }, - { - "API": "LiveEdu", - "Auth": "OAuth", - "Description": "Live Coding Streaming", - "HTTPS": true, - "Link": "https://www.liveedu.tv/developer/applications/" - }, - { - "API": "Lorem Text", - "Auth": "X-Mashape-Key", - "Description": "Generates Lorem Ipsum text", - "HTTPS": true, - "Link": "https://market.mashape.com/montanaflynn/lorem-text-generator" - }, - { - "API": "Loripsum", - "Auth": null, - "Description": "The \"lorem ipsum\" generator that doesn't suck", - "HTTPS": false, - "Link": "http://loripsum.net/" - }, - { - "API": "Myjson", - "Auth": null, - "Description": "A simple JSON store for your web or mobile app", - "HTTPS": false, - "Link": "http://myjson.com/api" - }, - { - "API": "Plino", - "Auth": null, - "Description": "Spam filtering system", - "HTTPS": true, - "Link": "https://plino.herokuapp.com/" - }, - { - "API": "Public APIs", - "Auth": null, - "Description": "A collective list of free JSON APIs for use in web development", - "HTTPS": true, - "Link": "https://github.com/toddmotto/public-apis/tree/master/json" - }, - { - "API": "Random Word", - "Auth": null, - "Description": "Generate random word", - "HTTPS": false, - "Link": "http://www.setgetgo.com/randomword/" - }, - { - "API": "RandomUser", - "Auth": null, - "Description": "Generates random user data", - "HTTPS": true, - "Link": "https://randomuser.me" - }, - { - "API": "ReqRes", - "Auth": null, - "Description": "A hosted REST-API ready to respond to your AJAX requests", - "HTTPS": true, - "Link": "https://reqres.in/ " - }, - { - "API": "RoboHash", - "Auth": null, - "Description": "Generate random robot/alien avatars", - "HTTPS": true, - "Link": "https://robohash.org/" - }, - { - "API": "StackExchange", - "Auth": "OAuth", - "Description": "Q&A forum for developers", - "HTTPS": true, - "Link": "https://api.stackexchange.com/" - }, - { - "API": "Stormpath", - "Auth": "apiKey", - "Description": "User Authentication", - "HTTPS": true, - "Link": "https://stormpath.com/" - }, - { - "API": "UI Names", - "Auth": null, - "Description": "Generate random fake names", - "HTTPS": true, - "Link": "https://github.com/thm/uinames" - }, - { - "API": "Verse", - "Auth": null, - "Description": "Check what's the latest version of your favorite open-source project", - "HTTPS": true, - "Link": "https://verse.pawelad.xyz/" - } - ], - "Documents & Productivity": [ - { - "API": "File.io", - "Auth": null, - "Description": "File Sharing", - "HTTPS": true, - "Link": "https://www.file.io" - }, - { - "API": "pdflayer API", - "Auth": null, - "Description": "HTML/URL to PDF", - "HTTPS": true, - "Link": "https://pdflayer.com" - }, - { - "API": "PrexView", - "Auth": "apiKey", - "Description": "Data from XML or JSON to PDF, HTML or Image", - "HTTPS": true, - "Link": "https://prexview.com" - }, - { - "API": "Todoist", - "Auth": "OAuth", - "Description": "Todo Lists", - "HTTPS": true, - "Link": "https://developer.todoist.com" - }, - { - "API": "Wunderlist", - "Auth": "OAuth", - "Description": "Todo Lists", - "HTTPS": true, - "Link": "https://developer.wunderlist.com/documentation" - } - ], - "Environment": [ - { - "API": "AirVisual", - "Auth": "apiKey", - "Description": "Air quality and weather data", - "HTTPS": true, - "Link": "https://airvisual.com/api" - }, - { - "API": "OpenAQ", - "Auth": "apiKey", - "Description": "Open air quality data", - "HTTPS": true, - "Link": "https://docs.openaq.org/" - }, - { - "API": "PM2.5.in", - "Auth": "apiKey", - "Description": "Air quality of China", - "HTTPS": false, - "Link": "http://www.pm25.in/api_doc" - } - ], - "Finance": [ - { - "API": "Barchart OnDemand", - "Auth": "apiKey", - "Description": "Stock, Futures, and Forex Market Data", - "HTTPS": true, - "Link": "https://www.barchartondemand.com/free" - }, - { - "API": "CoinDesk", - "Auth": null, - "Description": "Bitcoin Price Index", - "HTTPS": false, - "Link": "http://www.coindesk.com/api/" - }, - { - "API": "Consumer Financial Protection Bureau", - "Auth": "apiKey", - "Description": "Financial services consumer complains data", - "HTTPS": true, - "Link": "https://data.consumerfinance.gov/resource/jhzv-w97w.json" - } - ], - "Food & Drink": [ - { - "API": "BigOven", - "Auth": "X-Mashape-Key", - "Description": "Recipe Search", - "HTTPS": false, - "Link": "http://api2.bigoven.com/" - }, - { - "API": "BreweryDB", - "Auth": "apiKey", - "Description": "Beer", - "HTTPS": false, - "Link": "http://www.brewerydb.com/developers" - }, - { - "API": "Edamam", - "Auth": "apiKey", - "Description": "Recipe Search", - "HTTPS": true, - "Link": "https://developer.edamam.com/" - }, - { - "API": "Food2Fork", - "Auth": "apiKey", - "Description": "Recipe Search", - "HTTPS": false, - "Link": "http://food2fork.com/about/api" - }, - { - "API": "LCBO", - "Auth": "apiKey", - "Description": "Alcohol", - "HTTPS": true, - "Link": "https://lcboapi.com/" - }, - { - "API": "PunkAPI", - "Auth": null, - "Description": "Brewdog Beer Recipes", - "HTTPS": true, - "Link": "https://punkapi.com/" - }, - { - "API": "Recipe Puppy", - "Auth": null, - "Description": "Food", - "HTTPS": false, - "Link": "http://www.recipepuppy.com/about/api/" - }, - { - "API": "TacoFancy", - "Auth": null, - "Description": "Community-driven taco database", - "HTTPS": false, - "Link": "https://github.com/evz/tacofancy-api" - }, - { - "API": "TheCocktailDB", - "Auth": null, - "Description": "Cocktail Recipes", - "HTTPS": false, - "Link": "http://www.thecocktaildb.com/" - }, - { - "API": "Yummly", - "Auth": null, - "Description": "Find food recipes", - "HTTPS": true, - "Link": "https://developer.yummly.com/" - }, - { - "API": "Zomato", - "Auth": "apiKey", - "Description": "Discover restaurants", - "HTTPS": true, - "Link": "https://developers.zomato.com/api" - } - ], - "Fraud Prevention": [ - { - "API": "Whitepages Pro", - "Auth": "apiKey", - "Description": "Global identity verification with phone, address, email, and IP", - "HTTPS": true, - "Link": "https://pro.whitepages.com/developer/documentation/identity-check-api/" - }, - { - "API": "Whitepages Pro", - "Auth": "apiKey", - "Description": "Phone reputation to detect spammy phones", - "HTTPS": true, - "Link": "https://pro.whitepages.com/developer/documentation/phone-reputation-api/" - }, - { - "API": "Whitepages Pro", - "Auth": "apiKey", - "Description": "Get an owner\u2019s name, address, demographics based on the phone number", - "HTTPS": true, - "Link": "https://pro.whitepages.com/developer/documentation/reverse-phone-api/" - }, - { - "API": "Whitepages Pro", - "Auth": "apiKey", - "Description": "Phone number validation, line_type, carrier append", - "HTTPS": true, - "Link": "https://pro.whitepages.com/developer/documentation/phone-intelligence-api/" - }, - { - "API": "Whitepages Pro", - "Auth": "apiKey", - "Description": "Get normalized physical address, residents, address type, and validity", - "HTTPS": true, - "Link": "https://pro.whitepages.com/developer/documentation/reverse-address-api/" - } - ], - "Games & Comics": [ - { - "API": "Battle.net", - "Auth": null, - "Description": "Blizzard Entertainment", - "HTTPS": true, - "Link": "https://dev.battle.net/" - }, - { - "API": "Battlefield 4", - "Auth": null, - "Description": "Battlefield 4 Information", - "HTTPS": true, - "Link": "https://bf4stats.com/api" - }, - { - "API": "Chuck Norris Database", - "Auth": null, - "Description": "Jokes", - "HTTPS": false, - "Link": "http://www.icndb.com/api/" - }, - { - "API": "Clash of Clans", - "Auth": null, - "Description": "Clash of Clans Game Information", - "HTTPS": true, - "Link": "https://developer.clashofclans.com" - }, - { - "API": "Clash Royale", - "Auth": null, - "Description": "Clash Royale Game Information", - "HTTPS": true, - "Link": "https://github.com/martincarrera/clash-royale-api" - }, - { - "API": "Comic Vine", - "Auth": null, - "Description": "Comics", - "HTTPS": true, - "Link": "https://comicvine.gamespot.com/api/documentation" - }, - { - "API": "Deck of Cards", - "Auth": null, - "Description": "Deck of Cards", - "HTTPS": false, - "Link": "http://deckofcardsapi.com/" - }, - { - "API": "Destiny The Game", - "Auth": "apiKey", - "Description": "Bungie Platform API", - "HTTPS": true, - "Link": "https://www.bungie.net/en/Clan/Post/39966/85087279/0/0" - }, - { - "API": "Eve Online", - "Auth": "OAuth required for some parts", - "Description": "Third-Party Developer Documentation", - "HTTPS": true, - "Link": "https://eveonline-third-party-documentation.readthedocs.io/en/latest/" - }, - { - "API": "Giant Bomb", - "Auth": null, - "Description": "Video Games", - "HTTPS": true, - "Link": "https://www.giantbomb.com/api/documentation" - }, - { - "API": "Guild Wars 2", - "Auth": "apiKey", - "Description": "Guild Wars 2 Game Information", - "HTTPS": true, - "Link": "https://wiki.guildwars2.com/wiki/API:Main" - }, - { - "API": "Jservice", - "Auth": null, - "Description": "Jeopardy Question Database", - "HTTPS": false, - "Link": "http://jservice.io" - }, - { - "API": "Magic The Gathering", - "Auth": null, - "Description": "Magic The Gathering Game Information", - "HTTPS": false, - "Link": "http://magicthegathering.io/" - }, - { - "API": "Marvel", - "Auth": "apiKey", - "Description": "Marvel Comics", - "HTTPS": false, - "Link": "http://developer.marvel.com" - }, - { - "API": "Minecraft", - "Auth": null, - "Description": "Minecraft server info & user info)", - "HTTPS": true, - "Link": "https://mcapi.ca/" - }, - { - "API": "Open Trivia", - "Auth": null, - "Description": "Trivia Questions", - "HTTPS": true, - "Link": "https://opentdb.com/api_config.php" - }, - { - "API": "PandaScore", - "Auth": "apiKey", - "Description": "E-sports games and results", - "HTTPS": true, - "Link": "https://api.pandascore.co" - }, - { - "API": "Pok\u00e9api", - "Auth": null, - "Description": "Pok\u00e9mon Information", - "HTTPS": false, - "Link": "http://pokeapi.co" - }, - { - "API": "Qriusity", - "Auth": null, - "Description": "Quiz/Trivia Questions", - "HTTPS": true, - "Link": "https://qriusity.com/" - }, - { - "API": "Riot Games", - "Auth": "apiKey", - "Description": "League of Legends Game Information", - "HTTPS": true, - "Link": "https://developer.riotgames.com/" - }, - { - "API": "Steam", - "Auth": "OAuth", - "Description": "Steam Client Interaction", - "HTTPS": true, - "Link": "https://developer.valvesoftware.com/wiki/Steam_Web_API" - }, - { - "API": "SWAPI", - "Auth": null, - "Description": "Star Wars Information", - "HTTPS": true, - "Link": "https://swapi.co" - } - ], - "Geocoding": [ - { - "API": "adresse.data.gouv.fr", - "Auth": null, - "Description": "Address database of France geocoding and reverse.", - "HTTPS": true, - "Link": "https://adresse.data.gouv.fr" - }, - { - "API": "Bing Maps", - "Auth": "apiKey", - "Description": "Create/customize digital maps based on Bing Maps data", - "HTTPS": true, - "Link": "https://www.microsoft.com/maps/" - }, - { - "API": "Geocode.xyz", - "Auth": null, - "Description": "Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing", - "HTTPS": true, - "Link": "https://geocode.xyz/" - }, - { - "API": "GeoNames", - "Auth": null, - "Description": "Place names and other geographical data", - "HTTPS": false, - "Link": "http://www.geonames.org/export/web-services.html" - }, - { - "API": "G\u00e9oApi", - "Auth": null, - "Description": "French geographical data", - "HTTPS": true, - "Link": "https://api.gouv.fr/api/geoapi.html" - }, - { - "API": "Google Maps", - "Auth": "apiKey", - "Description": "Create/customize digital maps based on Google Maps data", - "HTTPS": true, - "Link": "https://developers.google.com/maps/" - }, - { - "API": "IP 2 Country", - "Auth": null, - "Description": "Map an IP to a country", - "HTTPS": true, - "Link": "https://ip2country.info" - }, - { - "API": "IP Address Details", - "Auth": null, - "Description": "Find geolocation with ip address", - "HTTPS": true, - "Link": "https://ipinfo.io/" - }, - { - "API": "IP Vigilante", - "Auth": null, - "Description": "Free IP Geolocation API", - "HTTPS": true, - "Link": "https://www.ipvigilante.com/" - }, - { - "API": "Mapbox", - "Auth": "apiKey", - "Description": "Create/customize beautiful digital maps", - "HTTPS": true, - "Link": "https://www.mapbox.com/developers/" - }, - { - "API": "Mapzen Search", - "Auth": null, - "Description": "Open Source & Open Data Global Geocoding Service", - "HTTPS": true, - "Link": "https://mapzen.com/products/search/" - }, - { - "API": "Mexico", - "Auth": null, - "Description": "Mexico RESTful zip codes API", - "HTTPS": true, - "Link": "https://github.com/IcaliaLabs/sepomex" - }, - { - "API": "One Map 2.0, Singapore", - "Auth": "Yes", - "Description": "Singapore Land Authority REST API services for Singapore addresses", - "HTTPS": true, - "Link": "https://docs.onemap.sg/" - }, - { - "API": "OpenCage", - "Auth": null, - "Description": "Forward and reverse geocoding using open data", - "HTTPS": true, - "Link": "https://geocoder.opencagedata.com" - }, - { - "API": "OpenStreetMap", - "Auth": "OAuth", - "Description": "Navigation, geolocation and geographical data", - "HTTPS": false, - "Link": "http://wiki.openstreetmap.org/wiki/API" - }, - { - "API": "PostcodeData.nl", - "Auth": null, - "Description": "Provide geolocation data based on postcode for Dutch addresses", - "HTTPS": false, - "Link": "http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json" - }, - { - "API": "Postcodes.io", - "Auth": null, - "Description": "Postcode lookup & Geolocation for the UK", - "HTTPS": true, - "Link": "https://postcodes.io" - }, - { - "API": "REST Countries", - "Auth": null, - "Description": "Get information about countries via a RESTful API", - "HTTPS": true, - "Link": "https://restcountries.eu" - }, - { - "API": "Utah AGRC", - "Auth": "apiKey", - "Description": "Utah Web API for geocoding Utah addresses", - "HTTPS": true, - "Link": "https://api.mapserv.utah.gov" - }, - { - "API": "ViaCep", - "Auth": null, - "Description": "Brazil RESTful zip codes API", - "HTTPS": true, - "Link": "https://viacep.com.br" - } - ], - "Health": [ - { - "API": "Diabetes", - "Auth": null, - "Description": "Logging and retrieving diabetes information", - "HTTPS": false, - "Link": "http://predictbgl.com/api/" - }, - { - "API": "Flutrack", - "Auth": null, - "Description": "Influenza-like symptoms with geotracking", - "HTTPS": false, - "Link": "http://www.flutrack.org/" - }, - { - "API": "Makeup", - "Auth": null, - "Description": "Makeup Information", - "HTTPS": false, - "Link": "http://makeup-api.herokuapp.com/" - }, - { - "API": "Nutritionix", - "Auth": "apiKey", - "Description": "Worlds largest verified nutrition database", - "HTTPS": true, - "Link": "https://developer.nutritionix.com/" - }, - { - "API": "openFDA", - "Auth": null, - "Description": "Public FDA data about drugs, devices, and foods", - "HTTPS": true, - "Link": "https://open.fda.gov/api/" - }, - { - "API": "USDA Nutrients", - "Auth": null, - "Description": "National Nutrient Database for Standard Reference", - "HTTPS": true, - "Link": "https://ndb.nal.usda.gov/ndb/doc/index" - } - ], - "Machine Learning": [ - { - "API": "API.AI", - "Auth": "apikey", - "Description": "Natural Language Processing", - "HTTPS": true, - "Link": "https://api.ai/" - }, - { - "API": "Clarifai", - "Auth": "OAuth", - "Description": "Computer Vision", - "HTTPS": true, - "Link": "https://developer.clarifai.com/" - }, - { - "API": "Cleverbot", - "Auth": "apikey", - "Description": "Web chat bot", - "HTTPS": true, - "Link": "https://www.cleverbot.com/api/" - }, - { - "API": "Keen IO", - "Auth": "apikey", - "Description": "Data Analytics", - "HTTPS": true, - "Link": "https://keen.io/" - }, - { - "API": "Unplugg", - "Auth": "apikey", - "Description": "Forecasting API for timeseries data", - "HTTPS": true, - "Link": "https://unplu.gg/test_api.html" - }, - { - "API": "Wit.ai", - "Auth": "OAuth", - "Description": "Natural Language Processing", - "HTTPS": true, - "Link": "https://wit.ai/" - } - ], - "Math": [ - { - "API": "Newton", - "Auth": null, - "Description": "Symbolic and Arithmetic Math Calculator", - "HTTPS": true, - "Link": "https://newton.now.sh/" - }, - { - "API": "Numbers API", - "Auth": null, - "Description": "Facts about numbers", - "HTTPS": false, - "Link": "http://numbersapi.com" - } - ], - "Music": [ - { - "API": "Bandsintown", - "Auth": null, - "Description": "Music Events", - "HTTPS": true, - "Link": "https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0" - }, - { - "API": "Deezer", - "Auth": "OAuth", - "Description": "Music", - "HTTPS": false, - "Link": "http://developers.deezer.com/login?redirect=/api" - }, - { - "API": "Discogs", - "Auth": "OAuth", - "Description": "Music", - "HTTPS": true, - "Link": "https://www.discogs.com/developers/" - }, - { - "API": "Genius", - "Auth": "OAuth", - "Description": "Crowdsourced lyrics and music knowledge", - "HTTPS": true, - "Link": "https://docs.genius.com/" - }, - { - "API": "Jamendo", - "Auth": "OAuth", - "Description": "Music", - "HTTPS": true, - "Link": "https://developer.jamendo.com/v3.0" - }, - { - "API": "iTunes Search", - "Auth": null, - "Description": "Software products", - "HTTPS": true, - "Link": "https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/" - }, - { - "API": "LastFm", - "Auth": null, - "Description": "Music", - "HTTPS": false, - "Link": "http://www.last.fm/api" - }, - { - "API": "Mixcloud", - "Auth": null, - "Description": "Music", - "HTTPS": true, - "Link": "https://www.mixcloud.com/developers/" - }, - { - "API": "MusicBrainz", - "Auth": null, - "Description": "Music", - "HTTPS": true, - "Link": "https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2" - }, - { - "API": "Musikki", - "Auth": null, - "Description": "Music", - "HTTPS": true, - "Link": "https://music-api.musikki.com/reference" - }, - { - "API": "Musixmatch", - "Auth": "apiKey", - "Description": "Music", - "HTTPS": true, - "Link": "https://developer.musixmatch.com/" - }, - { - "API": "Songsterr", - "Auth": null, - "Description": "Provides guitar, bass and drums tabs and chords", - "HTTPS": true, - "Link": "https://www.songsterr.com/a/wa/api/" - }, - { - "API": "Soundcloud", - "Auth": null, - "Description": "Music", - "HTTPS": true, - "Link": "https://developers.soundcloud.com/" - }, - { - "API": "Spotify", - "Auth": "OAuth", - "Description": "Music", - "HTTPS": true, - "Link": "https://developer.spotify.com/web-api/" - }, - { - "API": "Vagalume", - "Auth": "apiKey", - "Description": "Crowdsourced lyrics and music knowledge", - "HTTPS": true, - "Link": "https://api.vagalume.com.br/docs/" - } - ], - "News": [ - { - "API": "New York Times", - "Auth": "apikey", - "Description": "Provides news", - "HTTPS": true, - "Link": "https://developer.nytimes.com/" - }, - { - "API": "News API", - "Auth": "apikey", - "Description": "headlines currently published on a range of news sources and blogs", - "HTTPS": true, - "Link": "https://newsapi.org/" - }, - { - "API": "The Guardian", - "Auth": "apikey", - "Description": "Access all the content the Guardian creates, categorised by tags and section", - "HTTPS": true, - "Link": "http://open-platform.theguardian.com/" - } - ], - "Open Source projects": [ - { - "API": "Countly", - "Auth": null, - "Description": "Countly web analytics", - "HTTPS": false, - "Link": "http://resources.count.ly/docs" - }, - { - "API": "Drupal.org", - "Auth": null, - "Description": "Drupalorg", - "HTTPS": true, - "Link": "https://www.drupal.org/drupalorg/docs/api" - }, - { - "API": "Libraries.io", - "Auth": "apiKey", - "Description": "Open source software libraries", - "HTTPS": true, - "Link": "https://libraries.io/api" - } - ], - "Personality": [ - { - "API": "chucknorris.io", - "Auth": null, - "Description": "JSON API for hand curated Chuck Norris jokes", - "HTTPS": true, - "Link": "https://api.chucknorris.io" - }, - { - "API": "Forismatic", - "Auth": null, - "Description": "Inspirational Quotes", - "HTTPS": false, - "Link": "http://forismatic.com/en/api/" - }, - { - "API": "Medium", - "Auth": "OAuth", - "Description": "Community of readers and writers offering unique perspectives on ideas", - "HTTPS": true, - "Link": "https://github.com/Medium/medium-api-docs" - }, - { - "API": "Quotes on Design", - "Auth": null, - "Description": "Inspirational Quotes", - "HTTPS": true, - "Link": "https://quotesondesign.com/api-v4-0/" - }, - { - "API": "Traitify", - "Auth": null, - "Description": "Assess, collect, and analyze Personality", - "HTTPS": true, - "Link": "https://app.traitify.com/developer" - }, - { - "API": "tronalddump.io", - "Auth": null, - "Description": "Api & web archive for the things Donald Trump has said", - "HTTPS": true, - "Link": "https://www.tronalddump.io" - } - ], - "Photography": [ - { - "API": "500px", - "Auth": "OAuth", - "Description": "Photography Community", - "HTTPS": true, - "Link": "https://github.com/500px/api-documentation" - }, - { - "API": "Flickr", - "Auth": "OAuth", - "Description": "Flickr Services", - "HTTPS": true, - "Link": "https://www.flickr.com/services/api/" - }, - { - "API": "Gfycat", - "Auth": "OAuth", - "Description": "Jiffier GIFs", - "HTTPS": true, - "Link": "https://developers.gfycat.com/api/" - }, - { - "API": "Giphy", - "Auth": null, - "Description": "Get all your gifs", - "HTTPS": true, - "Link": "https://github.com/Giphy/GiphyAPI" - }, - { - "API": "Imgur", - "Auth": "OAuth", - "Description": "Images", - "HTTPS": true, - "Link": "https://api.imgur.com/#overview" - }, - { - "API": "ScreenShotLayer", - "Auth": null, - "Description": "URL 2 Image", - "HTTPS": true, - "Link": "https://screenshotlayer.com" - }, - { - "API": "Unsplash", - "Auth": "OAuth", - "Description": "Photography", - "HTTPS": true, - "Link": "https://unsplash.com/developers" - } - ], - "Science": [ - { - "API": "arcsecond.io", - "Auth": null, - "Description": "Multiple astronomy data sources", - "HTTPS": true, - "Link": "https://api.arcsecond.io/" - }, - { - "API": "Fedger.io", - "Auth": null, - "Description": "Query machine intelligence data", - "HTTPS": true, - "Link": "https://dev.fedger.io/docs/" - }, - { - "API": "Gene_info", - "Auth": "apiKey", - "Description": "human genome data w/ gene summaries", - "HTTPS": false, - "Link": "http://www.geneinfo.life" - }, - { - "API": "inspirehep.net", - "Auth": null, - "Description": "High Energy Physics info system", - "HTTPS": true, - "Link": "https://inspirehep.net/info/hep/api?ln=en" - }, - { - "API": "Launch Library", - "Auth": null, - "Description": "Upcoming Space Launches", - "HTTPS": true, - "Link": "https://launchlibrary.net/1.2/docs/api.html" - }, - { - "API": "Minor Planet Center", - "Auth": null, - "Description": "Asterankcom Information", - "HTTPS": false, - "Link": "http://www.asterank.com/mpc" - }, - { - "API": "NASA", - "Auth": null, - "Description": "NASA data, including imagery", - "HTTPS": true, - "Link": "https://api.nasa.gov" - }, - { - "API": "Open Notify", - "Auth": null, - "Description": "ISS astronauts, current location, etc", - "HTTPS": false, - "Link": "http://open-notify.org/Open-Notify-API/" - }, - { - "API": "Sunrise and Sunset", - "Auth": null, - "Description": "Sunset and sunrise times for a given latitude and longitude", - "HTTPS": true, - "Link": "https://sunrise-sunset.org/api" - }, - { - "API": "USGS Earthquake Hazards Program", - "Auth": null, - "Description": "Earthquakes data real-time", - "HTTPS": true, - "Link": "https://earthquake.usgs.gov/fdsnws/event/1/" - }, - { - "API": "World Bank", - "Auth": null, - "Description": "World Data", - "HTTPS": false, - "Link": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589" - } - ], - "Security": [ - { - "API": "AXFR Database", - "Auth": null, - "Description": "AXFR public database", - "HTTPS": false, - "Link": "http://api.axfrcheck.com" - }, - { - "API": "UK Police", - "Auth": null, - "Description": "UK Police data", - "HTTPS": true, - "Link": "https://data.police.uk/docs/" - } - ], - "Shopping": [ - { - "API": "eBay", - "Auth": "OAuth", - "Description": "Sell and Buy on eBay", - "HTTPS": true, - "Link": "https://go.developer.ebay.com/" - } - ], - "Social": [ - { - "API": "Discord", - "Auth": "OAuth", - "Description": "Make bots for Discord, integrate Discord onto an external platform", - "HTTPS": true, - "Link": "https://discordapp.com/developers/docs/intro" - }, - { - "API": "DonReach Social Count", - "Auth": null, - "Description": "Get the social share count of a URL from every major social network", - "HTTPS": true, - "Link": "https://donreach.com/social-share-count/" - }, - { - "API": "Facebook", - "Auth": "OAuth", - "Description": "Facebook Login, Share on FB, Social Plugins, Analytics and more", - "HTTPS": true, - "Link": "https://developers.facebook.com/" - }, - { - "API": "Foursquare", - "Auth": "OAuth", - "Description": "Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)", - "HTTPS": true, - "Link": "https://developer.foursquare.com/" - }, - { - "API": "Fuck Off as a Service", - "Auth": null, - "Description": "Asks someone to fuck off", - "HTTPS": true, - "Link": "https://www.foaas.com" - }, - { - "API": "Full Contact", - "Auth": "OAuth", - "Description": "Get Social Media profiles and contact Information", - "HTTPS": true, - "Link": "https://www.fullcontact.com/developer/docs/" - }, - { - "API": "HackerNews", - "Auth": null, - "Description": "Social news for CS and entrepreneurship", - "HTTPS": true, - "Link": "https://github.com/HackerNews/API" - }, - { - "API": "Instagram", - "Auth": "OAuth", - "Description": "Instagram Login, Share on Instagram, Social Plugins and more", - "HTTPS": true, - "Link": "https://www.instagram.com/developer/" - }, - { - "API": "LinkedIn", - "Auth": "OAuth", - "Description": "The foundation of all digital integrations with LinkedIn", - "HTTPS": true, - "Link": "https://developer.linkedin.com/docs/rest-api" - }, - { - "API": "Meetup.com", - "Auth": "apiKey", - "Description": "Data about Meetups from Meetupcom", - "HTTPS": true, - "Link": "https://www.meetup.com/meetup_api/" - }, - { - "API": "Telegram MTProto", - "Auth": "OAuth", - "Description": "Read and write Telegram data", - "HTTPS": true, - "Link": "https://core.telegram.org/api#getting-started" - }, - { - "API": "Telegram bot", - "Auth": "OAuth", - "Description": "Simplified HTTP version of the MTProto API for bots", - "HTTPS": true, - "Link": "https://core.telegram.org/bots/api" - }, - { - "API": "Pinterest", - "Auth": "OAuth", - "Description": "The world's catalog of ideas", - "HTTPS": true, - "Link": "https://developers.pinterest.com/" - }, - { - "API": "PWRTelegram bot", - "Auth": "OAuth", - "Description": "Boosted version of the Telegram bot API", - "HTTPS": true, - "Link": "https://pwrtelegram.xyz" - }, - { - "API": "Reddit", - "Auth": "OAuth", - "Description": "Homepage of the internet", - "HTTPS": true, - "Link": "https://www.reddit.com/dev/api" - }, - { - "API": "Slack", - "Auth": "OAuth", - "Description": "Team Instant Messaging", - "HTTPS": true, - "Link": "https://api.slack.com/" - }, - { - "API": "Tumblr", - "Auth": "OAuth", - "Description": "Read and write Tumblr Data", - "HTTPS": true, - "Link": "https://www.tumblr.com/docs/en/api/v2" - }, - { - "API": "Twitch", - "Auth": "OAuth", - "Description": "Game Streaming API", - "HTTPS": true, - "Link": "https://github.com/justintv/Twitch-API" - }, - { - "API": "Twitter", - "Auth": "OAuth", - "Description": "Read and write Twitter data", - "HTTPS": true, - "Link": "https://dev.twitter.com/rest/public" - }, - { - "API": "vk", - "Auth": "OAuth", - "Description": "Read and write vk dat", - "HTTPS": true, - "Link": "https://vk.com/dev/sites" - } - ], - "Sports & Fitness": [ - { - "API": "Cartola FC", - "Auth": null, - "Description": "The Cartola FC API serves to check the partial points of your team", - "HTTPS": true, - "Link": "https://github.com/wgenial/cartrolandofc" - }, - { - "API": "City Bikes", - "Auth": null, - "Description": "City Bikes around the world", - "HTTPS": false, - "Link": "http://api.citybik.es/v2/" - }, - { - "API": "Ergast F1", - "Auth": null, - "Description": "F1 data from the beginning of the world championships in 1950", - "HTTPS": false, - "Link": "http://ergast.com/mrd/" - }, - { - "API": "Fitbit", - "Auth": "OAuth", - "Description": "Fitbit Information", - "HTTPS": true, - "Link": "https://dev.fitbit.com/" - }, - { - "API": "Football-Data.org", - "Auth": null, - "Description": "Football Data", - "HTTPS": false, - "Link": "http://api.football-data.org/index" - }, - { - "API": "JCDecaux Bike", - "Auth": "apiKey", - "Description": "JCDecaux's self-service bicycles", - "HTTPS": true, - "Link": "https://developer.jcdecaux.com/" - }, - { - "API": "Cricket Live Scores", - "Auth": "X-Mashape-Key", - "Description": "live-score", - "HTTPS": true, - "Link": "https://market.mashape.com/dev132/cricket-live-scores" - }, - { - "API": "NFL Arrests", - "Auth": null, - "Description": "NFL Arrest Data", - "HTTPS": false, - "Link": "http://nflarrest.com/api/" - }, - { - "API": "Pro Motocross", - "Auth": null, - "Description": "The RESTful AMA Pro Motocross lap times for every racer on the start gate", - "HTTPS": false, - "Link": "http://promotocrossapi.com" - }, - { - "API": "Strava", - "Auth": "OAuth", - "Description": "Connect with athletes, activities and more", - "HTTPS": true, - "Link": "https://strava.github.io/api/" - }, - { - "API": "UFC Data", - "Auth": null, - "Description": "Ultimate Fighting Championship information for events and fighters", - "HTTPS": false, - "Link": "http://ufc-data-api.ufc.com/" - }, - { - "API": "Wger", - "Auth": "apiKey", - "Description": "Workout manager data as exercises, muscles or equipments", - "HTTPS": true, - "Link": "https://wger.de/en/software/api" - } - ], - "Tracking": [ - { - "API": "Postmon", - "Auth": null, - "Description": "An API to query Brazilian ZIP codes and orders easily, quickly and free", - "HTTPS": false, - "Link": "http://postmon.com.br" - }, - { - "API": "Sweden", - "Auth": "apikey", - "Description": "Provides information about parcels in transport", - "HTTPS": false, - "Link": "https://developer.postnord.com/docs2" - } - ], - "Transportation": [ - { - "API": "Amadeus Travel Innovation Sandbox", - "Auth": "apiKey", - "Description": "Travel Search - Limited usage", - "HTTPS": true, - "Link": "https://sandbox.amadeus.com/" - }, - { - "API": "Community Transit", - "Auth": null, - "Description": "Transitland API", - "HTTPS": true, - "Link": "https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints" - }, - { - "API": "Goibibo", - "Auth": "apiKey", - "Description": "API for travel search", - "HTTPS": true, - "Link": "https://developer.goibibo.com/docs" - }, - { - "API": "Indian Railways", - "Auth": "token", - "Description": "Indian Railways Information", - "HTTPS": false, - "Link": "http://api.erail.in/" - }, - { - "API": "Navitia", - "Auth": "apiKey", - "Description": "The open API for building cool stuff with transport data", - "HTTPS": true, - "Link": "https://api.navitia.io/" - }, - { - "API": "The Nomad List", - "Auth": null, - "Description": "A list of the best places to live/work remotely", - "HTTPS": true, - "Link": "https://nomadlist.com/faq" - }, - { - "API": "Schiphol Airport", - "Auth": "apiKey", - "Description": "Schiphol", - "HTTPS": true, - "Link": "https://developer.schiphol.nl/" - }, - { - "API": "TransitLand", - "Auth": null, - "Description": "Transit Aggregation", - "HTTPS": true, - "Link": "https://transit.land/documentation/datastore/api-endpoints.html" - }, - { - "API": "Transport for Atlanta, US", - "Auth": null, - "Description": "Marta", - "HTTPS": false, - "Link": "http://www.itsmarta.com/app-developer-resources.aspx" - }, - { - "API": "Transport for Auckland, New Zealand", - "Auth": null, - "Description": "Auckland Transport API", - "HTTPS": true, - "Link": "https://api.at.govt.nz/" - }, - { - "API": "Transport for Belgium", - "Auth": null, - "Description": "Belgian transport API", - "HTTPS": true, - "Link": "https://hello.irail.be/api/" - }, - { - "API": "Transport for Berlin, Germany", - "Auth": null, - "Description": "third-party VBB API", - "HTTPS": true, - "Link": "https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md" - }, - { - "API": "Transport for Boston, US", - "Auth": null, - "Description": "MBTA API", - "HTTPS": false, - "Link": "http://realtime.mbta.com/Portal/Home/Documents" - }, - { - "API": "Transport for Budapest, Hungary", - "Auth": null, - "Description": "Budapest public transport API", - "HTTPS": true, - "Link": "https://apiary.io/" - }, - { - "API": "Transport for Chicago, US", - "Auth": null, - "Description": "CTA", - "HTTPS": false, - "Link": "http://www.transitchicago.com/developers/" - }, - { - "API": "Transport for Czech Republic", - "Auth": null, - "Description": "Czech transport API", - "HTTPS": true, - "Link": "https://www.chaps.cz/eng/products/idos-internet" - }, - { - "API": "Transport for Denver, US", - "Auth": null, - "Description": "RTD", - "HTTPS": false, - "Link": "http://www.rtd-denver.com/gtfs-developer-guide.shtml" - }, - { - "API": "Transport for Finland", - "Auth": null, - "Description": "Finnish transport API", - "HTTPS": true, - "Link": "https://digitransit.fi/en/developers/ " - }, - { - "API": "Transport for Germany", - "Auth": "apiKey", - "Description": "Deutsche Bahn (DB) API", - "HTTPS": false, - "Link": "http://data.deutschebahn.com/dataset/api-fahrplan" - }, - { - "API": "Transport for India", - "Auth": "apiKey", - "Description": "India Public Transport API", - "HTTPS": true, - "Link": "https://data.gov.in/sector/transport" - }, - { - "API": "Transport for London, England", - "Auth": null, - "Description": "TfL API", - "HTTPS": true, - "Link": "https://api.tfl.gov.uk" - }, - { - "API": "Transport for Madrid, Spain", - "Auth": "apiKey", - "Description": "Madrid BUS transport API", - "HTTPS": false, - "Link": "http://opendata.emtmadrid.es/Servicios-web/BUS" - }, - { - "API": "Transport for Minneapolis, US", - "Auth": "OAuth", - "Description": "NexTrip API", - "HTTPS": false, - "Link": "http://svc.metrotransit.org/" - }, - { - "API": "Transport for New York City, US", - "Auth": "apiKey", - "Description": "MTA", - "HTTPS": false, - "Link": "http://datamine.mta.info/" - }, - { - "API": "Transport for Norway", - "Auth": null, - "Description": "Norwegian transport API", - "HTTPS": false, - "Link": "http://reisapi.ruter.no/help" - }, - { - "API": "Transport for Ottawa, Canada", - "Auth": null, - "Description": "OC Transpo next bus arrival API", - "HTTPS": false, - "Link": "http://www.octranspo.com/index.php/developers" - }, - { - "API": "Transport for Paris, France", - "Auth": null, - "Description": "RATP Open Data API", - "HTTPS": false, - "Link": "http://data.ratp.fr/api/v1/console/datasets/1.0/search/" - }, - { - "API": "Transport for Paris, France", - "Auth": null, - "Description": "Live schedules made simple", - "HTTPS": false, - "Link": "http://restratpws.azurewebsites.net/swagger/" - }, - { - "API": "Transport for Philadelphia, US", - "Auth": null, - "Description": "SEPTA APIs", - "HTTPS": false, - "Link": "http://www3.septa.org/hackathon/" - }, - { - "API": "Transport for Rio de Janeiro, Brazil", - "Auth": null, - "Description": "Prefeitura do Rio (City Hall)", - "HTTPS": false, - "Link": "http://data.rio/group/transporte-e-mobilidade" - }, - { - "API": "Transport for S\u00e3o Paulo, Brazil", - "Auth": "OAuth", - "Description": "SPTrans", - "HTTPS": false, - "Link": "http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx" - }, - { - "API": "Transport for Sweden", - "Auth": "OAuth", - "Description": "Public Transport consumer", - "HTTPS": true, - "Link": "https://www.trafiklab.se/api" - }, - { - "API": "Transport for Switzerland", - "Auth": null, - "Description": "Swiss public transport API", - "HTTPS": true, - "Link": "https://transport.opendata.ch/" - }, - { - "API": "Transport for Switzerland", - "Auth": "apiKey", - "Description": "Official Swiss Public Transport Open Data", - "HTTPS": true, - "Link": "https://opentransportdata.swiss/en/" - }, - { - "API": "Transport for The Netherlands", - "Auth": null, - "Description": "NS", - "HTTPS": false, - "Link": "http://www.ns.nl/reisinformatie/ns-api" - }, - { - "API": "Transport for Tokyo, Japan", - "Auth": "apiKey", - "Description": "Tokyo Metro", - "HTTPS": true, - "Link": "https://developer.tokyometroapp.jp/info" - }, - { - "API": "Transport for Toronto, Canada", - "Auth": null, - "Description": "TTC", - "HTTPS": true, - "Link": "https://myttc.ca/developers" - }, - { - "API": "Transport for Vancouver, Canada", - "Auth": "OAuth", - "Description": "TransLink", - "HTTPS": true, - "Link": "https://developer.translink.ca/" - }, - { - "API": "Transport for Victoria, AU", - "Auth": "apiKey", - "Description": "PTV API", - "HTTPS": true, - "Link": "https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/" - }, - { - "API": "Transport for Washington, US", - "Auth": "OAuth", - "Description": "Washington Metro transport API", - "HTTPS": true, - "Link": "https://developer.wmata.com/" - }, - { - "API": "Uber", - "Auth": "OAuth", - "Description": "Request Uber rides, reach riders, transport things, and reward drivers", - "HTTPS": true, - "Link": "https://developer.uber.com/" - }, - { - "API": "WhereIsMyTransport", - "Auth": "OAuth", - "Description": "Platform for public transport data in emerging cities", - "HTTPS": true, - "Link": "https://developer.whereismytransport.com/" - } - ], - "University": [ - { - "API": "Universities List", - "Auth": null, - "Description": "University names, countries and domains", - "HTTPS": true, - "Link": "https://github.com/Hipo/university-domains-list" - } - ], - "Vehicle": [ - { - "API": "Vehicles", - "Auth": "apiKey", - "Description": "Lot of vehicles informations", - "HTTPS": false, - "Link": "http://developer.edmunds.com/api-documentation/overview/" - }, - { - "API": "Brazilian Vehicles and Prices", - "Auth": null, - "Description": "Vehicles information from Funda\u00e7\u00e3o Instituto de Pesquisas Econ\u00f4micas - Fipe", - "HTTPS": true, - "Link": "https://deividfortuna.github.io/fipe/" - }, - { - "API": "NHTSA Vehicles", - "Auth": null, - "Description": "NHTSA Product Information Catalog and Vehicle Listing", - "HTTPS": true, - "Link": "https://vpic.nhtsa.dot.gov/api/" - } - ], - "Video": [ - { - "API": "An API of Ice And Fire", - "Auth": null, - "Description": "Game Of Thrones API", - "HTTPS": true, - "Link": "https://anapioficeandfire.com/" - }, - { - "API": "Dailymotion", - "Auth": "OAuth", - "Description": "Dailymotion Developer API", - "HTTPS": true, - "Link": "https://developer.dailymotion.com/" - }, - { - "API": "MovieDB", - "Auth": "apiKey", - "Description": "Movie Data", - "HTTPS": true, - "Link": "https://www.themoviedb.org/documentation/api" - }, - { - "API": "Netflix Roulette", - "Auth": null, - "Description": "Netflix database", - "HTTPS": false, - "Link": "http://netflixroulette.net/api/" - }, - { - "API": "Ron Swanson Quotes", - "Auth": null, - "Description": "Television", - "HTTPS": true, - "Link": "https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api" - }, - { - "API": "TVMaze", - "Auth": null, - "Description": "TV Show Data", - "HTTPS": false, - "Link": "http://www.tvmaze.com/api" - }, - { - "API": "Vimeo", - "Auth": "OAuth", - "Description": "Vimeo Developer API", - "HTTPS": true, - "Link": "https://developer.vimeo.com/" - }, - { - "API": "YouTube", - "Auth": "OAuth", - "Description": "Add YouTube functionality to your sites and apps", - "HTTPS": true, - "Link": "https://developers.google.com/youtube/" - } - ], - "Weather": [ - { - "API": "Dark Sky", - "Auth": "apiKey", - "Description": "Weather", - "HTTPS": true, - "Link": "https://darksky.net/dev/" - }, - { - "API": "MetaWeather", - "Auth": null, - "Description": "Weather", - "HTTPS": true, - "Link": "https://www.metaweather.com/api/" - }, - { - "API": "OpenWeatherMap", - "Auth": "apiKey", - "Description": "Weather", - "HTTPS": false, - "Link": "http://openweathermap.org/api" - }, - { - "API": "Weatherbit", - "Auth": "apiKey", - "Description": "Weather", - "HTTPS": true, - "Link": "https://www.weatherbit.io/api" - }, - { - "API": "Wunderground", - "Auth": "apiKey", - "Description": "Weather", - "HTTPS": true, - "Link": "https://www.wunderground.com/weather/api/" - }, - { - "API": "Yahoo! Weather", - "Auth": null, - "Description": "Weather", - "HTTPS": true, - "Link": "https://developer.yahoo.com/weather/" - } - ] -} diff --git a/src/_includes/head.html b/src/_includes/head.html deleted file mode 100755 index d832024..0000000 --- a/src/_includes/head.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/_includes/header.html b/src/_includes/header.html deleted file mode 100755 index 5023758..0000000 --- a/src/_includes/header.html +++ /dev/null @@ -1,16 +0,0 @@ -
- - - - - -
-
diff --git a/src/_layouts/default.html b/src/_layouts/default.html deleted file mode 100755 index 4db390b..0000000 --- a/src/_layouts/default.html +++ /dev/null @@ -1,10 +0,0 @@ - - -{% include head.html %} - -
- {% include header.html %} -
{{ content }}
-
- - diff --git a/src/contribute/index.md b/src/contribute/index.md deleted file mode 100755 index 9c52c10..0000000 --- a/src/contribute/index.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -layout: default ---- - -

Contributing to public-apis

- - -> While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically -opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the -community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted. -> -> Thanks for understanding! :) - - -

Formatting

- - - - - - - - - - - - - - - - - - -
APIDescriptionAuthHTTPSLink
API titleDescription of APIDoes this API require authentication? *Does the API support HTTPS?Link to API webpage
- - -Example Entry: - - | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | - -Currently, the only accepted inputs for the Auth field are as follows: - -* `oAuth` - _the API supports oAuth_ -* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_ -* `X-Mashape-Key` - _the name of the header which may need to be sent_ -* `No` - _the API requires no authentication to run_ - -Please continue to follow the alphabetical ordering that is in place per section. - -If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under Social since it is mainly a social network, even though it could also apply to Photography. - -## Pull Request - -After you've created a branch on your fork with your changes, it's time to make a pull request! -Once you've submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes. - - -### Pull Request Pro Tips - -* [Fork](http://guides.github.com/activities/forking/) the repository and [clone](https://help.github.com/articles/cloning-a-repository/) it locally. -Connect your local repository to the original `upstream` repository by adding it as a [remote](https://help.github.com/articles/adding-a-remote/). -Pull in changes from `upstream` often so that you stay up to date and so when you submit your pull request, -merge conflicts will be less likely. See more detailed instructions [here](https://help.github.com/articles/syncing-a-fork). -* Create a [branch](http://guides.github.com/introduction/flow/) for your edits. -* Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge -and for others to understand and maintain in the future. - -### Open Pull Requests - -Once you've opened a pull request, a discussion will start around your proposed changes. - -Other contributors and users may chime in, but ultimately the decision is made by the collaborators. - -During the discussion, you may be asked to make some changes to your pull request. - -If so, add more commits to your branch and push them -- they will automatically go into the existing pull request! - -Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. If the build error is not related to your link(s), don't worry! Your pull request will not be delayed because of already existing link causing an error. \ No newline at end of file diff --git a/src/css/jets.min.js b/src/css/jets.min.js deleted file mode 100755 index 0cc8b6d..0000000 --- a/src/css/jets.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! Jets.js - v0.14.0 - 2017-02-11 -* http://NeXTs.github.com/Jets.js/ -* Copyright (c) 2015 Denis Lukov; Licensed MIT */ - -;(function(d,c){"undefined"!=typeof module?module.exports=c():"function"==typeof define&&"object"==typeof define.amd?define(c):d.Jets=c()})(this,function(){function d(c){if(!(this instanceof d))return new d(c);var a=this,b={searchSelector:"*AND",hideBy:"display:none",diacriticsMap:{}};a.options={};"columns addImportant searchSelector hideBy manualContentHandling callSearchManually searchInSpecificColumn diacriticsMap didSearch invert".split(" ").forEach(function(f){a.options[f]=c[f]||b[f]});if(1":"")+(b.invert?"":":not(")+"[data-jets"+("undefined"!=typeof a?"-col-"+a:"")+b.searchSelector+'="'+e[d]+'"]'+(b.invert?"":")");e=b.hideBy.split(";").filter(Boolean).map(function(a){return a+(b.addImportant?"!important":"")});f=(f?"":this.content_param+">")+h.join(f?",":"")+"{"+e.join(";")+"}";this.styleTag.innerHTML=g.length?f:""},_addStyleTag:function(){this.styleTag=document.createElement("style");document.head.appendChild(this.styleTag)},_getText:function(c){return c&&(c.textContent||c.innerText)|| -""},_sanitize:function(c){return this.replaceDiacritics(c).trim().replace(/\s+/g," ").toLowerCase()},_getContentTags:function(c){return Array.prototype.slice.call(this.content_tag).reduce(function(a,b){return a.concat(Array.prototype.slice.call(b.querySelectorAll(c||":scope > *")))},[])},_handleSpecificColumns:function(c,a){var b=this;b.options.searchInSpecificColumn&&Array.prototype.slice.call(c.children).map(function(g,e){if(!b.options.columns||!b.options.columns.length||-1!=b.options.columns.indexOf(e))c[(a|| -"remove")+"Attribute"]("data-jets-col-"+e,a&&b._sanitize(b._getText(g)))})},_setJets:function(c,a){for(var b=this,g=b._getContentTags(a?"":c),e,f=0,d;d=g[f];f++)if(!d.hasAttribute("data-jets")||a)e=this.options.manualContentHandling?this.options.manualContentHandling(d):b.options.columns&&b.options.columns.length?b.options.columns.map(function(a){return b._getText(d.children[a])}).join(" "):b._getText(d),d.setAttribute("data-jets",b._sanitize(e)),b._handleSpecificColumns(d,"set")},replaceDiacritics:function(c){var a= -this.options.diacriticsMap,b;for(b in a)if(a.hasOwnProperty(b))for(var d=0,e=a[b].length;d :not([data-jets])",c)},_destroy:function(){this.styleTag.parentNode&&document.head.removeChild(this.styleTag);for(var c=this._getContentTags(),a=0,b;b=c[a];a++)b.removeAttribute("data-jets"),this._handleSpecificColumns(b)}};(function(c,a){try{c.querySelector(":scope body")}catch(b){["querySelector","querySelectorAll"].forEach(function(b){var d= -a[b];a[b]=function(a){if(/(^|,)\s*:scope/.test(a)){var e=this.id;this.id="ID_"+Date.now();a=a.replace(/((^|,)\s*):scope/g,"$1#"+this.id);a=c[b](a);this.id=e;return a}return d.call(this,a)}})}})(window.document,Element.prototype);return d}); \ No newline at end of file diff --git a/src/css/journal.css b/src/css/journal.css deleted file mode 100755 index 003e52f..0000000 --- a/src/css/journal.css +++ /dev/null @@ -1,56 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");/*! - * bootswatch v3.3.5 - * Homepage: http://bootswatch.com - * Copyright 2012-2015 Thomas Park - * Licensed under MIT - * Based on Bootstrap -*//*! - * Bootstrap v3.3.5 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Georgia,"Times New Roman",Times,serif;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#eb6864;text-decoration:none}a:hover,a:focus{color:#e22620;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;line-height:1.1;color:#000000}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:920px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#eb6864}a.text-primary:hover,a.text-primary:focus{color:#e53c37}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover,a.text-danger:focus{color:#953b39}.bg-primary{color:#fff;background-color:#eb6864}a.bg-primary:hover,a.bg-primary:focus{background-color:#e53c37}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0} - - @media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}} - abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px} - - @media (min-width:768px){.container{width:750px}} - - @media (min-width:992px){.container{width:970px}} - - @media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%} - - @media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}} - - @media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.3f3333333%}.col-md-offset-0{margin-left:0%}} - - - @media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%} - - @media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#777777;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.42857143;color:#777777}.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:15px;line-height:1.42857143;color:#777777;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none} - - @media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:56px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:34px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-lg{height:56px;line-height:56px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:56px;line-height:56px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:56px;min-height:40px;padding:15px 16px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:56px;height:56px;line-height:56px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#b7b7b7} - - - - @media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19.6666662px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:15px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#999999;border-color:#999999}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#808080;border-color:#595959}.btn-default:hover{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#808080;border-color:#7a7a7a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#6e6e6e;border-color:#595959}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#999999;border-color:#999999}.btn-default .badge{color:#999999;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#e53c37;border-color:#b81c18}.btn-primary:hover{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#e53c37;border-color:#e4332e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#dc221c;border-color:#b81c18}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#eb6864;border-color:#eb6864}.btn-primary .badge{color:#eb6864;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#22b24c;border-color:#22b24c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#1a873a;border-color:#0e471e}.btn-success:hover{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#1a873a;border-color:#187f36}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#14692d;border-color:#0e471e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#22b24c;border-color:#22b24c}.btn-success .badge{color:#22b24c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#336699;border-color:#336699}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#264c73;border-color:#132639}.btn-info:hover{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#264c73;border-color:#24476b}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#1d3b58;border-color:#132639}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#336699;border-color:#336699}.btn-info .badge{color:#336699;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f5e625;border-color:#f5e625}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ddce0a;border-color:#948a07}.btn-warning:hover{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ddce0a;border-color:#d3c50a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#bbae09;border-color:#948a07}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f5e625;border-color:#f5e625}.btn-warning .badge{color:#f5e625;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#f57a00;border-color:#f57a00}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c26100;border-color:#763b00}.btn-danger:hover{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c26100;border-color:#b85c00}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#9e4f00;border-color:#763b00}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#f57a00;border-color:#f57a00}.btn-danger .badge{color:#f57a00;background-color:#ffffff}.btn-link{color:#eb6864;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#e22620;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#eb6864}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#eb6864}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px} - - @media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:56px;padding:14px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:56px;line-height:56px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:15px;font-weight:normal;line-height:1;color:#777777;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:19px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#eb6864}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#777777;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#eb6864}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:60px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:19.5px 15px;font-size:19px;line-height:21px;height:60px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:13px;margin-bottom:13px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:9.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:19.5px;padding-bottom:19.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:10.5px;margin-bottom:10.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:10.5px;margin-bottom:10.5px}.navbar-btn.btn-sm{margin-top:14.5px;margin-bottom:14.5px}.navbar-btn.btn-xs{margin-top:19px;margin-bottom:19px}.navbar-text{margin-top:19.5px;margin-bottom:19.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#ffffff;border-color:#eeeeee}.navbar-default .navbar-brand{color:#000000}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-text{color:#000000}.navbar-default .navbar-nav>li>a{color:#000000}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#eeeeee}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#eeeeee;color:#000000}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000000}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#000000;background-color:#eeeeee}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#000000}.navbar-default .navbar-link:hover{color:#000000}.navbar-default .btn-link{color:#000000}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#000000}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#eb6864;border-color:#e53c37}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#e53c37}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#e53c37}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#e74944}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#e74b47;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#e53c37}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#e74b47}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#eb6864;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#e22620;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#eb6864}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#e53c37}.label-success{background-color:#22b24c}.label-success[href]:hover,.label-success[href]:focus{background-color:#1a873a}.label-info{background-color:#336699}.label-info[href]:hover,.label-info[href]:focus{background-color:#264c73}.label-warning{background-color:#f5e625}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ddce0a}.label-danger{background-color:#f57a00}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c26100}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#eb6864;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#eb6864;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#eb6864}.thumbnail .caption{padding:9px;color:#777777}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#eb6864;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#22b24c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#336699}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f5e625}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#f57a00}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#eb6864;border-color:#eb6864}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#ffffff}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#777777;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#777777}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#eb6864}.panel-primary>.panel-heading{color:#ffffff;background-color:#eb6864;border-color:#eb6864}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eb6864}.panel-primary>.panel-heading .badge{color:#eb6864;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eb6864}.panel-success{border-color:#22b24c}.panel-success>.panel-heading{color:#468847;background-color:#22b24c;border-color:#22b24c}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#22b24c}.panel-success>.panel-heading .badge{color:#22b24c;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#22b24c}.panel-info{border-color:#336699}.panel-info>.panel-heading{color:#3a87ad;background-color:#336699;border-color:#336699}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#336699}.panel-info>.panel-heading .badge{color:#336699;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#336699}.panel-warning{border-color:#f5e625}.panel-warning>.panel-heading{color:#c09853;background-color:#f5e625;border-color:#f5e625}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f5e625}.panel-warning>.panel-heading .badge{color:#f5e625;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f5e625}.panel-danger{border-color:#f57a00}.panel-danger>.panel-heading{color:#b94a48;background-color:#f57a00;border-color:#f57a00}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f57a00}.panel-danger>.panel-heading .badge{color:#f57a00;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f57a00}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{font-size:18px;font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700}.navbar-default .badge{background-color:#000;color:#fff}.navbar-inverse .badge{background-color:#fff;color:#eb6864}.navbar-brand{font-size:inherit;font-weight:700;text-transform:uppercase}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f57a00}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f57a00}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#eb6864}.has-error .form-control,.has-error .form-control:focus{border-color:#eb6864}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#22b24c}.has-success .form-control,.has-success .form-control:focus{border-color:#22b24c}.badge{padding-bottom:4px;vertical-align:3px;font-size:10px}.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700;color:#000}.panel-primary .panel-title,.panel-success .panel-title,.panel-warning .panel-title,.panel-danger .panel-title,.panel-info .panel-title{color:#fff} - - .share-page { - text-align: center; - background: $secondary-color; - color: $light-color; - padding: 8px 15px; - border-radius: 5px; - margin: 1.5 * $spacing-unit 0; - - a { - font-weight: 700; - color: #fff; - margin-left: 10px; - - &:hover { - border-bottom: 1px dashed #fff; - } - } -} \ No newline at end of file diff --git a/src/css/tables.css b/src/css/tables.css deleted file mode 100755 index 949f4f9..0000000 --- a/src/css/tables.css +++ /dev/null @@ -1,27 +0,0 @@ -#jetsSearch { - border: 15px; - border-radius: 30px; - border-color: black; - } - -td { - width: 25%; -} - -.page-head { - text-align: center; - } - -#search-wrapper { - width: 75%; - margin: 0 auto; - } - -thead { - font-size: 1.2em; - font-weight: 700; - } - -#jetsSearch { - box-shadow: inset 0 1px 1px rgba(1,1,1,1) - } \ No newline at end of file diff --git a/src/index.html b/src/index.html old mode 100755 new mode 100644 index 9b71c2a..a7834a2 --- a/src/index.html +++ b/src/index.html @@ -1,63 +1,36 @@ ---- -layout: default ---- + -
-

Public APIs

-A collective list of free JSON APIs for use in web development. -
-For information on contributing to this project, please see the contributing guide. -
+ + + + + Public APIs + + +
+
+ + + + + + + + + + + + + + + + + + + +
APIDescriptionAuthorizationHTTPSCategory
{{ item.API }}{{ item.Description }}{{ (item.Auth) ? item.Auth : '-' }}{{ (item.HTTPS) ? '✔' : '✖' }}{{ item.Section }}
+
+ + + - -
-
- - -
-
- -
- - -
- -
- - - - - - - - - - - -{% assign catlist = site.data.entries %} -{% for cat in catlist %} - {% for api in cat[1] %} - - - - - - - - {% endfor %} -{% endfor %} - -
APIDescriptionAuthorizationHTTPSCategory
{{ api.API }} {{ api.Description }}{{ api.Auth }}{{ api.HTTPS }}{{ cat[0] }}
-
-
- - - \ No newline at end of file diff --git a/src/scripts.js b/src/scripts.js new file mode 100644 index 0000000..c3df629 --- /dev/null +++ b/src/scripts.js @@ -0,0 +1,44 @@ +let items = {"count":345,"entries":[{"API":"Dogs","Description":"Based on the [Stanford Dogs Dataset](http://visionstanford.edu/aditya86/ImageNetDogs/)","Auth":null,"HTTPS":true,"Link":"https://dog.ceo/dog-api/","Section":"Animals"},{"API":"IUCN","Description":"IUCN Red List of Threatened Species","Auth":"apiKey","HTTPS":false,"Link":"http://apiv3.iucnredlist.org/api/v3/docs","Section":"Animals"},{"API":"Petfinder","Description":"Adoption","Auth":"apiKey","HTTPS":true,"Link":"https://www.petfinder.com/developers/api-docs/","Section":"Animals"},{"API":"RescueGroups","Description":"Adoption","Auth":null,"HTTPS":true,"Link":"https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home","Section":"Animals"},{"API":"AniList","Description":"AniList Anime","Auth":"OAuth","HTTPS":false,"Link":"http://anilist-api.readthedocs.io/en/latest/","Section":"Anime"},{"API":"Jikan","Description":"Unofficial MyAnimeList API","Auth":null,"HTTPS":true,"Link":"https://jikan.me","Section":"Anime"},{"API":"Kitsu","Description":"Anime discovery platform","Auth":"OAuth","HTTPS":true,"Link":"http://docs.kitsu.apiary.io/","Section":"Anime"},{"API":"Studio Ghibli","Description":"Resources from Studio Ghibli films","Auth":null,"HTTPS":true,"Link":"https://ghibliapi.herokuapp.com","Section":"Anime"},{"API":"AlienVault Open Threat Exchange (OTX)","Description":"IP/domain/URL reputation","Auth":"apiKey","HTTPS":true,"Link":"https://otx.alienvault.com/api/","Section":"Anti-Malware"},{"API":"Certly","Description":"Certly Link/Domain Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://guard.certly.io/","Section":"Anti-Malware"},{"API":"Google Safe Browsing","Description":"Google Link/Domain Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://developers.google.com/safe-browsing/","Section":"Anti-Malware"},{"API":"Metacert","Description":"Metacert Link Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://metacert.com/","Section":"Anti-Malware"},{"API":"VirusTotal","Description":"VirusTotal File/URL Analysis","Auth":"apiKey","HTTPS":true,"Link":"https://www.virustotal.com/en/documentation/public-api/","Section":"Anti-Malware"},{"API":"Web Of Trust (WOT)","Description":"Website reputation","Auth":"apiKey","HTTPS":true,"Link":"https://www.mywot.com/wiki/API","Section":"Anti-Malware"},{"API":"Behance","Description":"Design","Auth":"apiKey","HTTPS":true,"Link":"https://www.behance.net/dev","Section":"Art & Design"},{"API":"Dribbble","Description":"Design","Auth":"OAuth","HTTPS":false,"Link":"http://developer.dribbble.com/v1/","Section":"Art & Design"},{"API":"Harvard Art Museums","Description":"Art","Auth":"apiKey","HTTPS":false,"Link":"https://github.com/harvardartmuseums/api-docs","Section":"Art & Design"},{"API":"Icons8","Description":"Icons","Auth":"OAuth","HTTPS":true,"Link":"http://docs.icons8.apiary.io/#reference/0/meta","Section":"Art & Design"},{"API":"Noun Project","Description":"Icons","Auth":"OAuth","HTTPS":false,"Link":"http://api.thenounproject.com/index.html","Section":"Art & Design"},{"API":"Rijksmuseum","Description":"Art","Auth":"apiKey","HTTPS":true,"Link":"https://www.rijksmuseum.nl/en/api","Section":"Art & Design"},{"API":"British National Bibliography","Description":"Books","Auth":null,"HTTPS":false,"Link":"http://bnb.data.bl.uk/","Section":"Books"},{"API":"Goodreads","Description":"Books","Auth":null,"HTTPS":true,"Link":"https://www.goodreads.com/api","Section":"Books"},{"API":"Google Books","Description":"Books","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/books/","Section":"Books"},{"API":"mailgun","Description":"Email Service","Auth":"apiKey","HTTPS":true,"Link":"https://www.mailgun.com/","Section":"Business"},{"API":"markerapi","Description":"Trademark Search","Auth":null,"HTTPS":false,"Link":"http://www.markerapi.com/","Section":"Business"},{"API":"Church Calendar","Description":"Catholic liturgical calendar","Auth":null,"HTTPS":false,"Link":"http://calapi.inadiutorium.cz/","Section":"Calendar"},{"API":"Holidays","Description":"Historical data regarding holidays","Auth":"apiKey","HTTPS":true,"Link":"https://holidayapi.com/","Section":"Calendar"},{"API":"LectServe","Description":"Protestant liturgical calendar","Auth":null,"HTTPS":false,"Link":"http://www.lectserve.com","Section":"Calendar"},{"API":"Non-Working Days","Description":"Database of ICS files for non working days","Auth":null,"HTTPS":true,"Link":"https://github.com/gadael/icsdb","Section":"Calendar"},{"API":"Box","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://developer.box.com/","Section":"Cloud Storage & File Sharing"},{"API":"Dropbox","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://www.dropbox.com/developers","Section":"Cloud Storage & File Sharing"},{"API":"Google Drive","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/drive/","Section":"Cloud Storage & File Sharing"},{"API":"OneDrive","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://dev.onedrive.com/","Section":"Cloud Storage & File Sharing"},{"API":"Currencylayer","Description":"Exchange rates and currency conversion","Auth":"apiKey","HTTPS":true,"Link":"https://currencylayer.com/documentation","Section":"Currency Exchange"},{"API":"Fixer.io","Description":"Exchange rates and currency conversion","Auth":null,"HTTPS":true,"Link":"http://fixer.io","Section":"Currency Exchange"},{"API":"18F","Description":"US Federal Government /Developer Program","Auth":null,"HTTPS":false,"Link":"http://18f.github.io/API-All-the-X/","Section":"Data Access"},{"API":"Abbreviation","Description":"Get abbreviations and meanings","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/daxeel/abbreviations","Section":"Data Access"},{"API":"CARTO","Description":"Location Information Prediction","Auth":"apiKey","HTTPS":true,"Link":"https://carto.com/","Section":"Data Access"},{"API":"Callook.info","Description":"United States ham radio callsigns","Auth":null,"HTTPS":true,"Link":"https://callook.info","Section":"Data Access"},{"API":"Celebinfo","Description":"Celebrity information","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/daxeel/celebinfo/","Section":"Data Access"},{"API":"Colorado Data Engine","Description":"Formatted and geolocated Colorado public data","Auth":null,"HTTPS":true,"Link":"http://codataengine.org/","Section":"Data Access"},{"API":"Colorado Information Marketplace","Description":"Colorado State Government Open Data","Auth":null,"HTTPS":true,"Link":"https://data.colorado.gov/","Section":"Data Access"},{"API":"Datakick","Description":"The open product database","Auth":"apiKey","HTTPS":true,"Link":"https://www.datakick.org/api","Section":"Data Access"},{"API":"Data USA","Description":"US Public Data","Auth":null,"HTTPS":true,"Link":"https://datausa.io/about/api/","Section":"Data Access"},{"API":"Dronestream","Description":"Tracks United States drone strikes","Auth":null,"HTTPS":true,"Link":"https://dronestre.am/","Section":"Data Access"},{"API":"fonoApi","Description":"Mobile Device Description","Auth":null,"HTTPS":true,"Link":"https://fonoapi.freshpixl.com/","Section":"Data Access"},{"API":"Open Government, Australia","Description":"Australian Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.gov.au/","Section":"Data Access"},{"API":"Open Government, USA","Description":"United States Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.gov/","Section":"Data Access"},{"API":"Open Government, Canada","Description":"Canadian Government Open Data","Auth":null,"HTTPS":false,"Link":"http://open.canada.ca/en","Section":"Data Access"},{"API":"Open Government Data, India","Description":"Indian Government Open Data","Auth":"apiKey","HTTPS":true,"Link":"https://data.gov.in/","Section":"Data Access"},{"API":"Open Government, New Zealand","Description":"New Zealand Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.govt.nz/","Section":"Data Access"},{"API":"Outpan","Description":"A Database of Everything","Auth":"apiKey","HTTPS":true,"Link":"https://outpan.mixnode.com/developers","Section":"Data Access"},{"API":"Pearson","Description":"Dictionary Data","Auth":"apiKey","HTTPS":false,"Link":"http://developer.pearson.com/apis/dictionaries","Section":"Data Access"},{"API":"Prague Opendata","Description":"Prague City Open Data","Auth":null,"HTTPS":false,"Link":"http://opendata.praha.eu/en","Section":"Data Access"},{"API":"Quandl","Description":"Stock Market Data","Auth":null,"HTTPS":true,"Link":"https://www.quandl.com/","Section":"Data Access"},{"API":"Represent by Open North","Description":"Find Canadian Government Representatives","Auth":null,"HTTPS":true,"Link":"https://represent.opennorth.ca/","Section":"Data Access"},{"API":"Scoop.it","Description":"Content Curation Service","Auth":"apiKey","HTTPS":false,"Link":"http://www.scoop.it/dev","Section":"Data Access"},{"API":"Teleport","Description":"Quality of Life Data","Auth":null,"HTTPS":true,"Link":"https://developers.teleport.org/","Section":"Data Access"},{"API":"UPC database","Description":"More than 15 million barcode numbers from all around the world","Auth":"apiKey","HTTPS":true,"Link":"https://upcdatabase.org/api","Section":"Data Access"},{"API":"Wikidata","Description":"Collaboratively edited knowledge base operated by the Wikimedia Foundation","Auth":"OAuth","HTTPS":true,"Link":"https://www.wikidata.org/w/api.php?action=help","Section":"Data Access"},{"API":"Wikipedia","Description":"Mediawiki Encyclopedia","Auth":null,"HTTPS":true,"Link":"https://www.mediawiki.org/wiki/API:Main_page","Section":"Data Access"},{"API":"Wordnik","Description":"Dictionary Data","Auth":null,"HTTPS":false,"Link":"http://developer.wordnik.com","Section":"Data Access"},{"API":"Yelp","Description":"Find Local Business","Auth":"OAuth","HTTPS":true,"Link":"https://www.yelp.com/developers/documentation/v3","Section":"Data Access"},{"API":"languagelayer","Description":"Language detection","Auth":null,"HTTPS":true,"Link":"https://languagelayer.com","Section":"Data Validation"},{"API":"Lob.com","Description":"US Address Verification","Auth":"apiKey","HTTPS":true,"Link":"https://lob.com/","Section":"Data Validation"},{"API":"mailboxlayer","Description":"Email address validation","Auth":null,"HTTPS":true,"Link":"https://mailboxlayer.com","Section":"Data Validation"},{"API":"numverify","Description":"Phone number validation","Auth":null,"HTTPS":true,"Link":"https://numverify.com","Section":"Data Validation"},{"API":"vatlayer","Description":"VAT number validation","Auth":null,"HTTPS":true,"Link":"https://vatlayer.com","Section":"Data Validation"},{"API":"Adorable Avatars","Description":"Generate random cartoon avatars","Auth":null,"HTTPS":true,"Link":"http://avatars.adorable.io","Section":"Development"},{"API":"APIs.guru","Description":"Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs","Auth":null,"HTTPS":true,"Link":"https://apis.guru/api-doc/","Section":"Development"},{"API":"BetterMeta","Description":"Return a site's meta tags in JSON format","Auth":"X-Mashape-Key","HTTPS":true,"Link":"http://bettermeta.io","Section":"Development"},{"API":"Changelogs.md","Description":"Structured changelog metadata from open source projects","Auth":null,"HTTPS":true,"Link":"https://changelogs.md","Section":"Development"},{"API":"CDNJS","Description":"Library info on CDNJS","Auth":null,"HTTPS":true,"Link":"https://api.cdnjs.com/libraries/jquery","Section":"Development"},{"API":"Faceplusplus","Description":"A tool to detect face","Auth":"OAuth","HTTPS":true,"Link":"https://www.faceplusplus.com/","Section":"Development"},{"API":"Genderize.io","Description":"Determines a gender from a first name","Auth":null,"HTTPS":true,"Link":"https://genderize.io","Section":"Development"},{"API":"Github - User Data","Description":"Pull public information for a user's github","Auth":null,"HTTPS":true,"Link":"https://api.github.com/users/hackeryou","Section":"Development"},{"API":"Gitter","Description":"Chat for GitHub","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/gitterHQ/docs","Section":"Development"},{"API":"HackerRank","Description":"Compile source code and run against a set of provided test cases","Auth":"apiKey","HTTPS":true,"Link":"https://www.hackerrank.com/api/docs","Section":"Development"},{"API":"Hipster Ipsum","Description":"Generates Hipster Ipsum text","Auth":null,"HTTPS":false,"Link":"http://hipsterjesus.com/","Section":"Development"},{"API":"IPify","Description":"A simple IP Address API","Auth":null,"HTTPS":true,"Link":"https://www.ipify.org/","Section":"Development"},{"API":"JSON 2 JSONP","Description":"Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript","Auth":null,"HTTPS":true,"Link":"https://json2jsonp.com/","Section":"Development"},{"API":"JSONbin.io","Description":"Free JSON storage service Ideal for small scale Web apps, Websites and Mobile apps","Auth":null,"HTTPS":true,"Link":"https://jsonbin.io","Section":"Development"},{"API":"JSONPlaceholder","Description":"Fake data for testing and prototyping","Auth":null,"HTTPS":false,"Link":"http://jsonplaceholder.typicode.com/","Section":"Development"},{"API":"Judge0 API","Description":"Compile and run source code","Auth":null,"HTTPS":true,"Link":"https://api.judge0.com/","Section":"Development"},{"API":"Kairos","Description":"Face Recognition and Emotion Analysis","Auth":"apiKey","HTTPS":true,"Link":"https://www.kairos.com/features","Section":"Development"},{"API":"Let's Validate","Description":"Uncovers the technologies used on websites and URL to thumbnail","Auth":null,"HTTPS":true,"Link":"https://github.com/letsvalidate/api","Section":"Development"},{"API":"LiveEdu","Description":"Live Coding Streaming","Auth":"OAuth","HTTPS":true,"Link":"https://www.liveedu.tv/developer/applications/","Section":"Development"},{"API":"Lorem Text","Description":"Generates Lorem Ipsum text","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/montanaflynn/lorem-text-generator","Section":"Development"},{"API":"Loripsum","Description":"The \"lorem ipsum\" generator that doesn't suck","Auth":null,"HTTPS":false,"Link":"http://loripsum.net/","Section":"Development"},{"API":"Myjson","Description":"A simple JSON store for your web or mobile app","Auth":null,"HTTPS":false,"Link":"http://myjson.com/api","Section":"Development"},{"API":"Plino","Description":"Spam filtering system","Auth":null,"HTTPS":true,"Link":"https://plino.herokuapp.com/","Section":"Development"},{"API":"Public APIs","Description":"A collective list of free JSON APIs for use in web development","Auth":null,"HTTPS":true,"Link":"https://github.com/toddmotto/public-apis/tree/master/json","Section":"Development"},{"API":"Random Word","Description":"Generate random word","Auth":null,"HTTPS":false,"Link":"http://www.setgetgo.com/randomword/","Section":"Development"},{"API":"RandomUser","Description":"Generates random user data","Auth":null,"HTTPS":true,"Link":"https://randomuser.me","Section":"Development"},{"API":"ReqRes","Description":"A hosted REST-API ready to respond to your AJAX requests","Auth":null,"HTTPS":true,"Link":"https://reqres.in/ ","Section":"Development"},{"API":"RoboHash","Description":"Generate random robot/alien avatars","Auth":null,"HTTPS":true,"Link":"https://robohash.org/","Section":"Development"},{"API":"StackExchange","Description":"Q&A forum for developers","Auth":"OAuth","HTTPS":true,"Link":"https://api.stackexchange.com/","Section":"Development"},{"API":"Stormpath","Description":"User Authentication","Auth":"apiKey","HTTPS":true,"Link":"https://stormpath.com/","Section":"Development"},{"API":"UI Names","Description":"Generate random fake names","Auth":null,"HTTPS":true,"Link":"https://github.com/thm/uinames","Section":"Development"},{"API":"Verse","Description":"Check what's the latest version of your favorite open-source project","Auth":null,"HTTPS":true,"Link":"https://verse.pawelad.xyz/","Section":"Development"},{"API":"File.io","Description":"File Sharing","Auth":null,"HTTPS":true,"Link":"https://www.file.io","Section":"Documents & Productivity"},{"API":"pdflayer API","Description":"HTML/URL to PDF","Auth":null,"HTTPS":true,"Link":"https://pdflayer.com","Section":"Documents & Productivity"},{"API":"Pocket","Description":"Bookmarking service","Auth":"OAuth","HTTPS":true,"Link":"https://getpocket.com/developer/","Section":"Documents & Productivity"},{"API":"PrexView","Description":"Data from XML or JSON to PDF, HTML or Image","Auth":"apiKey","HTTPS":true,"Link":"https://prexview.com","Section":"Documents & Productivity"},{"API":"Todoist","Description":"Todo Lists","Auth":"OAuth","HTTPS":true,"Link":"https://developer.todoist.com","Section":"Documents & Productivity"},{"API":"Wunderlist","Description":"Todo Lists","Auth":"OAuth","HTTPS":true,"Link":"https://developer.wunderlist.com/documentation","Section":"Documents & Productivity"},{"API":"AirVisual","Description":"Air quality and weather data","Auth":"apiKey","HTTPS":true,"Link":"https://airvisual.com/api","Section":"Environment"},{"API":"OpenAQ","Description":"Open air quality data","Auth":"apiKey","HTTPS":true,"Link":"https://docs.openaq.org/","Section":"Environment"},{"API":"PM2.5.in","Description":"Air quality of China","Auth":"apiKey","HTTPS":false,"Link":"http://www.pm25.in/api_doc","Section":"Environment"},{"API":"Barchart OnDemand","Description":"Stock, Futures, and Forex Market Data","Auth":"apiKey","HTTPS":true,"Link":"https://www.barchartondemand.com/free","Section":"Finance"},{"API":"CoinDesk","Description":"Bitcoin Price Index","Auth":null,"HTTPS":false,"Link":"http://www.coindesk.com/api/","Section":"Finance"},{"API":"Consumer Financial Protection Bureau","Description":"Financial services consumer complains data","Auth":"apiKey","HTTPS":true,"Link":"https://data.consumerfinance.gov/resource/jhzv-w97w.json","Section":"Finance"},{"API":"IEX","Description":"Stocks and Market Data","Auth":null,"HTTPS":true,"Link":"https://iextrading.com/developer/","Section":"Finance"},{"API":"Razorpay IFSC","Description":"Indian Financial Systems Code (Bank Branch Codes)","Auth":null,"HTTPS":true,"Link":"https://ifsc.razorpay.com/","Section":"Finance"},{"API":"BigOven","Description":"Recipe Search","Auth":"X-Mashape-Key","HTTPS":false,"Link":"http://api2.bigoven.com/","Section":"Food & Drink"},{"API":"BreweryDB","Description":"Beer","Auth":"apiKey","HTTPS":false,"Link":"http://www.brewerydb.com/developers","Section":"Food & Drink"},{"API":"Edamam","Description":"Recipe Search","Auth":"apiKey","HTTPS":true,"Link":"https://developer.edamam.com/","Section":"Food & Drink"},{"API":"Food2Fork","Description":"Recipe Search","Auth":"apiKey","HTTPS":false,"Link":"http://food2fork.com/about/api","Section":"Food & Drink"},{"API":"LCBO","Description":"Alcohol","Auth":"apiKey","HTTPS":true,"Link":"https://lcboapi.com/","Section":"Food & Drink"},{"API":"PunkAPI","Description":"Brewdog Beer Recipes","Auth":null,"HTTPS":true,"Link":"https://punkapi.com/","Section":"Food & Drink"},{"API":"Recipe Puppy","Description":"Food","Auth":null,"HTTPS":false,"Link":"http://www.recipepuppy.com/about/api/","Section":"Food & Drink"},{"API":"TacoFancy","Description":"Community-driven taco database","Auth":null,"HTTPS":false,"Link":"https://github.com/evz/tacofancy-api","Section":"Food & Drink"},{"API":"TheCocktailDB","Description":"Cocktail Recipes","Auth":null,"HTTPS":false,"Link":"http://www.thecocktaildb.com/","Section":"Food & Drink"},{"API":"The Report of the Week","Description":"Food & Drink Reviews","Auth":null,"HTTPS":true,"Link":"https://github.com/andyklimczak/TheReportOfTheWeek-API","Section":"Food & Drink"},{"API":"What's on the menu?","Description":"NYPL human-transcribed historical menu collection","Auth":"apiKey","HTTPS":false,"Link":"nypl.github.io/menus-api/","Section":"Food & Drink"},{"API":"Yummly","Description":"Find food recipes","Auth":null,"HTTPS":true,"Link":"https://developer.yummly.com/","Section":"Food & Drink"},{"API":"Zomato","Description":"Discover restaurants","Auth":"apiKey","HTTPS":true,"Link":"https://developers.zomato.com/api","Section":"Food & Drink"},{"API":"Whitepages Pro","Description":"Global identity verification with phone, address, email, and IP","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/identity-check-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Phone reputation to detect spammy phones","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/phone-reputation-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Get an owner’s name, address, demographics based on the phone number","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/reverse-phone-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Phone number validation, line_type, carrier append","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/phone-intelligence-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Get normalized physical address, residents, address type, and validity","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/reverse-address-api/","Section":"Fraud Prevention"},{"API":"Battle.net","Description":"Blizzard Entertainment","Auth":null,"HTTPS":true,"Link":"https://dev.battle.net/","Section":"Games & Comics"},{"API":"Battlefield 4","Description":"Battlefield 4 Information","Auth":null,"HTTPS":true,"Link":"https://bf4stats.com/api","Section":"Games & Comics"},{"API":"Chuck Norris Database","Description":"Jokes","Auth":null,"HTTPS":false,"Link":"http://www.icndb.com/api/","Section":"Games & Comics"},{"API":"Clash of Clans","Description":"Clash of Clans Game Information","Auth":null,"HTTPS":true,"Link":"https://developer.clashofclans.com","Section":"Games & Comics"},{"API":"Clash Royale","Description":"Clash Royale Game Information","Auth":null,"HTTPS":true,"Link":"https://github.com/martincarrera/clash-royale-api","Section":"Games & Comics"},{"API":"Comic Vine","Description":"Comics","Auth":null,"HTTPS":true,"Link":"https://comicvine.gamespot.com/api/documentation","Section":"Games & Comics"},{"API":"Deck of Cards","Description":"Deck of Cards","Auth":null,"HTTPS":false,"Link":"http://deckofcardsapi.com/","Section":"Games & Comics"},{"API":"Destiny The Game","Description":"Bungie Platform API","Auth":"apiKey","HTTPS":true,"Link":"https://www.bungie.net/en/Clan/Post/39966/85087279/0/0","Section":"Games & Comics"},{"API":"Eve Online","Description":"Third-Party Developer Documentation","Auth":"OAuth","HTTPS":true,"Link":"https://eveonline-third-party-documentation.readthedocs.io/en/latest/","Section":"Games & Comics"},{"API":"Giant Bomb","Description":"Video Games","Auth":null,"HTTPS":true,"Link":"https://www.giantbomb.com/api/documentation","Section":"Games & Comics"},{"API":"Guild Wars 2","Description":"Guild Wars 2 Game Information","Auth":"apiKey","HTTPS":true,"Link":"https://wiki.guildwars2.com/wiki/API:Main","Section":"Games & Comics"},{"API":"Jservice","Description":"Jeopardy Question Database","Auth":null,"HTTPS":false,"Link":"http://jservice.io","Section":"Games & Comics"},{"API":"Magic The Gathering","Description":"Magic The Gathering Game Information","Auth":null,"HTTPS":false,"Link":"http://magicthegathering.io/","Section":"Games & Comics"},{"API":"Marvel","Description":"Marvel Comics","Auth":"apiKey","HTTPS":false,"Link":"http://developer.marvel.com","Section":"Games & Comics"},{"API":"Minecraft","Description":"Minecraft server info & user info)","Auth":null,"HTTPS":true,"Link":"https://mcapi.ca/","Section":"Games & Comics"},{"API":"Open Trivia","Description":"Trivia Questions","Auth":null,"HTTPS":true,"Link":"https://opentdb.com/api_config.php","Section":"Games & Comics"},{"API":"PandaScore","Description":"E-sports games and results","Auth":"apiKey","HTTPS":true,"Link":"https://api.pandascore.co","Section":"Games & Comics"},{"API":"Pokéapi","Description":"Pokémon Information","Auth":null,"HTTPS":false,"Link":"http://pokeapi.co","Section":"Games & Comics"},{"API":"Qriusity","Description":"Quiz/Trivia Questions","Auth":null,"HTTPS":true,"Link":"https://qriusity.com/","Section":"Games & Comics"},{"API":"Riot Games","Description":"League of Legends Game Information","Auth":"apiKey","HTTPS":true,"Link":"https://developer.riotgames.com/","Section":"Games & Comics"},{"API":"Steam","Description":"Steam Client Interaction","Auth":"OAuth","HTTPS":true,"Link":"https://developer.valvesoftware.com/wiki/Steam_Web_API","Section":"Games & Comics"},{"API":"adresse.data.gouv.fr","Description":"Address database of France, geocoding, and reverse","Auth":null,"HTTPS":true,"Link":"https://adresse.data.gouv.fr","Section":"Geocoding"},{"API":"Bing Maps","Description":"Create/customize digital maps based on Bing Maps data","Auth":"apiKey","HTTPS":true,"Link":"https://www.microsoft.com/maps/","Section":"Geocoding"},{"API":"Geocode.xyz","Description":"Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing","Auth":null,"HTTPS":true,"Link":"https://geocode.xyz/","Section":"Geocoding"},{"API":"GeoNames","Description":"Place names and other geographical data","Auth":null,"HTTPS":false,"Link":"http://www.geonames.org/export/web-services.html","Section":"Geocoding"},{"API":"GéoApi","Description":"French geographical data","Auth":null,"HTTPS":true,"Link":"https://api.gouv.fr/api/geoapi.html","Section":"Geocoding"},{"API":"Google Maps","Description":"Create/customize digital maps based on Google Maps data","Auth":"apiKey","HTTPS":true,"Link":"https://developers.google.com/maps/","Section":"Geocoding"},{"API":"IP 2 Country","Description":"Map an IP to a country","Auth":null,"HTTPS":true,"Link":"https://ip2country.info","Section":"Geocoding"},{"API":"IP Address Details","Description":"Find geolocation with ip address","Auth":null,"HTTPS":true,"Link":"https://ipinfo.io/","Section":"Geocoding"},{"API":"IP Location","Description":"Find IP address location information","Auth":null,"HTTPS":true,"Link":"https://ipapi.co/","Section":"Geocoding"},{"API":"IP Vigilante","Description":"Free IP Geolocation API","Auth":null,"HTTPS":true,"Link":"https://www.ipvigilante.com/","Section":"Geocoding"},{"API":"Mapbox","Description":"Create/customize beautiful digital maps","Auth":"apiKey","HTTPS":true,"Link":"https://www.mapbox.com/developers/","Section":"Geocoding"},{"API":"Mapzen Search","Description":"Open Source & Open Data Global Geocoding Service","Auth":"apiKey","HTTPS":true,"Link":"https://mapzen.com/products/search/","Section":"Geocoding"},{"API":"Mexico","Description":"Mexico RESTful zip codes API","Auth":null,"HTTPS":true,"Link":"https://github.com/IcaliaLabs/sepomex","Section":"Geocoding"},{"API":"One Map 2.0, Singapore","Description":"Singapore Land Authority REST API services for Singapore addresses","Auth":"apiKey","HTTPS":true,"Link":"https://docs.onemap.sg/","Section":"Geocoding"},{"API":"OnWater","Description":"Determine if a lat/lon is on water or land","Auth":null,"HTTPS":true,"Link":"https://onwater.io/","Section":"Geocoding"},{"API":"OpenCage","Description":"Forward and reverse geocoding using open data","Auth":null,"HTTPS":true,"Link":"https://geocoder.opencagedata.com","Section":"Geocoding"},{"API":"OpenStreetMap","Description":"Navigation, geolocation and geographical data","Auth":"OAuth","HTTPS":false,"Link":"http://wiki.openstreetmap.org/wiki/API","Section":"Geocoding"},{"API":"PostcodeData.nl","Description":"Provide geolocation data based on postcode for Dutch addresses","Auth":null,"HTTPS":false,"Link":"http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json","Section":"Geocoding"},{"API":"Postcodes.io","Description":"Postcode lookup & Geolocation for the UK","Auth":null,"HTTPS":true,"Link":"https://postcodes.io","Section":"Geocoding"},{"API":"REST Countries","Description":"Get information about countries via a RESTful API","Auth":null,"HTTPS":true,"Link":"https://restcountries.eu","Section":"Geocoding"},{"API":"Utah AGRC","Description":"Utah Web API for geocoding Utah addresses","Auth":"apiKey","HTTPS":true,"Link":"https://api.mapserv.utah.gov","Section":"Geocoding"},{"API":"ViaCep","Description":"Brazil RESTful zip codes API","Auth":null,"HTTPS":true,"Link":"https://viacep.com.br","Section":"Geocoding"},{"API":"Zippopotam","Description":"Get information about place such as country, city, state, etc","Auth":null,"HTTPS":false,"Link":"http://www.zippopotam.us","Section":"Geocoding"},{"API":"Diabetes","Description":"Logging and retrieving diabetes information","Auth":null,"HTTPS":false,"Link":"http://predictbgl.com/api/","Section":"Health"},{"API":"Flutrack","Description":"Influenza-like symptoms with geotracking","Auth":null,"HTTPS":false,"Link":"http://www.flutrack.org/","Section":"Health"},{"API":"Makeup","Description":"Makeup Information","Auth":null,"HTTPS":false,"Link":"http://makeup-api.herokuapp.com/","Section":"Health"},{"API":"Medicare","Description":"Access to the data from the CMS - medicaregov","Auth":null,"HTTPS":true,"Link":"https://data.medicare.gov/developers","Section":"Health"},{"API":"Nutritionix","Description":"Worlds largest verified nutrition database","Auth":"apiKey","HTTPS":true,"Link":"https://developer.nutritionix.com/","Section":"Health"},{"API":"openFDA","Description":"Public FDA data about drugs, devices, and foods","Auth":null,"HTTPS":true,"Link":"https://open.fda.gov/api/","Section":"Health"},{"API":"USDA Nutrients","Description":"National Nutrient Database for Standard Reference","Auth":null,"HTTPS":true,"Link":"https://ndb.nal.usda.gov/ndb/doc/index","Section":"Health"},{"API":"API.AI","Description":"Natural Language Processing","Auth":"apiKey","HTTPS":true,"Link":"https://api.ai/","Section":"Machine Learning"},{"API":"Clarifai","Description":"Computer Vision","Auth":"OAuth","HTTPS":true,"Link":"https://developer.clarifai.com/","Section":"Machine Learning"},{"API":"Cleverbot","Description":"Web chat bot","Auth":"apiKey","HTTPS":true,"Link":"https://www.cleverbot.com/api/","Section":"Machine Learning"},{"API":"Keen IO","Description":"Data Analytics","Auth":"apiKey","HTTPS":true,"Link":"https://keen.io/","Section":"Machine Learning"},{"API":"Unplugg","Description":"Forecasting API for timeseries data","Auth":"apiKey","HTTPS":true,"Link":"https://unplu.gg/test_api.html","Section":"Machine Learning"},{"API":"Wit.ai","Description":"Natural Language Processing","Auth":"OAuth","HTTPS":true,"Link":"https://wit.ai/","Section":"Machine Learning"},{"API":"Newton","Description":"Symbolic and Arithmetic Math Calculator","Auth":null,"HTTPS":true,"Link":"https://newton.now.sh/","Section":"Math"},{"API":"Numbers API","Description":"Facts about numbers","Auth":null,"HTTPS":false,"Link":"http://numbersapi.com","Section":"Math"},{"API":"Bandsintown","Description":"Music Events","Auth":null,"HTTPS":true,"Link":"https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0","Section":"Music"},{"API":"Deezer","Description":"Music","Auth":"OAuth","HTTPS":false,"Link":"http://developers.deezer.com/login?redirect=/api","Section":"Music"},{"API":"Discogs","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://www.discogs.com/developers/","Section":"Music"},{"API":"Genius","Description":"Crowdsourced lyrics and music knowledge","Auth":"OAuth","HTTPS":true,"Link":"https://docs.genius.com/","Section":"Music"},{"API":"Jamendo","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://developer.jamendo.com/v3.0","Section":"Music"},{"API":"iTunes Search","Description":"Software products","Auth":null,"HTTPS":true,"Link":"https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/","Section":"Music"},{"API":"LastFm","Description":"Music","Auth":"apiKey","HTTPS":false,"Link":"http://www.last.fm/api","Section":"Music"},{"API":"Mixcloud","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://www.mixcloud.com/developers/","Section":"Music"},{"API":"MusicBrainz","Description":"Music","Auth":null,"HTTPS":true,"Link":"https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2","Section":"Music"},{"API":"Musikki","Description":"Music","Auth":"apiKey","HTTPS":true,"Link":"https://music-api.musikki.com/reference","Section":"Music"},{"API":"Musixmatch","Description":"Music","Auth":"apiKey","HTTPS":true,"Link":"https://developer.musixmatch.com/","Section":"Music"},{"API":"Songkick","Description":"Music Events","Auth":"OAuth","HTTPS":true,"Link":"https://www.songkick.com/developer/","Section":"Music"},{"API":"Songsterr","Description":"Provides guitar, bass and drums tabs and chords","Auth":null,"HTTPS":true,"Link":"https://www.songsterr.com/a/wa/api/","Section":"Music"},{"API":"Soundcloud","Description":"Music","Auth":null,"HTTPS":true,"Link":"https://developers.soundcloud.com/","Section":"Music"},{"API":"Spotify","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://developer.spotify.com/web-api/","Section":"Music"},{"API":"Vagalume","Description":"Crowdsourced lyrics and music knowledge","Auth":"apiKey","HTTPS":true,"Link":"https://api.vagalume.com.br/docs/","Section":"Music"},{"API":"Chronicling America","Description":"Provides access to millions of pages of historic US newspapers from the Library of Congress","Auth":null,"HTTPS":false,"Link":"http://chroniclingamerica.loc.gov/about/api/","Section":"News"},{"API":"New York Times","Description":"Provides news","Auth":"apiKey","HTTPS":true,"Link":"https://developer.nytimes.com/","Section":"News"},{"API":"News API","Description":"Headlines currently published on a range of news sources and blogs","Auth":"apiKey","HTTPS":true,"Link":"https://newsapi.org/","Section":"News"},{"API":"The Guardian","Description":"Access all the content the Guardian creates, categorised by tags and section","Auth":"apiKey","HTTPS":true,"Link":"http://open-platform.theguardian.com/","Section":"News"},{"API":"Countly","Description":"Countly web analytics","Auth":null,"HTTPS":false,"Link":"http://resources.count.ly/docs","Section":"Open Source projects"},{"API":"Drupal.org","Description":"Drupalorg","Auth":null,"HTTPS":true,"Link":"https://www.drupal.org/drupalorg/docs/api","Section":"Open Source projects"},{"API":"Libraries.io","Description":"Open source software libraries","Auth":"apiKey","HTTPS":true,"Link":"https://libraries.io/api","Section":"Open Source projects"},{"API":"chucknorris.io","Description":"JSON API for hand curated Chuck Norris jokes","Auth":null,"HTTPS":true,"Link":"https://api.chucknorris.io","Section":"Personality"},{"API":"Forismatic","Description":"Inspirational Quotes","Auth":null,"HTTPS":false,"Link":"http://forismatic.com/en/api/","Section":"Personality"},{"API":"icanhazdadjoke","Description":"The largest selection of dad jokes on the internet","Auth":null,"HTTPS":true,"Link":"https://icanhazdadjoke.com/api","Section":"Personality"},{"API":"Medium","Description":"Community of readers and writers offering unique perspectives on ideas","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/Medium/medium-api-docs","Section":"Personality"},{"API":"Quotes on Design","Description":"Inspirational Quotes","Auth":null,"HTTPS":true,"Link":"https://quotesondesign.com/api-v4-0/","Section":"Personality"},{"API":"Traitify","Description":"Assess, collect, and analyze Personality","Auth":null,"HTTPS":true,"Link":"https://app.traitify.com/developer","Section":"Personality"},{"API":"tronalddump.io","Description":"Api & web archive for the things Donald Trump has said","Auth":null,"HTTPS":true,"Link":"https://www.tronalddump.io","Section":"Personality"},{"API":"500px","Description":"Photography Community","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/500px/api-documentation","Section":"Photography"},{"API":"Flickr","Description":"Flickr Services","Auth":"OAuth","HTTPS":true,"Link":"https://www.flickr.com/services/api/","Section":"Photography"},{"API":"Gfycat","Description":"Jiffier GIFs","Auth":"OAuth","HTTPS":true,"Link":"https://developers.gfycat.com/api/","Section":"Photography"},{"API":"Giphy","Description":"Get all your gifs","Auth":null,"HTTPS":true,"Link":"https://github.com/Giphy/GiphyAPI","Section":"Photography"},{"API":"Imgur","Description":"Images","Auth":"OAuth","HTTPS":true,"Link":"https://api.imgur.com/#overview","Section":"Photography"},{"API":"ScreenShotLayer","Description":"URL 2 Image","Auth":null,"HTTPS":true,"Link":"https://screenshotlayer.com","Section":"Photography"},{"API":"Unsplash","Description":"Photography","Auth":"OAuth","HTTPS":true,"Link":"https://unsplash.com/developers","Section":"Photography"},{"API":"PlaceKitten","Description":"Resizable kitten placeholder images","Auth":null,"HTTPS":true,"Link":"https://placekitten.com/","Section":"Photography"},{"API":"arcsecond.io","Description":"Multiple astronomy data sources","Auth":null,"HTTPS":true,"Link":"https://api.arcsecond.io/","Section":"Science"},{"API":"CORE","Description":"Access the world's Open Access research papers","Auth":"apiKey","HTTPS":true,"Link":"https://core.ac.uk/services#api","Section":"Science"},{"API":"Fedger.io","Description":"Query machine intelligence data","Auth":null,"HTTPS":true,"Link":"https://dev.fedger.io/docs/","Section":"Science"},{"API":"inspirehep.net","Description":"High Energy Physics info system","Auth":null,"HTTPS":true,"Link":"https://inspirehep.net/info/hep/api?ln=en","Section":"Science"},{"API":"Launch Library","Description":"Upcoming Space Launches","Auth":null,"HTTPS":true,"Link":"https://launchlibrary.net/1.2/docs/api.html","Section":"Science"},{"API":"Minor Planet Center","Description":"Asterankcom Information","Auth":null,"HTTPS":false,"Link":"http://www.asterank.com/mpc","Section":"Science"},{"API":"NASA","Description":"NASA data, including imagery","Auth":null,"HTTPS":true,"Link":"https://api.nasa.gov","Section":"Science"},{"API":"Open Notify","Description":"ISS astronauts, current location, etc","Auth":null,"HTTPS":false,"Link":"http://open-notify.org/Open-Notify-API/","Section":"Science"},{"API":"Sunrise and Sunset","Description":"Sunset and sunrise times for a given latitude and longitude","Auth":null,"HTTPS":true,"Link":"https://sunrise-sunset.org/api","Section":"Science"},{"API":"USGS Earthquake Hazards Program","Description":"Earthquakes data real-time","Auth":null,"HTTPS":true,"Link":"https://earthquake.usgs.gov/fdsnws/event/1/","Section":"Science"},{"API":"USGS Water Services","Description":"Water quality and level info for rivers and lakes","Auth":null,"HTTPS":true,"Link":"https://waterservices.usgs.gov/","Section":"Science"},{"API":"World Bank","Description":"World Data","Auth":null,"HTTPS":false,"Link":"https://datahelpdesk.worldbank.org/knowledgebase/topics/125589","Section":"Science"},{"API":"AXFR Database","Description":"AXFR public database","Auth":null,"HTTPS":false,"Link":"http://api.axfrcheck.com","Section":"Security"},{"API":"UK Police","Description":"UK Police data","Auth":null,"HTTPS":true,"Link":"https://data.police.uk/docs/","Section":"Security"},{"API":"eBay","Description":"Sell and Buy on eBay","Auth":"OAuth","HTTPS":true,"Link":"https://go.developer.ebay.com/","Section":"Shopping"},{"API":"Cisco Spark","Description":"Team Collaboration Software","Auth":"OAuth","HTTPS":true,"Link":"https://developer.ciscospark.com","Section":"Social"},{"API":"Discord","Description":"Make bots for Discord, integrate Discord onto an external platform","Auth":"OAuth","HTTPS":true,"Link":"https://discordapp.com/developers/docs/intro","Section":"Social"},{"API":"DonReach Social Count","Description":"Get the social share count of a URL from every major social network","Auth":null,"HTTPS":true,"Link":"https://donreach.com/social-share-count/","Section":"Social"},{"API":"Facebook","Description":"Facebook Login, Share on FB, Social Plugins, Analytics and more","Auth":"OAuth","HTTPS":true,"Link":"https://developers.facebook.com/","Section":"Social"},{"API":"Foursquare","Description":"Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)","Auth":"OAuth","HTTPS":true,"Link":"https://developer.foursquare.com/","Section":"Social"},{"API":"Fuck Off as a Service","Description":"Asks someone to fuck off","Auth":null,"HTTPS":true,"Link":"https://www.foaas.com","Section":"Social"},{"API":"Full Contact","Description":"Get Social Media profiles and contact Information","Auth":"OAuth","HTTPS":true,"Link":"https://www.fullcontact.com/developer/docs/","Section":"Social"},{"API":"HackerNews","Description":"Social news for CS and entrepreneurship","Auth":null,"HTTPS":true,"Link":"https://github.com/HackerNews/API","Section":"Social"},{"API":"Instagram","Description":"Instagram Login, Share on Instagram, Social Plugins and more","Auth":"OAuth","HTTPS":true,"Link":"https://www.instagram.com/developer/","Section":"Social"},{"API":"LinkedIn","Description":"The foundation of all digital integrations with LinkedIn","Auth":"OAuth","HTTPS":true,"Link":"https://developer.linkedin.com/docs/rest-api","Section":"Social"},{"API":"Meetup.com","Description":"Data about Meetups from Meetupcom","Auth":"apiKey","HTTPS":true,"Link":"https://www.meetup.com/meetup_api/","Section":"Social"},{"API":"Telegram MTProto","Description":"Read and write Telegram data","Auth":"OAuth","HTTPS":true,"Link":"https://core.telegram.org/api#getting-started","Section":"Social"},{"API":"Telegram bot","Description":"Simplified HTTP version of the MTProto API for bots","Auth":"OAuth","HTTPS":true,"Link":"https://core.telegram.org/bots/api","Section":"Social"},{"API":"Pinterest","Description":"The world's catalog of ideas","Auth":"OAuth","HTTPS":true,"Link":"https://developers.pinterest.com/","Section":"Social"},{"API":"PWRTelegram bot","Description":"Boosted version of the Telegram bot API","Auth":"OAuth","HTTPS":true,"Link":"https://pwrtelegram.xyz","Section":"Social"},{"API":"Reddit","Description":"Homepage of the internet","Auth":"OAuth","HTTPS":true,"Link":"https://www.reddit.com/dev/api","Section":"Social"},{"API":"Slack","Description":"Team Instant Messaging","Auth":"OAuth","HTTPS":true,"Link":"https://api.slack.com/","Section":"Social"},{"API":"Tumblr","Description":"Read and write Tumblr Data","Auth":"OAuth","HTTPS":true,"Link":"https://www.tumblr.com/docs/en/api/v2","Section":"Social"},{"API":"Twitch","Description":"Game Streaming API","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/justintv/Twitch-API","Section":"Social"},{"API":"Twitter","Description":"Read and write Twitter data","Auth":"OAuth","HTTPS":true,"Link":"https://dev.twitter.com/rest/public","Section":"Social"},{"API":"vk","Description":"Read and write vk data","Auth":"OAuth","HTTPS":true,"Link":"https://vk.com/dev/sites","Section":"Social"},{"API":"Cartola FC","Description":"The Cartola FC API serves to check the partial points of your team","Auth":null,"HTTPS":true,"Link":"https://github.com/wgenial/cartrolandofc","Section":"Sports & Fitness"},{"API":"City Bikes","Description":"City Bikes around the world","Auth":null,"HTTPS":false,"Link":"http://api.citybik.es/v2/","Section":"Sports & Fitness"},{"API":"Ergast F1","Description":"F1 data from the beginning of the world championships in 1950","Auth":null,"HTTPS":false,"Link":"http://ergast.com/mrd/","Section":"Sports & Fitness"},{"API":"Fitbit","Description":"Fitbit Information","Auth":"OAuth","HTTPS":true,"Link":"https://dev.fitbit.com/","Section":"Sports & Fitness"},{"API":"Football-Data.org","Description":"Football Data","Auth":null,"HTTPS":false,"Link":"http://api.football-data.org/index","Section":"Sports & Fitness"},{"API":"JCDecaux Bike","Description":"JCDecaux's self-service bicycles","Auth":"apiKey","HTTPS":true,"Link":"https://developer.jcdecaux.com/","Section":"Sports & Fitness"},{"API":"Cricket Live Scores","Description":"Live cricket scores","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/dev132/cricket-live-scores","Section":"Sports & Fitness"},{"API":"NFL Arrests","Description":"NFL Arrest Data","Auth":null,"HTTPS":false,"Link":"http://nflarrest.com/api/","Section":"Sports & Fitness"},{"API":"Pro Motocross","Description":"The RESTful AMA Pro Motocross lap times for every racer on the start gate","Auth":null,"HTTPS":false,"Link":"http://promotocrossapi.com","Section":"Sports & Fitness"},{"API":"Strava","Description":"Connect with athletes, activities and more","Auth":"OAuth","HTTPS":true,"Link":"https://strava.github.io/api/","Section":"Sports & Fitness"},{"API":"UFC Data","Description":"Ultimate Fighting Championship information for events and fighters","Auth":null,"HTTPS":false,"Link":"http://ufc-data-api.ufc.com/","Section":"Sports & Fitness"},{"API":"Wger","Description":"Workout manager data as exercises, muscles or equipment","Auth":"apiKey","HTTPS":true,"Link":"https://wger.de/en/software/api","Section":"Sports & Fitness"},{"API":"Postmon","Description":"An API to query Brazilian ZIP codes and orders easily, quickly and free","Auth":null,"HTTPS":false,"Link":"http://postmon.com.br","Section":"Tracking"},{"API":"Sweden","Description":"Provides information about parcels in transport","Auth":"apiKey","HTTPS":false,"Link":"https://developer.postnord.com/docs2","Section":"Tracking"},{"API":"ADS-B Exchange","Description":"Access real-time and historical data of any and all airbone aircraft","Auth":null,"HTTPS":true,"Link":"https://www.adsbexchange.com/data/","Section":"Transportation"},{"API":"Amadeus Travel Innovation Sandbox","Description":"Travel Search - Limited usage","Auth":"apiKey","HTTPS":true,"Link":"https://sandbox.amadeus.com/","Section":"Transportation"},{"API":"Bay Area Rapid Transit","Description":"Stations and predicted arrivals for BART","Auth":"apiKey","HTTPS":false,"Link":"http://api.bart.gov","Section":"Transportation"},{"API":"Community Transit","Description":"Transitland API","Auth":null,"HTTPS":true,"Link":"https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints","Section":"Transportation"},{"API":"Goibibo","Description":"API for travel search","Auth":"apiKey","HTTPS":true,"Link":"https://developer.goibibo.com/docs","Section":"Transportation"},{"API":"Icelandic APIs","Description":"Open APIs that deliver services in or regarding Iceland","Auth":null,"HTTPS":true,"Link":"http://docs.apis.is/","Section":"Transportation"},{"API":"Indian Railways","Description":"Indian Railways Information","Auth":"apiKey","HTTPS":false,"Link":"http://api.erail.in/","Section":"Transportation"},{"API":"Izi","Description":"Audio guide for travellers","Auth":"apiKey","HTTPS":true,"Link":"http://api-docs.izi.travel/","Section":"Transportation"},{"API":"Navitia","Description":"The open API for building cool stuff with transport data","Auth":"apiKey","HTTPS":true,"Link":"https://api.navitia.io/","Section":"Transportation"},{"API":"The Nomad List","Description":"A list of the best places to live/work remotely","Auth":null,"HTTPS":true,"Link":"https://nomadlist.com/faq","Section":"Transportation"},{"API":"Schiphol Airport","Description":"Schiphol","Auth":"apiKey","HTTPS":true,"Link":"https://developer.schiphol.nl/","Section":"Transportation"},{"API":"TransitLand","Description":"Transit Aggregation","Auth":null,"HTTPS":true,"Link":"https://transit.land/documentation/datastore/api-endpoints.html","Section":"Transportation"},{"API":"Transport for Atlanta, US","Description":"Marta","Auth":null,"HTTPS":false,"Link":"http://www.itsmarta.com/app-developer-resources.aspx","Section":"Transportation"},{"API":"Transport for Auckland, New Zealand","Description":"Auckland Transport","Auth":null,"HTTPS":true,"Link":"https://api.at.govt.nz/","Section":"Transportation"},{"API":"Transport for Belgium","Description":"Belgian transport API","Auth":null,"HTTPS":true,"Link":"https://hello.irail.be/api/","Section":"Transportation"},{"API":"Transport for Berlin, Germany","Description":"Third-party VBB API","Auth":null,"HTTPS":true,"Link":"https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md","Section":"Transportation"},{"API":"Transport for Boston, US","Description":"MBTA API","Auth":null,"HTTPS":false,"Link":"http://realtime.mbta.com/Portal/Home/Documents","Section":"Transportation"},{"API":"Transport for Budapest, Hungary","Description":"Budapest public transport API","Auth":null,"HTTPS":true,"Link":"https://apiary.io/","Section":"Transportation"},{"API":"Transport for Chicago, US","Description":"CTA","Auth":null,"HTTPS":false,"Link":"http://www.transitchicago.com/developers/","Section":"Transportation"},{"API":"Transport for Czech Republic","Description":"Czech transport API","Auth":null,"HTTPS":true,"Link":"https://www.chaps.cz/eng/products/idos-internet","Section":"Transportation"},{"API":"Transport for Denver, US","Description":"RTD","Auth":null,"HTTPS":false,"Link":"http://www.rtd-denver.com/gtfs-developer-guide.shtml","Section":"Transportation"},{"API":"Transport for Finland","Description":"Finnish transport API","Auth":null,"HTTPS":true,"Link":"https://digitransit.fi/en/developers/ ","Section":"Transportation"},{"API":"Transport for Germany","Description":"Deutsche Bahn (DB) API","Auth":"apiKey","HTTPS":false,"Link":"http://data.deutschebahn.com/dataset/api-fahrplan","Section":"Transportation"},{"API":"Transport for India","Description":"India Public Transport API","Auth":"apiKey","HTTPS":true,"Link":"https://data.gov.in/sector/transport","Section":"Transportation"},{"API":"Transport for London, England","Description":"TfL API","Auth":null,"HTTPS":true,"Link":"https://api.tfl.gov.uk","Section":"Transportation"},{"API":"Transport for Madrid, Spain","Description":"Madrid BUS transport API","Auth":"apiKey","HTTPS":false,"Link":"http://opendata.emtmadrid.es/Servicios-web/BUS","Section":"Transportation"},{"API":"Transport for Minneapolis, US","Description":"NexTrip API","Auth":"OAuth","HTTPS":false,"Link":"http://svc.metrotransit.org/","Section":"Transportation"},{"API":"Transport for The Netherlands","Description":"NS, only trains","Auth":"apiKey","HTTPS":false,"Link":"http://www.ns.nl/reisinformatie/ns-api","Section":"Transportation"},{"API":"Transport for The Netherlands","Description":"OVAPI, country-wide public transport","Auth":null,"HTTPS":true,"Link":"https://github.com/skywave/KV78Turbo-OVAPI/wiki","Section":"Transportation"},{"API":"Transport for New York City, US","Description":"MTA","Auth":"apiKey","HTTPS":false,"Link":"http://datamine.mta.info/","Section":"Transportation"},{"API":"Transport for Norway","Description":"Norwegian transport API","Auth":null,"HTTPS":false,"Link":"http://reisapi.ruter.no/help","Section":"Transportation"},{"API":"Transport for Ottawa, Canada","Description":"OC Transpo next bus arrival API","Auth":null,"HTTPS":false,"Link":"http://www.octranspo.com/index.php/developers","Section":"Transportation"},{"API":"Transport for Paris, France","Description":"RATP Open Data API","Auth":null,"HTTPS":false,"Link":"http://data.ratp.fr/api/v1/console/datasets/1.0/search/","Section":"Transportation"},{"API":"Transport for Paris, France","Description":"Live schedules made simple","Auth":null,"HTTPS":false,"Link":"http://restratpws.azurewebsites.net/swagger/","Section":"Transportation"},{"API":"Transport for Philadelphia, US","Description":"SEPTA APIs","Auth":null,"HTTPS":false,"Link":"http://www3.septa.org/hackathon/","Section":"Transportation"},{"API":"Transport for Rio de Janeiro, Brazil","Description":"Prefeitura do Rio (City Hall)","Auth":null,"HTTPS":false,"Link":"http://data.rio/group/transporte-e-mobilidade","Section":"Transportation"},{"API":"Transport for São Paulo, Brazil","Description":"SPTrans","Auth":"OAuth","HTTPS":false,"Link":"http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx","Section":"Transportation"},{"API":"Transport for Sweden","Description":"Public Transport consumer","Auth":"OAuth","HTTPS":true,"Link":"https://www.trafiklab.se/api","Section":"Transportation"},{"API":"Transport for Switzerland","Description":"Swiss public transport API","Auth":null,"HTTPS":true,"Link":"https://transport.opendata.ch/","Section":"Transportation"},{"API":"Transport for Switzerland","Description":"Official Swiss Public Transport Open Data","Auth":"apiKey","HTTPS":true,"Link":"https://opentransportdata.swiss/en/","Section":"Transportation"},{"API":"Transport for Tokyo, Japan","Description":"Tokyo Metro","Auth":"apiKey","HTTPS":true,"Link":"https://developer.tokyometroapp.jp/info","Section":"Transportation"},{"API":"Transport for Toronto, Canada","Description":"TTC","Auth":null,"HTTPS":true,"Link":"https://myttc.ca/developers","Section":"Transportation"},{"API":"Transport for Vancouver, Canada","Description":"TransLink","Auth":"OAuth","HTTPS":true,"Link":"https://developer.translink.ca/","Section":"Transportation"},{"API":"Transport for U.S. (multiple locations)","Description":"NextBus API","Auth":null,"HTTPS":false,"Link":"http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf","Section":"Transportation"},{"API":"Transport for Victoria, AU","Description":"PTV API","Auth":"apiKey","HTTPS":true,"Link":"https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/","Section":"Transportation"},{"API":"Transport for Washington, US","Description":"Washington Metro transport API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.wmata.com/","Section":"Transportation"},{"API":"Uber","Description":"Request Uber rides, reach riders, transport things, and reward drivers","Auth":"OAuth","HTTPS":true,"Link":"https://developer.uber.com/","Section":"Transportation"},{"API":"WhereIsMyTransport","Description":"Platform for public transport data in emerging cities","Auth":"OAuth","HTTPS":true,"Link":"https://developer.whereismytransport.com/","Section":"Transportation"},{"API":"Universities List","Description":"University names, countries and domains","Auth":null,"HTTPS":true,"Link":"https://github.com/Hipo/university-domains-list","Section":"University"},{"API":"Vehicles","Description":"Lot of vehicles information","Auth":"apiKey","HTTPS":false,"Link":"http://developer.edmunds.com/api-documentation/overview/","Section":"Vehicle"},{"API":"Brazilian Vehicles and Prices","Description":"Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe","Auth":null,"HTTPS":true,"Link":"https://deividfortuna.github.io/fipe/","Section":"Vehicle"},{"API":"NHTSA Vehicles","Description":"NHTSA Product Information Catalog and Vehicle Listing","Auth":null,"HTTPS":true,"Link":"https://vpic.nhtsa.dot.gov/api/","Section":"Vehicle"},{"API":"An API of Ice And Fire","Description":"Game Of Thrones API","Auth":null,"HTTPS":true,"Link":"https://anapioficeandfire.com/","Section":"Video"},{"API":"Dailymotion","Description":"Dailymotion Developer API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.dailymotion.com/","Section":"Video"},{"API":"Netflix Roulette","Description":"Netflix database","Auth":null,"HTTPS":true,"Link":"https://netflixroulette.net/api/","Section":"Video"},{"API":"Ron Swanson Quotes","Description":"Television","Auth":null,"HTTPS":true,"Link":"https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api","Section":"Video"},{"API":"SWAPI","Description":"Star Wars Information","Auth":null,"HTTPS":true,"Link":"https://swapi.co","Section":"Video"},{"API":"TMDb","Description":"Community-based movie data","Auth":"apiKey","HTTPS":true,"Link":"https://www.themoviedb.org/documentation/api","Section":"Video"},{"API":"TVMaze","Description":"TV Show Data","Auth":null,"HTTPS":false,"Link":"http://www.tvmaze.com/api","Section":"Video"},{"API":"Vimeo","Description":"Vimeo Developer API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.vimeo.com/","Section":"Video"},{"API":"YouTube","Description":"Add YouTube functionality to your sites and apps","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/youtube/","Section":"Video"},{"API":"Dark Sky","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://darksky.net/dev/","Section":"Weather"},{"API":"MetaWeather","Description":"Weather","Auth":null,"HTTPS":true,"Link":"https://www.metaweather.com/api/","Section":"Weather"},{"API":"OpenWeatherMap","Description":"Weather","Auth":"apiKey","HTTPS":false,"Link":"http://openweathermap.org/api","Section":"Weather"},{"API":"Weatherbit","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://www.weatherbit.io/api","Section":"Weather"},{"API":"Wunderground","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://www.wunderground.com/weather/api/","Section":"Weather"}]} +new Vue({ + data: { + filter: '' + }, + computed: { + data() { + let output = []; + for (var category in items) { + for (var api in items[category]) { + items[category][api].Category = category; + output.push(items[category][api]); + } + } + return output; + } + }, + methods: { + filtered(item) { + let show = true; + + if(this.filter.length) { + + show = false; + + let filterKeyword = this.filter.toLowerCase(); + + Object.keys(item).map(function(key) { + if(typeof item[key] === 'string') { + let value = item[key].toString().toLowerCase(); + + if(value.includes(filterKeyword)) { + show = true; + $( "th" ).addClass( "lol" ); + } + } + + }); + } + + return show; + } + } +}).$mount('#app'); \ No newline at end of file diff --git a/src/styles.css b/src/styles.css new file mode 100644 index 0000000..fa53b3d --- /dev/null +++ b/src/styles.css @@ -0,0 +1,31 @@ +#entries { + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + border-collapse: collapse; + width: 100%; +} + +#entries td, #entries th { + border: 1px solid #ddd; + padding: 8px; +} + +#entries tr:nth-child(even){background-color: #f2f2f2;} + +#entries tr:hover {background-color: #ddd;} + +#entries th { + padding-top: 12px; + padding-bottom: 12px; + text-align: center; + background-color: #4783e5; + color: white; +} + +th, td { + padding: 15px; + text-align: left; +} + +.isHidden { + display: none; +} \ No newline at end of file From 43780c40b5d428295657c41439f858cf77128016 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 23:00:45 -0400 Subject: [PATCH 04/24] add basic table styling --- src/index.html | 15 ++++++++++++++- src/scripts.js | 23 ++++++++++++++++++++++- src/searchicon.png | Bin 0 -> 42396 bytes src/styles.css | 18 ++++++++++++++---- 4 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 src/searchicon.png diff --git a/src/index.html b/src/index.html index a7834a2..e0cd952 100644 --- a/src/index.html +++ b/src/index.html @@ -6,10 +6,23 @@ Public APIs + +

+ Public APIs +

+

+ A collective list of free APIs for use in web development +

+

+ For information on contributing to this project, please see the contributing guide +

+
+ +
- +
diff --git a/src/scripts.js b/src/scripts.js index c3df629..33594ea 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -41,4 +41,25 @@ new Vue({ return show; } } -}).$mount('#app'); \ No newline at end of file +}).$mount('#app'); + +function filterRows() { + // Declare variables + var input, filter, table, tr, td, i; + input = document.getElementById("searchbox"); + filter = input.value.toUpperCase(); + table = document.getElementById("myTable"); + tr = table.getElementsByTagName("tr"); + + // Loop through all table rows, and hide those who don't match the search query + for (i = 0; i < tr.length; i++) { + td = tr[i].getElementsByTagName("td")[0]; + if (td) { + if (td.innerHTML.toUpperCase().indexOf(filter) > -1) { + tr[i].style.display = ""; + } else { + tr[i].style.display = "none"; + } + } + } +} \ No newline at end of file diff --git a/src/searchicon.png b/src/searchicon.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd0e74706b78d36c63aeef73774fd8343e965ea GIT binary patch literal 42396 zcmeFZXH-+$w>O-GprL8#ML{=@i&tTe!@j?JrKkJ_euoghe7zu1Qp&{=(`l}9}*7SQSCtgd8T=%V-~_{-7c zXB896uipDM9kvdMtlNynU~za60trR`i$ys>dXF9x$AA4o`=@IgNHKpOS%20_Bm-@+ z_r@cGfB&w6a$@+`ii8XdnvKMKMPC2kJ7u8z1peDD+&FiXmBlfc|F%0Ds(qchzhpik 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 NABTrqLrn9%T(Xht?A#?(Kx( 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 bF|9F>du;oGivd;${BN7CkxrJD!|DGA0!Ecq literal 0 HcmV?d00001 diff --git a/src/styles.css b/src/styles.css index fa53b3d..809bb08 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,7 +1,8 @@ -#entries { +body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; + table-layout: fixed; } #entries td, #entries th { @@ -21,11 +22,20 @@ color: white; } -th, td { - padding: 15px; - text-align: left; +.center-text { + text-align: center; } .isHidden { display: none; +} + +#searchbox { + text-align: center; + border-radius: 50px; + width: 50%; /* Full-width */ + font-size: 16px; /* Increase font-size */ + padding: 12px 20px 12px 40px; /* Add some padding */ + border: 1px solid #ddd; /* Add a grey border */ + margin-bottom: 12px; /* Add some space below the input */ } \ No newline at end of file From f3d76a953b5fc0e63e9ef614a7056d0adc28d759 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 23:13:58 -0400 Subject: [PATCH 05/24] update CSS ordering --- src/index.html | 22 ++++++++++++---------- src/scripts.js | 2 +- src/styles.css | 41 ++++++++++++++++++++++++----------------- 3 files changed, 37 insertions(+), 28 deletions(-) diff --git a/src/index.html b/src/index.html index e0cd952..09dc1ea 100644 --- a/src/index.html +++ b/src/index.html @@ -7,22 +7,24 @@ Public APIs +
+

+ Public APIs +

+

+ A collective list of free APIs for use in web development +

+

+ For information on contributing to this project, please see the contributing guide +

+
-

- Public APIs -

-

- A collective list of free APIs for use in web development -

-

- For information on contributing to this project, please see the contributing guide -

-
API
+
diff --git a/src/scripts.js b/src/scripts.js index 33594ea..de9626a 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -48,7 +48,7 @@ function filterRows() { var input, filter, table, tr, td, i; input = document.getElementById("searchbox"); filter = input.value.toUpperCase(); - table = document.getElementById("myTable"); + table = document.getElementById("entries"); tr = table.getElementsByTagName("tr"); // Loop through all table rows, and hide those who don't match the search query diff --git a/src/styles.css b/src/styles.css index 809bb08..37d6612 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,8 +1,8 @@ body { - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + text-align: center; width: 100%; - table-layout: fixed; } #entries td, #entries th { @@ -10,19 +10,26 @@ body { padding: 8px; } -#entries tr:nth-child(even){background-color: #f2f2f2;} - -#entries tr:hover {background-color: #ddd;} - -#entries th { - padding-top: 12px; - padding-bottom: 12px; - text-align: center; - background-color: #4783e5; - color: white; +#entries tr:nth-child(even) { + background-color: #f2f2f2; } -.center-text { +#entries tr:hover { + background-color: #ddd; +} + +#entries { + border-collapse: collapse; /* Collapse borders */ + border: 1px solid #ddd; /* Add a grey border */ + font-size: 18px; /* Increase font-size */ + width: 100%; /* Full-width */ +} + +#entries th { + background-color: #4783e5; + color: white; + padding-top: 12px; + padding-bottom: 12px; text-align: center; } @@ -31,11 +38,11 @@ body { } #searchbox { - text-align: center; + border: 1px solid #ddd; /* Add a grey border */ border-radius: 50px; - width: 50%; /* Full-width */ + margin-bottom: 12px; /* Add some space below the input */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ - border: 1px solid #ddd; /* Add a grey border */ - margin-bottom: 12px; /* Add some space below the input */ + text-align: center; + width: 50%; /* Full-width */ } \ No newline at end of file From a7103759081c3a7d3704656aec42f79137f7c00a Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 23:26:09 -0400 Subject: [PATCH 06/24] clean up minor formatting --- src/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 09dc1ea..cef4985 100644 --- a/src/index.html +++ b/src/index.html @@ -2,11 +2,12 @@ + + Public APIs -

Public APIs @@ -24,7 +25,7 @@
-

API
+
From ca64ce80eee2f51a31c9d38fa1ff7bf765dcfd48 Mon Sep 17 00:00:00 2001 From: davemachado Date: Tue, 15 Aug 2017 23:38:53 -0400 Subject: [PATCH 07/24] add favicon --- src/favicon.ico | Bin 0 -> 32038 bytes src/index.html | 52 +++++++++++++++++++++++++----------------------- 2 files changed, 27 insertions(+), 25 deletions(-) create mode 100644 src/favicon.ico diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..8f45dd7c742e10ab7142235432b7b8f68bdbab98 GIT binary patch literal 32038 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 BdHetX literal 0 HcmV?d00001 diff --git a/src/index.html b/src/index.html index cef4985..32ebb72 100644 --- a/src/index.html +++ b/src/index.html @@ -5,6 +5,7 @@ + Public APIs @@ -20,31 +21,32 @@ -
- -
-
-
-
API
- - - - - - - - - - - - - - - - - - -
APIDescriptionAuthorizationHTTPSCategory
{{ item.API }}{{ item.Description }}{{ (item.Auth) ? item.Auth : '-' }}{{ (item.HTTPS) ? '✔' : '✖' }}{{ item.Section }}
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + +
APIDescriptionAuthorizationHTTPSCategory
{{ item.API }}{{ item.Description }}{{ (item.Auth) ? item.Auth : '-' }}{{ (item.HTTPS) ? '✔' : '✖' }}{{ item.Section }}
+
From 705be057ffb840a2e1c92f322ae4ad66e40241ae Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 20:39:56 -0400 Subject: [PATCH 08/24] Get JSON from rawGithubContent request --- src/index.html | 3 ++ src/scripts.js | 100 ++++++++++++++++++++++++++++--------------------- 2 files changed, 60 insertions(+), 43 deletions(-) diff --git a/src/index.html b/src/index.html index 32ebb72..018fd76 100644 --- a/src/index.html +++ b/src/index.html @@ -50,5 +50,8 @@
+
+ Site created by Dave Machado, Project maintained by many awesome contributors +
diff --git a/src/scripts.js b/src/scripts.js index de9626a..2b04b4f 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -1,57 +1,71 @@ -let items = {"count":345,"entries":[{"API":"Dogs","Description":"Based on the [Stanford Dogs Dataset](http://visionstanford.edu/aditya86/ImageNetDogs/)","Auth":null,"HTTPS":true,"Link":"https://dog.ceo/dog-api/","Section":"Animals"},{"API":"IUCN","Description":"IUCN Red List of Threatened Species","Auth":"apiKey","HTTPS":false,"Link":"http://apiv3.iucnredlist.org/api/v3/docs","Section":"Animals"},{"API":"Petfinder","Description":"Adoption","Auth":"apiKey","HTTPS":true,"Link":"https://www.petfinder.com/developers/api-docs/","Section":"Animals"},{"API":"RescueGroups","Description":"Adoption","Auth":null,"HTTPS":true,"Link":"https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home","Section":"Animals"},{"API":"AniList","Description":"AniList Anime","Auth":"OAuth","HTTPS":false,"Link":"http://anilist-api.readthedocs.io/en/latest/","Section":"Anime"},{"API":"Jikan","Description":"Unofficial MyAnimeList API","Auth":null,"HTTPS":true,"Link":"https://jikan.me","Section":"Anime"},{"API":"Kitsu","Description":"Anime discovery platform","Auth":"OAuth","HTTPS":true,"Link":"http://docs.kitsu.apiary.io/","Section":"Anime"},{"API":"Studio Ghibli","Description":"Resources from Studio Ghibli films","Auth":null,"HTTPS":true,"Link":"https://ghibliapi.herokuapp.com","Section":"Anime"},{"API":"AlienVault Open Threat Exchange (OTX)","Description":"IP/domain/URL reputation","Auth":"apiKey","HTTPS":true,"Link":"https://otx.alienvault.com/api/","Section":"Anti-Malware"},{"API":"Certly","Description":"Certly Link/Domain Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://guard.certly.io/","Section":"Anti-Malware"},{"API":"Google Safe Browsing","Description":"Google Link/Domain Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://developers.google.com/safe-browsing/","Section":"Anti-Malware"},{"API":"Metacert","Description":"Metacert Link Flagging","Auth":"apiKey","HTTPS":true,"Link":"https://metacert.com/","Section":"Anti-Malware"},{"API":"VirusTotal","Description":"VirusTotal File/URL Analysis","Auth":"apiKey","HTTPS":true,"Link":"https://www.virustotal.com/en/documentation/public-api/","Section":"Anti-Malware"},{"API":"Web Of Trust (WOT)","Description":"Website reputation","Auth":"apiKey","HTTPS":true,"Link":"https://www.mywot.com/wiki/API","Section":"Anti-Malware"},{"API":"Behance","Description":"Design","Auth":"apiKey","HTTPS":true,"Link":"https://www.behance.net/dev","Section":"Art & Design"},{"API":"Dribbble","Description":"Design","Auth":"OAuth","HTTPS":false,"Link":"http://developer.dribbble.com/v1/","Section":"Art & Design"},{"API":"Harvard Art Museums","Description":"Art","Auth":"apiKey","HTTPS":false,"Link":"https://github.com/harvardartmuseums/api-docs","Section":"Art & Design"},{"API":"Icons8","Description":"Icons","Auth":"OAuth","HTTPS":true,"Link":"http://docs.icons8.apiary.io/#reference/0/meta","Section":"Art & Design"},{"API":"Noun Project","Description":"Icons","Auth":"OAuth","HTTPS":false,"Link":"http://api.thenounproject.com/index.html","Section":"Art & Design"},{"API":"Rijksmuseum","Description":"Art","Auth":"apiKey","HTTPS":true,"Link":"https://www.rijksmuseum.nl/en/api","Section":"Art & Design"},{"API":"British National Bibliography","Description":"Books","Auth":null,"HTTPS":false,"Link":"http://bnb.data.bl.uk/","Section":"Books"},{"API":"Goodreads","Description":"Books","Auth":null,"HTTPS":true,"Link":"https://www.goodreads.com/api","Section":"Books"},{"API":"Google Books","Description":"Books","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/books/","Section":"Books"},{"API":"mailgun","Description":"Email Service","Auth":"apiKey","HTTPS":true,"Link":"https://www.mailgun.com/","Section":"Business"},{"API":"markerapi","Description":"Trademark Search","Auth":null,"HTTPS":false,"Link":"http://www.markerapi.com/","Section":"Business"},{"API":"Church Calendar","Description":"Catholic liturgical calendar","Auth":null,"HTTPS":false,"Link":"http://calapi.inadiutorium.cz/","Section":"Calendar"},{"API":"Holidays","Description":"Historical data regarding holidays","Auth":"apiKey","HTTPS":true,"Link":"https://holidayapi.com/","Section":"Calendar"},{"API":"LectServe","Description":"Protestant liturgical calendar","Auth":null,"HTTPS":false,"Link":"http://www.lectserve.com","Section":"Calendar"},{"API":"Non-Working Days","Description":"Database of ICS files for non working days","Auth":null,"HTTPS":true,"Link":"https://github.com/gadael/icsdb","Section":"Calendar"},{"API":"Box","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://developer.box.com/","Section":"Cloud Storage & File Sharing"},{"API":"Dropbox","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://www.dropbox.com/developers","Section":"Cloud Storage & File Sharing"},{"API":"Google Drive","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/drive/","Section":"Cloud Storage & File Sharing"},{"API":"OneDrive","Description":"File Sharing and Storage","Auth":"OAuth","HTTPS":true,"Link":"https://dev.onedrive.com/","Section":"Cloud Storage & File Sharing"},{"API":"Currencylayer","Description":"Exchange rates and currency conversion","Auth":"apiKey","HTTPS":true,"Link":"https://currencylayer.com/documentation","Section":"Currency Exchange"},{"API":"Fixer.io","Description":"Exchange rates and currency conversion","Auth":null,"HTTPS":true,"Link":"http://fixer.io","Section":"Currency Exchange"},{"API":"18F","Description":"US Federal Government /Developer Program","Auth":null,"HTTPS":false,"Link":"http://18f.github.io/API-All-the-X/","Section":"Data Access"},{"API":"Abbreviation","Description":"Get abbreviations and meanings","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/daxeel/abbreviations","Section":"Data Access"},{"API":"CARTO","Description":"Location Information Prediction","Auth":"apiKey","HTTPS":true,"Link":"https://carto.com/","Section":"Data Access"},{"API":"Callook.info","Description":"United States ham radio callsigns","Auth":null,"HTTPS":true,"Link":"https://callook.info","Section":"Data Access"},{"API":"Celebinfo","Description":"Celebrity information","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/daxeel/celebinfo/","Section":"Data Access"},{"API":"Colorado Data Engine","Description":"Formatted and geolocated Colorado public data","Auth":null,"HTTPS":true,"Link":"http://codataengine.org/","Section":"Data Access"},{"API":"Colorado Information Marketplace","Description":"Colorado State Government Open Data","Auth":null,"HTTPS":true,"Link":"https://data.colorado.gov/","Section":"Data Access"},{"API":"Datakick","Description":"The open product database","Auth":"apiKey","HTTPS":true,"Link":"https://www.datakick.org/api","Section":"Data Access"},{"API":"Data USA","Description":"US Public Data","Auth":null,"HTTPS":true,"Link":"https://datausa.io/about/api/","Section":"Data Access"},{"API":"Dronestream","Description":"Tracks United States drone strikes","Auth":null,"HTTPS":true,"Link":"https://dronestre.am/","Section":"Data Access"},{"API":"fonoApi","Description":"Mobile Device Description","Auth":null,"HTTPS":true,"Link":"https://fonoapi.freshpixl.com/","Section":"Data Access"},{"API":"Open Government, Australia","Description":"Australian Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.gov.au/","Section":"Data Access"},{"API":"Open Government, USA","Description":"United States Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.gov/","Section":"Data Access"},{"API":"Open Government, Canada","Description":"Canadian Government Open Data","Auth":null,"HTTPS":false,"Link":"http://open.canada.ca/en","Section":"Data Access"},{"API":"Open Government Data, India","Description":"Indian Government Open Data","Auth":"apiKey","HTTPS":true,"Link":"https://data.gov.in/","Section":"Data Access"},{"API":"Open Government, New Zealand","Description":"New Zealand Government Open Data","Auth":null,"HTTPS":true,"Link":"https://www.data.govt.nz/","Section":"Data Access"},{"API":"Outpan","Description":"A Database of Everything","Auth":"apiKey","HTTPS":true,"Link":"https://outpan.mixnode.com/developers","Section":"Data Access"},{"API":"Pearson","Description":"Dictionary Data","Auth":"apiKey","HTTPS":false,"Link":"http://developer.pearson.com/apis/dictionaries","Section":"Data Access"},{"API":"Prague Opendata","Description":"Prague City Open Data","Auth":null,"HTTPS":false,"Link":"http://opendata.praha.eu/en","Section":"Data Access"},{"API":"Quandl","Description":"Stock Market Data","Auth":null,"HTTPS":true,"Link":"https://www.quandl.com/","Section":"Data Access"},{"API":"Represent by Open North","Description":"Find Canadian Government Representatives","Auth":null,"HTTPS":true,"Link":"https://represent.opennorth.ca/","Section":"Data Access"},{"API":"Scoop.it","Description":"Content Curation Service","Auth":"apiKey","HTTPS":false,"Link":"http://www.scoop.it/dev","Section":"Data Access"},{"API":"Teleport","Description":"Quality of Life Data","Auth":null,"HTTPS":true,"Link":"https://developers.teleport.org/","Section":"Data Access"},{"API":"UPC database","Description":"More than 15 million barcode numbers from all around the world","Auth":"apiKey","HTTPS":true,"Link":"https://upcdatabase.org/api","Section":"Data Access"},{"API":"Wikidata","Description":"Collaboratively edited knowledge base operated by the Wikimedia Foundation","Auth":"OAuth","HTTPS":true,"Link":"https://www.wikidata.org/w/api.php?action=help","Section":"Data Access"},{"API":"Wikipedia","Description":"Mediawiki Encyclopedia","Auth":null,"HTTPS":true,"Link":"https://www.mediawiki.org/wiki/API:Main_page","Section":"Data Access"},{"API":"Wordnik","Description":"Dictionary Data","Auth":null,"HTTPS":false,"Link":"http://developer.wordnik.com","Section":"Data Access"},{"API":"Yelp","Description":"Find Local Business","Auth":"OAuth","HTTPS":true,"Link":"https://www.yelp.com/developers/documentation/v3","Section":"Data Access"},{"API":"languagelayer","Description":"Language detection","Auth":null,"HTTPS":true,"Link":"https://languagelayer.com","Section":"Data Validation"},{"API":"Lob.com","Description":"US Address Verification","Auth":"apiKey","HTTPS":true,"Link":"https://lob.com/","Section":"Data Validation"},{"API":"mailboxlayer","Description":"Email address validation","Auth":null,"HTTPS":true,"Link":"https://mailboxlayer.com","Section":"Data Validation"},{"API":"numverify","Description":"Phone number validation","Auth":null,"HTTPS":true,"Link":"https://numverify.com","Section":"Data Validation"},{"API":"vatlayer","Description":"VAT number validation","Auth":null,"HTTPS":true,"Link":"https://vatlayer.com","Section":"Data Validation"},{"API":"Adorable Avatars","Description":"Generate random cartoon avatars","Auth":null,"HTTPS":true,"Link":"http://avatars.adorable.io","Section":"Development"},{"API":"APIs.guru","Description":"Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs","Auth":null,"HTTPS":true,"Link":"https://apis.guru/api-doc/","Section":"Development"},{"API":"BetterMeta","Description":"Return a site's meta tags in JSON format","Auth":"X-Mashape-Key","HTTPS":true,"Link":"http://bettermeta.io","Section":"Development"},{"API":"Changelogs.md","Description":"Structured changelog metadata from open source projects","Auth":null,"HTTPS":true,"Link":"https://changelogs.md","Section":"Development"},{"API":"CDNJS","Description":"Library info on CDNJS","Auth":null,"HTTPS":true,"Link":"https://api.cdnjs.com/libraries/jquery","Section":"Development"},{"API":"Faceplusplus","Description":"A tool to detect face","Auth":"OAuth","HTTPS":true,"Link":"https://www.faceplusplus.com/","Section":"Development"},{"API":"Genderize.io","Description":"Determines a gender from a first name","Auth":null,"HTTPS":true,"Link":"https://genderize.io","Section":"Development"},{"API":"Github - User Data","Description":"Pull public information for a user's github","Auth":null,"HTTPS":true,"Link":"https://api.github.com/users/hackeryou","Section":"Development"},{"API":"Gitter","Description":"Chat for GitHub","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/gitterHQ/docs","Section":"Development"},{"API":"HackerRank","Description":"Compile source code and run against a set of provided test cases","Auth":"apiKey","HTTPS":true,"Link":"https://www.hackerrank.com/api/docs","Section":"Development"},{"API":"Hipster Ipsum","Description":"Generates Hipster Ipsum text","Auth":null,"HTTPS":false,"Link":"http://hipsterjesus.com/","Section":"Development"},{"API":"IPify","Description":"A simple IP Address API","Auth":null,"HTTPS":true,"Link":"https://www.ipify.org/","Section":"Development"},{"API":"JSON 2 JSONP","Description":"Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript","Auth":null,"HTTPS":true,"Link":"https://json2jsonp.com/","Section":"Development"},{"API":"JSONbin.io","Description":"Free JSON storage service Ideal for small scale Web apps, Websites and Mobile apps","Auth":null,"HTTPS":true,"Link":"https://jsonbin.io","Section":"Development"},{"API":"JSONPlaceholder","Description":"Fake data for testing and prototyping","Auth":null,"HTTPS":false,"Link":"http://jsonplaceholder.typicode.com/","Section":"Development"},{"API":"Judge0 API","Description":"Compile and run source code","Auth":null,"HTTPS":true,"Link":"https://api.judge0.com/","Section":"Development"},{"API":"Kairos","Description":"Face Recognition and Emotion Analysis","Auth":"apiKey","HTTPS":true,"Link":"https://www.kairos.com/features","Section":"Development"},{"API":"Let's Validate","Description":"Uncovers the technologies used on websites and URL to thumbnail","Auth":null,"HTTPS":true,"Link":"https://github.com/letsvalidate/api","Section":"Development"},{"API":"LiveEdu","Description":"Live Coding Streaming","Auth":"OAuth","HTTPS":true,"Link":"https://www.liveedu.tv/developer/applications/","Section":"Development"},{"API":"Lorem Text","Description":"Generates Lorem Ipsum text","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/montanaflynn/lorem-text-generator","Section":"Development"},{"API":"Loripsum","Description":"The \"lorem ipsum\" generator that doesn't suck","Auth":null,"HTTPS":false,"Link":"http://loripsum.net/","Section":"Development"},{"API":"Myjson","Description":"A simple JSON store for your web or mobile app","Auth":null,"HTTPS":false,"Link":"http://myjson.com/api","Section":"Development"},{"API":"Plino","Description":"Spam filtering system","Auth":null,"HTTPS":true,"Link":"https://plino.herokuapp.com/","Section":"Development"},{"API":"Public APIs","Description":"A collective list of free JSON APIs for use in web development","Auth":null,"HTTPS":true,"Link":"https://github.com/toddmotto/public-apis/tree/master/json","Section":"Development"},{"API":"Random Word","Description":"Generate random word","Auth":null,"HTTPS":false,"Link":"http://www.setgetgo.com/randomword/","Section":"Development"},{"API":"RandomUser","Description":"Generates random user data","Auth":null,"HTTPS":true,"Link":"https://randomuser.me","Section":"Development"},{"API":"ReqRes","Description":"A hosted REST-API ready to respond to your AJAX requests","Auth":null,"HTTPS":true,"Link":"https://reqres.in/ ","Section":"Development"},{"API":"RoboHash","Description":"Generate random robot/alien avatars","Auth":null,"HTTPS":true,"Link":"https://robohash.org/","Section":"Development"},{"API":"StackExchange","Description":"Q&A forum for developers","Auth":"OAuth","HTTPS":true,"Link":"https://api.stackexchange.com/","Section":"Development"},{"API":"Stormpath","Description":"User Authentication","Auth":"apiKey","HTTPS":true,"Link":"https://stormpath.com/","Section":"Development"},{"API":"UI Names","Description":"Generate random fake names","Auth":null,"HTTPS":true,"Link":"https://github.com/thm/uinames","Section":"Development"},{"API":"Verse","Description":"Check what's the latest version of your favorite open-source project","Auth":null,"HTTPS":true,"Link":"https://verse.pawelad.xyz/","Section":"Development"},{"API":"File.io","Description":"File Sharing","Auth":null,"HTTPS":true,"Link":"https://www.file.io","Section":"Documents & Productivity"},{"API":"pdflayer API","Description":"HTML/URL to PDF","Auth":null,"HTTPS":true,"Link":"https://pdflayer.com","Section":"Documents & Productivity"},{"API":"Pocket","Description":"Bookmarking service","Auth":"OAuth","HTTPS":true,"Link":"https://getpocket.com/developer/","Section":"Documents & Productivity"},{"API":"PrexView","Description":"Data from XML or JSON to PDF, HTML or Image","Auth":"apiKey","HTTPS":true,"Link":"https://prexview.com","Section":"Documents & Productivity"},{"API":"Todoist","Description":"Todo Lists","Auth":"OAuth","HTTPS":true,"Link":"https://developer.todoist.com","Section":"Documents & Productivity"},{"API":"Wunderlist","Description":"Todo Lists","Auth":"OAuth","HTTPS":true,"Link":"https://developer.wunderlist.com/documentation","Section":"Documents & Productivity"},{"API":"AirVisual","Description":"Air quality and weather data","Auth":"apiKey","HTTPS":true,"Link":"https://airvisual.com/api","Section":"Environment"},{"API":"OpenAQ","Description":"Open air quality data","Auth":"apiKey","HTTPS":true,"Link":"https://docs.openaq.org/","Section":"Environment"},{"API":"PM2.5.in","Description":"Air quality of China","Auth":"apiKey","HTTPS":false,"Link":"http://www.pm25.in/api_doc","Section":"Environment"},{"API":"Barchart OnDemand","Description":"Stock, Futures, and Forex Market Data","Auth":"apiKey","HTTPS":true,"Link":"https://www.barchartondemand.com/free","Section":"Finance"},{"API":"CoinDesk","Description":"Bitcoin Price Index","Auth":null,"HTTPS":false,"Link":"http://www.coindesk.com/api/","Section":"Finance"},{"API":"Consumer Financial Protection Bureau","Description":"Financial services consumer complains data","Auth":"apiKey","HTTPS":true,"Link":"https://data.consumerfinance.gov/resource/jhzv-w97w.json","Section":"Finance"},{"API":"IEX","Description":"Stocks and Market Data","Auth":null,"HTTPS":true,"Link":"https://iextrading.com/developer/","Section":"Finance"},{"API":"Razorpay IFSC","Description":"Indian Financial Systems Code (Bank Branch Codes)","Auth":null,"HTTPS":true,"Link":"https://ifsc.razorpay.com/","Section":"Finance"},{"API":"BigOven","Description":"Recipe Search","Auth":"X-Mashape-Key","HTTPS":false,"Link":"http://api2.bigoven.com/","Section":"Food & Drink"},{"API":"BreweryDB","Description":"Beer","Auth":"apiKey","HTTPS":false,"Link":"http://www.brewerydb.com/developers","Section":"Food & Drink"},{"API":"Edamam","Description":"Recipe Search","Auth":"apiKey","HTTPS":true,"Link":"https://developer.edamam.com/","Section":"Food & Drink"},{"API":"Food2Fork","Description":"Recipe Search","Auth":"apiKey","HTTPS":false,"Link":"http://food2fork.com/about/api","Section":"Food & Drink"},{"API":"LCBO","Description":"Alcohol","Auth":"apiKey","HTTPS":true,"Link":"https://lcboapi.com/","Section":"Food & Drink"},{"API":"PunkAPI","Description":"Brewdog Beer Recipes","Auth":null,"HTTPS":true,"Link":"https://punkapi.com/","Section":"Food & Drink"},{"API":"Recipe Puppy","Description":"Food","Auth":null,"HTTPS":false,"Link":"http://www.recipepuppy.com/about/api/","Section":"Food & Drink"},{"API":"TacoFancy","Description":"Community-driven taco database","Auth":null,"HTTPS":false,"Link":"https://github.com/evz/tacofancy-api","Section":"Food & Drink"},{"API":"TheCocktailDB","Description":"Cocktail Recipes","Auth":null,"HTTPS":false,"Link":"http://www.thecocktaildb.com/","Section":"Food & Drink"},{"API":"The Report of the Week","Description":"Food & Drink Reviews","Auth":null,"HTTPS":true,"Link":"https://github.com/andyklimczak/TheReportOfTheWeek-API","Section":"Food & Drink"},{"API":"What's on the menu?","Description":"NYPL human-transcribed historical menu collection","Auth":"apiKey","HTTPS":false,"Link":"nypl.github.io/menus-api/","Section":"Food & Drink"},{"API":"Yummly","Description":"Find food recipes","Auth":null,"HTTPS":true,"Link":"https://developer.yummly.com/","Section":"Food & Drink"},{"API":"Zomato","Description":"Discover restaurants","Auth":"apiKey","HTTPS":true,"Link":"https://developers.zomato.com/api","Section":"Food & Drink"},{"API":"Whitepages Pro","Description":"Global identity verification with phone, address, email, and IP","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/identity-check-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Phone reputation to detect spammy phones","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/phone-reputation-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Get an owner’s name, address, demographics based on the phone number","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/reverse-phone-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Phone number validation, line_type, carrier append","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/phone-intelligence-api/","Section":"Fraud Prevention"},{"API":"Whitepages Pro","Description":"Get normalized physical address, residents, address type, and validity","Auth":"apiKey","HTTPS":true,"Link":"https://pro.whitepages.com/developer/documentation/reverse-address-api/","Section":"Fraud Prevention"},{"API":"Battle.net","Description":"Blizzard Entertainment","Auth":null,"HTTPS":true,"Link":"https://dev.battle.net/","Section":"Games & Comics"},{"API":"Battlefield 4","Description":"Battlefield 4 Information","Auth":null,"HTTPS":true,"Link":"https://bf4stats.com/api","Section":"Games & Comics"},{"API":"Chuck Norris Database","Description":"Jokes","Auth":null,"HTTPS":false,"Link":"http://www.icndb.com/api/","Section":"Games & Comics"},{"API":"Clash of Clans","Description":"Clash of Clans Game Information","Auth":null,"HTTPS":true,"Link":"https://developer.clashofclans.com","Section":"Games & Comics"},{"API":"Clash Royale","Description":"Clash Royale Game Information","Auth":null,"HTTPS":true,"Link":"https://github.com/martincarrera/clash-royale-api","Section":"Games & Comics"},{"API":"Comic Vine","Description":"Comics","Auth":null,"HTTPS":true,"Link":"https://comicvine.gamespot.com/api/documentation","Section":"Games & Comics"},{"API":"Deck of Cards","Description":"Deck of Cards","Auth":null,"HTTPS":false,"Link":"http://deckofcardsapi.com/","Section":"Games & Comics"},{"API":"Destiny The Game","Description":"Bungie Platform API","Auth":"apiKey","HTTPS":true,"Link":"https://www.bungie.net/en/Clan/Post/39966/85087279/0/0","Section":"Games & Comics"},{"API":"Eve Online","Description":"Third-Party Developer Documentation","Auth":"OAuth","HTTPS":true,"Link":"https://eveonline-third-party-documentation.readthedocs.io/en/latest/","Section":"Games & Comics"},{"API":"Giant Bomb","Description":"Video Games","Auth":null,"HTTPS":true,"Link":"https://www.giantbomb.com/api/documentation","Section":"Games & Comics"},{"API":"Guild Wars 2","Description":"Guild Wars 2 Game Information","Auth":"apiKey","HTTPS":true,"Link":"https://wiki.guildwars2.com/wiki/API:Main","Section":"Games & Comics"},{"API":"Jservice","Description":"Jeopardy Question Database","Auth":null,"HTTPS":false,"Link":"http://jservice.io","Section":"Games & Comics"},{"API":"Magic The Gathering","Description":"Magic The Gathering Game Information","Auth":null,"HTTPS":false,"Link":"http://magicthegathering.io/","Section":"Games & Comics"},{"API":"Marvel","Description":"Marvel Comics","Auth":"apiKey","HTTPS":false,"Link":"http://developer.marvel.com","Section":"Games & Comics"},{"API":"Minecraft","Description":"Minecraft server info & user info)","Auth":null,"HTTPS":true,"Link":"https://mcapi.ca/","Section":"Games & Comics"},{"API":"Open Trivia","Description":"Trivia Questions","Auth":null,"HTTPS":true,"Link":"https://opentdb.com/api_config.php","Section":"Games & Comics"},{"API":"PandaScore","Description":"E-sports games and results","Auth":"apiKey","HTTPS":true,"Link":"https://api.pandascore.co","Section":"Games & Comics"},{"API":"Pokéapi","Description":"Pokémon Information","Auth":null,"HTTPS":false,"Link":"http://pokeapi.co","Section":"Games & Comics"},{"API":"Qriusity","Description":"Quiz/Trivia Questions","Auth":null,"HTTPS":true,"Link":"https://qriusity.com/","Section":"Games & Comics"},{"API":"Riot Games","Description":"League of Legends Game Information","Auth":"apiKey","HTTPS":true,"Link":"https://developer.riotgames.com/","Section":"Games & Comics"},{"API":"Steam","Description":"Steam Client Interaction","Auth":"OAuth","HTTPS":true,"Link":"https://developer.valvesoftware.com/wiki/Steam_Web_API","Section":"Games & Comics"},{"API":"adresse.data.gouv.fr","Description":"Address database of France, geocoding, and reverse","Auth":null,"HTTPS":true,"Link":"https://adresse.data.gouv.fr","Section":"Geocoding"},{"API":"Bing Maps","Description":"Create/customize digital maps based on Bing Maps data","Auth":"apiKey","HTTPS":true,"Link":"https://www.microsoft.com/maps/","Section":"Geocoding"},{"API":"Geocode.xyz","Description":"Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing","Auth":null,"HTTPS":true,"Link":"https://geocode.xyz/","Section":"Geocoding"},{"API":"GeoNames","Description":"Place names and other geographical data","Auth":null,"HTTPS":false,"Link":"http://www.geonames.org/export/web-services.html","Section":"Geocoding"},{"API":"GéoApi","Description":"French geographical data","Auth":null,"HTTPS":true,"Link":"https://api.gouv.fr/api/geoapi.html","Section":"Geocoding"},{"API":"Google Maps","Description":"Create/customize digital maps based on Google Maps data","Auth":"apiKey","HTTPS":true,"Link":"https://developers.google.com/maps/","Section":"Geocoding"},{"API":"IP 2 Country","Description":"Map an IP to a country","Auth":null,"HTTPS":true,"Link":"https://ip2country.info","Section":"Geocoding"},{"API":"IP Address Details","Description":"Find geolocation with ip address","Auth":null,"HTTPS":true,"Link":"https://ipinfo.io/","Section":"Geocoding"},{"API":"IP Location","Description":"Find IP address location information","Auth":null,"HTTPS":true,"Link":"https://ipapi.co/","Section":"Geocoding"},{"API":"IP Vigilante","Description":"Free IP Geolocation API","Auth":null,"HTTPS":true,"Link":"https://www.ipvigilante.com/","Section":"Geocoding"},{"API":"Mapbox","Description":"Create/customize beautiful digital maps","Auth":"apiKey","HTTPS":true,"Link":"https://www.mapbox.com/developers/","Section":"Geocoding"},{"API":"Mapzen Search","Description":"Open Source & Open Data Global Geocoding Service","Auth":"apiKey","HTTPS":true,"Link":"https://mapzen.com/products/search/","Section":"Geocoding"},{"API":"Mexico","Description":"Mexico RESTful zip codes API","Auth":null,"HTTPS":true,"Link":"https://github.com/IcaliaLabs/sepomex","Section":"Geocoding"},{"API":"One Map 2.0, Singapore","Description":"Singapore Land Authority REST API services for Singapore addresses","Auth":"apiKey","HTTPS":true,"Link":"https://docs.onemap.sg/","Section":"Geocoding"},{"API":"OnWater","Description":"Determine if a lat/lon is on water or land","Auth":null,"HTTPS":true,"Link":"https://onwater.io/","Section":"Geocoding"},{"API":"OpenCage","Description":"Forward and reverse geocoding using open data","Auth":null,"HTTPS":true,"Link":"https://geocoder.opencagedata.com","Section":"Geocoding"},{"API":"OpenStreetMap","Description":"Navigation, geolocation and geographical data","Auth":"OAuth","HTTPS":false,"Link":"http://wiki.openstreetmap.org/wiki/API","Section":"Geocoding"},{"API":"PostcodeData.nl","Description":"Provide geolocation data based on postcode for Dutch addresses","Auth":null,"HTTPS":false,"Link":"http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json","Section":"Geocoding"},{"API":"Postcodes.io","Description":"Postcode lookup & Geolocation for the UK","Auth":null,"HTTPS":true,"Link":"https://postcodes.io","Section":"Geocoding"},{"API":"REST Countries","Description":"Get information about countries via a RESTful API","Auth":null,"HTTPS":true,"Link":"https://restcountries.eu","Section":"Geocoding"},{"API":"Utah AGRC","Description":"Utah Web API for geocoding Utah addresses","Auth":"apiKey","HTTPS":true,"Link":"https://api.mapserv.utah.gov","Section":"Geocoding"},{"API":"ViaCep","Description":"Brazil RESTful zip codes API","Auth":null,"HTTPS":true,"Link":"https://viacep.com.br","Section":"Geocoding"},{"API":"Zippopotam","Description":"Get information about place such as country, city, state, etc","Auth":null,"HTTPS":false,"Link":"http://www.zippopotam.us","Section":"Geocoding"},{"API":"Diabetes","Description":"Logging and retrieving diabetes information","Auth":null,"HTTPS":false,"Link":"http://predictbgl.com/api/","Section":"Health"},{"API":"Flutrack","Description":"Influenza-like symptoms with geotracking","Auth":null,"HTTPS":false,"Link":"http://www.flutrack.org/","Section":"Health"},{"API":"Makeup","Description":"Makeup Information","Auth":null,"HTTPS":false,"Link":"http://makeup-api.herokuapp.com/","Section":"Health"},{"API":"Medicare","Description":"Access to the data from the CMS - medicaregov","Auth":null,"HTTPS":true,"Link":"https://data.medicare.gov/developers","Section":"Health"},{"API":"Nutritionix","Description":"Worlds largest verified nutrition database","Auth":"apiKey","HTTPS":true,"Link":"https://developer.nutritionix.com/","Section":"Health"},{"API":"openFDA","Description":"Public FDA data about drugs, devices, and foods","Auth":null,"HTTPS":true,"Link":"https://open.fda.gov/api/","Section":"Health"},{"API":"USDA Nutrients","Description":"National Nutrient Database for Standard Reference","Auth":null,"HTTPS":true,"Link":"https://ndb.nal.usda.gov/ndb/doc/index","Section":"Health"},{"API":"API.AI","Description":"Natural Language Processing","Auth":"apiKey","HTTPS":true,"Link":"https://api.ai/","Section":"Machine Learning"},{"API":"Clarifai","Description":"Computer Vision","Auth":"OAuth","HTTPS":true,"Link":"https://developer.clarifai.com/","Section":"Machine Learning"},{"API":"Cleverbot","Description":"Web chat bot","Auth":"apiKey","HTTPS":true,"Link":"https://www.cleverbot.com/api/","Section":"Machine Learning"},{"API":"Keen IO","Description":"Data Analytics","Auth":"apiKey","HTTPS":true,"Link":"https://keen.io/","Section":"Machine Learning"},{"API":"Unplugg","Description":"Forecasting API for timeseries data","Auth":"apiKey","HTTPS":true,"Link":"https://unplu.gg/test_api.html","Section":"Machine Learning"},{"API":"Wit.ai","Description":"Natural Language Processing","Auth":"OAuth","HTTPS":true,"Link":"https://wit.ai/","Section":"Machine Learning"},{"API":"Newton","Description":"Symbolic and Arithmetic Math Calculator","Auth":null,"HTTPS":true,"Link":"https://newton.now.sh/","Section":"Math"},{"API":"Numbers API","Description":"Facts about numbers","Auth":null,"HTTPS":false,"Link":"http://numbersapi.com","Section":"Math"},{"API":"Bandsintown","Description":"Music Events","Auth":null,"HTTPS":true,"Link":"https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0","Section":"Music"},{"API":"Deezer","Description":"Music","Auth":"OAuth","HTTPS":false,"Link":"http://developers.deezer.com/login?redirect=/api","Section":"Music"},{"API":"Discogs","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://www.discogs.com/developers/","Section":"Music"},{"API":"Genius","Description":"Crowdsourced lyrics and music knowledge","Auth":"OAuth","HTTPS":true,"Link":"https://docs.genius.com/","Section":"Music"},{"API":"Jamendo","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://developer.jamendo.com/v3.0","Section":"Music"},{"API":"iTunes Search","Description":"Software products","Auth":null,"HTTPS":true,"Link":"https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/","Section":"Music"},{"API":"LastFm","Description":"Music","Auth":"apiKey","HTTPS":false,"Link":"http://www.last.fm/api","Section":"Music"},{"API":"Mixcloud","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://www.mixcloud.com/developers/","Section":"Music"},{"API":"MusicBrainz","Description":"Music","Auth":null,"HTTPS":true,"Link":"https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2","Section":"Music"},{"API":"Musikki","Description":"Music","Auth":"apiKey","HTTPS":true,"Link":"https://music-api.musikki.com/reference","Section":"Music"},{"API":"Musixmatch","Description":"Music","Auth":"apiKey","HTTPS":true,"Link":"https://developer.musixmatch.com/","Section":"Music"},{"API":"Songkick","Description":"Music Events","Auth":"OAuth","HTTPS":true,"Link":"https://www.songkick.com/developer/","Section":"Music"},{"API":"Songsterr","Description":"Provides guitar, bass and drums tabs and chords","Auth":null,"HTTPS":true,"Link":"https://www.songsterr.com/a/wa/api/","Section":"Music"},{"API":"Soundcloud","Description":"Music","Auth":null,"HTTPS":true,"Link":"https://developers.soundcloud.com/","Section":"Music"},{"API":"Spotify","Description":"Music","Auth":"OAuth","HTTPS":true,"Link":"https://developer.spotify.com/web-api/","Section":"Music"},{"API":"Vagalume","Description":"Crowdsourced lyrics and music knowledge","Auth":"apiKey","HTTPS":true,"Link":"https://api.vagalume.com.br/docs/","Section":"Music"},{"API":"Chronicling America","Description":"Provides access to millions of pages of historic US newspapers from the Library of Congress","Auth":null,"HTTPS":false,"Link":"http://chroniclingamerica.loc.gov/about/api/","Section":"News"},{"API":"New York Times","Description":"Provides news","Auth":"apiKey","HTTPS":true,"Link":"https://developer.nytimes.com/","Section":"News"},{"API":"News API","Description":"Headlines currently published on a range of news sources and blogs","Auth":"apiKey","HTTPS":true,"Link":"https://newsapi.org/","Section":"News"},{"API":"The Guardian","Description":"Access all the content the Guardian creates, categorised by tags and section","Auth":"apiKey","HTTPS":true,"Link":"http://open-platform.theguardian.com/","Section":"News"},{"API":"Countly","Description":"Countly web analytics","Auth":null,"HTTPS":false,"Link":"http://resources.count.ly/docs","Section":"Open Source projects"},{"API":"Drupal.org","Description":"Drupalorg","Auth":null,"HTTPS":true,"Link":"https://www.drupal.org/drupalorg/docs/api","Section":"Open Source projects"},{"API":"Libraries.io","Description":"Open source software libraries","Auth":"apiKey","HTTPS":true,"Link":"https://libraries.io/api","Section":"Open Source projects"},{"API":"chucknorris.io","Description":"JSON API for hand curated Chuck Norris jokes","Auth":null,"HTTPS":true,"Link":"https://api.chucknorris.io","Section":"Personality"},{"API":"Forismatic","Description":"Inspirational Quotes","Auth":null,"HTTPS":false,"Link":"http://forismatic.com/en/api/","Section":"Personality"},{"API":"icanhazdadjoke","Description":"The largest selection of dad jokes on the internet","Auth":null,"HTTPS":true,"Link":"https://icanhazdadjoke.com/api","Section":"Personality"},{"API":"Medium","Description":"Community of readers and writers offering unique perspectives on ideas","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/Medium/medium-api-docs","Section":"Personality"},{"API":"Quotes on Design","Description":"Inspirational Quotes","Auth":null,"HTTPS":true,"Link":"https://quotesondesign.com/api-v4-0/","Section":"Personality"},{"API":"Traitify","Description":"Assess, collect, and analyze Personality","Auth":null,"HTTPS":true,"Link":"https://app.traitify.com/developer","Section":"Personality"},{"API":"tronalddump.io","Description":"Api & web archive for the things Donald Trump has said","Auth":null,"HTTPS":true,"Link":"https://www.tronalddump.io","Section":"Personality"},{"API":"500px","Description":"Photography Community","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/500px/api-documentation","Section":"Photography"},{"API":"Flickr","Description":"Flickr Services","Auth":"OAuth","HTTPS":true,"Link":"https://www.flickr.com/services/api/","Section":"Photography"},{"API":"Gfycat","Description":"Jiffier GIFs","Auth":"OAuth","HTTPS":true,"Link":"https://developers.gfycat.com/api/","Section":"Photography"},{"API":"Giphy","Description":"Get all your gifs","Auth":null,"HTTPS":true,"Link":"https://github.com/Giphy/GiphyAPI","Section":"Photography"},{"API":"Imgur","Description":"Images","Auth":"OAuth","HTTPS":true,"Link":"https://api.imgur.com/#overview","Section":"Photography"},{"API":"ScreenShotLayer","Description":"URL 2 Image","Auth":null,"HTTPS":true,"Link":"https://screenshotlayer.com","Section":"Photography"},{"API":"Unsplash","Description":"Photography","Auth":"OAuth","HTTPS":true,"Link":"https://unsplash.com/developers","Section":"Photography"},{"API":"PlaceKitten","Description":"Resizable kitten placeholder images","Auth":null,"HTTPS":true,"Link":"https://placekitten.com/","Section":"Photography"},{"API":"arcsecond.io","Description":"Multiple astronomy data sources","Auth":null,"HTTPS":true,"Link":"https://api.arcsecond.io/","Section":"Science"},{"API":"CORE","Description":"Access the world's Open Access research papers","Auth":"apiKey","HTTPS":true,"Link":"https://core.ac.uk/services#api","Section":"Science"},{"API":"Fedger.io","Description":"Query machine intelligence data","Auth":null,"HTTPS":true,"Link":"https://dev.fedger.io/docs/","Section":"Science"},{"API":"inspirehep.net","Description":"High Energy Physics info system","Auth":null,"HTTPS":true,"Link":"https://inspirehep.net/info/hep/api?ln=en","Section":"Science"},{"API":"Launch Library","Description":"Upcoming Space Launches","Auth":null,"HTTPS":true,"Link":"https://launchlibrary.net/1.2/docs/api.html","Section":"Science"},{"API":"Minor Planet Center","Description":"Asterankcom Information","Auth":null,"HTTPS":false,"Link":"http://www.asterank.com/mpc","Section":"Science"},{"API":"NASA","Description":"NASA data, including imagery","Auth":null,"HTTPS":true,"Link":"https://api.nasa.gov","Section":"Science"},{"API":"Open Notify","Description":"ISS astronauts, current location, etc","Auth":null,"HTTPS":false,"Link":"http://open-notify.org/Open-Notify-API/","Section":"Science"},{"API":"Sunrise and Sunset","Description":"Sunset and sunrise times for a given latitude and longitude","Auth":null,"HTTPS":true,"Link":"https://sunrise-sunset.org/api","Section":"Science"},{"API":"USGS Earthquake Hazards Program","Description":"Earthquakes data real-time","Auth":null,"HTTPS":true,"Link":"https://earthquake.usgs.gov/fdsnws/event/1/","Section":"Science"},{"API":"USGS Water Services","Description":"Water quality and level info for rivers and lakes","Auth":null,"HTTPS":true,"Link":"https://waterservices.usgs.gov/","Section":"Science"},{"API":"World Bank","Description":"World Data","Auth":null,"HTTPS":false,"Link":"https://datahelpdesk.worldbank.org/knowledgebase/topics/125589","Section":"Science"},{"API":"AXFR Database","Description":"AXFR public database","Auth":null,"HTTPS":false,"Link":"http://api.axfrcheck.com","Section":"Security"},{"API":"UK Police","Description":"UK Police data","Auth":null,"HTTPS":true,"Link":"https://data.police.uk/docs/","Section":"Security"},{"API":"eBay","Description":"Sell and Buy on eBay","Auth":"OAuth","HTTPS":true,"Link":"https://go.developer.ebay.com/","Section":"Shopping"},{"API":"Cisco Spark","Description":"Team Collaboration Software","Auth":"OAuth","HTTPS":true,"Link":"https://developer.ciscospark.com","Section":"Social"},{"API":"Discord","Description":"Make bots for Discord, integrate Discord onto an external platform","Auth":"OAuth","HTTPS":true,"Link":"https://discordapp.com/developers/docs/intro","Section":"Social"},{"API":"DonReach Social Count","Description":"Get the social share count of a URL from every major social network","Auth":null,"HTTPS":true,"Link":"https://donreach.com/social-share-count/","Section":"Social"},{"API":"Facebook","Description":"Facebook Login, Share on FB, Social Plugins, Analytics and more","Auth":"OAuth","HTTPS":true,"Link":"https://developers.facebook.com/","Section":"Social"},{"API":"Foursquare","Description":"Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)","Auth":"OAuth","HTTPS":true,"Link":"https://developer.foursquare.com/","Section":"Social"},{"API":"Fuck Off as a Service","Description":"Asks someone to fuck off","Auth":null,"HTTPS":true,"Link":"https://www.foaas.com","Section":"Social"},{"API":"Full Contact","Description":"Get Social Media profiles and contact Information","Auth":"OAuth","HTTPS":true,"Link":"https://www.fullcontact.com/developer/docs/","Section":"Social"},{"API":"HackerNews","Description":"Social news for CS and entrepreneurship","Auth":null,"HTTPS":true,"Link":"https://github.com/HackerNews/API","Section":"Social"},{"API":"Instagram","Description":"Instagram Login, Share on Instagram, Social Plugins and more","Auth":"OAuth","HTTPS":true,"Link":"https://www.instagram.com/developer/","Section":"Social"},{"API":"LinkedIn","Description":"The foundation of all digital integrations with LinkedIn","Auth":"OAuth","HTTPS":true,"Link":"https://developer.linkedin.com/docs/rest-api","Section":"Social"},{"API":"Meetup.com","Description":"Data about Meetups from Meetupcom","Auth":"apiKey","HTTPS":true,"Link":"https://www.meetup.com/meetup_api/","Section":"Social"},{"API":"Telegram MTProto","Description":"Read and write Telegram data","Auth":"OAuth","HTTPS":true,"Link":"https://core.telegram.org/api#getting-started","Section":"Social"},{"API":"Telegram bot","Description":"Simplified HTTP version of the MTProto API for bots","Auth":"OAuth","HTTPS":true,"Link":"https://core.telegram.org/bots/api","Section":"Social"},{"API":"Pinterest","Description":"The world's catalog of ideas","Auth":"OAuth","HTTPS":true,"Link":"https://developers.pinterest.com/","Section":"Social"},{"API":"PWRTelegram bot","Description":"Boosted version of the Telegram bot API","Auth":"OAuth","HTTPS":true,"Link":"https://pwrtelegram.xyz","Section":"Social"},{"API":"Reddit","Description":"Homepage of the internet","Auth":"OAuth","HTTPS":true,"Link":"https://www.reddit.com/dev/api","Section":"Social"},{"API":"Slack","Description":"Team Instant Messaging","Auth":"OAuth","HTTPS":true,"Link":"https://api.slack.com/","Section":"Social"},{"API":"Tumblr","Description":"Read and write Tumblr Data","Auth":"OAuth","HTTPS":true,"Link":"https://www.tumblr.com/docs/en/api/v2","Section":"Social"},{"API":"Twitch","Description":"Game Streaming API","Auth":"OAuth","HTTPS":true,"Link":"https://github.com/justintv/Twitch-API","Section":"Social"},{"API":"Twitter","Description":"Read and write Twitter data","Auth":"OAuth","HTTPS":true,"Link":"https://dev.twitter.com/rest/public","Section":"Social"},{"API":"vk","Description":"Read and write vk data","Auth":"OAuth","HTTPS":true,"Link":"https://vk.com/dev/sites","Section":"Social"},{"API":"Cartola FC","Description":"The Cartola FC API serves to check the partial points of your team","Auth":null,"HTTPS":true,"Link":"https://github.com/wgenial/cartrolandofc","Section":"Sports & Fitness"},{"API":"City Bikes","Description":"City Bikes around the world","Auth":null,"HTTPS":false,"Link":"http://api.citybik.es/v2/","Section":"Sports & Fitness"},{"API":"Ergast F1","Description":"F1 data from the beginning of the world championships in 1950","Auth":null,"HTTPS":false,"Link":"http://ergast.com/mrd/","Section":"Sports & Fitness"},{"API":"Fitbit","Description":"Fitbit Information","Auth":"OAuth","HTTPS":true,"Link":"https://dev.fitbit.com/","Section":"Sports & Fitness"},{"API":"Football-Data.org","Description":"Football Data","Auth":null,"HTTPS":false,"Link":"http://api.football-data.org/index","Section":"Sports & Fitness"},{"API":"JCDecaux Bike","Description":"JCDecaux's self-service bicycles","Auth":"apiKey","HTTPS":true,"Link":"https://developer.jcdecaux.com/","Section":"Sports & Fitness"},{"API":"Cricket Live Scores","Description":"Live cricket scores","Auth":"X-Mashape-Key","HTTPS":true,"Link":"https://market.mashape.com/dev132/cricket-live-scores","Section":"Sports & Fitness"},{"API":"NFL Arrests","Description":"NFL Arrest Data","Auth":null,"HTTPS":false,"Link":"http://nflarrest.com/api/","Section":"Sports & Fitness"},{"API":"Pro Motocross","Description":"The RESTful AMA Pro Motocross lap times for every racer on the start gate","Auth":null,"HTTPS":false,"Link":"http://promotocrossapi.com","Section":"Sports & Fitness"},{"API":"Strava","Description":"Connect with athletes, activities and more","Auth":"OAuth","HTTPS":true,"Link":"https://strava.github.io/api/","Section":"Sports & Fitness"},{"API":"UFC Data","Description":"Ultimate Fighting Championship information for events and fighters","Auth":null,"HTTPS":false,"Link":"http://ufc-data-api.ufc.com/","Section":"Sports & Fitness"},{"API":"Wger","Description":"Workout manager data as exercises, muscles or equipment","Auth":"apiKey","HTTPS":true,"Link":"https://wger.de/en/software/api","Section":"Sports & Fitness"},{"API":"Postmon","Description":"An API to query Brazilian ZIP codes and orders easily, quickly and free","Auth":null,"HTTPS":false,"Link":"http://postmon.com.br","Section":"Tracking"},{"API":"Sweden","Description":"Provides information about parcels in transport","Auth":"apiKey","HTTPS":false,"Link":"https://developer.postnord.com/docs2","Section":"Tracking"},{"API":"ADS-B Exchange","Description":"Access real-time and historical data of any and all airbone aircraft","Auth":null,"HTTPS":true,"Link":"https://www.adsbexchange.com/data/","Section":"Transportation"},{"API":"Amadeus Travel Innovation Sandbox","Description":"Travel Search - Limited usage","Auth":"apiKey","HTTPS":true,"Link":"https://sandbox.amadeus.com/","Section":"Transportation"},{"API":"Bay Area Rapid Transit","Description":"Stations and predicted arrivals for BART","Auth":"apiKey","HTTPS":false,"Link":"http://api.bart.gov","Section":"Transportation"},{"API":"Community Transit","Description":"Transitland API","Auth":null,"HTTPS":true,"Link":"https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints","Section":"Transportation"},{"API":"Goibibo","Description":"API for travel search","Auth":"apiKey","HTTPS":true,"Link":"https://developer.goibibo.com/docs","Section":"Transportation"},{"API":"Icelandic APIs","Description":"Open APIs that deliver services in or regarding Iceland","Auth":null,"HTTPS":true,"Link":"http://docs.apis.is/","Section":"Transportation"},{"API":"Indian Railways","Description":"Indian Railways Information","Auth":"apiKey","HTTPS":false,"Link":"http://api.erail.in/","Section":"Transportation"},{"API":"Izi","Description":"Audio guide for travellers","Auth":"apiKey","HTTPS":true,"Link":"http://api-docs.izi.travel/","Section":"Transportation"},{"API":"Navitia","Description":"The open API for building cool stuff with transport data","Auth":"apiKey","HTTPS":true,"Link":"https://api.navitia.io/","Section":"Transportation"},{"API":"The Nomad List","Description":"A list of the best places to live/work remotely","Auth":null,"HTTPS":true,"Link":"https://nomadlist.com/faq","Section":"Transportation"},{"API":"Schiphol Airport","Description":"Schiphol","Auth":"apiKey","HTTPS":true,"Link":"https://developer.schiphol.nl/","Section":"Transportation"},{"API":"TransitLand","Description":"Transit Aggregation","Auth":null,"HTTPS":true,"Link":"https://transit.land/documentation/datastore/api-endpoints.html","Section":"Transportation"},{"API":"Transport for Atlanta, US","Description":"Marta","Auth":null,"HTTPS":false,"Link":"http://www.itsmarta.com/app-developer-resources.aspx","Section":"Transportation"},{"API":"Transport for Auckland, New Zealand","Description":"Auckland Transport","Auth":null,"HTTPS":true,"Link":"https://api.at.govt.nz/","Section":"Transportation"},{"API":"Transport for Belgium","Description":"Belgian transport API","Auth":null,"HTTPS":true,"Link":"https://hello.irail.be/api/","Section":"Transportation"},{"API":"Transport for Berlin, Germany","Description":"Third-party VBB API","Auth":null,"HTTPS":true,"Link":"https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md","Section":"Transportation"},{"API":"Transport for Boston, US","Description":"MBTA API","Auth":null,"HTTPS":false,"Link":"http://realtime.mbta.com/Portal/Home/Documents","Section":"Transportation"},{"API":"Transport for Budapest, Hungary","Description":"Budapest public transport API","Auth":null,"HTTPS":true,"Link":"https://apiary.io/","Section":"Transportation"},{"API":"Transport for Chicago, US","Description":"CTA","Auth":null,"HTTPS":false,"Link":"http://www.transitchicago.com/developers/","Section":"Transportation"},{"API":"Transport for Czech Republic","Description":"Czech transport API","Auth":null,"HTTPS":true,"Link":"https://www.chaps.cz/eng/products/idos-internet","Section":"Transportation"},{"API":"Transport for Denver, US","Description":"RTD","Auth":null,"HTTPS":false,"Link":"http://www.rtd-denver.com/gtfs-developer-guide.shtml","Section":"Transportation"},{"API":"Transport for Finland","Description":"Finnish transport API","Auth":null,"HTTPS":true,"Link":"https://digitransit.fi/en/developers/ ","Section":"Transportation"},{"API":"Transport for Germany","Description":"Deutsche Bahn (DB) API","Auth":"apiKey","HTTPS":false,"Link":"http://data.deutschebahn.com/dataset/api-fahrplan","Section":"Transportation"},{"API":"Transport for India","Description":"India Public Transport API","Auth":"apiKey","HTTPS":true,"Link":"https://data.gov.in/sector/transport","Section":"Transportation"},{"API":"Transport for London, England","Description":"TfL API","Auth":null,"HTTPS":true,"Link":"https://api.tfl.gov.uk","Section":"Transportation"},{"API":"Transport for Madrid, Spain","Description":"Madrid BUS transport API","Auth":"apiKey","HTTPS":false,"Link":"http://opendata.emtmadrid.es/Servicios-web/BUS","Section":"Transportation"},{"API":"Transport for Minneapolis, US","Description":"NexTrip API","Auth":"OAuth","HTTPS":false,"Link":"http://svc.metrotransit.org/","Section":"Transportation"},{"API":"Transport for The Netherlands","Description":"NS, only trains","Auth":"apiKey","HTTPS":false,"Link":"http://www.ns.nl/reisinformatie/ns-api","Section":"Transportation"},{"API":"Transport for The Netherlands","Description":"OVAPI, country-wide public transport","Auth":null,"HTTPS":true,"Link":"https://github.com/skywave/KV78Turbo-OVAPI/wiki","Section":"Transportation"},{"API":"Transport for New York City, US","Description":"MTA","Auth":"apiKey","HTTPS":false,"Link":"http://datamine.mta.info/","Section":"Transportation"},{"API":"Transport for Norway","Description":"Norwegian transport API","Auth":null,"HTTPS":false,"Link":"http://reisapi.ruter.no/help","Section":"Transportation"},{"API":"Transport for Ottawa, Canada","Description":"OC Transpo next bus arrival API","Auth":null,"HTTPS":false,"Link":"http://www.octranspo.com/index.php/developers","Section":"Transportation"},{"API":"Transport for Paris, France","Description":"RATP Open Data API","Auth":null,"HTTPS":false,"Link":"http://data.ratp.fr/api/v1/console/datasets/1.0/search/","Section":"Transportation"},{"API":"Transport for Paris, France","Description":"Live schedules made simple","Auth":null,"HTTPS":false,"Link":"http://restratpws.azurewebsites.net/swagger/","Section":"Transportation"},{"API":"Transport for Philadelphia, US","Description":"SEPTA APIs","Auth":null,"HTTPS":false,"Link":"http://www3.septa.org/hackathon/","Section":"Transportation"},{"API":"Transport for Rio de Janeiro, Brazil","Description":"Prefeitura do Rio (City Hall)","Auth":null,"HTTPS":false,"Link":"http://data.rio/group/transporte-e-mobilidade","Section":"Transportation"},{"API":"Transport for São Paulo, Brazil","Description":"SPTrans","Auth":"OAuth","HTTPS":false,"Link":"http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx","Section":"Transportation"},{"API":"Transport for Sweden","Description":"Public Transport consumer","Auth":"OAuth","HTTPS":true,"Link":"https://www.trafiklab.se/api","Section":"Transportation"},{"API":"Transport for Switzerland","Description":"Swiss public transport API","Auth":null,"HTTPS":true,"Link":"https://transport.opendata.ch/","Section":"Transportation"},{"API":"Transport for Switzerland","Description":"Official Swiss Public Transport Open Data","Auth":"apiKey","HTTPS":true,"Link":"https://opentransportdata.swiss/en/","Section":"Transportation"},{"API":"Transport for Tokyo, Japan","Description":"Tokyo Metro","Auth":"apiKey","HTTPS":true,"Link":"https://developer.tokyometroapp.jp/info","Section":"Transportation"},{"API":"Transport for Toronto, Canada","Description":"TTC","Auth":null,"HTTPS":true,"Link":"https://myttc.ca/developers","Section":"Transportation"},{"API":"Transport for Vancouver, Canada","Description":"TransLink","Auth":"OAuth","HTTPS":true,"Link":"https://developer.translink.ca/","Section":"Transportation"},{"API":"Transport for U.S. (multiple locations)","Description":"NextBus API","Auth":null,"HTTPS":false,"Link":"http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf","Section":"Transportation"},{"API":"Transport for Victoria, AU","Description":"PTV API","Auth":"apiKey","HTTPS":true,"Link":"https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/","Section":"Transportation"},{"API":"Transport for Washington, US","Description":"Washington Metro transport API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.wmata.com/","Section":"Transportation"},{"API":"Uber","Description":"Request Uber rides, reach riders, transport things, and reward drivers","Auth":"OAuth","HTTPS":true,"Link":"https://developer.uber.com/","Section":"Transportation"},{"API":"WhereIsMyTransport","Description":"Platform for public transport data in emerging cities","Auth":"OAuth","HTTPS":true,"Link":"https://developer.whereismytransport.com/","Section":"Transportation"},{"API":"Universities List","Description":"University names, countries and domains","Auth":null,"HTTPS":true,"Link":"https://github.com/Hipo/university-domains-list","Section":"University"},{"API":"Vehicles","Description":"Lot of vehicles information","Auth":"apiKey","HTTPS":false,"Link":"http://developer.edmunds.com/api-documentation/overview/","Section":"Vehicle"},{"API":"Brazilian Vehicles and Prices","Description":"Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe","Auth":null,"HTTPS":true,"Link":"https://deividfortuna.github.io/fipe/","Section":"Vehicle"},{"API":"NHTSA Vehicles","Description":"NHTSA Product Information Catalog and Vehicle Listing","Auth":null,"HTTPS":true,"Link":"https://vpic.nhtsa.dot.gov/api/","Section":"Vehicle"},{"API":"An API of Ice And Fire","Description":"Game Of Thrones API","Auth":null,"HTTPS":true,"Link":"https://anapioficeandfire.com/","Section":"Video"},{"API":"Dailymotion","Description":"Dailymotion Developer API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.dailymotion.com/","Section":"Video"},{"API":"Netflix Roulette","Description":"Netflix database","Auth":null,"HTTPS":true,"Link":"https://netflixroulette.net/api/","Section":"Video"},{"API":"Ron Swanson Quotes","Description":"Television","Auth":null,"HTTPS":true,"Link":"https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api","Section":"Video"},{"API":"SWAPI","Description":"Star Wars Information","Auth":null,"HTTPS":true,"Link":"https://swapi.co","Section":"Video"},{"API":"TMDb","Description":"Community-based movie data","Auth":"apiKey","HTTPS":true,"Link":"https://www.themoviedb.org/documentation/api","Section":"Video"},{"API":"TVMaze","Description":"TV Show Data","Auth":null,"HTTPS":false,"Link":"http://www.tvmaze.com/api","Section":"Video"},{"API":"Vimeo","Description":"Vimeo Developer API","Auth":"OAuth","HTTPS":true,"Link":"https://developer.vimeo.com/","Section":"Video"},{"API":"YouTube","Description":"Add YouTube functionality to your sites and apps","Auth":"OAuth","HTTPS":true,"Link":"https://developers.google.com/youtube/","Section":"Video"},{"API":"Dark Sky","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://darksky.net/dev/","Section":"Weather"},{"API":"MetaWeather","Description":"Weather","Auth":null,"HTTPS":true,"Link":"https://www.metaweather.com/api/","Section":"Weather"},{"API":"OpenWeatherMap","Description":"Weather","Auth":"apiKey","HTTPS":false,"Link":"http://openweathermap.org/api","Section":"Weather"},{"API":"Weatherbit","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://www.weatherbit.io/api","Section":"Weather"},{"API":"Wunderground","Description":"Weather","Auth":"apiKey","HTTPS":true,"Link":"https://www.wunderground.com/weather/api/","Section":"Weather"}]} -new Vue({ - data: { - filter: '' - }, - computed: { - data() { - let output = []; - for (var category in items) { - for (var api in items[category]) { - items[category][api].Category = category; - output.push(items[category][api]); - } - } - return output; - } - }, - methods: { - filtered(item) { - let show = true; - - if(this.filter.length) { - - show = false; - - let filterKeyword = this.filter.toLowerCase(); - - Object.keys(item).map(function(key) { - if(typeof item[key] === 'string') { - let value = item[key].toString().toLowerCase(); - - if(value.includes(filterKeyword)) { - show = true; - $( "th" ).addClass( "lol" ); - } + loadJSON(function(response) { + var items = JSON.parse(response); + new Vue({ + data: { + filter: '' + }, + computed: { + data() { + let output = []; + for (var category in items) { + for (var api in items[category]) { + items[category][api].Category = category; + output.push(items[category][api]); } - - }); + } + return output; + } + }, + methods: { + filtered(item) { + let show = true; + + if(this.filter.length) { + + show = false; + + let filterKeyword = this.filter.toLowerCase(); + + Object.keys(item).map(function(key) { + if(typeof item[key] === 'string') { + let value = item[key].toString().toLowerCase(); + + if(value.includes(filterKeyword)) { + show = true; + $( "th" ).addClass( "lol" ); + } + } + + }); + } + + return show; } - - return show; } - } -}).$mount('#app'); + }).$mount('#app'); +}); + +function loadJSON(callback) { + var xobj = new XMLHttpRequest(); + xobj.overrideMimeType("application/json"); + xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); // Replace 'my_data' with the path to your file + xobj.onreadystatechange = function () { + if (xobj.readyState == 4 && xobj.status == "200") { + // Required use of an anonymous callback as .open will NOT return a value but simply returns undefined in asynchronous mode + callback(xobj.responseText); + } + }; + xobj.send(null); + } function filterRows() { - // Declare variables var input, filter, table, tr, td, i; input = document.getElementById("searchbox"); filter = input.value.toUpperCase(); table = document.getElementById("entries"); tr = table.getElementsByTagName("tr"); - // Loop through all table rows, and hide those who don't match the search query + // Loop through all table rows and hide those who don't match the search for (i = 0; i < tr.length; i++) { td = tr[i].getElementsByTagName("td")[0]; if (td) { From 621aa054ca5320b63cf0aedc9fe6b3458590c72a Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 20:41:45 -0400 Subject: [PATCH 09/24] Add Github corner ribbon --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 018fd76..3d95333 100644 --- a/src/index.html +++ b/src/index.html @@ -10,6 +10,7 @@ Public APIs
+

Public APIs

From f56df6c2e08ccf6309dc5eab103650f8986d0731 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 20:52:07 -0400 Subject: [PATCH 10/24] add Section column to query scope --- src/scripts.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/scripts.js b/src/scripts.js index 2b04b4f..a9e143b 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -67,9 +67,17 @@ function filterRows() { // Loop through all table rows and hide those who don't match the search for (i = 0; i < tr.length; i++) { - td = tr[i].getElementsByTagName("td")[0]; - if (td) { - if (td.innerHTML.toUpperCase().indexOf(filter) > -1) { + title = tr[i].getElementsByTagName("td")[0]; + section = tr[i].getElementsByTagName("td")[4]; + if (title) { + if (title.innerHTML.toUpperCase().indexOf(filter) > -1) { + tr[i].style.display = ""; + } else { + tr[i].style.display = "none"; + } + } + if (section) { + if (section.innerHTML.toUpperCase().indexOf(filter) > -1) { tr[i].style.display = ""; } else { tr[i].style.display = "none"; From f54ad9e8de7b838359d9c2c290ff6fba4e8d3089 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 23:08:45 -0400 Subject: [PATCH 11/24] update formatting --- src/index.html | 5 +-- src/scripts.js | 95 ++++++++++++++++++++++++++------------------------ src/styles.css | 18 +++++----- 3 files changed, 60 insertions(+), 58 deletions(-) diff --git a/src/index.html b/src/index.html index 3d95333..6f69aba 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ Public APIs
- +

Public APIs

@@ -51,8 +51,5 @@
-
- Site created by Dave Machado, Project maintained by many awesome contributors -
diff --git a/src/scripts.js b/src/scripts.js index a9e143b..cc79944 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -1,5 +1,52 @@ - loadJSON(function(response) { - var items = JSON.parse(response); + function loadJSON(callback) { + var xobj = new XMLHttpRequest(); + xobj.overrideMimeType("application/json"); + xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); // Replace 'my_data' with the path to your file + xobj.onreadystatechange = function () { + if (xobj.readyState == 4 && xobj.status == "200") { + // Required use of an anonymous callback as .open will NOT return a value but simply returns undefined in asynchronous mode + callback(xobj.responseText); + } + }; + xobj.send(null); + } + +function filterRows() { + + var input, filter, table, tr, td, i; + + input = document.getElementById("searchbox"); + filter = input.value.toUpperCase(); + table = document.getElementById("entries"); + tr = table.getElementsByTagName("tr"); + + // Loop through all table rows and hide those who don't match the search + for (i = 0; i < tr.length; i++) { + + displayRows = false; + + title = tr[i].getElementsByTagName("td")[0]; + if (title) { + if (title.innerHTML.toUpperCase().indexOf(filter) > -1) { + displayRows = true; + } + } + section = tr[i].getElementsByTagName("td")[4]; + if (section) { + if (section.innerHTML.toUpperCase().indexOf(filter) > -1) { + displayRows = true; + } + } + if (displayRows) { + tr[i].style.display = ""; + } else { + tr[i].style.display = "none"; + } + } +} + +loadJSON(function(response) { + var items = JSON.parse(response); new Vue({ data: { filter: '' @@ -19,7 +66,7 @@ methods: { filtered(item) { let show = true; - + if(this.filter.length) { show = false; @@ -38,50 +85,8 @@ }); } - return show; } } }).$mount('#app'); }); - -function loadJSON(callback) { - var xobj = new XMLHttpRequest(); - xobj.overrideMimeType("application/json"); - xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); // Replace 'my_data' with the path to your file - xobj.onreadystatechange = function () { - if (xobj.readyState == 4 && xobj.status == "200") { - // Required use of an anonymous callback as .open will NOT return a value but simply returns undefined in asynchronous mode - callback(xobj.responseText); - } - }; - xobj.send(null); - } - -function filterRows() { - var input, filter, table, tr, td, i; - input = document.getElementById("searchbox"); - filter = input.value.toUpperCase(); - table = document.getElementById("entries"); - tr = table.getElementsByTagName("tr"); - - // Loop through all table rows and hide those who don't match the search - for (i = 0; i < tr.length; i++) { - title = tr[i].getElementsByTagName("td")[0]; - section = tr[i].getElementsByTagName("td")[4]; - if (title) { - if (title.innerHTML.toUpperCase().indexOf(filter) > -1) { - tr[i].style.display = ""; - } else { - tr[i].style.display = "none"; - } - } - if (section) { - if (section.innerHTML.toUpperCase().indexOf(filter) > -1) { - tr[i].style.display = ""; - } else { - tr[i].style.display = "none"; - } - } - } -} \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 37d6612..09c9574 100644 --- a/src/styles.css +++ b/src/styles.css @@ -19,10 +19,10 @@ body { } #entries { - border-collapse: collapse; /* Collapse borders */ - border: 1px solid #ddd; /* Add a grey border */ - font-size: 18px; /* Increase font-size */ - width: 100%; /* Full-width */ + border-collapse: collapse; + border: 1px solid #ddd; + font-size: 18px; + width: 100%; } #entries th { @@ -38,11 +38,11 @@ body { } #searchbox { - border: 1px solid #ddd; /* Add a grey border */ + border: 1px solid #ddd; border-radius: 50px; - margin-bottom: 12px; /* Add some space below the input */ - font-size: 16px; /* Increase font-size */ - padding: 12px 20px 12px 40px; /* Add some padding */ + margin-bottom: 12px; + font-size: 16px; + padding: 12px 20px 12px 40px; text-align: center; - width: 50%; /* Full-width */ + width: 50%; } \ No newline at end of file From d148df03db2b74eee905f3a4f98586428c0a0cc2 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 23:10:32 -0400 Subject: [PATCH 12/24] remove extra strings --- src/scripts.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/scripts.js b/src/scripts.js index cc79944..d971da1 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -1,10 +1,11 @@ function loadJSON(callback) { var xobj = new XMLHttpRequest(); xobj.overrideMimeType("application/json"); - xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); // Replace 'my_data' with the path to your file + xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); xobj.onreadystatechange = function () { if (xobj.readyState == 4 && xobj.status == "200") { - // Required use of an anonymous callback as .open will NOT return a value but simply returns undefined in asynchronous mode + // Required use of an anonymous callback as .open will NOT return a value + // but simply returns undefined in asynchronous mode callback(xobj.responseText); } }; From 32481b8f9b35ea0013d645f60aaa6cea7d085601 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 23:27:09 -0400 Subject: [PATCH 13/24] use stock JSON entries field for data --- src/index.html | 4 +-- src/scripts.js | 97 ++++++++++++++++++++------------------------------ 2 files changed, 40 insertions(+), 61 deletions(-) diff --git a/src/index.html b/src/index.html index 6f69aba..546b930 100644 --- a/src/index.html +++ b/src/index.html @@ -32,7 +32,7 @@ API Description - Authorization + Auth HTTPS Category @@ -43,7 +43,7 @@ {{ item.Description }} {{ (item.Auth) ? item.Auth : '-' }} {{ (item.HTTPS) ? '✔' : '✖' }} - {{ item.Section }} + {{ item.Category }} diff --git a/src/scripts.js b/src/scripts.js index d971da1..91d71bc 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -1,73 +1,18 @@ - function loadJSON(callback) { - var xobj = new XMLHttpRequest(); - xobj.overrideMimeType("application/json"); - xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); - xobj.onreadystatechange = function () { - if (xobj.readyState == 4 && xobj.status == "200") { - // Required use of an anonymous callback as .open will NOT return a value - // but simply returns undefined in asynchronous mode - callback(xobj.responseText); - } - }; - xobj.send(null); - } - -function filterRows() { - - var input, filter, table, tr, td, i; - - input = document.getElementById("searchbox"); - filter = input.value.toUpperCase(); - table = document.getElementById("entries"); - tr = table.getElementsByTagName("tr"); - - // Loop through all table rows and hide those who don't match the search - for (i = 0; i < tr.length; i++) { - - displayRows = false; - - title = tr[i].getElementsByTagName("td")[0]; - if (title) { - if (title.innerHTML.toUpperCase().indexOf(filter) > -1) { - displayRows = true; - } - } - section = tr[i].getElementsByTagName("td")[4]; - if (section) { - if (section.innerHTML.toUpperCase().indexOf(filter) > -1) { - displayRows = true; - } - } - if (displayRows) { - tr[i].style.display = ""; - } else { - tr[i].style.display = "none"; - } - } -} - -loadJSON(function(response) { - var items = JSON.parse(response); + loadJSON(function(response) { + var items = JSON.parse(response); new Vue({ data: { filter: '' }, computed: { data() { - let output = []; - for (var category in items) { - for (var api in items[category]) { - items[category][api].Category = category; - output.push(items[category][api]); - } - } - return output; + return items.entries; } }, methods: { filtered(item) { let show = true; - + if(this.filter.length) { show = false; @@ -91,3 +36,37 @@ loadJSON(function(response) { } }).$mount('#app'); }); + +function loadJSON(callback) { + var xobj = new XMLHttpRequest(); + xobj.overrideMimeType("application/json"); + xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); + xobj.onreadystatechange = function () { + if (xobj.readyState == 4 && xobj.status == "200") { + // Required use of an anonymous callback as .open will NOT return a value + // but simply returns undefined in asynchronous mode + callback(xobj.responseText); + } + }; + xobj.send(null); + } + +function filterRows() { + var input, filter, table, tr, td, i; + input = document.getElementById("searchbox"); + filter = input.value.toUpperCase(); + table = document.getElementById("entries"); + tr = table.getElementsByTagName("tr"); + + // Loop through all table rows and hide those who don't match the search + for (i = 0; i < tr.length; i++) { + td = tr[i].getElementsByTagName("td")[0]; + if (td) { + if (td.innerHTML.toUpperCase().indexOf(filter) > -1) { + tr[i].style.display = ""; + } else { + tr[i].style.display = "none"; + } + } + } +} \ No newline at end of file From 67bd0d78eed2a491f0bcd9b5fc29c8bac3d230f0 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 16 Aug 2017 23:50:05 -0400 Subject: [PATCH 14/24] ignore lock files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3a12b3..19f425e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ src/_site +src/Gemfile.lock From 26ee5a37226d9c5a20fcf4b91e2dbd4e47be96a4 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 11:06:10 -0400 Subject: [PATCH 15/24] use minified Vue and move to footer --- src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 546b930..3b51d10 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,6 @@ - Public APIs
@@ -51,5 +50,8 @@
+
+ +
From 089979a9a9998c222628e38026e11bbdb3975d7c Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 11:16:39 -0400 Subject: [PATCH 16/24] use Roboto font from Google Fonts --- src/index.html | 1 + src/styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 3b51d10..7eb4d54 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,7 @@ + Public APIs
diff --git a/src/styles.css b/src/styles.css index 09c9574..855f84a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,6 +1,6 @@ body { border-collapse: collapse; - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + font-family: 'Roboto', sans-serif; text-align: center; width: 100%; } From 8ffe70daf1b3255063c0a91983b5002d81b447dd Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 11:57:55 -0400 Subject: [PATCH 17/24] use Vue to fetch JSON --- src/index.html | 6 ++-- src/scripts.js | 88 +++++++++++++++++++++----------------------------- 2 files changed, 39 insertions(+), 55 deletions(-) diff --git a/src/index.html b/src/index.html index 7eb4d54..00f6a11 100644 --- a/src/index.html +++ b/src/index.html @@ -7,6 +7,7 @@ + Public APIs
@@ -38,7 +39,7 @@ - + {{ item.API }} {{ item.Description }} {{ (item.Auth) ? item.Auth : '-' }} @@ -51,8 +52,5 @@ -
- -
diff --git a/src/scripts.js b/src/scripts.js index 91d71bc..d8198d9 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -1,55 +1,41 @@ - loadJSON(function(response) { - var items = JSON.parse(response); - new Vue({ - data: { - filter: '' - }, - computed: { - data() { - return items.entries; - } - }, - methods: { - filtered(item) { - let show = true; - - if(this.filter.length) { - - show = false; - - let filterKeyword = this.filter.toLowerCase(); - - Object.keys(item).map(function(key) { - if(typeof item[key] === 'string') { - let value = item[key].toString().toLowerCase(); - - if(value.includes(filterKeyword)) { - show = true; - $( "th" ).addClass( "lol" ); - } - } - - }); - } - return show; - } - } - }).$mount('#app'); -}); +new Vue({ + data: { + filter: '', + items: '' + }, + created() { + fetch('https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json') + .then(data => data.json()) + .then(data => { + this.items = data.entries; + }) + }, + methods: { + filtered(item) { + let show = true; -function loadJSON(callback) { - var xobj = new XMLHttpRequest(); - xobj.overrideMimeType("application/json"); - xobj.open('GET', 'https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json', true); - xobj.onreadystatechange = function () { - if (xobj.readyState == 4 && xobj.status == "200") { - // Required use of an anonymous callback as .open will NOT return a value - // but simply returns undefined in asynchronous mode - callback(xobj.responseText); - } - }; - xobj.send(null); - } + if(this.filter.length) { + + show = false; + + let filterKeyword = this.filter.toLowerCase(); + + Object.keys(item).map(function(key) { + if(typeof item[key] === 'string') { + let value = item[key].toString().toLowerCase(); + + if(value.includes(filterKeyword)) { + show = true; + $( "th" ).addClass( "lol" ); + } + } + + }); + } + return show; + } + } +}).$mount('#app'); function filterRows() { var input, filter, table, tr, td, i; From 7fa69ecfd1c4eb29b0914131e927e49b6505509b Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 11:59:44 -0400 Subject: [PATCH 18/24] load Vue via async --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 00f6a11..a5fa006 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ - + Public APIs
From 271649c9ec4283486a97dc2a8bfc0f51d9854934 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:11:47 -0400 Subject: [PATCH 19/24] Load JS library in correct order --- src/index.html | 8 +++++--- src/scripts.js | 2 -- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index a5fa006..a6bb644 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ - + Public APIs
@@ -44,13 +44,15 @@ {{ item.Description }} {{ (item.Auth) ? item.Auth : '-' }} {{ (item.HTTPS) ? '✔' : '✖' }} - {{ item.Category }} + {{ item.Category }} - +
+ +
diff --git a/src/scripts.js b/src/scripts.js index d8198d9..ba969cc 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -26,10 +26,8 @@ new Vue({ if(value.includes(filterKeyword)) { show = true; - $( "th" ).addClass( "lol" ); } } - }); } return show; From 6b03ab1af6df8eeaeaa00a2ccdde61f26992cc68 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:20:52 -0400 Subject: [PATCH 20/24] Use Vue method to filter search listings --- src/index.html | 8 ++++---- src/scripts.js | 20 -------------------- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/src/index.html b/src/index.html index a6bb644..abb9d6f 100644 --- a/src/index.html +++ b/src/index.html @@ -23,10 +23,10 @@
-
- -
+
+ +
@@ -39,7 +39,7 @@ - + diff --git a/src/scripts.js b/src/scripts.js index ba969cc..fd5847e 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -34,23 +34,3 @@ new Vue({ } } }).$mount('#app'); - -function filterRows() { - var input, filter, table, tr, td, i; - input = document.getElementById("searchbox"); - filter = input.value.toUpperCase(); - table = document.getElementById("entries"); - tr = table.getElementsByTagName("tr"); - - // Loop through all table rows and hide those who don't match the search - for (i = 0; i < tr.length; i++) { - td = tr[i].getElementsByTagName("td")[0]; - if (td) { - if (td.innerHTML.toUpperCase().indexOf(filter) > -1) { - tr[i].style.display = ""; - } else { - tr[i].style.display = "none"; - } - } - } -} \ No newline at end of file From 23ea4e186cd63fe8c9c05313d14ecd2ae3c9b9e7 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:42:21 -0400 Subject: [PATCH 21/24] move assets to new directories --- src/{styles.css => css/stylesheet.css} | 0 src/index.html | 4 ++-- src/{scripts.js => scripts/main.js} | 0 src/searchicon.png | Bin 42396 -> 0 bytes 4 files changed, 2 insertions(+), 2 deletions(-) rename src/{styles.css => css/stylesheet.css} (100%) rename src/{scripts.js => scripts/main.js} (100%) delete mode 100644 src/searchicon.png diff --git a/src/styles.css b/src/css/stylesheet.css similarity index 100% rename from src/styles.css rename to src/css/stylesheet.css diff --git a/src/index.html b/src/index.html index abb9d6f..fe3d0d8 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ - + @@ -52,7 +52,7 @@
- +
diff --git a/src/scripts.js b/src/scripts/main.js similarity index 100% rename from src/scripts.js rename to src/scripts/main.js diff --git a/src/searchicon.png b/src/searchicon.png deleted file mode 100644 index cfd0e74706b78d36c63aeef73774fd8343e965ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42396 zcmeFZXH-+$w>O-GprL8#ML{=@i&tTe!@j?JrKkJ_euoghe7zu1Qp&{=(`l}9}*7SQSCtgd8T=%V-~_{-7c zXB896uipDM9kvdMtlNynU~za60trR`i$ys>dXF9x$AA4o`=@IgNHKpOS%20_Bm-@+ z_r@cGfB&w6a$@+`ii8XdnvKMKMPC2kJ7u8z1peDD+&FiXmBlfc|F%0Ds(qchzhpik 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 NABTrqLrn9%T(Xht?A#?(Kx( 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 bF|9F>du;oGivd;${BN7CkxrJD!|DGA0!Ecq From 516a91e006b4f31a3d3ed3c3a253c04705a8f18a Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:43:14 -0400 Subject: [PATCH 22/24] Add AppCache manifest to site --- src/index.html | 2 +- src/manifest.appcache | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/manifest.appcache diff --git a/src/index.html b/src/index.html index fe3d0d8..845a7d4 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ - + diff --git a/src/manifest.appcache b/src/manifest.appcache new file mode 100644 index 0000000..cfc5ac9 --- /dev/null +++ b/src/manifest.appcache @@ -0,0 +1,6 @@ +CACHE MANIFEST +index.html +css/stylesheet.css +scripts/main.js +https://unpkg.com/vue@2.4.2/dist/vue.min.js +https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json \ No newline at end of file From 8dc55bfea17675d1f00309478a63eff3f6cb07bc Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:46:03 -0400 Subject: [PATCH 23/24] set fixed table width --- src/css/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/stylesheet.css b/src/css/stylesheet.css index 855f84a..9657234 100644 --- a/src/css/stylesheet.css +++ b/src/css/stylesheet.css @@ -5,6 +5,11 @@ body { width: 100%; } +table { + table-layout: fixed; + width: 100px; +} + #entries td, #entries th { border: 1px solid #ddd; padding: 8px; From 1150d91844df97352b437df3e2d68b66f95acfd0 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:54:07 -0400 Subject: [PATCH 24/24] fix stupid mistakes --- src/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 845a7d4..e17468d 100644 --- a/src/index.html +++ b/src/index.html @@ -24,7 +24,7 @@
-
+
@@ -51,8 +51,6 @@
-
- -
+
{{ item.API }} {{ item.Description }} {{ (item.Auth) ? item.Auth : '-' }}