.newslettersubscribe {
  background: #000000;
  /* var base */
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.newslettersubscribe-left {
  float: left;
  margin-top: 5px;
}
.newslettersubscribe-right {
  float: right;
}
.newslettersubscribe-l-text,
.newslettersubscribe-rigth-text {
  text-transform: uppercase;
  font-weight: 700;
}
.newslettersubscribe .box {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.newslettersubscribe .box .bottom {
  display: none;
}
.newslettersubscribe-l-text,
.newslettersubscribe-social,
.newslettersubscribe-rigth-text,
.newslettersubscribe-rigth-form,
.newslettersubscribe-right #subscribe_result {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.newslettersubscribe-rigth-text {
  margin-right: 20px;
}
.newslettersubscribe-social {
  margin-left: 40px;
}
.newslettersubscribe-social a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23px;
  height: 23px;
  margin: 0 5px;
}
.newslettersubscribe-social a.tw {
  background: url(../image/social/s-tw.png) no-repeat center;
}
.newslettersubscribe-social a.tw:hover {
  background: url(../image/social/s-tw-h.png) no-repeat center;
}
.newslettersubscribe-social a.g {
  background: url(../image/social/s-g.png) no-repeat center;
}
.newslettersubscribe-social a.g:hover {
  background: url(../image/social/s-g-h.png) no-repeat center;
}
.newslettersubscribe-social a.v {
  background: url(../image/social/s-v.png) no-repeat center;
}
.newslettersubscribe-social a.v:hover {
  background: url(../image/social/s-v-hover.png) no-repeat center;
}
.newslettersubscribe-social a.fb {
  background: url(../image/social/s-f.png) no-repeat center;
}
.newslettersubscribe-social a.fb:hover {
  background: url(../image/social/s-f-h.png) no-repeat center;
}
.newslettersubscribe-social a.rss {
  background: url(../image/social/s-rss.png) no-repeat center;
}
.newslettersubscribe-social a.rss:hover {
  background: url(../image/social/s-rss-h.png) no-repeat center;
}
.newslettersubscribe-right #subscribe_email {
  border: none;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 15px;
  font-style: italic;
  color: #a2a2a2;
  margin: 0;
}
.subscribe-button {
  position: relative;
}
.subscribe-button:after {
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #4055e1;
  /* var secondary */
  content: ' ';
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.subscribe-button:hover:after {
  background: #2036c9;
  /* var secondary-dark-color */
}
.newslettersubscribe-right #subscribe_result {
  margin-right: 20px;
}
.newslettersubscribe-right #subscribe_result * {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  background: #fff;
  padding: 3px 8px;
}
.newslettersubscribe .agreement-wrap {
  font-size: 12px;
  margin-top: 5px;
}
.newslettersubscribe .agreement-wrap.error {
  color: #4055e1;
  /* var secondary */
}
.newslettersubscribe-rigth-form input {
  padding: 8px 12px;
  border-color: #fff;
  -moz-border-radius: 5px;
  /* var base-border-radius */
  -webkit-border-radius: 5px;
  /* var base-border-radius */
  -khtml-border-radius: 5px;
  /* var base-border-radius */
  border-radius: 5px;
  /* var base-border-radius */
}
.newslettersubscribe-rigth-form .ui-button {
  padding: 8px 15px;
  -moz-border-radius: 5px;
  /* var base-border-radius */
  -webkit-border-radius: 5px;
  /* var base-border-radius */
  -khtml-border-radius: 5px;
  /* var base-border-radius */
  border-radius: 5px;
  /* var base-border-radius */
}
