/* -------- General styles ---------  */

h1, h2, h3, h4{
	font-family: 'Roboto Slab', serif;
}

h1{
	color: #94C11F;
}
h1,h2{
  text-align:center;
}



.divider{
	background-image: url('../img/divider-pattern.png');
	background-repeat: repeat-x;;
	height: 4px;
	width: 100%;
  margin: 5px;
}

/* -------- Top navbar styles ---------  */

.navbar .brand{
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
  color: #49A942;
  font-weight:600;
}

.navbar .logo .brand a{
  padding-top:10px;
  padding-bottom:10px;
}

/* -------- Carousel styles ---------  */

.carousel-control{
	border: none;
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.carousel-caption{
	background: none;
	max-width: 800px; 
	top:30%;
	padding: 0 200px;
  margin-left:auto;
  margin-right:auto;

}

.carousel-caption h1{
  background: rgba(0,0,0,0.6);
	text-shadow: 0px 2px #222;
  padding:5px;
}

.carousel-caption a{
	margin-top: 20px;
}

.carousel-caption .lead{
  background: rgba(0,0,0,0.6);
  padding:10px;
}

/* -------- Page styles ---------  */

#heading, #screenshots, #features, #download, #successcase {
	padding:40px 0;
}

#heading{
  text-align: center;
}

#about div.row{
	padding:50px 0;
}

#features img{
  max-height:200px;
}

#download img{
  max-height:150px;
}

#successcase div.row{
  padding:0px 0;
}

#screenshots h1{
	padding-bottom: 30px; 
}

.checklist {
  text-align: left;
  padding-left:20%;
  padding-right:20%;
  list-style-type: square;
}
.span8 .lead {
  font-size:18px;
}
.span4 img {
  display:block;
  margin: auto;
}
.span4 h3 {
text-align:center;
}
.span3 img {
  display:block;
  margin: auto;
  max-height:20px;
}
.span3 h3 {
text-align:center;
}
/* -------- Footer styles ---------  */

footer{
	background-color: #1b1b1b;
	color: #999999;
}

footer .span12{
	text-align: center;
}


.logo img{
  height: 50px;

}

.logos img{

  margin:auto;
}

.logos {
  background-color: #FFFFFF;
  padding-top:2px;
  padding-bottom:2px;
}

.icon {
  height:20px;
  padding:5px;
}


#social li a{
	background-image: url(../img/social-media-icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 32px;
}

#social li a.facebook-icon{
	background-position: 0px 0px;
}

#social li a:hover.facebook-icon{
	background-position: 0px -32px;
}

#social li a.twitter-icon{
	background-position: -32px 0px;
}

#social li a:hover.twitter-icon{
	background-position: -32px -32px;
}

#social li a.google-icon{
	background-position: -64px 0px;
}

#social li a:hover.google-icon{
	background-position: -64px -32px;
}


 /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }

      .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding-top: 15px;
	   }

      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: auto;
        margin: auto;

      }
      .carousel img {
        width: auto;
        /*height: 500px;*/
      }

      footer {
      	margin-left: -20px;
		margin-right: -20px;
      }

      footer .container{
      	margin-left: 10px;
		margin-right: 10px;
      }
    
    }


    @media (max-width: 767px) {

    	.navbar .brand{
			font-family: 'Roboto Slab', serif;
			font-size: 24px; 

		}

    	.carousel {
			margin-left: -20px;
			margin-right: -20px;
		}

      .carousel .item {
        height: auto;
      }
      .carousel img {
        width:auto;
        
      }
      .carousel-caption {
        width: 65%;
        padding: 0 100px;
        top:20%;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 16px;

      }

      #screenshots .span2{
      	padding-bottom: 10px;
      }

    }

    @media (max-width: 480px) {

    .carousel .item {
        height: auto;
      }
      .carousel img {
        width:auto;
      }
      .carousel-caption {
        width: 55%;
        padding: 0 100px;
        position: absolute;
        top:10%;

      }
      .carousel-caption h1 {
        font-size: 18px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 14px;
      }

      #features img{
        max-width:300px;
        height:auto;
      }
      .inline li{
      	padding-bottom: 10px;
      }

      .form-inline button{
      	margin-top: 10px;
      }
    }