diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..412eeda7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c08f9add --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site \ No newline at end of file diff --git a/1-col-portfolio.php b/1-col-portfolio.php deleted file mode 100644 index b5da4c66..00000000 --- a/1-col-portfolio.php +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - Start Bootstrap - One Column Bootstrap 3 Portfolio Template - - - - - - - - - -
-
-
-

1 Col Portfolio

- -
- -
-
-
-
-
-

Design Recommendations:

- -
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/2-col-portfolio.php b/2-col-portfolio.php deleted file mode 100644 index 6d226a79..00000000 --- a/2-col-portfolio.php +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Start Bootstrap - Two Column Portfolio Template for Bootstrap 3 - - - - - - - - - -
-
-
-

2 Col Portfolio

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

Design Recommendations:

- -
-
-

Similar Templates:

-
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
-
- -
- - - - - - - - diff --git a/3-col-portfolio.php b/3-col-portfolio.php deleted file mode 100644 index 0046333f..00000000 --- a/3-col-portfolio.php +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - Start Bootstrap - Three Column Portfolio Template for Bootstrap 3 - - - - - - - - - -
-
-
-

3 Col Portfolio

- -
- -
-
-
-
-
-

Design Recommendations:

- -
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/4-col-portfolio.php b/4-col-portfolio.php deleted file mode 100644 index 1623e6a1..00000000 --- a/4-col-portfolio.php +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - Start Bootstrap - Four Column Portfolio Template for Bootstrap 3 - - - - - - - - - -
-
-
-

4 Col Portfolio

- -
- -
-
-
-
-
-

Design Recommendations:

- -
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..1a33df17 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +startbootstrap.com diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..db324316 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' +gem 'github-pages' +gem 'jekyll-redirect-from' \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..ca8a8ff9 --- /dev/null +++ b/_config.yml @@ -0,0 +1,12 @@ +# Site Settings +baseurl: "" +url: http://startbootstrap.com +encoding: UTF-8 + +# Build Settings +markdown: kramdown +permalink: pretty + +# Jekyll Redirect From Plugin for Redirects from Start Bootstrap Old Version +gems: + - jekyll-redirect-from \ No newline at end of file diff --git a/_includes/ad.html b/_includes/ad.html new file mode 100644 index 00000000..5ad9d8d9 --- /dev/null +++ b/_includes/ad.html @@ -0,0 +1,13 @@ +
+
+
+ +
+
diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 00000000..65fd55c7 --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,13 @@ +
+ + +comments powered by Disqus \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000..6dd3677d --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,73 @@ +
+
+

Want more Bootstrap themes & templates?

+

Subscribe to our mailing list to receive an update when new items arrive!

+
+
+
+ + + + +
+
+ + +
+
+
+ +
+
+ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 00000000..b4e92e31 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,50 @@ + + + + + + + {% if page.meta-title == "Start Bootstrap" %} + {{ page.meta-title }} - Free Bootstrap Themes and Templates + {% else %} + {{ page.meta-title }} - Start Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_includes/javascript.html b/_includes/javascript.html new file mode 100644 index 00000000..981de5a0 --- /dev/null +++ b/_includes/javascript.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 00000000..c699074a --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,107 @@ + diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 00000000..cc58b06d --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,43 @@ + + + + +{% include head.html %} + + + + + + + +{% include nav.html %} + +
+
+ Start Bootstrap +

Free Bootstrap Themes & Templates

+

Created and Maintained by Iron Summit Media Strategies +

+ + Browse Themes & Templates + {% include ad.html %} +
+
+ + +{{ content }} + + +{% include footer.html %} + + +{% include javascript.html %} + + + + \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 00000000..ead93d5f --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,37 @@ + + + + +{% include head.html %} + + + + +{% include nav.html %} + +
+
+

{{ page.title }}

+

{{ page.description }}

+ {% include ad.html %} +
+
+ + +
+ +
+{{ content }} + + +{% include footer.html %} + + +{% include javascript.html %} + + + + \ No newline at end of file diff --git a/_layouts/template.html b/_layouts/template.html new file mode 100644 index 00000000..de42e328 --- /dev/null +++ b/_layouts/template.html @@ -0,0 +1,69 @@ + + + + +{% include head.html %} + + + + +{% include nav.html %} + +
+
+

{{ page.title }}

+

{{ page.description }}

+ {% include ad.html %} +
+
+ + +
+ +
+
+
+
+ + Free Bootstrap 3 Themes and Templates + + +

License & Author Details:

+

Apache 2.0 by Start Bootstrap

+
+

Theme Comments:

+ {% include disqus.html %} +
+
+ {{ content }} +

Tags:

+
    + {% for tags in page.tags %} +
  • {{ tags }}
  • + {% endfor %} +
+

Please visit our resources page for design ideas and our help page if you need assistance with this theme.

+

Domain Name & Hosting Offer:

+

Need a domain name and hosting for your new website? Hostoople Logo has some of the best shared and reseller hosting plans around!

+ Save 20% - Coupon Code: bootstrap +
+
+
+ + +{% include footer.html %} + + +{% include javascript.html %} + + + + \ No newline at end of file diff --git a/_posts/2013-09-21-template-bare.md b/_posts/2013-09-21-template-bare.md new file mode 100644 index 00000000..58e48497 --- /dev/null +++ b/_posts/2013-09-21-template-bare.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Bare" +slug: bare +source: /template-overviews/bare +categories: template landing-pages unstyled navigation-menus popular +description: A Bootstrap HTML starter template. +--- + +Bare Bootstrap HTML Starter Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-blog-home.md b/_posts/2013-09-22-template-blog-home.md new file mode 100644 index 00000000..7004faea --- /dev/null +++ b/_posts/2013-09-22-template-blog-home.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Blog Home" +slug: blog-home +source: /template-overviews/blog-home +categories: template blogs unstyled +description: A blog home page template. +--- + +Free Bootstrap Blog Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-blog-post.md b/_posts/2013-09-22-template-blog-post.md new file mode 100644 index 00000000..1f057504 --- /dev/null +++ b/_posts/2013-09-22-template-blog-post.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Blog Post" +slug: blog-post +source: /template-overviews/blog-post +categories: template blogs unstyled +description: A blog post starter template. +--- + +Free Bootstrap Blog Post Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-business-frontpage.md b/_posts/2013-09-22-template-business-frontpage.md new file mode 100644 index 00000000..8708a4c7 --- /dev/null +++ b/_posts/2013-09-22-template-business-frontpage.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Business Frontpage" +slug: business-frontpage +source: /template-overviews/business-frontpage +categories: template landing-pages unstyled +description: A business home page template. +--- + +Free Bootstrap Business Website Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-full-slider.md b/_posts/2013-09-22-template-full-slider.md new file mode 100644 index 00000000..24fca794 --- /dev/null +++ b/_posts/2013-09-22-template-full-slider.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Full Slider" +slug: full-slider +source: /template-overviews/full-slider +categories: template landing-pages one-page portfolios unstyled +description: A full page image slider template. +--- + +Full Page Bootstrap Image Carousel Slider \ No newline at end of file diff --git a/_posts/2013-09-22-template-full.md b/_posts/2013-09-22-template-full.md new file mode 100644 index 00000000..cfaf7247 --- /dev/null +++ b/_posts/2013-09-22-template-full.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Full" +slug: full +source: /template-overviews/full +categories: template landing-pages portfolios unstyled +description: Full page image background template. +--- + +Bootstrap Full Page Image Background \ No newline at end of file diff --git a/_posts/2013-09-22-template-half-slider.md b/_posts/2013-09-22-template-half-slider.md new file mode 100644 index 00000000..c6823470 --- /dev/null +++ b/_posts/2013-09-22-template-half-slider.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Half Slider" +slug: half-slider +source: /template-overviews/half-slider +categories: template landing-pages one-page portfolios unstyled +description: A half page image slider template. +--- + +Half Page Bootstrap Image Carousel Slider \ No newline at end of file diff --git a/_posts/2013-09-22-template-heroic-features.md b/_posts/2013-09-22-template-heroic-features.md new file mode 100644 index 00000000..efc5e06b --- /dev/null +++ b/_posts/2013-09-22-template-heroic-features.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Heroic Features" +slug: heroic-features +source: /template-overviews/heroic-features +categories: template landing-pages ecommerce unstyled +description: A basic Bootstrap home page template. +--- + +Basic Bootstrap Home Page Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-logo-nav.md b/_posts/2013-09-22-template-logo-nav.md new file mode 100644 index 00000000..d9b3aeb7 --- /dev/null +++ b/_posts/2013-09-22-template-logo-nav.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Logo Nav" +slug: logo-nav +source: /template-overviews/logo-nav +categories: template unstyled navigation-menus popular +description: A menu bar with a logo header. +--- + +Bootstrap Image Navbar Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-one-page-wonder.md b/_posts/2013-09-22-template-one-page-wonder.md new file mode 100644 index 00000000..463f9a0d --- /dev/null +++ b/_posts/2013-09-22-template-one-page-wonder.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "One Page Wonder" +slug: one-page-wonder +source: /template-overviews/one-page-wonder +categories: template landing-pages one-page portfolios unstyled popular +description: A simple one page website template. +--- + +Free Bootstrap One Page Website Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-round-about.md b/_posts/2013-09-22-template-round-about.md new file mode 100644 index 00000000..81b213a4 --- /dev/null +++ b/_posts/2013-09-22-template-round-about.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Round About" +slug: round-about +source: /template-overviews/round-about +categories: template unstyled +description: A Bootstrap about page template. +--- + +Free Bootstrap About Page Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-small-business.md b/_posts/2013-09-22-template-small-business.md new file mode 100644 index 00000000..a572f4bb --- /dev/null +++ b/_posts/2013-09-22-template-small-business.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Small Business" +slug: small-business +source: /template-overviews/small-business +categories: template landing-pages unstyled +description: A simple business Bootstrap template. +--- + +Free Small Business Template for Bootstrap 3 \ No newline at end of file diff --git a/_posts/2013-09-22-template-the-big-picture.md b/_posts/2013-09-22-template-the-big-picture.md new file mode 100644 index 00000000..4a036296 --- /dev/null +++ b/_posts/2013-09-22-template-the-big-picture.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "The Big Picture" +slug: the-big-picture +source: /template-overviews/the-big-picture +categories: template landing-pages portfolios unstyled +description: A starter portfolio template. +--- + +Free Bootstrap Portfolio Template \ No newline at end of file diff --git a/_posts/2013-09-22-template-thumbnail-gallery.md b/_posts/2013-09-22-template-thumbnail-gallery.md new file mode 100644 index 00000000..d02d54ac --- /dev/null +++ b/_posts/2013-09-22-template-thumbnail-gallery.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Thumbnail Gallery" +slug: thumbnail-gallery +source: /template-overviews/thumbnail-gallery +categories: template unstyled +description: A simple image gallery template. +--- + +Bootstrap Image Gallery Template \ No newline at end of file diff --git a/_posts/2013-09-23-template-full-width-pics.md b/_posts/2013-09-23-template-full-width-pics.md new file mode 100644 index 00000000..df3ceb77 --- /dev/null +++ b/_posts/2013-09-23-template-full-width-pics.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Full Width Pics" +slug: full-width-pics +source: /template-overviews/full-width-pics +categories: template landing-pages one-page unstyled +description: Full width picture backgrounds. +--- + +Bootstrap Full Width Picture Page Backgrounds \ No newline at end of file diff --git a/_posts/2013-09-24-template-1-col-portfolio.md b/_posts/2013-09-24-template-1-col-portfolio.md new file mode 100644 index 00000000..ab99df19 --- /dev/null +++ b/_posts/2013-09-24-template-1-col-portfolio.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "1 Col Portfolio" +slug: 1-col-portfolio +source: /template-overviews/1-col-portfolio +categories: template portfolios unstyled +description: A one column portfolio template. +--- + +Free Bootstrap 3 Portfolio Template \ No newline at end of file diff --git a/_posts/2013-09-24-template-2-col-portfolio.md b/_posts/2013-09-24-template-2-col-portfolio.md new file mode 100644 index 00000000..03734319 --- /dev/null +++ b/_posts/2013-09-24-template-2-col-portfolio.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "2 Col Portfolio" +slug: 2-col-portfolio +source: /template-overviews/2-col-portfolio +categories: template portfolios unstyled +description: A two column portfolio template. +--- + +Free Bootstrap 3 Portfolio Theme \ No newline at end of file diff --git a/_posts/2013-09-24-template-3-col-portfolio.md b/_posts/2013-09-24-template-3-col-portfolio.md new file mode 100644 index 00000000..0abdd081 --- /dev/null +++ b/_posts/2013-09-24-template-3-col-portfolio.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "3 Col Portfolio" +slug: 3-col-portfolio +source: /template-overviews/3-col-portfolio +categories: template portfolios unstyled +description: A three column portfolio template. +--- + +Free Bootstrap 3 Portfolio Template \ No newline at end of file diff --git a/_posts/2013-09-24-template-4-col-portfolio.md b/_posts/2013-09-24-template-4-col-portfolio.md new file mode 100644 index 00000000..de06a63d --- /dev/null +++ b/_posts/2013-09-24-template-4-col-portfolio.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "4 Col Portfolio" +slug: 4-col-portfolio +source: /template-overviews/4-col-portfolio +categories: template portfolios unstyled +description: A four column portfolio template. +--- + +Free Bootstrap 3 Portfolio Theme \ No newline at end of file diff --git a/_posts/2013-09-26-template-modern-business.md b/_posts/2013-09-26-template-modern-business.md new file mode 100644 index 00000000..6d929d53 --- /dev/null +++ b/_posts/2013-09-26-template-modern-business.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Modern Business" +slug: modern-business +source: /template-overviews/modern-business +categories: template full-websites portfolios unstyled popular +description: A multipurpose website template. +--- + +Free Full Website Bootstrap 3 Template \ No newline at end of file diff --git a/_posts/2013-09-28-template-simple-sidebar.md b/_posts/2013-09-28-template-simple-sidebar.md new file mode 100644 index 00000000..13925474 --- /dev/null +++ b/_posts/2013-09-28-template-simple-sidebar.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Simple Sidebar" +slug: simple-sidebar +source: /template-overviews/simple-sidebar +categories: template unstyled navigation-menus popular +description: A Bootstrap sidebar template. +--- + +Bootstrap Sidebar Navigation Template \ No newline at end of file diff --git a/_posts/2013-10-02-template-stylish-portfolio.md b/_posts/2013-10-02-template-stylish-portfolio.md new file mode 100644 index 00000000..ebc43969 --- /dev/null +++ b/_posts/2013-10-02-template-stylish-portfolio.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Stylish Portfolio" +slug: stylish-portfolio +source: /template-overviews/stylish-portfolio +categories: template landing-pages one-page portfolios popular +description: A stylish Bootstrap portfolio theme. +--- + +Free Bootstrap Portfolio Theme - Stylish Portfolio \ No newline at end of file diff --git a/_posts/2013-10-13-template-portfolio-item.md b/_posts/2013-10-13-template-portfolio-item.md new file mode 100644 index 00000000..06351c05 --- /dev/null +++ b/_posts/2013-10-13-template-portfolio-item.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Portfolio Item" +slug: portfolio-item +source: /template-overviews/portfolio-item +categories: template portfolios unstyled +description: A portfolio item page template. +--- + +Free Bootstrap 3 Portfolio Template \ No newline at end of file diff --git a/_posts/2013-10-13-template-sb-admin.md b/_posts/2013-10-13-template-sb-admin.md new file mode 100644 index 00000000..fe354952 --- /dev/null +++ b/_posts/2013-10-13-template-sb-admin.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "SB Admin" +slug: sb-admin +source: /template-overviews/sb-admin +categories: template admin full-websites unstyled featured popular +description: A free Bootstrap admin template. +--- + +Free Bootstrap Admin Template - SB Admin \ No newline at end of file diff --git a/_posts/2013-10-15-template-business-casual.md b/_posts/2013-10-15-template-business-casual.md new file mode 100644 index 00000000..5fe1e453 --- /dev/null +++ b/_posts/2013-10-15-template-business-casual.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Business Casual" +slug: business-casual +source: /template-overviews/business-casual +categories: template full-websites landing-pages popular +description: A fully developed business website. +--- + +Free Bootstrap 3 Website Themes \ No newline at end of file diff --git a/_posts/2013-11-23-template-shop-homepage.md b/_posts/2013-11-23-template-shop-homepage.md new file mode 100644 index 00000000..d4f622ed --- /dev/null +++ b/_posts/2013-11-23-template-shop-homepage.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Shop Homepage" +slug: shop-homepage +source: /template-overviews/shop-homepage +categories: template ecommerce unstyled +description: An online store homepage template. +--- + +Free Bootstrap Ecommerce Template \ No newline at end of file diff --git a/_posts/2013-11-23-template-shop-item.md b/_posts/2013-11-23-template-shop-item.md new file mode 100644 index 00000000..9bf2ec1a --- /dev/null +++ b/_posts/2013-11-23-template-shop-item.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Shop Item" +slug: shop-item +source: /template-overviews/shop-item +categories: template ecommerce unstyled +description: An online store item template. +--- + +Free Bootstrap Online Store Template \ No newline at end of file diff --git a/_posts/2014-01-07-template-landing-page.md b/_posts/2014-01-07-template-landing-page.md new file mode 100644 index 00000000..9fdd2bad --- /dev/null +++ b/_posts/2014-01-07-template-landing-page.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Landing Page" +slug: landing-page +source: /template-overviews/landing-page +categories: template landing-pages one-page portfolios featured popular +description: A clean, functional landing page theme. +--- + +Free Bootstrap Landing Page Theme \ No newline at end of file diff --git a/_posts/2014-01-14-template-sb-admin-2.md b/_posts/2014-01-14-template-sb-admin-2.md new file mode 100644 index 00000000..088fbdc7 --- /dev/null +++ b/_posts/2014-01-14-template-sb-admin-2.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "SB Admin 2" +slug: sb-admin-2 +source: /template-overviews/sb-admin-2 +categories: template admin full-websites unstyled featured popular +description: A free Bootstrap admin theme. +--- + +Free Bootstrap Admin Theme - SB Admin 2 \ No newline at end of file diff --git a/_posts/2014-01-28-template-grayscale.md b/_posts/2014-01-28-template-grayscale.md new file mode 100644 index 00000000..dbd6ad06 --- /dev/null +++ b/_posts/2014-01-28-template-grayscale.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Grayscale" +slug: grayscale +source: /template-overviews/grayscale +categories: template landing-pages one-page portfolios featured popular +description: A multipurpose one page theme. +--- + + \ No newline at end of file diff --git a/_posts/2014-02-04-template-scrolling-nav.md b/_posts/2014-02-04-template-scrolling-nav.md new file mode 100644 index 00000000..e3f3cbf5 --- /dev/null +++ b/_posts/2014-02-04-template-scrolling-nav.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Scrolling Nav" +slug: scrolling-nav +source: /template-overviews/scrolling-nav +categories: template unstyled navigation-menus +description: A scrolling navigation template. +--- + +Bootstrap Smooth Scrolling Navigation jQuery \ No newline at end of file diff --git a/_posts/2014-05-01-template-freelancer.md b/_posts/2014-05-01-template-freelancer.md new file mode 100644 index 00000000..df012643 --- /dev/null +++ b/_posts/2014-05-01-template-freelancer.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Freelancer" +slug: freelancer +source: /template-overviews/freelancer +categories: template landing-pages one-page portfolios featured popular +description: A one page freelancer theme. +--- + +One Page Bootstrap Portfolio Theme \ No newline at end of file diff --git a/_posts/2014-05-07-premium-pixel-admin.md b/_posts/2014-05-07-premium-pixel-admin.md new file mode 100644 index 00000000..fbf479c3 --- /dev/null +++ b/_posts/2014-05-07-premium-pixel-admin.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Pixel Admin" +slug: pixel-admin +source: http://wrapbootstrap.com/preview/WB07403R9?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/pixeladmin-premium-admin-theme-WB07403R9?ref=StartBootstrap" +categories: premium +description: Premium Admin Theme +--- + +Pixel Admin - Premium Admin Theme \ No newline at end of file diff --git a/_posts/2014-05-08-premium-atropos.md b/_posts/2014-05-08-premium-atropos.md new file mode 100644 index 00000000..dca77836 --- /dev/null +++ b/_posts/2014-05-08-premium-atropos.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Atropos" +slug: atropos +source: http://wrapbootstrap.com/preview/WB05SR527?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/atropos-responsive-website-template-WB05SR527?ref=StartBootstrap" +categories: premium +description: Responsive Website Template +--- + +Atropos - Responsive Website Template \ No newline at end of file diff --git a/_posts/2014-05-09-premium-boomerang.md b/_posts/2014-05-09-premium-boomerang.md new file mode 100644 index 00000000..1ead621e --- /dev/null +++ b/_posts/2014-05-09-premium-boomerang.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Boomerang" +slug: boomerang +source: http://wrapbootstrap.com/preview/WB021609D?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/boomerang-multipurpose-template-WB021609D?ref=StartBootstrap" +categories: premium +description: Multipurpose Template +--- + +Boomerang - Multipurpose Template \ No newline at end of file diff --git a/_posts/2014-05-10-premium-flatify.md b/_posts/2014-05-10-premium-flatify.md new file mode 100644 index 00000000..f56ce143 --- /dev/null +++ b/_posts/2014-05-10-premium-flatify.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Flatify" +slug: flatify +source: http://wrapbootstrap.com/preview/WB0977873?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/flatify-responsive-admin-web-app-WB0977873?ref=StartBootstrap" +categories: premium +description: Responsive Admin Web App +--- + +Flatify - Responsive Admin Web App \ No newline at end of file diff --git a/_posts/2014-05-11-premium-reen.md b/_posts/2014-05-11-premium-reen.md new file mode 100644 index 00000000..d6190ff2 --- /dev/null +++ b/_posts/2014-05-11-premium-reen.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Reen" +slug: reen +source: http://wrapbootstrap.com/preview/WB00PN23G?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/reen-made-for-designers-portfolio-WB00PN23G?ref=StartBootstrap" +categories: premium +description: Made for Designers - Portfolio +--- + +Reen - Made for Designers - Portfolio \ No newline at end of file diff --git a/_posts/2014-05-12-premium-flat-ui-pro.md b/_posts/2014-05-12-premium-flat-ui-pro.md new file mode 100644 index 00000000..276456c2 --- /dev/null +++ b/_posts/2014-05-12-premium-flat-ui-pro.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Flat UI Pro" +slug: flat-ui-pro +source: http://designmodo.com/flat/?u=787 +purchase-link: "http://designmodo.com/flat/?u=787" +categories: premium +description: Bootstrap UI Kit +--- + +Flat UI Pro - Bootstrap UI Kit \ No newline at end of file diff --git a/_posts/2014-05-13-premium-ace-admin.md b/_posts/2014-05-13-premium-ace-admin.md new file mode 100644 index 00000000..7046f76f --- /dev/null +++ b/_posts/2014-05-13-premium-ace-admin.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Ace Admin" +slug: ace-admin +source: http://wrapbootstrap.com/preview/WB0B30DGR?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/ace-responsive-admin-template-WB0B30DGR?ref=StartBootstrap" +categories: premium +description: Responsive Admin Template +--- + +Ace Admin - Responsive Admin Template \ No newline at end of file diff --git a/_posts/2014-05-14-premium-unify.md b/_posts/2014-05-14-premium-unify.md new file mode 100644 index 00000000..c17cff83 --- /dev/null +++ b/_posts/2014-05-14-premium-unify.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Unify" +slug: unify +source: http://wrapbootstrap.com/preview/WB0412697?ref=StartBootstrap +purchase-link: "https://wrapbootstrap.com/theme/unify-responsive-website-template-WB0412697?ref=StartBootstrap" +categories: premium +description: Responsive Website Template +--- + +Unify - Responsive Website Template \ No newline at end of file diff --git a/_posts/2014-05-15-premium-porto.md b/_posts/2014-05-15-premium-porto.md new file mode 100644 index 00000000..72f0f3af --- /dev/null +++ b/_posts/2014-05-15-premium-porto.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Porto" +slug: porto +source: http://themeforest.net/item/porto-responsive-html5-template/4106987?ref=IronSummitMedia +purchase-link: "http://themeforest.net/item/porto-responsive-html5-template/4106987?ref=IronSummitMedia" +categories: premium +description: Responsive HTML5 Template +--- + +Porto - Responsive HTML5 Template \ No newline at end of file diff --git a/_posts/2014-05-16-premium-metronic.md b/_posts/2014-05-16-premium-metronic.md new file mode 100644 index 00000000..ed61d516 --- /dev/null +++ b/_posts/2014-05-16-premium-metronic.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Metronic" +slug: metronic +source: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=IronSummitMedia +purchase-link: "http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=IronSummitMedia" +categories: premium +description: Responsive Admin Dashboard Template +--- + +Metronic - Responsive Admin Dashboard Template \ No newline at end of file diff --git a/_posts/2014-05-17-premium-flex-admin.md b/_posts/2014-05-17-premium-flex-admin.md new file mode 100644 index 00000000..b93be3a0 --- /dev/null +++ b/_posts/2014-05-17-premium-flex-admin.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Flex Admin" +slug: flex-admin +source: http://wrapbootstrap.com/preview/WB032SCB1 +purchase-link: "https://wrapbootstrap.com/theme/flex-admin-responsive-admin-template-WB032SCB1" +categories: premium +description: Responsive Admin Template +--- + +Flex Admin - Bootstrap Admin Theme \ No newline at end of file diff --git a/_posts/2014-05-18-premium-spectrum.md b/_posts/2014-05-18-premium-spectrum.md new file mode 100644 index 00000000..f62788d6 --- /dev/null +++ b/_posts/2014-05-18-premium-spectrum.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Spectrum" +slug: spectrum +source: http://wrapbootstrap.com/preview/WB0317BRF +purchase-link: "https://wrapbootstrap.com/theme/spectrum-flexible-multipurpose-theme-WB0317BRF" +categories: premium +description: Flexible Multipurpose Theme +--- + +Spectrum - One Page Bootstrap Theme \ No newline at end of file diff --git a/_posts/2014-05-19-premium-vitality.md b/_posts/2014-05-19-premium-vitality.md new file mode 100644 index 00000000..33f96813 --- /dev/null +++ b/_posts/2014-05-19-premium-vitality.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Vitality" +slug: vitality +source: http://wrapbootstrap.com/preview/WB02K3KK3 +purchase-link: "https://wrapbootstrap.com/theme/vitality-multipurpose-one-page-theme-WB02K3KK3" +categories: premium +description: Multipurpose One Page Theme +--- + +Vitality - One Page Bootstrap Theme \ No newline at end of file diff --git a/_posts/2014-05-20-showcase-windowface.md b/_posts/2014-05-20-showcase-windowface.md new file mode 100644 index 00000000..1c77324f --- /dev/null +++ b/_posts/2014-05-20-showcase-windowface.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Windowface" +slug: grayscale +source: http://windowface.tv/ +categories: showcase +description: Comedy Gaming Video & News +template: "Grayscale" +--- + +Windowface TV - Comedy Gaming Videos and News \ No newline at end of file diff --git a/_posts/2014-06-06-showcase-prodigal-sun.md b/_posts/2014-06-06-showcase-prodigal-sun.md new file mode 100644 index 00000000..593beeb3 --- /dev/null +++ b/_posts/2014-06-06-showcase-prodigal-sun.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Prodigal Sun Mate" +slug: one-page-wonder +source: http://www.prodigalsunmate.com/ +categories: showcase +description: All Natural Yerba Mate +template: "One Page Wonder" +--- + +Prodigal Sun Yerba Mate Website \ No newline at end of file diff --git a/_posts/2014-07-16-showcase-charlotte-seaberry.md b/_posts/2014-07-16-showcase-charlotte-seaberry.md new file mode 100644 index 00000000..949be1a2 --- /dev/null +++ b/_posts/2014-07-16-showcase-charlotte-seaberry.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Charlotte Seaberry" +slug: grayscale +source: http://www.charlotteseaberry.com/ +categories: showcase +description: Author, Editor, Reader, & Writer +template: "Grayscale" +--- + +Charlotte Seaberry Author Website \ No newline at end of file diff --git a/_posts/2014-07-16-showcase-provolve.md b/_posts/2014-07-16-showcase-provolve.md new file mode 100644 index 00000000..6e6a88fc --- /dev/null +++ b/_posts/2014-07-16-showcase-provolve.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "ProVolve Entertainment" +slug: stylish-portfolio +source: http://www.provolveentertainment.com/5-year-mark/ +categories: showcase +description: ProVolve Entertainment's 5 Year Anniversary +template: "Stylish Portfolio" +--- + +ProVolve Entertainment by the Numbers \ No newline at end of file diff --git a/_posts/2014-07-16-template-agency.md b/_posts/2014-07-16-template-agency.md new file mode 100644 index 00000000..e7830a06 --- /dev/null +++ b/_posts/2014-07-16-template-agency.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Agency" +slug: agency +source: /template-overviews/agency +categories: template landing-pages one-page portfolios featured popular +description: A one page agency theme. +--- + +Free Bootstrap Agency Theme - Start Bootstrap \ No newline at end of file diff --git a/admin-dashboard-templates.php b/admin-dashboard-templates.php deleted file mode 100644 index d379708d..00000000 --- a/admin-dashboard-templates.php +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - Start Bootstrap - Free Bootstrap Admin and Dashboard Templates and Themes - - - - - - - - - -
-
-
-

Admin and Dashboard Templates

- -
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin 2 Popular

-

A better free Bootstrap admin starter theme.

- -
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin

-

A free Bootstrap admin template.

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

Have an idea for a template?

-

Let us know! We love to create templates suggested by our users. Email us at feedback@startbootstrap.com if you have an idea for a template you would like to see!

-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/all-templates.php b/all-templates.php deleted file mode 100644 index 964352e4..00000000 --- a/all-templates.php +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - - - Start Bootstrap - All Free Bootstrap Themes and Templates - - - - - - - - - -
-
-
-

All Start Bootstrap Templates

- -
- -
-
- Startup Framework - Complete Bootstrap Theme Pacakge -

Startup Framework Sponsored

-

A premium design framework. Includes 25 templates.

