@font-face {
  font-family: "Impact";
  src: url("../fonts/impact.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/Myriad-Pro.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Myriad-Pro.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad-Pro.woff") format("woff"), url("../fonts/Myriad-Pro.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/Myriad-Pro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Myriad-Pro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad-Pro-Bold.woff") format("woff"), url("../fonts/Myriad-Pro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
html, body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #373737;
  font-size: 16px;
  min-height: 100%;
}

body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.caps {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.container {
  max-width: 950px;
  margin: auto;
}

.flexing-container {
  display: flex;
  justify-content: space-around;
}

.red-text {
  color: #e70000;
}

.grey-text {
  color: #757575;
}

.lite-grey-text {
  color: #efeff0;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button,
input {
  outline: none;
}

.subscribe-btn {
  display: inline-block;
  background-color: #e70000;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  margin: 0 0 2em;
  font-size: 0.8rem;
  padding: 0.7em 1.1em;
}
.subscribe-btn:hover {
  text-decoration: none;
  cursor: pointer;
}

#smallMenu {
  display: none;
}
#smallMenu div {
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#smallMenu .login-modal {
  position: relative;
  font-weight: normal;
}
#smallMenu .login-modal input {
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
}
#smallMenu .login-modal button {
  margin: 0 auto;
}

header .phone, footer .phone {
  padding-left: 20px;
  position: relative;
}
header .phone::before, footer .phone::before {
  content: "";
  background: url("../img/phoneheader.png") no-repeat 0 0;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 5px;
}
header .mail, footer .mail {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
header .mail::before, footer .mail::before {
  content: "";
  background: url("../img/emailheader.png") no-repeat 0 0;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

header .top-contact {
  padding: 1em 10px;
  border-bottom: solid 1px #757575;
  font-size: 0.8rem;
}
header nav {
  font-size: 1.05rem;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: space-between;
  display: flex;
}
header nav .logo-holder {
  width: 20%;
}
header nav .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  position: relative;
}
header nav .navigation > * {
  margin-left: 10px;
}
header nav .navigation > *:last-child {
  padding-right: 55px;
  position: relative;
}
header nav .navigation > *:last-child::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/MemberAccessIcon.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -10px;
}
header nav .navigation a:hover,
header nav .navigation a.active {
  text-decoration: none;
  border-bottom: 4px solid red;
}
header nav .navigation .login-modal {
  position: absolute;
  bottom: -108px;
  right: 0;
  background-color: #fff;
  border-top: 5px solid #e70000;
  padding: 15px 15px 30px 15px;
  font-weight: normal;
}
header nav .navigation .login-modal button {
  margin: 0 auto;
}
header nav .navigation .login-modal input {
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
}
header nav .navigation .login-modal #errorMessage {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
header nav #burgerMenu {
  display: none;
  margin: 10px;
}
header nav #burgerMenu .bar1, header nav #burgerMenu .bar2, header nav #burgerMenu .bar3 {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}
header nav #burgerMenu.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
header nav #burgerMenu.change .bar2 {
  opacity: 0;
}
header nav #burgerMenu.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-9px, -7px);
}

