├── CNAME ├── ico ├── favicon.ico ├── favicon.png ├── apple-touch-icon-114-precomposed.png ├── apple-touch-icon-144-precomposed.png ├── apple-touch-icon-57-precomposed.png └── apple-touch-icon-72-precomposed.png ├── screenshots ├── desk.jpg ├── diy.jpg ├── inc.jpg ├── mox.jpg ├── tonx.jpg ├── cecchi.jpg ├── divshot.jpg ├── easel.jpg ├── flat-ui.jpg ├── fleetio.jpg ├── gruntjs.jpg ├── infinum.jpg ├── jshint.jpg ├── karma.jpg ├── kippt.jpg ├── krunch.jpg ├── laravel.jpg ├── ooomf.jpg ├── pulse.jpg ├── sentry.jpg ├── synco.jpg ├── webflow.jpg ├── yasound.jpg ├── automatic.jpg ├── bootsnipp.jpg ├── coinbase.jpg ├── delicious.jpg ├── easybring.jpg ├── exosource.jpg ├── flywheel.jpg ├── gosquared.jpg ├── jetstrap.jpg ├── kippt-new.jpg ├── learndot.jpg ├── metrotwit.jpg ├── stylight.jpg ├── 8020select.jpg ├── athey-creek.jpg ├── breakingnews.jpg ├── codecademy.jpg ├── fortrabbit.jpg ├── hidden-depth.jpg ├── jumpstart-ui.jpg ├── les-bonbecs.jpg ├── localcrime.jpg ├── smart-design.jpg ├── soundready.jpg ├── womenandtech.jpg ├── adoptahydrant.jpg ├── gathercontent.jpg ├── bittorrent-labs.jpg ├── gabriel-valdivia.jpg ├── kippt-developers.jpg ├── twitter-translation-center.jpg └── black-swan-state-theatre-company.jpg ├── _posts ├── 2013-07-25-mox.md ├── 2013-02-06-desk.md ├── 2013-02-16-synco.md ├── 2013-02-18-tonx.md ├── 2013-02-19-easel.md ├── 2013-03-02-diy.md ├── 2013-03-16-pulse.md ├── 2012-09-26-kippt.md ├── 2013-02-03-fleetio.md ├── 2013-02-15-karma.md ├── 2013-02-17-jshint.md ├── 2013-03-19-kippt.md ├── 2013-04-11-ooomf.md ├── 2013-06-21-inc.md ├── 2013-02-11-divshot.md ├── 2013-03-18-webflow.md ├── 2013-04-08-krunch.md ├── 2013-05-06-gruntjs.md ├── 2013-05-07-laravel.md ├── 2013-07-16-infinum.md ├── 2013-07-19-cecchi.md ├── 2013-02-12-jetstrap.md ├── 2013-04-04-yasound.md ├── 2013-05-09-sentry.md ├── 2013-08-06-coinbase.md ├── 2013-08-12-stylight.md ├── 2013-02-08-soundready.md ├── 2013-02-14-metrotwit.md ├── 2013-02-20-gosquared.md ├── 2013-02-21-delicious.md ├── 2013-03-14-automatic.md ├── 2013-04-15-flywheel.md ├── 2013-04-18-learndot.md ├── 2013-09-19-bootsnipp.md ├── 2013-02-01-8020select.md ├── 2013-02-04-athey-creek.md ├── 2013-02-13-codecademy.md ├── 2013-04-25-easybring.md ├── 2013-08-05-fortrabbit.md ├── 2013-02-05-jumpstart-ui.md ├── 2013-04-01-flat-ui.md ├── 2013-07-22-les-bonbecs.md ├── 2013-08-08-localcrime.md ├── 2013-08-15-hidden-depth.md ├── 2013-02-02-adoptahydrant.md ├── 2013-02-10-gathercontent.md ├── 2013-03-04-womenandtech.md ├── 2013-08-01-smart-design.md ├── 2013-02-07-breakingnews.md ├── 2013-04-28-bittorrent-labs.md ├── 2013-04-22-kippt-developers.md ├── 2013-07-29-gabriel-valdivia.md ├── 2013-02-09-twitter-translation-center.md └── 2013-08-15-black-swan-state-theatre-company.md ├── _includes ├── footer.html ├── carbonads.html ├── header.html └── colophon.html ├── _config.yml ├── index.html ├── .gitignore ├── feed.xml ├── _layouts ├── post.html └── default.html ├── README.md └── css ├── bootstrap-expo.css └── bootstrap.min.css /CNAME: -------------------------------------------------------------------------------- 1 | expo.getbootstrap.com -------------------------------------------------------------------------------- /ico/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/favicon.ico -------------------------------------------------------------------------------- /ico/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/favicon.png -------------------------------------------------------------------------------- /screenshots/desk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/desk.jpg -------------------------------------------------------------------------------- /screenshots/diy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/diy.jpg -------------------------------------------------------------------------------- /screenshots/inc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/inc.jpg -------------------------------------------------------------------------------- /screenshots/mox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/mox.jpg -------------------------------------------------------------------------------- /screenshots/tonx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/tonx.jpg -------------------------------------------------------------------------------- /screenshots/cecchi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/cecchi.jpg -------------------------------------------------------------------------------- /screenshots/divshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/divshot.jpg -------------------------------------------------------------------------------- /screenshots/easel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/easel.jpg -------------------------------------------------------------------------------- /screenshots/flat-ui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/flat-ui.jpg -------------------------------------------------------------------------------- /screenshots/fleetio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/fleetio.jpg -------------------------------------------------------------------------------- /screenshots/gruntjs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/gruntjs.jpg -------------------------------------------------------------------------------- /screenshots/infinum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/infinum.jpg -------------------------------------------------------------------------------- /screenshots/jshint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/jshint.jpg -------------------------------------------------------------------------------- /screenshots/karma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/karma.jpg -------------------------------------------------------------------------------- /screenshots/kippt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/kippt.jpg -------------------------------------------------------------------------------- /screenshots/krunch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/krunch.jpg -------------------------------------------------------------------------------- /screenshots/laravel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/laravel.jpg -------------------------------------------------------------------------------- /screenshots/ooomf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/ooomf.jpg -------------------------------------------------------------------------------- /screenshots/pulse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/pulse.jpg -------------------------------------------------------------------------------- /screenshots/sentry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/sentry.jpg -------------------------------------------------------------------------------- /screenshots/synco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/synco.jpg -------------------------------------------------------------------------------- /screenshots/webflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/webflow.jpg -------------------------------------------------------------------------------- /screenshots/yasound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/yasound.jpg -------------------------------------------------------------------------------- /screenshots/automatic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/automatic.jpg -------------------------------------------------------------------------------- /screenshots/bootsnipp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/bootsnipp.jpg -------------------------------------------------------------------------------- /screenshots/coinbase.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/coinbase.jpg -------------------------------------------------------------------------------- /screenshots/delicious.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/delicious.jpg -------------------------------------------------------------------------------- /screenshots/easybring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/easybring.jpg -------------------------------------------------------------------------------- /screenshots/exosource.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/exosource.jpg -------------------------------------------------------------------------------- /screenshots/flywheel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/flywheel.jpg -------------------------------------------------------------------------------- /screenshots/gosquared.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/gosquared.jpg -------------------------------------------------------------------------------- /screenshots/jetstrap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/jetstrap.jpg -------------------------------------------------------------------------------- /screenshots/kippt-new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/kippt-new.jpg -------------------------------------------------------------------------------- /screenshots/learndot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/learndot.jpg -------------------------------------------------------------------------------- /screenshots/metrotwit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/metrotwit.jpg -------------------------------------------------------------------------------- /screenshots/stylight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/stylight.jpg -------------------------------------------------------------------------------- /screenshots/8020select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/8020select.jpg -------------------------------------------------------------------------------- /screenshots/athey-creek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/athey-creek.jpg -------------------------------------------------------------------------------- /screenshots/breakingnews.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/breakingnews.jpg -------------------------------------------------------------------------------- /screenshots/codecademy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/codecademy.jpg -------------------------------------------------------------------------------- /screenshots/fortrabbit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/fortrabbit.jpg -------------------------------------------------------------------------------- /screenshots/hidden-depth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/hidden-depth.jpg -------------------------------------------------------------------------------- /screenshots/jumpstart-ui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/jumpstart-ui.jpg -------------------------------------------------------------------------------- /screenshots/les-bonbecs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/les-bonbecs.jpg -------------------------------------------------------------------------------- /screenshots/localcrime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/localcrime.jpg -------------------------------------------------------------------------------- /screenshots/smart-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/smart-design.jpg -------------------------------------------------------------------------------- /screenshots/soundready.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/soundready.jpg -------------------------------------------------------------------------------- /screenshots/womenandtech.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/womenandtech.jpg -------------------------------------------------------------------------------- /screenshots/adoptahydrant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/adoptahydrant.jpg -------------------------------------------------------------------------------- /screenshots/gathercontent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/gathercontent.jpg -------------------------------------------------------------------------------- /screenshots/bittorrent-labs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/bittorrent-labs.jpg -------------------------------------------------------------------------------- /screenshots/gabriel-valdivia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/gabriel-valdivia.jpg -------------------------------------------------------------------------------- /screenshots/kippt-developers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/kippt-developers.jpg -------------------------------------------------------------------------------- /ico/apple-touch-icon-114-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/apple-touch-icon-114-precomposed.png -------------------------------------------------------------------------------- /ico/apple-touch-icon-144-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/apple-touch-icon-144-precomposed.png -------------------------------------------------------------------------------- /ico/apple-touch-icon-57-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/apple-touch-icon-57-precomposed.png -------------------------------------------------------------------------------- /ico/apple-touch-icon-72-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/ico/apple-touch-icon-72-precomposed.png -------------------------------------------------------------------------------- /screenshots/twitter-translation-center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/twitter-translation-center.jpg -------------------------------------------------------------------------------- /screenshots/black-swan-state-theatre-company.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msurguy/bootstrap-expo/gh-pages/screenshots/black-swan-state-theatre-company.jpg -------------------------------------------------------------------------------- /_posts/2013-07-25-mox.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "MOX" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /_posts/2013-02-06-desk.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Desk" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-16-synco.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Synco" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-18-tonx.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Tonx" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-19-easel.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Easel" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-02-diy.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "DIY.org" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-16-pulse.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Pulse" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2012-09-26-kippt.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Kippt" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-03-fleetio.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Fleetio" 4 | --- 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_posts/2013-02-15-karma.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Karma" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-17-jshint.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "JSHint" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-19-kippt.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Kippt" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-11-ooomf.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "ooomf" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-06-21-inc.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Inc" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-11-divshot.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "DivShot" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-18-webflow.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Webflow" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-08-krunch.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "KRUNCH" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-05-06-gruntjs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Grunt" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-05-07-laravel.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Laravel" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-07-16-infinum.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Infinum" 4 | --- 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_posts/2013-07-19-cecchi.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Cecchi" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-12-jetstrap.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Jetstrap" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-04-yasound.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "YaSound" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-05-09-sentry.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Sentry" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-06-coinbase.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Coinbase" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-12-stylight.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "STYLIGHT" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-08-soundready.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "SoundReady" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-14-metrotwit.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "MetroTwit" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-20-gosquared.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Go Squared" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-21-delicious.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Delicious" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-14-automatic.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Automatic" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-15-flywheel.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Flywheel" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-18-learndot.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Learndot" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-09-19-bootsnipp.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Bootsnipp" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-01-8020select.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "8020 Select" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-04-athey-creek.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Athey Creek" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-13-codecademy.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Codecademy" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-25-easybring.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Easybring" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-05-fortrabbit.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Fortrabbit" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-05-jumpstart-ui.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Jumpstart UI" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-01-flat-ui.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Flat UI" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-07-22-les-bonbecs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Les Bonbecs" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-08-localcrime.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Localcrime" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-15-hidden-depth.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Hidden Depth" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-02-adoptahydrant.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Adopt-a-Hydrant" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-10-gathercontent.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "GatherContent" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-03-04-womenandtech.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Women and Tech" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-01-smart-design.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Smart Design" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-07-breakingnews.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Breaking News" 4 | --- 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_posts/2013-04-28-bittorrent-labs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "BitTorrent Labs" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-04-22-kippt-developers.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Kippt Developers" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-07-29-gabriel-valdivia.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Gabriel Valdivia | Design Portfolio" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-02-09-twitter-translation-center.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Twitter Translation Center" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_posts/2013-08-15-black-swan-state-theatre-company.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Black Swan State Theatre Company" 4 | --- 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | markdown: rdiscount 3 | permalink: pretty 4 | pygments: true 5 | 6 | # Settings 7 | destination: ./_gh_pages 8 | paginate: 8 9 | 10 | name: Bootstrap Expo 11 | description: Beautiful and inspiring uses of Bootstrap 12 | url: http://expo.getbootstrap.com 13 | 14 | future: false -------------------------------------------------------------------------------- /_includes/carbonads.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: "Bootstrap Expo" 4 | --- 5 | 6 |
7 |
8 | {% include carbonads.html %} 9 |
10 | {% for post in paginator.posts %} 11 |
12 | {{ post.content }} 13 |

