/* theme style compiled by finic */
/*
*************************************************
**includes moved to bottom for overwriting rules**
*************************************************
*/
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
.btn {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
html {
  font-style: normal;
  zoom: 0;
}
body {
  color: #5d5d5d;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  letter-spacing: 1px;
}
h1 {
  background: none;
  font-weight: 900;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
}
h3 {
  text-transform: none;
  font-weight: 100;
  font-size: 19pt;
  color: #CCCCCC;
}
h4 {
  margin: 20px 0;
  text-transform: none;
  letter-spacing: 0px;
}
hr {
  margin: 25px 0;
  border-color: #000000;
  width: 25px;
  border: 3px solid #000000;
  border-top: 0;
}
.lead {
  font-size: 18px;
  color: #232323;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.4px;
}
.lead .smaller-lead {
  font-size: 10px;
}
.container {
  max-width: 100%;
}
::-moz-placeholder {
  color: #000000 !important;
  font-weight: 300;
  opacity: 1;
  text-transform: lowercase;
}
:-ms-input-placeholder {
  color: #000000 !important;
  font-weight: 300;
  text-transform: lowercase;
}
::-webkit-input-placeholder {
  color: #000000 !important;
  font-weight: 300;
  text-transform: lowercase;
}
a {
  color: #2cadc2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #19636f;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.my-img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
#fancybox-overlay {
  position: fixed !important;
  height: 100% !important;
}
.wistia-fancybox .fancybox-outer,
.addthis_32x32_style a {
  background: transparent !important;
}
.atss-bottom a {
  background: rgba(0, 0, 0, 0.6) !important;
}
.light {
  font-weight: 400;
}
.btn {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #2cadc2;
  color: #2cadc2;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #2cadc2;
  outline: none;
  color: #000000;
  background-color: #2cadc2;
}
.home-errors {
  text-align: center;
  color: #2cadc2;
  font-weight: 700;
  margin-top: 15px;
  font-size: 16px;
}
.footer {
  padding: 50px 0 30px;
  background-color: #232323;
  color: #aeaeae;
}
.footer img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.footer .lead {
  font-size: 12px;
  margin-top: 15px;
  color: #aeaeae;
  text-align: center;
}
@media (max-width: 1199px) {
  .lead {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  .lead {
    font-size: 16px;
    text-align: left;
  }
  .footer {
    padding: 40px 0 !important;
  }
  .footer .lead {
    font-size: 12px;
  }
  .footer .lead .smaller-lead {
    font-size: 10px;
  }
}
.prelaunchV3 {
  /* FIRST ROW STYLES START*/
}
.prelaunchV3 .container {
  padding: 80px 40px;
}
.prelaunchV3 .hello-row {
  height: 730px;
  background: url('../img/paul_bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom left;
}
.prelaunchV3 .hello-row .logo {
  width: 120px;
}
.prelaunchV3 .hello-row .logo > img {
  max-width: 100%;
}
.prelaunchV3 .hello-row #header-1 {
  padding: 85px 0;
}
.prelaunchV3 .diagram img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.prelaunchV3 .about-us {
  background: #f6f6f6;
}
.prelaunchV3 .about-us h1,
.prelaunchV3 .about-us hr {
  margin-left: auto;
  margin-right: auto;
}
.prelaunchV3 .about-us .lead {
  text-align: center;
}
.prelaunchV3 .about-us div[class^="col-sm-"] {
  padding-left: 0;
  padding-right: 0;
}
.prelaunchV3 .about-us-img {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.prelaunchV3 .about-us-img img {
  width: 100%;
  height: auto;
}
.prelaunchV3 .input-group input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.prelaunchV3 .form h1,
.prelaunchV3 .form hr {
  margin-left: auto;
  margin-right: auto;
}
.prelaunchV3 .form .lead {
  text-align: center;
}
.prelaunchV3 .form form {
  margin-top: 50px;
  margin-bottom: 40px;
}
.prelaunchV3 .form form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  padding: 17px 12px 16px 30px;
  height: auto;
}
.prelaunchV3 .form form .btn {
  padding: 18px 32px 17px;
  color: #ffffff;
  background-color: #2cadc2;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  border: none;
}
.prelaunchV3 button#signup {
  padding: 11px 26px;
  color: #ffffff;
  background-color: #2cadc2;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  border: none;
}
.prelaunchV3 .form-top {
  background: #f6f6f6;
}
.prelaunchV3 .form-top .container {
  padding: 50px 40px 40px;
}
.prelaunchV3 .form-top form {
  margin: 0;
}
.prelaunchV3 .form-top form input[type="email"] {
  background: #ffffff;
}
.prelaunchV3 .facebook hr {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .prelaunchV3 .container {
    padding: 40px;
  }
  .prelaunchV3 .hello-row {
    height: 650px;
  }
  .prelaunchV3 .hello-row #header-1 {
    padding: 65px 0 0;
  }
  .prelaunchV3 .hello-row .logo img {
    width: 80px;
  }
  .prelaunchV3 .about-us .container {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .prelaunchV3 .hello-row {
    -webkit-background-size: 1110px;
    background-size: 1110px;
  }
}
@media only screen and (min-width: 992px) {
  .prelaunchV3 #header-2 {
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .prelaunchV3 #header-1 {
    padding-top: 0;
  }
  .prelaunchV3 .diagram {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .prelaunchV3 .hello-row {
    -webkit-background-size: 180vw;
    background-size: 180vw;
    background-position: 30% bottom;
  }
  .prelaunchV3 #header-1 {
    padding: 80px 0 0;
    width: 60%;
  }
  .prelaunchV3 .container {
    padding: 5vw;
  }
  .prelaunchV3 .col-sm-6 {
    float: left;
    width: 40%;
  }
}
@media only screen and (max-width: 599px) {
  .prelaunchV3 .hello-row {
    background-position: -35vw bottom;
    background-size: 185vw;
    height: 540px;
  }
  .prelaunchV3 .hello-row .logo {
    width: 80px;
    margin-bottom: 30px;
  }
  .prelaunchV3 #header-1 {
    padding-top: 0;
  }
  .prelaunchV3 .container {
    padding: 40px 11vw;
  }
  .prelaunchV3 h1 {
    font-size: 24px;
  }
  .prelaunchV3 .about-us {
    margin-left: auto;
    margin-right: auto;
  }
  .prelaunchV3 .diagram img {
    margin-top: 30px;
  }
  .prelaunchV3 .input-group {
    display: block;
  }
  .prelaunchV3 .input-group input,
  .prelaunchV3 .input-group .btn {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .prelaunchV3 .input-group .btn {
    margin-left: 0;
  }
  .prelaunchV3 .input-group input {
    margin-bottom: 10px;
  }
  .prelaunchV3 .footer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .prelaunchV3 [class*="col-lg-"],
  .prelaunchV3 [class*="col-md-"],
  .prelaunchV3 [class*="col-sm-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .prelaunchV3 h1 {
    text-align: left;
  }
  .prelaunchV3 hr {
    margin-left: 0 !important;
  }
  .prelaunchV3 .hello-row #header-1 {
    padding-top: 20px;
  }
  .prelaunchV3 #header-2 {
    padding-top: 0 !important;
  }
  .prelaunchV3 .about-us .lead,
  .prelaunchV3 .form .lead {
    text-align: left;
  }
}
#main-container {
  background: #202020;
}
.inside-page {
  width: 100%;
  /* FIRST ROW STYLES START */
  /* FIRST ROW STYLES END */
  /* SECOND ROW STYLE START */
  /* SECOND ROW STYLE END */
  /* PROGRESS BAR ROW STYLE START */
  /* PROGRESS BAR ROW STYLE END */
}
.inside-page .container {
  padding: 50px 0;
}
.inside-page .first-row {
  background-color: #e3e5e4;
  position: relative;
}
.inside-page .intro-frame {
  background: url("../img/vitaliy-bg.jpg") no-repeat;
  -webkit-background-size: 1300px;
  background-size: 1300px;
  background-position: -100px bottom;
  height: 730px;
  overflow: hidden;
  text-align: left;
  padding: 50px;
}
.inside-page .logo {
  width: 120px;
}
.inside-page .form-container {
  padding: 90px 0 0;
}
.inside-page .input-group {
  margin: 30px auto 0;
  width: 100%;
}
.inside-page .form-control {
  border-color: #cccccc;
  background: #f3f3f3;
  color: #000000;
  padding-left: 23px;
  height: 48px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  cursor: text;
}
.inside-page .show-on-mobile {
  display: none;
}
.inside-page .btn-default {
  background: #2cadc2;
  color: #ffffff;
  padding: 13px 40px;
  border-radius: 2px;
}
.inside-page .home-errors {
  margin: 0 auto;
}
.inside-page .facebook-share-button {
  color: #ffffff;
  background: #3B5998;
  margin-top: 10px;
  margin-bottom: 30px;
}
.inside-page .facebook-share-button a {
  color: #ffffff;
}
.inside-page .facebook-share-button a:hover {
  color: #ffffff;
}
.inside-page .facebook-share-button .btn {
  text-transform: none;
}
.inside-page .facebook-share-button .btn:hover,
.inside-page .facebook-share-button .btn:focus,
.inside-page .facebook-share-button .btn.focus {
  color: #ffffff;
}
.inside-page .facebook-share-button .btn-fb {
  font-size: 16px;
  font-weight: bold;
}
.inside-page .facebook-share-button .fa-facebook {
  padding-right: 12px;
}
.inside-page .gratitude .container {
  padding: 60px 0 20px;
}
.inside-page .gratitude h1,
.inside-page .gratitude .lead {
  text-align: center;
}
.inside-page .gratitude hr {
  margin: 25px auto 50px;
}
.inside-page .signature {
  width: 245px;
  max-width: 70%;
}
.inside-page .timeline-div {
  background: #eeeeee;
}
.inside-page .timeline-div h4 {
  text-align: center;
  font-weight: 900;
  color: #000000;
  font-size: 24px;
}
.inside-page .timeline-div .lead {
  text-align: center;
}
.inside-page .timeline {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.inside-page .timeline .lens-profile-timeline {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  border-bottom: 4px solid #cacaca;
  position: relative;
}
.inside-page .timeline .lens-profile-timeline:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 4px;
  background: #2cadc2;
  top: 0px;
  left: 2px;
  width: 0%;
}
.inside-page .timeline .lens-profile-timeline li {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 4px solid #cacaca;
  border-radius: 50%;
  background: #FFFFFF;
  margin-top: -6px;
  z-index: 2;
}
.inside-page .timeline .lens-profile-timeline p {
  font-weight: normal;
  left: -30px;
  top: -32px;
  position: absolute;
  width: 70px;
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
  color: #000000;
}
.inside-page .timeline .referrals-1 li:first-child {
  border-color: #2cadc2;
}
.inside-page .timeline .referrals-2:after {
  width: 25%;
}
.inside-page .timeline .referrals-2 li:first-child,
.inside-page .timeline .referrals-2 li:nth-child(2) {
  border-color: #2cadc2;
}
.inside-page .timeline .referrals-3:after {
  width: 50%;
}
.inside-page .timeline .referrals-3 li:first-child,
.inside-page .timeline .referrals-3 li:nth-child(2),
.inside-page .timeline .referrals-3 li:nth-child(3) {
  border-color: #2cadc2;
}
.inside-page .timeline .referrals-4:after {
  width: 75%;
}
.inside-page .timeline .referrals-4 li:not(:last-child) {
  border-color: #2cadc2;
}
.inside-page .timeline .referrals-5:after {
  width: 100%;
}
.inside-page .timeline .referrals-5 li {
  border-color: #2cadc2;
}
@media only screen and (max-width: 1199px) {
  .input-group .form-control.show-on-mobile {
    display: block !important;
  }
  .inside-page .gratitude hr {
    margin: 20px auto 35px;
  }
  .inside-page .signature {
    width: 200px;
    margin-top: 10px;
  }
  .inside-page .intro-frame {
    background-position: -50px bottom;
    -webkit-background-size: 1140px;
    background-size: 1140px;
    height: 660px;
  }
  .inside-page .timeline-div .container {
    padding: 30px 0 40px;
  }
  .inside-page .timeline-div h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .inside-page .facebook-share-button .btn-fb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .inside-page .first-row {
    background: url("../img/vitaliy-bg.jpg") no-repeat;
    background-color: #e3e5e4;
    background-position: -220px bottom;
    background-size: 1190px;
  }
  .inside-page .logo.visible-sm {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 80px;
  }
  .inside-page .intro-frame {
    background: none;
    padding: 40px;
    height: 620px;
    max-height: none;
    min-height: 1px;
    margin-bottom: 40px;
  }
  .inside-page .intro-frame .logo {
    margin-bottom: 50px;
    width: 80px;
  }
  .inside-page .intro-frame h4 {
    font-size: 20px;
  }
  .inside-page .timeline-div {
    padding: 50px 0;
  }
  .inside-page .timeline-div h4 {
    margin-top: 0;
  }
  .inside-page .timeline .lens-profile-timeline {
    margin: 60px 0 40px;
  }
  .inside-page .form-control {
    margin: 9px 0 10px !important;
  }
  .inside-page .form-container {
    padding-top: 75px;
    padding-right: 15px;
  }
  .inside-page .btn-default {
    padding: 14px 40px 12px;
  }
  .inside-page .facebook-share-button {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  div[class^="col-lg"],
  div[class^="col-md"],
  div[class^="col-sm"] {
    padding: 0;
  }
  .container {
    padding-left: 11vw !important;
    padding-right: 11vw !important;
  }
  .inside-page {
    padding: 0;
  }
  .inside-page .first-row {
    background-image: none;
  }
  .inside-page .logo {
    width: 100px;
    margin-bottom: 0;
  }
  .inside-page .intro-frame {
    height: auto;
    margin-bottom: 0;
  }
  .inside-page .intro-frame h3 {
    font-size: 22px;
  }
  .inside-page .intro-frame h4 {
    font-size: 16px;
  }
  .inside-page .m-b-lg {
    margin-bottom: 30px;
  }
  .inside-page .form-container {
    padding-top: 20px;
  }
  .inside-page .home-errors {
    display: none;
  }
  .inside-page .input-group {
    width: 100%;
    margin: 0 auto;
  }
  .inside-page .btn-default {
    padding: 10px 15px;
    margin: 0;
  }
  .inside-page .input-group-btn,
  .inside-page .form-control,
  .inside-page .btn-default {
    display: block;
    width: 100%;
  }
  .inside-page .form-control,
  .inside-page .btn-default {
    margin: 5px 0;
  }
  .inside-page .timeline-div {
    padding: 20px 0 10px;
  }
  .inside-page .timeline {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inside-page .timeline .lens-profile-timeline {
    margin: 60px 0 40px;
  }
  .facebook-share-button {
    display: block;
  }
  .facebook-share-button .btn-fb {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hide-link {
  visibility: hidden;
}
.p-md {
  padding: 30px;
}
.p-t-b-n {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.p-b-n {
  padding-bottom: 0 !important;
}
.p-n {
  padding: 0 !important;
}
.m-t-10p {
  margin-top: 10%;
}
.m-b-sm {
  margin-bottom: 20px ;
}
.m-b-lg {
  margin-bottom: 50px;
}
.m-t-md {
  margin-top: 30px;
}
.bg-body {
  background: #e3e5e4 !important;
}
.center-block {
  float: none;
  margin: 0 auto;
}
.text-t-u {
  text-transform: uppercase;
}
.text-primary {
  color: #2cadc2;
}
.dark-text {
  color: #202020;
}
