/*!
 * Recharge addition to Bootstrap v2.0.2
 *
 * Design by Diesel Laws
 * http://diesellaws.com
 * @diesellaws
 * 
 */
body {
	background: #333;
	background-image: url("../img/squares.png");
	background-repeat: repeat;
}
.main {
	margin-top: 40px;
	margin-bottom: 30px;
}
.container p {
	color: #ddd;
}
h1 {
	font-size: 45px;
	line-height: 76px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #e62629;
 	font-size: 30px;
    line-height: 36px;
}
h3 {
	color: #ccc;
}
hr {
	border-top: 1px solid #111;
	border-bottom: 1px solid #222;
}
.right-main p {
	font-size: 15px;
	line-height: 22px;
	color: #CCCCCC;
}
.xlarge-btn {
	background-image: url("../img/Download-Gratuito.png");
 	background-position: 20px 10px;
    background-repeat: no-repeat;
    height: 70px;
    padding: 20px;
    width: 308px;
}
.xlarge-btn:hover {
	background-position: 20px 10px;
}
.xlarge-btn span {
	text-indent: -9999px;
	display:block;
}
.left-main {
    float: left;
    height: auto;
    margin-right: 30px;
    width: 400px;
	padding: 10px;
}
.left-main img {
	float:right;
}
.right-main {
	width: 350px;
	float:left;
	padding: 70px 10px 10px;
}
.features {
	padding-bottom:20px;
}
.social {
	padding-bottom:40px;
}
.features .offset1, .social .offset1 {
    margin-left: 125px;
	margin-top: 40px;
}
.features .offset0 {
  	margin-left: 60px;
	margin-top: 40px;
}
.social .offset2 {
  	margin-left: 50px;
	margin-top: 100px;
}
.icon-black-larger {
  background-image: url("../img/glyphicons.png");
}
.icon-check-larger {
 	background-position: -2px -724px;
    height: 27px;
    width: 27px;
}
.icon-facebook-larger {
 	background-position: -2px -1537px;
    height: 27px;
    width: 30px;
}
.icon-twitter-larger {
 	background-position: -98px -1537px;
    height: 27px;
    width: 30px;
}
.features hr, .social hr {
	 margin: 6px 0;
}
.modal-footer-black {
	padding-top: 15px;
 border-top: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 0 #222;
  -moz-box-shadow: inset 0 1px 0 #222;
  box-shadow: inset 0 1px 0 #222;
}
.modal-footer-black p {
	color: #666;
	text-align:center;
}
