/*
    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;
  }
  .hero .content {
    padding-left: 0;
  }
  .hero .content h1 {
    font-size: 2em !important;
  }
  
  section.content-2[class],
  section.content-3[class],
  section.content-4[class] {
    padding-top: 160px !important;
    background-size: 640px !important;
    background-position: top center !important;
  }
  .content-2 {
    background-image: url('../img/confidence-m.jpg');
  }
  .content-3 {
    background-image: url('../img/freedom-m.jpg');
  }
  .content-4 {
    background-image: url('../img/health-m.jpg');
  }
  .box-title {
    padding-top: 30px;
  }
  .box-title:before {
    top: 26px !important;
  }
  .box {
    padding: 20px;
  }
  
  .content-5 {
    background-repeat: repeat;
  }
  
  #testimonials {
    background: white;
  }
  #testimonials .testi-container .large-2 {
    float: left !important;
    width: 30% !important;
    margin-bottom: 0 !important;
  }
  #testimonials .testi-container .large-10 {
    float: left !important;
    width: 69% !important;
    margin-bottom: 0 !important;
  }
  
  .content-8 .column {
    margin: 0 auto 20px !important;
    text-align: center;
  }
  .content-8 .solution-container {
    min-height: 0;
    margin: 0 auto;
    padding: 20px;
  }
  
  #endorse {
    height: 310px !important;
  }
  .endorse {
    background: url('../img/endorse-m.jpg') center no-repeat;
  }
  
  section > img:first-child {
    margin: 20px 0 0;
  }
  
  .treatments {
    padding: inherit;
  }
  .treatments p.tagline {
    margin-bottom: inherit;
  }
} /* End Media Query */