.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.hero-bgr {
  padding-bottom: 40px;
  height: 620px;
}

.hero-bgr .hero-unit {
  background-color: rgba(0, 100, 205, 0.5);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(256, 256, 256, 0.4)), to(rgba(0, 100, 205, 0.5)));
  background-image: -webkit-radial-gradient(top, rgba(256, 256, 256, 0.4), rgba(0, 100, 205, 0.5));
  background-image: -moz-radial-gradient(top, rgba(256, 256, 256, 0.4), rgba(0, 100, 205, 0.5));
  background-image: -ms-radial-gradient(top, rgba(256, 256, 256, 0.4), rgba(0, 100, 205, 0.5));
  background-image: -o-radial-gradient(top, rgba(256, 256, 256, 0.4), rgba(0, 100, 205, 0.5));
  background-repeat: no-repeat;
  background-color: transparent\9;
  padding: 0px;
  padding-bottom: 40px;
  height: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.hero-bgr .hero-unit .container {
  top: 100px;
}

.screenshots {
  min-height: 620px;
  padding-bottom: 40px;
}

.documentation {
  min-height: 620px;
  padding-bottom: 40px;
}

.contribute {
  min-height: 620px;
  padding-bottom: 40px;
}

.hero-unit .logo {
  text-align: center;
  padding-top: 100px;
}

.hero-unit .description {
  text-align: center;
  padding-top: 50px;
}

.hero-unit .description h1 {
  font-size: 25px;
  color: white;
}

.hero-unit .buttons {
  text-align: center;
  margin-top: 30px;
}

.follow-button {
  min-height: 30px;
  list-style: none;
  margin-top: 30px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.follow-button li {
  display: inline-block;
  *display: block;
  width: 125px;
  *zoom: 1;
}