body {
  color: #242424;
  font-family: 'Lato', sans-serif;
}

:focus {
  outline: none;
}

p {
  margin-bottom: 20px;
}

section.count-down {
   background: #ed1c24;
   position: fixed;
   text-align: center;
   width: 100%;
   z-index: 9999;
   opacity: 0.9;
}

section.count-down .count-down-container {
  max-width: 1024px;
  padding: 15px;
  font-size: 1.5em;
  margin: 0 auto;
}

section.count-down .count-down-container p {
  color: #fff !important;;
  margin-bottom: 0 !important;
}

header {
  background: url('../images/header-bg.jpg') no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

header .container {
  padding: 200px 0;
}

header img {
  width: 400px;
  position: relative;
  right: 60px;
}

h1 {
  font-family: 'Slabo 27px', sans-serif;
  font-size: 4em;
  text-transform: uppercase;
}

h1 span {
  display: none;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 2em;
  max-width: 600px;
  margin: 35px auto;
}

section#intro .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

.lato-emp {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 0;
  text-align: center;
}

.red-circle {
  background-color: #ed1c24;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 45px;
}

section#intro-video {
  background: #000;
}

section#intro .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#learning-well {
  background: url('../images/striped-bg.png');
}

section#learning-well .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  padding-bottom: 75px;
}

section#learning-well h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
}

section#learning-well h3 {
  margin-top: 10px;
  text-align: right;
  font-family: 'Alegreya', sans-serif;
  font-style: italic;
  color: #242424;
  font-size: 2em;
}

section#learning-well .row {
  margin-top: 45px;
}

.lw-1 .col-md-8,
.lw-3 .col-md-8 {
  border-left: 2px solid #ed1c24;
  padding-top: 20px;
}

.lw-2 .col-md-8 {
  border-right: 2px solid #ed1c24;
  padding-top: 20px;
}

section#learning-well .lw-2 h3 {
  text-align: left;
}

section#why-learning {
  background: #252525;
  color: #fff;
}

section#why-learning .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  position: relative;
}

section#why-learning h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

.red-circle-big {
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/big-circle.svg') no-repeat center #ed1c24;
  background-size: 35px 35px;
  margin: -70px auto 0 auto;
  border-radius: 50%;
}

.quote {
  padding: 25px 50px;
}

.quote h3 {
  font-family: 'Alegreya', sans-serif;
  padding-left: 50px;
  background: url('../images/quote-bg.svg') no-repeat left;
  background-size: 40px;
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 20px;
}

.quote-emp {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 15px;
  font-weight: 900;
}

section#can-you-learn .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  padding-bottom: 190px;
}

section#can-you-learn h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
}

section#can-you-learn img {
  width: 100%;
}

section#can-you-learn .col-md-8 {
  padding-top: 35px;
  margin-bottom: 50px;
}

section#introducing {
  background: url('../images/intro-bg.jpg') no-repeat;
  background-size: cover;
}

section#introducing .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

#introducing-rl {
  display: block;
  margin: -240px auto 25px auto;
}

#introducing-rl #very-big-circle img {
  width: 85%;
}

#introducing-rl #very-big-circle {
  display: block;
  width: 270px;
  height: 270px;
  background: #ed1c24;
  border-radius: 50%;
  padding-top: 100px;
  margin: 0 auto 20px auto ;
  text-align: center;
}

#introducing-rl h2 {
  text-align: center;
  font-size: 1.5em;
  color: #ed1c24;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}

.intro-first {
  text-align: center;
  font-weight: 900;
  font-size: 1.2em;
}

section#introducing .row {
  margin: 55px 0;
}

.number {
  font-size: 3em;
  font-weight: 900;
  color: #404040;
}

.col-md-6 p span {
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 900;
}

.intro-emp {
  border: 2px solid #242424;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 1.2em;
  text-align: center;
}

section#who-is-for .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#who-is-for h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

section#who-is-for h3 {
  font-family: 'Alegreya', sans-serif;
  color: #535353;
  font-size: 2em;
  margin-top: 0;
}

section#who-is-for h3 span {
  color: #ed1c24;
}

section#who-is-for img {
  width: 100%;
  border-radius: 50%;
  max-width: 250px;
  margin: 0 auto 20px auto;
  display: block;
}

section#who-is-for .row {
  margin: 35px 0;
}

.wif-emp {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 0;
  text-align: center;
}

.button {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 250px;
  text-align: center;
  padding: 20px 40px;
  background: rgba(237, 28, 36, 0.8);
  border-bottom: rgba(158, 11, 18, 0.8) 4px solid;
  color: white;
  font-weight: 600;
  transition: background 300ms cubic-bezier(0.09, 0.11, 0.24, 0.91), color 500ms cubic-bezier(0.09, 0.11, 0.24, 0.91);
  margin: 25px auto;
  cursor: pointer;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  background: #9e0b0f;
  color: #ffffff;
}

