h1.logo {
	font-family: 'Open Sans';
	font-size: 28px;
	font-weight: 400;
	line-height: 50px;
}

.logo {
  max-height: 100%;
}

/* DARK BLUE */
/*
.nav-bar,
.footer-2 {
  background-color: #0c2c49;
}
*/

a {
  color: #4b9ce3;
}

.homepage-banner {
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    background: #000;
    filter: alpha(opacity=50);
    background: rgba(0,0,0,.5);
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0) 100%);
   /* margin-top: 30px; */
    padding: 10px 20px;
}

.page-header {
  padding-bottom: 0px;
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #eee;
}

section#home-problem {
  padding: 10px 0 0 0;
}

section#home-solution,
section#home-third {
  padding: 0;
}

.nav-tabs {
  font-size: 16px!important;
}

.modal-section {
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

.twentyfourreasons-row-mb {
  margin-bottom: 48px;
}

.bbb-logo {
  width: 170px;
  margin: 0 auto;
}


.footerlogo {
	font-family: 'Open Sans';
	font-size: 30px;
	line-height: 59px;
	display: block;
}

/* reduce padding on modal */
.foundry_modal {
	padding: 30px 28px;	
}

.btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #eea236 !important;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #eea236;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}
.btn:hover {
  background: orange;
  color: #fff;
}
.btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
}
.btn-lg {
  height: 50px;
  line-height: 46px;
  min-width: 200px;
}
.btn-icon.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0 0 0 1px!important;
}
.btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
}
.btn-filled {
  background: #f0ad4e;
  color: #fff;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
  color: #fff;
  border-color: #eea236;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover {
  background: #fff;
  color: #eea236;
}
.image-bg .btn.btn-filled,
.image-bg .btn-filled:visited {
  border-color: #eea236 !important;
}
.image-bg .btn-filled:hover {
  border-color: #eea236;
  background-color: #eea236;
}
.btn-rounded {
  border-radius: 8px;
}
body.btn-rounded .btn {
  border-radius: 12px !important;
}
.bg-light .btn {
  border-color: #222;
  color: #222;
}
.bg-light .btn:visited,
.bg-light .btn:visited:hover {
  color: #222;
}
.bg-light .btn-filled,
.bg-light .btn-filled:visited {
  color: #fff;
}
.btn:visited {
  color: #eea236;
}
.btn-white:visited,
.btn:visited:hover {
  color: #fff;
}
.btn-white:visited:hover {
  color: #222;
}
.btn-filled:visited {
  color: #fff;
}
.btn.bg-dark {
  color: #fff;
  border-color: #292929;
}
.btn.bg-dark:hover {
  background: #434343;
}
.bg-primary .btn {
  color: #fff;
  border-color: #eea236 !important;
}
.bg-primary .btn:hover {
  background: #fff;
  color: #eea236;
}

.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
  margin-bottom: 8px;
}

.well {
  padding:24px 24px 0 24px;
}

.well h4 {
  padding-top: 4px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.testimonial-button .btn {
  margin-bottom: -37px!important;
}

.testimonial-well {
  padding: 24px 0 24px 24px;
}


/*
.well-testimonial {
  padding: 24px;
}

.testimonals-more {
  display: block;
  float: right;
  padding-right: 10px
}

.well-testimonial p {
  padding-top: 5px;
}

.well-btn {
  margin-top: 6px;
  margin-bottom: 0px !important;
}
*/


.tab-pane {
  padding: 20px;
}

.fa-stack {
  line-height: 2.4em;
}

.fa-stack-2x {
  text-align: right;
}

.media-heading {
  font-weight: 500;
}


.testimonials-name {
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 46px;
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}

.testimonials-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}

.testimonials p {
  text-align: left !important;
}

.testimonials-readmore {
  color:#eea236;
}


/* iphone Landscape Styles
================================================== */

@media all and (max-width: 990px) {

    .bbb-logo {
      width: 170px;
    }

  .modal-section {
    text-align: center;
  }

  .modal-section h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h2.page-header {
    font-size: 36px;
    line-height: 42px; 
  }

  .well {
    padding:12px 12px 0 12px;
  }

  .well h4 {
    padding-top: 8px;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .testimonial-photo {
    float: left;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin-top: 10px;
  }


  .testimonial-button .btn {
    margin-top: 30px;
  }

  .testimonial-well {
    padding: 24px 0 24px 24px;
  }

  .twentyfourreasons-row-mb {
    margin-bottom: 0px;
  }

  .testimonials-name {
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 0;
    text-align: center;
  }

  .testimonials .caption {
    text-align: left;
  }
  .testimonials-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
    text-align: center;
  }

  .testimonials-readmore {
    color:#eea236;
  }

 .img-responsive, .testimonials .thumbnail > img, .testimonials .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: inline-block;
      max-width: 100%;
      height: auto;
  }

 } 

/* iphone Portrait Styles
================================================== */

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {

  .middle-footer,
  .right-footer {
    padding-top: 20px;
  }

  .bbb-logo {
    width: 150px;
  }

  .modal-section h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h2.page-header {
    font-size: 34px;
    line-height: 42px; 
  }

  small {
    display: block;
  }

  .well h4 {
    padding-top: 8px;
    font-size: 23px;
    margin-bottom: 20px;
  }

  .testimonial-photo {
    float: none;
  }  

  .testimonial-text  {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0;
  }

  .testimonial-button .btn {
    margin-bottom: 0px!important;
    margin-top: 5px!important;
  }
  .testimonial-well {
    padding: 24px;
  }

  .testimonials-name .testimonials-date {
    text-align: center;
   }
    
}
