body {
      }
      .navbar .brand{
      	padding-bottom:0px;
      }

      .section{
      	padding-top:4em;
      }
      .hero-unit{
      	background: none;
      }

      .pricing>tbody>tr>td:last-child{
      	background:#46a546;
      }
      .icons{
      	margin: 0 auto;
      	text-align: center;
      	margin-top: 2em;
      }
      .testimonial .icons{margin-top:0.5em; margin-left:5em;}
      .testimonial p{text-align: right;}
      .feature,.testimonial{
	      margin-top: 4em;
	      margin-left: 2em;
	      
	  }
	 .feature-description p,.testimonial-description em{
	 	font-size: 1.3em;
	 	font-weight: 200;
	 	line-height: 1.5em;
	 }
	 .carousel-inner .item{
	 	height: 190px;
	 }
	 .footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}


#screenshotNav{
  cursor: pointer;
}
.screenshot{
      width:940px;
      height:600px;
      display:inline-block;
}

.screenshot button{
      position: relative;
      -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -moz-box-shadow:    3px 3px 5px rgba(0,0,0,0.5);
  box-shadow:         3px 3px 5px rgba(0,0,0,0.5);
  font-weight: bold;
}

a.thumbnail:hover{
  border-color:#DDD;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}