body {
  padding: 59px 0 0;
}

#index {
  padding-top: 0;
}

.jumbotron {
  background: #3a4a55;
  padding: 40px;
}
.jumbotron .jumbotron-inner {
  background: url(../img/bg_pattern-cover.png) #53a92c;
  border-radius: 4px;
  padding: 15px 20px;
}
.jumbotron .jumbotron-inner h1 {
  background: white;
  border-radius: 2px;
  font-size: 36px;
  line-height: 1em;
  position: relative;
}
.jumbotron .jumbotron-inner h1 > a {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.jumbotron .jumbotron-inner h1 > a i {
  float: right;
}
.jumbotron .jumbotron-inner h1 .dropdown-menu > li > a {
  font-size: 14px;
}
.jumbotron .jumbotron-inner .lead {
  color: white;
  margin: 20px;
}

.masthead {
  color: #f7f7fd;
  margin-bottom: 40px;
  position: relative;
}
.masthead h1 {
  font-size: 80px;
}

.theme-swatch {
  display: none;
  position: absolute;
  right: 20px;
  top: 108px;
}
.theme-swatch ul {
  margin-left: 0;
}
.theme-swatch li {
  display: block;
  height: 72px;
  width: 72px;
}
.theme-swatch .primary {
  float: left;
}
.theme-swatch .primary li:nth-of-type(1) {
  background: #f7f7fd;
}
.theme-swatch .primary li:nth-of-type(2) {
  background: #d6dee5;
}
.theme-swatch .primary li:nth-of-type(3) {
  background: #707b8a;
}
.theme-swatch .primary li:nth-of-type(4) {
  background: #232c33;
}
.theme-swatch .primary li:nth-of-type(5) {
  background: #069e2a;
}
.theme-swatch .primary li:nth-of-type(6) {
  background: #ea5a3f;
}
.theme-swatch .alternative {
  float: right;
}
.theme-swatch .alternative li:nth-of-type(1) {
  background: white;
}
.theme-swatch .alternative li:nth-of-type(2) {
  background: #eeeeee;
}
.theme-swatch .alternative li:nth-of-type(3) {
  background: #555555;
}
.theme-swatch .alternative li:nth-of-type(4) {
  background: #3a4a55;
}
.theme-swatch .alternative li:nth-of-type(5) {
  background: #53a92c;
}
.theme-swatch .alternative li:nth-of-type(6) {
  background: #ee7218;
}

.tiles .tile {
  display: block;
  margin-bottom: 20px;
  outline: none;
  padding: 10px;
  text-decoration: none;
  *zoom: 1;
}
.tiles .tile:before, .tiles .tile:after {
  display: table;
  content: "";
  line-height: 0;
}
.tiles .tile:after {
  clear: both;
}
.tiles .tile:hover {
  outline: 2px solid #3a4a55;
}
.tiles .tile.accent {
  background: #ee7218;
  color: white;
}
.tiles .tile.light {
  background: #f7f7fd;
}
.tiles .tile .icon {
  display: block;
  float: left;
  height: 80px;
  width: 80px;
}
.tiles .tile .icon [class^="icon-"]:before,
.tiles .tile .icon [class*=" icon-"]:before {
  line-height: 1em;
  font-size: 80px;
  top: 0;
}
.tiles .tile .data {
  margin-left: 90px;
}
.tiles .tile .data h4 {
  font-size: 28px;
  line-height: 1.2em;
}

.bs-doc-sidenav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-top: 59px;
  width: 220px;
}
.bs-doc-sidenav li > a {
  padding: 10px 15px;
  text-shadow: none;
}
.bs-doc-sidenav li > a > i {
  color: #ccc;
}
.bs-doc-sidenav li > a:hover {
  color: #3a4a55;
  padding-left: 20px;
}

.page-content {
  background: #FFF;
  padding: 0 20px 88px;
}

.bs-doc-sidenav + .page-content {
  margin-left: 220px;
}

.section-doc {
  padding-top: 59px;
}

.bs-doc-example {
  background-color: #fff;
  border: 1px solid #dddddd;
  margin: 15px 0;
  padding: 39px 19px 14px;
  position: relative;
}
.bs-doc-example:after {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  content: "Example";
  color: #9da0a4;
  font-size: 12px;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  position: absolute;
}
.bs-doc-example + .prettyprint {
  margin-top: -16px;
}
.bs-doc-example.bs-doc-example-submenus {
  min-height: 180px;
}
.bs-doc-example.bs-doc-example-submenus > .pull-left + .pull-left {
  margin-left: 20px;
}
.bs-doc-example.bs-doc-example-submenus .dropdown > .dropdown-menu,
.bs-doc-example.bs-doc-example-submenus .dropup > .dropdown-menu {
  display: block;
  margin-bottom: 5px;
  position: static;
  *width: 180px;
}
.bs-doc-example .scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
.bs-doc-example.bs-doc-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
}

.show-grid:hover [class*="span"] {
  background: #ddd;
}

.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}

.features {
  margin: 60px auto;
  text-align: center;
}
.features h2 {
  font-size: 22.4px;
  line-height: 32px;
}

.footer {
  background: #f7f7fd;
  border-top: 1px solid #d6dee5;
  text-align: center;
  padding: 30px 20px;
}

.com {
  color: #93a1a1;
}

.lit {
  color: #195f91;
}

.pun, .opn, .clo {
  color: #93a1a1;
}

.fun {
  color: #dc322f;
}

.str, .atv {
  color: #D14;
}

.kwd, .linenums .tag {
  color: #1e347b;
}

.typ, .atn, .dec, .var {
  color: teal;
}

.pln {
  color: #48484c;
}

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 white;
}

@media (min-width: 1600px) {
  .theme-swatch {
    display: block;
  }
}
@media (max-width: 980px) {
  body {
    padding: 0;
  }

  .jumbotron {
    margin-top: -20px;
  }
  .jumbotron.masthead h1 {
    font-size: 64px;
  }

  .bs-doc-sidenav {
    margin-top: 0;
  }

  .section-doc {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 20px;
  }

  .jumbotron {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    padding: 20px;
  }
  .jumbotron.masthead h1 {
    font-size: 64px;
  }
  .jumbotron.masthead h1 > a {
    padding: 15px;
  }
  .jumbotron.masthead .lead {
    font-size: 15.96px;
  }

  .bs-doc-sidenav {
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
  }
  .bs-doc-sidenav.affix {
    position: static;
  }
  .bs-doc-sidenav li > a {
    border-top: 1px solid #eeeeee;
  }

  .bs-doc-sidenav + .page-content {
    margin-left: 0;
  }

  .footer {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 480px) {
  .jumbotron.masthead h1 {
    font-size: 39.2px;
  }
  .jumbotron.masthead h2 {
    font-size: 21px;
  }
  .jumbotron.masthead .lead {
    line-height: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .tiles .tile .icon {
    height: 72px;
    width: 72px;
  }
  .tiles .tile .icon [class^="icon-"]:before,
  .tiles .tile .icon [class*=" icon-"]:before {
    font-size: 72px;
  }
  .tiles .tile .data {
    margin-left: 82px;
  }
  .tiles .tile .data h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .tiles .tile .icon {
    height: 64px;
    width: 64px;
  }
  .tiles .tile .icon [class^="icon-"]:before,
  .tiles .tile .icon [class*=" icon-"]:before {
    font-size: 64px;
  }
  .tiles .tile .data {
    margin-left: 74px;
  }
  .tiles .tile .data h4 {
    font-size: 20px;
  }
}