- -
-
- -
-
- Free One Page Website Theme for Bootstrap 3 -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
-
-
-
-
- -
-
- Free Bootstrap Responsive Scrolling Navbar Template -

Scrolling Nav

-

A basic scrolling navbar template.

- -
-
- -
-
- Free Bootstrap Responsive One Page Theme -

Grayscale Popular

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin 2 Popular

-

A better free Bootstrap admin template.

- -
-
- -
-
- Free Landing Page Template for Bootstrap 3 -

Landing Page Popular

-

A stylish landing page template.

- -
-
- -
-
- Shop Homepage Free Website Theme for Bootstrap 3 -

Shop Homepage

-

A simple shop homepage.

- -
-
- -
-
- Shop Item Free Website Theme for Bootstrap 3 -

Shop Item

-

A shop item template.

- -
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin Full Site

-

A free Bootstrap admin template.

- -
-
- -
-
- Business Casual Free Website Theme for Bootstrap 3 -

Business Casual Full Site

-

A 4 page minimalist website theme.

- -
-
- -
-
- Business Full Website Template for Bootstrap 3 -

Modern Business Full Site

-

A 17 page multi-purpose template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio Popular

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Simple Sidebar HTML Template for Bootstrap 3 -

Simple Sidebar

-

A sidebar template with a hint of JavaScript.

- -
-
- -
-
- Portfolio Page Template for Bootstrap 3 -

Portfolio Item

-

A three column portfolio template.

- -
-
- -
-
- Four Column Portfolio Template for Bootstrap 3 -

4 Col Portfolio

-

A four column portfolio template.

- -
-
- -
-
- Three Column Portfolio Template for Bootstrap 3 -

3 Col Portfolio

-

A three column portfolio template.

- -
-
- -
-
- Two Column Portfolio Template for Twitter Bootstrap 3 -

2 Col Portfolio

-

A two column portfolio template.

- -
-
- -
-
- One Column Portfolio Template for Twitter Bootstrap 3 -

1 Col Portfolio

-

A one column portfolio template.

- -
-
- -
-
- Half Page Full Width Slider Template for Twitter Bootstrap 3 -

Half Slider

-

A half page background slider.

- -
-
- -
-
- Small Business HTML Template for Twitter Bootstrap 3 -

Small Business

-

A small business template.

- -
-
- -
-
- Custom Navbar Template with Logo for Twitter Bootstrap 3 -

Logo Nav

-

A right aligned nav with a logo.

- -
-
- -
-
- Blog Template with Logo for Twitter Bootstrap 3 -

Blog Home

-

A blog homepage template.

- -
-
- -
-
- Blog Post Template for Twitter Bootstrap 3 -

Blog Post

-

A simple blog post starter.

- -
-
- -
-
- Full Page Background Slider Template for Twitter Bootstrap 3 -

Full Slider

-

A full page background slider.

- -
-
- -
-
- Full With Images Homepage Template for Twitter Bootstrap -

Full Width Pics

-

A page with full width pictures.

- -
-
- -
-
- Thumbnail Gallery for Twitter Bootstrap -

Thumbnail Gallery

-

A four column gallery starter.

- -
-
- -
-
- Portfolio Template for Twitter Bootstrap -

The Big Picture

-

An image background with a fixed bottom nav.

- -
-
- -
-
- Business Frontpage Bootstrap Template -

Business Frontpage

-

A full width image header with a fixed nav.

- -
-
- -
-
- One Page Free Bootstrap HTML Template -

One Page Wonder

-

A stylish one page template built for scrolling.

- -
-
- -
-
- Free Bootstrap About Page Template -

Round About

-

An about page with round pictures.

- -
-
- -
-
- Free Bootstrap Home Page Template -

Heroic Features

-

Feature awesome text-based content.

- -
-
- -
-
- Free Bootstrap Full Page Image Background Template -

Full

-

A fixed position full page image background.

- -
-
- -
-
- HTML Starter Template for Bootstrap 3 -

Bare

-

A barebones Bootstrap HTML template.

- -
-
- -
-

Have an idea for a template?

-

Let us know! We love to create templates suggested by our users. Email us at feedback@startbootstrap.com if you have an idea for a template you would like to see!

