@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 29, ../../../../../var/lib/gems/1.9.1/gems/animate-sass-0.1.1/stylesheets/animate/animations/fading-entrances/_fadeInUp.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 8, ../../sass/service.scss */
#container {
  background: url("/assets/img/light_noise_diagonal.png");
}
/* line 11, ../../sass/service.scss */
#container #content {
  background: none;
}
/* line 14, ../../sass/service.scss */
#container #content.white {
  background: #fff;
}

/* line 20, ../../sass/service.scss */
h3 {
  text-align: center;
  padding-bottom: 20px;
}

/* line 25, ../../sass/service.scss */
h3.heading {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-shadow: 0px 1px 0px white;
  line-height: 1.2;
  text-transform: none;
  border-bottom: none;
  margin: 20px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 38, ../../sass/service.scss */
h4 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}

/* line 46, ../../sass/service.scss */
#bottom-wrap {
  padding: 30px;
  background: white;
}
/* line 50, ../../sass/service.scss */
#bottom-wrap .divider {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #d8d8d8;
}

/* line 59, ../../sass/service.scss */
#features.list i {
  float: left;
}
/* line 63, ../../sass/service.scss */
#features.list p {
  margin-left: 72px;
}
/* line 68, ../../sass/service.scss */
#features.inline {
  text-align: center;
}
/* line 71, ../../sass/service.scss */
#features.inline i {
  margin: 0 auto;
  width: 100%;
}
/* line 76, ../../sass/service.scss */
#features.inline p {
  text-align: center;
}
/* line 80, ../../sass/service.scss */
#features.inline .feature {
  float: left;
  width: 33%;
  height: 160px;
}
/* line 87, ../../sass/service.scss */
#features .feature {
  text-align: center;
}
/* line 90, ../../sass/service.scss */
#features .feature i {
  font-size: 48px;
  margin: 10px 0;
  color: #666666;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}

/* line 99, ../../sass/service.scss */
#coupons {
  padding: 10px;
  height: 70px;
}
/* line 103, ../../sass/service.scss */
#coupons img {
  float: left;
}
/* line 107, ../../sass/service.scss */
#coupons #success-msg, #coupons form {
  margin-left: 72px;
}

/* line 112, ../../sass/service.scss */
#editor {
  background: url("/assets/img/editor.png");
  height: 221px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* line 119, ../../sass/service.scss */
#editor-demo {
  text-align: center;
  bottom: -15px;
}

/* line 124, ../../sass/service.scss */
#editor-features {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 131, ../../sass/service.scss */
#top-wrap {
  padding: 20px 0;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, ../../sass/service.scss */
#discount-ribbon {
  border: 1px solid #ccc;
  background: #f5f5f5;
  margin-top: 20px;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  /* line 144, ../../sass/service.scss */
  h1, h2, .cta {
    text-align: center;
  }
}

/* line 151, ../../sass/service.scss */
#steps ul {
  margin-bottom: 0;
}