14 | {{ post.title }} 15 |

16 | {{ post.date | date_to_string }} 17 |
18 | {% endfor %} 19 |
20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore compiled docs 2 | _gh_pages 3 | 4 | # Numerous always-ignore extensions 5 | *.diff 6 | *.err 7 | *.orig 8 | *.log 9 | *.rej 10 | *.swo 11 | *.swp 12 | *.zip 13 | *.vi 14 | *~ 15 | *.sass-cache 16 | 17 | # OS or Editor folders 18 | .DS_Store 19 | ._* 20 | Thumbs.db 21 | .cache 22 | .project 23 | .settings 24 | .tmproj 25 | *.esproj 26 | nbproject 27 | *.sublime-project 28 | *.sublime-workspace 29 | .ruby-version 30 | 31 | # Komodo 32 | *.komodoproject 33 | .komodotools 34 | 35 | # Folders to ignore 36 | .hg 37 | .svn 38 | .CVS 39 | .idea 40 | node_modules 41 | dist 42 | -------------------------------------------------------------------------------- /feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | {{ site.name }} 8 | {{ site.description }} 9 | {{ site.url }} 10 | 11 | {% for post in site.posts limit:10 %} 12 | 13 | {{ post.title }} 14 | {{ post.content | xml_escape }} 15 | {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} 16 | {{ site.url }}{{ post.url }} 17 | {{ site.url }}{{ post.url }} 18 | 19 | {% endfor %} 20 | 21 | 22 | -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 |
7 | {% include carbonads.html %} 8 |
9 |
10 |