-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/assets/css/bootstrap.min.css b/assets/css/bootstrap.min.css new file mode 100644 index 00000000..eda22422 --- /dev/null +++ b/assets/css/bootstrap.min.css @@ -0,0 +1,10 @@ +/*! + * Bootstrap v3.2.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! + * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=960549d7308c0af4f371) + * Config saved to config.json and https://gist.github.com/960549d7308c0af4f371 + *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !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) ")"}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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#b84d45;text-decoration:none}a:hover,a:focus{color:#803630;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:100% \9;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#b84d45}a.text-primary:hover{color:#933d37}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#b84d45}a.bg-primary:hover{background-color:#933d37}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.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-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#b84d45;border-color:#a5453e}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#933d37;border-color:#79332d}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled: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:#b84d45;border-color:#a5453e}.btn-primary .badge{color:#b84d45;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled: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:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled: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:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled: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:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled: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:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#b84d45;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#803630;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:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;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);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#b84d45}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#b84d45}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#b84d45}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-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 .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#b84d45;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#803630;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#b84d45;border-color:#b84d45;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#b84d45}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#933d37}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#b84d45;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#b84d45}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;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;line-height:20px;color:#fff;text-align:center;background-color:#b84d45;-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;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{color:#777;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media,.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{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;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>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#b84d45;border-color:#b84d45}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#f1dad8}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#b84d45}.panel-primary>.panel-heading{color:#fff;background-color:#b84d45;border-color:#b84d45}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#b84d45}.panel-primary>.panel-heading .badge{color:#b84d45;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#b84d45}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;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}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;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);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;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-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}} \ No newline at end of file diff --git a/assets/css/startbootstrap.css b/assets/css/startbootstrap.css new file mode 100644 index 00000000..0e1d46db --- /dev/null +++ b/assets/css/startbootstrap.css @@ -0,0 +1 @@ +body{margin-top:50px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}h1,h2,h3,h4,h5,h6,.navbar-brand,.brand-name{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}p.lead{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}hr.small{max-width:100px;margin:50px auto;border-color:rgba(0,0,0,.2)}.text-yellow{color:#f1c40f}p.dm-promo-lead{margin-bottom:10px}p.dm-promo-deal{margin-bottom:30px}.well{background-color:#fff;background-image:url(/assets/img/premium-bg.png)}header.marquee{padding:50px 0;text-align:center;color:#fff;background-color:#b84d45;background-image:url(/assets/img/bg.png)}header.marquee .brand-name{display:block;font-size:50px;line-height:1}header.marquee h1{font-size:24px;line-height:1;margin:20px 0}header.marquee p{font-size:16px;color:rgba(255,255,255,.8);line-height:1.4}header.marquee p a{color:#fff}header.marquee img.logo{margin-bottom:50px}header.marquee .btn-cta{margin:20px 0 0;padding:10px 15px;border:1px solid #fff;background-color:transparent;color:#fff;font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:14px}header.marquee .btn-cta:hover{color:#b84d45;background-color:#fff}@media (min-width:768px){header.marquee{padding:150px 0}header.marquee .brand-name{font-size:80px}header.marquee h1{font-size:34px}header.marquee p{font-size:20px}header.marquee .btn-cta{padding:15px 20px;font-size:18px}}.home-intro h2.tagline{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:35px;margin-top:50px;font-weight:300}.home-intro p.lead{max-width:100%;margin:0 auto}.home-intro p.lead strong{font-weight:600}@media (min-width:768px){.home-intro p.lead{max-width:75%}}.btn-outline{padding:10px 15px;border:1px solid #b84d45;background-color:transparent;color:#b84d45;font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:16px}.btn-outline:hover{color:#fff;background-color:#b84d45}.navbar-default{background-color:#fff}.preview-thumb{margin-bottom:50px}.sb-page-header{position:relative;padding:30px 15px;text-align:center;color:rgba(255,255,255,.8);background-color:#b84d45;background-image:url(/assets/img/bg.png);margin-bottom:40px;font-size:20px}.sb-page-header h1{margin-top:0;color:#fff}.sb-page-header p{margin-bottom:0;line-height:1.4}.sb-page-header .container{position:relative}@media (min-width:768px){.sb-page-header{padding-top:60px;padding-bottom:60px;text-align:left;font-size:24px}.sb-page-header h1{font-size:60px;line-height:1}}@media (min-width:992px){.sb-page-header h1,.sb-page-header p{margin-right:380px}}.carbonad{width:auto!important;height:auto!important;margin:30px -30px -31px!important;padding:20px!important;border:solid rgba(255,255,255,.5)!important;border-width:1px 0!important;overflow:hidden;text-align:left;font-size:13px!important;line-height:16px!important;background:transparent!important}.carbonad-img{margin:0!important}.carbonad-text,.carbonad-tag{display:block!important;float:none!important;width:auto!important;height:auto!important;margin-left:145px!important;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.carbonad-text{padding-top:0!important;color:rgba(255,255,255,.8)}.carbonad-tag{text-align:left!important;color:inherit!important}.carbonad-text a,.carbonad-tag a{color:#fff!important}.carbonad #azcarbon>img{display:none}header.marquee .carbonad{margin:50px -15px 0!important}@media (min-width:480px){.carbonad{width:330px!important;margin:20px auto!important;border-width:1px!important;border-radius:4px}header.marquee .carbonad{margin:50px auto 0!important}}@media (min-width:768px){.carbonad{margin-right:0!important;margin-left:0!important}}@media (min-width:992px){.carbonad{position:absolute;top:0;right:15px;width:330px!important;margin:0!important;padding:15px!important}header.marquee .carbonad{position:static}}.previews .thumbnail{text-align:center;background-image:url(/assets/img/premium-bg.png);margin-bottom:15px}.previews .thumbnail img{border:1px solid #e6e6e6}.previews .thumbnail img:hover{opacity:.7}.previews .thumbnail p{margin:15px 0}.previews .thumbnail .btn{margin-bottom:20px}.previews .featured{text-align:left}@media (min-width:768px){.previews .thumbnail{margin-bottom:30px}}.preview-page-window{margin-bottom:30px}.preview-page-window ul.preview-links{text-align:center}.preview-page-window ul.preview-links li{margin-bottom:15px}@media (min-width:768px){.preview-page-window{margin-bottom:0}.preview-page-window ul.preview-links{text-align:left}.preview-page-window ul.preview-links li{margin-bottom:30px}}.preview-page-content p,.preview-page-content ul,.preview-page-content .thumbnail{margin-bottom:30px}.preview-page-content ul.list-tags{text-transform:capitalize}p.hosting-offer{margin-bottom:10px}.resource-name{width:200px}.resource-link{width:140px}.cta-mail{color:#fff;background-color:#b84d45;background-image:url(/assets/img/bg.png);padding:50px 0;margin-top:50px}.cta-mail h2{margin-top:0}.cta-mail .input-group{max-width:500px;margin:30px auto 0}.post-image-link p{margin:0!important}.resources h2,.resources h3{margin-top:0;padding-top:60px}.submit-box{margin-top:60px}.submit-box h3{padding-top:0}.bs-docs-sidebar.affix{position:static}@media (min-width:768px){.bs-docs-sidebar{padding-left:20px}}.bs-docs-sidenav{margin-bottom:20px;padding-top:60px}.bs-docs-sidebar .nav>li>a{display:block;padding:4px 20px;font-size:13px;font-weight:500;color:#999}.bs-docs-sidebar .nav>li>a:hover,.bs-docs-sidebar .nav>li>a:focus{padding-left:19px;border-left:1px solid #b84d45;text-decoration:none;color:#b84d45;background-color:transparent}.bs-docs-sidebar .nav>.active>a,.bs-docs-sidebar .nav>.active:hover>a,.bs-docs-sidebar .nav>.active:focus>a{padding-left:18px;border-left:2px solid #b84d45;font-weight:700;color:#b84d45;background-color:transparent}.bs-docs-sidebar .nav .nav{display:none;padding-bottom:10px}.bs-docs-sidebar .nav .nav>li>a{padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}.bs-docs-sidebar .nav .nav>li>a:hover,.bs-docs-sidebar .nav .nav>li>a:focus{padding-left:29px}.bs-docs-sidebar .nav .nav>.active>a,.bs-docs-sidebar .nav .nav>.active:hover>a,.bs-docs-sidebar .nav .nav>.active:focus>a{padding-left:28px;font-weight:500}.back-to-top{display:none;margin-top:10px;margin-left:10px;padding:4px 10px;font-size:12px;font-weight:500;color:#999}.back-to-top:hover{text-decoration:none;color:#b84d45}@media (min-width:768px){.back-to-top{display:block}}@media (min-width:992px){.bs-docs-sidebar .nav>.active>ul{display:block}.bs-docs-sidebar.affix,.bs-docs-sidebar.affix-bottom{width:213px}.bs-docs-sidebar.affix{position:fixed;top:20px}.bs-docs-sidebar.affix-bottom{position:absolute}.bs-docs-sidebar.affix-bottom .bs-docs-sidenav,.bs-docs-sidebar.affix .bs-docs-sidenav{margin-top:0;margin-bottom:0}}@media (min-width:1200px){.bs-docs-sidebar.affix-bottom,.bs-docs-sidebar.affix{width:263px}}footer{padding:50px 0}footer .footer-left,footer .footer-right,footer .footer-below{text-align:left}@media (min-width:992px){footer .footer-left{text-align:left}footer .footer-right{text-align:right}footer .footer-below{text-align:center}} \ No newline at end of file diff --git a/assets/img/bg.png b/assets/img/bg.png new file mode 100644 index 00000000..2c1eeaa2 Binary files /dev/null and b/assets/img/bg.png differ diff --git a/assets/img/gh-pages-logo.png b/assets/img/gh-pages-logo.png new file mode 100644 index 00000000..c8441fa9 Binary files /dev/null and b/assets/img/gh-pages-logo.png differ diff --git a/assets/img/hostoople-logo.png b/assets/img/hostoople-logo.png new file mode 100644 index 00000000..b00b5abf Binary files /dev/null and b/assets/img/hostoople-logo.png differ diff --git a/assets/img/ico/favicon.ico b/assets/img/ico/favicon.ico new file mode 100644 index 00000000..687f11cb Binary files /dev/null and b/assets/img/ico/favicon.ico differ diff --git a/assets/img/ico/touch-icon-ipad-retina.png b/assets/img/ico/touch-icon-ipad-retina.png new file mode 100644 index 00000000..457cc55e Binary files /dev/null and b/assets/img/ico/touch-icon-ipad-retina.png differ diff --git a/assets/img/ico/touch-icon-ipad.png b/assets/img/ico/touch-icon-ipad.png new file mode 100644 index 00000000..bf3c5e18 Binary files /dev/null and b/assets/img/ico/touch-icon-ipad.png differ diff --git a/assets/img/ico/touch-icon-iphone-retina.png b/assets/img/ico/touch-icon-iphone-retina.png new file mode 100644 index 00000000..5b6d2dbd Binary files /dev/null and b/assets/img/ico/touch-icon-iphone-retina.png differ diff --git a/assets/img/ico/touch-icon-iphone.png b/assets/img/ico/touch-icon-iphone.png new file mode 100644 index 00000000..18703d1b Binary files /dev/null and b/assets/img/ico/touch-icon-iphone.png differ diff --git a/assets/img/maxcdn-logo.png b/assets/img/maxcdn-logo.png new file mode 100644 index 00000000..6297b724 Binary files /dev/null and b/assets/img/maxcdn-logo.png differ diff --git a/assets/img/premium-bg.png b/assets/img/premium-bg.png new file mode 100644 index 00000000..0617add7 Binary files /dev/null and b/assets/img/premium-bg.png differ diff --git a/assets/img/premium/ace-admin.jpg b/assets/img/premium/ace-admin.jpg new file mode 100644 index 00000000..ac25ed39 Binary files /dev/null and b/assets/img/premium/ace-admin.jpg differ diff --git a/assets/img/premium/atropos.jpg b/assets/img/premium/atropos.jpg new file mode 100644 index 00000000..d5f68236 Binary files /dev/null and b/assets/img/premium/atropos.jpg differ diff --git a/assets/img/premium/boomerang.jpg b/assets/img/premium/boomerang.jpg new file mode 100644 index 00000000..5bd3eb74 Binary files /dev/null and b/assets/img/premium/boomerang.jpg differ diff --git a/assets/img/premium/flat-ui-pro.jpg b/assets/img/premium/flat-ui-pro.jpg new file mode 100644 index 00000000..458cb3bc Binary files /dev/null and b/assets/img/premium/flat-ui-pro.jpg differ diff --git a/assets/img/premium/flatify.jpg b/assets/img/premium/flatify.jpg new file mode 100644 index 00000000..3feae01d Binary files /dev/null and b/assets/img/premium/flatify.jpg differ diff --git a/assets/img/premium/flex-admin.jpg b/assets/img/premium/flex-admin.jpg new file mode 100644 index 00000000..d6448125 Binary files /dev/null and b/assets/img/premium/flex-admin.jpg differ diff --git a/assets/img/premium/metronic.jpg b/assets/img/premium/metronic.jpg new file mode 100644 index 00000000..0252ecd4 Binary files /dev/null and b/assets/img/premium/metronic.jpg differ diff --git a/assets/img/premium/pixel-admin.jpg b/assets/img/premium/pixel-admin.jpg new file mode 100644 index 00000000..35cc4d12 Binary files /dev/null and b/assets/img/premium/pixel-admin.jpg differ diff --git a/assets/img/premium/porto.jpg b/assets/img/premium/porto.jpg new file mode 100644 index 00000000..d3336433 Binary files /dev/null and b/assets/img/premium/porto.jpg differ diff --git a/assets/img/premium/reen.jpg b/assets/img/premium/reen.jpg new file mode 100644 index 00000000..d35e8415 Binary files /dev/null and b/assets/img/premium/reen.jpg differ diff --git a/assets/img/premium/spectrum.jpg b/assets/img/premium/spectrum.jpg new file mode 100644 index 00000000..1fed2952 Binary files /dev/null and b/assets/img/premium/spectrum.jpg differ diff --git a/assets/img/premium/startup-framework-demo-1.jpg b/assets/img/premium/startup-framework-demo-1.jpg new file mode 100644 index 00000000..7b325cac Binary files /dev/null and b/assets/img/premium/startup-framework-demo-1.jpg differ diff --git a/assets/img/premium/startup-framework-demo-2.jpg b/assets/img/premium/startup-framework-demo-2.jpg new file mode 100644 index 00000000..536defec Binary files /dev/null and b/assets/img/premium/startup-framework-demo-2.jpg differ diff --git a/assets/img/premium/startup-framework-home.jpg b/assets/img/premium/startup-framework-home.jpg new file mode 100644 index 00000000..8b2f9794 Binary files /dev/null and b/assets/img/premium/startup-framework-home.jpg differ diff --git a/assets/img/premium/startup-framework.jpg b/assets/img/premium/startup-framework.jpg new file mode 100644 index 00000000..055b7772 Binary files /dev/null and b/assets/img/premium/startup-framework.jpg differ diff --git a/assets/img/premium/unify.jpg b/assets/img/premium/unify.jpg new file mode 100644 index 00000000..ae8dd066 Binary files /dev/null and b/assets/img/premium/unify.jpg differ diff --git a/assets/img/premium/vitality.jpg b/assets/img/premium/vitality.jpg new file mode 100644 index 00000000..ca8c1b09 Binary files /dev/null and b/assets/img/premium/vitality.jpg differ diff --git a/assets/img/showcase/charlotte-seaberry.jpg b/assets/img/showcase/charlotte-seaberry.jpg new file mode 100644 index 00000000..700daa8f Binary files /dev/null and b/assets/img/showcase/charlotte-seaberry.jpg differ diff --git a/assets/img/showcase/prodigal-sun.jpg b/assets/img/showcase/prodigal-sun.jpg new file mode 100644 index 00000000..ebb01ec8 Binary files /dev/null and b/assets/img/showcase/prodigal-sun.jpg differ diff --git a/assets/img/showcase/provolve.jpg b/assets/img/showcase/provolve.jpg new file mode 100644 index 00000000..f0adc8fe Binary files /dev/null and b/assets/img/showcase/provolve.jpg differ diff --git a/assets/img/showcase/windowface.jpg b/assets/img/showcase/windowface.jpg new file mode 100644 index 00000000..d123b00b Binary files /dev/null and b/assets/img/showcase/windowface.jpg differ diff --git a/assets/img/templates/1-col-portfolio.jpg b/assets/img/templates/1-col-portfolio.jpg new file mode 100644 index 00000000..0d86fcc6 Binary files /dev/null and b/assets/img/templates/1-col-portfolio.jpg differ diff --git a/assets/img/templates/2-col-portfolio.jpg b/assets/img/templates/2-col-portfolio.jpg new file mode 100644 index 00000000..2d64067c Binary files /dev/null and b/assets/img/templates/2-col-portfolio.jpg differ diff --git a/assets/img/templates/3-col-portfolio.jpg b/assets/img/templates/3-col-portfolio.jpg new file mode 100644 index 00000000..eaa36b81 Binary files /dev/null and b/assets/img/templates/3-col-portfolio.jpg differ diff --git a/assets/img/templates/4-col-portfolio.jpg b/assets/img/templates/4-col-portfolio.jpg new file mode 100644 index 00000000..9baa6eba Binary files /dev/null and b/assets/img/templates/4-col-portfolio.jpg differ diff --git a/assets/img/templates/agency.jpg b/assets/img/templates/agency.jpg new file mode 100644 index 00000000..f05eaf41 Binary files /dev/null and b/assets/img/templates/agency.jpg differ diff --git a/assets/img/templates/bare.jpg b/assets/img/templates/bare.jpg new file mode 100644 index 00000000..fa71d703 Binary files /dev/null and b/assets/img/templates/bare.jpg differ diff --git a/assets/img/templates/blog-home.jpg b/assets/img/templates/blog-home.jpg new file mode 100644 index 00000000..03a84e22 Binary files /dev/null and b/assets/img/templates/blog-home.jpg differ diff --git a/assets/img/templates/blog-post.jpg b/assets/img/templates/blog-post.jpg new file mode 100644 index 00000000..d95c0ada Binary files /dev/null and b/assets/img/templates/blog-post.jpg differ diff --git a/assets/img/templates/business-casual.jpg b/assets/img/templates/business-casual.jpg new file mode 100644 index 00000000..e9cc5cb2 Binary files /dev/null and b/assets/img/templates/business-casual.jpg differ diff --git a/assets/img/templates/business-frontpage.jpg b/assets/img/templates/business-frontpage.jpg new file mode 100644 index 00000000..70e17f40 Binary files /dev/null and b/assets/img/templates/business-frontpage.jpg differ diff --git a/assets/img/templates/freelancer.jpg b/assets/img/templates/freelancer.jpg new file mode 100644 index 00000000..a6afa229 Binary files /dev/null and b/assets/img/templates/freelancer.jpg differ diff --git a/assets/img/templates/full-slider.jpg b/assets/img/templates/full-slider.jpg new file mode 100644 index 00000000..26e412dd Binary files /dev/null and b/assets/img/templates/full-slider.jpg differ diff --git a/assets/img/templates/full-width-pics.jpg b/assets/img/templates/full-width-pics.jpg new file mode 100644 index 00000000..c645368b Binary files /dev/null and b/assets/img/templates/full-width-pics.jpg differ diff --git a/assets/img/templates/full.jpg b/assets/img/templates/full.jpg new file mode 100644 index 00000000..b77fd566 Binary files /dev/null and b/assets/img/templates/full.jpg differ diff --git a/assets/img/templates/grayscale.jpg b/assets/img/templates/grayscale.jpg new file mode 100644 index 00000000..f727ffad Binary files /dev/null and b/assets/img/templates/grayscale.jpg differ diff --git a/assets/img/templates/half-slider.jpg b/assets/img/templates/half-slider.jpg new file mode 100644 index 00000000..467351bc Binary files /dev/null and b/assets/img/templates/half-slider.jpg differ diff --git a/assets/img/templates/heroic-features.jpg b/assets/img/templates/heroic-features.jpg new file mode 100644 index 00000000..93333bbe Binary files /dev/null and b/assets/img/templates/heroic-features.jpg differ diff --git a/assets/img/templates/landing-page.jpg b/assets/img/templates/landing-page.jpg new file mode 100644 index 00000000..21cc8ceb Binary files /dev/null and b/assets/img/templates/landing-page.jpg differ diff --git a/assets/img/templates/logo-nav.jpg b/assets/img/templates/logo-nav.jpg new file mode 100644 index 00000000..b294c6c4 Binary files /dev/null and b/assets/img/templates/logo-nav.jpg differ diff --git a/assets/img/templates/modern-business.jpg b/assets/img/templates/modern-business.jpg new file mode 100644 index 00000000..73a7d386 Binary files /dev/null and b/assets/img/templates/modern-business.jpg differ diff --git a/assets/img/templates/one-page-wonder.jpg b/assets/img/templates/one-page-wonder.jpg new file mode 100644 index 00000000..5c3c178e Binary files /dev/null and b/assets/img/templates/one-page-wonder.jpg differ diff --git a/assets/img/templates/portfolio-item.jpg b/assets/img/templates/portfolio-item.jpg new file mode 100644 index 00000000..f6b79381 Binary files /dev/null and b/assets/img/templates/portfolio-item.jpg differ diff --git a/assets/img/templates/round-about.jpg b/assets/img/templates/round-about.jpg new file mode 100644 index 00000000..870d2f69 Binary files /dev/null and b/assets/img/templates/round-about.jpg differ diff --git a/assets/img/templates/sb-admin-2.jpg b/assets/img/templates/sb-admin-2.jpg new file mode 100644 index 00000000..4132d493 Binary files /dev/null and b/assets/img/templates/sb-admin-2.jpg differ diff --git a/assets/img/templates/sb-admin.jpg b/assets/img/templates/sb-admin.jpg new file mode 100644 index 00000000..812f19d7 Binary files /dev/null and b/assets/img/templates/sb-admin.jpg differ diff --git a/assets/img/templates/scrolling-nav.jpg b/assets/img/templates/scrolling-nav.jpg new file mode 100644 index 00000000..0ffb39a7 Binary files /dev/null and b/assets/img/templates/scrolling-nav.jpg differ diff --git a/assets/img/templates/shop-homepage.jpg b/assets/img/templates/shop-homepage.jpg new file mode 100644 index 00000000..e334976a Binary files /dev/null and b/assets/img/templates/shop-homepage.jpg differ diff --git a/assets/img/templates/shop-item.jpg b/assets/img/templates/shop-item.jpg new file mode 100644 index 00000000..76f15088 Binary files /dev/null and b/assets/img/templates/shop-item.jpg differ diff --git a/assets/img/templates/simple-sidebar.jpg b/assets/img/templates/simple-sidebar.jpg new file mode 100644 index 00000000..f20ee1c9 Binary files /dev/null and b/assets/img/templates/simple-sidebar.jpg differ diff --git a/assets/img/templates/small-business.jpg b/assets/img/templates/small-business.jpg new file mode 100644 index 00000000..0d990361 Binary files /dev/null and b/assets/img/templates/small-business.jpg differ diff --git a/assets/img/templates/stylish-portfolio.jpg b/assets/img/templates/stylish-portfolio.jpg new file mode 100644 index 00000000..04c7b6cb Binary files /dev/null and b/assets/img/templates/stylish-portfolio.jpg differ diff --git a/assets/img/templates/the-big-picture.jpg b/assets/img/templates/the-big-picture.jpg new file mode 100644 index 00000000..67de4fec Binary files /dev/null and b/assets/img/templates/the-big-picture.jpg differ diff --git a/assets/img/templates/thumbnail-gallery.jpg b/assets/img/templates/thumbnail-gallery.jpg new file mode 100644 index 00000000..01d79d17 Binary files /dev/null and b/assets/img/templates/thumbnail-gallery.jpg differ diff --git a/assets/js/docs.js b/assets/js/docs.js new file mode 100644 index 00000000..31949d18 --- /dev/null +++ b/assets/js/docs.js @@ -0,0 +1,43 @@ +/*! + * Modified version of the JavaScript for Bootstrap's docs (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under the Creative Commons Attribution 3.0 Unported License. For + * details, see http://creativecommons.org/licenses/by/3.0/. + * Used for the Start Bootstrap Resources Page Menu Bar (http://startbootstrap.com/bootstrap-resources/). + */ +! function(a) { + a(function() { + if (navigator.userAgent.match(/IEMobile\/10\.0/)) { + var b = document.createElement("style"); + b.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")), document.querySelector("head").appendChild(b) + } { + var c = a(window), + d = a(document.body); + a(".navbar").outerHeight(!0) + 10 + } + d.scrollspy({ + target: ".bs-docs-sidebar" + }), c.on("load", function() { + d.scrollspy("refresh") + }), a(".bs-docs-container [href=#]").click(function(a) { + a.preventDefault() + }), setTimeout(function() { + var b = a(".bs-docs-sidebar"); + b.affix({ + offset: { + top: function() { + var c = b.offset().top, + d = parseInt(b.children(0).css("margin-top"), 10), + e = a(".bs-docs-nav").height(); + return this.top = c - e - d + }, + bottom: function() { + return this.bottom = a(".bs-docs-footer").outerHeight(!0) + } + } + }) + }, 100), setTimeout(function() { + a(".bs-top").affix() + }, 100) + }) +}(jQuery); diff --git a/assets/js/startbootstrap.js b/assets/js/startbootstrap.js new file mode 100644 index 00000000..546f7677 --- /dev/null +++ b/assets/js/startbootstrap.js @@ -0,0 +1,36 @@ +// Twitter Widget +! function(d, s, id) { + var js, fjs = d.getElementsByTagName(s)[0]; + if (!d.getElementById(id)) { + js = d.createElement(s); + js.id = id; + js.src = "https://platform.twitter.com/widgets.js"; + fjs.parentNode.insertBefore(js, fjs); + } +}(document, "script", "twitter-wjs"); + +// Google+ Widget +(function() { + var po = document.createElement('script'); + po.type = 'text/javascript'; + po.async = true; + po.src = 'https://apis.google.com/js/platform.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(po, s); +})(); + +// Google Analytics Tracking Script +(function(i, s, o, g, r, a, m) { + i['GoogleAnalyticsObject'] = r; + i[r] = i[r] || function() { + (i[r].q = i[r].q || []).push(arguments) + }, i[r].l = 1 * new Date(); + a = s.createElement(o), + m = s.getElementsByTagName(o)[0]; + a.async = 1; + a.src = g; + m.parentNode.insertBefore(a, m) +})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); + +ga('create', 'UA-38417733-17', 'startbootstrap.com'); +ga('send', 'pageview'); diff --git a/assets/less/mixins.less b/assets/less/mixins.less new file mode 100644 index 00000000..41b0f59d --- /dev/null +++ b/assets/less/mixins.less @@ -0,0 +1,11 @@ +// Mixins + +.body-font() { + font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; + font-weight: 400; +} + +.heading-font() { + font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif; + font-weight: 400; +} \ No newline at end of file diff --git a/assets/less/startbootstrap.less b/assets/less/startbootstrap.less new file mode 100644 index 00000000..0a0409e2 --- /dev/null +++ b/assets/less/startbootstrap.less @@ -0,0 +1,581 @@ +@import "variables.less"; +@import "mixins.less"; + +body { + margin-top: 50px; + .body-font; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.navbar-brand, +.brand-name { + .heading-font; +} + +p.lead { + .body-font; + font-weight: 400; +} + +hr.small { + max-width: 100px; + margin: 50px auto; + border-color: fade(black, 20%) +} + +.text-yellow { + color: #f1c40f; +} + +p.dm-promo-lead { + margin-bottom: 10px; +} + +p.dm-promo-deal { + margin-bottom: 30px; +} + +.well { + background-color: #fff; + background-image: url(/assets/img/premium-bg.png); +} + +// Homepage Styles + +header.marquee { + padding: 50px 0; + text-align: center; + color: white; + background-color: @brand-color; + background-image: url(/assets/img/bg.png); + + .brand-name { + display: block; + font-size: 50px; + line-height: 1; + } + + h1 { + font-size: 24px; + line-height: 1; + margin: 20px 0; + } + + p { + font-size: 16px; + color: fade(white, 80%); + line-height: 1.4; + a { + color: white; + } + } + + img.logo { + margin-bottom: 50px; + } + + .btn-cta { + margin: 20px 0 0; + padding: 10px 15px; + border: 1px solid white; + background-color: transparent; + color: white; + .heading-font; + font-size: 14px; + + &:hover { + color: @brand-color; + background-color: white; + } + } +} + +@media(min-width:768px) { + header.marquee { + padding: 150px 0; + + .brand-name { + font-size: 80px; + } + + h1 { + font-size: 34px; + } + + p { + font-size: 20px; + } + + .btn-cta { + padding: 15px 20px; + font-size: 18px; + } + } +} + +.home-intro { + h2.tagline { + .body-font; + font-size: 35px; + margin-top: 50px; + font-weight: 300; + } + p.lead { + max-width: 100%; + margin: 0 auto; + strong { + font-weight: 600; + } + } +} + +@media(min-width:768px) { + .home-intro { + p.lead { + max-width: 75%; + } + } +} + +.btn-outline { + padding: 10px 15px; + border: 1px solid @brand-color; + background-color: transparent; + color: @brand-color; + .heading-font; + font-size: 16px; + + &:hover { + color: white; + background-color: @brand-color; + } +} + +// Navigation + +.navbar-default { + background-color: white; +} + +// Template Preview Panes + +.preview-thumb { + margin-bottom: 50px; +} + +// Custom Page Headers + +.sb-page-header { + position: relative; + padding: 30px 15px; + text-align: center; + color: fade(white,80%); + background-color: @brand-color; + background-image: url(/assets/img/bg.png); + margin-bottom: 40px; + font-size: 20px; + + h1 { + margin-top: 0; + color: white; + } + + p { + margin-bottom: 0; + line-height: 1.4; + } + + .container { + position: relative; + } +} + +@media(min-width:768px) { + .sb-page-header { + padding-top: 60px; + padding-bottom: 60px; + text-align: left; + font-size: 24px; + + h1 { + font-size: 60px; + line-height: 1; + } + } +} + +@media(min-width:992px) { + .sb-page-header { + h1, p { + margin-right: 380px; + } + } +} + +// Carbon Ads + +.carbonad { + width: auto !important; + height: auto !important; + margin: 30px -30px -31px !important; + padding: 20px !important; + border: solid fade(white,50%) !important; + border-width: 1px 0 !important; + overflow: hidden; /* clearfix */ + text-align: left; + font-size: 13px !important; + line-height: 16px !important; + background: transparent !important; +} + +.carbonad-img { + margin: 0 !important; +} + +.carbonad-text, +.carbonad-tag { + display: block !important; + float: none !important; + width: auto !important; + height: auto !important; + margin-left: 145px !important; + font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important; +} + +.carbonad-text { + padding-top: 0 !important; + color: fade(white,80%); +} + +.carbonad-tag { + text-align: left !important; + color: inherit !important; +} + +.carbonad-text a, +.carbonad-tag a { + color: white !important; +} + +.carbonad #azcarbon > img { + display: none; /* hide what I assume are tracking images */ +} + +header.marquee .carbonad { + margin: 50px -15px 0 !important; +} + +@media(min-width:480px) { + .carbonad { + width: 330px !important; + margin: 20px auto !important; + border-width: 1px !important; + border-radius: 4px; + } + + header.marquee .carbonad { + margin: 50px auto 0 !important; + } +} + +@media(min-width:768px) { + .carbonad { + margin-right: 0 !important; + margin-left: 0 !important; + } +} + +@media(min-width:992px) { + .carbonad { + position: absolute; + top: 0; + right: 15px; /* 15px instead of 0 since box-sizing */ + width: 330px !important; + margin: 0 !important; + padding: 15px !important; + } + + header.marquee .carbonad { + position: static; + } +} + +// Template Preview Boxes + +.previews { + .thumbnail { + text-align: center; + background-image: url(/assets/img/premium-bg.png); + margin-bottom: 15px; + + img { + border: 1px solid darken(white, 10%); + &:hover { + opacity: 0.7; + } + } + + p { + margin: 15px 0; + } + + .btn { + margin-bottom: 20px; + } + } + .featured { + text-align: left; + } +} + +@media(min-width:768px) { + .previews { + .thumbnail { + margin-bottom: 30px; + } + } +} + +// Preview Pages + +.preview-page-window { + margin-bottom: 30px; + ul.preview-links { + text-align: center; + li { + margin-bottom: 15px; + } + } +} + +@media(min-width:768px) { + .preview-page-window { + margin-bottom: 0; + ul.preview-links { + text-align: left; + li { + margin-bottom: 30px; + } + } + } +} + +.preview-page-content { + p, + ul, + .thumbnail { + margin-bottom: 30px; + } + ul.list-tags { + text-transform: capitalize; + } +} + +p.hosting-offer { + margin-bottom: 10px; +} + +// Resources Page + +.resource-name { + width: 200px; +} + +.resource-link { + width: 140px; +} + +// Footer + +.cta-mail { + color: white; + background-color: @brand-color; + background-image: url(/assets/img/bg.png); + padding: 50px 0; + margin-top: 50px; + + h2 { + margin-top: 0; + } + + .input-group { + max-width: 500px; + margin: 30px auto 0; + } +} + +// Markdown Override + +.post-image-link { + p { + margin: 0 !important; + } +} + +// Resources Page + +.resources { + h2, h3 { + margin-top: 0; + padding-top: 60px; + } +} + +.submit-box { + margin-top: 60px; + h3 { + padding-top: 0; + } +} + +// Bootstrap Docs Sidebar used on Resources Page +// Sidebar code taken from the Official Bootstrap Docs - http://getbootstrap.com/ + +.bs-docs-sidebar.affix { + position: static; +} + +@media(min-width:768px) { + .bs-docs-sidebar { + padding-left: 20px; + } +} + +.bs-docs-sidenav { + margin-bottom: 20px; + padding-top: 60px; +} + +.bs-docs-sidebar .nav>li>a { + display: block; + padding: 4px 20px; + font-size: 13px; + font-weight: 500; + color: #999; +} + +.bs-docs-sidebar .nav>li>a:hover, +.bs-docs-sidebar .nav>li>a:focus { + padding-left: 19px; + border-left: 1px solid @brand-color; + text-decoration: none; + color: @brand-color; + background-color: transparent; +} + +.bs-docs-sidebar .nav>.active>a, +.bs-docs-sidebar .nav>.active:hover>a, +.bs-docs-sidebar .nav>.active:focus>a { + padding-left: 18px; + border-left: 2px solid @brand-color; + font-weight: 700; + color: @brand-color; + background-color: transparent; +} + +.bs-docs-sidebar .nav .nav { + display: none; + padding-bottom: 10px; +} + +.bs-docs-sidebar .nav .nav>li>a { + padding-top: 1px; + padding-bottom: 1px; + padding-left: 30px; + font-size: 12px; + font-weight: 400; +} + +.bs-docs-sidebar .nav .nav>li>a:hover, +.bs-docs-sidebar .nav .nav>li>a:focus { + padding-left: 29px; +} + +.bs-docs-sidebar .nav .nav>.active>a, +.bs-docs-sidebar .nav .nav>.active:hover>a, +.bs-docs-sidebar .nav .nav>.active:focus>a { + padding-left: 28px; + font-weight: 500; +} + +.back-to-top { + display: none; + margin-top: 10px; + margin-left: 10px; + padding: 4px 10px; + font-size: 12px; + font-weight: 500; + color: #999; +} + +.back-to-top:hover { + text-decoration: none; + color: @brand-color; +} + +@media(min-width:768px) { + .back-to-top { + display: block; + } +} + +@media(min-width:992px) { + .bs-docs-sidebar .nav>.active>ul { + display: block; + } + + .bs-docs-sidebar.affix, + .bs-docs-sidebar.affix-bottom { + width: 213px; + } + + .bs-docs-sidebar.affix { + position: fixed; + top: 20px; + } + + .bs-docs-sidebar.affix-bottom { + position: absolute; + } + + .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, + .bs-docs-sidebar.affix .bs-docs-sidenav { + margin-top: 0; + margin-bottom: 0; + } +} + +@media(min-width:1200px) { + .bs-docs-sidebar.affix-bottom, + .bs-docs-sidebar.affix { + width: 263px; + } +} + +footer { + padding: 50px 0; + .footer-left, + .footer-right, + .footer-below { + text-align: left; + } +} + +@media(min-width:992px) { + footer { + .footer-left { + text-align: left; + } + .footer-right { + text-align: right; + } + .footer-below { + text-align: center; + } + } +} \ No newline at end of file diff --git a/assets/less/variables.less b/assets/less/variables.less new file mode 100644 index 00000000..ab0a5226 --- /dev/null +++ b/assets/less/variables.less @@ -0,0 +1,3 @@ +// Variables + +@brand-color: #b84d45; \ No newline at end of file diff --git a/bare.php b/bare.php deleted file mode 100644 index 64d1ed70..00000000 --- a/bare.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - Start Bootstrap - Free HTML Templates for Bootstrap 3 - - - - - - - - - -
-
-
-

Bare

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • This is a blank canvas, the possibilities are endless!
  • -
  • The nav is a fixed top nav. If you want to make it static, remove the 60px of top margin from the body tag.
  • -
-
-
-

Similar Templates:

-
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/blog-home.php b/blog-home.php deleted file mode 100644 index a4e540dc..00000000 --- a/blog-home.php +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - Start Bootstrap - Blog Homepage Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Blog Home

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
  • Using a free theme from Bootswatch will work very well with this template.
  • -
  • Make sure to include Glyphicons when using this template.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/blog-post.php b/blog-post.php deleted file mode 100644 index 91bc2e23..00000000 --- a/blog-post.php +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - Start Bootstrap - Blog Post Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Blog Post

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
  • Using a free theme from Bootswatch will work very well with this template.
  • -
  • Make sure to include Glyphicons when using this template.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/blog-templates.php b/blog-templates.php deleted file mode 100644 index 1c8b7a7e..00000000 --- a/blog-templates.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - Start Bootstrap - Free Bootstrap Blog Templates and Themes - - - - - - - - - -
-
-
-

Blog Templates

- -
- -
-
- Blog Template with Logo for Twitter Bootstrap 3 -

Blog Home

-

A blog homepage template.

- -
-
- -
-
- Blog Post Template for Twitter Bootstrap 3 -

Blog Post

-

A simple blog post starter.

- -
-
- -
-
-
-
-
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/bootstrap-design-services.html b/bootstrap-design-services.html new file mode 100644 index 00000000..27d43b7b --- /dev/null +++ b/bootstrap-design-services.html @@ -0,0 +1,26 @@ +--- +layout: page +title: Custom Bootstrap Design Services +description: "You can hire the Start Bootstrap team for custom, Bootstrap based web design projects!" +meta-title: "Custom Bootstrap Design Services" +meta-description: "" +--- + +
+
+
+

Here at Start Bootstrap, we are Bootstrap design specialists.

+

Are you looking for a custom Boostrap theme to be designed for you? Do you like one of our themes but need additional features built into it? If so, the Start Bootstrap team is here to help!

+

We offer the following HTML/CSS based services:

+
    +
  • Custom Builds of any Start Bootstrap Theme or Template
  • +
  • Idea/Concept to Bootstrap based HTML/CSS
  • +
  • PSD to Bootstrap based HTML/CSS
  • +
  • Custom Dashboard, Admin, or Web App UI Kits including Bootstrap based jQuery Plugins
  • +
  • Local SEO Friendly Small Business Websites
  • +
+

All of our custom projects include complete LESS files as well, just in case you need to customize anything further! We do not work with advanced JavaScript, PHP, or other server-side projects - we strictly work in front-end, HTML/CSS design. Our custom design rate is $50/hr., and we offer free email or Skype consultations to talk about your design needs before we get started.

+

If you are interested in hiring the Start Bootstrap development team, please email us at feedback@startbootstrap.com and we can start talking about your next project!

+
+
+
diff --git a/bootstrap-resources.html b/bootstrap-resources.html new file mode 100644 index 00000000..1be96adb --- /dev/null +++ b/bootstrap-resources.html @@ -0,0 +1,847 @@ +--- +layout: page +title: Bootstrap Resources +description: "A comprehensive list of Bootstrap 3 and related resources maintained by Start Bootstrap." +meta-title: "Bootstrap Resources and Plugins List" +meta-description: "Bootstrap resources page meta description goes here." +--- + + +
+
+ + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
BootstrapThe most popular front-end framework for developing responsive, mobile first projects on the web.View Resource
Bootstrap ExpoBeautiful and inspiring uses of Bootstrap, curated by @mdo.View Resource
Bootstrap BlogThe official bootstrap blog. Announcements, discussions, and more for Bootstrap.View Resource
RatchetBuild mobile apps with simple HTML, CSS, and JS components.View Resource
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
WrapBootstrapWrapBootstrap is a marketplace for premium themes and templates for Bootstrap. Buy and sell Bootstrap themes!View Resource
DesignmodoCollection of premium Bootstrap themes, Templates and UI kits. Professional and pixel perfect UI frameworks for web designers and developers.
Special Offer: Enter the code 'START' during checkout and receive 15% off of any Designomodo product, courtesy of Start Bootstrap!
View Resource
ThemeForestA listing of over 750 premium Bootstrap templates and themes on ThemeForest that are compatible with Bootstrap 3.View Resource
PixelKitA group of premium Bootstrap UI kits along with a variety of other design elements.View Resource
Creative MarketA collection of over 200 premium, hand picked Bootstrap templates and themes on Creative Market, a design content marketplace.View Resource
Bootstrap MadeA marketplace for high quality, premium Bootstrap themes.View Resource
BootstrapBayBootstrapBay is a marketplace for Bootstrap themes & templates.View Resource
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Start BootstrapFree HTML starter themes and templates for Bootstrap - up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!View Resource
BootswatchFree, easy to use theme skins for Bootstrap.View Resource
Startup Framework (Demo Version)A free demo version of the popular Startup Framework by Designmodo.View Resource
PixelKit Free UI KitsA group of high quality, free UI kits for Bootstrap with a premium version available.View Resource
Black TieFree handsome Bootstrap themes.View Resource
Bootstrap ZeroA free collection of Bootstrap templates maintained by Bootply.View Resource
Bootstrap TasteA free collection of Bootstrap themes.View Resource
GetTemplateResponsive HTML5 and CSS3 templates for rapid web development.View Resource
BootplusA Google+ styled Bootstrap skin.View Resource
BootplusA Facebook styled Bootstrap skin.View Resource
BootmetroA Windows 8, metro styled Bootstrap skin.View Resource
FlatstrapA flat Bootstrap skin.View Resource
CardeostrapA flat Bootstrap skin.View Resource
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Built With BootstrapA showcase of sites and apps built with Bootstrap.View Resource
Love BootstrapA showcase gallery of the world's best bootstrap sitesView Resource
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Bootstrap CDNThe recommended CDN for Bootstrap, Font Awesome, and Bootswatch.View Resource
BootsnippA large library of free code snippets and design elements for Bootstrap.View Resource
JetstrapNot just a mock-up tool, Jetstrap is the premier interface-building tool for Bootstrap 3.View Resource
TwitterBootstrapMVCDevelopment for ASP.NET MVC with Bootstrap made simple.View Resource
BootplyA Bootstrap code editor and builder - the Bootstrap playground.View Resource
UI BootstrapBootstrap components written in pure AngularJS by the AngularUI team.View Resource
KickstrapKickstrap is a boilerplate of Bootstrap, JSPM, Angular.js and Roots that can copy itself into any directory you choose.View Resource
Bootstrap 3 for IE7Bootstrap 3 drops support for Internet Explorer 7, but you can add it back by simply adding this conditional CSS.View Resource
TablestrapA Bootstrap table generator.View Resource
BootstrapDocsA Bootstrap documentation archive.View Resource
BootSwatchrA theme roller for Bootstrap 3.View Resource
PaintstrapGenerate beautiful Bootstrap themes using the Adobe Kuler and COLOURlovers color scheme.View Resource
LavishGenerate your own Bootstrap color scheme from an image and customize to your taste.View Resource
1pxdeepFlat(ish) Bootstrap 3 theme generator.View Resource
HexagonA CSS hexagon generator for Bootstrap 3.View Resource
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Font AwesomeThe iconic font and CSS framework.View Resource
Social Buttons for BootstrapSocial Sign-In Buttons made in pure CSS based on Bootstrap and Font Awesome!View Resource
Bootsnipp Button BuilderA button builder for Bootstrap 3.View Resource
Bootsnipp Form BuilderA form builder for Bootstrap 3.View Resource
Bootstrap MagicA visual theme builder for Bootstrap 3.View Resource
+
+ + + + +

Form Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
jqBootstrapValidationA jQuery validation plugin for bootstrap forms.View Resource
BootstrapValidatorBootstrapValidator is the best jQuery plugin to validate form fields, designed to use with Bootstrap 3. It's developed with love by @nghuuphuoc.View Resource
Bootstrap Floating LabelsUX friendly floating form labels for Bootstrap 3.View Resource
Label in PlaceA simple fully customizable form enhancement plugin for in-field label support.View Resource
Bootstrap Form HelpersA Bootstrap extension including 15 custom jQuery plugins. Free for non-commercial projects, commercial license required for commercial deployments.View Resource
Tags ManagerA tags input helper to manage tags in a form, a jQuery plugin for Bootstrap 3.View Resource
Bootstrap Tags InputA jQuery plugin providing a Bootstrap 3 user interface for managing tags.View Resource
Tokenfield for BootstrapAdvanced tagging/tokenizing plugin for jQuery and Bootstrap 3 with a focus on keyboard and copy-paste support.View Resource
Bootstrap MultiselectBootstrap Multiselect is a jQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select, a Bootstrap button will be shown as the dropdown menu containing the single options as checkboxes.View Resource
Bootstrap TimepickerEasily select a time for a Bootstrap text input using your mouse or keyboards arrow keys.View Resource
Bootstrap Dual ListboxBootstrap Dual Listbox is a responsive dual listbox widget optimized for Bootstrap. It works on all modern browsers and on touch devices.View Resource
Bootstrap Color Picker SlidersA color picker plugin for Bootstrap based off of jQuery Color Picker Sliders.View Resource
Bootstrap TouchSpinA mobile and touch friendly input spinner component for Bootstrap 3. It supports the mousewheel and the up/down keys.View Resource
Bootstrap SwitchTurn checkboxes and radio buttons in toggle switches.View Resource
Datepicker for BootstrapA jQuery plugin that allows you to add datepicker to a field or to any other element.View Resource
Bootstrap DatepickerA datepicker for Bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by @eternicode.View Resource
Date Range Picker for BootstrapA date range picker component for Bootstrap creates a dropdown menu from which a user can select a range of dates.View Resource
ClockfaceA clock face time picker for Bootstrap.View Resource
Bootstrap DateTimePickerA date/time picker widget for Bootstrap 3.View Resource
DateTime PickerA Bootstrap form component to handle date and time data.View Resource
Date PaginatorA jQuery plugin which takes Twitter Bootstrap's already great pagination component and injects a bit of date based magic. In the process creating a hugely simplified and modularised way of paging date based results in your application.View Resource
Bootstrap MaxlengthBootstrap Maxlength uses a Bootstrap label to show a visual feedback to the user about the maximum length of the field where the user is inserting text. Uses the HTML5 attribute "maxlength" to work.View Resource
Iconpicker for BootstrapA simple Bootstrap 3 based icon picker. Allows a user to pick an icon from a dropdown menu.View Resource
Bootstrap TagsBootstrap Tags is a jQuery plugin meant to extend Bootstrap to include tagging functionality.View Resource
FuelUXFuel UX extends Bootstrap with additional lightweight JavaScript controls. Bootstrap 3 support is under development.View Resource
SummernoteSuper Simple WYSIWYG Editor on Bootstrap.View Resource
bootstrap-wysiwygA tiny wysiwyg rich text editor for Bootstrap.View Resource
Bootstrap Tag AutocompleteAn @mention autocomplete plugin similar to the functionality seen on Facebook or Twitter.View Resource
Bootstrap File InputA jQuery plugin designed to make all file input fields look like standard Bootstrap buttons.View Resource
Bootstrap File Input (Krajee)This plugin enhances the HTML 5 file input for Bootstrap 3.x into an advanced widget with file preview for images and text, multiple selection, and more.View Resource
MagicSuggestA multiple selection combobox built for Bootstrap themes.View Resource
jQuery MiniColorsA tiny color picker built on jQuery with Bootstrap 3 support.View Resource
Simple Color PickerYet another jQuery color picker. This plugin is unobtrusive and integrates well with or without Bootstrap.View Resource
Color Palette for BootstrapA color palette dropdown plugin for Bootstrap.View Resource
Slider for BootstrapA Bootstrap slider component.View Resource
jQRangeSliderA powerful slider for selecting value ranges, supporting dates and more.View Resource
jQuery File UploadA file upload plugin with multiple file selection, drag and drop support, progress bars, validation, and preview images, audio, and video for jQuery.View Resource
X-editableIn-place editing with Bootstrap, jQuery UI, or pure jQuery.View Resource
Colorpicker for BootstrapA simple jQuery based color picker extension for Bootstrap.View Resource
Bootstrap ConfirmationBootstrap plugin for on-place confirm boxes using Popover.View Resource
Bootstrap Star RatingA simple yet powerful jQuery star rating plugin for Bootstrap which supports advanced features like fractional star fill and RTL input support.View Resource
+
+ + +

Table Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Bootstrap DatagridA plugin used to create dynamic, sortable tables in Bootstrap.View Resource
Bootstrap DataTablesA extension of the DataTables jQuery plugin that integrates seamlessly with the Bootstrap 3 UI.View Resource
WATableA swiss army jQuery table plugin. Filter, format, paginate, and sort your data with ease and lightning speed.View Resource
+
+ + +

Menu & Navigation Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Bootstrap: Dropdown on Hover PluginA Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.View Resource
metisMenuAn easy jQuery menu plugin for Bootstrap 3.View Resource
Bootstrap Tree ViewA simple and elegant solution to displaying hierarchical tree structures in Bootstrap.View Resource
Responsive Bootstrap Mega MenuA responsive, Bootstrap 3 based mega menu with contact form, video, and Google Map integration.View Resource
Tab Drop for BootstrapVery usefull script when your tabs do not fit in a single row. This script takes the not fitting tabs and makes a new dropdown tab with all the tabs that do not fit.View Resource
+
+ + +

Notification Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Bootstrap TourThe easiest way to show people how to use your website.View Resource
PNotifyJavaScript notifications for Bootstrap, jQuery UI, and the Web Notifications Draft.View Resource
Bootbox.jsBootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.View Resource
Bootstro.jsShow your users a guided tour of what is what on a page using Bootstrap popovers.View Resource
HubSpot MessengerGrowl-style alerts and messages for your app.View Resource
jQuery GrowlA growl notifications plugin that works out of the box with the Bootstrap 3 framework.View Resource
+
+ + +

Modal Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Bootstrap LightboxA simple lightbox plugin based on the bootstrap modal plugin.View Resource
Bootstrap Image GalleryBootstrap Image Gallery is an extension to blueimp Gallery, a touch-enabled, responsive and customizable image & video gallery.View Resource
Flippant.jsA mini JavaScript and CSS library for flipping things over.View Resource
+
+ + +

Other Plugins:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLink
Jasny BootstrapJasny Bootstrap is an extension to Bootstrap, adding a number of features and components.View Resource
Ladda UI for Bootstrap 3Great effect that puts the spinner directly inside a button to give your users immediate feedback after a click or form submit.View Resource
Bootstrap Video PlayerA customizable HTML5 video player plugin for jQuery based on Bootstrap.View Resource
rPagA dynamic pagination jQuery plugin for Bootstrap 3.View Resource
jQuery BootpagHighly responsive pagination for Bootstrap 3.View Resource
Bootstrap Accessibility PluginBootstrap Accessibility Plugin is an extension for the Bootstrap 3 web development framework that makes many of the components of this library accessible for keyboard and screen reader users.View Resource
Bootstrap Link PreviewA facebook-like link preview js library using Bootstrap styling components.View Resource
Bootstrap MarkdownMarkdown editing for Bootstrap.View Resource
+
+ +
+

Are we missing something?

+

Let us know and we will add your missing resource to our list!

+ Submit a Resource +
+ +
+
+
+ + + diff --git a/business-casual.php b/business-casual.php deleted file mode 100644 index ce4ecfbd..00000000 --- a/business-casual.php +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - Start Bootstrap - Business Casual - Full Website Theme for Bootstrap 3 - - - - - - - - - -
-
-
-

Business Casual

- -
- -
-
-
-
-
-

Template Features:

-
    -
  • Fully Functional, 4 Page Website:
  • -
      -
    • Home
    • -
    • About
    • -
    • Blog
    • -
    • Contact
    • -
    -
  • Custom Menu Bar
  • -
  • Custom Content Boxes
  • -
  • Bootstrap Carousel Built-In
  • -
  • Cuztomized Typography - Just Add Your Fonts!
  • -
  • Stock Photos by Death to the Stock Photo
  • -
  • Google Map Built-In
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/business-frontpage.php b/business-frontpage.php deleted file mode 100644 index 8d795984..00000000 --- a/business-frontpage.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - Start Bootstrap - Business Frontpage Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Business Frontpage

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
  • Using a free theme from Bootswatch will work very well with this template.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/buy-bootstrap-templates.html b/buy-bootstrap-templates.html new file mode 100644 index 00000000..98a827b5 --- /dev/null +++ b/buy-bootstrap-templates.html @@ -0,0 +1,59 @@ +--- +layout: page +title: Premium Themes +description: "A hand selected group the best Bootstrap themes and templates from around the web." +meta-title: "Buy Bootstrap Themes & Templates" +meta-description: "A collection of some of the best premium Bootstrap themes and templates from around the web." +redirect_from: + - /sponsored-templates/ +--- + +
+
+
+ +
+ {% for post in site.categories.premium %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview + Purchase +
+
+
+ {% endfor %} +
+
+
+
+

Need Something Custom Built?

+

We do that too!

+ Find Out More! +
+
+
+
\ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 00000000..f83a4617 --- /dev/null +++ b/contact.html @@ -0,0 +1,23 @@ +--- +layout: page +title: Contact +description: "Contact Start Bootstrap if you have suggestions for a new template, have feedback for us, or if you need help." +meta-title: "Contact" +meta-description: "Contact Start Bootstrap - Start Bootstrap help requests, template suggestions, and general feedback." +--- + +
+
+
+

Feedback & Template Suggestions

+

If you have general feedback, or if you have an idea for a template you would like to see on Start Bootstrap, please email us at:

+

feedback@startbootstrap.com

+

Help Requests

+

If you need help with one of our templates, or if you are experiencing a bug, please visit our help page. If you still can't find an answer, please email us at:

+

help@startbootstrap.com

+

Hire Us!

+

Do you want a custom Bootstrap theme? Do you like one of our templates, but want some additional features added? If so, you can hire the Start Bootstrap team to get your custom project done! We build HTML/CSS Bootstrap themes at a fixed rate of $50/hr. We can work from design concepts, examples of other designs you like, or from PSD's! If you're interested in our custom design services, click here for more information, or email us at:

+

feedback@startbootstrap.com

+
+
+
diff --git a/contact.php b/contact.php deleted file mode 100644 index 2ec3770b..00000000 --- a/contact.php +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - Contact Start Bootstrap - Free HTML Templates for Bootstrap 3 - - - - - - - - - -
-
-
-

Contact Start Bootstrap

- -
-
-

If you have an awesome idea for a new template, a suggestion, or are looking for some help with using the files, feel free to contact us!

- Submit a Template (attach HTML and CSS)
- feedback@startbootstrap.com

- Need Help?
- help@startbootstrap.com

-

Have a Suggestion?
- feedback@startbootstrap.com

-

Thank you for using Start Bootstrap, we'll see you again soon!

-
-
-
-
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/css/ads.css b/css/ads.css deleted file mode 100644 index 45bc8c9d..00000000 --- a/css/ads.css +++ /dev/null @@ -1,59 +0,0 @@ -.carbonad { - width: auto !important; - padding: 20px !important; - margin-top: 20px; - overflow: hidden; /* clearfix */ - height: auto !important; - font-size: 13px !important; - line-height: 16px !important; - text-align: left; - background: #b84d45 !important; - border: 0 !important; - border-radius: 4px; -} -.carbonad-img { - margin: 0 !important; -} -.carbonad-text, -.carbonad-tag { - float: none !important; - display: block !important; - width: auto !important; - height: auto !important; - margin-left: 145px !important; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; - color: #fff; -} -.carbonad-text { - padding-top: 0 !important; -} -.carbonad-tag { - color: #fbdedb !important; - text-align: left !important; -} -.carbonad-text a, -.carbonad-tag a { - color: #fff !important; -} -.carbonad #azcarbon > img { - display: none; /* hide what I assume are tracking images */ -} - -@media screen and (min-width: 991px) { - .carbonad { - margin-top: 0 !important; - width: auto !important; - } -} - -@media screen and (min-width: 1200px) { - .carbonad { - position: absolute; - right: 0; - margin-right: 15px !important; - margin-top: 0 !important; - padding: 15px !important; - width: 330px !important; - min-height: 132px; - } -} \ No newline at end of file diff --git a/css/magnific-popup.css b/css/magnific-popup.css deleted file mode 100644 index 06615782..00000000 --- a/css/magnific-popup.css +++ /dev/null @@ -1,368 +0,0 @@ -/* Magnific Popup CSS */ -.mfp-bg { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1042; - overflow: hidden; - position: fixed; - background: #0b0b0b; - opacity: 0.8; - filter: alpha(opacity=80); } - -.mfp-wrap { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1043; - position: fixed; - outline: none !important; - -webkit-backface-visibility: hidden; } - -.mfp-container { - text-align: center; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - padding: 0 8px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -.mfp-container:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; } - -.mfp-align-top .mfp-container:before { - display: none; } - -.mfp-content { - position: relative; - display: inline-block; - vertical-align: middle; - margin: 0 auto; - text-align: left; - z-index: 1045; } - -.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { - width: 100%; - cursor: auto; } - -.mfp-ajax-cur { - cursor: progress; } - -.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { - cursor: -moz-zoom-out; - cursor: -webkit-zoom-out; - cursor: zoom-out; } - -.mfp-zoom { - cursor: pointer; - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; } - -.mfp-auto-cursor .mfp-content { - cursor: auto; } - -.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; } - -.mfp-loading.mfp-figure { - display: none; } - -.mfp-hide { - display: none !important; } - -.mfp-preloader { - color: #cccccc; - position: absolute; - top: 50%; - width: auto; - text-align: center; - margin-top: -0.8em; - left: 8px; - right: 8px; - z-index: 1044; } - .mfp-preloader a { - color: #cccccc; } - .mfp-preloader a:hover { - color: white; } - -.mfp-s-ready .mfp-preloader { - display: none; } - -.mfp-s-error .mfp-content { - display: none; } - -button.mfp-close, button.mfp-arrow { - overflow: visible; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; - display: block; - outline: none; - padding: 0; - z-index: 1046; - -webkit-box-shadow: none; - box-shadow: none; } -button::-moz-focus-inner { - padding: 0; - border: 0; } - -.mfp-close { - width: 44px; - height: 44px; - line-height: 44px; - position: absolute; - right: 0; - top: 0; - text-decoration: none; - text-align: center; - opacity: 0.65; - filter: alpha(opacity=65); - padding: 0 0 18px 10px; - color: white; - font-style: normal; - font-size: 28px; - font-family: Arial, Baskerville, monospace; } - .mfp-close:hover, .mfp-close:focus { - opacity: 1; - filter: alpha(opacity=100); } - .mfp-close:active { - top: 1px; } - -.mfp-close-btn-in .mfp-close { - color: #333333; } - -.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { - color: white; - right: -6px; - text-align: right; - padding-right: 6px; - width: 100%; } - -.mfp-counter { - position: absolute; - top: 0; - right: 0; - color: #cccccc; - font-size: 12px; - line-height: 18px; } - -.mfp-arrow { - position: absolute; - opacity: 0.65; - filter: alpha(opacity=65); - margin: 0; - top: 50%; - margin-top: -55px; - padding: 0; - width: 90px; - height: 110px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - .mfp-arrow:active { - margin-top: -54px; } - .mfp-arrow:hover, .mfp-arrow:focus { - opacity: 1; - filter: alpha(opacity=100); } - .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { - content: ''; - display: block; - width: 0; - height: 0; - position: absolute; - left: 0; - top: 0; - margin-top: 35px; - margin-left: 35px; - border: medium inset transparent; } - .mfp-arrow:after, .mfp-arrow .mfp-a { - border-top-width: 13px; - border-bottom-width: 13px; - top: 8px; } - .mfp-arrow:before, .mfp-arrow .mfp-b { - border-top-width: 21px; - border-bottom-width: 21px; - opacity: 0.7; } - -.mfp-arrow-left { - left: 0; } - .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { - border-right: 17px solid white; - margin-left: 31px; } - .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { - margin-left: 25px; - border-right: 27px solid #3f3f3f; } - -.mfp-arrow-right { - right: 0; } - .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { - border-left: 17px solid white; - margin-left: 39px; } - .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { - border-left: 27px solid #3f3f3f; } - -.mfp-iframe-holder { - padding-top: 40px; - padding-bottom: 40px; } - .mfp-iframe-holder .mfp-content { - line-height: 0; - width: 100%; - max-width: 900px; } - .mfp-iframe-holder .mfp-close { - top: -40px; } - -.mfp-iframe-scaler { - width: 100%; - height: 0; - overflow: hidden; - padding-top: 56.25%; } - .mfp-iframe-scaler iframe { - position: absolute; - display: block; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: black; } - -/* Main image in popup */ -img.mfp-img { - width: auto; - max-width: 100%; - height: auto; - display: block; - line-height: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 40px 0 40px; - margin: 0 auto; } - -/* The shadow behind the image */ -.mfp-figure { - line-height: 0; } - .mfp-figure:after { - content: ''; - position: absolute; - left: 0; - top: 40px; - bottom: 40px; - display: block; - right: 0; - width: auto; - height: auto; - z-index: -1; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: #444444; } - .mfp-figure small { - color: #bdbdbd; - display: block; - font-size: 12px; - line-height: 14px; } - .mfp-figure figure { - margin: 0; } - -.mfp-bottom-bar { - margin-top: -36px; - position: absolute; - top: 100%; - left: 0; - width: 100%; - cursor: auto; } - -.mfp-title { - text-align: left; - line-height: 18px; - color: #f3f3f3; - word-wrap: break-word; - padding-right: 36px; } - -.mfp-image-holder .mfp-content { - max-width: 100%; } - -.mfp-gallery .mfp-image-holder .mfp-figure { - cursor: pointer; } - -@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { - /** - * Remove all paddings around the image on small screen - */ - .mfp-img-mobile .mfp-image-holder { - padding-left: 0; - padding-right: 0; } - .mfp-img-mobile img.mfp-img { - padding: 0; } - .mfp-img-mobile .mfp-figure:after { - top: 0; - bottom: 0; } - .mfp-img-mobile .mfp-figure small { - display: inline; - margin-left: 5px; } - .mfp-img-mobile .mfp-bottom-bar { - background: rgba(0, 0, 0, 0.6); - bottom: 0; - margin: 0; - top: auto; - padding: 3px 5px; - position: fixed; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - .mfp-img-mobile .mfp-bottom-bar:empty { - padding: 0; } - .mfp-img-mobile .mfp-counter { - right: 5px; - top: 3px; } - .mfp-img-mobile .mfp-close { - top: 0; - right: 0; - width: 35px; - height: 35px; - line-height: 35px; - background: rgba(0, 0, 0, 0.6); - position: fixed; - text-align: center; - padding: 0; } } - -@media all and (max-width: 900px) { - .mfp-arrow { - -webkit-transform: scale(0.75); - transform: scale(0.75); } - .mfp-arrow-left { - -webkit-transform-origin: 0; - transform-origin: 0; } - .mfp-arrow-right { - -webkit-transform-origin: 100%; - transform-origin: 100%; } - .mfp-container { - padding-left: 6px; - padding-right: 6px; } } - -.mfp-ie7 .mfp-img { - padding: 0; } -.mfp-ie7 .mfp-bottom-bar { - width: 600px; - left: 50%; - margin-left: -300px; - margin-top: 5px; - padding-bottom: 5px; } -.mfp-ie7 .mfp-container { - padding: 0; } -.mfp-ie7 .mfp-content { - padding-top: 44px; } -.mfp-ie7 .mfp-close { - top: 0; - right: 0; - padding-top: 0; } \ No newline at end of file diff --git a/css/startbootstrap.css b/css/startbootstrap.css deleted file mode 100644 index 6a02ee68..00000000 --- a/css/startbootstrap.css +++ /dev/null @@ -1,188 +0,0 @@ -/* ------------------- */ - -/* WARNING! IMPORTANT! */ - -/* ------------------- */ - -/* START BOOTSTRAP CUSTOM CSS - USE THE CUSTOM.CSS FILE INSTEAD OF THIS ONE IF YOU ARE LOOKING TO USE THE HTML STARTER TEMPLATES - THIS ISN'T THE FILE YOU'RE LOOKING FOR, MOVE ALONG */ - -body { - margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */ -} - -/* Top nav and header */ - -.startbootstrap-nav { - border-color: #a5423b; - background-color: #b84d45; - box-shadow: 0 1px 0 rgba(255,255,255,.1); -} - -.startbootstrap-nav .navbar-brand { - color: #fff; -} - -.startbootstrap-nav .navbar-nav > li > a, -.masthead a { - color: #fbdedb; -} - -.startbootstrap-nav .navbar-nav > li > a:hover, -.startbootstrap-nav .navbar-nav > li > a:focus { - color: #fff; - background-color: #a5423b; -} - -.startbootstrap-nav .navbar-nav > .active > a, -.startbootstrap-nav .navbar-nav > .active > a:hover { - color: #fff; - background-color: #a5423b; -} - -.startbootstrap-nav .nav .open > a, -.nav .open > a:hover, -.startbootstrap-nav .nav .open > a:focus { - color: #fff; - background-color: #a5423b; -} - -.startbootstrap-nav .navbar-toggle { - border-color: #b84d45; -} - -.startbootstrap-nav .navbar-toggle:hover { - border-color: #b84d45; - background-color: #b84d45; -} - -.startbootstrap-nav .navbar-collapse { - border: none; -} - -.startbootstrap-nav .navbar-toggle .icon-bar { - background-color: #fff; -} - -.startbootstrap-nav .nav .caret { - border-top-color: #fbdedb; - border-bottom-color: #fbdedb; -} - -.startbootstrap-nav .nav .open > a, -.nav .open > a:hover .caret, -.startbootstrap-nav .nav .open > a:focus .caret, -.startbootstrap-nav .nav .active .caret, -.startbootstrap-nav .nav a:hover .caret, -.startbootstrap-nav .nav a:focus .caret { - border-top-color: #fff; - border-bottom-color: #fff; -} - -.startbootstrap-nav .dropdown-menu > li > a:hover, -.startbootstrap-nav .dropdown-menu > li > a:focus, -.startbootstrap-nav .dropdown-menu > .active > a, -.startbootstrap-nav .dropdown-menu > .active > a:hover, -.startbootstrap-nav .dropdown-menu > .active > a:focus { - color: #fff; - background-color: #a5423b; -} - -/* Homepage elements */ - -.masthead { - position: relative; - padding: 6em 0; - text-align: center; - color: #fff; - background-color: #b84d45; -} - -.masthead h1 { - font-size: 5em; - line-height: 1; -} - -#social { - padding-top: 4.5em; -} - -.intro-marketing { - padding-bottom: 3em; - background-color: #fbdedb; -} - -.intro-marketing-box { - padding-top: 3em; -} - -.templates { - padding: 3em 0; -} - -.preview { - padding: 1em 0 3em; - text-align: center; -} - -.download-links > li { - margin-bottom: 5px; -} - -footer { - padding: 3em 0; - text-align: left; -} - -.btn-primary { - border-color: #a5423b; - color: #ffffff; - background-color: #b84d45; -} - -.btn-primary:hover, -.btn-primary:focus, -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - border-color: #a5423b; - color: #ffffff; - background-color: #a5423b; -} - -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - background-image: none; -} - -.yellow { - color: #f0ad4e; -} - - -@media(max-width:991px) { - .masthead { - padding: 1em 0; - } - - .masthead h1 { - font-size: 3em; - } - - .intro-marketing { - padding: 3em 0; - } -} - -@media(max-width:767px) { - .dropdown-menu > li > a, - .dropdown-menu > li > a { - color: #fbdedb; - } - - .dropdown-menu > li > a:hover, - .dropdown-menu > li > a:focus { - color: #fff; - background-color: #a5423b; - } -} \ No newline at end of file diff --git a/downloads/1-col-portfolio.zip b/downloads/1-col-portfolio.zip index ea63d516..76e86953 100644 Binary files a/downloads/1-col-portfolio.zip and b/downloads/1-col-portfolio.zip differ diff --git a/downloads/2-col-portfolio.zip b/downloads/2-col-portfolio.zip index 589db67a..4a2dc487 100644 Binary files a/downloads/2-col-portfolio.zip and b/downloads/2-col-portfolio.zip differ diff --git a/downloads/3-col-portfolio.zip b/downloads/3-col-portfolio.zip index 1f606a3e..928f6f05 100644 Binary files a/downloads/3-col-portfolio.zip and b/downloads/3-col-portfolio.zip differ diff --git a/downloads/4-col-portfolio.zip b/downloads/4-col-portfolio.zip index dff1134e..2e3e184b 100644 Binary files a/downloads/4-col-portfolio.zip and b/downloads/4-col-portfolio.zip differ diff --git a/downloads/agency.zip b/downloads/agency.zip new file mode 100644 index 00000000..5b5fd270 Binary files /dev/null and b/downloads/agency.zip differ diff --git a/downloads/bare.zip b/downloads/bare.zip index 58812f0b..cfa059da 100644 Binary files a/downloads/bare.zip and b/downloads/bare.zip differ diff --git a/downloads/blog-home.zip b/downloads/blog-home.zip index 91e5ceb2..57dcbd53 100644 Binary files a/downloads/blog-home.zip and b/downloads/blog-home.zip differ diff --git a/downloads/blog-post.zip b/downloads/blog-post.zip index 9b3a113e..28f68d7a 100644 Binary files a/downloads/blog-post.zip and b/downloads/blog-post.zip differ diff --git a/downloads/business-casual.zip b/downloads/business-casual.zip index abdb6580..71204c87 100644 Binary files a/downloads/business-casual.zip and b/downloads/business-casual.zip differ diff --git a/downloads/business-frontpage.zip b/downloads/business-frontpage.zip index 9e0761c2..aa23a68c 100644 Binary files a/downloads/business-frontpage.zip and b/downloads/business-frontpage.zip differ diff --git a/downloads/freelancer.zip b/downloads/freelancer.zip index ea3078c2..a6e4e935 100644 Binary files a/downloads/freelancer.zip and b/downloads/freelancer.zip differ diff --git a/downloads/full-slider.zip b/downloads/full-slider.zip index 553ee88c..55610973 100644 Binary files a/downloads/full-slider.zip and b/downloads/full-slider.zip differ diff --git a/downloads/full-width-pics.zip b/downloads/full-width-pics.zip index 9db4c6f0..d5df0874 100644 Binary files a/downloads/full-width-pics.zip and b/downloads/full-width-pics.zip differ diff --git a/downloads/full.zip b/downloads/full.zip index f30d71bf..9765115f 100644 Binary files a/downloads/full.zip and b/downloads/full.zip differ diff --git a/downloads/grayscale.zip b/downloads/grayscale.zip index eeef91c1..986f098a 100644 Binary files a/downloads/grayscale.zip and b/downloads/grayscale.zip differ diff --git a/downloads/half-slider.zip b/downloads/half-slider.zip index d9093ac8..0d896c40 100644 Binary files a/downloads/half-slider.zip and b/downloads/half-slider.zip differ diff --git a/downloads/heroic-features.zip b/downloads/heroic-features.zip index e741f6c8..8767c1a7 100644 Binary files a/downloads/heroic-features.zip and b/downloads/heroic-features.zip differ diff --git a/downloads/landing-page.zip b/downloads/landing-page.zip index 3b2cb11b..0f3a4ab8 100644 Binary files a/downloads/landing-page.zip and b/downloads/landing-page.zip differ diff --git a/downloads/logo-nav.zip b/downloads/logo-nav.zip index 50d0f921..b673908a 100644 Binary files a/downloads/logo-nav.zip and b/downloads/logo-nav.zip differ diff --git a/downloads/modern-business.zip b/downloads/modern-business.zip index a9a8d2da..8fbd12c3 100644 Binary files a/downloads/modern-business.zip and b/downloads/modern-business.zip differ diff --git a/downloads/one-page-wonder.zip b/downloads/one-page-wonder.zip index 57187213..4583b249 100644 Binary files a/downloads/one-page-wonder.zip and b/downloads/one-page-wonder.zip differ diff --git a/downloads/portfolio-item.zip b/downloads/portfolio-item.zip index ad683961..cacf4427 100644 Binary files a/downloads/portfolio-item.zip and b/downloads/portfolio-item.zip differ diff --git a/downloads/round-about.zip b/downloads/round-about.zip index 81453992..c22ff5c2 100644 Binary files a/downloads/round-about.zip and b/downloads/round-about.zip differ diff --git a/downloads/sb-admin-2.zip b/downloads/sb-admin-2.zip new file mode 100644 index 00000000..4c67ae4c Binary files /dev/null and b/downloads/sb-admin-2.zip differ diff --git a/downloads/sb-admin-v2.zip b/downloads/sb-admin-v2.zip deleted file mode 100644 index 0ea8ecca..00000000 Binary files a/downloads/sb-admin-v2.zip and /dev/null differ diff --git a/downloads/sb-admin.zip b/downloads/sb-admin.zip index 0b747352..a4c18832 100644 Binary files a/downloads/sb-admin.zip and b/downloads/sb-admin.zip differ diff --git a/downloads/scrolling-nav.zip b/downloads/scrolling-nav.zip index 0d2c24d5..ebfb0afd 100644 Binary files a/downloads/scrolling-nav.zip and b/downloads/scrolling-nav.zip differ diff --git a/downloads/shop-homepage.zip b/downloads/shop-homepage.zip index 7a91d942..ac83101c 100644 Binary files a/downloads/shop-homepage.zip and b/downloads/shop-homepage.zip differ diff --git a/downloads/shop-item.zip b/downloads/shop-item.zip index 548c6ed0..50f4d858 100644 Binary files a/downloads/shop-item.zip and b/downloads/shop-item.zip differ diff --git a/downloads/simple-sidebar.zip b/downloads/simple-sidebar.zip index e5cd3371..65ba365a 100644 Binary files a/downloads/simple-sidebar.zip and b/downloads/simple-sidebar.zip differ diff --git a/downloads/small-business.zip b/downloads/small-business.zip index f5c742e1..ac612bc6 100644 Binary files a/downloads/small-business.zip and b/downloads/small-business.zip differ diff --git a/downloads/stylish-portfolio.zip b/downloads/stylish-portfolio.zip index c4185307..19bd802e 100644 Binary files a/downloads/stylish-portfolio.zip and b/downloads/stylish-portfolio.zip differ diff --git a/downloads/the-big-picture.zip b/downloads/the-big-picture.zip index c53a543f..8b2e7408 100644 Binary files a/downloads/the-big-picture.zip and b/downloads/the-big-picture.zip differ diff --git a/downloads/thumbnail-gallery.zip b/downloads/thumbnail-gallery.zip index ffdd88ed..69f14554 100644 Binary files a/downloads/thumbnail-gallery.zip and b/downloads/thumbnail-gallery.zip differ diff --git a/ecommerce-shop-templates.php b/ecommerce-shop-templates.php deleted file mode 100644 index 8b8a5bea..00000000 --- a/ecommerce-shop-templates.php +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - Start Bootstrap - Free Ecommerce Bootstrap Templates and Themes - - - - - - - - - -
-
-
-

Ecommerce and Online Store Templates

- -
- -
-
- Shop Homepage Free Website Theme for Bootstrap 3 -

Shop Homepage

-

A simple shop homepage.

- -
-
- -
-
- Shop Item Free Website Theme for Bootstrap 3 -

Shop Item

-

A shop item template.

- -
-
- -
-
-
-
-
-
- -
-
- Free Bootstrap Home Page Template -

Heroic Features

-

Feature awesome text-based content.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/freelancer.php b/freelancer.php deleted file mode 100644 index bf594022..00000000 --- a/freelancer.php +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - Start Bootstrap - Free Responsive One Page Portfolio Theme for Bootstrap 3 - - - - - - - - - -
-
-
-

Freelancer

- -
- -
-
-
-
-
-

Features:

- -
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/full-site-templates.php b/full-site-templates.php deleted file mode 100644 index 0591f9ce..00000000 --- a/full-site-templates.php +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - Start Bootstrap - Free Full Website Templates for Bootstrap 3 - - - - - - - - - -
-
-
-

Full Website Templates

- -
- -
-
- Business Casual Free Website Theme for Bootstrap 3 -

Business Casual Full Site

-

A 4 page minimalist website theme.

- -
-
- -
-
- Business Full Website Template for Twitter Bootstrap 3 -

Modern Business Full Site

-

A 17 page multi-purpose template.

- -
-
- -
-
-
-
-
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/full-slider.php b/full-slider.php deleted file mode 100644 index cc958e18..00000000 --- a/full-slider.php +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - Start Bootstrap - Full Slider Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Full Slider

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Make sure you understand how the Bootstrap 3 carousel works.
  • -
  • Use decent pictures for the slider that will still load quickly.
  • -
  • Use unique and stylish fonts.
  • -
  • We recommend custom styling for the photo captions (for optimum legibility).
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/full-width-pics.php b/full-width-pics.php deleted file mode 100644 index 2c6de13d..00000000 --- a/full-width-pics.php +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - Start Bootstrap - Full Width Pics Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Full Width Pics

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Use decent pictures for the full width pictures that will still load quickly.
  • -
  • Use unique and stylish fonts.
  • -
  • Use a retina-ready, responsive image option for the logo, for example, retina.js.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/full.php b/full.php deleted file mode 100644 index 3cb4a995..00000000 --- a/full.php +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - Start Bootstrap - Full Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Full

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Use a quality photo for the background image that will still load quickly.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/grayscale.php b/grayscale.php deleted file mode 100644 index 3af33fed..00000000 --- a/grayscale.php +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - Start Bootstrap - Free Responsive One Page Theme for Bootstrap 3 - - - - - - - - - -
-
-
-

Grayscale

- -
- -
-
-
-
-
-

Design Recommendations and Features:

-
    -
  • New The scrolling navigation in Grayscale can be accessed as a raw, unstyled version in our Scrolling Nav template.
  • -
  • This template is a fully functional, premium quality Bootstrap theme. It includes the following features:
  • -
      -
    • Easing scroll function for smooth navigation - uses jQuery easing plugin.
    • -
    • Custom built jQuery navbar that collapses on scroll with scrollspy for active class handling.
    • -
    • Professional Photography by Gratisography
    • -
    • Font Awesome Icon Font
    • -
    • Google Web Fonts Integration
    • -
    • Custom Google Map style by Snazzy Maps
    • -
    • Custom scroll down button with a pulsing hover effect.
    • -
    • Custom outline button design.
    • -
    • LESS stylesheet included for easy color customization.
    • -
    • Uses CDN's for Bootstrap, FontAwesome, jQuery, and jQuery Easing. Physical copies of those files are included within the download file.
    • -
    -
  • Valid HTML5
  • -
  • Fully Responsive UX
  • -
  • This template works great as is, but is simple enough to add your own custom stylings. Have fun with it!
  • -
  • The pictures in this theme mockup were created by adding a 50% opacity black overlay to desaturated images. Using this technique on an image will replicate the effect shown.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/half-slider.php b/half-slider.php deleted file mode 100644 index 2739db16..00000000 --- a/half-slider.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - Start Bootstrap - Half Slider Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Half Slider

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • You can change the height of the slider in the half-slider.css CSS file.
  • -
  • Use decent pictures for the slider that will still load quickly.
  • -
  • Use unique and stylish fonts.
  • -
  • We recommend custom styling for the photo captions (for optimum legibility).
  • -
  • Space out your content to optimize legibility and make the design look great!
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/help.html b/help.html new file mode 100644 index 00000000..9e5129f2 --- /dev/null +++ b/help.html @@ -0,0 +1,27 @@ +--- +layout: page +title: Help +description: "Help using Start Bootstrap, an overview of our website, and basic troubleshooting information about our themes & templates." +meta-title: "Help" +meta-description: "Start Bootstrap's help page. Includes an overview of our website, basic troubleshooting information, and informatino about our themes and templates." +--- + +
+
+
+

About Start Bootstrap

+

Start Bootstrap is a collection of free to use, open source themes and templates for the Bootstrap framework. The project was created in 2013 by Iron Summit Media Strategies, a digital marketing agency in Orlando, FL. All of the templates you see on Start Bootstrap are free to use for any purpose, even commercial, without attribution. New and existing templates are created and maintained by Iron Summit Media Strategies.

+

Copyright and License

+

Start Bootstrap is licensed under the Apache License, Version 2.0. Our free themes and templates that you can download on our site are open source, and are free to use, even commercially. Additionally, attribution is not required if you use our templates. All we ask is that if you like Start Bootstrap, be sure to share our website with your friends! You can view a copy of the license in our GitHub repository.

+

About Bootstrap

+

Bootstrap is a "sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." All of Start Bootstrap's templates are built using the Bootstrap framework, and you should have a good understanding of the framework before using our templates.

+

You can read more about Bootstrap on their official website at http://getbootstrap.com/about/.

+

Accessing the Themes & Templates

+

To use our free templates, you can download them directly from our website using the download button on each of the template overview pages. You can also find the source files for each of our templates on GitHub, and you can fork a copy of the Start Bootstrap GitHub repository for your own development purposes.

+

Still Having Trouble?

+

If you run into any bugs with any of our templates, please feel free to open an issue on our GitHub page. If you have solved a bug within one of our templates, you can submit a pull request with the bug fix. For additional support and other questions, please email us at help@startbootstrap.com and we will try our best to assist you. You can also hire us and we can complete your project for you! Thanks for visiting Start Bootstrap!

+

Hire Us!

+

The Start Bootstrap team is here to help you with your next Bootstrap based project. Whether you need a custom theme or are extending an existing Bootstrap template, we can help get the job done! Read more about how to hire us on our custom design services page.

+
+
+
diff --git a/help.php b/help.php deleted file mode 100644 index c079cb2a..00000000 --- a/help.php +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - Help - Start Bootstrap - Free HTML Templates for Bootstrap 3 - - - - - - - - - -
-
-
-

Help with Start Bootstrap

- -
-
-

About Bootstrap

-

Bootstrap is a "sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." Before using any of Start Bootstrap's templates, it is recommended that you take a look at the offical Bootstrap website to understand the framework's capabilities and usage.

-

Using the Templates

-

The templates featured on Start Bootstrap are built using the Bootstrap 3 framework. In order to get the most out of these free templates, we recommend that you build an in-depth understanding of the Bootstrap framework itself. The templates featured on Start Bootstrap can be great learning tools and are a great place to start when building a website. To unlock their full potential, the templates and themes will require some additional personalized customization.

-

To access the templates you can either download the .zip file for a template located on the template's preview page, you can view the live preview and copy the HTML/CSS source code directly, or you find the templates on our GitHub repository.

-

Copyright and License

-

Start Bootstrap is licensed under the Apache License, Version 2.0. The free templates and themes featured are open source, and free to use for any purpose - commercial or otherwise. You can view a copy of our license in the Start Bootstrap GitHub repository.

-

Bootstrap 3 Learning Resources

- -

Still Having Trouble?

-

We are still extending this help page as we add more templates and get more requests. If you have a specific question, please email us at help@startbootstrap.com and we will try our best to assist you.

-
-
-
-
-
-
- -
- - - - - - - diff --git a/heroic-features.php b/heroic-features.php deleted file mode 100644 index 10119f06..00000000 --- a/heroic-features.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - Start Bootstrap - Heroic Features Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Heroic Features

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Text-based content will work best for this template.
  • -
  • With some more customization, this could be a good start to an online store.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/home-page-templates.php b/home-page-templates.php deleted file mode 100644 index 0c6976d1..00000000 --- a/home-page-templates.php +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - Start Bootstrap - Free Landing Page Templates and Themes for Bootstrap 3 - - - - - - - - - -
-
-
-

Landing Page Templates

- -
- -
-
- Free One Page Website Theme for Bootstrap 3 -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
- Free Bootstrap Responsive One Page Theme -

Grayscale Popular

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
-
-
-
-
- -
-
- Free Landing Page Template for Bootstrap 3 -

Landing Page Popular

-

A stylish landing page template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio Popular

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Half Page Full Width Slider Template for Twitter Bootstrap 3 -

Half Slider

-

A half page background slider.

- -
-
- -
-
- Small Business HTML Template for Twitter Bootstrap 3 -

Small Business

-

A small business template.

- -
-
- -
-
- Full Page Background Slider Template for Twitter Bootstrap 3 -

Full Slider

-

A full page background slider.

- -
-
- -
-
- Full With Images Homepage Template for Twitter Bootstrap -

Full Width Pics

-

A page with full width pictures.

- -
-
- -
-
- Portfolio Template for Twitter Bootstrap -

The Big Picture

-

An image background with a fixed bottom nav.

- -
-
- -
-
- Business Frontpage Bootstrap Template -

Business Frontpage

-

A full width image header with a fixed nav.

- -
-
- -
-
- One Page Free Bootstrap HTML Template -

One Page Wonder

-

A stylish one page template built for scrolling.

- -
-
- -
-
- Free Bootstrap Home Page Template -

Heroic Features

-

Feature awesome text-based content.

- -
-
- -
-
- Free Bootstrap Full Page Image Background Template -

Full

-

A fixed position full page image background.

- -
-
- -
-
- HTML Starter Template for Bootstrap 3 -

Bare

-

A barebones Bootstrap HTML template.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/img/1-col-portfolio.jpg b/img/1-col-portfolio.jpg deleted file mode 100644 index 2ce4722c..00000000 Binary files a/img/1-col-portfolio.jpg and /dev/null differ diff --git a/img/2-col-portfolio.jpg b/img/2-col-portfolio.jpg deleted file mode 100644 index 5471ff93..00000000 Binary files a/img/2-col-portfolio.jpg and /dev/null differ diff --git a/img/3-col-portfolio.jpg b/img/3-col-portfolio.jpg deleted file mode 100644 index e01a36c8..00000000 Binary files a/img/3-col-portfolio.jpg and /dev/null differ diff --git a/img/4-col-portfolio.jpg b/img/4-col-portfolio.jpg deleted file mode 100644 index 9d8de3db..00000000 Binary files a/img/4-col-portfolio.jpg and /dev/null differ diff --git a/img/bare.jpg b/img/bare.jpg deleted file mode 100644 index 24d03875..00000000 Binary files a/img/bare.jpg and /dev/null differ diff --git a/img/blog-home.jpg b/img/blog-home.jpg deleted file mode 100644 index 0e902c4f..00000000 Binary files a/img/blog-home.jpg and /dev/null differ diff --git a/img/blog-post.jpg b/img/blog-post.jpg deleted file mode 100644 index 4d00df15..00000000 Binary files a/img/blog-post.jpg and /dev/null differ diff --git a/img/business-casual.jpg b/img/business-casual.jpg deleted file mode 100644 index 91ede92f..00000000 Binary files a/img/business-casual.jpg and /dev/null differ diff --git a/img/business-frontpage.jpg b/img/business-frontpage.jpg deleted file mode 100644 index d4a6df49..00000000 Binary files a/img/business-frontpage.jpg and /dev/null differ diff --git a/img/favicon.png b/img/favicon.png deleted file mode 100644 index 94c816b2..00000000 Binary files a/img/favicon.png and /dev/null differ diff --git a/img/flex-admin.jpg b/img/flex-admin.jpg deleted file mode 100644 index 1185db5f..00000000 Binary files a/img/flex-admin.jpg and /dev/null differ diff --git a/img/freelancer.jpg b/img/freelancer.jpg deleted file mode 100644 index 83980d66..00000000 Binary files a/img/freelancer.jpg and /dev/null differ diff --git a/img/full-slider.jpg b/img/full-slider.jpg deleted file mode 100644 index 0794f313..00000000 Binary files a/img/full-slider.jpg and /dev/null differ diff --git a/img/full-width-pics.jpg b/img/full-width-pics.jpg deleted file mode 100644 index d0b7bf12..00000000 Binary files a/img/full-width-pics.jpg and /dev/null differ diff --git a/img/full.jpg b/img/full.jpg deleted file mode 100644 index a33546f6..00000000 Binary files a/img/full.jpg and /dev/null differ diff --git a/img/grayscale.jpg b/img/grayscale.jpg deleted file mode 100644 index 86c5ff23..00000000 Binary files a/img/grayscale.jpg and /dev/null differ diff --git a/img/half-slider.jpg b/img/half-slider.jpg deleted file mode 100644 index c7523d5a..00000000 Binary files a/img/half-slider.jpg and /dev/null differ diff --git a/img/heroic-features.jpg b/img/heroic-features.jpg deleted file mode 100644 index 35775f1d..00000000 Binary files a/img/heroic-features.jpg and /dev/null differ diff --git a/img/landing-page.jpg b/img/landing-page.jpg deleted file mode 100644 index 65f33132..00000000 Binary files a/img/landing-page.jpg and /dev/null differ diff --git a/img/logo-nav.jpg b/img/logo-nav.jpg deleted file mode 100644 index 1e1365be..00000000 Binary files a/img/logo-nav.jpg and /dev/null differ diff --git a/img/modern-business.jpg b/img/modern-business.jpg deleted file mode 100644 index 63e37bb6..00000000 Binary files a/img/modern-business.jpg and /dev/null differ diff --git a/img/one-page-wonder.jpg b/img/one-page-wonder.jpg deleted file mode 100644 index ffa74f11..00000000 Binary files a/img/one-page-wonder.jpg and /dev/null differ diff --git a/img/portfolio-item.jpg b/img/portfolio-item.jpg deleted file mode 100644 index 68e9a347..00000000 Binary files a/img/portfolio-item.jpg and /dev/null differ diff --git a/img/round-about.jpg b/img/round-about.jpg deleted file mode 100644 index b312d69f..00000000 Binary files a/img/round-about.jpg and /dev/null differ diff --git a/img/sb-admin-v2.jpg b/img/sb-admin-v2.jpg deleted file mode 100644 index 6b941e51..00000000 Binary files a/img/sb-admin-v2.jpg and /dev/null differ diff --git a/img/sb-admin.jpg b/img/sb-admin.jpg deleted file mode 100644 index 9786d4c0..00000000 Binary files a/img/sb-admin.jpg and /dev/null differ diff --git a/img/scrolling-nav.jpg b/img/scrolling-nav.jpg deleted file mode 100644 index 943d636d..00000000 Binary files a/img/scrolling-nav.jpg and /dev/null differ diff --git a/img/shop-homepage.jpg b/img/shop-homepage.jpg deleted file mode 100644 index fc46bc7e..00000000 Binary files a/img/shop-homepage.jpg and /dev/null differ diff --git a/img/shop-item.jpg b/img/shop-item.jpg deleted file mode 100644 index 54ffb70c..00000000 Binary files a/img/shop-item.jpg and /dev/null differ diff --git a/img/simple-sidebar.jpg b/img/simple-sidebar.jpg deleted file mode 100644 index fa66f4ad..00000000 Binary files a/img/simple-sidebar.jpg and /dev/null differ diff --git a/img/small-business.jpg b/img/small-business.jpg deleted file mode 100644 index c7ffc330..00000000 Binary files a/img/small-business.jpg and /dev/null differ diff --git a/img/sponsored/designmodo-1.jpg b/img/sponsored/designmodo-1.jpg deleted file mode 100644 index c2ba51e6..00000000 Binary files a/img/sponsored/designmodo-1.jpg and /dev/null differ diff --git a/img/sponsored/designmodo-2.jpg b/img/sponsored/designmodo-2.jpg deleted file mode 100644 index eeffd2bd..00000000 Binary files a/img/sponsored/designmodo-2.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-1.jpg b/img/sponsored/startup-framework-preview/index-1.jpg deleted file mode 100644 index d2783b7f..00000000 Binary files a/img/sponsored/startup-framework-preview/index-1.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-10.jpg b/img/sponsored/startup-framework-preview/index-10.jpg deleted file mode 100644 index d24a62c4..00000000 Binary files a/img/sponsored/startup-framework-preview/index-10.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-11.jpg b/img/sponsored/startup-framework-preview/index-11.jpg deleted file mode 100644 index b88b6652..00000000 Binary files a/img/sponsored/startup-framework-preview/index-11.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-12.jpg b/img/sponsored/startup-framework-preview/index-12.jpg deleted file mode 100644 index 635380dc..00000000 Binary files a/img/sponsored/startup-framework-preview/index-12.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-13.jpg b/img/sponsored/startup-framework-preview/index-13.jpg deleted file mode 100644 index 769a4ef3..00000000 Binary files a/img/sponsored/startup-framework-preview/index-13.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-14.jpg b/img/sponsored/startup-framework-preview/index-14.jpg deleted file mode 100644 index 2cc154e1..00000000 Binary files a/img/sponsored/startup-framework-preview/index-14.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-15.jpg b/img/sponsored/startup-framework-preview/index-15.jpg deleted file mode 100644 index 0cf147d4..00000000 Binary files a/img/sponsored/startup-framework-preview/index-15.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-16.jpg b/img/sponsored/startup-framework-preview/index-16.jpg deleted file mode 100644 index c4bc6d25..00000000 Binary files a/img/sponsored/startup-framework-preview/index-16.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-17.jpg b/img/sponsored/startup-framework-preview/index-17.jpg deleted file mode 100644 index 9e5ece2f..00000000 Binary files a/img/sponsored/startup-framework-preview/index-17.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-18.jpg b/img/sponsored/startup-framework-preview/index-18.jpg deleted file mode 100644 index d4874926..00000000 Binary files a/img/sponsored/startup-framework-preview/index-18.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-19.jpg b/img/sponsored/startup-framework-preview/index-19.jpg deleted file mode 100644 index 29a3e52e..00000000 Binary files a/img/sponsored/startup-framework-preview/index-19.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-2.jpg b/img/sponsored/startup-framework-preview/index-2.jpg deleted file mode 100644 index f821a248..00000000 Binary files a/img/sponsored/startup-framework-preview/index-2.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-20.jpg b/img/sponsored/startup-framework-preview/index-20.jpg deleted file mode 100644 index d284d5af..00000000 Binary files a/img/sponsored/startup-framework-preview/index-20.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-21.jpg b/img/sponsored/startup-framework-preview/index-21.jpg deleted file mode 100644 index 7e1eee3a..00000000 Binary files a/img/sponsored/startup-framework-preview/index-21.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-22.jpg b/img/sponsored/startup-framework-preview/index-22.jpg deleted file mode 100644 index aa13a296..00000000 Binary files a/img/sponsored/startup-framework-preview/index-22.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-23.jpg b/img/sponsored/startup-framework-preview/index-23.jpg deleted file mode 100644 index 674def3f..00000000 Binary files a/img/sponsored/startup-framework-preview/index-23.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-24.jpg b/img/sponsored/startup-framework-preview/index-24.jpg deleted file mode 100644 index e1a7fd5a..00000000 Binary files a/img/sponsored/startup-framework-preview/index-24.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-25.jpg b/img/sponsored/startup-framework-preview/index-25.jpg deleted file mode 100644 index db3d1337..00000000 Binary files a/img/sponsored/startup-framework-preview/index-25.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-3.jpg b/img/sponsored/startup-framework-preview/index-3.jpg deleted file mode 100644 index 0cfc860e..00000000 Binary files a/img/sponsored/startup-framework-preview/index-3.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-4.jpg b/img/sponsored/startup-framework-preview/index-4.jpg deleted file mode 100644 index 640dda14..00000000 Binary files a/img/sponsored/startup-framework-preview/index-4.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-5.jpg b/img/sponsored/startup-framework-preview/index-5.jpg deleted file mode 100644 index 77b96a93..00000000 Binary files a/img/sponsored/startup-framework-preview/index-5.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-6.jpg b/img/sponsored/startup-framework-preview/index-6.jpg deleted file mode 100644 index c0d90599..00000000 Binary files a/img/sponsored/startup-framework-preview/index-6.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-7.jpg b/img/sponsored/startup-framework-preview/index-7.jpg deleted file mode 100644 index ee40c4f5..00000000 Binary files a/img/sponsored/startup-framework-preview/index-7.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-8.jpg b/img/sponsored/startup-framework-preview/index-8.jpg deleted file mode 100644 index df1a6874..00000000 Binary files a/img/sponsored/startup-framework-preview/index-8.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework-preview/index-9.jpg b/img/sponsored/startup-framework-preview/index-9.jpg deleted file mode 100644 index a3669051..00000000 Binary files a/img/sponsored/startup-framework-preview/index-9.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework.jpg b/img/sponsored/startup-framework.jpg deleted file mode 100644 index c728989c..00000000 Binary files a/img/sponsored/startup-framework.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-1.jpg b/img/sponsored/startup-framework/index-1.jpg deleted file mode 100644 index 200cc4fc..00000000 Binary files a/img/sponsored/startup-framework/index-1.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-10.jpg b/img/sponsored/startup-framework/index-10.jpg deleted file mode 100644 index 07bb7efa..00000000 Binary files a/img/sponsored/startup-framework/index-10.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-11.jpg b/img/sponsored/startup-framework/index-11.jpg deleted file mode 100644 index 03a0181b..00000000 Binary files a/img/sponsored/startup-framework/index-11.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-12.jpg b/img/sponsored/startup-framework/index-12.jpg deleted file mode 100644 index 57c01414..00000000 Binary files a/img/sponsored/startup-framework/index-12.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-13.jpg b/img/sponsored/startup-framework/index-13.jpg deleted file mode 100644 index e12eab68..00000000 Binary files a/img/sponsored/startup-framework/index-13.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-14.jpg b/img/sponsored/startup-framework/index-14.jpg deleted file mode 100644 index e7cfbef6..00000000 Binary files a/img/sponsored/startup-framework/index-14.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-15.jpg b/img/sponsored/startup-framework/index-15.jpg deleted file mode 100644 index 132bf3a8..00000000 Binary files a/img/sponsored/startup-framework/index-15.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-16.jpg b/img/sponsored/startup-framework/index-16.jpg deleted file mode 100644 index d7c774f5..00000000 Binary files a/img/sponsored/startup-framework/index-16.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-17.jpg b/img/sponsored/startup-framework/index-17.jpg deleted file mode 100644 index 56749e85..00000000 Binary files a/img/sponsored/startup-framework/index-17.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-18.jpg b/img/sponsored/startup-framework/index-18.jpg deleted file mode 100644 index c8c0f287..00000000 Binary files a/img/sponsored/startup-framework/index-18.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-19.jpg b/img/sponsored/startup-framework/index-19.jpg deleted file mode 100644 index d570060e..00000000 Binary files a/img/sponsored/startup-framework/index-19.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-2.jpg b/img/sponsored/startup-framework/index-2.jpg deleted file mode 100644 index 94b9aa82..00000000 Binary files a/img/sponsored/startup-framework/index-2.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-20.jpg b/img/sponsored/startup-framework/index-20.jpg deleted file mode 100644 index 0fa4cac3..00000000 Binary files a/img/sponsored/startup-framework/index-20.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-21.jpg b/img/sponsored/startup-framework/index-21.jpg deleted file mode 100644 index f423a6ec..00000000 Binary files a/img/sponsored/startup-framework/index-21.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-22.jpg b/img/sponsored/startup-framework/index-22.jpg deleted file mode 100644 index 77c99112..00000000 Binary files a/img/sponsored/startup-framework/index-22.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-23.jpg b/img/sponsored/startup-framework/index-23.jpg deleted file mode 100644 index 557ef459..00000000 Binary files a/img/sponsored/startup-framework/index-23.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-24.jpg b/img/sponsored/startup-framework/index-24.jpg deleted file mode 100644 index 089f259c..00000000 Binary files a/img/sponsored/startup-framework/index-24.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-25.jpg b/img/sponsored/startup-framework/index-25.jpg deleted file mode 100644 index 743c6cae..00000000 Binary files a/img/sponsored/startup-framework/index-25.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-3.jpg b/img/sponsored/startup-framework/index-3.jpg deleted file mode 100644 index 104052b2..00000000 Binary files a/img/sponsored/startup-framework/index-3.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-4.jpg b/img/sponsored/startup-framework/index-4.jpg deleted file mode 100644 index de5bf642..00000000 Binary files a/img/sponsored/startup-framework/index-4.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-5.jpg b/img/sponsored/startup-framework/index-5.jpg deleted file mode 100644 index 3b0eca9f..00000000 Binary files a/img/sponsored/startup-framework/index-5.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-6.jpg b/img/sponsored/startup-framework/index-6.jpg deleted file mode 100644 index e85e3062..00000000 Binary files a/img/sponsored/startup-framework/index-6.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-7.jpg b/img/sponsored/startup-framework/index-7.jpg deleted file mode 100644 index 57c25113..00000000 Binary files a/img/sponsored/startup-framework/index-7.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-8.jpg b/img/sponsored/startup-framework/index-8.jpg deleted file mode 100644 index 535855c0..00000000 Binary files a/img/sponsored/startup-framework/index-8.jpg and /dev/null differ diff --git a/img/sponsored/startup-framework/index-9.jpg b/img/sponsored/startup-framework/index-9.jpg deleted file mode 100644 index 309dbb7b..00000000 Binary files a/img/sponsored/startup-framework/index-9.jpg and /dev/null differ diff --git a/img/stylish-portfolio.jpg b/img/stylish-portfolio.jpg deleted file mode 100644 index 462a4d0b..00000000 Binary files a/img/stylish-portfolio.jpg and /dev/null differ diff --git a/img/the-big-picture.jpg b/img/the-big-picture.jpg deleted file mode 100644 index ad28361d..00000000 Binary files a/img/the-big-picture.jpg and /dev/null differ diff --git a/img/thumbnail-gallery.jpg b/img/thumbnail-gallery.jpg deleted file mode 100644 index dc902bd7..00000000 Binary files a/img/thumbnail-gallery.jpg and /dev/null differ diff --git a/includes/footer.php b/includes/footer.php deleted file mode 100644 index d2d9b245..00000000 --- a/includes/footer.php +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/includes/js.php b/includes/js.php deleted file mode 100644 index 3d777c83..00000000 --- a/includes/js.php +++ /dev/null @@ -1,19 +0,0 @@ - - - - diff --git a/includes/meta.php b/includes/meta.php deleted file mode 100644 index e10706aa..00000000 --- a/includes/meta.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/includes/nav.php b/includes/nav.php deleted file mode 100644 index 6b20ba83..00000000 --- a/includes/nav.php +++ /dev/null @@ -1,64 +0,0 @@ - diff --git a/index.html b/index.html new file mode 100644 index 00000000..456383ba --- /dev/null +++ b/index.html @@ -0,0 +1,87 @@ +--- +layout: home +title: Start Bootstrap +meta-title: "Start Bootstrap" +meta-description: "Free HTML starter themes and templates for Bootstrap - up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!" +redirect_from: + - /index.php/ +--- + +
+
+
+

Forever free, open source, and easy to use.

+

Start Bootstrap is a library of free to download Bootstrap 3 themes and templates. Our themes are open source for any use, even commercial. Download what you like and get started!

+
+
+
+
+ {% for post in site.categories.featured %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
+ View All Themes & Templates +
+
+
+
+

Looking for something more?

+

Try Startup Framework by Designmodo for free!

+

Save 15% - Coupon Code: START

+
+
+
+
+
+ + Premium Bootstrap Framework - Startup Framework + +
+

Startup Framework

+

A premium, Bootstrap based framework.

+ Preview & Purchase +
+
+
+
+
+ + Free Bootstrap Framework - Startup Framework Demo + +
+

Free Demo One

+

Video, sign-up form, and price table.

+ Preview & Download +
+
+
+
+
+ + Free Bootstrap Framework - Startup Framework Demo + +
+

Free Demo Two

+

A universal theme with parallax elements.

+ Preview & Download +
+
+
+
+
+ View More Premium Themes +
+
+
diff --git a/index.php b/index.php deleted file mode 100644 index b7c2d28d..00000000 --- a/index.php +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - Start Bootstrap - Free Bootstrap Themes and Templates - - - - - - - - - -
-
-
-
-

Free Bootstrap Themes and Templates

-

Built to help you get started on your next Bootstrap project.

-

Templates and themes created and maintained by Iron Summit Media Strategies -

-
- - Startup Framework now is built using Bootstrap 3! When purchasing Startup Framework, use the coupon code "START" for an additional 15% off, courtesy of Start Bootstrap! -
- -
-
-
-
- - -
-
-
-
-

Forever Free

-

Our Bootstrap templates and themes are free to download and use, forever and ever.

-
-
-

Open Source

-

All Start Bootstrap templates are licensed under Apache 2.0 and maintained on GitHub.

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

Ready to Use

-

These free Bootstrap templates and themes are ready to use. Download what you like and get started!

-
-
-

Bootstrap 3 Updated

-

All of our templates and themes are up to date and ready to use with Bootstrap 3!

-
-
-

Stay Updated

-

Join our mailing list to receive updates from us!

- -
-
-
- - - - -
-
- - -
-
-
- -
-
-
-
- - -
-
-
- -
- -
- -
-
- - Free One Page Website Theme for Bootstrap 3 - -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
- - Free Bootstrap Responsive One Page Theme - -

Grayscale

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
- - Free Bootstrap Admin Template for Bootstrap 3 - -

SB Admin 2

-

A better free Bootstrap admin template.

- -
-
- -
- - - -
- -
- -
- -
-
- - Startup Framework - Complete Bootstrap Theme Pacakge - -

Startup Framework

-

A premium framework including 25 bootstrap templates.

- -
-
- -
-
- - Free Bootstrap Theme Sample by Designmodo - -

Free Demo Template #1

-

A free Demo Version of the Startup Framework by Designmodo.

- -
-
- -
-
- - Free Bootstrap Template Sample by Designmodo - -

Free Demo Template #1

-

A free Demo Version of the Startup Framework by Designmodo.

- -
-
- -
- - - -
-
- -
- - - - - - - - diff --git a/js/custom.js b/js/custom.js deleted file mode 100644 index 4bb4a8ff..00000000 --- a/js/custom.js +++ /dev/null @@ -1,35 +0,0 @@ -! function(d, s, id) { - var js, fjs = d.getElementsByTagName(s)[0]; - if (!d.getElementById(id)) { - js = d.createElement(s); - js.id = id; - js.src = "https://platform.twitter.com/widgets.js"; - fjs.parentNode.insertBefore(js, fjs); - } -}(document, "script", "twitter-wjs"); - -(function() { - var url = window.location; - $('ul.nav a[href="' + url + '"]').parent().addClass('active'); - $('ul.nav a').filter(function() { - return this.href == url; - }).parent().addClass('active'); -})(); - -(function() { - var po = document.createElement('script'); - po.type = 'text/javascript'; - po.async = true; - po.src = 'https://apis.google.com/js/platform.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(po, s); -})(); - -(function() { - var po = document.createElement('script'); - po.type = 'text/javascript'; - po.async = true; - po.src = 'https://apis.google.com/js/platform.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(po, s); -})(); diff --git a/js/magnific-popup.js b/js/magnific-popup.js deleted file mode 100644 index b46a34d3..00000000 --- a/js/magnific-popup.js +++ /dev/null @@ -1,3 +0,0 @@ -// Magnific Popup v0.9.9 by Dmitry Semenov -// http://bit.ly/magnific-popup#build=image+imagezoom -(function(a){var b="Close",c="BeforeClose",d="AfterClose",e="BeforeAppend",f="MarkupParse",g="Open",h="Change",i="mfp",j="."+i,k="mfp-ready",l="mfp-removing",m="mfp-prevent-close",n,o=function(){},p=!!window.jQuery,q,r=a(window),s,t,u,v,w,x=function(a,b){n.ev.on(i+a+j,b)},y=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},z=function(b,c){n.ev.triggerHandler(i+b,c),n.st.callbacks&&(b=b.charAt(0).toLowerCase()+b.slice(1),n.st.callbacks[b]&&n.st.callbacks[b].apply(n,a.isArray(c)?c:[c]))},A=function(b){if(b!==w||!n.currTemplate.closeBtn)n.currTemplate.closeBtn=a(n.st.closeMarkup.replace("%title%",n.st.tClose)),w=b;return n.currTemplate.closeBtn},B=function(){a.magnificPopup.instance||(n=new o,n.init(),a.magnificPopup.instance=n)},C=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(a.transition!==undefined)return!0;while(b.length)if(b.pop()+"Transition"in a)return!0;return!1};o.prototype={constructor:o,init:function(){var b=navigator.appVersion;n.isIE7=b.indexOf("MSIE 7.")!==-1,n.isIE8=b.indexOf("MSIE 8.")!==-1,n.isLowIE=n.isIE7||n.isIE8,n.isAndroid=/android/gi.test(b),n.isIOS=/iphone|ipad|ipod/gi.test(b),n.supportsTransition=C(),n.probablyMobile=n.isAndroid||n.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),t=a(document),n.popupsCache={}},open:function(b){s||(s=a(document.body));var c;if(b.isObj===!1){n.items=b.items.toArray(),n.index=0;var d=b.items,e;for(c=0;c(a||r.height())},_setFocus:function(){(n.st.focus?n.content.find(n.st.focus).eq(0):n.wrap).focus()},_onFocusIn:function(b){if(b.target!==n.wrap[0]&&!a.contains(n.wrap[0],b.target))return n._setFocus(),!1},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),z(f,[b,c,d]),a.each(c,function(a,c){if(c===undefined||c===!1)return!0;e=a.split("_");if(e.length>1){var d=b.find(j+"-"+e[0]);if(d.length>0){var f=e[1];f==="replaceWith"?d[0]!==c[0]&&d.replaceWith(c):f==="img"?d.is("img")?d.attr("src",c):d.replaceWith(''):d.attr(e[1],c)}}else b.find(j+"-"+a).html(c)})},_getScrollbarSize:function(){if(n.scrollbarSize===undefined){var a=document.createElement("div");a.id="mfp-sbm",a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),n.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return n.scrollbarSize}},a.magnificPopup={instance:null,proto:o.prototype,modules:[],open:function(b,c){return B(),b?b=a.extend(!0,{},b):b={},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading..."}},a.fn.magnificPopup=function(b){B();var c=a(this);if(typeof b=="string")if(b==="open"){var d,e=p?c.data("magnificPopup"):c[0].magnificPopup,f=parseInt(arguments[1],10)||0;e.items?d=e.items[f]:(d=c,e.delegate&&(d=d.find(e.delegate)),d=d.eq(f)),n._openClick({mfpEl:d},c,e)}else n.isOpen&&n[b].apply(n,Array.prototype.slice.call(arguments,1));else b=a.extend(!0,{},b),p?c.data("magnificPopup",b):c[0].magnificPopup=b,n.addGroup(c,b);return c};var D,E=function(b){if(b.data&&b.data.title!==undefined)return b.data.title;var c=n.st.image.titleSrc;if(c){if(a.isFunction(c))return c.call(n,b);if(b.el)return b.el.attr(c)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var a=n.st.image,c=".image";n.types.push("image"),x(g+c,function(){n.currItem.type==="image"&&a.cursor&&s.addClass(a.cursor)}),x(b+c,function(){a.cursor&&s.removeClass(a.cursor),r.off("resize"+j)}),x("Resize"+c,n.resizeImage),n.isLowIE&&x("AfterChange",n.resizeImage)},resizeImage:function(){var a=n.currItem;if(!a||!a.img)return;if(n.st.image.verticalFit){var b=0;n.isLowIE&&(b=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",n.wH-b)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,D&&clearInterval(D),a.isCheckingImgSize=!1,z("ImageHasSize",a),a.imgHidden&&(n.content&&n.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var b=0,c=a.img[0],d=function(e){D&&clearInterval(D),D=setInterval(function(){if(c.naturalWidth>0){n._onImageHasSize(a);return}b>200&&clearInterval(D),b++,b===3?d(10):b===40?d(50):b===100&&d(500)},e)};d(1)},getImage:function(b,c){var d=0,e=function(){b&&(b.img[0].complete?(b.img.off(".mfploader"),b===n.currItem&&(n._onImageHasSize(b),n.updateStatus("ready")),b.hasSize=!0,b.loaded=!0,z("ImageLoadComplete")):(d++,d<200?setTimeout(e,100):f()))},f=function(){b&&(b.img.off(".mfploader"),b===n.currItem&&(n._onImageHasSize(b),n.updateStatus("error",g.tError.replace("%url%",b.src))),b.hasSize=!0,b.loaded=!0,b.loadError=!0)},g=n.st.image,h=c.find(".mfp-img");if(h.length){var i=document.createElement("img");i.className="mfp-img",b.img=a(i).on("load.mfploader",e).on("error.mfploader",f),i.src=b.src,h.is("img")&&(b.img=b.img.clone()),i=b.img[0],i.naturalWidth>0?b.hasSize=!0:i.width||(b.hasSize=!1)}return n._parseMarkup(c,{title:E(b),img_replaceWith:b.img},b),n.resizeImage(),b.hasSize?(D&&clearInterval(D),b.loadError?(c.addClass("mfp-loading"),n.updateStatus("error",g.tError.replace("%url%",b.src))):(c.removeClass("mfp-loading"),n.updateStatus("ready")),c):(n.updateStatus("loading"),b.loading=!0,b.hasSize||(b.imgHidden=!0,c.addClass("mfp-loading"),n.findImageSize(b)),c)}}});var F,G=function(){return F===undefined&&(F=document.createElement("p").style.MozTransform!==undefined),F};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a=n.st.zoom,d=".zoom",e;if(!a.enabled||!n.supportsTransition)return;var f=a.duration,g=function(b){var c=b.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+a.duration/1e3+"s "+a.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,c.css(e),c},h=function(){n.content.css("visibility","visible")},i,j;x("BuildControls"+d,function(){if(n._allowZoom()){clearTimeout(i),n.content.css("visibility","hidden"),e=n._getItemToZoom();if(!e){h();return}j=g(e),j.css(n._getOffset()),n.wrap.append(j),i=setTimeout(function(){j.css(n._getOffset(!0)),i=setTimeout(function(){h(),setTimeout(function(){j.remove(),e=j=null,z("ZoomAnimationEnded")},16)},f)},16)}}),x(c+d,function(){if(n._allowZoom()){clearTimeout(i),n.st.removalDelay=f;if(!e){e=n._getItemToZoom();if(!e)return;j=g(e)}j.css(n._getOffset(!0)),n.wrap.append(j),n.content.css("visibility","hidden"),setTimeout(function(){j.css(n._getOffset())},16)}}),x(b+d,function(){n._allowZoom()&&(h(),j&&j.remove(),e=null)})},_allowZoom:function(){return n.currItem.type==="image"},_getItemToZoom:function(){return n.currItem.hasSize?n.currItem.img:!1},_getOffset:function(b){var c;b?c=n.currItem.img:c=n.st.zoom.opener(n.currItem.el||n.currItem);var d=c.offset(),e=parseInt(c.css("padding-top"),10),f=parseInt(c.css("padding-bottom"),10);d.top-=a(window).scrollTop()-e;var g={width:c.width(),height:(p?c.innerHeight():c[0].offsetHeight)-f-e};return G()?g["-moz-transform"]=g.transform="translate("+d.left+"px,"+d.top+"px)":(g.left=d.left,g.top=d.top),g}}}),B()})(window.jQuery||window.Zepto) \ No newline at end of file diff --git a/landing-page.php b/landing-page.php deleted file mode 100644 index d580ea17..00000000 --- a/landing-page.php +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - Start Bootstrap - Landing Page Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Landing Page

- -
- -
-
-
-
-
-

Design Recommendations and Features:

-
    -
  • This template is a bit more developed than our other templates. It includes the following features:
  • - -
  • Play around with different fonts and/or colors to get the feel you want for your site.
  • -
  • Use high quality photos (check out Death to the Stock Photo for some great images).
  • -
  • If you are looking to create device mockups like the ones used in the templates, go to PSDCovers and download some of their free Photoshop actions, they are a breeze to work with.
  • -
  • Valid HTML5
  • -
  • Fully Responsive UX
  • -
  • Make sure you understand Bootstrap's column ordering to understand how the columns line up on smaller screen sizes.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/logo-nav.php b/logo-nav.php deleted file mode 100644 index 3112fe3a..00000000 --- a/logo-nav.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - Start Bootstrap - Logo Nav Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Logo Nav

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Use a retina-ready, responsive image option for the logo in the navigation bar, for example, retina.js.
  • -
-
-
-

Similar Templates:

-
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/modern-business.php b/modern-business.php deleted file mode 100644 index 1279f821..00000000 --- a/modern-business.php +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - Start Bootstrap - Modern Business - Full Website HTML Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Modern Business

- -
- -
-
-
-
-
-

Template Features:

-

'Modern Business' is the first full website template by Start Bootstrap!

-
    -
  • Fully Functional, 17 Page Website:
  • -
      -
    • Homepage (with carousel)
    • -
    • About
    • -
    • Services
    • -
    • Contact Page (with working PHP contact form & Google Map integration)
    • -
    • 4 Portfolio Page Options (1 column, 2 column, 3 column, 4 column)
    • -
    • Single Portfolio Item
    • -
    • Blog Home (2 options)
    • -
    • Blog Post
    • -
    • Full Width Page
    • -
    • Sidebar Page
    • -
    • FAQ (uses Bootstrap accordion)
    • -
    • 404
    • -
    • Pricing Table (uses Bootstrap panels)
    • -
    -
  • 100% Free & Open Source
  • -
  • Mobile Responsive
  • -
  • Predefined File Paths
  • -
  • Unstyled & Ready to Customize
  • -
  • Font-Awesome Icon Fonts
  • -
  • Working PHP Contact Form
  • -
  • Google Map Integration
  • -
-
-
-

Similar Templates:

-
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/navigation-templates.php b/navigation-templates.php deleted file mode 100644 index 4d26f2fa..00000000 --- a/navigation-templates.php +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - Start Bootstrap - Bootstrap Navbar and Navigation Templates and Themes - - - - - - - - - -
-
-
-

Navigation and Navbar Templates

- -
- -
-
- Free Bootstrap Responsive Scrolling Navbar Template -

Scrolling Nav

-

A basic scrolling navbar template.

- -
-
- -
-
- Simple Sidebar HTML Template for Bootstrap 3 -

Simple Sidebar

-

A sidebar template with a hint of JavaScript.

- -
-
- -
-
-
-
-
-
- -
-
- Custom Navbar Template with Logo for Twitter Bootstrap 3 -

Logo Nav

-

A right aligned nav with a logo.

- -
-
- -
-
- HTML Starter Template for Bootstrap 3 -

Bare

-

A barebones Bootstrap HTML template.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/one-page-templates.php b/one-page-templates.php deleted file mode 100644 index e4100695..00000000 --- a/one-page-templates.php +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - Start Bootstrap - Free One Page Responsive Bootstrap Templates and Themes - - - - - - - - - -
-
-
-

One Page Templates

- -
- -
-
- Free One Page Website Theme for Bootstrap 3 -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
- Free Bootstrap Responsive One Page Theme -

Grayscale Popular

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
-
-
-
-
- -
-
- Free Landing Page Template for Bootstrap 3 -

Landing Page Popular

-

A stylish landing page template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio Popular

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Half Page Full Width Slider Template for Twitter Bootstrap 3 -

Half Slider

-

A half page background slider.

- -
-
- -
-
- Full Page Background Slider Template for Twitter Bootstrap 3 -

Full Slider

-

A full page background slider.

- -
-
- -
-
- Full With Images Homepage Template for Twitter Bootstrap -

Full Width Pics

-

A page with full width pictures.

- -
-
- -
-
- One Page Free Bootstrap HTML Template -

One Page Wonder

-

A stylish one page template built for scrolling.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/one-page-wonder.php b/one-page-wonder.php deleted file mode 100644 index 339aa2d3..00000000 --- a/one-page-wonder.php +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - Start Bootstrap - One Page Wonder Template for Bootstrap 3 - - - - - - - - - -
-
-
-

One Page Wonder

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
  • You can use the scrollspy function of Bootstrap to enhance this template.
  • -
  • You can use a jQuery easing feature for smooth scrolling when menu items are clicked.
  • -
  • Use a tiling, seamless background for the header, or use a full-width image instead (will require some CSS customization). Subtle Patterns has some great backgrounds.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/other-page-templates.php b/other-page-templates.php deleted file mode 100644 index 784d5c4f..00000000 --- a/other-page-templates.php +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - Start Bootstrap - HTML Starter Templates for Bootstrap 3 - - - - - - - - - -
-
-
-

Other Page Templates

- -
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin 2 Popular

-

A better free Bootstrap admin template.

- -
-
- -
-
- Shop Item Free Website Theme for Bootstrap 3 -

Shop Item

-

A shop item template.

- -
-
- -
-
-
-
-
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin Full Site

-

A free Bootstrap admin template.

- -
-
- -
-
- Business Casual Free Website Theme for Bootstrap 3 -

Business Casual Full Site

-

A 4 page minimalist website theme.

- -
-
- -
-
- Business Full Website Template for Twitter Bootstrap 3 -

Modern Business Full Site

-

A 17 page multi-purpose template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio Popular

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Simple Sidebar HTML Template for Bootstrap 3 -

Simple Sidebar

-

A sidebar template with a hint of JavaScript.

- -
-
- -
-
- Portfolio Page Template for Bootstrap 3 -

Portfolio Item

-

A three column portfolio template.

- -
-
- -
-
- Four Column Portfolio Template for Bootstrap 3 -

4 Col Portfolio

-

A four column portfolio template.

- -
-
- -
-
- Three Column Portfolio Template for Bootstrap 3 -

3 Col Portfolio

-

A three column portfolio template.

- -
-
- -
-
- Two Column Portfolio Template for Twitter Bootstrap 3 -

2 Col Portfolio

-

A two column portfolio template.

- -
-
- -
-
- One Column Portfolio Template for Twitter Bootstrap 3 -

1 Col Portfolio

-

A one column portfolio template.

- -
-
- -
-
- Custom Navbar Template with Logo for Twitter Bootstrap 3 -

Logo Nav

-

A right aligned nav with a logo.

- -
-
- -
-
- Blog Template with Logo for Twitter Bootstrap 3 -

Blog Home

-

A blog homepage template.

- -
-
- -
-
- Blog Post Template for Twitter Bootstrap 3 -

Blog Post

-

A simple blog post starter.

- -
-
- -
-
- Thumbnail Gallery for Twitter Bootstrap -

Thumbnail Gallery

-

A four column gallery starter.

- -
-
- -
-
- Free Bootstrap About Page Template -

Round About

-

An about page with round pictures.

- -
-
- -
-
- Free Bootstrap Full Page Image Background Template -

Full

-

A fixed position full page image background.

- -
-
- -
-
- HTML Starter Template for Bootstrap 3 -

Bare

-

A barebones Bootstrap HTML template.

- -
-
- -
-
-

New Templates Added Weekly!

-
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/popular-templates.php b/popular-templates.php deleted file mode 100644 index 71fe2f05..00000000 --- a/popular-templates.php +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - Start Bootstrap - Popular Free Bootstrap Templates and Themes - - - - - - - - - -
-
-
-

Most Popular Start Bootstrap Templates

- -
- -
-
- Free One Page Website Theme for Bootstrap 3 -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin 2

-

A better free Bootstrap admin template.

- -
-
- -
-
-
-
-
-
- -
-
- Free Bootstrap Responsive One Page Theme -

Grayscale

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
- Free Bootstrap Admin Template for Bootstrap 3 -

SB Admin

-

A free Bootstrap admin template.

- -
-
- -
-
- Free Landing Page Template for Bootstrap 3 -

Landing Page

-

A stylish landing page template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Business Full Website Template for Bootstrap 3 -

Modern Business

-

A 17 page multi-purpose template.

- -
-
- -
-
- Simple Sidebar HTML Template for Bootstrap 3 -

Simple Sidebar

-

A sidebar template with a hint of JavaScript.

- -
-
- -
-
- Business Casual Free Website Theme for Bootstrap 3 -

Business Casual

-

A 4 page minimalist website theme.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/portfolio-item.php b/portfolio-item.php deleted file mode 100644 index c5d85724..00000000 --- a/portfolio-item.php +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - Start Bootstrap - Single Portfolio Item Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Portfolio Item

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Use informative and approprate images.
  • -
  • A cool hover effect like this for the images would be awesome here!
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/portfolio-templates.php b/portfolio-templates.php deleted file mode 100644 index a3f34573..00000000 --- a/portfolio-templates.php +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - Start Bootstrap - Bootstrap Portfolio Templates and Themes - - - - - - - - - -
-
-
-

Portfolio Templates

- -
- -
-
- Free One Page Website Theme for Bootstrap 3 -

Freelancer New

-

A one page freelancer theme.

- -
-
- -
-
- Free Bootstrap Responsive One Page Theme -

Grayscale Popular

-

A free, responsive, one page Bootstrap theme.

- -
-
- -
-
-
-
-
-
- -
-
- Free Landing Page Template for Bootstrap 3 -

Landing Page Popular

-

A stylish landing page template.

- -
-
- -
-
- Business Full Website Template for Bootstrap 3 -

Modern Business Full Site

-

A 17 page multi-purpose template.

- -
-
- -
-
- Stylish Portfolio Template for Bootstrap 3 -

Stylish Portfolio Popular

-

Full page images with a responsive sidebar nav.

- -
-
- -
-
- Portfolio Page Template for Bootstrap 3 -

Portfolio Item

-

A three column portfolio template.

- -
-
- -
-
- Four Column Portfolio Template for Bootstrap 3 -

4 Col Portfolio

-

A four column portfolio template.

- -
-
- -
-
- Three Column Portfolio Template for Bootstrap 3 -

3 Col Portfolio

-

A three column portfolio template.

- -
-
- -
-
- Two Column Portfolio Template for Twitter Bootstrap 3 -

2 Col Portfolio

-

A two column portfolio template.

- -
-
- -
-
- One Column Portfolio Template for Twitter Bootstrap 3 -

1 Col Portfolio

-

A one column portfolio template.

- -
-
- -
-
- Half Page Full Width Slider Template for Twitter Bootstrap 3 -

Half Slider

-

A half page background slider.

- -
-
- -
-
- Full Page Background Slider Template for Twitter Bootstrap 3 -

Full Slider

-

A full page background slider.

- -
-
- -
-
- Full With Images Homepage Template for Twitter Bootstrap -

Full Width Pics

-

A page with full width pictures.

- -
-
- -
-
- Thumbnail Gallery for Twitter Bootstrap -

Thumbnail Gallery

-

A four column gallery starter.

- -
-
- -
-
- Portfolio Template for Twitter Bootstrap -

The Big Picture

-

An image background with a fixed bottom nav.

- -
-
- -
-
- One Page Free Bootstrap HTML Template -

One Page Wonder

-

A stylish one page template built for scrolling.

- -
-
- -
-
- -
- - - - - - - \ No newline at end of file diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 498f7b17..00000000 --- a/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -sitemap: http://startbootstrap.com/sitemap.xml - -User-agent: * -Disallow: /templates/ -Disallow: /downloads/ \ No newline at end of file diff --git a/round-about.php b/round-about.php deleted file mode 100644 index f229d7bd..00000000 --- a/round-about.php +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - Start Bootstrap - Round About Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Round About

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/sb-admin-v2.php b/sb-admin-v2.php deleted file mode 100644 index 9b5e4d13..00000000 --- a/sb-admin-v2.php +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - SB Admin 2 - Free Bootstrap Admin Theme - Free Bootstrap Template - - - - - - - - - -
-
-
-

SB Admin 2 A Free Bootstrap Admin Theme

- -
- -
-
-
-
-
-

Template Improvements in Version 2:

-
    -
  • New and improved custom jQuery enabled sidebar menu. Fully responsive and multi-leveled!
  • -
  • Dropped Tablesorter 2.0 in place of the more flexible and extensible jQuery dataTables plugin.
  • -
  • Morris.js resize function added for fully responsive Morris Charts.
  • -
  • New Bootsnipp Page Components Added:
  • -
      -
    • Timeline
    • -
    • Chat Widget
    • -
    • Login Page
    • -
    • Circle Buttons
    • -
    • Outline Buttons
    • -
    • Social Buttons
    • -
    -
  • Newly updated, cleaner dashboard and page layout.
  • -
  • Many custom styles removed for easier customization.
  • -
  • Cleaner code structure for easier editing and customization.
  • -
-

Theme Information:

-
    -
  • SB Admin 2 is an updated version of the original SB Admin free Bootstrap admin template.
  • -
  • We recommend customizing the admin template beyond the default Bootstrap theme.
  • -
  • If you want to have the menu bar display as static, simply change from navbar-fixed-top to navbar-static-top and remove the padding-top: 50px and padding-top: 100px from both of the body elemends in the sb-admin.css stylesheet.
  • -
-
-
-

Similar Templates and Themes:

-
-
- Premium Admin Template for Bootstrap 3 -
-
- Free Bootstrap Admin Template -
-
- Bootstrap Sidebar Template -
-
- Bootstrap Starter Template -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/sb-admin.php b/sb-admin.php deleted file mode 100644 index 3c1479c3..00000000 --- a/sb-admin.php +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - SB Admin - A Free Bootstrap Admin Template - - - - - - - - - -
-
-
-

SB Admin

- -
- - Check out SB Admin 2! A new and improved, free admin template! -
-
- -
-
-
-
-
-

Template Information:

-
    -
  • SB Admin is a free admin theme for Bootstrap 3.
  • -
  • This Bootstrap admin template is 100% free and open source, use it for any purpose. Private or commercial.
  • -
  • We recommend customizing the admin template beyond the default Bootstrap theme.
  • -
  • The SB Admin theme features several third-party plugins that have seperate documentation. We recommend that you visit the following documentation sources to understand how to fully use this admin theme.
  • -
      -
    • Bootstrap - Official Bootstrap Documentation
    • -
    • Tablesorter 2.0 - Flexible client-side table sorting
    • -
    • morris.js - A jQuery charts plugin
    • -
    • Flot - Attractive JavaScript pluttong for jQuery
    • -
    -
  • The charts won't work unless they are hosted on a server, local or remote.
  • -
  • This theme makes use of a few CDN's to cut down on the file sizes.
  • -
  • Admin Template Pages:
  • -
      -
    • Dashboard
    • -
    • Charts
    • -
    • Tables
    • -
    • Forms
    • -
    • Typography
    • -
    • Bootstrap Elements
    • -
    • Bootstrap Grid
    • -
    • Blank Page
    • -
    -
  • If you have any suggestions or feedback regarding this Bootstrap admin template, please let us know at feedback@startbootstrap.com or create a pull request on GitHub to recommend changes.
  • -
-
-
-

Similar Templates:

-
-
- Premium Admin Template for Bootstrap 3 -
-
- Free Admin Template for Bootstrap 3 -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/scrolling-nav.php b/scrolling-nav.php deleted file mode 100644 index b5caf40b..00000000 --- a/scrolling-nav.php +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - Start Bootstrap - Scrolling Navigation Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Scrolling Nav

- -
- -
-
-
-
-
-

Design Recommendations and Features:

-
    -
  • This is the same feature seen in the Start Bootstrap Grayscale theme with all styles removed.
  • -
  • Make sure to play with the padding of your content sections to make the scrollspy work well. Use media queries for different screen sizes!
  • -
  • To make a link into a scrolling link, make the link itself point to an ID, and make the parent element of the link (a div, li, or anything else) have the .page-scroll class.
  • -
  • Make sure you are using jQuery easing. It is included in the download.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/shop-homepage.php b/shop-homepage.php deleted file mode 100644 index 46a11f66..00000000 --- a/shop-homepage.php +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - Start Bootstrap - Shop Homepage Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Shop Homepage

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Want to make this template into a working online store? Check out this tutorial by Bootsnipp creator Maks!
  • -
  • Use some good quality shots of your products.
  • -
  • Custom fonts, colors, and stylings will go a long way with this template.
  • -
-
-
-

Credits:

-

Special thanks to Maks, creator of Bootsnipp, for creating this template for us! Check out his website at http://maxoffsky.com!

-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/shop-item.php b/shop-item.php deleted file mode 100644 index dc712659..00000000 --- a/shop-item.php +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - Start Bootstrap - Shop Item Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Shop Item

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Want to make this template into a working online store? Check out this tutorial by Bootsnipp creator Maks!
  • -
  • Use some good quality shots of your products.
  • -
  • Custom fonts, colors, and stylings will go a long way with this template.
  • -
-
-
-

Credits:

-

Special thanks to Maks, creator of Bootsnipp, for creating this template for us! Check out his website at http://maxoffsky.com!

-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/showcase.html b/showcase.html new file mode 100644 index 00000000..a5a6b058 --- /dev/null +++ b/showcase.html @@ -0,0 +1,36 @@ +--- +layout: page +title: Showcase +description: "A group of websites built using themes and templates from Start Bootstrap." +meta-title: "Bootstrap Website Showcase" +meta-description: "A showcase of Bootstrap built websites created using themes and templates from Start Bootstrap's free template library." +--- + +
+
+ {% for post in site.categories.showcase %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

Template Used: {{ post.template }}

+

Published: {{ post.date | date: "%B %Y" }}

+ Visit Website +
+
+
+ {% endfor %} +
+
+
+
+

Submit a Site

+

Do you have a site built with a Start Bootstrap template or theme that you want us to feature? If so, email us a link and we will take a look!

+ Email Us! +
+
+
+
\ No newline at end of file diff --git a/simple-sidebar.php b/simple-sidebar.php deleted file mode 100644 index fd7c1cba..00000000 --- a/simple-sidebar.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - Start Bootstrap - Sidebar Nav Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Simple Sidebar

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • This template uses Font Awesome icon fonts. Make sure you include it!
  • -
  • A flat style with Bootstrap's built-in elements will make this into a great admin template.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index b0bb83de..00000000 --- a/sitemap.xml +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - http://startbootstrap.com/ - weekly - 1.00 - - - http://startbootstrap.com/all-templates - weekly - 0.80 - - - http://startbootstrap.com/popular-templates - weekly - 0.80 - - - http://startbootstrap.com/sponsored-templates - weekly - 0.80 - - - http://startbootstrap.com/admin-dashboard-templates - weekly - 0.80 - - - http://startbootstrap.com/full-site-templates - weekly - 0.80 - - - http://startbootstrap.com/home-page-templates - weekly - 0.80 - - - http://startbootstrap.com/one-page-templates - weekly - 0.80 - - - http://startbootstrap.com/portfolio-templates - weekly - 0.80 - - - http://startbootstrap.com/blog-templates - weekly - 0.80 - - - http://startbootstrap.com/ecommerce-shop-templates - weekly - 0.80 - - - http://startbootstrap.com/unstyled-templates - weekly - 0.80 - - - http://startbootstrap.com/navigation-templates - weekly - 0.80 - - - http://startbootstrap.com/help - weekly - 0.80 - - - http://startbootstrap.com/contact - weekly - 0.80 - - - http://startbootstrap.com/grayscale - weekly - 0.80 - - - http://startbootstrap.com/sb-admin-v2 - weekly - 0.80 - - - http://startbootstrap.com/landing-page - weekly - 0.80 - - - http://startbootstrap.com/shop-homepage - weekly - 0.64 - - - http://startbootstrap.com/shop-item - weekly - 0.64 - - - http://startbootstrap.com/sb-admin - weekly - 0.64 - - - http://startbootstrap.com/business-casual - weekly - 0.64 - - - http://startbootstrap.com/modern-business - weekly - 0.64 - - - http://startbootstrap.com/stylish-portfolio - weekly - 0.64 - - - http://startbootstrap.com/simple-sidebar - weekly - 0.64 - - - http://startbootstrap.com/portfolio-item - weekly - 0.64 - - - http://startbootstrap.com/4-col-portfolio - weekly - 0.64 - - - http://startbootstrap.com/3-col-portfolio - weekly - 0.64 - - - http://startbootstrap.com/2-col-portfolio - weekly - 0.64 - - - http://startbootstrap.com/1-col-portfolio - weekly - 0.64 - - - http://startbootstrap.com/half-slider - weekly - 0.64 - - - http://startbootstrap.com/small-business - weekly - 0.64 - - - http://startbootstrap.com/logo-nav - weekly - 0.64 - - - http://startbootstrap.com/blog-home - weekly - 0.64 - - - http://startbootstrap.com/blog-post - weekly - 0.64 - - - http://startbootstrap.com/full-slider - weekly - 0.64 - - - http://startbootstrap.com/full-width-pics - weekly - 0.64 - - - http://startbootstrap.com/thumbnail-gallery - weekly - 0.64 - - - http://startbootstrap.com/the-big-picture - weekly - 0.64 - - - http://startbootstrap.com/business-frontpage - weekly - 0.64 - - - http://startbootstrap.com/one-page-wonder - weekly - 0.64 - - - http://startbootstrap.com/round-about - weekly - 0.64 - - - http://startbootstrap.com/heroic-features - weekly - 0.64 - - - http://startbootstrap.com/full - weekly - 0.64 - - - http://startbootstrap.com/bare - weekly - 0.64 - - \ No newline at end of file diff --git a/small-business.php b/small-business.php deleted file mode 100644 index bfeacadd..00000000 --- a/small-business.php +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - Start Bootstrap - Small Business Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Small Business

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • Some custom colors and fonts will really bring this template to life.
  • -
  • Using a free theme from Bootswatch will work very well with this template.
  • -
  • We recommend increasing the font size and doing some custom styling of the content in the well.
  • -
  • Use a retina-ready, responsive image option for the logo in the navigation bar, for example, retina.js.
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/sponsored-templates.php b/sponsored-templates.php deleted file mode 100644 index 7065a304..00000000 --- a/sponsored-templates.php +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - Start Bootstrap - Startup Framework Templates by Designmodo - - - - - - - - - - - - -
-
-
-

Buy Startup Framework by Designmodo

- -
- - Get 15% Off - Use the coupon code 'START' when purchasing Startup Framework to receive an extra 15% off of your purchase, courtesy of Start Bootstrap. -
-
- -
-
- Startup Framework Bootstrap Template -

Tranquil Template

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Modern App Template

-

A template included in Startup Framework.

- -
-
- -
-
-
-
-
-
- -
-
- Startup Framework Bootstrap Template -

Flat App Template

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Stylish Landing Page

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Black and White

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Video Landing Page

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Clean Theme

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Information Showcase

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Business Template

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Smart App Theme

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Business Intro Theme

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Coming Soon Dark

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Call to Action Theme

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Split Template

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Clean Carousel

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Vertical Scroller

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Dark and Clean

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Turquoise

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Clean Full Width

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Light & Informative

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Turquoise Sneak Peek

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Light Business Theme

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Beautiful Startup

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Simple Business

-

A template included in Startup Framework.

- -
-
- -
-
- Startup Framework Bootstrap Template -

Perfect App Sales

-

A template included in Startup Framework.

- -
-
- -
- - - -
- - -
- - - - - - - \ No newline at end of file diff --git a/stylish-portfolio.php b/stylish-portfolio.php deleted file mode 100644 index a8c1abfc..00000000 --- a/stylish-portfolio.php +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - Start Bootstrap - Stylish Portfolio - Full Website HTML Template for Bootstrap 3 - - - - - - - - - -
-
-
-

Stylish Portfolio

- -
- -
-
-
-
-
-

Design Recommendations:

-
    -
  • This can work as a home page or as a one page website.
  • -
  • The map makes use of an iframe. Use your own embed link, or redesign the map using the Google Maps API.
  • -
  • This template uses Font Awesome icon fonts. Make sure you include it!
  • -
  • Use decent quality images for the full page background images, but make sure load times are still reasonable.
  • -
  • Custom fonts and colors will go a long way with this template, make it your own!
  • -
  • Adjusting the line height on the paragraph text will help with legibility.
  • -
  • You can add as many full width sections as you want, be creative!
  • -
-
-
-

Similar Templates:

-
-
- -
-
- -
-
- -
-
-
- -
- - - - - - - \ No newline at end of file diff --git a/template-categories/admin-dashboard.html b/template-categories/admin-dashboard.html new file mode 100644 index 00000000..160dec2e --- /dev/null +++ b/template-categories/admin-dashboard.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Admin & Dashboard +description: "A collection of free, Bootstrap 3 built admin themes, dashboard templates, and webapp UI kits." +meta-title: "Free Bootstrap 3 Admin Themes and Templates - Start Bootstrap" +meta-description: "Start Bootstrap's collection of free and open source Bootstrap 3 admin themes, dashboard templates, and UI kits." +redirect_from: + - /admin-dashboard-templates/ +--- + +
+
+ {% for post in site.categories.admin %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/all.html b/template-categories/all.html new file mode 100644 index 00000000..ca36640d --- /dev/null +++ b/template-categories/all.html @@ -0,0 +1,28 @@ +--- +layout: page +title: All Templates +description: "Our complete collection of Bootstrap themes and templates. Use our themes for any project, personal or commercial." +meta-title: "All Free Bootstrap Themes & Templates" +meta-description: "Start Bootstrap's entire collection of free Bootstrap themes and templates. All of our themes are open source and free to download." +redirect_from: + - /all-templates/ +--- + +
+
+ {% for post in site.categories.template %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/blogs.html b/template-categories/blogs.html new file mode 100644 index 00000000..7bf15cef --- /dev/null +++ b/template-categories/blogs.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Blogs +description: "A collection of free to download, open source Bootstrap blog templates and themes." +meta-title: "Free Bootstrap Blog Templates" +meta-description: "Our Bootstrap blog templates and themes are free to download, and open source. Use them for any project, personal or commercial." +redirect_from: + - /blog-templates/ +--- + +
+
+ {% for post in site.categories.blogs %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/ecommerce.html b/template-categories/ecommerce.html new file mode 100644 index 00000000..d1fe82bf --- /dev/null +++ b/template-categories/ecommerce.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Ecommerce +description: "A collection of Bootstrap based ecommerce templates and themes that are free to download and open source." +meta-title: "Bootstrap Ecommerce Themes & Templates" +meta-description: "Start Bootstrap's collection of ecommerce themes and templates. Our templates are free to download and 100% open source, even for commercial use." +redirect_from: + - /ecommerce-shop-templates/ +--- + +
+
+ {% for post in site.categories.ecommerce %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/full-websites.html b/template-categories/full-websites.html new file mode 100644 index 00000000..e208cb52 --- /dev/null +++ b/template-categories/full-websites.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Full Websites +description: "A collection of full, multi-page website themes and templates built with Bootstrap. Download now and customize!" +meta-title: "Full Website Themes for Bootstrap" +meta-description: "Start Bootstrap's collection of full page website templates and themes feature multi-page website that are flexible, multipurpose, and completely free." +redirect_from: + - /full-site-templates/ +--- + +
+
+ {% for post in site.categories.full-websites %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/landing-pages.html b/template-categories/landing-pages.html new file mode 100644 index 00000000..834fccca --- /dev/null +++ b/template-categories/landing-pages.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Landing Pages +description: "A collection of free, Bootstrap built landing page and home page themes and templates." +meta-title: "Free Bootstrap Landing Page Themes" +meta-description: "Start Bootstrap's collection of landing page and home page themes are perfect for portfolios, small businesses, and more. Download our free Bootstrap 3 themes today!" +redirect_from: + - /home-page-templates/ +--- + +
+
+ {% for post in site.categories.landing-pages %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/navigation-menus.html b/template-categories/navigation-menus.html new file mode 100644 index 00000000..f480abf8 --- /dev/null +++ b/template-categories/navigation-menus.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Navigation & Menus +description: "A collection of Bootstrap 3 navigation menus, custom Boostrap navbars, and alternative menu bar and navigation layouts." +meta-title: "Custom Bootstrap Navigation Menus" +meta-description: "Start Bootstrap's collection of custom Bootstrap navigation menus, navbar layouts, and other menu and navigation options for the Bootstrap framework." +redirect_from: + - /navigation-templates/ +--- + +
+
+ {% for post in site.categories.navigation-menus %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/one-page.html b/template-categories/one-page.html new file mode 100644 index 00000000..f8103ad3 --- /dev/null +++ b/template-categories/one-page.html @@ -0,0 +1,28 @@ +--- +layout: page +title: One Page Themes +description: "A collection of one page website themes and templates built with Bootstrap 3." +meta-title: "Free Bootstrap One Page Themes" +meta-description: "Start Bootstrap's collection of free one page Bootstrap themes are easy to customize, free to download, and open source for any project, personal or commercial." +redirect_from: + - /one-page-templates/ +--- + +
+
+ {% for post in site.categories.one-page %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/popular.html b/template-categories/popular.html new file mode 100644 index 00000000..4980d9b8 --- /dev/null +++ b/template-categories/popular.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Most Popular +description: "A collection of the most popular Bootstrap themes and templates on Start Bootstrap." +meta-title: "Most Popular Bootstrap Themes" +meta-description: "Start Bootstrap's most popular themes and templates. All of our themes are 100% free to use and completely open source for all projects, even commercial." +redirect_from: + - /popular-templates/ +--- + +
+
+ {% for post in site.categories.popular %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/portfolios.html b/template-categories/portfolios.html new file mode 100644 index 00000000..de77c3fc --- /dev/null +++ b/template-categories/portfolios.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Portfolios +description: "A collection of Bootstrap portfolio themes and templates perfect for web designers, developers, artists, and more!" +meta-title: "Free Bootstrap Portfolio Themes & Templates" +meta-description: "Start Bootstrap's collection of free Bootstrap portfolio themes and templates. Our portfolio themes are perfect for web designers, agencies, artists, and more!" +redirect_from: + - /portfolio-templates/ +--- + +
+
+ {% for post in site.categories.portfolios %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-categories/unstyled.html b/template-categories/unstyled.html new file mode 100644 index 00000000..fb2dd8d5 --- /dev/null +++ b/template-categories/unstyled.html @@ -0,0 +1,28 @@ +--- +layout: page +title: Unstyled Templates +description: "A collection of unstyled Bootstrap 3 templates to help you get started with your next Bootstrap project." +meta-title: "Unstyled Starter Templates for Bootstrap" +meta-description: "Start Bootstrap's collection of unstyled starter templates and themes for Bootstrap 3. These themes are easy to customize and ready to use." +redirect_from: + - /unstyled-templates/ +--- + +
+
+ {% for post in site.categories.unstyled %} +
+
+ + {{ post.content }} + +
+

{{ post.title }}

+

{{ post.description }}

+ Preview & Download +
+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/template-overviews/1-col-portfolio.html b/template-overviews/1-col-portfolio.html new file mode 100644 index 00000000..6c2317bc --- /dev/null +++ b/template-overviews/1-col-portfolio.html @@ -0,0 +1,36 @@ +--- +layout: template +title: 1 Col Portfolio +description: "An unstyled, single column, portfolio page template perfect for showcasing a group of detailed projects." +meta-title: "One Column Portfolio - Free Bootstrap Template" +meta-description: "A single column portfolio page template for Bootstrap 3. All Start Bootstrap templates are free to use and open source." +slug: 1-col-portfolio +tags: + - portfolios + - unstyled +redirect_from: + - /1-col-portfolio/ +--- + +

Theme Description:

+

1 Col Portfolio is a single column portfolio page template. Each portfolio item includes an image, project title heading, a subheading, and a description block. This template is ideal for showcasing a smaller list of more detailed projects.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free 2 Column Bootstrap Portfolio Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
+ Free 4 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/2-col-portfolio.html b/template-overviews/2-col-portfolio.html new file mode 100644 index 00000000..85ce97f5 --- /dev/null +++ b/template-overviews/2-col-portfolio.html @@ -0,0 +1,36 @@ +--- +layout: template +title: 2 Col Portfolio +description: "An basic, two column, portfolio page template perfect for showcasing a group of projects with some details." +meta-title: "Two Column Portfolio - Free Bootstrap Template" +meta-description: "A two column portfolio page template for Bootstrap 3. All Start Bootstrap templates are free to use and open source." +slug: 2-col-portfolio +tags: + - portfolios + - unstyled +redirect_from: + - /2-col-portfolio/ +--- + +

Theme Description:

+

2 Col Portfolio is a basic, unstyled portfolio grid template with a responsive, two column layout. This template is ideal for pages featuring a smaller number of projects with some details.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free 1 Column Bootstrap Portfolio Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
+ Free 4 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/3-col-portfolio.html b/template-overviews/3-col-portfolio.html new file mode 100644 index 00000000..b9ab3cb6 --- /dev/null +++ b/template-overviews/3-col-portfolio.html @@ -0,0 +1,36 @@ +--- +layout: template +title: 3 Col Portfolio +description: "A simple, three column, portfolio page template perfect for showcasing a larger group of projects." +meta-title: "Three Column Portfolio - Free Bootstrap Template" +meta-description: "A three column portfolio page template for Bootstrap 3. All Start Bootstrap templates are free to use and open source." +slug: 3-col-portfolio +tags: + - portfolios + - unstyled +redirect_from: + - /3-col-portfolio/ +--- + +

Theme Description:

+

3 Col Portfolio is a simple, three column portfolio page grid that is ideal for showcasing a larger group of projects with minor details

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free 1 Column Bootstrap Portfolio Template +
+
+ Free 2 Column Bootstrap Portfolio Template +
+
+ Free 4 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/4-col-portfolio.html b/template-overviews/4-col-portfolio.html new file mode 100644 index 00000000..4184d45b --- /dev/null +++ b/template-overviews/4-col-portfolio.html @@ -0,0 +1,36 @@ +--- +layout: template +title: 4 Col Portfolio +description: "An unstlyed, four column, portfolio page grid perfect for showcasing a large group of projects or works." +meta-title: "Four Column Portfolio - Free Bootstrap Template" +meta-description: "A four column portfolio page template for Bootstrap 3. All Start Bootstrap templates are free to use and open source." +slug: 4-col-portfolio +tags: + - portfolios + - unstyled +redirect_from: + - /4-col-portfolio/ +--- + +

Theme Description:

+

4 Col Portfolio is a basic, four column image grid ideal for featuring a large number of projects that do not require much detail. Adding image hover effects is highly recommended.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free 1 Column Bootstrap Portfolio Template +
+
+ Free 2 Column Bootstrap Portfolio Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/agency.html b/template-overviews/agency.html new file mode 100644 index 00000000..d4162ccd --- /dev/null +++ b/template-overviews/agency.html @@ -0,0 +1,43 @@ +--- +layout: template +title: Agency +description: "A clean, stylish, one page Bootstrap portfolio theme perfect for your agency or small business." +meta-title: "Agency - One Page Bootstrap Theme" +meta-description: "A free one page Bootstrap portfolio theme for agencies. All Start Bootstrap templates are free to download and open source." +slug: agency +tags: + - landing-pages + - one-page + - portfolios +redirect_from: + - /agency/ +--- + +

Description:

+

Agency is a stylish, one page Bootstrap theme for agencies and small businesses. The design of Agency is based off of the Golden PSD Theme by Mathavan Jaya. You can download the PSD verison of this theme at FreebiesXpress.com.

+ +

Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Freelancer Bootstrap 3 Theme +
+
+ Free One Page Theme for Bootstrap 3 +
+
+ Free Bootstrap 3 Landing Page Theme +
+
\ No newline at end of file diff --git a/template-overviews/bare.html b/template-overviews/bare.html new file mode 100644 index 00000000..dbbd70fa --- /dev/null +++ b/template-overviews/bare.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Bare +description: "An unstlyed starter template for Bootstrap 3 with predefined file paths for easy development." +meta-title: "Bare - Bootstrap Starter Template" +meta-description: "A basic Bootstrap 3 starter template with predefined file paths for rapid development. All Start Bootstrap templates are free to download and open source." +slug: bare +tags: + - portfolios + - landing-pages + - unstyled + - navigation-menus +redirect_from: + - /bare/ +--- + +

Theme Description:

+

Bare is a basic Bootstrap 3 starter template that you can download, unzip, and use out of the box without having to change any file paths.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Bootstrap Logo Navigation Bar Template +
+
+ Bootstrap Sidebar Navigation Template +
+
+ Bootstrap Scrolling Navigation Template +
+
\ No newline at end of file diff --git a/template-overviews/blog-home.html b/template-overviews/blog-home.html new file mode 100644 index 00000000..a00f3fbe --- /dev/null +++ b/template-overviews/blog-home.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Blog Home +description: "A simple, unstyled, blog homepage starter template for creating Bootstrap 3 blog websites." +meta-title: "Blog Home - Free Bootstrap 3 Blog Template" +meta-description: "A free to use Bootstrap 3 blog homepage template. All Start Bootstrap templates are free to use and open source." +slug: blog-home +tags: + - blogs + - unstyled +redirect_from: + - /blog-home/ +--- + +

Theme Description:

+

Blog Home is an unstyled Bootstrap template you can use to quickly create a home page for a Bootstrap based blog website.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Blog Post Bootstrap 3 Template +
+
+ One Column Bootstrap 3 Portfolio Template +
+
+ Bootstrap 3 HTML Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/blog-post.html b/template-overviews/blog-post.html new file mode 100644 index 00000000..1efe0849 --- /dev/null +++ b/template-overviews/blog-post.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Blog Post +description: "A simple, unstyled, blog post starter template for creating Bootstrap 3 blog posts." +meta-title: "Blog Post - Free Bootstrap 3 Blog Starter Template" +meta-description: "A free to use Bootstrap 3 blog post template. All Start Bootstrap templates are free to use and open source." +slug: blog-post +tags: + - blogs + - unstyled +redirect_from: + - /blog-post/ +--- + +

Theme Description:

+

Blog Post is a simple Bootstrap starter template for creating blog posts within a Bootstrap built blog website.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Blog Homepage Bootstrap 3 Template +
+
+ One Column Bootstrap 3 Portfolio Template +
+
+ Bootstrap 3 HTML Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/business-casual.html b/template-overviews/business-casual.html new file mode 100644 index 00000000..8cd39a5c --- /dev/null +++ b/template-overviews/business-casual.html @@ -0,0 +1,40 @@ +--- +layout: template +title: Business Casual +description: "A Bootstrap 3 website template featuring full page background images and other easy to use Bootstrap elements." +meta-title: "Business Casual - Free Bootstrap 3 Website Template" +meta-description: "A free, full website template for Bootstrap 3 perfect for small businesses. All Start Bootstrap templates are free to use and open source." +slug: business-casual +tags: + - full-websites + - landing-pages +redirect_from: + - /business-casual/ +--- + +

Theme Description:

+

Business Casual is a full website template for Bootstrap 3. It features four different HTML pages and a number of custom style components.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Modern Business - Bootstrap Website Template +
+
+ Stylish Portfolio - One Page Bootstrap Theme +
+
+ Free Bootstrap Landing Page Theme +
+
\ No newline at end of file diff --git a/template-overviews/business-frontpage.html b/template-overviews/business-frontpage.html new file mode 100644 index 00000000..5bea8af0 --- /dev/null +++ b/template-overviews/business-frontpage.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Business Frontpage +description: "A business home page starter template for Bootstrap 3 featuring marketing boxes and a full width image header." +meta-title: "Business Frontpage - Bootstrap 3 Business Home Page Template" +meta-description: "A Bootstrap 3 home page template perfect for small business websites. All Start Bootstrap templates are free to use and open source." +slug: business-frontpage +tags: + - landing-pages + - unstyled +redirect_from: + - /business-frontpage/ +--- + +

Theme Description:

+

Business Frontpage is a basic HTML starter template for creating a Bootstrap based website for a small business or other organization.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Small Business Bootstrap 3 Template +
+
+ Modern Business - Bootstrap Website Template +
+
+ Business Casual Bootstrap 3 Website Template +
+
\ No newline at end of file diff --git a/template-overviews/freelancer.html b/template-overviews/freelancer.html new file mode 100644 index 00000000..1016eafd --- /dev/null +++ b/template-overviews/freelancer.html @@ -0,0 +1,45 @@ +--- +layout: template +title: Freelancer +description: "A one page Bootstrap portfolio theme for freelancers featuring the Flatly theme by Bootswatch." +meta-title: "Freelancer - One Page Theme" +meta-description: "A free one page Bootstrap portfolio theme for freelancers. All Start Bootstrap templates are free to download and open source." +slug: freelancer +tags: + - landing-pages + - one-page + - portfolios +redirect_from: + - /freelancer/ +--- + +

Description:

+

Freelancer is a one page Bootstrap portfolio theme for freelancers. This theme is built using the Flatly theme by Bootswatch.

+ +

Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Theme for Bootstrap 3 +
+
+ Free Bootstrap 3 Landing Page Theme +
+
+ Free Bootstrap 3 One Page Portfolio Theme +
+
\ No newline at end of file diff --git a/template-overviews/full-slider.html b/template-overviews/full-slider.html new file mode 100644 index 00000000..fd02ab1a --- /dev/null +++ b/template-overviews/full-slider.html @@ -0,0 +1,38 @@ +--- +layout: template +title: Full Slider +description: "A full page background image slider for Bootstrap 3 using the built-in Bootstrap carousel plugin." +meta-title: "Full Slider - Bootstrap 3 Background Image Slider" +meta-description: "A full page background image slider template for Bootstrap 3 built with the default Bootstrap carousel. All Start Bootstrap templates are free to download and open source." +slug: full-slider +tags: + - landing-pages + - one-page + - portfolios + - unstyled +redirect_from: + - /full-slider/ +--- + +

Theme Description:

+

Full Slider is a full page image background slider built using the Bootstrap carousel. You can use this template to create one page websites, portfolio sites, and much more.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Image Slider Background Template for Bootstrap 3 +
+
+ Modern Business - Bootstrap Website Template +
+
+ Full Page Image Background Template for Bootstrap 3 +
+
\ No newline at end of file diff --git a/template-overviews/full-width-pics.html b/template-overviews/full-width-pics.html new file mode 100644 index 00000000..cea204dd --- /dev/null +++ b/template-overviews/full-width-pics.html @@ -0,0 +1,39 @@ +--- +layout: template +title: Full Width Pics +description: "A Bootstrap 3 website template featuring content sections with full page width image backgrounds." +meta-title: "Full Width Pics - Free Bootstrap Template" +meta-description: "A Bootstrap 3 template featuring full page width image backgrounds. All Start Bootstrap templates are free to download and open source." +slug: full-width-pics +tags: + - landing-pages + - one-page + - unstyled +redirect_from: + - /full-width-pics/ +--- + +

Theme Description:

+

Full Width Pics is a unique Bootstrap starter template for a landing page or a one page website. It features full width image sections with an option to include a logo in the header along with other custom design elements.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Bootstrap 3 Template +
+
+ Free Bootstrap 3 One Page Theme +
+
+ Bootstrap 3 HTML Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/full.html b/template-overviews/full.html new file mode 100644 index 00000000..6ce49024 --- /dev/null +++ b/template-overviews/full.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Full +description: "An easy to use, full page image background template for Bootstrap 3 websites." +meta-title: "Full - Full Page Image Background Bootstrap 3" +meta-description: "A full page image background template for Bootstrap 3 built websites." +slug: full +tags: + - landing-pages + - portfolios + - unstyled +redirect_from: + - /full/ +--- + +

Theme Description:

+

Full is a Bootstrap 3 HTML starter template for creating pages with a fixed, full page image background.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Full Page Image Background Bootstrap Template +
+
+ Full Page Image Slider Background Bootstrap Template +
+
+ Bootstrap 3 HTML Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/grayscale.html b/template-overviews/grayscale.html new file mode 100644 index 00000000..0540e822 --- /dev/null +++ b/template-overviews/grayscale.html @@ -0,0 +1,41 @@ +--- +layout: template +title: Grayscale +description: "A free, multipurpose, one page Bootstrap theme featuring a dark color scheme and smooth scrolling animations." +meta-title: "Grayscale - Free One Page Bootstrap Theme" +meta-description: "Grayscale is a free Bootstrap theme with a dark color scheme, smooth scrolling page animations, and a collapsing top navigation bar. It works great for portfolios, businesses, and more!" +slug: grayscale +tags: + - landing-pages + - one-page + - portfolios +redirect_from: + - /grayscale/ +--- + +

Theme Description:

+

Grayscale is a multipurpose, one page website theme featuring a dark layout along with smooth scrolling page animations.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Freelancer Bootstrap 3 Theme +
+
+ Free Bootstrap 3 Landing Page Theme +
+
+ Free Bootstrap 3 Portfolio Theme +
+
\ No newline at end of file diff --git a/template-overviews/half-slider.html b/template-overviews/half-slider.html new file mode 100644 index 00000000..8bf2bc3b --- /dev/null +++ b/template-overviews/half-slider.html @@ -0,0 +1,39 @@ +--- +layout: template +title: Half Slider +description: "A half page background image slider for Bootstrap 3 using the built-in Bootstrap carousel plugin." +meta-title: "Half Slider - Bootstrap 3 Background Image Slider" +meta-description: "A half page background image slider template for Bootstrap 3 built with the default Bootstrap carousel. All Start Bootstrap templates are free to download and open source." +slug: half-slider +tags: + - landing-pages + - one-page + - portfolios + - unstyled +redirect_from: + - /half-slider/ +--- + +

Theme Description:

+

Half Slider is a half page height, full width image slider template for Bootstrap 3. This theme is great for creating landing pages or one page websites.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Full Page Image Slider Background Template for Bootstrap 3 +
+
+ Modern Business - Bootstrap Website Template +
+
+ Full Page Image Background Template for Bootstrap 3 +
+
\ No newline at end of file diff --git a/template-overviews/heroic-features.html b/template-overviews/heroic-features.html new file mode 100644 index 00000000..ed939998 --- /dev/null +++ b/template-overviews/heroic-features.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Heroic Features +description: "A Bootstrap home page template featuring a hero unit and a grid of thumbnail features." +meta-title: "Heroic Features - Free Bootstrap Template" +meta-description: "A free bootstrap template featuring a intro box and a grid of features. All Start Bootstrap templates are free to download and open source." +slug: heroic-features +tags: + - landing-pages + - ecommerce + - unstyled +redirect_from: + - /heroic-features/ +--- + +

Theme Description:

+

Heroic features is an unstyled template featuring a hero unit as a header and a grid of feature boxes.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Bootstrap 3 Ecommerce Shop Homepage Template +
+
+ Bootstrap 3 Ecommerce Shop Item Template +
+
+ Free Bootstrap 3 Image Gallery Template +
+
\ No newline at end of file diff --git a/template-overviews/landing-page.html b/template-overviews/landing-page.html new file mode 100644 index 00000000..14a798cb --- /dev/null +++ b/template-overviews/landing-page.html @@ -0,0 +1,40 @@ +--- +layout: template +title: Landing Page +description: "A simple, elegant, and beautifully responsive landing page theme for Bootstrap 3 websites." +meta-title: "Landing Page - Free Bootstrap 3 Landing Page Theme" +meta-description: "A responsive Bootstrap 3 landing page theme by Start Bootstrap. All Start Bootstrap templates are free to download and open source." +slug: landing-page +tags: + - landing-pages + - one-page + - portfolios +redirect_from: + - /landing-page/ +--- + +

Theme Description:

+

Landing Page is a responsive landing page theme for Bootstrap 3.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Freelancer Bootstrap 3 Theme +
+
+ Free One Page Theme for Bootstrap 3 +
+
+ Free Bootstrap 3 Portfolio Theme +
+
\ No newline at end of file diff --git a/template-overviews/logo-nav.html b/template-overviews/logo-nav.html new file mode 100644 index 00000000..05aa0485 --- /dev/null +++ b/template-overviews/logo-nav.html @@ -0,0 +1,35 @@ +--- +layout: template +title: Logo Nav +description: "A Bootstrap navigation template featuring an image logo in place of the navbar header text." +meta-title: "Logo Nav - Bootstrap Logo Navigation template" +meta-description: "A free Bootstrap logo navigation template with an image logo in place of the default navbar header text. All Start Bootstrap templates are free to download and open source." +slug: logo-nav +tags: + - navigation-menus + - unstyled +redirect_from: + - /logo-nav/ +--- + +

Theme Description:

+

Logo Nav is a Bootstrap 3 navigation template that replaces the default text in the navbar header with an image.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Small Business Bootstrap 3 Template +
+
+ Bootstrap Sidebar Navigation Template +
+
+ Bootstrap Scrolling Navigation Template +
+
\ No newline at end of file diff --git a/template-overviews/modern-business.html b/template-overviews/modern-business.html new file mode 100644 index 00000000..4b0ea734 --- /dev/null +++ b/template-overviews/modern-business.html @@ -0,0 +1,41 @@ +--- +layout: template +title: Modern Business +description: "A full website template framework for building Bootstrap 3 websites. Includes 17 pages and a working contact form." +meta-title: "Modern Business - Full Website Template for Bootstrap 3" +meta-description: "A 17 page full website template for Bootstrap 3. Includes a working contact form, and many other features. All Start Bootstrap templates are free to download and open source." +slug: modern-business +tags: + - full-websites + - portfolios + - unstyled +redirect_from: + - /modern-business/ +--- + +

Theme Description:

+

Modern Business is a fully loaded Bootstrap 3 website starter template. It includes 17 HTML pages along with a working PHP contact form. You can use this template to create larger, multipurpose websites using Bootstrap 3.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Business Casual - Bootstrap Website Template +
+
+ Stylish Portfolio - One Page Bootstrap Theme +
+
+ Free Bootstrap Landing Page Theme +
+
\ No newline at end of file diff --git a/template-overviews/one-page-wonder.html b/template-overviews/one-page-wonder.html new file mode 100644 index 00000000..6ef24a30 --- /dev/null +++ b/template-overviews/one-page-wonder.html @@ -0,0 +1,39 @@ +--- +layout: template +title: One Page Wonder +description: "A simple, one page website template for quickly building one page websites using Bootstrap 3." +meta-title: "One Page Wonder - Free Bootstrap Template" +meta-description: "A one page website template for building one page websites using Bootstrap 3. All Start Bootstrap templates are free to download and open source." +slug: one-page-wonder +tags: + - landing-pages + - one-page + - portfolios + - unstyled +redirect_from: + - /one-page-wonder/ +--- + +

Theme Description:

+

One Page Wonder is an unstyled Bootstrap 3 starter template for quickly creating one page websites in Bootstrap.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Freelancer Bootstrap 3 Theme +
+
+ Free One Page Theme for Bootstrap 3 +
+
+ Free Bootstrap 3 Landing Page Theme +
+
\ No newline at end of file diff --git a/template-overviews/portfolio-item.html b/template-overviews/portfolio-item.html new file mode 100644 index 00000000..eb2a5c80 --- /dev/null +++ b/template-overviews/portfolio-item.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Portfolio Item +description: "An unstlyed, portfolio item template perfect for showcasing a project or work." +meta-title: "Portfolio Item - Free Bootstrap Portfolio Template" +meta-description: "A free portfolio item template for Bootstrap 3 perfect for showcasing a single project. All Start Bootstrap templates are free to download and open source." +slug: portfolio-item +tags: + - portfolios + - unstyled +redirect_from: + - /portfolio-item/ +--- + +

Theme Description:

+

Portfolio Item is a basic Bootstrap template used to create single portfolio item pages on a Bootstrap based website.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free 1 Column Bootstrap Portfolio Template +
+
+ Free 2 Column Bootstrap Portfolio Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/round-about.html b/template-overviews/round-about.html new file mode 100644 index 00000000..c933661d --- /dev/null +++ b/template-overviews/round-about.html @@ -0,0 +1,34 @@ +--- +layout: template +title: Round About +description: "A simple about page template for Bootstrap 3 featuring an easy to use image grid with rounded images." +meta-title: "Round About - Bootstrap About Page Template" +meta-description: "A simple about page template for Bootstrap 3 featuring an easy to use image grid with rounded images. All Start Bootstrap templates are free to download and open source." +slug: round-about +tags: + - unstyled +redirect_from: + - /round-about/ +--- + +

Theme Description:

+

Round About is a Bootstrap about page template featuring round images.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free Bootstrap 3 Image Gallery Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
+ Free 4 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/template-overviews/sb-admin-2.html b/template-overviews/sb-admin-2.html new file mode 100644 index 00000000..77d0f65f --- /dev/null +++ b/template-overviews/sb-admin-2.html @@ -0,0 +1,45 @@ +--- +layout: template +title: SB Admin 2 +description: "A Bootstrap based admin theme, dashboard, or web application UI featuring powerful jQuery plugins for extended functionality." +meta-title: "SB Admin 2 - Free Bootstrap Admin Theme" +meta-description: "A free Bootstrap admin theme, dashboard, or web application UI. All Start Bootstrap templates are free to download and open source." +slug: sb-admin-2 +tags: + - admin-dashboard + - full-websites + - unstyled +redirect_from: + - /sb-admin-v2/ +--- + +

Theme Description:

+

SB Admin 2 Bootstrap admin theme, dashboard template, or webapp UI starter. The theme features a variety of custom jQuery plugins to add extended functionality past the built in Bootstrap UI features.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free Bootstrap 3 Admin Template - SB Admin +
+
+ Free Bootstrap 3 Off Canvas Sidebar Navigation Template +
+
+ Free Bootstrap 3 Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/sb-admin.html b/template-overviews/sb-admin.html new file mode 100644 index 00000000..7e001fd9 --- /dev/null +++ b/template-overviews/sb-admin.html @@ -0,0 +1,43 @@ +--- +layout: template +title: SB Admin +description: "A Bootstrap 3 admin theme featuring powerful jQuery plugins to extend the functionality of the Bootstrap framework." +meta-title: "SB Admin - Free Bootstrap Admin Template" +meta-description: "A free to use Bootstrap 3 admin template with powerful jQuery plugins included. All Start Bootstrap templates are free to download and open source." +slug: sb-admin +tags: + - admin-dashboard + - full-websites + - unstyled +redirect_from: + - /sb-admin/ +--- + +

Theme Description:

+

SB Admin is a free to download Bootstrap admin template. This template uses the defaul Bootstrap 3 styles along with a variety of powerful jQuery plugins to create a pwerful framework for creating admin panels, web apps, or back-end dashboards.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free Bootstrap 3 Admin Theme - SB Admin 2 +
+
+ Free Bootstrap 3 Off Canvas Sidebar Navigation Template +
+
+ Free Bootstrap 3 Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/scrolling-nav.html b/template-overviews/scrolling-nav.html new file mode 100644 index 00000000..b31ab9d8 --- /dev/null +++ b/template-overviews/scrolling-nav.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Scrolling Nav +description: "A basic, unstyled Bootstrap page layout for creating smooth scrolling, one page websites." +meta-title: "Scrolling Nav - One Page Scrolling Bootstrap Template" +meta-description: "Scrolling Nav is a one page Bootstrap template with smooth scrolling animations and a collapsing fixed top navigation bar. It's the perfect start to a one page Bootstrap website." +slug: scrolling-nav +tags: + - navigation-menus + - unstyled +redirect_from: + - /scrolling-nav/ +--- + +

Theme Description:

+

Scrolling Nav is a basic Bootstrap framework for creating smooth scrolling, one page websites.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Bootstrap Scrolling Theme +
+
+ Free One Page Bootstrap Portfolio Theme +
+
+ Free One Page Bootstrap Template +
+
\ No newline at end of file diff --git a/template-overviews/shop-homepage.html b/template-overviews/shop-homepage.html new file mode 100644 index 00000000..53b873e4 --- /dev/null +++ b/template-overviews/shop-homepage.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Shop Homepage +description: "A simple, unstyled, shop home page template featuring Bootstrap snippets from Bootsnipp." +meta-title: "Shop Homepage - Bootstrap Ecommerce Store Template" +meta-description: "A Bootstrap 3 ecommerce homepage template for shop or store items. All Start Bootstrap templates are free to download and open source." +slug: shop-homepage +tags: + - ecommerce + - unstyled +redirect_from: + - /shop-homepage/ +--- + +

Theme Description:

+

Shop Homepage is a starter template for a Bootstrap based online store or ecommerce website.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Bootstrap 3 Ecommerce Shop Item Template +
+
+ Free Bootstrap 3 Template +
+
+ Free Bootstrap 3 Image Gallery Template +
+
\ No newline at end of file diff --git a/template-overviews/shop-item.html b/template-overviews/shop-item.html new file mode 100644 index 00000000..9cb67aa1 --- /dev/null +++ b/template-overviews/shop-item.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Shop Item +description: "A simple, unstyled, shop item page template featuring Bootstrap snippets from Bootsnipp." +meta-title: "Shop Item - Bootstrap Ecommerce Shop Item Template" +meta-description: "A Bootstrap 3 ecommerce template for shop or store items. All Start Bootstrap templates are free to download and open source." +slug: shop-item +tags: + - ecommerce + - unstyled +redirect_from: + - /shop-item/ +--- + +

Theme Description:

+

Shop Item is a basic, unstyled ecommerce template for Bootstrap ecommerce websites. This template can be used to display a single shop item within an online store.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Bootstrap 3 Ecommerce Shop Homepage Template +
+
+ Free Bootstrap 3 Template +
+
+ Free Bootstrap 3 Image Gallery Template +
+
\ No newline at end of file diff --git a/template-overviews/simple-sidebar.html b/template-overviews/simple-sidebar.html new file mode 100644 index 00000000..3fee99bc --- /dev/null +++ b/template-overviews/simple-sidebar.html @@ -0,0 +1,36 @@ +--- +layout: template +title: Simple Sidebar +description: "A simple sidebar template for Bootstrap 3 featuring responsive off-canvas navigation at small screen sizes." +meta-title: "Simple Sidebar - Bootstrap Sidebar Template" +meta-description: "A simple sidebar template for Bootstrap 3 featuring responsive off-canvas navigation at small screen sizes. All Start Bootstrap templates are free to download and open source." +slug: simple-sidebar +tags: + - navigation-menus + - unstyled +redirect_from: + - /simple-sidebar/ +--- + +

Theme Description:

+

Simple Sidebar is a basic sidebar menu page layout for Bootstrap websites with off canvas navigation on smaller screen sizes.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free Bootstrap 3 Admin Template - SB Admin +
+
+ Free Bootstrap 3 Admin Theme - SB Admin 2 +
+
+ Free Bootstrap 3 Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/small-business.html b/template-overviews/small-business.html new file mode 100644 index 00000000..60d46eb5 --- /dev/null +++ b/template-overviews/small-business.html @@ -0,0 +1,37 @@ +--- +layout: template +title: Small Business +description: "A free, easy to use, Bootstrap starter template perfect for building small business marketing websites." +meta-title: "Small Business - Bootstrap Marketing Website Template" +meta-description: "A free, easy to use, Bootstrap starter template perfect for building small business marketing websites. All Start Bootstrap templates are free to download and open source." +slug: small-business +tags: + - landing-pages + - unstyled +redirect_from: + - /small-business/ +--- + +

Theme Description:

+

Small Business is a landing page template for Bootstrap built small business websites.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Small Business Bootstrap 3 Template +
+
+ Modern Business - Bootstrap Website Template +
+
+ Business Casual Bootstrap 3 Website Template +
+
\ No newline at end of file diff --git a/template-overviews/stylish-portfolio.html b/template-overviews/stylish-portfolio.html new file mode 100644 index 00000000..3429fb36 --- /dev/null +++ b/template-overviews/stylish-portfolio.html @@ -0,0 +1,43 @@ +--- +layout: template +title: Stylish Portfolio +description: "A stylish, one page, Bootstrap portfolio theme featuring off canvas navigation and smooth page scrolling." +meta-title: "Stylish Portfolio - One Page Bootstrap Portfolio Theme" +meta-description: "A free Bootstrap portfolio theme with off canvas navigation and smooth page scrolling. All Start Bootstrap templates are free to download and open source." +slug: stylish-portfolio +tags: + - landing-pages + - one-page + - portfolios +redirect_from: + - /stylish-portfolio/ +--- + +

Theme Description:

+

Stylish Portfolio is a one page Bootstrap portfolio theme with off canvas navigation and smooth scrolling through content sections.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Free One Page Freelancer Bootstrap 3 Theme +
+
+ Free One Page Theme for Bootstrap 3 +
+
+ Free Bootstrap 3 Landing Page Theme +
+
\ No newline at end of file diff --git a/template-overviews/the-big-picture.html b/template-overviews/the-big-picture.html new file mode 100644 index 00000000..b705c775 --- /dev/null +++ b/template-overviews/the-big-picture.html @@ -0,0 +1,36 @@ +--- +layout: template +title: The Big Picture +description: "An artistic, full page image background Bootstrap template with a fixed bottom navigation bar." +meta-title: "The Big Picture - Full Page Image Bootstrap Template" +meta-description: "An artistic, full page image background Bootstrap template with a fixed bottom navigation bar. All Start Bootstrap templates are free to download and open source." +slug: the-big-picture +tags: + - landing-pages + - portfolios + - unstyled +redirect_from: + - /the-big-picture/ +--- + +

Theme Description:

+

The Big Picture is an artistic, full screen background image template with a fixed bottom footer.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Full Page Image Background Bootstrap Template +
+
+ Full Page Image Slider Background Bootstrap Template +
+
+ Bootstrap 3 HTML Starter Template +
+
\ No newline at end of file diff --git a/template-overviews/thumbnail-gallery.html b/template-overviews/thumbnail-gallery.html new file mode 100644 index 00000000..b80e6ef4 --- /dev/null +++ b/template-overviews/thumbnail-gallery.html @@ -0,0 +1,35 @@ +--- +layout: template +title: Thumbnail Gallery +description: "A thumbnail grid perfect for creating photo galleries quickly and easily with Bootstrap 3." +meta-title: "Thumbnail Gallery - Bootstrap 3 Image Gallery" +meta-description: "A Bootstrap 3 photo gallery template with thumbnails and a working grid. All Start Bootstrap templates are free to download and open source." +slug: thumbnail-gallery +tags: + - unstyled +redirect_from: + - /thumbnail-gallery/ +--- + +

Theme Description:

+

Thumbnail Gallery is a simple image gallery template for Bootstrap built websites. It features a 3x4 image grid with thumbnails.

+ +

Theme Features:

+ + +

Similar Themes & Templates:

+
+
+ Bootstrap 3 HTML Starter Template +
+
+ Free 3 Column Bootstrap Portfolio Template +
+
+ Free 4 Column Bootstrap Portfolio Template +
+
\ No newline at end of file diff --git a/templates/1-col-portfolio.html b/templates/1-col-portfolio.html deleted file mode 100644 index 5ce5be25..00000000 --- a/templates/1-col-portfolio.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - One Column Portfolio Template for Bootstrap 3 - - - - - - - - - - - - -
- -
- -
-

1 Col Portfolio - Showcase Your Work One Column at a Time -

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

Project One

-

Subheading

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.

- View Project -
- -
- -
- -
- -
- - - -
- -
-

Project Two

-

Subheading

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.

- View Project -
- -
- -
- -
- -
- - - -
- -
-

Project Three

-

Subheading

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.

- View Project -
- -
- -
- -
- -
- - - -
- -
-

Project Four

-

Subheading

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.

- View Project -
- -
- -
- -
- -
- - - -
- -
-

Project Five

-

Subheading

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.

- View Project -
- -
- -
- -
- -
-
    -
  • « -
  • -
  • 1 -
  • -
  • 2 -
  • -
  • 3 -
  • -
  • 4 -
  • -
  • 5 -
  • -
  • » -
  • -
-
- -
- -
- -
-
-
-

Copyright © Company 2013

-
-
-
- -
- - - - - - - - - diff --git a/templates/1-col-portfolio/css/1-col-portfolio.css b/templates/1-col-portfolio/css/1-col-portfolio.css new file mode 100644 index 00000000..ce54cc4e --- /dev/null +++ b/templates/1-col-portfolio/css/1-col-portfolio.css @@ -0,0 +1,13 @@ +/*! + * Start Bootstrap - 1 Col Portfolio HTML Template (http://startbootstrap.com) + * Code licensed under the Apache License v2.0. + * For details, see http://www.apache.org/licenses/LICENSE-2.0. + */ + +body { + padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ +} + +footer { + margin: 50px 0; +} \ No newline at end of file diff --git a/templates/1-col-portfolio/css/bootstrap.css b/templates/1-col-portfolio/css/bootstrap.css new file mode 100644 index 00000000..037dd056 --- /dev/null +++ b/templates/1-col-portfolio/css/bootstrap.css @@ -0,0 +1,6203 @@ +/*! + * Bootstrap v3.2.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + select { + background: #fff !important; + } + .navbar { + display: none; + } + .table td, + .table th { + background-color: #fff !important; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +@font-face { + font-family: 'Glyphicons Halflings'; + + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\2a"; +} +.glyphicon-plus:before { + content: "\2b"; +} +.glyphicon-euro:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 10px; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + 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; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + width: 100% \9; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + width: 100% \9; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #777; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +cite { + font-style: normal; +} +mark, +.mark { + padding: .2em; + background-color: #fcf8e3; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-nowrap { + white-space: nowrap; +} +.text-lowercase { + text-transform: lowercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-capitalize { + text-transform: capitalize; +} +.text-muted { + color: #777; +} +.text-primary { + color: #428bca; +} +a.text-primary:hover { + color: #3071a9; +} +.text-success { + color: #3c763d; +} +a.text-success:hover { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #428bca; +} +a.bg-primary:hover { + background-color: #3071a9; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + margin-left: -5px; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #777; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #777; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +blockquote:before, +blockquote:after { + content: ""; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +kbd kbd { + padding: 0; + font-size: 100%; + -webkit-box-shadow: none; + box-shadow: none; +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666667%; +} +.col-xs-10 { + width: 83.33333333%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666667%; +} +.col-xs-4 { + width: 33.33333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.66666667%; +} +.col-xs-1 { + width: 8.33333333%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: auto; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: auto; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0; +} +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666667%; + } + .col-sm-10 { + width: 83.33333333%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666667%; + } + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666667%; + } + .col-sm-4 { + width: 33.33333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.66666667%; + } + .col-sm-1 { + width: 8.33333333%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666667%; + } + .col-sm-pull-10 { + right: 83.33333333%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666667%; + } + .col-sm-pull-7 { + right: 58.33333333%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666667%; + } + .col-sm-pull-4 { + right: 33.33333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.66666667%; + } + .col-sm-pull-1 { + right: 8.33333333%; + } + .col-sm-pull-0 { + right: auto; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666667%; + } + .col-sm-push-10 { + left: 83.33333333%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666667%; + } + .col-sm-push-7 { + left: 58.33333333%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666667%; + } + .col-sm-push-4 { + left: 33.33333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.66666667%; + } + .col-sm-push-1 { + left: 8.33333333%; + } + .col-sm-push-0 { + left: auto; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666667%; + } + .col-sm-offset-10 { + margin-left: 83.33333333%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.66666667%; + } + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666667%; + } + .col-md-10 { + width: 83.33333333%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666667%; + } + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666667%; + } + .col-md-4 { + width: 33.33333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.66666667%; + } + .col-md-1 { + width: 8.33333333%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666667%; + } + .col-md-pull-10 { + right: 83.33333333%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666667%; + } + .col-md-pull-7 { + right: 58.33333333%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666667%; + } + .col-md-pull-4 { + right: 33.33333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.66666667%; + } + .col-md-pull-1 { + right: 8.33333333%; + } + .col-md-pull-0 { + right: auto; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666667%; + } + .col-md-push-10 { + left: 83.33333333%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666667%; + } + .col-md-push-7 { + left: 58.33333333%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666667%; + } + .col-md-push-4 { + left: 33.33333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.66666667%; + } + .col-md-push-1 { + left: 8.33333333%; + } + .col-md-push-0 { + left: auto; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666667%; + } + .col-md-offset-10 { + margin-left: 83.33333333%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666667%; + } + .col-md-offset-7 { + margin-left: 58.33333333%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.66666667%; + } + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666667%; + } + .col-lg-10 { + width: 83.33333333%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666667%; + } + .col-lg-7 { + width: 58.33333333%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666667%; + } + .col-lg-4 { + width: 33.33333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.66666667%; + } + .col-lg-1 { + width: 8.33333333%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666667%; + } + .col-lg-pull-10 { + right: 83.33333333%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666667%; + } + .col-lg-pull-7 { + right: 58.33333333%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666667%; + } + .col-lg-pull-4 { + right: 33.33333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; + } + .col-lg-pull-0 { + right: auto; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666667%; + } + .col-lg-push-10 { + left: 83.33333333%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666667%; + } + .col-lg-push-7 { + left: 58.33333333%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666667%; + } + .col-lg-push-4 { + left: 33.33333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.66666667%; + } + .col-lg-push-1 { + left: 8.33333333%; + } + .col-lg-push-0 { + left: auto; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666667%; + } + .col-lg-offset-10 { + margin-left: 83.33333333%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666667%; + } + .col-lg-offset-7 { + margin-left: 58.33333333%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} +table { + background-color: transparent; +} +th { + text-align: left; +} +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.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-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +@media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); +} +.form-control::-moz-placeholder { + color: #777; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #777; +} +.form-control::-webkit-input-placeholder { + color: #777; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + cursor: not-allowed; + background-color: #eee; + opacity: 1; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + line-height: 34px; + line-height: 1.42857143 \0; +} +input[type="date"].input-sm, +input[type="time"].input-sm, +input[type="datetime-local"].input-sm, +input[type="month"].input-sm { + line-height: 30px; +} +input[type="date"].input-lg, +input[type="time"].input-lg, +input[type="datetime-local"].input-lg, +input[type="month"].input-lg { + line-height: 46px; +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + min-height: 20px; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-top: 4px \9; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-right: 0; + padding-left: 0; +} +.input-sm, +.form-horizontal .form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.input-lg, +.form-horizontal .form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.form-control-feedback { + position: absolute; + top: 25px; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; +} +.input-lg + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; +} +.input-sm + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + padding-top: 7px; + margin-bottom: 0; + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + top: 0; + right: 15px; +} +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 14.3px; + } +} +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + } +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + pointer-events: none; + cursor: not-allowed; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + color: #fff; + background-color: #3071a9; + border-color: #285e8e; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled: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: #357ebd; +} +.btn-primary .badge { + color: #428bca; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled: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: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled: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: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled: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: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled: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: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #428bca; + cursor: pointer; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #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: #777; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + -o-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +tr.collapse.in { + display: table-row; +} +tbody.collapse.in { + display: table-row-group; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + -o-transition: height .35s ease; + transition: height .35s ease; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + text-align: left; + list-style: none; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #428bca; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #777; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #777; + white-space: nowrap; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px solid; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: 0; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +.btn-group-justified > .btn-group .dropdown-menu { + left: auto; +} +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + position: absolute; + z-index: -1; + filter: alpha(opacity=0); + opacity: 0; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + margin-left: -1px; +} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #777; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #777; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #428bca; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #ddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a: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 { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #428bca; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; + -webkit-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + height: 50px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: 0; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + } +} +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-form.navbar-right:last-child { + margin-right: -15px; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } + .navbar-text.navbar-right:last-child { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-default .btn-link { + color: #777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #777; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #777; +} +.navbar-inverse .navbar-nav > li > a { + color: #777; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-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 .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #777; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.navbar-inverse .btn-link { + color: #777; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #fff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #777; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #428bca; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #2a6496; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #428bca; + border-color: #428bca; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #777; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #777; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #5e5e5e; +} +.label-primary { + background-color: #428bca; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.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: baseline; + background-color: #777; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #428bca; + background-color: #fff; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron { + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #428bca; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; +} +.alert-dismissable .close, +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@-o-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); +} +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #428bca; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + -webkit-transition: width .6s ease; + -o-transition: width .6s ease; + transition: width .6s ease; +} +.progress-striped .progress-bar, +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + background-size: 40px 40px; +} +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar[aria-valuenow="1"], +.progress-bar[aria-valuenow="2"] { + min-width: 30px; +} +.progress-bar[aria-valuenow="0"] { + min-width: 30px; + color: #777; + background-color: transparent; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; +} +.progress-bar-success { + background-color: #5cb85c; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-info { + background-color: #5bc0de; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-warning { + background-color: #f0ad4e; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-danger { + background-color: #d9534f; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.media, +.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 { + padding-left: 0; + list-style: none; +} +.list-group { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + color: #555; + text-decoration: none; + background-color: #f5f5f5; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + color: #777; + background-color: #eee; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e1edf7; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); +} +.panel-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive { + border-top: 1px solid #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse > .panel-body { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #428bca; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #428bca; +} +.panel-primary > .panel-heading .badge { + color: #428bca; + background-color: #fff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #428bca; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; +} +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; +} +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; +} +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} +.embed-responsive.embed-responsive-16by9 { + padding-bottom: 56.25%; +} +.embed-responsive.embed-responsive-4by3 { + padding-bottom: 75%; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, .15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate3d(0, -25%, 0); + -o-transform: translate3d(0, -25%, 0); + transform: translate3d(0, -25%, 0); +} +.modal.in .modal-dialog { + -webkit-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: 0; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + min-height: 16.42857143px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 15px; +} +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-size: 12px; + line-height: 1.4; + visibility: visible; + filter: alpha(opacity=0); + opacity: 0; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover > .arrow, +.popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top > .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top > .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right > .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom > .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom > .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left > .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + -o-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + 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, .6); + filter: alpha(opacity=50); + opacity: .5; +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: 0; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + font-family: serif; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -15px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -15px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; + visibility: hidden !important; +} +.affix { + position: fixed; + -webkit-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/templates/1-col-portfolio/css/bootstrap.min.css b/templates/1-col-portfolio/css/bootstrap.min.css new file mode 100644 index 00000000..a9f35cee --- /dev/null +++ b/templates/1-col-portfolio/css/bootstrap.min.css @@ -0,0 +1,5 @@ +/*! + * Bootstrap v3.2.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;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;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.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-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled: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:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled: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:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled: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:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled: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:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled: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:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#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:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a: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{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-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 .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.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{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{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,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.eot b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..4a4ca865 Binary files /dev/null and b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.eot differ diff --git a/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.svg b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..e3e2dc73 --- /dev/null +++ b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.ttf b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..67fa00bf Binary files /dev/null and b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.ttf differ diff --git a/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.woff b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..8c54182a Binary files /dev/null and b/templates/1-col-portfolio/fonts/glyphicons-halflings-regular.woff differ diff --git a/templates/1-col-portfolio/index.html b/templates/1-col-portfolio/index.html new file mode 100644 index 00000000..cdb82464 --- /dev/null +++ b/templates/1-col-portfolio/index.html @@ -0,0 +1,220 @@ + + + + + + + + + + + + 1 Col Portfolio - Start Bootstrap Template + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Page Heading + Secondary Text +

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

Project One

+

Subheading

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.

+ View Project +
+
+ + +
+ + +
+
+ + + +
+
+

Project Two

+

Subheading

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.

+ View Project +
+
+ + +
+ + +
+
+ + + +
+
+

Project Three

+

Subheading

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis, temporibus, dolores, at, praesentium ut unde repudiandae voluptatum sit ab debitis suscipit fugiat natus velit excepturi amet commodi deleniti alias possimus!

+ View Project +
+
+ + +
+ + +
+ +
+ + + +
+
+

Project Four

+

Subheading

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Explicabo, quidem, consectetur, officia rem officiis illum aliquam perspiciatis aspernatur quod modi hic nemo qui soluta aut eius fugit quam in suscipit?

+ View Project +
+
+ + +
+ + +
+
+ + + +
+
+

Project Five

+

Subheading

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid, quo, minima, inventore voluptatum saepe quos nostrum provident ex quisquam hic odio repellendus atque porro distinctio quae id laboriosam facilis dolorum.

+ View Project +
+
+ + +
+ + +
+
+
    +
  • + « +
  • +
  • + 1 +
  • +
  • + 2 +
  • +
  • + 3 +
  • +
  • + 4 +
  • +
  • + 5 +
  • +
  • + » +
  • +
+
+
+ + +
+ + +
+
+
+

Copyright © Your Website 2014

+
+
+ +
+ +
+ + + + + + + + + + + diff --git a/templates/1-col-portfolio/js/bootstrap.js b/templates/1-col-portfolio/js/bootstrap.js new file mode 100644 index 00000000..53da1c77 --- /dev/null +++ b/templates/1-col-portfolio/js/bootstrap.js @@ -0,0 +1,2114 @@ +/*! + * Bootstrap v3.2.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') } + +/* ======================================================================== + * Bootstrap: transition.js v3.2.0 + * http://getbootstrap.com/javascript/#transitions + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) + // ============================================================ + + function transitionEnd() { + var el = document.createElement('bootstrap') + + var transEndEventNames = { + WebkitTransition : 'webkitTransitionEnd', + MozTransition : 'transitionend', + OTransition : 'oTransitionEnd otransitionend', + transition : 'transitionend' + } + + for (var name in transEndEventNames) { + if (el.style[name] !== undefined) { + return { end: transEndEventNames[name] } + } + } + + return false // explicit for ie8 ( ._.) + } + + // http://blog.alexmaccaw.com/css-transitions + $.fn.emulateTransitionEnd = function (duration) { + var called = false + var $el = this + $(this).one('bsTransitionEnd', function () { called = true }) + var callback = function () { if (!called) $($el).trigger($.support.transition.end) } + setTimeout(callback, duration) + return this + } + + $(function () { + $.support.transition = transitionEnd() + + if (!$.support.transition) return + + $.event.special.bsTransitionEnd = { + bindType: $.support.transition.end, + delegateType: $.support.transition.end, + handle: function (e) { + if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments) + } + } + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: alert.js v3.2.0 + * http://getbootstrap.com/javascript/#alerts + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // ALERT CLASS DEFINITION + // ====================== + + var dismiss = '[data-dismiss="alert"]' + var Alert = function (el) { + $(el).on('click', dismiss, this.close) + } + + Alert.VERSION = '3.2.0' + + Alert.prototype.close = function (e) { + var $this = $(this) + var selector = $this.attr('data-target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + var $parent = $(selector) + + if (e) e.preventDefault() + + if (!$parent.length) { + $parent = $this.hasClass('alert') ? $this : $this.parent() + } + + $parent.trigger(e = $.Event('close.bs.alert')) + + if (e.isDefaultPrevented()) return + + $parent.removeClass('in') + + function removeElement() { + // detach from parent, fire event then clean up data + $parent.detach().trigger('closed.bs.alert').remove() + } + + $.support.transition && $parent.hasClass('fade') ? + $parent + .one('bsTransitionEnd', removeElement) + .emulateTransitionEnd(150) : + removeElement() + } + + + // ALERT PLUGIN DEFINITION + // ======================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.alert') + + if (!data) $this.data('bs.alert', (data = new Alert(this))) + if (typeof option == 'string') data[option].call($this) + }) + } + + var old = $.fn.alert + + $.fn.alert = Plugin + $.fn.alert.Constructor = Alert + + + // ALERT NO CONFLICT + // ================= + + $.fn.alert.noConflict = function () { + $.fn.alert = old + return this + } + + + // ALERT DATA-API + // ============== + + $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: button.js v3.2.0 + * http://getbootstrap.com/javascript/#buttons + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // BUTTON PUBLIC CLASS DEFINITION + // ============================== + + var Button = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Button.DEFAULTS, options) + this.isLoading = false + } + + Button.VERSION = '3.2.0' + + Button.DEFAULTS = { + loadingText: 'loading...' + } + + Button.prototype.setState = function (state) { + var d = 'disabled' + var $el = this.$element + var val = $el.is('input') ? 'val' : 'html' + var data = $el.data() + + state = state + 'Text' + + if (data.resetText == null) $el.data('resetText', $el[val]()) + + $el[val](data[state] == null ? this.options[state] : data[state]) + + // push to event loop to allow forms to submit + setTimeout($.proxy(function () { + if (state == 'loadingText') { + this.isLoading = true + $el.addClass(d).attr(d, d) + } else if (this.isLoading) { + this.isLoading = false + $el.removeClass(d).removeAttr(d) + } + }, this), 0) + } + + Button.prototype.toggle = function () { + var changed = true + var $parent = this.$element.closest('[data-toggle="buttons"]') + + if ($parent.length) { + var $input = this.$element.find('input') + if ($input.prop('type') == 'radio') { + if ($input.prop('checked') && this.$element.hasClass('active')) changed = false + else $parent.find('.active').removeClass('active') + } + if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') + } + + if (changed) this.$element.toggleClass('active') + } + + + // BUTTON PLUGIN DEFINITION + // ======================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.button') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.button', (data = new Button(this, options))) + + if (option == 'toggle') data.toggle() + else if (option) data.setState(option) + }) + } + + var old = $.fn.button + + $.fn.button = Plugin + $.fn.button.Constructor = Button + + + // BUTTON NO CONFLICT + // ================== + + $.fn.button.noConflict = function () { + $.fn.button = old + return this + } + + + // BUTTON DATA-API + // =============== + + $(document).on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) { + var $btn = $(e.target) + if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') + Plugin.call($btn, 'toggle') + e.preventDefault() + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: carousel.js v3.2.0 + * http://getbootstrap.com/javascript/#carousel + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CAROUSEL CLASS DEFINITION + // ========================= + + var Carousel = function (element, options) { + this.$element = $(element).on('keydown.bs.carousel', $.proxy(this.keydown, this)) + this.$indicators = this.$element.find('.carousel-indicators') + this.options = options + this.paused = + this.sliding = + this.interval = + this.$active = + this.$items = null + + this.options.pause == 'hover' && this.$element + .on('mouseenter.bs.carousel', $.proxy(this.pause, this)) + .on('mouseleave.bs.carousel', $.proxy(this.cycle, this)) + } + + Carousel.VERSION = '3.2.0' + + Carousel.DEFAULTS = { + interval: 5000, + pause: 'hover', + wrap: true + } + + Carousel.prototype.keydown = function (e) { + switch (e.which) { + case 37: this.prev(); break + case 39: this.next(); break + default: return + } + + e.preventDefault() + } + + Carousel.prototype.cycle = function (e) { + e || (this.paused = false) + + this.interval && clearInterval(this.interval) + + this.options.interval + && !this.paused + && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) + + return this + } + + Carousel.prototype.getItemIndex = function (item) { + this.$items = item.parent().children('.item') + return this.$items.index(item || this.$active) + } + + Carousel.prototype.to = function (pos) { + var that = this + var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active')) + + if (pos > (this.$items.length - 1) || pos < 0) return + + if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid" + if (activeIndex == pos) return this.pause().cycle() + + return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) + } + + Carousel.prototype.pause = function (e) { + e || (this.paused = true) + + if (this.$element.find('.next, .prev').length && $.support.transition) { + this.$element.trigger($.support.transition.end) + this.cycle(true) + } + + this.interval = clearInterval(this.interval) + + return this + } + + Carousel.prototype.next = function () { + if (this.sliding) return + return this.slide('next') + } + + Carousel.prototype.prev = function () { + if (this.sliding) return + return this.slide('prev') + } + + Carousel.prototype.slide = function (type, next) { + var $active = this.$element.find('.item.active') + var $next = next || $active[type]() + var isCycling = this.interval + var direction = type == 'next' ? 'left' : 'right' + var fallback = type == 'next' ? 'first' : 'last' + var that = this + + if (!$next.length) { + if (!this.options.wrap) return + $next = this.$element.find('.item')[fallback]() + } + + if ($next.hasClass('active')) return (this.sliding = false) + + var relatedTarget = $next[0] + var slideEvent = $.Event('slide.bs.carousel', { + relatedTarget: relatedTarget, + direction: direction + }) + this.$element.trigger(slideEvent) + if (slideEvent.isDefaultPrevented()) return + + this.sliding = true + + isCycling && this.pause() + + if (this.$indicators.length) { + this.$indicators.find('.active').removeClass('active') + var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)]) + $nextIndicator && $nextIndicator.addClass('active') + } + + var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid" + if ($.support.transition && this.$element.hasClass('slide')) { + $next.addClass(type) + $next[0].offsetWidth // force reflow + $active.addClass(direction) + $next.addClass(direction) + $active + .one('bsTransitionEnd', function () { + $next.removeClass([type, direction].join(' ')).addClass('active') + $active.removeClass(['active', direction].join(' ')) + that.sliding = false + setTimeout(function () { + that.$element.trigger(slidEvent) + }, 0) + }) + .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000) + } else { + $active.removeClass('active') + $next.addClass('active') + this.sliding = false + this.$element.trigger(slidEvent) + } + + isCycling && this.cycle() + + return this + } + + + // CAROUSEL PLUGIN DEFINITION + // ========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.carousel') + var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) + var action = typeof option == 'string' ? option : options.slide + + if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) + if (typeof option == 'number') data.to(option) + else if (action) data[action]() + else if (options.interval) data.pause().cycle() + }) + } + + var old = $.fn.carousel + + $.fn.carousel = Plugin + $.fn.carousel.Constructor = Carousel + + + // CAROUSEL NO CONFLICT + // ==================== + + $.fn.carousel.noConflict = function () { + $.fn.carousel = old + return this + } + + + // CAROUSEL DATA-API + // ================= + + $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { + var href + var $this = $(this) + var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 + if (!$target.hasClass('carousel')) return + var options = $.extend({}, $target.data(), $this.data()) + var slideIndex = $this.attr('data-slide-to') + if (slideIndex) options.interval = false + + Plugin.call($target, options) + + if (slideIndex) { + $target.data('bs.carousel').to(slideIndex) + } + + e.preventDefault() + }) + + $(window).on('load', function () { + $('[data-ride="carousel"]').each(function () { + var $carousel = $(this) + Plugin.call($carousel, $carousel.data()) + }) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: collapse.js v3.2.0 + * http://getbootstrap.com/javascript/#collapse + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // COLLAPSE PUBLIC CLASS DEFINITION + // ================================ + + var Collapse = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Collapse.DEFAULTS, options) + this.transitioning = null + + if (this.options.parent) this.$parent = $(this.options.parent) + if (this.options.toggle) this.toggle() + } + + Collapse.VERSION = '3.2.0' + + Collapse.DEFAULTS = { + toggle: true + } + + Collapse.prototype.dimension = function () { + var hasWidth = this.$element.hasClass('width') + return hasWidth ? 'width' : 'height' + } + + Collapse.prototype.show = function () { + if (this.transitioning || this.$element.hasClass('in')) return + + var startEvent = $.Event('show.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var actives = this.$parent && this.$parent.find('> .panel > .in') + + if (actives && actives.length) { + var hasData = actives.data('bs.collapse') + if (hasData && hasData.transitioning) return + Plugin.call(actives, 'hide') + hasData || actives.data('bs.collapse', null) + } + + var dimension = this.dimension() + + this.$element + .removeClass('collapse') + .addClass('collapsing')[dimension](0) + + this.transitioning = 1 + + var complete = function () { + this.$element + .removeClass('collapsing') + .addClass('collapse in')[dimension]('') + this.transitioning = 0 + this.$element + .trigger('shown.bs.collapse') + } + + if (!$.support.transition) return complete.call(this) + + var scrollSize = $.camelCase(['scroll', dimension].join('-')) + + this.$element + .one('bsTransitionEnd', $.proxy(complete, this)) + .emulateTransitionEnd(350)[dimension](this.$element[0][scrollSize]) + } + + Collapse.prototype.hide = function () { + if (this.transitioning || !this.$element.hasClass('in')) return + + var startEvent = $.Event('hide.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var dimension = this.dimension() + + this.$element[dimension](this.$element[dimension]())[0].offsetHeight + + this.$element + .addClass('collapsing') + .removeClass('collapse') + .removeClass('in') + + this.transitioning = 1 + + var complete = function () { + this.transitioning = 0 + this.$element + .trigger('hidden.bs.collapse') + .removeClass('collapsing') + .addClass('collapse') + } + + if (!$.support.transition) return complete.call(this) + + this.$element + [dimension](0) + .one('bsTransitionEnd', $.proxy(complete, this)) + .emulateTransitionEnd(350) + } + + Collapse.prototype.toggle = function () { + this[this.$element.hasClass('in') ? 'hide' : 'show']() + } + + + // COLLAPSE PLUGIN DEFINITION + // ========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.collapse') + var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) + + if (!data && options.toggle && option == 'show') option = !option + if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.collapse + + $.fn.collapse = Plugin + $.fn.collapse.Constructor = Collapse + + + // COLLAPSE NO CONFLICT + // ==================== + + $.fn.collapse.noConflict = function () { + $.fn.collapse = old + return this + } + + + // COLLAPSE DATA-API + // ================= + + $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) { + var href + var $this = $(this) + var target = $this.attr('data-target') + || e.preventDefault() + || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7 + var $target = $(target) + var data = $target.data('bs.collapse') + var option = data ? 'toggle' : $this.data() + var parent = $this.attr('data-parent') + var $parent = parent && $(parent) + + if (!data || !data.transitioning) { + if ($parent) $parent.find('[data-toggle="collapse"][data-parent="' + parent + '"]').not($this).addClass('collapsed') + $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') + } + + Plugin.call($target, option) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: dropdown.js v3.2.0 + * http://getbootstrap.com/javascript/#dropdowns + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // DROPDOWN CLASS DEFINITION + // ========================= + + var backdrop = '.dropdown-backdrop' + var toggle = '[data-toggle="dropdown"]' + var Dropdown = function (element) { + $(element).on('click.bs.dropdown', this.toggle) + } + + Dropdown.VERSION = '3.2.0' + + Dropdown.prototype.toggle = function (e) { + var $this = $(this) + + if ($this.is('.disabled, :disabled')) return + + var $parent = getParent($this) + var isActive = $parent.hasClass('open') + + clearMenus() + + if (!isActive) { + if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { + // if mobile we use a backdrop because click events don't delegate + $('