body {
  background-color: #fafafa;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #515151;
}

code {
  color: black;
}

#content {
  background-color: white;
  margin-top: 80px;
  padding-bottom: 40px;
  box-shadow: inset 0 2px 4px -1px rgba(0,0,0,0.2);
  border-radius: 4px;
  border: 1px solid #ccc;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

figcaption {
	font-size: small;
	text-align: center;
}

.content-padding-top {
  margin-top: 80px;
}

.navbar {
  min-height: 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.navbar-default {
  background-color: #333;
  border-color: black;
}

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

hr {
  border-color: #f84c08;
}

hr.sep {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #ddd;
}

.navbar-default img {
  display: inline-block;
}

#logo span {
  font-size: 28px;
  line-height: 32px;
  vertical-align: middle;
}

#logo img {
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fafafa;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  color: #fafafa;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #fafaf5;
  color: black;
}

a.anchor {display: block; position: relative; top: -60px; visibility: hidden;}

h1, h2, h3, h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #212121;
}

h4 {
  font-size: 20px;
}

.navbar-default .navbar-nav > li, ul.footer-links > li, #side-navigation li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.some-space {
  margin-top: 40px;
}

.some-more-space {
  margin-top: 80px;
}

.table-inner-bordered {
  border-collapse: collapse;
}

table.table-inner-bordered th, table.table-inner-bordered td {
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}

table.table-inner-bordered tr td:first-child,
table.table-inner-bordered tr th:first-child {
  border-left: 0;
}

table.table-inner-bordered tr td:last-child,
table.table-inner-bordered tr th:last-child {
  border-right: 0;
}

/*****************************************************************************/
/* forms */
/*****************************************************************************/

.form-control[readonly] {
  cursor: default;
}

.btn.btn-primary {
  color: #FFFFFF;
  background:linear-gradient(to bottom, #ff060a, #aa0305);
  border-color: #aa0305;
}

.btn.btn-download {
  color: #DDDDDD;
  background:  linear-gradient(to bottom, #08c825, #046a14);
  border-color: #046a14;
}

.btn.btn-download:hover {
  color: #fff;
}

.btn-download {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.btn-download .product {
  padding: 10px 0 10px 0;
  font-size: 24px;
}

/*****************************************************************************/
/* license */
/*****************************************************************************/
.license {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;

  max-height: 400px;
  overflow-y: scroll;
}

.license h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  counter-reset: section;
}

.license h2:before {
  content: counter(section) " - ";
}

.license h2 {
  counter-increment: section;
  counter-reset: subsection;
  font-size: 24px;
}

.license h3:before {
  content: counter(section) "." counter(subsection) " - ";
}

.license h3 {
  font-size: 18px;
  counter-increment: subsection;
}

/*****************************************************************************/
/* page header */
/*****************************************************************************/
.page-header {
  margin-top: 0;
}

.pager {
  margin: 0;
}

.panel-default {
  border-color: #f84c08;
  color: black;
}

.panel-default > .panel-heading {
  border-color: #f84c08;
  background-color: #f84c08;
  color: white;
}

/*****************************************************************************/
/* home page */
/*****************************************************************************/

.home-banner {
  background-color: #282828;
  background-image: url(/images/home/header.png);
  background-size: cover;
  background-position: center center;
  
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;

  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  width: 100%;
  height: 100vh;
  
  min-height: 440px;
  margin-top: 0;
  
  position: relative;
  text-align: center;
}

.black-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.01);
  z-index: 1;
}

.top-overlay {
  position: relative;
  z-index: 2;
}

.home-banner hr {
  border-color: #e0e0e0;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.home-banner .a {
  color: #928380;
}

.home-banner text-highlight {
  color: #928380;
}

@media screen and (min-width: 1200px) {
  .quotes {
    margin-top: 70px;
  }
}

@media screen and (min-width: 992px) {

  .home-section h1 {
    font-weight: 600;
  }

}

.home-section p {
  font-size: 1.4rem;
  line-height: 2;
}

.home-section hr {
  width: 50%;
}

.home-section h2 {
  color: #928380;
}
  
.home-banner .btn, .home-section .btn {
  max-width: 200px;
}

.home-banner .btn {
  margin-top: 20px;
  border-color:#fff
}

.home-banner .btn-lg {
  background-color: #7fc857;
  color:#FFF
}

.home-banner .down-arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 60px;
  z-index: 2;
}

.home-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inverse text-highlight {
  color: #ff060a;
}

.inverse {
  background-color: #222;
  color: #fafafa;
}

.inverse p {
  color: #fafafa;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

.inverse h1 {
  color: white;
}

.inverse h2 {
  color: white;
}

.inverse h3 {
  color: white;
}

/*****************************************************************************/
/* Marketplace */
/*****************************************************************************/
.carousel{
  margin-top: 20px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none
}

.text-highlight {
  color: #928380;
}
/*****************************************************************************/
/* dynamic navigation */
/*****************************************************************************/

.well {
  background-color: white;
  box-shadow: inset rgba(0,0,0,0.2) 0 1px 5px;
  border: none;
  border-radius: 4px;
}

.side-navigation-fixed {
  position: fixed;
  top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .side-navigation-fixed {
    width: 157.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .side-navigation-fixed {
    width: 212.5px;
  }
}

@media (min-width: 1200px) {
  .side-navigation-fixed {
    width: 262.5px;
  }
}

#side-navigation ul > li > a:before {
  counter-increment: list;
  content: counters(list, ".") " - ";
}

#side-navigation ul {
  counter-reset: list;
}

#side-navigation ul > li > a {
  font-size: 13px;
  padding: 3px 0;
}

#side-navigation ul ul {
  padding-left: 15px;
}

#side-navigation ul > li {
  line-height: 14px;
}

/*****************************************************************************/
/* Footer */
/*****************************************************************************/

.bs-footer {
  padding-bottom: 30px;
  margin-top: 100px;
  background-color: #333;
  color: white;
  text-align: center;
  border-top: 1px solid black;
}

.footer-links {
  margin: 10px 0;
  padding-left: 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.footer-links li:first-child {
  padding-left: 0;
}

.footer-links a {
  font-size: 13px;
  color: #fafafa;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}


/*****************************************************************************/
/* Social buttons
 *
 * Twitter and GitHub social action buttons (for homepage and footer).
 */
/*****************************************************************************/

.bs-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.bs-social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.bs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-social-buttons .twitter-share-button {
  width: 98px !important;
}

@media (min-width: 768px) {
  .bs-social {
    text-align: left;
  }
  .bs-social-buttons li:first-child {
    padding-left: 0;
  }
}