footer {
  display: block;
  background-color: #404040;
  color: #fff;
  margin-top: 2em;
  padding: 1.5em 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container > div {
  width: 33%;
}
footer .container .copyright-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .container .copyright-holder img {
  width: 70%;
}
footer .link {
  line-height: 1.5em;
  text-decoration: underline;
}
footer .phone {
  padding-left: 30px;
}
footer .phone::before {
  content: "";
  background: url("../img/phonefooter.png") no-repeat 0 0;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
footer .mail {
  padding-left: 30px;
  margin-left: 0;
}
footer .mail::before {
  content: "";
  background: url("../img/emailfooter.png") no-repeat 0 0;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

section.top-hero,
section.middle-hero {
  padding: 6em 0 1em;
  border-bottom: 5px solid #e70000;
  color: #efeff0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/dps_asset_pdf_0_1.png) no-repeat 0 0, #000000;
  background-size: 40%;
}
section.top-hero h1,
section.middle-hero h1 {
  font-family: "Impact";
  font-size: 3.7em;
  font-weight: normal;
  margin: 0.3em 0;
}
section.top-hero p,
section.middle-hero p {
  max-width: 650px;
  font-size: 1.15em;
  line-height: 1.5rem;
}
section.top-hero .hero-btn,
section.middle-hero .hero-btn {
  font-size: 1rem;
  margin: 2em 10px 2em 0;
}
section.top-hero .gradian-text,
section.middle-hero .gradian-text {
  background: -webkit-linear-gradient(#fff, #bababb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.no-image {
  background: #000;
  text-align: center;
  padding: 3em 0;
}
section.no-image p {
  max-width: unset;
}

section.red-background {
  background-color: #e70000;
}

section.additional-hero {
  font-family: "Impact";
  font-size: 1.7rem;
  display: flex;
  justify-content: flex-start;
  padding: 1em 0;
  position: relative;
  /*.girl-stretch-holder{
    width: 75%;
  }*/
}
section.additional-hero > * {
  width: 7%;
  text-align: center;
  margin-left: 14px;
}
section.additional-hero::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 400px;
  background: url("../img/girl-stretching-dumbbells.png") no-repeat right bottom;
  background-size: contain;
  bottom: 10px;
  right: 0;
}

section.middle-hero {
  text-align: center;
  color: #efeff0;
  border: none;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/feature-workout.png) no-repeat bottom center, #000000;
  background-size: 60%;
  padding-top: 3em;
  margin: 3em 0;
}
section.middle-hero p {
  max-width: unset;
}

.regular-hero {
  border-bottom: 5px solid #e70000;
  color: #efeff0;
  background: #000;
  text-align: center;
  padding: 1em 0;
}

section.workout-list > h2.section-title {
  position: relative;
  text-align: center;
  padding-bottom: 1em;
}
section.workout-list > h2.section-title::after {
  content: "";
  width: 60px;
  border-bottom: solid 1px #bebebe;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
section.workout-list .workouts {
  flex-wrap: wrap;
}
section.workout-list .workout {
  position: relative;
  width: 32%;
  min-height: 335px;
  border: 1px solid #757575;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 15px;
  padding: 1.5em 1.5em 3em;
}
section.workout-list .workout > div:first-child {
  max-width: 50px;
  margin: 0 auto;
}
section.workout-list .workout > p {
  font-size: 0.8rem;
}
section.workout-list .workout .equipment {
  opacity: 0.6;
}
section.workout-list .workout .subscribe-btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 50px);
  right: auto;
  margin: 0;
}
section.workout-list .workout .small-price-text {
  font-size: 0.8rem;
  position: absolute;
  bottom: 10px;
}

section.diet-plans > h2.section-title {
  position: relative;
  text-align: center;
  padding-bottom: 1em;
}
section.diet-plans > h2.section-title::after {
  content: "";
  width: 60px;
  border-bottom: solid 1px #bebebe;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
section.diet-plans p {
  text-align: center;
}
section.diet-plans .diet-list {
  margin: 1.5em 0;
  color: #fff;
  font-weight: bold;
}
section.diet-plans .diet-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ca3233;
  border: 1px solid #fff;
}
section.diet-plans .diet-list > div img {
  max-height: 25px;
  width: auto;
  margin-left: 10px;
  vertical-align: sub;
}
section.diet-plans .diet-list .locked-diet {
  cursor: pointer;
}
section.diet-plans .diet-list.logedin .diet-titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ca3233;
  border: 1px solid #fff;
}
section.diet-plans .diet-list.logedin .diet-text {
  background: #fff;
  color: #000;
  display: block;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  padding: 0 10px;
  height: 0;
  -webkit-transition: height 3s ease-in-out;
  -moz-transition: height 3s ease-in-out;
  -ms-transition: height 3s ease-in-out;
  -o-transition: height 3s ease-in-out;
  transition: height 3s ease-in-out;
}
section.diet-plans .diet-list.logedin .diet-text p {
  text-align: left;
}
section.diet-plans .diet-list.logedin .diet-text ul {
  list-style: none;
  padding-left: 30px;
}
section.diet-plans .diet-list.logedin .diet-text.opened {
  height: auto;
  -webkit-transition: height 3s ease-in-out;
  -moz-transition: height 3s ease-in-out;
  -ms-transition: height 3s ease-in-out;
  -o-transition: height 3s ease-in-out;
  transition: height 3s ease-in-out;
}

