/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #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: 50%;*//*by webkul*/
  float: left;
  padding: 13px 15px 7px 15px;
  height: 70px;/*by webkul*/
  margin-bottom: 0; }
  @media (max-width: 992px) {
    #footer #newsletter_block_left {
      height: 100px; }
      #newsletter_block_left .block_content
        {
            width: 350px;
            margin: 10px auto 0px;
        }}
        @media (max-width: 400px) {
            #newsletter_block_left .block_content
              {
                  width: 273px;
              }}
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      /*width: 100%;*/
      height: auto; } }
  #footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    border: none; }
    #footer #newsletter_block_left h4:after {
      display: none; }
  #footer #newsletter_block_left .block_content {
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
    #footer #newsletter_block_left .form-group .form-control {
      height: 45px;
      max-width: 267px;
      background: #3c3c3c;
      border-color: #515151;
      color: #fff;
      padding: 10px 43px 10px 12px;
      display: inline-block;
      float: left; }
      @media (max-width: 400px) {
        #footer #newsletter_block_left .form-group .form-control{
          padding: 7px 43px 7px 6px;
          height: 37px;
        }
      }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0px 0px 0px;
        -webkit-box-shadow: black 0px 0px 0px;
        box-shadow: black 0px 0px 0px; }
    #footer #newsletter_block_left .form-group .button-small {
      margin-left: -43px;
      border: none;
      background: none;
      text-align: center;
      color: #908f8f;
      padding: 8px; }
      #footer #newsletter_block_left .form-group .button-small:before {
        content: "\f138";
        font-family: "FontAwesome";
        font-size: 28px;
        line-height: 28px; }
      #footer #newsletter_block_left .form-group .button-small:hover {
        color: #fff !important; }
      #footer #newsletter_block_left .form-group .button-small span {
        display: none; }
  #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; } }
  #footer #newsletter_block_left .newsletter-input {
    max-width: 230px !important; }/*by webkul original 300px*/
    @media (max-width: 400px) {
      #footer #newsletter_block_left .newsletter-input {
        max-width: 190px !important;
      }
    }

#newsletter-input::-webkit-input-placeholder {
   color: #ffffff;
}

#newsletter-input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

#newsletter-input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

#newsletter-input:-ms-input-placeholder {  
   color: #ffffff;  
}

/*# sourceMappingURL=blocknewsletter.css.map */

.submitNewsletter
{
  background-color: #bf9958;
  padding-right: 25px;
  padding-left: 25px;
  color: #ffffff;
  font-size:16px;
  font-family: 'PT Serif', serif;
  font-weight:400;
  border: 2px solid #ffffff;
  margin-left: 30px; }
  @media (max-width: 400px) {
      .submitNewsletter {
        font-size: 13px;
        margin-left: 20px;
        padding-left: 15px;
        padding-right: 15px;
      }
    }
#newsletter-input
{
  background-color: #bf9958!important;
  border: none!important;
  border-bottom: 2px solid #ffffff!important;
  color: #ffffff!important;
  font-size:16px!important;
  font-family: 'PT Serif', serif!important;
  font-weight:400!important;
  padding-right: 0px!important;
}