/*----------------------------------------*/
/* 6. Subscribe
/*----------------------------------------*/
.news-desc h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-desc p {
  font-size: 16px;
}
.kiosk-subscribe .subscribe {
  border: 1px solid #00A0E4;
  color: #666;
  height: 50px;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
}
.kiosk-subscribe {
  position: relative;
  max-width: 480px;
  margin: auto;
  margin-top: 25px;
}
.kiosk-subscribe .submit {
  background: #00A0E4 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  height: 50px;
  padding: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 170px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 50px;
}
.kiosk-subscribe .submit:hover {
  background: #00709f;
}