/* MOBILE FIRST APPROACH -------------------------------- */
body {
  color: #222222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  min-width: 320px;
}
body.admin-bar {
  padding-top: 46px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 300;
  margin: 0 0 1px;
  padding: 0;
}
a {
  color: #579923;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
a:hover {
  color: #3f6f1a;
  text-decoration: none;
}
a:focus,
a:active,
input:focus,
input:active,
button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
strong {
  font-weight: 600;
}
/* Header --- */
header {
  min-width: 320px;
}
header .brand {
  background: url(../i/bg_header.png) 50% 50% repeat-x;
  height: 46px;
}
header .brand .custom-logo-link {
  display: block;
  text-align: center;
}
.banner {
  background: #000;
  min-height: 287px;
  text-align: center;
}
.banner a {
  display: block;
}
/* Content --- */
main {
  min-width: 320px;
  padding: 50px 0;
}
main.buy-page {
  padding-top: 0;
}
main h1 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 54px;
}
main h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 30px;
}
main h3 {
  font-size: 25px;
  margin-bottom: 24px;
}
main h4 {
  font-size: 22px;
  font-weight: 400;
}
main h4 strong {
  font-weight: 700;
}
main ol {
  counter-reset: section;
}
main ol li {
  margin-bottom: 36px;
  text-align: center;
}
main ol li strong {
  color: #579923;
  font-size: 22px;
}
main ol li:before {
  border: 5px solid #a6a6a6;
  border-radius: 50%;
  color: #a6a6a6;
  counter-increment: section;
  content: counter(section);
  display: block;
  font-size: 29px;
  font-weight: bold;
  height: 43px;
  line-height: 31px;
  margin: 0 auto 15px;
  text-align: center;
  width: 43px;
}
main section {
  padding: 40px 0;
}
main section strong {
  font-weight: 400;
}
main section.black {
  background: #000;
  color: #fff;
  padding: 65px 0 36px;
}
main section.black h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  width: auto;
}
main section.black h1 strong {
  color: #7eb444;
}
main section.black.bottom-arrow:after {
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #000 transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 60px;
  width: 0;
}
main section.gray {
  background: #4e4e4e;
  color: #fff;
}
main section.white {
  color: #474747;
}
main section.white p {
  margin-bottom: 28px;
}
main section.green {
  background: #06ae05;
  color: #fff;
}
main section.green h2 {
  color: #fff;
}
main section.green hr {
  border-color: #38be37;
}
main section.light-gray {
  background: #f7f7f7;
  color: #474747;
}
main section.light-gray.bottom-arrow:after {
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #f7f7f7 transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 60px;
  width: 0;
}
main section.powerful-system .image-holder {
  text-align: center;
}
main section.powerful-system ul {
  margin-top: 15px;
}
main section.powerful-system ul li {
  background: url(../i/icon-check-o.png) no-repeat;
  margin-bottom: 50px;
  min-height: 50px;
  padding-left: 75px;
}
main section.no-hard-gainer {
  padding-top: 0;
}
main section.no-hard-gainer img {
  margin-bottom: -50px;
  position: relative;
  top: -50px;
}
main section.no-hard-gainer h2 {
  color: #000;
}
main section.no-hard-gainer ul li {
  margin-bottom: 25px;
}
main section.no-hard-gainer strong {
  color: #b00000;
}
main section.three-steps ol li {
  margin-bottom: 10px;
}
main section.three-steps ol li:before {
  border: 4px solid #03a1e0;
  color: #03a1e0;
  font-size: 60px;
  height: 90px;
  line-height: 78px;
  margin-bottom: 42px;
  width: 90px;
}
main section.three-steps ol li strong {
  color: #474747;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
main section.whats-inside ul {
  margin: 0 0 25px 50px;
}
main section.whats-inside ul li {
  background: url(../i/icon-check-green.png) 0 5px no-repeat;
  padding-left: 28px;
}
main section.whats-inside h2 {
  color: #000;
}
main section.total-value {
  color: #474747;
  text-align: center;
}
main section.total-value strong {
  color: #b00000;
  font-size: 40px;
}
main section.total-value p {
  margin-bottom: 0;
}
main section.total-value span {
  display: block;
  font-size: 50px;
  text-align: center;
}
main section.total-value .col-sm-1 {
  font-size: 50px;
  text-align: center;
}
main section.limited-time .row div:nth-child(1) {
  margin-bottom: 30px;
  text-align: center;
}
main section.limited-time .row div:nth-child(2) h4 {
  margin: 20px 0 30px;
}
main section.limited-time .row div:nth-child(2) h4 strong {
  font-weight: 700;
}
main section.limited-time .row div:nth-child(2) p {
  margin-bottom: 25px;
}
main section.limited-time ul {
  margin-left: 50px;
}
main section.limited-time ul li {
  background: url(../i/icon-check-transparent.png) 0 5px no-repeat;
  padding-left: 28px;
}
main section.your-choice h2 {
  font-weight: 300;
}
main section.your-choice h2 img {
  margin-right: 22px;
}
main section.money-back img {
  margin-bottom: -126px;
  position: relative;
  top: -126px;
}
main section.money-back strong {
  color: #b00000;
}
main section.disclaimer {
  padding-top: 0;
}
main section.disclaimer .container {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
main section .carousel {
  margin: 0 30px;
}
main section .carousel strong {
  display: inline-block;
  margin-bottom: 25px;
}
main section .carousel img {
  display: block;
  margin: 30px auto;
}
main section .carousel .row div:nth-child(1) {
  text-align: center;
}
main section .carousel .row div:nth-child(1) img {
  border-radius: 50%;
  margin-bottom: 15px;
}
main section .carousel-control {
  background: none;
  width: auto;
}
main section .carousel-control.left {
  left: -30px;
}
main section .carousel-control.right {
  right: -30px;
}
/* Footer --- */
footer {
  min-width: 320px;
  padding-bottom: 47px;
}
footer .brands ul {
  height: 100%;
  overflow: hidden;
}
footer .brands li {
  display: inline;
  float: left;
  text-align: center;
  width: 50%;
}
footer hr {
  border-color: #d5d5d5;
  margin-left: -15px;
  margin-right: -15px;
}
footer .copyright {
  color: #b0b0b0;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
footer .copyright span {
  display: block;
}
footer .social-media {
  text-align: center;
}
footer .social-media a {
  background-color: #363636;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 37px;
  margin: 0 2px;
  width: 37px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
footer .social-media a:hover {
  background-color: #579923;
}
footer .social-media a.twitter {
  background-image: url(../i/icon-twitter.png);
}
footer .social-media a.facebook {
  background-image: url(../i/icon-facebook.png);
}
footer .social-media a.youtube {
  background-image: url(../i/icon-youtube.png);
}
footer .social-media a.linkedin {
  background-image: url(../i/icon-linkedin.png);
}
/* Modal --- */
.modalGetAccess .modal-dialog {
  margin-top: 25vh;
}
.modalGetAccess .modal-dialog .modal-content {
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.modalGetAccess .modal-dialog .modal-body {
  height: 100%;
  min-height: 321px;
  overflow: hidden;
  padding: 0;
}
.modalGetAccess .modal-dialog .modal-body h2 {
  font-weight: 300;
  line-height: 35px;
  margin: 66px 0 20px;
}
.modalGetAccess .modal-dialog .modal-body h2 strong {
  color: #579923;
  font-weight: 300;
}
.modalGetAccess .modal-dialog .modal-body button.close {
  color: #970707;
  font-size: 42px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0;
}
.modalGetAccess .modal-dialog .modal-body form {
  margin: 0 15px;
}
.modalGetAccess .modal-dialog .modal-body form input {
  background: #f3f3f3 url(../i/icon-mail.png) 10px 50% no-repeat;
  border: solid 1px #e3e3e3;
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 45px;
  width: 100%;
}
.modalGetAccess .modal-dialog .modal-body form button {
  background-color: #474747;
  border: solid 1px #3a7c06;
  border-radius: 3px;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.32);
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 700;
  height: 50px;
  background-image: -webkit-linear-gradient(top, rgba(188, 236, 128, 0.86), rgba(91, 159, 37, 0.86));
  background-image: -moz-linear-gradient(top, rgba(188, 236, 128, 0.86), rgba(91, 159, 37, 0.86));
  background-image: -o-linear-gradient(top, rgba(188, 236, 128, 0.86), rgba(91, 159, 37, 0.86));
  background-image: -ms-linear-gradient(top, rgba(188, 236, 128, 0.86), rgba(91, 159, 37, 0.86));
  background-image: linear-gradient(to bottom, rgba(188, 236, 128, 0.86), rgba(91, 159, 37, 0.86));
  width: 100%;
}
.modalGetAccess .modal-dialog .modal-body form button:hover {
  background-image: -webkit-linear-gradient(top, rgba(91, 159, 37, 0.86), rgba(188, 236, 128, 0.86));
  background-image: -moz-linear-gradient(top, rgba(91, 159, 37, 0.86), rgba(188, 236, 128, 0.86));
  background-image: -o-linear-gradient(top, rgba(91, 159, 37, 0.86), rgba(188, 236, 128, 0.86));
  background-image: -ms-linear-gradient(top, rgba(91, 159, 37, 0.86), rgba(188, 236, 128, 0.86));
  background-image: linear-gradient(to bottom, rgba(91, 159, 37, 0.86), rgba(188, 236, 128, 0.86));
}
.modalGetAccess .modal-dialog .modal-body form button span {
  background: url(../i/get-access-now.png) 50% 42% no-repeat;
  display: block;
  height: 50px;
  width: 100%;
}
/* Classes --- */
.img-full {
  width: 100%;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}
.lead {
  font-size: 25px;
}
/* MEDIA QUERY FOR TABLET DEVICES -------------------------------- */
@media (min-width: 768px) {
  body.admin-bar {
    padding-top: 32px;
  }
  /* Header --- */
  header .brand .custom-logo-link {
    text-align: left;
  }
  /* Main --- */
  main h1 {
    font-size: 35px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
  main section.powerful-system .image-holder {
    text-align: right;
  }
  main section.total-value {
    text-align: left;
  }
  main section.limited-time .row div:nth-child(1) {
    margin-bottom: 0;
  }
  /* Footer --- */
  footer .brands {
    text-align: center;
  }
  footer .brands ul {
    display: inline-block;
    margin: 0 auto;
  }
  footer .brands li {
    margin: 0 5px;
    width: auto;
  }
  footer hr {
    margin-left: 0;
    margin-right: 0;
  }
  footer .copyright {
    text-align: left;
  }
  footer .copyright span {
    border-left: 1px solid #b0b0b0;
    display: inline;
    margin-left: 4px;
    padding-left: 4px;
  }
  footer .social-media {
    text-align: right;
  }
  /* Modal --- */
  .modalGetAccess .modal-dialog {
    width: 547px;
  }
  .modalGetAccess .modal-dialog .modal-body {
    background: url(../i/bg-modal.jpg) no-repeat;
    background-size: contain;
    padding-left: 202px;
  }
  .modalGetAccess .modal-dialog .modal-body form {
    width: 293px;
  }
}
/* MEDIA QUERY FOR LAPTOP DEVICES -------------------------------- */
@media (min-width: 992px) {
  /* Home --- */
  .home main ol {
    column-count: 2;
    column-gap: 65px;
    margin: 0 100px;
  }
  .home main ol li {
    break-inside: avoid;
    margin: 0;
    min-height: 230px;
    text-align: left;
    padding-left: 75px;
  }
  .home main ol li strong {
    display: inline-block;
    margin-bottom: 10px;
  }
  .home main ol li:before {
    display: inline;
    float: left;
    margin-left: -75px;
    margin-top: 8px;
  }
  /* Main section --- */
  main section.powerful-system ul {
    column-count: 2;
    column-gap: 65px;
  }
  main section.powerful-system ul li {
    break-inside: avoid;
  }
  main section.no-hard-gainer ul {
    column-count: 2;
    column-gap: 65px;
  }
  main section.three-steps ol {
    column-count: 3;
    column-gap: 65px;
  }
  main section.three-steps ol li {
    break-inside: avoid;
    text-align: left;
  }
  main section.money-back .description {
    column-count: 2;
    column-gap: 65px;
  }
  /* Classses */
  .padded-side-130 {
    padding: 0 130px;
  }
}
/* MEDIA QUERY FOR DESKTOP DEVICES -------------------------------- */
