header ul li input[type=text],
header ul li input[type=password] {
  height: 24px !important;
  line-height: 24px !important;
  vertical-align: middle !important;
}
#section-header-1 #result {
  border-radius: 3px;
}
#section-footer {
  background: #e8e8e8 !important;
}
#layout-main h1 {
  font-size: 29px;
  font-weight: bold;
}
#layout-main h2 {
  margin-bottom: 8px;
}
#layout-main h2,
#layout-main h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-top: 0;
}
#layout-main h2 span,
#layout-main h3 span {
  color: #1b7abb;
}
#layout-main h2:before,
#layout-main h3:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 10%, #f2f2f2 50%, #f2f2f2 90%, rgba(255, 255, 255, 0) 100%);
  width: 540px;
  bottom: -2px;
  left: 50%;
  margin-left: -270px;
}
#layout-main h2.heading-gradient-left:before,
#layout-main h3.heading-gradient-left:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fafafa 10%, #f2f2f2 50%, #f2f2f2 100%);
  left: -50px;
  right: 0;
  width: auto;
  margin-left: auto;
}
#layout-main h2.heading-gradient-right:before,
#layout-main h3.heading-gradient-right:before {
  background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  right: -50px;
  width: auto;
  margin-left: auto;
}
#layout-main p {
  font-size: 13px;
  color: #737373;
}
#layout-main p span {
  color: #1b7abb;
}
#layout-main .divider {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 15px;
}
#layout-main .divider:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 10%, #f2f2f2 50%, #f2f2f2 90%, rgba(255, 255, 255, 0) 100%);
  width: 540px;
  bottom: -1px;
  left: 50%;
  margin-left: -270px;
}
#layout-main .block {
  padding: 40px 0 60px;
}
#layout-main .block-grey {
  background: #fafafa;
}
#layout-main .block-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  position: relative;
}
#layout-main .block-btn {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .desktop-show {
    padding-bottom: 0 !important;
  }
  .desktop-show li:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  #layout-main h2:before,
  #layout-main h3:before,
  #layout-main .divider:before {
    width: 300px;
    margin-left: -150px;
  }
}
body.unlogged {
  margin-bottom: 0 !important;
}
#section-footer.footer-footer-new {
  position: relative;
}
