/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 10px;
}
#columns #newsletter_block_left .form-group .form-control {
  max-width: 222px;
  display: inline-block;
  margin-right: 6px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #columns #newsletter_block_left .form-group .form-control {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 13px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer #newsletter_block_left {
    width: 100%;
  }
}
#footer #newsletter_block_left h4 {
  background: #18315B;
  font-family: 'Coustard',Arial,Helvetica,sans-serif;
  float: left;
  color: #fff;
  padding: 10px 10px 10px 20px;
  text-transform: none;
  font-size: 28px;
  line-height: 24px;
  font-weight: normal;
  border: none;
  width: 50%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 1199px) {
  #footer #newsletter_block_left h4 {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  #footer #newsletter_block_left h4 {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#footer #newsletter_block_left h4:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: 20px;
}
#footer #newsletter_block_left h4:after {
  display: none;
}
#footer #newsletter_block_left h4 span {
  font-family: 'open sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  #footer #newsletter_block_left h4 span {
    display: none;
  }
}
#footer #newsletter_block_left .block_content {
  overflow: hidden;
  background: none repeat scroll 0 0 #EB6E1E;
  border: medium none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  float: left;
  margin: 0;
  padding: 8px 0;
  width: 50%;
}
@media (max-width: 479px) {
  #footer #newsletter_block_left .block_content {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#footer #newsletter_block_left .form-group {
  margin: 0;
}
#footer #newsletter_block_left .form-group .form-control {
  height: 30px;
  line-height: 32px;
  width: 77%;
  background: #FFF9F3;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #18315B;
  padding: 5px 10px;
  margin: 0 5px 0 10px;
  display: inline-block;
  float: left;
}
@media (max-width: 1199px) {
  #footer #newsletter_block_left .form-group .form-control {
    width: 76%;
  }
}
@media (max-width: 991px) {
  #footer #newsletter_block_left .form-group .form-control {
    width: 68%;
  }
}
@media (max-width: 767px) {
  #footer #newsletter_block_left .form-group .form-control {
    width: 52%;
  }
}
@media (max-width: 479px) {
  #footer #newsletter_block_left .form-group .form-control {
    width: 59%;
  }
}
#footer #newsletter_block_left .form-group .button-small {
  margin: 0 10px 0 5px;
  border: none;
  background: none;
  text-align: center;
  color: #908f8f;
  padding: 0;
  font-weight: bold;
}
#footer #newsletter_block_left .form-group .button-small:hover {
  color: #18315B !important;
}
#footer #newsletter_block_left .form-group .button-small span {
  padding: 6px 30px;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEFE4D8');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efe4d8));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efe4d8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #efe4d8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #efe4d8 100%);
  background-image: linear-gradient(top, #ffffff 0%, #efe4d8 100%);
}
@media (max-width: 479px) {
  #footer #newsletter_block_left .form-group .button-small span {
    padding: 6px 20px;
  }
}
#footer #newsletter_block_left .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both;
}
@media (min-width: 1200px) {
  #footer #newsletter_block_left .warning_inline {
    display: inline-block;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
    left: 15px;
    clear: none;
  }
}
