html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  font-family: "Lato", sans-serif;
}
#about-me {
  position: relative;
}
.about-margin-top {
  margin-top: 50px;
}
@media screen and (orientation: portrait) {
  .about-margin-top {
    margin-top: 0px;
  }
}
.about-me-container h1 {
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0px 0 20px 0;
}
.base-h1 {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 35px !important;
  margin-bottom: 0px !important;
}
.base-h2 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 35px !important;
  margin-bottom: 10px !important;
}
@media screen and (orientation: landscape) {
  .display-mobile {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .display-pc {
    display: none !important;
  }
}
.center {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .center-mobile {
    text-align: center;
    margin: 0 auto;
  }
}
.standard-text {
  font-size: 18px;
  line-height: 1.9;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#intro h1 {
  max-width: 500px;
}
#intro h2 {
  max-width: 500px;
}
@media only screen and (max-width: 992px) {
  #intro h2 {
    padding-bottom: 25px;
  }
}
#intro .intro-left-column {
  padding: 25px 0;
  display: block;
}
@media only screen and (max-width: 992px) {
  #intro .intro-left-column {
    margin-bottom: 0px auto 35px auto;
    display: block;
  }
}
#intro .intro-left-column .cta-btn-intro {
  font-family: "Lato", sans-serif;
  width: 320px;
  border: 2px solid #3866fe;
  background: #3866fe;
  border-radius: 30px;
  color: white;
  z-index: 3;
  margin-top: 35px;
  margin-left: 25px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 42px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  z-index: 4;
}
#intro .intro-left-column .cta-btn-intro:hover {
  border: 2px solid #3866fe;
  background: white;
  color: #3866fe;
}
@media only screen and (max-width: 992px) {
  #intro .intro-left-column .cta-btn-intro {
    margin: 35px auto 25px auto;
    display: block;
  }
}
#intro .intro-left-column .feature-listing {
  list-style: disc;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  #intro .intro-left-column .feature-listing {
    text-align: left;
    margin: 15px auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}
