.home-hero {
  padding-top: 345px;
  padding-bottom: 305px;
  background-image: url(../images/home/hero.jpg);
  background-attachment: fixed;
  background-position: 50% center;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 -10px 20px -10px #999;
  -moz-box-shadow: inset 0 -10px 20px -10px #999;
  -webkit-box-shadow: inset 0 -10px 20px -10px #999;
}
.home-hero h2 {
  font-size: 48px;
  margin-bottom: 5px;
}
.home-hero h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.home-hero .signup-form-msg {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .home-hero {
    background-attachment: initial;
  }
}

.signup-form {
  width: 880px;
  margin: 0 auto;
  padding: 8px 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -moz-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -webkit-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
}
.signup-form .signup-col {
  float: left;
  padding: 0 5px;
  width: 25%;
  position: relative;
}
.signup-form .signup-col .tc-btn-md,
.signup-form .signup-col .tc-input {
  width: 100%;
  border: none;
}
.signup-form .signup-col .signup-error {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  display: none;
}
.signup-form .signup-col .signup-error > div {
  height: 40px;
  text-align: center;
  background-color: rgba(232, 144, 66, 0.98);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ddd;
  font-size: 12px;
  padding: 10px;
  position: relative;
}
.signup-form .signup-col .signup-error > div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(232, 144, 66, 0.98) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
@media (max-width: 1023px) {
  .signup-form .signup-col .signup-error > div {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .signup-form .signup-col .signup-error {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .signup-form .signup-col .signup-error > div {
    font-size: 12px;
  }
}
.signup-form .signup-col.error .signup-error {
  display: block;
}

.top-features {
  border-top: 1px solid #eee;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8d8d8 0%, #fcfcfc 15%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(15%, #fcfcfc), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #fcfcfc 15%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d8d8d8 0%, #fcfcfc 15%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d8d8d8 0%, #fcfcfc 15%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d8d8d8 0%, #fcfcfc 15%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.template-section {
  background-image: url(../images/home/template-preview-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.template-section .img-responsive {
  margin: 0 auto;
}
.template-section .green-overlay {
  padding-top: 50px;
}

.homepage-tabs {
  padding: 60px 0 70px;
}

.home-testimonials {
  padding: 30px 0 60px;
  background-color: #f9f9fa;
  position: relative;
  overflow: hidden;
}
.home-testimonials h2 {
  margin-bottom: 5px;
}
.home-testimonials h3 {
  margin-bottom: 50px;
}

.homepage-bullets {
  padding: 40px 0 50px;
  position: relative;
  overflow: hidden;
}
.homepage-bullets h2 {
  margin-bottom: 5px;
}
.homepage-bullets .tc-bullet {
  min-height: 172px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .homepage-bullets h3 {
    margin-bottom: 35px;
  }
  .homepage-bullets .tc-bullet {
    min-height: 0;
    margin-top: 35px;
  }
}

.homepage-counters {
  color: #fff;
  background-image: url(../images/home/counters-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.homepage-counters .green-overlay {
  padding: 90px 0 60px;
}

.homepage-tables {
  background-image: url(../images/home/tables-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.homepage-tables .white-overlay {
  padding: 60px 0;
}
.homepage-tables h2 {
  margin-bottom: 50px;
}

.homepage-accordions {
  padding: 60px 0;
}

.page-section h3 {
  margin-bottom: 45px;
}

@media (max-width: 1023px) {
  .home-hero h2 {
    font-size: 40px;
  }

  .signup-form {
    width: 720px;
  }
  .signup-form .signup-col .tc-btn-md {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .home-hero h3 {
    font-size: 24px;
  }
  .home-hero .signup-form-msg {
    font-size: 14px;
    margin-top: 10px;
  }

  .signup-form {
    width: 100%;
  }
  .signup-form .signup-col {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .signup-form .signup-col:last-child {
    margin-bottom: 0;
  }

  .page-section h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .home-hero h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-hero h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-hero .signup-form-msg {
    line-height: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .tc-animate-up,
  .tc-fade-in,
  .tc-fade-in-right,
  .tc-fade-in-left {
    opacity: 0;
  }

  tc-animate-up.animated,
  .tc-fade-in.animated,
  .tc-fade-in-right.animated,
  .tc-fade-in-left.animated {
    opacity: 1;
  }

  .tc-tabs {
    min-height: 486px;
  }
}
