.navbar-brand>img {
  display: inline-block !important;
}
.navbar-brand {
  height: auto !important;
  line-height: auto  !important;
  padding: 10px 15px 0 15px;
}
@-ms-viewport {
  width: device-width
}

@-o-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see https://creativecommons.org/licenses/by/3.0/.
 */

.bs-docs-booticon {
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #563d7c;
  border-radius: 15%
}

.bs-docs-booticon-sm {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px
}

.bs-docs-booticon-lg {
  width: 144px;
  height: 144px;
  font-size: 108px;
  line-height: 140px
}

.bs-docs-booticon-inverse {
  color: #563d7c;
  background-color: #fff
}

.bs-docs-booticon-outline {
  background-color: transparent;
  border: 1px solid #cdbfe3
}


.bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0
}

.bs-home-nav .bs-nav-b {
  display: none
}

.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav>li>a {
  font-weight: 500;
  color: #563d7c
}

.bs-docs-nav .navbar-nav>.active>a, .bs-docs-nav .navbar-nav>.active>a:hover, .bs-docs-nav .navbar-nav>li>a:hover {
  color: #463265;
  background-color: #f9f9f9
}

.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c
}

.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff
}

.bs-docs-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9
}

.bs-docs-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  color: #99979c;
  text-align: center;
  background-color: #2a2730
}

.bs-docs-footer a {
  color: #fff
}

.bs-docs-footer-links {
  padding-left: 0;
  margin-bottom: 20px
}

.bs-docs-footer-links li {
  display: inline-block
}

.bs-docs-footer-links li+li {
  margin-left: 15px
}

@media (min-width:768px) {
  .bs-docs-footer {
    text-align: left
  }
  .bs-docs-footer p {
    margin-bottom: 0
  }
}

.bs-docs-header, .bs-docs-masthead {
  position: relative;
  padding: 30px 0;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: -o-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x
}

.bs-docs-masthead .bs-docs-booticon {
  margin: 0 auto 30px
}

.bs-docs-masthead h1 {
  font-weight: 300;
  line-height: 1;
  color: #fff
}

.bs-docs-masthead .lead {
  margin: 0 auto 30px;
  font-size: 20px;
  color: #fff
}

.bs-docs-masthead .version {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #9783b9
}

.bs-docs-masthead .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px
}

@media (min-width:480px) {
  .bs-docs-masthead .btn {
    width: auto
  }
}

@media (min-width:768px) {
  .bs-docs-masthead {
    padding: 80px 0
  }
  .bs-docs-masthead h1 {
    font-size: 60px
  }
  .bs-docs-masthead .lead {
    font-size: 24px
  }
}

@media (min-width:992px) {
  .bs-docs-masthead .lead {
    width: 80%;
    font-size: 30px
  }
}

.bs-docs-header {
  margin-bottom: 40px;
  font-size: 20px
}

.bs-docs-header h1 {
  margin-top: 0;
  color: #fff
}

.bs-docs-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4
}

.bs-docs-header .container {
  position: relative
}

@media (min-width:768px) {
  .bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left
  }
  .bs-docs-header h1 {
    font-size: 60px;
    line-height: 1
  }
}

@media (min-width:992px) {
  .bs-docs-header h1, .bs-docs-header p {
    margin-right: 380px
  }
}

.bs-docs-section {
  margin-bottom: 60px
}

.bs-docs-section:last-child {
  margin-bottom: 0
}

h1[id] {
  padding-top: 20px;
  margin-top: 0
}

@media print {
  a[href]:after {
    content: ""!important
  }
}
