/**
 * @author Nir Goldman
 * @package NewsletterPopup
 */
@font-face {
  font-family: 'Bodoni SvtyTwo ITC TT';
  src: url("../fonts/BodoniSvtyTwoITCTTBold.eot");
  src: url("../fonts/BodoniSvtyTwoITCTTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTTBold.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTTBold.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTTBold.ttf") format("truetype"), url("../fonts/BodoniSvtyTwoITCTTBold.svg#BodoniSvtyTwoITCTTBold") format("svg");
  font-weight: bold;
  font-style: normal; }
.ontop {
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #000;
  transition: all 3s ease-in-out 0s;
  display: none; }

.popupWrapper {
  border-radius: 4px;
  position: fixed;
  background: transparent;
  box-shadow: 0;
  padding: 0;
  /* Width of popup can be changed */
  width: 80%;
  max-width: 826px;
  z-index: 5001;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center; }

#popup {
  position: static;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

#popup .content {
  margin-left: 0;
  margin-top: 62px;
  width: 100%;
  background: url(../images/bg_email_gate.png) no-repeat center;
  background-size: 100%;
  position: relative; }

#popup .content .content-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48%; }

#popup .content .content-right {
  width: 42%;
  float: right;
  padding: 75px 6.5% 105px 3.5%;
  text-align: center; }

#popup .content .content-right .content-right-title {
  font-family: 'Questrial';
  font-size: 22px;
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

#popup .content .content-right .content-right-sale {
  font-family: 'Bodoni SvtyTwo ITC TT';
  font-size: 86px;
  font-weight: bold;
  color: #e28497;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 6px; }

#popup .content .content-right .content-right-description {
  font-family: 'Questrial';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  padding: 0 5%; }

#popup .content .content-right .content-right-terms {
  font-family: 'Questrial';
  font-size: 0.8em;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  font-style: italic; }

#popup .title {
  background: none;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  display: block;
  padding: 2px 10px; }

#popup .title > strong {
  font-weight: normal;
  font-size: 23px; }

#popup > .title > a {
  background-color: transparent;
  border-radius: 0px;
  color: transparent !important;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0px;
  font-size: 40px;
  text-decoration: none;
  background: url(../images/close_email_gate.png) no-repeat center;
  background-size: 100%;
  width: 35px;
  height: 35px; }

#popup .actions {
  clear: none;
  margin: 18px auto 0;
  position: static;
  text-align: right;
  width: 100%;
  display: block;
  max-width: 300px; }

#popup.block.newsletter .field {
  margin-right: 0;
  width: 100%;
  display: block; }

#popup input {
  font-family: 'Questrial';
  width: 100%;
  text-align: center;
  padding: 0 10%;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
  height: 48px;
  max-width: 300px; }

.clr_both {
  clear: both;
  height: 0; }

#popup.block.newsletter .field .control:before {
  display: none; }

#popup input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

#popup input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

#popup input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

#popup input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

#popup input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

#popup.block.newsletter .form.subscribe {
  width: 100%;
  margin-top: 30px; }

#popup.block.newsletter .action.subscribe {
  line-height: 48px; }

@media only screen and (max-width: 768px) {
  .popupWrapper {
    max-width: 266px;
    overflow-y: scroll; }

  #popup .content {
    margin-left: 0;
    margin-top: 25px;
    width: auto;
    background: url(../images/bg_email_gate_mb.png) no-repeat right bottom;
    background-size: inherit;
    position: relative;
    padding-right: 9px;
    padding-bottom: 10px; }

  #popup > .title > a {
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/close_email_gate_mb.png) no-repeat center; }

  #popup .content .content-left {
    position: static;
    width: 100%;
    height: 107px;
    background: url(../images/email_gate_top_mb.png) no-repeat center;
    background-size: 100%; }

  #popup .content .content-right {
    width: 88%;
    float: right;
    padding: 14px 6%;
    text-align: center;
    background: #fff; }

  #popup .content .content-right .content-right-title {
    font-size: 10px;
    letter-spacing: 0.6px; }

  #popup .content .content-right .content-right-sale {
    font-size: 42px;
    padding-top: 0;
    padding-bottom: 0px; }

  #popup .content .content-right .content-right-description {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0.5px;
    padding: 0 3%; }

  #popup .content .content-right .content-right-terms {
    font-size: 0.5em;
    line-height: 1.25em; }

  #popup.block.newsletter .form.subscribe {
    margin-top: 15px; }

  #popup .actions {
    margin: 0; }

  #popup.block.newsletter .field {
    width: 138px;
    float: left; }

  #popup .actions {
    width: 85px;
    float: right; }

  #popup input {
    height: 35px;
    font-size: 6px;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 0 10px; }

  #popup.block.newsletter .action.subscribe {
    line-height: 35px;
    font-size: 6px;
    letter-spacing: 0.3px;
    padding: 0; } }
/*# sourceMappingURL=newsletter_popup.css.map */

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