.goodDogFont {
  font-family: 'GoodDog';
}
.newsletter-area {
  background-image: url(../images/newsletter1.jpg), url(../images/newsletter3.jpg), url(../images/newsletter2.jpg);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, left top;
  height: 83px;
  padding: 22px 30px 0 30px;
}
.newsletter-area h5 {
  font-family: 'GoodDog';
  font-size: 28px;
  color: #596C61;
  margin: 7px 0 0 0;
}
.newsletter-area .ket {
  font-size: 12px;
  color: #A7B3AC;
  line-height: 1.5;
}
.newsletter-area input {
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid #c3d4cb;
  padding: 5px 12px;
  font-size: 12px;
}
.newsletter-area button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}
.btn-newsletter-lighten.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-newsletter-lighten {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50986f;
  background-image: -moz-linear-gradient(top, #488c65, #5cab7e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#488c65), to(#5cab7e));
  background-image: -webkit-linear-gradient(top, #488c65, #5cab7e);
  background-image: -o-linear-gradient(top, #488c65, #5cab7e);
  background-image: linear-gradient(to bottom, #488c65, #5cab7e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff488c65', endColorstr='#ff5cab7e', GradientType=0);
  border-color: #5cab7e #5cab7e #3f7b59;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5cab7e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-newsletter-lighten:hover,
.btn-newsletter-lighten:focus,
.btn-newsletter-lighten:active,
.btn-newsletter-lighten.active,
.btn-newsletter-lighten.disabled,
.btn-newsletter-lighten[disabled] {
  color: #ffffff;
  background-color: #5cab7e;
  *background-color: #519d71;
}
.btn-newsletter-lighten:active,
.btn-newsletter-lighten.active {
  background-color: #488c65 ;
}
@media (max-width: 480px) {
  .newsletter-area {
    background-image: url(../images/newsletter-s-1.png), url(../images/newsletter-s-3.png), url(../images/newsletter-s-2.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    height: 180px;
    margin-top: 20px;
    padding: 15px 15px 20px 15px;
    text-align: center;
  }
  .newsletter-area input {
    margin: 3px 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .newsletter-area .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 176px;
  }
}
