/*
    Created on : Jan 27, 2015, 10:00:00 AM
    Author     : Samuel
*/

@media only screen and (max-width: 768px) {

  .hero {
    background: url('../img/hero-m.jpg') top center no-repeat;
    background-size: cover;
    height: 650px;
    margin-top: 40px;
    padding-top: 40px !important;
  }
  .hero .content h1 {
    margin-left: 0;
  }
  
  .content-1 {
    background: none;
  }
  .content-1 p {
    padding: 0 10px;
  }
  
  #benefits.content-2 {
    background: #fff9f2 url('../img/landing-2-m.jpg') bottom center no-repeat;
    background-size: 740px;
    padding-bottom: 340px !important;
  }
  .content-2 .benefits {
    padding-left: 10px;
  }
  .content-2 .row {
    margin-top: 0 !important;
  }
  
  .content-4 h2 {
    margin-bottom: 10px;
  }
  .content-4 .content {
    padding: 0 10px 20px;
  }
  
  .content-5 .testimonial {
    margin-bottom: 30px;
  }
  #testimonials {
    background: none;
  }
  #testimonials .testimonial .large-4 {
    float: left !important;
    width: 30% !important;
    margin-bottom: 0 !important;
  }
  #testimonials .testimonial .large-8 {
    float: left !important;
    width: 69% !important;
    margin-bottom: 0 !important;
  }
  
  .endorse {
    background-image: url('../img/endorse-m.jpg') !important;
  }
  
  #solutions.content-3 {
    background: #fdfbf9 url('../img/landing-3-m.jpg') bottom center no-repeat;
    background-size: 320px;
    padding-bottom: 350px !important;
  }
  
  #solutions .items .large-1 {
    float: left !important;
    width: 10% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  #solutions .items .large-11 {
    float: left !important;
    width: 90% !important;
    margin-bottom: 0 !important;
  }
  
} /* End Media Query */