section#heres-what {
  color: #fff;
  background: #252525;
}

section#heres-what .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#heres-what h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
}

.red-circle-down {
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/big-circle-down.svg') no-repeat center #ed1c24;
  background-size: 35px 35px;
  background-position: 50% 60%;
  margin: 0 auto;
  border-radius: 50%;
}

section#course-content .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#course-content .row {
  border-bottom: 1px dotted #000;
  margin-bottom: 15px;
}

section#course-content .col-md-2 {
  padding-top: 15px;
}

section#course-content .col-md-2 span {
  width: 60px;
  height: 60px;
  background: #ed1c24;
  display: block;
  color: #fff;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  line-height: 1.8em;
  margin: 5px auto;
  opacity: 0.5;
}

section#course-content .col-md-2 span.active {
  opacity: 1;
}

section#course-content .col-md-2 span img {
  width: 35px;
  display: block;
  position: relative;
  top: 12px;
  margin: 0 auto;
}

section#course-content h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 35px;
}

section#course-content h3 span {
  font-weight: 900;
  color: #ed1c24;
}

section#course-content .row ul {
  list-style: none;
  padding:0;
  margin:0 0 20px 0;
}

section#course-content .row ul li:before {
  content:'• ';
  color: #ed1c24;
}

.slick-dots {
  list-style: none;
  display: block !important;
  text-align: center;
  padding: 0;
}

.slick-dots li {
  display: inline !important;
  margin: 0 5px;
}

.slick-dots li button {
  background: #e2e2e2;
  border: none;
  color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.slick-dots li.slick-active button {
  background: #ed1c24;
  color: #fff;
}

.slick-dots li button:hover {
  background: #f04249;
  color: #fff;
}

#bonuses h3 {
  text-transform: none;
  text-align: center;
  color: #ed1c24;
  margin: 55px 0;
  font-weight: 900 !important;
}

#bonuses h3:before {
  content: '+';
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-weight: 900;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1.25em;
  margin-right: 10px;
}

#bonuses span {
  color: #ed1c24;
  font-weight: 900;
  text-transform: uppercase;
}

#bonuses img {
  width: 60%;
  max-width: 150px;
  border-radius: 50%;
  display: block;
  margin: -5px auto 10px auto;
}

section#mastery {
  background: url('../images/mastery-bg.jpg') no-repeat;
  background-size: cover;
}

section#mastery .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

section#mastery img.logo {
  width: 300px;
  margin: 50px auto 10px auto;
  display: block;
}

.tme-emp {
  font-family: 'Slabo 27px', sans-serif;
  text-align: center;
  font-size: 1.3em;
}

section#mastery img {
  width: 40px;
  margin: 20px auto;
  display: block;
}

section#mastery h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
}

section#mastery .col-md-6 span {
  color: #fff;
}

.mastery-p {
  margin: 30px auto;
}

section#testimonials .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#testimonials #testimonial-intro {
  font-style: italic;
  text-align: center;
  margin-bottom: 45px;
}

section#testimonials .testimonial {
  border-bottom: 1px dotted #242424;
  border-top: 1px dotted #242424;
  margin: 35px 0;
  padding: 15px;
}

section#testimonials p {
  font-style: italic;
}

section#testimonials .t-eye {
  width: 60px;
  margin: -45px auto 15px auto;
  display: block;
  background: #fff;
}

section#testimonials .author  {
  text-align: center;
}

section#testimonials .author .name {
  display: inline-block;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 15px;
  font-weight: 900;
}

section#testimonials .author .name span {
  text-transform: none;
  font-style: italic;
}

section#testimonials .author img {
  border-radius: 50%;
  margin-bottom: 15px;
}

section#testimonials .author .quote_emp {
  display: inline-block;
  margin-bottom: 15px;
}


section#guarantee {
  background: #252525;
  color: #fff;
}

section#guarantee .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  position: relative;
}

section#guarantee h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

section#guarantee img {
  margin: 0 auto;
  display: block;
}

section#faq .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#faq h2 {
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
  margin-top: 0;
}

.toggle-head a {
  color: #ed1c24;
  border: 2px solid #ed1c24;
  padding: 10px 45px 10px 15px;
  display: block;
  margin-bottom: 15px;
  background: url('../images/toggle-closed.svg') no-repeat;
  background-position: 98% 50%;
  background-size: 30px 30px;
  text-decoration: none;
}

