#newsletter_block_home {
  margin: 0; }
  #newsletter_block_home h3.title {
    color: #2a2a2a;
    width: 22%;
    display: inline-block;
    float: left;
    font-size: 20px;
    margin: 17px 0 0; }
  #newsletter_block_home form {
    margin: 0;
    width: 78%;
    display: inline-block;
    border-left: 1px solid #e6e6e6; }
  #newsletter_block_home .form-group {
    margin: 0;
    height: 60px;
    padding: 0 180px 0 0;
    position: relative; }
    #newsletter_block_home .form-group .button {
      width: 170px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      text-align: center;
      background: #2a2a2a; }
      #newsletter_block_home .form-group .button .fa {
        font-size: 16px; }
    #newsletter_block_home .form-group .newsletter-input {
      height: 100%;
      border: none;
      background: transparent;
      color: #9a9a9a;
      font-size: 12px;
      width: 100%;
      font-weight: 300;
      padding: 0 20px; }

#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.67; }
  #newsletter_block_popup .close {
    display: block;
    height: 31px;
    width: 31px;
    background-image: url(img/icon_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -31px;
    right: 0;
    opacity: 1;
    cursor: pointer; }
  #newsletter_block_popup .block_content {
    background: #fff;
    width: 62.3%;
    height: 500px;
    padding: 15px;
    position: fixed;
    left: 20%;
    z-index: 11;
    top: 70px; }
    #newsletter_block_popup .block_content .content-inner {
      padding: 0 22px 0 417px;
      height: 100%;
      float: left;
      width: 100%;
      display: block;
      text-align: center;
      position: relative; }
      #newsletter_block_popup .block_content .content-inner:before {
        content: "";
        display: block;
        width: 385px;
        height: 100%;
        background: url(img/bg_popup.jpg) no-repeat left center;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0; }
      #newsletter_block_popup .block_content .content-inner h3.title {
        font-size: 36px;
        color: #1b1b1b;
        margin: 100px 0 25px;
        font-style: italic; }
      #newsletter_block_popup .block_content .content-inner p {
        font-size: 14px;
        color: #666;
        font-weight: normal;
        margin-bottom: 30px;
        line-height: 1.7em; }
      #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;
        height: 40px;
        padding: 0 120px 0 0;
        position: relative;
        background: #fff; }
        #newsletter_block_popup .block_content .content-inner .form-group .button {
          width: 121px;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          padding: 0;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background-color: #2a2a2a; }
          #newsletter_block_popup .block_content .content-inner .form-group .button:hover {
            background-color: #101010; }
        #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
          height: 100%;
          border: none;
          background: transparent;
          color: #b2b2b2;
          font-size: 13px;
          width: 100%;
          font-weight: 300;
          padding: 0 20px;
          border: solid 1px #cbcbcb; }
      #newsletter_block_popup .block_content .content-inner .msg {
        margin-bottom: 25px; }
        #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: normal; }
      #newsletter_block_popup .block_content .content-inner .footer-social ul li {
        display: inline-block;
        margin: 0 25px; }
        #newsletter_block_popup .block_content .content-inner .footer-social ul li a {
          color: #898989; }

@media (min-width: 1400px) {
  #newsletter_block_popup .block_content {
    width: 46%;
    left: 27%;
    top: 200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  div#newsletter_block_popup .block_content {
    height: 400px;
    width: 70%;
    left: 15%; }
    div#newsletter_block_popup .block_content .content-inner {
      padding: 0 15px 0 330px; }
      div#newsletter_block_popup .block_content .content-inner h3.title {
        margin-top: 50px; }
      div#newsletter_block_popup .block_content .content-inner:before {
        width: 300px; }

  .rtl div#newsletter_block_popup .block_content .content-inner {
    padding: 0 330px 0 15px; } }
@media (min-width: 768px) and (max-width: 992px) {
  #newsletter_block_popup .block_content {
    height: 350px;
    width: 80%;
    left: 10%; }
    #newsletter_block_popup .block_content .content-inner {
      padding: 0 15px 0 300px; }
      #newsletter_block_popup .block_content .content-inner h3.title {
        margin-top: 10px;
        font-size: 24px; }
      #newsletter_block_popup .block_content .content-inner:before {
        width: 270px; }

  .rtl div#newsletter_block_popup .block_content .content-inner {
    padding: 0 300px 0 15px; } }
@media (max-width: 767px) {
  #newsletter_block_popup {
    display: none; }

  #newsletter_block_home {
    border-top: 1px solid #dedede; } }
@media (max-width: 479px) {
  #newsletter_block_home h3.title {
    display: none; }
  #newsletter_block_home form {
    width: 100%; }
  #newsletter_block_home .form-group {
    padding: 0 120px 0 0; }
    #newsletter_block_home .form-group .button {
      width: 120px; } }

/*# sourceMappingURL=spblocknewsletter.css.map */
