#newsletter_block_home {
  margin: 0; }
  #newsletter_block_home label {
    color: #000;
    font-size: 22px;
    margin: 0 25px 0 0;
    padding: 0;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
    padding-bottom: 30px;}
  #newsletter_block_home form {
    display: inline-block;
    margin: 0; }
  #newsletter_block_home .form-group {
    position: relative;
    overflow: hidden; }
  #newsletter_block_home .newsletter-input {
    width: 340px;
    height: 20px;
    padding: 0 20px;
    font-size: 14px;
    color: #bbbbbb;
    border: 1px solid #595b72;
    border-top: none;
    border-bottom: none;
    background: transparent;
    font-weight: 400;
    float: left; }
    #newsletter_block_home .newsletter-input:focus {
      border-color: #fff;
      color: #000; }
      #newsletter_block_home button:hover{
        background-color: #FFFFFF;
      }
  #newsletter_block_home button {
    width: auto;
    height: auto;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: transparent;
    padding: 0 25px;
    line-height: 20px;
    float: left; }
    #newsletter_block_home button .fa {
      margin: 0 7px;
      position: relative;
      top: -2px; }

/* #newsletter_block_popup {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; } */
  #newsletter_block_popup{
  	display: none;
  }
  #index #newsletter_block_popup{
    display: block;
  }
  #newsletter_block_popup:after {
  	display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7; }
  #newsletter_block_popup .close {
    display: block;
    height: 30px;
    width: 30px;
    background-color: #2a2a2a;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    opacity: 1;
    border: 3px solid #fff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    text-shadow: none !important;
    box-shadow: 0 0 1px #333; }
  #mb10ans{
    margin: 0 auto;
  }
  #newsletter_block_popup .block_content {
    background: rgba(255,255,255,1);
    background-image: url("http://mollybracken.com/hp/bgpopup.jpg");
    background-size: cover;
    width: 800px;
    height: 590px;
    padding: 0;
    position: fixed;
    /* left: calc((100% - 800px) / 2); */
    z-index: 11;
    /* top: 20%; */
    bottom: 0;
    left: 50%;
    margin-left: -400px;
    box-shadow: 0 0 10px #333; }
    #newsletter_block_popup .block_content .content-inner {
      text-align: center;
      height: 100%;
      padding: 15px 15px 0; }
      #newsletter_block_popup .block_content .content-inner h3.title {
        text-transform: uppercase;
        font-size: 20px;
        color: #2a2a2a;
        font-weight: 400;
        margin: 0;
        padding: 0 0 15px; }
      #newsletter_block_popup .block_content .content-inner .text {
        font-size: 14px;
        color: #6b6b6b;
        font-weight: 400;
        line-height: 24px;
        padding: 15px 30px;
        margin: 0; }
      /* #newsletter_block_popup .block_content .content-inner .text-2nd{
        margin-bottom: 25px;
      } */
      #newsletter_block_popup .block_content .content-inner form {
        margin: 0 auto;
        width: 50%; }
      #newsletter_block_popup .block_content .content-inner .form-group {
        margin: 0;
        height: 40px;
        padding: 0;
        position: relative;
        background: #fff;
        display: inline-block; }
        #newsletter_block_popup .block_content .content-inner .form-group .button {
          width: 130px;
          height: 40px;
          padding: 0;
          line-height: 40px;
          text-align: center;
          font-size: 13px;
          color: #fff;
          color: #fff;
          text-transform: uppercase;
          background: #202020;
          transition: 0.3s all ease 0s; }
        #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
          height: 100%;
          margin-bottom: 30px;
          border: solid 1px #e9e9e9;
          background: #fff;
          text-align: left;
          color: #ababab;
          font-size: 14px;
          width: 100%;
          font-weight: 400;
          padding: 0 15px;
          height: 40px;
          line-height: 40px; }
        #newsletter_block_popup .block_content .content-inner .form-group ::-webkit-input-placeholder {
          color: #ababab;
          opacity: 1; }
        #newsletter_block_popup .block_content .content-inner .form-group :-moz-placeholder {
          /* Firefox 18- */
          color: #ababab;
          opacity: 1; }
        #newsletter_block_popup .block_content .content-inner .form-group ::-moz-placeholder {
          /* Firefox 19+ */
          color: #ababab;
          opacity: 1; }
        #newsletter_block_popup .block_content .content-inner .form-group :-ms-input-placeholder {
          color: #ababab;
          opacity: 1; }
      #newsletter_block_popup .block_content .content-inner .msg {
        position: absolute;
        bottom: 15px;
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0; }
        #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: 400;
          font-size: 13px;
          color: #6b6b6b; }

@media (min-width: 992px) and (max-width: 1199px) {
  #newsletter_block_home label {
    width: 100%;
    margin: 0 0 20px; }
  #newsletter_block_home form {
    display: block;
    width: 100%;
    float: left; }

  .rtl #newsletter_block_home label {
    margin: 0 0 20px; }
  .rtl #newsletter_block_home form {
    float: right; } }
@media (min-width: 768px) and (max-width: 992px) {
  #newsletter_block_home {
    width: 100%; }

  #newsletter_block_popup .block_content {
    width: 600px;
    left: calc((100% - 600px) / 2); }

  #newsletter_block_popup .block_content .content-inner {
    padding: 50px 30px 0; } }
@media (max-width: 767px) {
  #newsletter_block_home label {
    width: 100%;
    margin: 0 0 20px; }
  #newsletter_block_home form {
    display: block;
    width: 100%;
    float: left; }
  #newsletter_block_home button {
    width: 160px;
    padding: 0 15px; }
  #newsletter_block_home .newsletter-input {
    width: calc(100% - 160px); }

  .rtl #newsletter_block_home label {
    margin: 0 0 20px; }
  .rtl #newsletter_block_home form {
    float: right; } }
@media (max-width: 479px) {
  #newsletter_block_popup .block_content {
    width: 90%;
	left: 5%;
	height: 350px;
	top: auto; }

  #newsletter_block_popup .block_content .content-inner {
    padding: 40px 15px; }

  #newsletter_block_popup .block_content .content-inner .msg {
    bottom: 10px;
    padding: 0; } }