section.signup {
  text-align: center;
  padding: 10px;
  min-height: 360px;
  flex-direction: column;
  display: flex;
}
section.signup .steps {
  margin-top: 1em;
}
section.signup .steps * {
  display: inline-block;
}
section.signup .steps img {
  width: 35px;
  margin: 5px;
  vertical-align: middle;
}
section.signup .steps span {
  color: #e70000;
  font-weight: bold;
  font-size: 1.3rem;
}
section.signup form input {
  display: block;
  max-width: 300px;
  width: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  border: 2px solid #757575;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
}
section.signup .sub-text {
  max-width: 700px;
  margin: auto;
  line-height: 1.4em;
}
section.signup .sub-text span {
  display: block;
}
section.signup #confirmHolder p {
  margin-bottom: 2em;
}

section.calculator {
  padding: 3em 0;
}
section.calculator .chart-holder {
  width: 48%;
  padding-right: 20px;
}
section.calculator .chart-holder h2 {
  font-weight: normal;
}
section.calculator .chart-holder table {
  width: 100%;
  border-collapse: collapse;
}
section.calculator .chart-holder table th, section.calculator .chart-holder table td {
  padding: 10px 10px 10px 20px;
  border: 1px solid #ececec;
  font-size: 0.8rem;
  color: #afafaf;
}
section.calculator .chart-holder table th:first-child, section.calculator .chart-holder table td:first-child {
  width: 30%;
  min-width: 140px;
}
section.calculator .chart-holder table th {
  text-align: left;
  background-color: #fafafa;
}
section.calculator .chart-holder p {
  font-size: 0.8rem;
  color: #afafaf;
}
section.calculator .form-holder {
  width: 48%;
}
section.calculator .form-holder h2 {
  font-weight: normal;
}
section.calculator .form-holder p {
  font-size: 0.8rem;
  color: #afafaf;
  text-align: justify;
}
section.calculator .form-holder .bmr-input {
  background-color: #fafafa;
  border: none;
  padding: 1em 20px;
  outline: none;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #afafaf;
  width: 49%;
}
section.calculator .form-holder .bmr-input.err {
  border: 1px solid #ff7b7d;
}
section.calculator .form-holder #activity {
  width: 100%;
}
section.calculator .form-holder button {
  margin: 1.7em 0 1em;
  padding: 0.8em 1.3em;
  font-size: 1rem;
}
section.calculator .result {
  padding: 15px;
  position: relative;
}
section.calculator .result img {
  width: 30px;
  vertical-align: middle;
}
section.calculator .result .info {
  font-size: 0.8rem;
  color: #afafaf;
}
section.calculator .result .close {
  position: absolute;
  top: 13px;
  right: 7px;
  color: #afafaf;
  cursor: pointer;
  margin-top: 0.4em;
}
section.calculator #healthy {
  background-color: #f1faf4;
}
section.calculator #notHealthy {
  background-color: #ffd6d5;
}

