.newslettersubscribe {
  background: #f08f00;
  /* var base */
  padding: 10px 0;
  color: #333333;
  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;
  color: #ffffff;
}
.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 #email {
  border: none;
  background: #fff;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -khtml-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 15px 11px;
  font-style: italic;
  color: #a2a2a2;
  margin: 0;
  height: 36px;
}
.subscribe-button {
  position: relative;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #333333 !important;
  padding-left: 0px;
  border: none;
}
.subscribe-button span {
  color:#fff;
}
.subscribe-button:after {
    position: absolute;
    left: -10px;
    top:0;
    width: 10px;
    height:100%;
    background: #333333;
    /* var secondary */
    content:' ';
    /* -webkit-transition: background-color 0.5s ease; */
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    /* transition: background-color 0.5s ease; */
}
.subscribe-button:hover:after {
  /* var secondary-dark */
}
.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: 13px;
  background: #fff;
  padding: 3px 8px;
}
.newslettersubscribe .agreement-wrap {
    font-size: 12px;
    margin-top: 5px;
}
.newslettersubscribe  .agreement-wrap.error {
    color:#ffb131;
    /* var secondary */
}
.newslettersubscribeform-send {
  background: #595959 !important;
}