body {
    padding: 0px 0px 0px;
    background: #F1F1F1 url('/img/bg-grey.jpg');
}
/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}
.btn-large [class^="icon-"] { margin-top: 5px; margin-right: 10px; }
p.nav-notice { padding-top:10px; text-align: center; }

.marketing {

    max-width    : 642px;
    margin       : 0 auto;
    border       : 1px dotted #CCC;
    padding      : 20px;
    background   : #FFF;
    border-radius: 12px;

}

.hero-unit-custom {
    /* background: #A4C721 url('/img/bg.jpg'); */
    background:transparent;
    border: none;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3),0 1px 1px 0 rgba(255, 255, 255, 0.5);
    color: #666;
    padding: 20px 10px 15px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
.hero-unit-custom p { font-size: 14px; }
.hero-unit-custom h1 {
    color: #425609;
    text-shadow: 1px 1px #C2E338, 4px 4px 0px #92AE28;
    font-size:90px;
}
.description { padding-bottom: 20px; }
.downloadBtn { padding-bottom: 0px; }
.downloadBtn .btn { font-size:18px; padding-top:4px; padding-bottom:4px; }

.bs-docs-social {
    padding: 0px 0;
    text-align: center;
}
.bs-docs-social-buttons {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bs-docs-social-buttons li {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
}

/* inside page */
pre.prettyprint { font-size: 11px;}

hr.soften {
    height: 1px;
    margin: 20px 0;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    border: 0;
}

.sponsors {
    padding:20px 0px;
    text-align: center;
}