/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block;
}
.subscribe-form label {
  display: inline-block;
  position: relative;
  padding: 11.5px 22px 11.5px;
  background: #f5f5f5;
  border: none;
  border-radius: 49px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form label.name {
  width: 100%;
}
.subscribe-form label.email {
  width: 100%;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #feba4d ;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  height: 26px;
}
.subscribe-form a[data-type="submit"] {
  display: block;
  position: relative;
  color: #feba4d ;
  padding: 14px 0px 15px;
  background: #ffffff;
  border: none;
  border-radius: 49px;
  overflow: hidden;
}
.subscribe-form a[data-type="submit"] .top-layer {
  display: block;
  position: relative;
}
.subscribe-form a[data-type="submit"] .substrate {
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 17px;
  top: 0;
  bottom: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #f2f2f2;
  z-index: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-form a[data-type="submit"] .substrate:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border: 24px solid transparent;
  border-left-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-form a[data-type="submit"]:hover {
  background: #feba4d ;
  color: #ffffff;
}
.subscribe-form a[data-type="submit"]:hover .substrate {
  background: #feba4d ;
}
.subscribe-form a[data-type="submit"]:hover .substrate:after {
  border-left-color: #feba4d ;
  border-bottom-color: #feba4d ;
}
.subscribe-form .error {
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 10px;
  line-height: 12px;
  color: #f00;
  overflow: hidden;
  height: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.subscribe-form .success {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  color: #feba4d ;
  background: #f2f2f2;
  border-radius: 3px;
}
.subscribe-form label.invalid .error {
  height: 21px;
}
.subscribe-form .success {
  display: none;
}












 .fsFieldRow input[type="email"], .fsFieldRow input[type="number"], .fsFieldRow  input[type="tel"], .fsFieldRow input[type="text"], .fsForm textarea  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 51px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 51px;
    line-height: 20px;
    outline: medium none;
    padding: 11px 23px 13px;
    width: 50%;
}


.fsBody .fsLabel, .fsBody label {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4.9px;
    line-height: 20px;
text-transform: uppercase;
}
    


.fsFieldFocused, fsRowBody, fsCell, fsFieldCell, fsFirst, fsLast, fsLabelVertical, fsSpan100 {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.fsRequiredMarker {
    color: #ffffff;
    float: none;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    padding-left: 2px;
}

.fsValidationError {
   background-color: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


.fsSubmit .fsSubmitButton { 
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 47px;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2.8px;
    line-height: 20px;
    padding: 12px 34px 13px;
    text-transform: uppercase;
	color:#FFF;
}