/*******************************************************
  SP FooterLinks Module Style
********************************************************/
#newsletter_block_home{
        margin: 0;
    background: url(../../../assets/img/bg_newsletter.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
    overflow: hidden;
padding: 18px 20px;
min-height: 130px;
}
#newsletter_block_home .newsletterDesc {
    margin-bottom: 25px;
    font-size: 12px;
    font-family: Arial;
    color: #fff;}
#newsletter_block_home .newsletterTitle{
    font-size: 20px;
    color: #fff;
    display:block;
    font-weight: bold;
    padding: 0 0 17px;
}
  .lang-rtl #newsletter_block_home .newsletterDesc {
    float: right; }
#newsletter_block_home .newsletterForm {
  width: 100%; }
  .lang-rtl #newsletter_block_home .newsletterForm {
    float: right; }
  #newsletter_block_home .newsletterForm .form-group {
    position: relative;
    margin: 0px; }
  #newsletter_block_home .newsletterForm .form-group .button i{
      color: #fff;
  }
    #newsletter_block_home .newsletterForm .form-group.form-error input, #newsletter_block_home .newsletterForm .form-group.form-ok input {
      background-image: none; }
    #newsletter_block_home .newsletterForm .form-group .newsletter-input {
        padding: 0 57px 0 10px;
        border: none;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        color: #999;
        font-size: 13px;
        width: 100%;
        font-weight: normal;
        font-family: Arial; }
      .lang- #newsletter_block_home .newsletterForm .form-group .newsletter-input {
        padding-right: 30px;
        padding-left: 60px; }
    #newsletter_block_home .newsletterForm .form-group .btn {
        height: 100%;
        width: 47px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        text-align: center; }
    #newsletter_block_home .form-group .button:hover {
        background: #eb8a0d;
    }
      .lang-rtl #newsletter_block_home .newsletterForm .form-group .btn {
        left: auto;
        right: auto; }
      #newsletter_block_home .newsletterForm .form-group .btn span {
        display: none; }

.footer-topv4 #newsletter_block_home .newsletterDesc {
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .footer-topv4 #newsletter_block_home .newsletterDesc span {
    color: #fff; }
.footer-topv4 #newsletter_block_home .newsletterForm .form-group {
  float: right;
  max-width: 430px; }
  .footer-topv4 #newsletter_block_home .newsletterForm .form-group .newsletter-input {
    height: 40px;
    line-height: 20px;
    border: 0;
    border-radius: 50px; }
  .footer-topv4 #newsletter_block_home .newsletterForm .form-group .btn {
    height: 40px;
    line-height: 40px; }

.content_v5 #newsletter_block_home .newsletterContent {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 35px 5px; }
  .content_v5 #newsletter_block_home .newsletterContent:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px; }
.content_v5 #newsletter_block_home .newsletterDesc {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase; }
  .content_v5 #newsletter_block_home .newsletterDesc:after {
    content: "\f003";
    font-family: "Fontawesome";
    position: absolute;
    bottom: 8px;
    left: calc(50% - 9px);
    font-weight: 400; }
  .content_v5 #newsletter_block_home .newsletterDesc .promotion {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: none; }
.content_v5 #newsletter_block_home .newsletterForm {
  width: 100%;
  padding: 0px 25px; }
  .content_v5 #newsletter_block_home .newsletterForm .form-group .newsletter-input {
    height: 40px;
    padding: 0px 15px;
    color: #333;
    line-height: 40px;
    text-align: center; }
  .content_v5 #newsletter_block_home .newsletterForm .form-group .btn {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #333;
    color: white; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn:hover {
      color: white; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn .fa {
      display: none; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn span {
      display: block;
      font-size: 12px;
      font-weight: 600;
      line-height: 42px;
      text-transform: uppercase; }

#newsletter_block_popup {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }
  #newsletter_block_popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.85; }
  #newsletter_block_popup .close {
    display: block;
    position: absolute;
    top: -22px;
    right: -22px;
    width: 36px;
    height: 36px;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    font-family: "Arial";
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
    opacity: 1;
    box-shadow: 0px 0px 5px #555;
    text-align: center; }
  #newsletter_block_popup .block_content {
    padding: 0;
    position: fixed;
    left: calc(50% - 400px);
    top: 70px;
    z-index: 11;
    width: 800px;
    height: 420px;
    background: url(../../../assets/img/bg_popup.jpg) center center no-repeat;
    border-radius: 5px; }
    #newsletter_block_popup .block_content .content-inner {
      height: 100%;
      float: left;
      width: 370px;
      display: block;
      text-align: center;
      position: relative;
      padding-top: 90px;
      margin-left: 30px; }
      #newsletter_block_popup .block_content .content-inner .newsDaily {
        margin: 0px;
        padding: 0px;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase; }
      #newsletter_block_popup .block_content .content-inner h3.title {
        margin: 0px 0 40px;
        color: #333;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase; }
      #newsletter_block_popup .block_content .content-inner form {
        margin: 0 0 30px;
        width: 100%; }
      #newsletter_block_popup .block_content .content-inner .form-group {
        margin: 0;
        position: relative;
        background: transparent; }
        #newsletter_block_popup .block_content .content-inner .form-group .button {
          width: 130px;
          height: 100%;
          padding: 0 28px;
          color: white;
          background: #333;
          font-size: 13px;
          font-weight: 500;
          line-height: 43px;
          border-radius: 5px;
          text-align: center;
          text-transform: uppercase; }
        #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
          height: 44px;
          line-height: 44px;
          border: none;
          background: rgba(252, 252, 252, 0.8);
          color: #777;
          font-size: 14px;
          width: 100%;
          font-weight: normal;
          padding: 0 20px;
          border-radius: 5px;
          overflow: hidden;
          margin-bottom: 20px;
          text-align: center;
          -webkit-box-shadow: 3px 0px 3px #ddd;
          -moz-box-shadow: 3px 0px 3px #ddd;
          box-shadow: 3px 0px 3px #ddd; }
      #newsletter_block_popup .block_content .content-inner .msg .checker {
        display: inline-block;
        margin: 0 5px; }
      #newsletter_block_popup .block_content .content-inner .msg label {
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        color: #555; }
  #newsletter_block_popup ::-webkit-input-placeholder {
    color: #777;
    opacity: 1; }
  #newsletter_block_popup :-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    opacity: 1; }
  #newsletter_block_popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    opacity: 1; }
  #newsletter_block_popup :-ms-input-placeholder {
    color: #777;
    opacity: 1; }
  #newsletter_block_popup .social {
    display: none; }

/* ************************************************************************************************
	RESPONSIVE
************************************************************************************************ */
@media (max-width: 1199px) {
  .content_v5 #newsletter_block_home .newsletterForm {
    padding: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #newsletter_block_popup .block_content {
    width: 740px;
    left: calc(50% - 370px); }
    #newsletter_block_popup .block_content .content-inner {
      width: 330px; } }
@media (max-width: 991px) {
    #newsletter_block_home{display:block;}
  #newsletter_block_popup {
    display: none; } }
@media (max-width: 767px) {
  #newsletter_block_home .newsletterDesc,
  #newsletter_block_home .newsletterForm {
    width: 100%;
    text-align: center; }

  .footer-topv4 #newsletter_block_home .newsletterForm .form-group {
    float: none;
    display: inline-block; } }

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