@charset "UTF-8";
/*imports*/
/* 
Base Styling 
*/
html,
body {
  height: 100%; }

body {
  background-color: #f7f7f7;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4rem;
  overflow-y: scroll;
  text-transform: none; }
  @media (max-width: 575px) {
    body {
      font-size: 0.8rem; } }

nav.bg-white {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  nav.bg-white a {
    color: #333; }

nav.navbar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 2rem; }

nav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

nav a {
  font-weight: 500;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  nav a:hover {
    color: #FF5722; }
  @media (max-width: 991px) {
    nav a {
      letter-spacing: 0; } }

nav .dropdown-login {
  overflow: hidden;
  margin-top: 10px !important;
  margin-bottom: 1rem;
  font-size: 0.9em; }
  @media (max-width: 767px) {
    nav .dropdown-login {
      margin: 0 !important;
      border: none; } }

nav .dropdown-item:active, nav .dropdown-item:focus,
nav .nav-item:active,
nav .nav-item:focus {
  color: #FF5722; }

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-clip: border-box; }
  section.bg-primary {
    background-color: #FF5722 !important; }
  section.bg-primary-dark {
    background-color: #d53300 !important; }
  section.overlay-pattern {
    background-size: auto; }
  section.overlay-color {
    position: relative; }
    section.overlay-color:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #d53300;
      opacity: 0.7;
      content: ' ';
      z-index: 0; }
  section.overlay-dark {
    position: relative; }
    section.overlay-dark:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.55;
      content: ' ';
      z-index: 0; }
  section.overlay-soft {
    position: relative; }
    section.overlay-soft:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #464646;
      opacity: 0.5;
      content: ' ';
      z-index: 0; }
  section.overlay-muted {
    position: relative; }
    section.overlay-muted:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #374845;
      opacity: 0.6;
      content: ' ';
      z-index: 0; }
  @media (max-width: 767px) {
    section {
      padding-top: calc($section-padding / 2);
      padding-bottom: calc($section-padding / 2); } }
  @media (max-width: 575px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section img {
    margin-bottom: 1.5rem; }
    section img:last-child {
      margin-bottom: 0; }
    section img:last-of-type {
      margin-bottom: 0; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  main.mobile {
    padding-top: 80px; }

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ededed;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #494949;
  font-size: 0.8rem;
  line-height: 1.4rem; }
  footer .footer-content {
    padding: 60px 0 40px 0; }
  footer a {
    color: #FF5722; }
    footer a:hover {
      color: #8659bb !important; }
  footer.es {
    text-transform: uppercase;
    font-size: 15px; }

iframe {
  width: 100%;
  vertical-align: top; }

a {
  color: #FF5722; }
  a:hover {
    color: #d53300; }

a.text-light:focus,
a.text-light:hover {
  color: #ffffff !important; }

video {
  width: 100% !important;
  height: auto !important; }

.h2,
h2 {
  font-size: 1.5rem; }

.tooltip {
  font-size: 0.6rem; }

.tooltip-inner {
  text-align: left;
  background-color: #888; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #888; }

.badge-primary {
  background-color: #FF5722; }

.debug {
  position: absolute;
  top: 0;
  left: 10px;
  color: white;
  z-index: 100; }

.dropdown-item {
  white-space: normal; }

.dropdown-toggle.globe::after {
  display: none;
  padding-right: 0 !important;
  padding-left: 10px !important; }

.dropdown-toggle.globe::after {
  display: none; }

.dropdown-calculators {
  width: 280px; }

.img-fluid {
  width: 100%; }

.navbar-toggler {
  margin-top: 5px; }

.text-light {
  color: #fff; }

.text-primary {
  color: #FF5722 !important; }

.text-secondary {
  color: #8659bb !important; }

.timer {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 30px;
  font-weight: 700; }

.padding-xl {
  padding-top: 160px;
  padding-bottom: 160px; }
  @media (max-width: 767px) {
    .padding-xl {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (max-width: 575px) {
    .padding-xl {
      padding-top: 80px;
      padding-bottom: 80px; } }

.padding-lg {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .padding-lg {
      padding-top: 40px;
      padding-bottom: 40px; } }

.padding-sm {
  padding-top: 40px;
  padding-bottom: 40px; }

.program-example {
  background-color: white;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .program-example {
      height: auto; } }
  .program-example:last-child {
    margin-bottom: 0; }
  .program-example .featured-text {
    padding: 20px; }
  .program-example .featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 40vh; }
    @media (max-width: 767px) {
      .program-example .featured-image {
        min-height: 200px; } }

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

.shadow {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }

.vertical-divider-left:before {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  height: 99999px;
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -10; }
  @media (max-width: 767px) {
    .vertical-divider-left:before {
      display: none; } }

/* 
Custom icons
*/
.check:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.check-circle:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.chevrondown:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.chevronright:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.comment:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.cross:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.email:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.forward:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.globe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.heart:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.heart:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.heart-o:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.like:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.login:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.logout:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.marker:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.navbar-toggler-dots:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.pause:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.phone:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.play:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.progs:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.question:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.settings:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.square:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.square-o:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.star:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.star-o:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.step-forward {
  margin-left: 10px; }
  .step-forward:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'fontawesome'; }

.undo:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.user:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.notviewed:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

.viewed:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'fontawesome'; }

nav li a:before {
  margin-right: 10px; }

.difficulty.on {
  color: #FF5722; }
  .difficulty.on:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'fontawesome'; }

.difficulty.off {
  color: #919191; }
  .difficulty.off:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'fontawesome'; }

.social-icons {
  float: left;
  list-style: none; }
  .social-icons a {
    color: #fff;
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background: #FF5722;
    overflow: hidden;
    margin-right: 5px; }
    .social-icons a:hover {
      background: #d53300;
      color: #fff; }

.list-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .list-icon i {
    float: left;
    margin: 3px 0 0 -25px;
    text-align: left; }
  .list-icon a:hover {
    color: #333; }
  .list-icon li {
    margin-bottom: 3px;
    margin-left: 30px; }
    .list-icon li:before {
      position: absolute;
      left: 20px; }
    .list-icon li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

.setFavorite,
.removeFavorite {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 50;
  font-size: 1.5em; }
  .setFavorite input[type=checkbox],
  .removeFavorite input[type=checkbox] {
    display: none; }
  .setFavorite input[type=checkbox] + label:before,
  .removeFavorite input[type=checkbox] + label:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'fontawesome'; }
  .setFavorite input[type=checkbox]:checked + label,
  .removeFavorite input[type=checkbox]:checked + label {
    color: #FF5722; }
    .setFavorite input[type=checkbox]:checked + label:before,
    .removeFavorite input[type=checkbox]:checked + label:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'fontawesome'; }

.form-group .question {
  position: absolute;
  top: 8px;
  right: 30px;
  color: #888; }

/* 
Default Program Button
*/
.btn-program-light, li .btn-program, .btn-login {
  border-radius: 1em;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-color: #e4e4e4;
  color: #FF5722; }
  .btn-program-light:not([href]), li .btn-program:not([href]), .btn-login:not([href]) {
    color: #FF5722 !important; }
  @media (max-width: 575px) {
    .btn-program-light, li .btn-program, .btn-login {
      display: block;
      clear: both; } }
  .btn-program-light:hover, li .btn-program:hover, .btn-login:hover {
    border-radius: 1em;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FF5722;
    border-color: #FF5722;
    color: #fff; }
    .btn-program-light:hover:not([href]), li .btn-program:hover:not([href]), .btn-login:hover:not([href]) {
      color: #fff !important; }
    @media (max-width: 575px) {
      .btn-program-light:hover, li .btn-program:hover, .btn-login:hover {
        display: block;
        clear: both; } }

.btn-program-primary, li.active .btn-program, li.done .btn-program:hover, #playlist li:hover .btn-program {
  border-radius: 1em;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FF5722;
  border-color: #FF5722;
  color: #fff; }
  .btn-program-primary:not([href]), li.active .btn-program:not([href]), li.done .btn-program:not([href]):hover, #playlist li:hover .btn-program:not([href]) {
    color: #fff !important; }
  @media (max-width: 575px) {
    .btn-program-primary, li.active .btn-program, li.done .btn-program:hover, #playlist li:hover .btn-program {
      display: block;
      clear: both; } }
  .btn-program-primary:hover, li.active .btn-program:hover, li.done .btn-program:hover, #playlist li:hover .btn-program:hover {
    border-radius: 1em;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #d53300;
    border-color: #d53300;
    color: #fff; }
    .btn-program-primary:hover:not([href]), li.active .btn-program:hover:not([href]), li.done .btn-program:hover:not([href]), #playlist li:hover .btn-program:hover:not([href]) {
      color: #fff !important; }
    @media (max-width: 575px) {
      .btn-program-primary:hover, li.active .btn-program:hover, li.done .btn-program:hover, #playlist li:hover .btn-program:hover {
        display: block;
        clear: both; } }

.btn-program-muted, li.done .btn-program {
  border-radius: 1em;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #919191;
  border-color: #919191;
  color: #fff; }
  .btn-program-muted:not([href]), li.done .btn-program:not([href]) {
    color: #fff !important; }
  @media (max-width: 575px) {
    .btn-program-muted, li.done .btn-program {
      display: block;
      clear: both; } }
  .btn-program-muted:hover, li.done .btn-program:hover {
    border-radius: 1em;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FF5722;
    border-color: #FF5722;
    color: #fff; }
    .btn-program-muted:hover:not([href]), li.done .btn-program:hover:not([href]) {
      color: #fff !important; }
    @media (max-width: 575px) {
      .btn-program-muted:hover, li.done .btn-program:hover {
        display: block;
        clear: both; } }

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #919191;
  border-color: #919191; }

.btn-program-light.circle, li .circle.btn-program, .circle.btn-login,
.btn-program-primary.circle,
li.active .circle.btn-program,
li.done .circle.btn-program:hover,
#playlist li:hover .circle.btn-program,
.btn-program-muted.circle,
li.done .circle.btn-program {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0; }

.btn-program-light span, li .btn-program span, .btn-login span,
.btn-program-primary span, li.active .btn-program span, li.done .btn-program:hover span, #playlist li:hover .btn-program span,
.btn-program-muted span, li.done .btn-program span {
  margin-left: 10px; }

.btn-program-day {
  background-color: white;
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #919191;
  color: #333; }

.btn-program-day:hover {
  background-color: #FF5722;
  border: 1px solid #d53300;
  color: white !important;
  cursor: pointer; }

.markRestDay .btn-program-day:hover {
  background-color: white;
  border-color: 1px solid #d53300;
  color: #333 !important; }

.done .btn-program-day {
  background-color: #919191;
  border: 1px solid #919191;
  color: #fff; }

.done .btn-program-day:hover,
.done.markRestDay .btn-program-day:hover {
  background-color: #919191;
  color: #333 !important; }

.btn-login {
  margin-left: 0.5rem !important;
  border: solid 1px white; }
  @media (max-width: 767px) {
    .btn-login {
      margin-left: 0 !important;
      margin-bottom: 1rem !important; } }

.bg-white .btn-login {
  border: solid 1px #f15924;
  color: #FF5722; }
  .bg-white .btn-login:hover {
    background-color: #FF5722;
    color: #fff; }

.btn-primary {
  background-color: #FF5722;
  border-color: #FF5722; }
  .btn-primary:hover {
    background-color: #d53300;
    border-color: #d53300;
    color: #fff; }

.btn-secondary {
  background-color: #8659bb;
  border-color: #8659bb; }
  .btn-secondary:hover {
    background-color: #603a8e;
    border-color: #603a8e;
    color: #fff; }

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d53300;
  border-color: #d53300;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #603a8e;
  border-color: #603a8e;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-cta {
  padding: 10px 25px;
  border-radius: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: normal; }
  .btn-cta:only-of-type {
    margin: 0; }
  .btn-cta:first-child {
    margin-left: 0; }
  @media (max-width: 575px) {
    .btn-cta {
      display: block; } }
  @media (max-width: 767px) {
    .btn-cta {
      margin-right: 0;
      padding: 10px 20px; } }

.btn-cta + .btn-cta {
  margin-right: 7px; }
  @media (max-width: 991px) {
    .btn-cta + .btn-cta {
      margin-right: 0;
      margin-left: 0;
      clear: both; } }
  @media (max-width: 767px) {
    .btn-cta + .btn-cta {
      margin-top: 15px; } }
  @media (max-width: 575px) {
    .btn-cta + .btn-cta {
      margin-top: 15px;
      display: block; } }

@media (max-width: 575px) {
  .btn-program-primary + .btn-program-muted, li.active .btn-program + .btn-program-muted, li.done .btn-program:hover + .btn-program-muted, #playlist li:hover .btn-program + .btn-program-muted, li.done .btn-program-primary + .btn-program, li.active li.done .btn-program + .btn-program, li.done li.active .btn-program + .btn-program, li.done .btn-program:hover + .btn-program, #playlist li:hover li.done .btn-program + .btn-program, li.done #playlist li:hover .btn-program + .btn-program {
    margin-top: 15px;
    display: block;
    clear: both; } }

.btn-light {
  color: #FF5722;
  font-weight: bold; }

#checkout .btn-block {
  position: relative;
  overflow: hidden; }

.btn-checkout .plan,
.btn-checkout-best .plan {
  font-weight: bold; }

.btn-checkout .pricing,
.btn-checkout-best .pricing {
  font-weight: bold; }

.btn-checkout .check,
.btn-checkout-best .check {
  float: left;
  width: 23px;
  color: #919191; }

.btn-checkout-best {
  padding-top: .75rem;
  padding-bottom: .75rem; }
  @media (max-width: 767px) {
    .btn-checkout-best {
      padding-top: .375rem;
      padding-bottom: .375rem; } }

.btn-checkout {
  border-color: #919191; }

.btn-checkout-best {
  border-color: #8659bb; }

.btn-checkout:not([disabled]):not(.disabled).active,
.btn-checkout:not([disabled]):not(.disabled):active, .show > .btn-checkout.dropdown-toggle {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-checkout:not([disabled]):not(.disabled).active .check,
  .btn-checkout:not([disabled]):not(.disabled):active .check, .show > .btn-checkout.dropdown-toggle .check {
    color: #fff; }

.btn-checkout-best:not([disabled]):not(.disabled).active,
.btn-checkout-best:not([disabled]):not(.disabled):active, .show > .btn-checkout-best.dropdown-toggle {
  color: #fff;
  background-color: #8659bb;
  border-color: #8659bb;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-checkout-best:not([disabled]):not(.disabled).active .check,
  .btn-checkout-best:not([disabled]):not(.disabled):active .check, .show > .btn-checkout-best.dropdown-toggle .check {
    color: #fff; }

/* 
Cards
*/
.card {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }
  .card .card-header h4 {
    margin-bottom: 0; }

.programs a .card:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  text-decoration: none !important; }

.programs a:hover {
  text-decoration: none !important; }

.programs a .card {
  color: #333; }
  .programs a .card li {
    color: #333; }

.card-workout {
  margin-bottom: 20px; }
  .card-workout .card-header {
    height: 240px;
    background-size: cover;
    background-color: #FF5722;
    background-position: center center;
    position: relative;
    padding: 0 20px;
    border: 0; }
    @media (max-width: 575px) {
      .card-workout .card-header {
        height: 180px; } }
    .card-workout .card-header .card-title {
      font-size: 2em;
      text-transform: uppercase;
      text-align: center;
      z-index: 20; }
      @media (max-width: 1219px) {
        .card-workout .card-header .card-title {
          font-size: 1.6em; } }
      @media (max-width: 767px) {
        .card-workout .card-header .card-title {
          font-size: 1.9em; } }
    .card-workout .card-header:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      content: ' ';
      z-index: 0; }
  .card-workout ul li {
    margin-bottom: 0.5em; }
    .card-workout ul li:last-child {
      margin-bottom: 0; }
  .card-workout .card-body {
    padding: 20px;
    margin: 0px; }

.card-pricing .card-header {
  padding: 20px 10px; }
  .card-pricing .card-header .price {
    font-size: 40px;
    font-weight: bold; }
  .card-pricing .card-header .frequency {
    font-size: 20px;
    font-weight: bold; }
  .card-pricing .card-header .btn {
    margin-top: 20px; }

.card-pricing .colored {
  background-color: #FF5722;
  color: #fff !important; }

.card-pricing .corner-ribbon.top-right {
  top: 30px;
  right: -45px; }

.card-pricing .corner-ribbon {
  width: 175px; }

.card-pricing .free {
  font-weight: bold;
  color: #FF5722; }

.card-pricing .card-body {
  padding: 20px;
  margin: 0px; }
  .card-pricing .card-body .price {
    font-size: 40px;
    font-weight: bold; }
  .card-pricing .card-body .frequency {
    font-size: 20px;
    font-weight: bold; }
  .card-pricing .card-body .btn {
    margin-top: 20px; }

/* 
Account page styles
*/
.account .workout-assets {
  bottom: 50px; }
  .account .workout-assets .completed {
    width: 100%;
    padding: 20px 10px 10px; }
  .account .workout-assets .completed progress {
    border: none;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 8px; }
  .account .workout-assets .completed progress::-webkit-progress-bar {
    border: none;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 8px; }
  .account .workout-assets .completed progress::-moz-progress-bar {
    border: none;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 8px; }
  .account .workout-assets .completed progress::-webkit-progress-value {
    border: none;
    background-color: #FF5722;
    overflow: hidden;
    height: 8px; }

/* 
Forms
*/
.form-control,
.custom-select {
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.9rem; }
  @media (max-width: 575px) {
    .form-control,
    .custom-select {
      font-size: 0.8rem; } }

@-webkit-keyframes blink {
  0% {
    border-color: #FF5722; }
  50% {
    border-color: #d53300; }
  100% {
    border-color: #FF5722; } }

@keyframes blink {
  0% {
    border-color: #FF5722; }
  50% {
    border-color: #d53300; }
  100% {
    border-color: #FF5722; } }

.form-control:focus {
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  animation: blink normal 1.5s infinite ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-select:focus {
  border-color: #1abc9c; }

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }

.invalid .alert {
  display: none; }

.invalid {
  display: none; }

/* 
arrow boxes
*/
.arrow-box {
  position: relative;
  background: #f7f7f7; }
  .arrow-box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f7f7f7;
    border-width: 20px;
    margin-left: -20px;
    z-index: 500; }

.inline-arrow {
  position: relative;
  overflow: hidden; }
  .inline-arrow:before {
    content: "";
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #f7f7f7;
    height: 30px;
    left: calc(50% - (30px / 2));
    top: -15px; }

/* 
Corner Ribbons
*/
.corner-ribbon {
  width: 100px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 3; }
  .corner-ribbon.top-right-large {
    background: #8659bb;
    top: -15px;
    right: -45px;
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 60px;
    padding-top: 30px;
    font-size: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 120px; }
  .corner-ribbon.top-right {
    background: #8659bb;
    top: -14px;
    right: -39px;
    left: auto;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-top: 23px;
    font-weight: bold;
    font-size: 14px; }
  .corner-ribbon.free {
    background: #666;
    font-size: 9px;
    padding-top: 25px; }
  .corner-ribbon.free-pl {
    background: #666;
    font-size: 9px;
    padding-top: 25px;
    top: -8px;
    right: -35px; }

.active .corner-ribbon {
  color: #8659bb; }
  .active .corner-ribbon.top-right, .active .corner-ribbon.top-right-large {
    background: #fff;
    color: #333; }

/* 
Program / Program detail
*/
@media (max-width: 767px) {
  .programs {
    margin-top: 0;
    padding-top: 15px; } }

#dashboard p.program-description {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0; }

#dayslist .no-gutters {
  margin-right: -6px;
  margin-left: -6px; }

#dayslist ol {
  list-style: none;
  padding: 0; }

#dayslist li {
  padding-top: 10px;
  position: relative;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  #dayslist li .btn {
    float: right;
    padding: 0;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 27px;
    padding: 0; }

#dayslist .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#dayslist h4 {
  margin-bottom: 0; }

#dayslist a:hover {
  text-decoration: none; }

@media (max-width: 575px) {
  #dayslist {
    padding-top: 0; } }

@media (max-width: 575px) {
  #daydetail {
    padding-top: 0; } }

.carousel-item {
  background-size: cover;
  background-position: center center; }
  .carousel-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    content: ' ';
    z-index: 0; }
  .carousel-item .carousel-content {
    height: 60vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    position: relative; }
    @media (max-width: 767px) {
      .carousel-item .carousel-content {
        padding-top: 40px;
        height: 50vh; } }
    @media (max-width: 575px) {
      .carousel-item .carousel-content {
        height: 40vh; } }

header {
  background-color: #ededed;
  background-image: url("../img/banners/banner-1.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40vh;
  color: #fff;
  padding-top: 50px;
  position: relative; }
  header h1 {
    font-weight: 600;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin: 0; }
  header h2 {
    font-weight: 600;
    font-size: 2.1rem;
    margin: 0; }
  header h3 {
    font-weight: 400;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0; }
  header .btn {
    margin-top: 30px !important; }
  header .page-title {
    position: relative; }
  header.workout-header {
    min-height: 25vh; }
  @media (max-width: 767px) {
    header {
      min-height: 25vh;
      padding-top: 0; }
      header h1 {
        font-size: 1.8rem; }
      header h2 {
        font-size: 1.4rem; }
      header h3 {
        font-size: 1.2rem; }
      header.workout-header {
        min-height: 15vh; } }
  @media (max-width: 575px) {
    header {
      min-height: 25vh; }
      header h1 {
        font-size: 1.6rem; }
      header h2 {
        font-size: 1.1rem; }
      header h3 {
        font-size: 1.0rem; }
      header.workout-header {
        min-height: 12vh; } }
  header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.55;
    content: ' ';
    z-index: 0; }

/* 
Playlist
*/
#videoInterface {
  padding-top: 1rem; }
  #videoInterface h4 {
    margin-bottom: 0.5rem; }
  #videoInterface #videoBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #videoInterface #videoBtns .playPause:first-child {
      margin-right: 1rem; }
  @media (max-width: 991px) {
    #videoInterface #videoBtns {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #videoInterface h4 {
      display: block;
      width: 100%; } }

#additor .connectedSortable {
  min-height: 10vh;
  max-height: 64vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.05);
  padding: 0; }
  #additor .connectedSortable li {
    background-color: #fff; }
    #additor .connectedSortable li:hover {
      background: #FF5722;
      color: #fff; }

#playlist h4 {
  margin-bottom: 0; }

#playlist ol {
  list-style: none;
  padding: 0; }

#playlist li {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  padding: 8px;
  position: relative;
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #playlist li .description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    #playlist li .description .title {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    #playlist li .description .duration {
      font-size: 0.8rem; }
  #playlist li .thumb {
    height: 38px;
    margin-left: 15px;
    width: 64px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 340px) {
      #playlist li .thumb {
        display: none; } }
  #playlist li:first-child {
    padding-top: 0; }
  #playlist li:hover {
    cursor: pointer; }
    #playlist li:hover .title {
      color: #FF5722; }

#playlist .description,
#playlist .viewed,
#playlist .notviewed {
  margin-left: 15px; }

#playlist .viewed,
#playlist .notviewed {
  font-size: 20px; }

#playlist .viewed {
  color: #FF5722; }

/* Overlay that Day is complete isn't used anymore */
#player {
  position: relative; }
  @media (max-width: 575px) {
    #player {
      margin: 0 -15px; } }
  #player .completed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    text-transform: #fff;
    background-size: cover; }
    #player .completed .content {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: inherit;
      z-index: 20; }
    #player .completed:before {
      background-color: #FF5722;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.8;
      z-index: 10; }

/* 
Progress bar program
*/
.progress {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  height: 3px; }

.progress-bar {
  height: 4px;
  color: #fff;
  background-color: #FF5722;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

#dashboard .progress {
  height: auto; }

#dashboard .progress-bar {
  height: auto;
  padding: 1px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px; }

/*
alerts
*/
.alert.alert-primary {
  color: #fff;
  background-color: #FF5722;
  border-color: #d53300; }

.alert.alert-light {
  color: #d53300;
  border-color: #FF5722; }

#checkout {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  #checkout .card-header {
    font-size: 0.75rem; }
  @media (max-width: 767px) {
    #checkout .card-body {
      padding: 15px; } }
  #checkout .active {
    font-weight: bold; }
  @media (max-width: 767px) {
    #checkout .list-icon li {
      margin-bottom: 0;
      margin-left: 25px; } }
  #checkout .list-icon .cta {
    color: #8659bb; }
  #checkout .list-icon .like {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  #checkout .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px; }
  @media (max-width: 767px) {
    #checkout {
      padding-top: 15px; }
      #checkout hr {
        display: none; }
      #checkout h4 {
        margin-bottom: 0.5rem; }
      #checkout p {
        font-size: 0.9rem;
        margin-bottom: 0.5rem; }
      #checkout .card-body {
        padding: 15px; }
      #checkout .card-header {
        padding: 5px 15px;
        font-size: 0.65rem; } }