.toggle-head a:hover {
  text-decoration: none;
  background: #ed1c24;
  color: #fff;
}

.toggle-open a {
  text-decoration: none;
  background: url('../images/toggle-open.svg') no-repeat;
  background-position: 98% 50%;
  background-size: 30px 30px;
}

.toggle-body {
  padding-bottom: 15px;
}

section#buy-now {
  background: url('../images/striped-bg.png');
}

section#buy-now .container {
  max-width: 1024px;
  padding: 65px 35px;
  font-size: 1.5em;
}

.standard-package {
  border: 3px solid #242424;
  padding: 25px 15px 15px 15px;
}

.total-package {
  border: 3px solid #ed1c24;
  padding: 15px;
}

.star-p {
  display: block;
  width: 50px;
  height: 50px;
  margin: -42px auto 20px auto;
}

.logo-p {
  display: block;
  width: 250px;
  margin: 20px auto 0 auto;
}

section#buy-now h2 {
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
  font-size: 1.2em;
  margin-top: 15px;
}

section#buy-now .total-package h2 {
  color: #ed1c24;
}

section#buy-now h3 {
  font-weight: 900;
  text-align: center;
  font-size: 1em;
  margin-bottom: 20px;
}

section#buy-now ul {
  list-style: none;
  padding: 15px 40px;
  margin:0 0 20px 0;
}

section#buy-now ul li {
  font-size: 0.8em;
}

section#buy-now ul li:before {
  content:'• ';
  color: #ed1c24;
}

section#buy-now p {
  text-align: center;
  color: #535353;
  font-weight: 900;
}

section#buy-now .button {
  margin-bottom: 5px;
}

section#buy-now .pay-full {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

section#buy-now .pay-full:hover {
  color: #ed1c24;
}

.question {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ed1c24;
  line-height: 20px;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 3px;
  opacity: 0.7;
}

.question:hover { 
  opacity: 1;
}

.b-tooltip {
  background-color: #ed1c24;
  color: #fff;
  position: absolute;
  right: -15px;
  bottom: 27px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
}

.b-tooltip:before {
  border-color: #ed1c24 transparent transparent transparent;
  border-top: 6px solid #ed1c24;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  right: 20px;
}

.b-tooltip p {
  margin: 10px;
  color: #fff !important;
  font-weight: 300;
}

.sdmbg img {
  width: 50px;
  margin-right: 10px;
}

.sdmbg {
  font-style: italic;
  font-size: 0.8em;
}

.checkout-imgs {
  text-align: center;
}

.footer {
  background: #252525;
  color: #fff;
}

.footer .container {
  max-width: 1024px;
  padding: 35px;
  text-align: center
}

.on-large {
  display: block;
}

.on-small {
  display: none;
}

@media screen and (max-width: 992px) {
  
  .on-large {
    display: none;
  }

  .on-small {
    display: block;
  }

  section#learning-well h3 {
    text-align: left;
  }

  .lw-1 .col-md-8,
  .lw-3 .col-md-8,
  .lw-2 .col-md-8 {
    border: none;
  }

  section#course-content .col-md-2 span {
    display: none;
  }

  section#course-content .col-md-2 span.active {
    display: block;
  }

  section#buy-now .col-md-6 {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 550px) {
  
  header img {
    width: 280px;
    right: 30px;
  }

  header h2 {
    padding: 0 15px;
  }

  .quote {
    padding: 0;
  }

  section#buy-now ul {
    padding: 15px 0;
  }

  .sdmbg {
   font-size: 0.5em;
  }

}

/* WAITING LIST */

section#waiting-list .container,
section#optin .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#optin .container {
  padding-top: 0;
}

.status_box {
  background-color: #ed1c24;
  max-width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  color: #fff;
}

.status_box span {
  text-transform: uppercase;
  font-weight: 900;
}

#optin-form {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

#optin-form h3 {
  font-weight: 900;
  margin-bottom: 1em;
  margin-top: 0;
}

.infusion-submit .button {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 0;
}

.infusion-field-input-container {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

/* LOADING STUFF */

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#loader-text {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 350px;
  height: 150px;
  margin: -75px 0 0 -175px;
  z-index: 1500;
  text-align: center;
  color: #242424;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.2em;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #ed1c24;
  z-index: 1500;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #252525;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #ed1c24;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 0.95;
}
 
#loader-wrapper .loader-section.section-left {
  left: 0;
}
 
#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader,
.loaded #loader-text {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
 
    -webkit-transition: all 0.3s 1s ease-out; 
            transition: all 0.3s 1s ease-out;
}

body.loaded {
  overflow: visible;
}

.no-js #loader-wrapper {
    display: none;
}