section.player {
  padding: 2em 15px;
}
section.player .player-holder {
  margin-bottom: 3.5em;
}
section.player .player-holder video {
  display: block;
  width: 100%;
}
section.player p {
  font-size: 1.4rem;
  text-align: center;
}
section.player .paging {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  color: red;
  margin-top: 2em;
}
section.player .paging .disabled {
  color: #757575;
  cursor: not-allowed;
  text-decoration: none;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 950px) {
  header nav {
    font-size: 0.9rem;
  }

  section.top-hero {
    padding: 1em;
    background-position: 0 bottom;
    -webkit-background-size: 60%;
    background-size: 60%;
  }
  section.top-hero .container {
    width: 65%;
    margin: auto;
  }

  section.additional-hero {
    font-size: 1.3rem;
  }

  section.middle-hero {
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  section.diet-plans {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.diet-plans .diet-list div {
    font-size: 0.8rem;
  }
  section.diet-plans .diet-list div img {
    vertical-align: middle;
  }

  section.calculator {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.workout-list .workout .subscribe-btn {
    bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #smallMenu {
    display: block;
  }

  header nav #burgerMenu {
    display: block;
  }

  header nav .navigation {
    display: none;
  }

  section.additional-hero {
    justify-content: center;
  }
  section.additional-hero::after {
    background: none;
    height: 0;
  }
  section.additional-hero div {
    width: 52px;
    flex-wrap: wrap;
  }

  section.top-hero .container {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  section.top-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  section.calculator .flexing-container {
    display: block;
  }
  section.calculator .chart-holder, section.calculator .form-holder {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  header nav .logo-holder {
    width: 25%;
  }

  footer {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section.top-hero {
    background: #000;
  }
  section.top-hero.red-background {
    background: #e70000;
  }
  section.top-hero .container span {
    display: block;
  }

  section.workout-list .workout {
    width: 45%;
  }

  section.middle-hero {
    background-size: 100%;
  }
}
@media screen and (max-width: 400px) {
  header nav .logo-holder {
    width: 45%;
  }

  section.workout-list {
    justify-content: center;
  }
  section.workout-list .workout {
    width: 95%;
  }

  section.top-hero h1 {
    font-size: 1.5rem;
  }
  section.top-hero p {
    font-size: 0.8rem;
    line-height: 1.2em;
  }

  section.signup .steps {
    margin-top: 0;
  }
  section.signup p {
    font-size: 0.8rem;
  }
  section.signup .sub-text {
    font-size: 0.8rem;
  }
  section.signup .sub-text {
    font-size: 0.8rem;
  }
}
section.terms table, section.terms th, section.terms td {
  border: 1px solid black;
  border-collapse: collapse;
}
section.terms th, section.terms td {
  padding: 0.8em;
}
section.terms li {
  padding-bottom: 10px;
}
section.terms li:last-child {
  padding-bottom: 0;
}

@keyframes height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
#errorMessage, .errorMessage {
  color: red;
  font-size: 0.9rem;
}

.hide {
  display: none !important;
}

.text-gray {
  color: #d2d2d2;
}

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

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-60 {
  margin-top: 60px;
}

#receipt {
  padding: 80px 15px 15px;
  background-color: #e3e3e3;
  height: 100%;
  min-height: 100vh;
}
#receipt #receipt-part {
  min-height: 250px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#receipt #receipt-part .checkmark {
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -28px;
}
#receipt #receipt-part img {
  height: 50px;
  width: auto;
}
#receipt #receipt-part.top-part {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#receipt #receipt-part.top-part .dashed-bottom {
  margin: 0 15px;
  padding: 30px 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-self: center;
  border-bottom: 2px dashed #e3e3e3;
}
#receipt #receipt-part.bottom-part {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#receipt #receipt-part .corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #e3e3e3;
}
#receipt #receipt-part .top-left {
  border-top-left-radius: 10px;
}
#receipt #receipt-part .top-right {
  border-top-right-radius: 10px;
}
#receipt #receipt-part .bottom-left {
  border-bottom-left-radius: 10px;
}
#receipt #receipt-part .bottom-right {
  border-bottom-right-radius: 10px;
}
#receipt #receipt-part .top-inverted {
  top: -10px;
}
#receipt #receipt-part .bottom-inverted {
  bottom: -10px;
}
#receipt #receipt-part .left-inverted {
  left: -10px;
}
#receipt #receipt-part .right-inverted {
  right: -10px;
}

/*# sourceMappingURL=main.css.map */
