@import url('https://fonts.googleapis.com/css?family=Exo:300,400,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

/* TEXT */
h1, h2, h3, h4, h5 {
  font-family: 'Exo', sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 100px;
  padding: 0;
  margin: 0;
  color: white;
  font-style: italic;
  text-transform: uppercase;
}
h2 {
  font-size: 4em;
  line-height: 70px;
}
h3 {
  font-size: 2.5em;
  line-height: 70px;
}
h4 {
  font-size: 1.75em;
  line-height: 50px;
}
h5 {
  font-size: 1.5em;
  line-height: 30px;
}
p, a {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  text-decoration: none;
}
p.bigger, a.bigger {
  font-size: 18px;
  line-height: 24px;
}
.underline {
  text-decoration: underline;
}
.llgreen {
  color: rgb(23, 188, 146);
}
.lldarkgreen {
  color: rgb(7, 84, 59);
}
.llmidgreen {
  color: rgb(9, 108, 76);
}

/* GLOBAL */
html, body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.overlay.llgreen {
  background: rgba(23, 188, 146, 0.5);
}
.overlay.gray {
  background: rgba(60,60,60, 0.85);
}
.overlay.black {
  background: rgba(0,0,0, 0.85);
}
.overlay.blacklight {
  background: rgba(0,0,0, 0.65);
}
.overlay.white {
  background: rgba(255,255,255, 0.85);
}
.overlay.shade {
  background: none;
  background-image:
    radial-gradient(
      rgba(0,0,0,0),
      rgba(0,0,0,1)
    );
}
section {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  height: auto;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sectitle {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  text-align: center;
}
.sectitle h5 {
  color: rgb(60,60,60);
}
.sectitle .underlinedeco {
  position: absolute;
  width: 60px;
  height: 3px;
  top: calc(100% - 12px);
  left: calc(50% + 20px);
  background: rgb(23, 188, 146);
}
.subsectitle {
  text-align: center;
  color: rgb(60,60,60);
  margin-top: 80px;
  font-family: 'exo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 40px;
  width: calc(100% - 60px);
}
.seccontainer {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: auto;
  top: 0;
  left: 0;
  padding: 20px;
  margin-top: 40px;
}
.seccontainer .secitem {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: auto;
  top: 0;
  left: 0;
  margin: 20px;
  background: white;
  -webkit-box-shadow: 0px 5px 37px -10px rgba(0,0,0,1);
  box-shadow: 0px 5px 37px -10px rgba(0,0,0,1);
}
/* LANDING SECTION */
#landing {
  height: calc(100vh - 80px);
  background-image: url('../../img/bg/bg5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#landing video {
  display: none;
}
#landing .welcometext {
  position: absolute;
  width: calc(100% - 40px);
  height: auto;
  bottom: 20%;
  left: 20px;
}
.mainlogo {
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../../img/logo/lifterlifelogo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bigwelcometitle {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}
.bigwelcometitle h1 {
  font-size: 2.2em;
  line-height: 40px;
}
.bigwelcometext {
  display: none;
}
.welcometext .slidebuttons {
  display: none;
}
/* ---- */
#quickword {
  background-image: url('../../img/bg/bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#quickword .horideco {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 40px;
  left: 0;
  background: rgb(23, 188, 146);
}
#quickword .horideco.two {
  top: calc(100% - 40px);
}
#quickword .quickword {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: auto;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.quickword h1 {
  line-height: 70px;
  text-align: center;
}
.quickword h3 {
  line-height: 40px;
  color: rgb(220,220,220);
  text-align: center;
}
.quickword p {
  font-family: 'exo', sans-serif;
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(220,220,220);
}
.quickword p.bigger {
  font-family: 'exo', sans-serif;
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}
#quickword .moreinfo {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: auto;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.moreinfo .morebutton {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: 78px;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  text-align:center;
  cursor: pointer;
  border: 1px solid rgb(23, 188, 146);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.morebutton.special {
  width: calc(100% - 26px);
  border: 4px solid rgb(23, 188, 146);
}
.morebutton h5 {
  line-height: 22px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(220,220,220);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.morebutton:hover {
  background: rgb(23, 188, 146);
  border-color: rgb(23, 188, 146);
}
.morebutton:hover > h5 {
  color: white;rgb(23, 188, 146);
}


/* HOW IT WORKS */
#howitworks {
  background: rgb(245,245,245);
}
#howitworks .sectitle  {
  width: 100%;
}
#howitworks .secitem {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin-bottom: 40px;
  width: calc(100% - 20px);
}
.steppic, .steptitle, .stepdesc {
  position: relative;
  float: left;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
}
.steppic .roundborder {
  position: relative;
  float: left;
  width: 170px;
  height: 170px;
  top: 0;
  left: calc(50% - 87px);
  border: 2px solid rgb(23, 188, 146);
  border-radius: 50%;
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.roundborder.meal {
  background-image: url('../../img/meal.png');
}
.roundborder.delivery {
  background-image: url('../../img/delivery.png');
}
.roundborder.payment {
  background-image: url('../../img/payment.png');
}
.roundborder .stepnumber {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
}
.stepnumber h5 {
  color: rgb(23, 188, 146);
  line-height: 40px;
  font-size: 1.4em;
}
.steptitle {
  height: 40px;
  text-align: center;
}
.steptitle h5 {
  color: rgb(60,60,60);
  line-height: 24px;
  font-size: 1.4em;
}
.stepdesc {
  height: calc(40% - 60px);
  width: calc(100% - 40px);
  text-align: center;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.stepdesc p {
  line-height: 18px;
  color: rgb(120,120,120);
}
/* ----------- */


/* TESTIMONIALS */
#testimonials {
  padding-left: 0px;
  padding-right: 0px;
  width: calc(100% - 0px);
}
#testimonials .secitem {
  position: relative;
  float: left;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 37px -8px rgba(0,0,0,1);
  box-shadow: 0px 5px 37px -8px rgba(0,0,0,1);
}
#testimonials .seccontent p {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
}
.quote, .picture, .name {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.quote {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: calc(100% - 80px);
  text-align: center;
}
.quote p {
  color: rgb(60,60,60);
}
.openquote, .closequote {
  position: relative;
  float: left;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
}
.closequote {
  text-align: right;
  width: calc(100% - 22px);
  padding-right: 22px;
}
.openquote h2, .closequote h2 {
  color: rgb(60,60,60);
}
.picture, .name {
  height: 60px;
  width: 60px;
  padding: 0;
  background: rgb(60,60,60);
}
.picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.name {
  height: 60px;
  width: calc(100% - 90px);
  padding-left: 20px;
  padding-right: 10px;
  background: rgb(23, 188, 146);
}
.name p {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.testimonialsbutton {
  position: relative;
  float: left;
  width: auto;
  height: 60px;
  top: 0;
  left: 50%;
  padding-left: 40px;
  padding-right: 40px;
  transform: translateX(-50%);
  margin-top: 30px;
  border: 3px solid rgb(60,60,60);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.testimonialsbutton p {
  font-family: 'Exo', sans-serif;
  font-size: 14px;
  line-height: 60px;
  color: rgb(60,60,60);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.testimonialsbutton:hover {
  background: rgb(60,60,60);
}
.testimonialsbutton:hover > p {
  color: white;
}
/* ------- */



/* SHOWCASE */
#showcase {
  min-height: 0;
  height: auto;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 0;
  padding: 0;
  border-top: 20px solid rgb(23, 188, 146);
  border-bottom: 20px solid rgb(23, 188, 146);
}
.showcasebox {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}
.showcasebox.one {
  background-image: url('../../img/bg/bg3.jpg');
}
.showcasebox.two, .showcasebox.five {
  border-top: 1px solid rgb(23, 188, 146);
  border-bottom: 1px solid rgb(23, 188, 146);
  background-image: url('../../img/bg/bg4.jpg');
}
.showcasebox.three {
  background-image: url('../../img/bg/bg5.jpg');
}
.showcasebox.four {
  background-image: url('../../img/bg/bg6.jpg');
}
.showcasebox.five {
  background-image: url('../../img/bg/bg7.jpg');
}
.showcasebox.six {
  background-image: url('../../img/bg/bg8.jpg');
}
.showcasebox h3 {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 20px;
  left: 40px;
  color: white;
  line-height: 40px;
}
.showcasebox .flyindeco {
  position: absolute;
  width: 100px;
  height: 4px;
  bottom: 10px;
  left: -100px;
  background: rgb(23, 188, 146);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.showcasebox:hover > .flyindeco {
  left: 40px;
}



/* PLANS / PROGRAMS */
#plans {
  background: rgb(245,245,245);
}
#plans .secitem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
  box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
}
.programpic, .programtitle, .programdesc {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.secitem.weightloss .programpic {
  background-image: url('../../img/weightloss.jpeg');
}
.secitem.weightmaintenance .programpic {
  background-image: url('../../img/weightmaintenance.jpeg');
}
.secitem.weightgain .programpic {
  background-image: url('../../img/weightgain.jpeg');
}
.programpic .calcount {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 10px;
  background: rgba(23, 188, 146, 0.8);
  text-align: center;
  border: 3px solid white;
  border-top: none;
  padding: 20px;
}
.calcount p {
  line-height: 18px;
  font-size: 16px;
}
.programtitle {
  height: auto;60px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(7, 84, 59);
}
.programtitle .arrowleft {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 180px solid rgb(9, 108, 76);
}
.programtitle h4 {
  font-size: 1.6em;
  line-height: 30px;
}
.programdesc {
  height: auto;calc(100% - 3000px);
  width: calc(100% - 40px);
  background: rgb(23, 188, 146);
  padding: 20px;
  text-align: center;
}
.programdesc .arrowright {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 180px solid rgb(9, 108, 76);
}
.programdesc p {
  font-family: 'Exo', sans-serif;
  line-height: 20px;
}
.programdesc .visitprogram {
  position: relative;
  float: left;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid rgb(220,220,220);
  cursor: pointer;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.visitprogram:hover {
  border-color: white;
  background: white;
}
.visitprogram:hover > p {
  color: rgb(23, 188, 146);
}

.secitem.weightmaintenance .originalprice {
  text-decoration: line-through;
  color: rgb(200,200,200);
}


/* GET STARTED */
#getstarted {
  background-image: url('../../img/bg/bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 0;
}
#getstarted .getstarted {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.getstarted h3 {
  line-height: 42px;
  margin-bottom: 10px;
}
#getstarted  p.bigger {
  font-family: 'Exo', sans-serif;
}
.joinnow {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  border: 2px solid white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.joinnow:hover {
  background: white;
}
.joinnow:hover > h4 {
  color: rgb(23, 188, 146);
}
/* -------- */



/* RIGHT CIRCLES MENU */
.rightmenu {
  position: fixed;
  top: 0;
  right: 10px;
  height: 100%;
  width: 20px;
}
.rightmenu .topline, .rightmenu .bottomline {
  position: relative;
  float: left;
  width: 2px;
  height: calc(50% - 100px);
  top: 0;
  left: 0;
  margin-left: 9px;
  background: white;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.rightmenu.colored .topline,
.rightmenu.colored .bottomline {
  background: rgb(23, 188, 146);
}
.rightmenu .circles {
  position: relative;
  float: left;
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.circles .circle {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-bottom: 7px;
  margin-top: 7px;
  background: rgba(180,180,180,0.75);
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 37px -8px rgba(0,0,0,1);
  box-shadow: 0px 5px 37px -8px rgba(0,0,0,1);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.circle:hover {
  background: rgb(23, 188, 146);
}
.circle .circlelabel {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 20px);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: white;
  -webkit-box-shadow: 0px 5px 30px -8px rgba(0,0,0,1);
  box-shadow: 0px 5px 30px -8px rgba(0,0,0,1);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  display: none;
}
.circle:hover > .circlelabel {
  display: block;
}
.circlelabel h5 {
  color: rgb(23, 188, 146);
}
.circlelabel .arrowright {
  position: absolute;
  width: 0;
  height: 0;
  bottom: calc(50% - 10px);
  left: calc(100% + 0px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.circle.selected {
  width: 20px;
  height: 20px;
  margin-left: 0;
  background: white;
}
.rightmenu.colored .circle {
  background: rgb(60,60,60);
}
.rightmenu.colored .circle:hover {
  background: rgb(23, 188, 146);
}
.rightmenu.colored .circle.selected {
  background: rgb(23, 188, 146);
}
.rightmenu.colored .circle .circlelabel {
  background: rgb(23, 188, 146);
}
.rightmenu.colored .circle .circlelabel .arrowright {
  border-left: 10px solid rgb(23, 188, 146);
}
.rightmenu.colored .circle .circlelabel h5 {
  color: white;
}
/* -------- */