11 | {{ page.title }} 12 |

13 | 14 | {{ page.content }} 15 |
16 |
17 | 18 | -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | {% if page.title == "Bootstrap Expo" %} 8 | {{ page.title }} 9 | {% else if %} 10 | {{ page.title }} · Bootstrap Expo 11 | {% endif %} 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /_includes/colophon.html: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [Bootstrap Expo](http://expo.getbootstrap.com) 2 | 3 | The Bootstrap Expo is a showcase of amazing and inspiring implementations of the [Bootstrap](http://getbootstrap.com) framework, curated by [@mdo](https://github.com/mdo). 4 | 5 | Browse the entries at [http://expo.getbootstrap.com](http://expo.getbootstrap.com)! 6 | 7 | 8 | 9 | ## Submissions 10 | 11 | We do not accept all submissions. We only select high quality, beautiful, and comprehensive examples of building with Bootstrap. Sites appearing too similar to Bootstrap's documentation or default styles generally will not be accepted. Submissions with inappropriate content will also not be accepted. 12 | 13 | To submit a site, [open an issue](https://github.com/twbs/bootstrap-expo/issues/new) or [a pull request](https://github.com/twbs/bootstrap-expo/pulls/new). (Any new pull request should conform to the [Code Guide](http://github.com/mdo/code-guide)). 14 | 15 | 16 | 17 | ## Additional resources 18 | 19 | Beyond the official gallery, there are a handful of services documenting examples of Bootstrap in the wild. 20 | 21 | #### Bootstrap communiqué 22 | * **[Official Bootstrap blog](http://blog.getbootstrap.com)** - Get the latest on Bootstrap's development. 23 | * **[@twbootstrap on Twitter](http://twitter.com/twbootstrap)** - Follow the official project Twitter account. 24 | * **[Official mailing list](http://groups.google.com/group/twitter-bootstrap)** - For community questions about using Bootstrap. 25 | 26 | #### Community showcases 27 | * **[Built with Bootstrap](http://builtwithbootstrap.com)** - The original community-powered Bootstrap gallery. 28 | * **[Love Bootstrap](http://lovebootstrap.com/)** - Bootstrap gallery from the community. 29 | 30 | #### Community resources 31 | * **[List of Bootstrap Resources](http://www.bootstraphero.com/the-big-badass-list-of-twitter-bootstrap-resources)** - A compendium of resources, themes, customizers, plugins, and more. 32 | 33 | Have something to add? [Let us know](https://github.com/twbs/bootstrap-expo/issues/new). 34 | 35 | 36 | 37 | ## Maintainers 38 | 39 | **Mark Otto** 40 | 41 | + [http://twitter.com/mdo](http://twitter.com/mdo) 42 | + [http://github.com/mdo](http://github.com/mdo) 43 | 44 | **Nicole Bartelt** 45 | 46 | + [http://twitter.com/nicolebartelt](http://twitter.com/nicolebartelt) 47 | + [http://github.com/nicole](http://github.com/nicole) 48 | 49 | 50 | 51 | ## Copyright 52 | 53 | Copyright 2013 Mark Otto. 54 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% include header.html %} 5 | 6 | 7 | 8 |
9 |
10 |

{{ site.name }}

11 | Beautiful and inspiring uses of Bootstrap 12 |
13 | 14 | 15 |
16 |
17 |
18 | 19 |
20 |
21 | {{ content }} 22 |
23 |
24 | 25 |
26 |
27 | 28 | {% if paginator.next_page %} 29 | Older 30 | {% else %} 31 | Older 32 | {% endif %} 33 | 34 | {% if paginator.previous_page %} 35 | {% if paginator.page == 2 %} 36 | Newer 37 | {% else %} 38 | Newer 39 | {% endif %} 40 | {% else %} 41 | Newer 42 | {% endif %} 43 | 44 |
45 |
46 | 47 |
48 |
49 | 50 |

Suggest new sites on GitHub. Subscribe to the RSS feed.

51 |
52 |
53 | 54 | 55 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /css/bootstrap-expo.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 18px; 3 | line-height: 1.25; 4 | } 5 | 6 | .bsg-content { 7 | padding: 30px 20px 0; 8 | } 9 | 10 | .bsg-container { 11 | position: relative; 12 | max-width: 1200px; 13 | margin-left: auto; 14 | margin-right: auto; 15 | } 16 | 17 | .bsg-masthead { 18 | text-align: center; 19 | padding: 20px; 20 | border-bottom: 1px solid #e5e5e5; 21 | } 22 | .bsg-masthead h1 { 23 | margin: 0; 24 | font-size: 24px; 25 | line-height: 28px; 26 | } 27 | .bsg-masthead a:hover { 28 | text-decoration: none; 29 | } 30 | .bsg-masthead .tagline { 31 | font-size: 14px; 32 | font-weight: 500; 33 | line-height: 1; 34 | color: #999; 35 | } 36 | .bsg-masthead .tweet-btn { 37 | height: 28px; 38 | margin: 10px auto 0; 39 | } 40 | 41 | .bsg-listing { 42 | margin: 40px -15px; 43 | } 44 | .bsg-listing .col-span-4 { 45 | margin-bottom: 30px; 46 | } 47 | 48 | 49 | .thumbnail { 50 | position: relative; 51 | display: block; 52 | overflow: hidden; 53 | padding: 0; 54 | border: 0; 55 | } 56 | .thumbnail::after { 57 | position: absolute; 58 | top: 0; 59 | right: 0; 60 | bottom: 0; 61 | left: 0; 62 | z-index: 5; 63 | content: ""; 64 | border: 1px solid rgba(0,0,0,.25); 65 | } 66 | .thumbnail::after, 67 | .thumbnail img { 68 | display: block; 69 | border-radius: 4px; 70 | } 71 | .thumbnail img { 72 | box-shadow: 0 1px 3px rgba(0,0,0,.075); 73 | } 74 | .bse-thumb-title { 75 | margin-top: 10px; 76 | margin-bottom: 0; 77 | } 78 | .bse-thumb-date { 79 | font-size: 14px; 80 | color: #aaa; 81 | } 82 | 83 | 84 | .bse-show { 85 | margin-left: -15px; 86 | margin-right: -15px; 87 | } 88 | .bse-show .col-span-8 { 89 | margin-bottom: 60px; 90 | } 91 | .bse-show .post-title { 92 | margin: 0; 93 | font-size: 30px; 94 | } 95 | .bse-show .post-date { 96 | display: block; 97 | font-size: 14px; 98 | color: #aaa; 99 | margin-bottom: 20px; 100 | } 101 | 102 | .related { 103 | border-top: 1px solid #e5e5e5; 104 | padding-top: 30px; 105 | } 106 | .related .bsg-listing { 107 | margin-top: 20px; 108 | } 109 | 110 | 111 | /* Ads in the listing */ 112 | .carbonad { 113 | width: 100% !important; 114 | height: auto !important; 115 | margin-bottom: 30px; 116 | font-family: inherit !important; 117 | font-size: 12px !important; 118 | line-height: 16px !important; 119 | background: #fff !important; /* reset image and color in one line */ 120 | border-color: #ddd !important; 121 | border-radius: 4px; 122 | } 123 | .carbonad-image { 124 | margin: 10px !important; 125 | } 126 | .carbonad-text { 127 | float: none !important; 128 | display: block !important; 129 | width: auto !important; 130 | max-width: 160px; 131 | margin-left: 150px; 132 | margin-right: 10px; 133 | padding-top: 0 !important; 134 | } 135 | .carbonad-tag { 136 | float: none !important; 137 | display: block !important; 138 | width: auto !important; 139 | margin-left: 150px; 140 | text-align: left !important; 141 | } 142 | 143 | .bsg-pagination { 144 | font-weight: 500; 145 | color: #999; 146 | text-align: center; 147 | border: solid #e5e5e5; 148 | border-width: 1px 0; 149 | } 150 | .bsg-pagination .paginate { 151 | display: block; 152 | padding: 20px; 153 | text-align: center; 154 | } 155 | .bsg-pagination .paginate:last-child { 156 | border-top: 1px solid #e5e5e5; 157 | } 158 | .bsg-pagination a.paginate:hover { 159 | color: #fff; 160 | text-decoration: none; 161 | background-color: #428bca; 162 | border-color: #428bca; 163 | } 164 | 165 | .bsg-contribute { 166 | text-align: center; 167 | padding: 20px; 168 | color: #999; 169 | border-bottom: 1px solid #e5e5e5; 170 | } 171 | .bsg-contribute p { 172 | margin-bottom: 0; 173 | font-size: 14px; 174 | line-height: 30px; 175 | } 176 | 177 | 178 | 179 | @media (min-width: 481px) { 180 | 181 | /* Tweak listings */ 182 | .bsg-listing .span4 { 183 | max-width: 410px; 184 | margin-left: auto; 185 | margin-right: auto; 186 | } 187 | 188 | /* Left align masthead text */ 189 | .bsg-masthead { 190 | text-align: left; 191 | } 192 | .bsg-masthead .tweet-btn { 193 | position: absolute; 194 | top: 0; 195 | right: 0; 196 | margin-top: 0; 197 | } 198 | 199 | /* Left align footer text */ 200 | .bsg-contribute { 201 | text-align: left; 202 | } 203 | .bsg-contribute .github-btn { 204 | float: right; 205 | } 206 | 207 | /* 50/50 pagination links */ 208 | .bsg-pagination { 209 | overflow: hidden; /* Clearfix */ 210 | } 211 | .bsg-pagination .paginate { 212 | float: left; 213 | width: 50%; 214 | text-align: center; 215 | border-left: 1px solid #e5e5e5; 216 | border-right: 1px solid #e5e5e5; 217 | } 218 | .bsg-pagination .paginate:last-child { 219 | border-top: 0; 220 | border-left-color: #fff; 221 | } 222 | 223 | } 224 | 225 | @media (min-width: 768px) { 226 | 227 | .bsg-listing .carbon-ads { 228 | 229 | } 230 | 231 | } 232 | -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v3.0.0 3 | * 4 | * Copyright 2013 Twitter, Inc 5 | * Licensed under the Apache License v2.0 6 | * http://www.apache.org/licenses/LICENSE-2.0 7 | * 8 | * Designed and built with all the love in the world by @mdo and @fat. 9 | *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]: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}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar-toggle{display:none}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-device-width:480px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{height:auto;max-width:100%;vertical-align:middle}.img-rounded{border-radius:6px}.img-circle{border-radius:500px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:1.4}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.text-muted{color:#999}a.text-muted:hover,a.text-muted:focus{color:gray}.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}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:20px}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:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px;line-height:40px}h3{line-height:30px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:38.5px}h2,.h2{font-size:31.5px}h3,.h3{font-size:24.5px}h4,.h4{font-size:17.5px}h5,.h5{font-size:14px}h6,.h6{font-size:11.9px}h1 small,.h1 small{font-size:24.5px}h2 small,.h2 small{font-size:17.5px}h3 small,.h3 small{font-size:14px}h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}.list-unstyled{margin-left:0;list-style:none}.list-inline{margin-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal:before,.dl-horizontal:after{display:table;content:" "}.dl-horizontal:after{clear:both}.dl-horizontal:before,.dl-horizontal:after{display:table;content:" "}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff;border-bottom:1px solid rgba(255,255,255,0.5)}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;border-radius:4px}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row .row{margin-right:-15px;margin-left:-15px}[class*="col-span-"],[class*="col-small-"]{position:relative;min-height:1px;padding-right:15px;padding-left:15px}[class*="col-small-"]{float:left}.col-small-span-12{width:100%}.col-small-span-11{width:91.66666666666666%}.col-small-span-10{width:83.33333333333334%}.col-small-span-9{width:75%}.col-small-span-8{width:66.66666666666666%}.col-small-span-7{width:58.333333333333336%}.col-small-span-6{width:50%}.col-small-span-5{width:41.66666666666667%}.col-small-span-4{width:33.33333333333333%}.col-small-span-3{width:25%}.col-small-span-2{width:16.666666666666664%}.col-small-span-1{width:8.333333333333332%}@media screen and (min-width:768px){.container{max-width:728px}[class*="col-span-"]{float:left}.col-span-12{width:100%}.col-span-11{width:91.66666666666666%}.col-span-10{width:83.33333333333334%}.col-span-9{width:75%}.col-span-8{width:66.66666666666666%}.col-span-7{width:58.333333333333336%}.col-span-6{width:50%}.col-span-5{width:41.66666666666667%}.col-span-4{width:33.33333333333333%}.col-span-3{width:25%}.col-span-2{width:16.666666666666664%}.col-span-1{width:8.333333333333332%}.col-offset-12{margin-left:100%}.col-offset-11{margin-left:91.66666666666666%}.col-offset-10{margin-left:83.33333333333334%}.col-offset-9{margin-left:75%}.col-offset-8{margin-left:66.66666666666666%}.col-offset-7{margin-left:58.333333333333336%}.col-offset-6{margin-left:50%}.col-offset-5{margin-left:41.66666666666667%}.col-offset-4{margin-left:33.33333333333333%}.col-offset-3{margin-left:25%}.col-offset-2{margin-left:16.666666666666664%}.col-offset-1{margin-left:8.333333333333332%}.col-push-12{left:100%}.col-push-11{left:91.66666666666666%}.col-push-10{left:83.33333333333334%}.col-push-9{left:75%}.col-push-8{left:66.66666666666666%}.col-push-7{left:58.333333333333336%}.col-push-6{left:50%}.col-push-5{left:41.66666666666667%}.col-push-4{left:33.33333333333333%}.col-push-3{left:25%}.col-push-2{left:16.666666666666664%}.col-push-1{left:8.333333333333332%}.col-pull-12{right:100%}.col-pull-11{right:91.66666666666666%}.col-pull-10{right:83.33333333333334%}.col-pull-9{right:75%}.col-pull-8{right:66.66666666666666%}.col-pull-7{right:58.333333333333336%}.col-pull-6{right:50%}.col-pull-5{right:41.66666666666667%}.col-pull-4{right:33.33333333333333%}.col-pull-3{right:25%}.col-pull-2{right:16.666666666666664%}.col-pull-1{right:8.333333333333332%}}@media screen and (min-width:992px){.container{max-width:940px}}@media screen and (min-width:1200px){.container{max-width:1170px}}[class*="col-span-"].pull-right{float:right}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table thead>tr>td,.table tbody>tr>td{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;border-left:0;border-radius:4px}.table-bordered thead>tr>th,.table-bordered tbody>tr>th,.table-bordered thead>tr>td,.table-bordered tbody>tr>td{border-left:1px solid #ddd}.table-bordered caption+thead>tr:first-child th,.table-bordered caption+tbody>tr:first-child th,.table-bordered caption+tbody>tr:first-child td,.table-bordered colgroup+thead>tr:first-child th,.table-bordered colgroup+tbody>tr:first-child th,.table-bordered colgroup+tbody>tr:first-child td,.table-bordered thead:first-child>tr:first-child th,.table-bordered tbody:first-child>tr:first-child th,.table-bordered tbody:first-child>tr:first-child td{border-top:0}.table-bordered thead:first-child>tr:first-child>th:first-child,.table-bordered tbody:first-child>tr:first-child>td:first-child,.table-bordered tbody:first-child>tr:first-child>th:first-child{border-top-left-radius:4px}.table-bordered thead:first-child>tr:first-child>th:last-child,.table-bordered tbody:first-child>tr:first-child>td:last-child,.table-bordered tbody:first-child>tr:first-child>th:last-child{border-top-right-radius:4px}.table-bordered thead:last-child>tr:last-child>th:first-child,.table-bordered tbody:last-child>tr:last-child>td:first-child,.table-bordered tbody:last-child>tr:last-child>th:first-child,.table-bordered tfoot:last-child>tr:last-child>td:first-child,.table-bordered tfoot:last-child>tr:last-child>th:first-child{border-bottom-left-radius:4px}.table-bordered thead:last-child>tr:last-child>th:last-child,.table-bordered tbody:last-child>tr:last-child>td:last-child,.table-bordered tbody:last-child>tr:last-child>th:last-child,.table-bordered tfoot:last-child>tr:last-child>td:last-child,.table-bordered tfoot:last-child>tr:last-child>th:last-child{border-bottom-right-radius:4px}.table-bordered tfoot+tbody:last-child>tr:last-child>td:first-child{border-bottom-left-radius:0}.table-bordered tfoot+tbody:last-child>tr:last-child>td:last-child{border-bottom-right-radius:0}.table-bordered caption+thead>tr:first-child>th:first-child,.table-bordered caption+tbody>tr:first-child>td:first-child,.table-bordered colgroup+thead>tr:first-child>th:first-child,.table-bordered colgroup+tbody>tr:first-child>td:first-child{border-top-left-radius:4px}.table-bordered caption+thead>tr:first-child>th:last-child,.table-bordered caption+tbody>tr:first-child>td:last-child,.table-bordered colgroup+thead>tr:first-child>th:last-child,.table-bordered colgroup+tbody>tr:first-child>td:last-child{border-top-right-radius:4px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-span-"]{display:table-column;float:none}table td[class*="col-span-"],table th[class*="col-span-"]{display:table-cell;float:none}.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td{background-color:#dff0d8;border-color:#d6e9c6}.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td{background-color:#f2dede;border-color:#eed3d7}.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}form{margin:0}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{display:inline-block;min-height:34px;padding:6px 9px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;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 linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}input,select,textarea{width:100%}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}textarea{height:auto}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:0 0 8px rgba(82,168,236,0.6);box-shadow:0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}select,input[type="file"]{height:34px;line-height:34px}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input::-moz-placeholder,textarea::-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-bottom:10px}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio-inline,.checkbox-inline{display:inline-block;padding-top:5px;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}select.input-large,textarea.input-large,input[type="text"].input-large,input[type="password"].input-large,input[type="datetime"].input-large,input[type="datetime-local"].input-large,input[type="date"].input-large,input[type="month"].input-large,input[type="time"].input-large,input[type="week"].input-large,input[type="number"].input-large,input[type="email"].input-large,input[type="url"].input-large,input[type="search"].input-large,input[type="tel"].input-large,input[type="color"].input-large{padding:11px 14px;font-size:17.5px;border-radius:6px}select.input-small,textarea.input-small,input[type="text"].input-small,input[type="password"].input-small,input[type="datetime"].input-small,input[type="datetime-local"].input-small,input[type="date"].input-small,input[type="month"].input-small,input[type="time"].input-small,input[type="week"].input-small,input[type="number"].input-small,input[type="email"].input-small,input[type="url"].input-small,input[type="search"].input-small,input[type="tel"].input-small,input[type="color"].input-small{min-height:26px;padding:2px 10px;font-size:11.9px;border-radius:3px}input[class*="span"],select[class*="span"],textarea[class*="span"]{float:none;margin-right:0;margin-left:0}.input-append input[class*="span"],.input-prepend input[class*="span"]{display:inline-block}input[class*="span"],select[class*="span"],textarea[class*="span"]{height:34px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],fieldset[disabled] input,fieldset[disabled] select,fieldset[disabled] textarea{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{background-color:transparent}.has-warning .control-label{color:#c09853}.has-warning .input-with-feedback{padding-right:32px;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 .input-with-feedback: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-error .control-label{color:#b94a48}.has-error .input-with-feedback{padding-right:32px;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 .input-with-feedback: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-success .control-label{color:#468847}.has-success .input-with-feedback{padding-right:32px;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 .input-with-feedback: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}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.form-actions:before,.form-actions:after{display:table;content:" "}.form-actions:after{clear:both}.form-actions:before,.form-actions:after{display:table;content:" "}.form-actions:after{clear:both}.help-block,.help-inline{color:#737373}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;padding-left:5px;vertical-align:middle}.input-group{display:table}.input-group[class*="span"]{float:none;padding:0}.input-group input,.input-group select{width:100%}.input-group-addon,.input-group-btn,.input-group input{display:table-cell;margin:0;border-radius:0}.input-group-addon.input-small,.input-group-btn.input-small,.input-group input.input-small{border-radius:0}.input-group-addon.input-large,.input-group-btn.input-large,.input-group input.input-large{border-radius:0}.input-group-addon,.input-group-btn{width:1%;vertical-align:middle}.input-group-addon{padding:6px 8px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-group-addon.input-small{padding:2px 10px;font-size:11.9px}.input-group-addon.input-large{padding:11px 14px;font-size:17.5px}.input-group input:first-child,.input-group-addon:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.input-group input:first-child.input-small,.input-group-addon:first-child.input-small{border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group input:first-child.input-large,.input-group-addon:first-child.input-large{border-bottom-left-radius:6px;border-top-left-radius:6px}.input-group-addon:first-child{border-right:0}.input-group input:last-child,.input-group-addon:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.input-group input:last-child.input-small,.input-group-addon:last-child.input-small{border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group input:last-child.input-large,.input-group-addon:last-child.input-large{border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative;float:left;border-radius:0}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn:first-child,.input-group-btn:first-child>.dropdown-toggle:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.input-group-btn:first-child>.btn:first-child.btn-large,.input-group-btn:first-child>.dropdown-toggle:first-child.btn-large{border-bottom-left-radius:6px;border-top-left-radius:6px}.input-group-btn:first-child>.btn:first-child.btn-small,.input-group-btn:first-child>.dropdown-toggle:first-child.btn-small{border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group-btn:last-child>.btn:last-child,.input-group-btn:last-child>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px}.input-group-btn:last-child>.btn:last-child.btn-large,.input-group-btn:last-child>.dropdown-toggle.btn-large{border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group-btn:last-child>.btn:last-child.btn-small,.input-group-btn:last-child>.dropdown-toggle.btn-small{border-top-right-radius:3px;border-bottom-right-radius:3px}@media screen and (min-width:768px){.form-horizontal .control-group{position:relative;margin-bottom:20px}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:" "}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:" "}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-group input,.form-horizontal .control-group select,.form-horizontal .control-group textarea{margin-bottom:0}.form-horizontal .control-group>.control-label{float:left;width:160px;padding-top:6px;text-align:right}.form-horizontal .control-group>.controls{margin-left:180px}.form-horizontal .form-actions{padding-left:180px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:500;line-height:20px;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #a7a9aa;border-radius:4px}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#fff;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-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{pointer-events:none;cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-large{padding:11px 14px;font-size:17.5px;border-radius:6px}.btn-small{padding:2px 10px;font-size:11.9px;border-radius:3px}.btn-mini{padding:0 6px;font-size:10.5px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn{color:#fff;background-color:#a7a9aa;border-color:#a7a9aa}.btn:hover,.btn:focus,.btn:active,.btn.active{background-color:#9a9c9d;border-color:#8d9091}.btn.disabled:hover,.btn[disabled]:hover,fieldset[disabled] .btn:hover,.btn.disabled:focus,.btn[disabled]:focus,fieldset[disabled] .btn:focus,.btn.disabled:active,.btn[disabled]:active,fieldset[disabled] .btn:active,.btn.disabled.active,.btn[disabled].active,fieldset[disabled] .btn.active{background-color:#a7a9aa;border-color:#a7a9aa}.btn-primary{background-color:#428bca;border-color:#428bca}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active{background-color:#357ebd;border-color:#3071a9}.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: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:#428bca;border-color:#428bca}.btn-warning{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active{background-color:#eea236;border-color:#ec971f}.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: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:#f0ad4e;border-color:#f0ad4e}.btn-danger{background-color:#d9534f;border-color:#d9534f}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active{background-color:#d43f3a;border-color:#c9302c}.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: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:#d9534f;border-color:#d9534f}.btn-success{background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active{background-color:#4cae4c;border-color:#449d44}.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: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:#5cb85c;border-color:#5cb85c}.btn-info{background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active{background-color:#46b8da;border-color:#31b0d5}.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: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:#5bc0de;border-color:#5bc0de}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link:hover,.btn-link:focus{color:#2a6496;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:#333;text-decoration:none}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}@font-face{font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;src:url('../fonts/glyphiconshalflings-regular.eot');src:url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphiconshalflings-regular.woff') format('woff'),url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'),url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon:before{font-family:'Glyphicons Halflings';font-style:normal;line-height:1}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-envelope:before{content:"\2709"}.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-pencil:before{content:"\270f"}.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-plus:before{content:"\002b"}.glyphicon-minus:before{content:"\2212"}.glyphicon-asterisk:before{content:"\002a"}.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-euro:before{content:"\20ac"}.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:before{content:"\e159"}.glyphicon-collapse-top:before{content:"\e160"}.dropup,.dropdown{position:relative}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.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;background-color:#fff;border:1px solid #ccc;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;-moz-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:2px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#357ebd;background-image:-webkit-gradient(linear,0 0,0 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca,#357ebd);background-image:-moz-linear-gradient(top,#428bca,#357ebd);background-image:linear-gradient(to bottom,#428bca,#357ebd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#357ebd;background-image:-webkit-gradient(linear,0 0,0 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca,#357ebd);background-image:-moz-linear-gradient(top,#428bca,#357ebd);background-image:linear-gradient(to bottom,#428bca,#357ebd);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;border-top-left-radius:0}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;border-bottom-left-radius:0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-top-right-radius:0}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051}.list-group{margin:0 0 20px;background-color:#fff}.list-group-item{position:relative;display:block;padding:10px 30px 10px 15px;margin-bottom:-1px;border:1px solid #ddd}.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}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item .list-group-item-text{color:#555}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text{color:#e1edf7}.list-group-item>.badge,.list-group-item>.glyphicon-chevron-right{float:right;margin-right:-15px}.list-group-item>.glyphicon-chevron-right{margin-right:-15px}.list-group-item>.glyphicon+.badge{margin-right:5px}.panel{padding:15px;margin-bottom:20px;background-color:#fff;border:1px solid #ddd;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-heading{padding:10px 15px;margin:-15px -15px 15px;font-size:17.5px;font-weight:500;background-color:#f5f5f5;border-bottom:1px solid #ddd;border-top-right-radius:3px;border-top-left-radius:3px}.panel-primary{border-color:#428bca}.panel-primary .panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success .panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning .panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger .panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info .panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.list-group-flush{margin:15px -15px -15px}.list-group-flush .list-group-item{border-width:1px 0}.list-group-flush .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-flush .list-group-item:last-child{border-bottom:0}.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-large{padding:24px;border-radius:6px}.well-small{padding:9px;border-radius:3px}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.nav{padding-left:0;margin-bottom:0;margin-left:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{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:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:default;background-color:transparent}.nav>li+.nav-header{margin-top:9px}.nav>.pull-right{float:right}.nav .divider{height:2px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:20px;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{display:table-cell;float:none;width:1%;text-align:center}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li>a{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li>a{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{display:table-cell;float:none;width:1%;text-align:center}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.navbar{position:relative;padding:10px 15px;background-color:#eee;border-radius:4px}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar .nav{margin-top:15px}.navbar .nav>li>a{padding-top:15px;padding-bottom:15px;line-height:20px;color:#777}.navbar .nav>li>a:hover,.navbar .nav>li>a:focus{color:#333;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;background-color:#d5d5d5}.navbar .nav>.disabled>a,.navbar .nav>.disabled>a:hover,.navbar .nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-static-top{border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;border-radius:0}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-brand{display:block;max-width:200px;padding:7px 15px;margin-right:auto;margin-left:auto;font-size:18px;font-weight:500;line-height:20px;color:#777;text-align:center}.navbar-brand:hover,.navbar-brand:focus{color:#5e5e5e;text-decoration:none;background-color:transparent}.navbar-toggle{position:absolute;top:10px;right:10px;padding:8px 12px;background-color:transparent;border:1px solid #ddd;border-radius:4px}.navbar-toggle:hover,.navbar-toggle:focus{background-color:#ddd}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;background-color:#ccc;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar .nav>.divider{height:2px;margin:9px 0;overflow:hidden;background-color:#e1e1e1;border-bottom:1px solid #fbfbfb}.navbar-form{margin-top:8px;margin-bottom:8px}.navbar .nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#d5d5d5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-inverse{background-color:#222}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a{color:#999}.navbar-inverse .nav>li>a:hover,.navbar-inverse .nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .nav>.active>a,.navbar-inverse .nav>.active>a:hover,.navbar-inverse .nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .nav>.disabled>a,.navbar-inverse .nav>.disabled>a:hover,.navbar-inverse .nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .nav>.divider{background-color:#151515;border-bottom-color:#2f2f2f}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#080808}.navbar-inverse .nav li.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}@media screen and (min-width:768px){.navbar{padding-top:0;padding-bottom:0}.navbar-brand{float:left;padding-top:15px;padding-bottom:15px;margin-left:-10px}.navbar .nav{float:left;margin-top:0}.navbar .nav:before,.navbar .nav:after{display:table;content:" "}.navbar .nav:after{clear:both}.navbar .nav:before,.navbar .nav:after{display:table;content:" "}.navbar .nav:after{clear:both}.navbar .nav.pull-right{float:right}.navbar .nav>li{float:left}.navbar .nav>.divider{width:1px;height:30px;margin:10px 9px;border-right:1px solid #fbfbfb;border-bottom:0}.navbar-inverse .nav>.divider{border-right-color:#2f2f2f}.navbar-fixed-left{padding-right:0;padding-left:0}.navbar-fixed-left .navbar-brand,.navbar-fixed-left .nav,.navbar-fixed-left .nav>li{float:none}.navbar-toggle{position:relative;top:auto;left:auto;display:none}.nav-collapse.collapse{height:auto!important;overflow:visible!important}}.btn .caret{border-top-color:#fff}.dropup .btn .caret{border-bottom-color:#fff}.btn-group{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn{position:relative;float:left}.btn-group>.btn+btn{margin-left:-1px}.btn-group>.btn:hover,.btn-group>.btn:active{z-index:2}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;border-radius:0}.btn-group>.btn:first-child{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px}.btn-group>.btn.large:first-child{margin-left:0;border-bottom-left-radius:6px;border-top-left-radius:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{border-top-right-radius:6px;border-bottom-right-radius:6px}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-mini+.dropdown-toggle{padding-right:5px;padding-left:5px}.btn-group>.btn-large+.dropdown-toggle{padding-right:12px;padding-left: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 .caret{margin-top:8px;margin-left:0}.btn-large .caret{border-width:5px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-group-vertical>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical .btn:first-child{border-radius:0;border-top-right-radius:4px;border-top-left-radius:4px}.btn-group-vertical .btn:last-child{border-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical .btn-large:first-child{border-top-right-radius:6px;border-top-left-radius:6px}.btn-group-vertical .btn-large:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.btn-group-justified{display:table;width:100%}.btn-group-justified .btn{display:table-cell;float:none;width:1%}.btn-group[data-toggle="buttons-radio"]>.btn>input[type="radio"],.btn-group[data-toggle="buttons-checkbox"]>.btn>input[type="checkbox"]{display:none}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block;text-shadow:0 1px 0 #fff}.breadcrumb>li:after{display:inline-block;padding:0 5px;color:#ccc;content:"\00a0 /"}.breadcrumb>li:last-child:after{content:""}.breadcrumb>.active{color:#999}.pagination{display:inline-block;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>.active>a,.pagination>.active>span{background-color:#f5f5f5}.pagination>.active>a,.pagination>.active>span{color:#999;cursor:default}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:default;background-color:#fff}.pagination>li:first-child>a,.pagination>li:first-child>span{border-left-width:1px;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-large>li>a,.pagination-large>li>span{padding:11px 14px;font-size:17.5px}.pagination-large>li:first-child>a,.pagination-large>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-large>li:last-child>a,.pagination-large>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-mini>li:first-child>a,.pagination-small>li:first-child>a,.pagination-mini>li:first-child>span,.pagination-small>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-mini>li:last-child>a,.pagination-small>li:last-child>a,.pagination-mini>li:last-child>span,.pagination-small>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination-small>li>a,.pagination-small>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini>li>a,.pagination-mini>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.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:#999;cursor:default;background-color:#fff}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:0}.modal-dialog{position:relative;top:0;right:0;left:0;z-index:1050;width:auto;padding:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-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;-moz-background-clip:padding-box;background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.fade.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:35px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:20px}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:560px;padding-top:30px;padding-bottom:30px;margin-left:-280px}.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)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:1;filter:alpha(opacity=100)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0.9);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-top-color:rgba(0,0,0,0.9);border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:rgba(0,0,0,0.9);border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:rgba(0,0,0,0.9);border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:rgba(0,0,0,0.9);border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;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);background-clip:padding-box;-webkit-bg-clip:padding-box;-moz-bg-clip:padding}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.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{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert hr{border-top-color:#f8e5be}.alert>a,.alert>p>a{font-weight:500;color:#a47e3c}.alert .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success>a,.alert-success>p>a{color:#356635}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger>a,.alert-danger>p>a{color:#953b39}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info>a,.alert-info>p>a{color:#2d6987}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.thumbnail,.img-thumbnail{padding:4px;line-height:20px;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail{display:block}.img-thumbnail{display:inline-block}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label{padding:.25em .6em;font-size:75%;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#999;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label-danger{background-color:#d9534f}.label-danger[href]{background-color:#c9302c}.label-warning{background-color:#f0ad4e}.label-warning[href]{background-color:#ec971f}.label-success{background-color:#5cb85c}.label-success[href]{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]{background-color:#31b0d5}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}.btn-mini .badge{top:0}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#428bca;-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 .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-color:#428bca;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-color:#d9534f;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-color:#5cb85c;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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:#f0ad4e}.progress-striped .progress-bar-warning{background-color:#f0ad4e;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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:#5bc0de}.progress-striped .progress-bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-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{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-color:rgba(0,0,0,0.0001);background-color:transparent;background-image:-webkit-gradient(linear,0 0,100% 0,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-color:rgba(0,0,0,0.5);background-color:transparent;background-image:-webkit-gradient(linear,0 0,100% 0,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));background-image:linear-gradient(to right,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon{position:absolute;top:50%;left:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;margin-left:-10px}.carousel-indicators{position:absolute;bottom:20px;left:50%;z-index:5;width:100px;margin:0 0 0 -50px;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:8px;height:8px;margin-right:0;margin-left:0;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:30px;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}@media screen and (min-width:768px){.jumbotron{padding:50px 60px;border-radius:6px}.jumbotron h1{font-size:60px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right}.pull-left{float:left}.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}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none;visibility:hidden}.visible-phone{display:inherit!important}.visible-tablet{display:none!important}.visible-desktop{display:none!important}.hidden-phone{display:none!important}.hidden-tablet{display:inherit!important}.hidden-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.visible-phone{display:none!important}.visible-tablet{display:inherit!important}.visible-desktop{display:none!important}.hidden-phone{display:inherit!important}.hidden-tablet{display:none!important}.hidden-desktop{display:inherit!important}}@media(min-width:980px){.visible-phone{display:none!important}.visible-tablet{display:none!important}.visible-desktop{display:inherit!important}.hidden-phone{display:inherit!important}.hidden-tablet{display:inherit!important}.hidden-desktop{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}} --------------------------------------------------------------------------------