body {
	background: #efefef;
	font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

header {
	background-color: #222;
	padding-top: 25px;
}

.header {
  background-color: #222;
}

header a {
  font-weight: 300;
}

p {
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {
  font-size: 18px;
  font-weight: 400;
}

h1.logo {
	margin: 0;
}

#portfolio-header, #downloads-header {
  background: url(header-sprites.png) no-repeat;
}

#portfolio-header {
  background-position: 0 0;
  width: 175px;
  height: 34px;
}

#downloads-header {
  background-position: 0 -34px;
  width: 175px;
  height: 34px;  
}

p.title {
  margin-top: 2px;
}

a {
  color: #292;
  text-decoration: none;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #4d4;
  text-decoration: none;
}

code {
  color: #292;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .navbar {
    padding-top: 5px;
  }
}

.navbar-inner {
  background: none;
  border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar .nav > li > a {
  float: none;
  padding: 15px 15px 10px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #aaa;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #7cce90;
  background: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


.banner {
  background: #3c824e;
  color: #fff;
}

.banner a {
  color: #CFFFCD;
  text-decoration: none;
}

.banner a:hover,
.banner a:focus {
  color: #4d4;
}

.banner-btn {
  margin-top: 20px;
}

.banner-btn img {
  margin-bottom: 5px;
}

.banner-btn a {
  color: #fff;
  margin-bottom: 5px;
}

.banner-btn a:hover,
.banner-btn a:focus {
  color: #fff;
}

.banner-alt {
  color: #000;
}

.banner_info {
  margin-top: 20px;
  margin-bottom: 40px;
}

.banner-alt .banner_info h2 {
  color: #000;
}

.banner .banner_info h2 {
  color: #CFFFCD;
}

.banner_info h2 {
  font-size: 28px;
  color: #CFFFCD;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner_device {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  text-align: center;
}

@media (min-width: 768px) {
  .banner_device {
    margin-top: 50px;
  }
}

.banner_device_level {
  margin-top: 20px;
}

.banner_device h2 {
	
}

.center {
  text-align: center;
}

.download {
  padding-left: 10px;
}

.download .banner-btn {
  margin-top: 0px;
}

.requires {
  font-size: 16px;
}