#intro .intro-left-column .feature-listing li {
  font-size: 18px;
  line-height: 1.9;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 35px;
  font-weight: normal;
}
.box {
  width: 300px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  user-select: none;
}
.box label {
  font-size: 20px;
  color: black !important;
  position: absolute;
  z-index: 10;
  padding-left: 50px;
  cursor: pointer;
}
.box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #ffffff !important;
}
.box input:checked ~ .check {
  border-color: #3866fe;
  box-shadow: 0px 0px 0px 15px #3866fe inset;
  color: #ffffff !important;
}
.box input:checked ~ .check .check-icon {
  opacity: 1;
  transform: scale(1);
  color: #ffffff !important;
  position: relative;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.box .check {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px;
  color: #ffffff !important;
  background-color: #ffffff !important;
  border: 2px solid #3866fe;
  box-shadow: 0px 0px 0px 0px #3866fe inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.box .check .check-icon {
  opacity: 0;
  transform: scale(0);
  color: #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .box .check .check-icon {
    color: #ffffff !important;
  }
}
@media (prefers-color-scheme: light) {
  .box .check .check-icon {
    color: #ffffff !important;
  }
}
#features {
  position: relative;
}
#features .trapezoid {
  position: absolute;
  left: 0;
  padding: inherit;
  bottom: 0;
  height: 0;
  border-bottom: 35vw solid #ececec;
  border-left: 0px solid transparent;
  border-right: 100vw solid transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  #features .trapezoid {
    border-bottom: 55vw solid #ececec;
  }
}
.trapezoid2 {
  position: absolute;
  z-index: 1;
  left: 0;
  padding: inherit;
  top: 0;
  height: 0vw;
  border-top: 28vw solid #ececec;
  border-left: 100vw solid transparent;
  border-right: 0vw solid transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .trapezoid2 {
    display: none;
  }
}
.standard-header {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 35px !important;
  max-width: 500px;
  margin-bottom: 0px !important;
}
.standard-subheader {
  font-size: 22px !important;
  line-height: 35px !important;
  font-weight: normal;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: 500px;
}
.hero-content {
  margin: 100px 0 100px 0;
  overflow: hidden;
}
.hero-content .alignment {
  text-align: left !important;
}
.hero-content h1 {
  font-size: 34px;
  font-weight: 400;
  color: #262626;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
.hero-content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
.calculator-column-left {
  background: #222225;
  border: #3458d1 0px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  height: 502px;
}
.calculator-column-left h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.calculator-column-left .subheader {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 45px;
}
.calculator-column-left .cta {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}
.calculator-column-left .calc-notice {
  font-size: 16px;
  font-weight: lighter;
}
.btn-calculator-cta {
  margin-bottom: 0px;
}
.calculator {
  padding: 55px;
}
.calculator .calculator-headline {
  margin-top: 5px;
  margin-bottom: 40px;
}
.calculator .calc-feature-description {
  text-align: left;
  margin-bottom: 25px;
}
.calculator .calc-training-subheader {
  text-align: left;
  font-style: italic;
}
.calculator .calc-plan-name {
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}
.calculator .calc-features-ul {
  margin-top: 15px;
}
.calculator .calc-plan-feature {
  font-size: 18px;
  line-height: 1.9;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.calculator #calculator-diet-info-container {
  display: block !important;
  height: auto;
}
.calculator #calculator-training-info-container {
  display: block !important;
  height: auto;
}
.calculator .calculator-info-container {
  margin-bottom: 40px;
  transition: max-height 0.3s linear, opacity 0.3s linear, transform 0.3s linear,
    margin 0.3s linear;
  transform-origin: top !important;
  max-height: 900px;
}
.calculator .disabled {
  color: lightgray !important;
  opacity: 0 !important;
  margin: 0px !important;
  transform: scaleY(0);
  max-height: 0px;
}
.calculator .calculator-row {
  margin-bottom: 5px;
}
.calculator .slider-label-text {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  width: 20px;
  top: 0px;
  margin-left: -10px;
  text-align: center;
}
.calculator .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #e5e5e5;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.calculator .slider:hover {
  opacity: 1;
}
.calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3866fe;
  cursor: pointer;
}
.calculator .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3866fe;
  cursor: pointer;
}
.calculator .calc-label {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  margin-top: 22px;
}
.calculator .calc-sublabel {
  font-size: 12px;
  text-align: left;
  line-height: 15px;
}
.calculator .calc-slider-labels-container {
  margin-top: 15px;
}
.calculator .prices-container {
  text-align: left;
}
.calculator .single-price-label {
  font-weight: bold;
  text-align: left;
  color: #3866fe;
  line-height: 40px;
}
.calculator .saving-price-label {
  font-size: 20px;
  text-align: left;
  color: #3866fe;
  line-height: 40px;
}
.calculator .final-price-container {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
}
@media screen and (max-width: 550px) {
  .calculator .final-price-container {
    font-size: 18px;
  }
}
.calculator .total-price-label {
  font-size: 18px;
  font-weight: bold;
}
.calculator ul li::before {
  content: "\2022";
  color: #3458d1;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (orientation: portrait) {
  .black-bar-background {
    padding: 50px;
    background: black;
    opacity: 0.7;
  }
}
.form .hero-section {
  background: url(../images/header-bg.jpg);
  background-size: cover;
  padding: 150px 0 0 0;
}
@media screen and (orientation: portrait) {
  .form .hero-section {
    background: url(../images/header-bg-mobile.jpg);
    background-size: cover;
    background-position-x: 35%;
    padding: 150px 0 0 0;
  }
}
.form .hero-content {
  margin: 0;
  overflow: hidden;
}
.form .hero-content h1 {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
.form .hero-content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
.form img {
  margin: 0 auto;
}
.form .sub-form {
  padding: 30px 0 0 0;
  text-align: left;
}
.form .subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
  border-color: #222225;
  background-color: #222225;
  color: #ffffff;
  box-shadow: 0 0 1px transparent;
  outline: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.form .subscribe-form .submit-button:hover {
  border-color: #000000;
  background-color: #000000;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.form .btn-action {
  background: #3866fe;
  border-color: #3866fe;
  color: #ffffff;
}
.form .btn-action:hover {
  background: transparent;
  border-color: #3866fe;
  color: #3866fe;
}
.form .btn-action::selection {
  border-color: #3866fe;
  color: #3866fe;
}
.starting-headline {
  font-size: 14px !important;
}
.bold {
  font-weight: bold !important;
}
.main-page-text {
  font-size: 18px !important;
  text-align: left !important;
  margin: 0 0 10px 0 !important;
}
@media screen and (orientation: portrait) {
  .main-page-text {
    text-align: center !important;
  }
}
.signature {
  font-size: 16px !important;
  text-align: left !important;
  margin: 15px 0 25px 0 !important;
  font-style: italic !important;
}
.app .cta-btn-action {
  font-family: "Lato", sans-serif;
  width: 250px;
  border: 2px solid #3866fe;
  border-radius: 30px;
  color: #ffffff;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 42px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.app .cta-btn-action:hover {
  border: 2px solid white;
}
@media screen and (orientation: portrait) {
  .app .cta-btn-action {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: block;
  }
}
.app .hero-section {
  padding: 50px 0 0 0;
}
.app .hero-content {
  margin: 0;
  padding: 10px;
}
.app img {
  margin: 0 auto;
}
.app .btn-action {
  color: #ffffff;
  background: #3866fe;
  border-color: #3866fe;
  border-radius: 30px;
}
.app .btn-action:hover {
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.split-content {
  padding: 20px;
  text-align: center;
}
.split-content .alignment {
  text-align: left !important;
}
.split-content h1 {
  font-size: 20px !important;
  line-height: 28px !important;
  max-width: 500px;
  margin-bottom: 0px !important;
  margin: 0 auto !important;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
.split-content h2 {
  font-size: 22px !important;
  line-height: 35px !important;
  font-weight: normal;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: 500px;
}
.split-content p {
  font-size: 18px !important;
  line-height: 35px !important;
  max-width: 500px;
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  letter-spacing: 0;
}
.split-content ul {
  list-style-type: disc;
  display: inline-block;
  margin: 30px 0 0 0;
}
.split-content ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #999999;
}
.CTA-container {
  margin: 16px;
  text-align: left !important;
}
.strong {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}
.navbar-links {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 3px 0 0;
  line-height: 10px !important;
}
.navbar-links:focus {
  color: #919191 !important;
}
.social-media-icon-img {
  margin-top: 3px;
}
.social-media-icon {
  font-size: 30px !important;
}
.social-link {
  padding-top: 4px !important;
}
.best-offer-border {
  border: 1px solid #3866fe !important;
  margin-top: 0px !important;
}
.best-offer-label-background {
  display: block;
  margin: 0 0 0 auto;
  border-bottom: 30px solid #3866fe;
  border-left: 25px solid transparent;
  height: 0;
  width: 255px;
}
.best-offer-label {
  display: block;
  font-size: 12px;
  padding-top: 2px;
  text-transform: uppercase;
  color: white;
  line-height: 30px;
  margin: 0 auto;
}
.pricing-subline {
  font-size: 14px !important;
}
.smaller-button {
  width: 200px !important;
}
.contact-paragraph {
  margin-top: 25px;
  text-align: left;
}
.contact-additional-info-container {
  padding: 0px 35px 35px 35px;
}
@media only screen and (max-width: 992px) {
  .contact-additional-info-container {
    padding: 0px;
  }
}
.left-column-text {
  color: white;
}
.calculator-column-right {
  background: white;
  border: #3458d1 0px solid !important;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
}
.calculator-column-right h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}
.calculator-column-right .right-column-ul {
  list-style: none;
  text-align: left;
  margin-left: 20px;
  font-family: Lato;
  margin-bottom: 20px;
}
.right-column-text {
  color: black;
}
#contactform {
  margin-top: 15px;
}
#contact-form {
  padding-top: 100px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #contact-form {
    background-color: #ececec;
  }
}
#contact-form .contact-form {
  width: 100%;
}
#contact-form .btn-send {
  text-align: center;
  margin-top: 10px;
}
#contact-form .contact-form-input {
  margin: 3px;
  transition: all 0.3s;
}
#contact-form textarea {
  height: 200px;
  transition: all 0.3s;
}
h1 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  font-family: "Lato", sans-serif;
}
h3 {
  font-family: "Lato", sans-serif;
}
h4 {
  font-family: "Lato", sans-serif;
}
h5 {
  font-family: "Lato", sans-serif;
}
h6 {
  font-family: "Lato", sans-serif;
}
p {
  font-family: "Lato", sans-serif;
}
input {
  font-family: "Lato", sans-serif;
}
input[type="text"] {
  font-family: "Lato", sans-serif;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]:focus {
  outline: 0;
  background: #ffffff;
  border: 1px solid #111;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:-moz-placeholder {
  color: #888;
}
input[type="text"]:-ms-input-placeholder {
  color: #888;
}
input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
textarea {
  font-family: "Lato", sans-serif;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
textarea:focus {
  outline: 0;
  background: #ffffff;
  border: 1px solid #111;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:-moz-placeholder {
  color: #888;
}
textarea:-ms-input-placeholder {
  color: #888;
}
textarea::-webkit-input-placeholder {
  color: #888;
}
::-moz-selection {
  color: #ffffff;
  background: #3866fe;
}
::selection {
  color: #ffffff;
  background: #3866fe;
}
.nopadding {
  padding: 0;
}
.custompadding {
  padding-left: 5px;
  padding-right: 5px;
}
.no-margin {
  margin-right: 0;
  margin-left: 0;
}
.underline {
  display: inline;
  border-bottom: 3px solid #111;
  padding-bottom: 0;
}
.after-line {
  height: 3px;
  width: 100px;
  background: #001cff;
  margin-top: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sup-title {
  display: inline-block;
  font-size: 1em;
  padding: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  margin: 0 0 20px 0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 1;
  background-color: #f2f2f2;
  z-index: 9999;
  text-align: center;
}
#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}
.logo {
  margin: 0 auto;
  padding: 0px 0px;
  z-index: 111;
}
.logo:hover {
  text-decoration: none;
  color: #fff;
}
.logo:focus {
  text-decoration: none;
  color: #fff;
}
.navbar {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 25px;
  letter-spacing: 1px;
  height: 80px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
}
.navbar-default {
  transition: all 0.6s ease;
  border-color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 0px;
  margin-top: 0px;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}
.navbar-default .navbar-brand {
  padding-top: 5px;
  color: #919191;
  height: 35px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.navbar-default .navbar-brand .navbar-toggle .collapsed {
  padding: 4px 6px;
  font-size: 14px;
  color: #919191;
}
.navbar-default .navbar-brand:hover {
  transition: 1s;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #999999;
}
.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #999999;
}
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #919191;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #818181;
}
.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #919191;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
  background-color: transparent;
}
.navbar-default .nav-white > li > a {
  color: #ffffff;
}
.navbar-default .nav-white > li > a:hover {
  color: #999999;
}
.navbar-default .nav-white .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-brand.nav-white {
  padding-top: 15px;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 1px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
  background-color: #111111;
}
#main {
  height: 100%;
}
.hero-section {
  height: 100%;
  background: #ffffff;
  padding: 150px 0 0 0;
}
.btn-action {
  font-family: "Lato", sans-serif;
  width: 250px;
  background-color: #3866fe;
  border: 1px solid #3866fe;
  border-radius: 0;
  color: #ffffff;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 42px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.btn-action:hover {
  outline: none;
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.btn-action:focus {
  outline: none;
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.btn-action:active {
  outline: none;
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.btn-action:active:focus {
  outline: none;
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.product .btn-action {
  background-color: transparent;
  border: 1px solid #82714a;
  color: #82714a;
}
.product .btn-action:hover {
  background: #92714a;
  color: #ffffff;
  border-color: #82714a;
}
.product .btn-action:focus {
  background: #92714a;
  color: #ffffff;
  border-color: #82714a;
}
.product .subscribe-form .submit-button {
  border-color: #ffffff;
  background-color: #927f54;
}
.product .subscribe-form .submit-button:hover {
  border-color: #927f54;
}
.product .footer .contact h1 {
  color: #927f54;
  font-family: "Lato";
}
.product .footer .contact a {
  color: #927f54;
  font-family: "Lato";
}
.product .footer .contact p {
  color: white;
}
.product .contact i {
  color: #927f54;
  font-family: "Lato";
}
.product .footer-text p {
  color: #927f54;
  font-family: "Lato";
}
.product .back-to-top {
  background: #3866fe;
}
.product .back-to-top:hover {
  background: #3866fe;
}
.software .hero-section {
  padding: 100px 0 0 0;
  background: #f9f9f9;
}
.software .hero-section img {
  margin: 0 auto;
}
.software .hero-content h1 {
  font-size: 34px;
  font-weight: 600;
  color: #444444;
  margin: 0 0 20px 0;
}
.software .btn-action {
  font-family: Arial;
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  padding: 12px 24px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.software .btn-action:hover {
  outline: none;
  color: #3f51b5;
  background: transparent;
  border-color: #3f51b5;
}
.software .btn-action:focus {
  outline: none;
  color: #3f51b5;
  background: transparent;
  border-color: #3f51b5;
}
.software .btn-action:active {
  outline: none;
  color: #3f51b5;
  background: transparent;
  border-color: #3f51b5;
}
.software .btn-action:active:focus {
  outline: none;
  color: #3f51b5;
  background: transparent;
  border-color: #3f51b5;
}
.software .features {
  padding: 100px 0 100px 0;
}
.software .features .features-list h1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #222222;
  margin: 20px 0 20px 0;
}
.software .features .features-list ul {
  list-style-type: disc;
  padding-left: 20px;
}
.software .features .features-list ul li {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 13px;
  margin: 0 0 15px 0;
  color: #999999;
}
.software .features-list p {
  margin: 0 0 25px 0;
  font-family: "Josefin Sans";
  font-size: 18px;
  line-height: 1.2;
  color: #999999;
}
.software .feature-sub {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.99)),
    url(../images/app_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0 150px 0;
}
.software .feature-sub .sub-inner h1 {
  font-family: "Josefin Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 30px 0;
}
.image-bg .hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../images/image-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 100px 0;
}
.image-bg .hero-content h1 {
  font-weight: 600;
  color: #ffffff;
}
.image-bg .hero-content p {
  color: #ffffff;
}
.signup .hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)),
    url(../images/app_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 100px 0;
}
.signup .hero-content {
  padding: 50px 0 100px 0;
}
.signup .hero-content h1 {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0;
}
.signup .hero-content p {
  color: #ffffff;
}
.signup .btn-action.btn-round {
  background: #3866fe;
  border-color: #3866fe;
  color: #ffffff;
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #3866fe;
  border-radius: 30px;
}
.signup .btn-action.btn-round:hover {
  background: transparent;
  color: #3866fe;
  border-color: #3866fe;
}
.signup .btn-action.btn-round:focus {
  background: transparent;
  color: #3866fe;
  border-color: #3866fe;
}
.signup .btn-action {
  background: #3866fe;
  border-color: #3866fe;
  color: #ffffff;
}
.signup .btn-action:hover {
  background: transparent;
  border-color: #3866fe;
  color: #3866fe;
}
.signup .split-features {
  background: #f2f2f2;
}
.signup-form {
  padding: 25px 25px 30px 25px;
  background: #3866fe;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}
.signup-form h1 {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: center;
  margin: 20px 0 30px 0;
}
.signup-form form textarea {
  height: 100px;
}
.signup-form form .input-error {
  border-color: #19b9e7;
}
.signup-form p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #dddddd;
  margin: 25px 0 10px 0;
}
.signup-form button.btn {
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #111111;
  border: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.signup-form button.btn:hover {
  opacity: 0.6;
  color: #ffffff;
}
.signup-form button.btn:active {
  outline: 0;
  opacity: 0.6;
  color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.signup-form button.btn:active:focus {
  outline: 0;
  opacity: 0.6;
  background: #19b9e7;
  color: #fff;
}
.signup-form button.btn:focus {
  outline: 0;
  opacity: 0.6;
  background: #19b9e7;
  color: #fff;
}
.form-group {
  margin-bottom: 20px;
}
input[type="number"] {
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="email"] {
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
textarea.form-control {
  height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
textarea.form-control:focus {
  outline: 0;
  background: #ffffff;
  border: 1px solid #111;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control:-moz-placeholder {
  color: #888;
}
textarea.form-control:-ms-input-placeholder {
  color: #888;
}
textarea.form-control::-webkit-input-placeholder {
  color: #888;
}
button.btn.active:focus {
  outline: 0;
  opacity: 0.6;
  background: #19b9e7;
  color: #fff;
}
.slider-pro .sp-slide {
  background: #222222;
}
.slider-pro h2.sp-layer {
  font-size: 44px !important;
  color: #111111;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: left;
}
.slider-pro p.sp-layer {
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
}
.slider-pro a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
}
.slider-pro a:hover {
  color: #999999;
}
.slider-pro .link-color {
  text-decoration: none;
  color: #111;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
}
.app-info h1 {
  font-size: 34px;
  font-weight: 600;
  color: #404040;
  margin-top: 30px !important;
}
.app-info h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #3c4b5d;
  line-height: 1.4;
  margin-top: 20px;
}
.app-info i {
  margin-top: 15px;
  display: inline-block;
}
.app-info span {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}
.app-info .ion {
  font-size: 1em;
  color: #ff8000;
}
.download-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}
.download-buttons img {
  margin-left: 5px;
  margin-right: 5px;
}
.cs-main .left-section {
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../images/split-bg.jpg) no-repeat center center;
  background-size: cover;
}
.cs-main .right-section {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px 0 20px;
  width: 50%;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  overflow: hidden;
  overflow-y: auto;
}
.cs-main .hero-section {
  padding: 120px 0 0 0;
  background: #ffffff !important;
}
.cs-main .hero-content {
  padding: 50px 0 0 0;
}
.cs-main .app-info h1 {
  font-weight: 600;
  font-size: 42px;
}
.about {
  padding: 100px 0 100px 0;
  background: #f1f1f1;
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
}
.about-content h2 {
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 1.2;
  color: #111111;
}
.about-content h3 {
  font-family: "Josefin Sans";
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #111111;
  margin: 50px 0 0 0;
}
.client-section {
  background-color: #3866fe;
  padding: 5px 0 0 0;
}
.clients .single {
  padding: 25px 0 25px 0;
}
.clients .single img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.pitch {
  padding: 100px 0 100px 0;
  background: #2e2e30;
}
.pitch-intro {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.pitch-intro h1 {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px 0;
}
.pitch-intro p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  letter-spacing: 0;
}
.pitch-icon {
  margin: 0 0 10px 0;
  background: #3866fe;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.pitch-icon i {
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}
.pitch-content {
  padding: 10px 0 50px 0;
}
.pitch-content h1 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.pitch-content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  letter-spacing: 0;
}
.icon-features {
  padding: 100px 0 0 0;
}
.icon-features-intro {
  padding: 0 0 50px 0;
}
.icon-features-intro h1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  text-align: center;
}
.icon-features-intro p {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin: 0 0 30px 0;
}
.f-single {
  position: relative;
  padding: 10px 0 80px 0;
}
.f-icon i {
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.f-content {
  padding-left: 80px;
}
.f-content h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.f-content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 1.5;
  text-align: left;
}
.features {
  padding: 25px 0 25px 0;
}
.features .features-list {
  padding: 20px 0 0 0;
  text-align: center;
}
.features .features-list h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  margin: 0 0 30px 0;
}
.features .features-list ul {
  list-style-type: circle;
  padding-left: 20px;
  text-align: center;
}
.features .features-list ul li {
  display: block;
  margin: 0 0 15px 0;
  font-family: "Josefin Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #999999;
}
.features-inner {
  width: 100%;
}
.feature-sub {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)),
    url(../images/image-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 150px 0;
}
.feature-sub .sub-inner h1 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.feature-sub .sub-inner .btn-action {
  color: #ffffff;
  background: #3866fe;
  border-color: #3866fe;
}
.feature-sub .sub-inner .btn-action:hover {
  color: #3866fe;
  background: transparent;
  border-color: #3866fe;
}
.sub-inner {
  padding: 0 10% 0 10%;
  text-align: center;
  float: left;
}
.app-features {
  background: #ffffff;
  padding: 60px 0 0px 0;
}
.app-features p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1.4;
  margin: 10px 0 50px 0;
}
.app-features img {
  margin: 0 auto;
}
.app-features .features-left {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .app-features .features-left {
    padding: 0px 0 0px 0;
  }
}
.app-features .features-right {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .app-features .features-right {
    padding: 0px 0 0 0;
  }
}
.app-features .icon {
  margin-top: 10px;
  margin-bottom: 20px;
}
.app-features .icon i {
  font-size: 60px;
  color: #3866fe;
}
.app-features .feature-single {
  margin-left: 0;
  margin-bottom: 50px;
}
.app-features .feature-single h1 {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.app-features .feature-single p {
  font-size: 17px;
  color: #999999;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
.split-features {
  background: #ffffff;
  padding: 30px 0 15px 0;
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .split-features {
    padding-bottom: 15px;
  }
}
.marcin-video {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 992px) {
  .marcin-video {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 auto;
    height: 300px;
  }
}
.split-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
.split-features2 {
  background: #ffffff;
  padding: 50px 0 50px 0;
  overflow: hidden;
}
.review-section {
  padding: 150px 0 150px 0;
  text-align: center;
  background: #3866fe;
}
.reviews {
  width: 100%;
}
.review-single img {
  width: 80px;
  height: 80px;
}
.review-text h3 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222225;
  text-transform: uppercase;
}
.review-text .ion {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}
.review-text p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 20px 10px 20px 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
}
.pricing {
  padding: 50px 0 100px 0;
}
.pricing h1 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2;
}
.pricing h4 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 30px 0;
}
.pricing p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}
.pricing .btn-buy {
  padding: 40px 0 20px 0;
}
.pricing .btn-buy img {
  display: inline;
}
.pricing .price-tag h2 {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  margin: 0 0 20px 0;
}
.pricing-content {
  padding: 60px 0 0 0;
  text-align: center;
}
.pricing-section {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2e2e30;
}
.pricing-section .table-left {
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #222225;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  border: transparent;
  width: 100%;
  margin-top: 5px;
}
.pricing-section .table-left:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-section .table-right {
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #222225;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  border: transparent;
  width: 100%;
  margin-top: 5px;
}
.pricing-section .table-right:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-section .table-center {
  margin-top: 0;
}
.pricing-intro {
  padding-bottom: 30px;
}
.pricing-intro h1 {
  font-size: 37px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.pricing-intro p {
  font-size: 16px;
  color: white;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pricing-intro .additional-notice {
  font-weight: bold !important;
}
.table-left .icon {
  font-size: 60px;
  margin: 0 auto;
  color: #3866fe;
}
.table-left .pricing-details span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  margin-bottom: 10px;
}
.table-left .pricing-details .pricing-text {
  font-size: 16px;
  font-weight: lighter;
  margin: 15px 0;
}
.table-left .pricing-details .price-label {
  font-size: 38px;
  font-weight: bold;
}
.table-left .pricing-details h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-top: 15px;
  margin-bottom: 30px;
}
.table-left .pricing-details p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  letter-spacing: 1px;
  line-height: 1.4;
}
.table-left .pricing-details ul {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  list-style-type: disc;
}
.table-left .pricing-details li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.table-right .icon {
  font-size: 60px;
  margin: 0 auto;
  color: #3866fe;
}
.table-right .pricing-details span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  margin-bottom: 10px;
}
.table-right .pricing-details .pricing-text {
  font-size: 16px;
  font-weight: lighter;
}
.table-right .pricing-details .pricing-text-description {
  margin: 15px 0;
}
.table-right .pricing-details .price-label {
  font-size: 38px;
  font-weight: bold;
}
.table-right .pricing-details h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-top: 15px;
  margin-bottom: 30px;
}
.table-right .pricing-details p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  letter-spacing: 1px;
  line-height: 1.4;
}
.table-right .pricing-details ul {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  list-style-type: disc;
}
.table-right .pricing-details li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.counter-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1;
}
.counter-section h3 {
  font-size: 28px;
  font-weight: 400;
  color: #222222;
}
.counter-icon {
  padding: 15px;
}
.counter-icon i {
  font-size: 48px;
  color: #3866fe;
}
.counter-text {
  margin-top: 10px;
  margin-bottom: 20px;
}
.counter-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em;
  color: #222222;
}
.cta-sub {
  padding-top: 150px;
  padding-bottom: 150px;
  background: linear-gradient(
      to right,
      rgba(0, 174, 218, 0.5),
      rgba(0, 174, 218, 0.9)
    ),
    url(../images/cta_bg.jpg) no-repeat center center;
  background-size: cover;
}
.cta-sub .cta-inner h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
}
.cta-sub .cta-inner p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 40px;
}
.cta-inner {
  text-align: center;
  float: none;
}
.subscribe-form {
  text-align: left;
}
.subscribe-form .mail {
  background-color: #f9f9f9;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  height: 40px;
  padding: 0 130px 0 20px;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
}
.subscribe-form input {
  color: #222222;
  font-family: "Lato", sans-serif;
  padding: 0;
  font-size: 0.9em;
}
.subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
  border-color: #ffffff;
  background-color: #927f54;
  color: #ffffff;
  box-shadow: 0 0 1px transparent;
  outline: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.subscribe-form .submit-button:hover {
  border-color: #927f54;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.center-form {
  text-align: center;
}
.error_message {
  color: #fc6e51;
  font-family: "Lato", sans-serif;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 30px;
}
#success_page {
  color: #9ce726;
  font-family: "Lato", sans-serif;
  padding-bottom: 10px;
  font-size: 12px;
}
#success_page h3 {
  font-size: 17px;
  font-weight: 400px;
  color: #4ab217;
}
#success_page p {
  font-size: 12px;
  font-weight: 400px;
  color: #b3b3b3;
}
.footer {
  font-family: "Lato";
  background-color: #222225;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 20px;
  margin-top: 50px;
}
.footer img {
  margin-bottom: 20px;
}
.footer p {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 1.3;
  margin: 10px 0 30px 0;
}
.contact {
  text-align: left;
}
.contact i {
  font-size: 42px;
  color: #3866fe;
  text-align: left;
}
.contact h1 {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 10px 0;
  text-align: left;
}
.contact p {
  font-size: 14px !important;
  font-weight: 400;
  color: white;
  line-height: 1.3;
  margin: 10px 0 20px 0 !important;
  text-align: left;
}
.contact a {
  font-size: 18px;
  font-weight: 400;
  color: #3866fe;
  text-decoration: none;
  display: inline-block;
}
.footer-menu ul {
  list-style-type: none;
  margin: 10px 0;
}
.footer-menu li {
  display: block;
  line-height: 2;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding-right: 15px;
  text-transform: capitalize;
  color: #999999;
}
.footer-menu li a {
  color: #3866fe;
  text-decoration: none;
}
.footer-text p {
  font-family: "Lato";
  font-size: 12px;
  color: #3866fe;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.back-to-top {
  background: #3866fe;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 90;
  display: none;
  text-decoration: none;
  color: #0e1729;
}
.back-to-top i {
  position: relative;
  left: 10px;
  top: 9px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.back-to-top:hover {
  background: #3866fe;
  color: #ffffff;
}
.back-to-top:hover i {
  top: 6px;
}
.back-to-top:focus {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-content .alignment {
    text-align: center !important;
    margin: 0 auto;
  }
  .navbar {
    padding-top: 5px;
    height: 110px;
  }
  .navbar-default {
    border: 0px;
    background-color: transparent;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    background-color: #ffffff;
    border: 0;
    border-color: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    color: #919191;
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #919191;
  }
  .navbar-default .navbar-brand {
    color: #ffffff;
  }
  .navbar-default .navbar-brand.nav-white {
    color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  .navbar-default.past-main .navbar-nav > li > a {
    color: #919191;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (orientation: portrait) {
  .calculator {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .app-features .img-container {
    display: none;
  }
}
.app-features .img-container .img-responsive-mobile {
  display: block;
  max-width: 100%;
  max-height: 450px;
}
@media only screen and (max-width: 992px) {
  .app-features .img-responsive {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .app-features .img-responsive {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .app-features .img-responsive {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .split-content .alignment {
    text-align: left !important;
    margin: 0 auto;
  }
  .calculator .calc-slider-labels-container {
    margin-top: 15px;
  }
  .calculator .saving-price-label {
    font-size: 16px;
  }
  .cta-separator {
    margin-top: 55px !important;
  }
  #contact-form {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .signup-form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .calculator-column-left {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .calculator .pricing-row {
    padding-top: 15px;
  }
  .calculator .calc-label {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 767px) {
  .navbar.past-main {
    height: 60px !important;
  }
  .logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .hero-section {
    padding: 150px 0 100px 0;
  }
  .form .hero-section {
    padding: 13% 0;
  }
  .form .hero-content {
    padding: 0;
    overflow: hidden;
  }
  .form .hero-content h1 {
    font-size: 54px;
  }
  .product .hero-content {
    padding: 150px 0 100px 0;
    text-align: left;
  }
  .hero-content h1 {
    font-size: 48px;
    margin: 0 0 20px 0;
  }
  .hero-content p {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 38px;
  }
  .software .hero-content h1 {
    font-size: 42px;
  }
  .software .features {
    padding: 100px 0 100px 0;
  }
  .software .features .features-list {
    padding: 30px 0 0 0;
  }
  .software .features .features-list h1 {
    font-size: 34px;
  }
  .software .features .features-list ul li {
    display: list-item;
    font-size: 14px;
    text-align: left;
  }
  .software .feature-sub .sub-inner h1 {
    font-size: 42px;
  }
  .image-bg .hero-content h1 {
    font-size: 54px;
  }
  .signup .hero-content h1 {
    font-size: 48px;
  }
  .features .features-list {
    padding: 100px 0 0 0;
    text-align: left;
  }
  .features .features-list ul li {
    font-size: 18px;
    display: list-item;
    text-align: left;
  }
  .feature-sub {
    padding: 200px 0 200px 0;
  }
  .split-content {
    text-align: left;
  }
  .split-content h1 {
    font-size: 37px;
  }
  .second {
    padding: 70px 10px 50px 350px;
  }
  .pricing {
    padding: 100px 0 100px 0;
  }
  .pricing-content {
    text-align: left;
  }
  .cta-sub .cta-inner h1 {
    font-size: 36px;
  }
  .contact h1 {
    font-size: 19px;
  }
  .contact p {
    font-size: 14px !important;
    color: white;
  }
  .contact a {
    font-family: "Lato";
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar.past-main {
    height: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar.past-main {
    height: 60px !important;
  }
}
@media only screen and (min-width: 240px) {
  .navbar.past-main {
    font-size: 14px;
    padding-top: 15px;
    height: 60px;
    background-color: #2e2e30;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .navbar-default.past-main .navbar-brand {
    color: #919191;
  }
  .navbar-default.past-main .navbar-toggle .icon-bar {
    background-color: white;
  }
  .navbar-default.past-main .navbar-nav > li > a:hover {
    color: #919191;
  }
  .navbar-default.past-main .navbar-nav > .active > a {
    background: transparent;
    color: #999999;
  }
  .navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #919191;
  }
  .navbar-default.past-main .navbar-nav > .active > a:focus {
    background: transparent;
    color: #818181;
  }
}
@media only screen and (max-width: 768px) {
  .slider-pro h2.sp-layer {
    font-size: 34px !important;
  }
}
@media only screen and (max-width: 801px) {
  .cs-main .right-section {
    position: relative;
    width: 100%;
  }
  .cs-main .hero-section {
    padding: 50px 0 0 0;
  }
  .cs-main .left-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .features .features-list {
    padding: 80px 0 0 0;
  }
  .split-content {
    text-align: left;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
  .subscribe-form .mail {
    padding: 0 30px 0 20px;
    border-radius: 5px 0 0 5px;
  }
  .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 399px) {
  .cta-sub {
    text-align: center;
  }
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form .mail {
    text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }
  .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
  }
  .form .sub-form .subscribe-form {
    text-align: left;
  }
  .form .sub-form .subscribe-form .mail {
    text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }
  .form .sub-form .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
  }
  .back-to-top {
    right: 10px;
  }
  .second {
    padding: 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1201px) {
  .app-features .features-left {
    padding: 0 0 0 0;
  }
  .app-features .features-right {
    padding: 0 0 0 0;
  }
  .software .features .features-list {
    padding: 0 0 0 0;
  }
}

.plan-price {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}
