body {
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  background-color: white;
  font-size: 16px; }

h1 {
  color: #ec7c40;
  display: block;
  font-size: 2em;
  font-weight: 400; }

h2 {
  font-weight: 100;
  font-size: 1.4em; }

h3 {
  font-weight: 200;
  font-size: 1.3em; }

h4 {
  color: #00a79e;
  font-weight: 600;
  font-size: 1.2em; }

p {
  color: #253342;
  font-weight: 400; }
  p.p-important {
    font-size: 1.2em; }

a {
  color: #00a79e; }

small {
  font-size: 50% !important;
  color: gray !important; }

span.icon {
  color: #00a79e; }

p.highlighted {
  font-size: 1.3em; }

section {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f9f9f9+53 */ }
  section .main-title {
    font-size: 2em;
    font-weight: 200;
    margin-bottom: 0.5em;
    line-height: 1.3em; }
  section .secondary-title {
    color: #ec7c40;
    font-weight: 400; }

footer {
  text-align: center;
  padding: 2em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f9f9f9+53 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 53%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }

.navbar {
  min-height: 120px;
  padding-top: 8px; }
  .navbar .navbar-brand {
    padding-top: 4px; }
    .navbar .navbar-brand h1 {
      display: inline;
      font-size: 2em;
      vertical-align: middle; }
    .navbar .navbar-brand img {
      display: inline;
      margin-right: 8px; }
  .navbar .nav a {
    color: #ec7c40;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none; }
    .navbar .nav a:hover {
      background: transparent;
      color: #19c2b9; }
  .navbar .navbar-toggle {
    background: #00a79e;
    margin-top: 40px; }
    .navbar .navbar-toggle .icon-bar {
      background: white; }
  .navbar .download {
    transition: 0.5s all;
    background: #00a79e;
    border: 2px solid #00a79e;
    border-radius: 6px;
    margin: 16px; }
    .navbar .download a {
      color: white; }
    .navbar .download:hover {
      background: transparent;
      border: 2px solid #00a79e; }
      .navbar .download:hover a {
        color: #00a79e; }

.topbanner {
  position: relative;
  height: 360px;
  background: url("../img/top-background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  .topbanner .jumbotron {
    padding-top: 0;
    text-align: center;
    background: transparent; }
    .topbanner .jumbotron h1 {
      text-shadow: 2px 4px 16px rgba(0, 0, 0, 0.5);
      color: white;
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 0.5em; }
    .topbanner .jumbotron p {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
      font-size: 1.3em;
      color: white;
      margin-bottom: 2em; }
    .topbanner .jumbotron .slider-container {
      position: relative;
      z-index: 2; }
    .topbanner .jumbotron .hand {
      max-width: 65%;
      position: absolute;
      bottom: -5%;
      right: -15%;
      z-index: 1; }

.top .headline {
  text-align: center;
  margin: 0.5em 0 1.5em 0; }
.top p {
  margin-bottom: 32px; }
.top .features {
  position: relative;
  padding: 0 15px;
  margin-top: 20px; }
  .top .features .fa {
    color: #00a79e; }
.top .right h4, .top .right p {
  text-align: left; }
.top .homeImage {
  display: block;
  height: auto;
  width: 100%;
  border: none;
  max-width: 360px;
  margin: auto;
  margin-bottom: 30px; }
.top .left h4, .top .left p {
  text-align: right; }

.awesome_features h4 {
  text-align: left;
  padding-top: 35px; }
  .awesome_features h4 i {
    text-align: right;
    padding-right: 10px; }
.awesome_features .col-md-4 {
  height: 240px; }
.awesome_features .footer_sez {
  padding-bottom: 100px;
  text-align: center; }
  .awesome_features .footer_sez h4 {
    text-align: center;
    font-size: 2em; }

.faq {
  padding: 2em 0 3em 0; }
  .faq .faq-element h4 {
    padding: 16px;
    background-color: #F7F7F8;
    border-radius: 8px;
    font-weight: 400; }
    .faq .faq-element h4 a {
      color: #ec7c40; }
      .faq .faq-element h4 a:hover {
        color: #00a79e;
        text-decoration: none; }
      .faq .faq-element h4 a:visited, .faq .faq-element h4 a:focus {
        text-decoration: none; }
  .faq .faq-element p {
    padding-left: 16px;
    padding-right: 16px; }

.prices .box {
  border: 2px solid #efefef;
  border-radius: 16px;
  margin: 16px; }
.prices h3 {
  font-size: 4rem; }
.prices ul, .prices li {
  list-style: none;
  margin: 0;
  padding: 0; }
.prices .price {
  margin-top: 20px; }
  .prices .price span {
    font-size: 3rem;
    font-weight: 800;
    color: #00a79e; }

@media (min-width: 640px) {
  .nav {
    margin-top: 30px; }
    .nav .download {
      margin: 0; }

  .topbanner .jumbotron h1 {
    font-size: 2em; }
  .topbanner .jumbotron p {
    font-size: 1.5em; }
  .topbanner .jumbotron .hand {
    max-width: 50%;
    bottom: -10%; }

  section .main-title {
    font-size: 3em; } }
@media (min-width: 992px) {
  .top .features {
    margin-top: 100px; }

  .topbanner {
    height: 500px; }
    .topbanner .jumbotron {
      max-width: 75%;
      margin-top: 0;
      text-align: left; }
      .topbanner .jumbotron h1 {
        font-size: 3em; }
      .topbanner .jumbotron p {
        font-size: 1.8em;
        max-width: 70%; }

  section .main-title {
    font-size: 4em; }

  h1 {
    font-size: 2em;
    line-height: 2em; }

  h2 {
    font-size: 1.8em;
    line-height: 1.8em; }

  h3 {
    font-size: 1.6em;
    line-height: 1.6em; }

  h4 {
    font-size: 1.4em;
    line-height: 1.4em; }

  p.half {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1200px) {
  .top .features {
    margin-top: 200px; }

  .topbanner .jumbotron h1 {
    font-size: 4em; }
  .topbanner .jumbotron .hand {
    max-width: 45%;
    bottom: -30%; } }
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .top .features {
    margin: 0 !important; }
  .top .left h4, .top .left p, .top .right h4, .top .right p {
    text-align: left; }

  .awesome_features .col-md-4 {
    height: auto; } }
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .top .features {
    margin: 0 !important; }
  .top .left h4, .top .left p, .top .right h4, .top .right p {
    text-align: left; }

  .awesome_features .col-md-4 {
    height: auto; } }
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col-md-12 h1 {
    text-align: center; }
  .col-md-12 p {
    display: block; }

.call_to_action {
  outline: none;
  display: block;
  background-color: #00a79e;
  border-radius: 8px;
  width: auto;
  margin: 40px auto;
  padding: 15px 30px;
  border: none;
  border: 1px solid #00a79e;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: #F7F7F7;
  text-align: center;
  font-weight: 600;
  line-height: 35px; }
  .call_to_action:hover {
    background-color: #19c2b9;
    color: #F7F7F7;
    cursor: pointer; }
  .call_to_action i {
    padding-right: 10px;
    font-size: 25px; }

.home .col-md-12 button {
  outline: none;
  display: block;
  background-color: #00a79e;
  border-radius: 8px;
  width: auto;
  margin: 40px auto;
  padding: 15px 30px;
  border: none;
  border: 1px solid #00a79e;
  font-family: 'Open Sans', sans-serif;
  color: #F9F9F9;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px; }
  .home .col-md-12 button:hover {
    background-color: #253342;
    cursor: pointer;
    border: 1px solid #F9F9F9; }
  .home .col-md-12 button i {
    padding-right: 10px;
    font-size: 25px; }
.home .col-md-12 .subscribe #myFORM {
  display: none; }
.home .col-md-12 .subscribe .email {
  display: block;
  width: 50%;
  padding: 15px 5px;
  margin: 40px auto;
  border: 1px solid #253342;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #F9F9F9;
  color: #253342;
  text-align: center; }
.home .col-md-12 .subscribe button {
  width: 170px;
  height: 52px;
  color: #F9F9F9;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  background-color: #253342;
  border: none;
  display: block; }

.how_it_works .col-md-6 img {
  display: inline-block;
  height: auto;
  width: 100%;
  border: none;
  margin-top: 100px; }
.how_it_works .col-md-6 h1 {
  text-align: left; }
.how_it_works .col-md-6 p {
  text-align: left; }
.how_it_works .col-md-6 div h4 {
  text-align: left;
  padding-top: 35px; }
  .how_it_works .col-md-6 div h4 i {
    color: #00a79e;
    text-align: right;
    padding-right: 10px; }
.how_it_works .col-md-6 div p {
  text-align: left;
  padding-left: 35px; }
.how_it_works .footer_sez {
  padding-bottom: 100px; }

.screenshot img {
  display: block;
  height: auto;
  width: 100%;
  border: none;
  max-width: 360px;
  margin-top: 100px;
  border-radius: 8px; }
.screenshot .footer_sez {
  padding-bottom: 100px; }
