#newsletter-popup .popup {
    position: fixed;
    bottom: -380px;
    left: 50%;
    width: 500px;
    max-width: 95%;
    transform: translateX(-50%);
    z-index: 10001;
    transition: bottom .7s ease-out .3s;
}

#newsletter-popup.on .popup {
    bottom: 0;
}

#newsletter-popup .bg {
    background: url(dog-cat.png) no-repeat center top;
    height: 223px;
    position: relative;
    top: 0;
    z-index: 10000;
    margin-bottom: -36px;
}

#newsletter-popup .content {
    background: #fff;
    padding: 50px 20px 20px;
    color: #474747;
    font-family: MyriadPro-Regular;
    border: 2px solid #fff;
    border-bottom: 0;
}

#newsletter-popup form {
    display: block;
    margin: 0;
}

#newsletter-popup .one {
    font-size: 16px;
    color: #474747;
    margin-bottom: 5px;
}

#newsletter-popup .two {
    font-size: 18px;
    text-transform: uppercase;
}

#newsletter-popup input {
  border: 1px solid #999;
  border-radius: 0.25em;
  height: 30px;
  padding: 4px 8px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: #fff;
  margin: 0;
  vertical-align: middle;
  box-shadow: 0 2px 12px 0px rgba(0,0,0,.1);
  font: 15px MyriadPro-Regular;
}

#newsletter-popup button {
    border: 1px solid #999;
    border-radius: 0.25em;
    height: 30px;
    padding: 4px 8px;
    box-sizing: border-box;
    background: #91c445;
    color: #474747;
    margin: 0;
    vertical-align: middle;
    box-shadow: 0 2px 12px 0px rgba(0,0,0,.1);
    font: 15px MyriadPro-Regular;
}

#newsletter-popup input {
    width: 280px;
}

#newsletter-popup input:-moz-placeholder {
    color: #474747;
}

#newsletter-popup input::-moz-placeholder {
    color: #474747;
}

#newsletter-popup input::-webkit-input-placeholder {
    color: #474747;
}

#newsletter-popup input:-ms-input-placeholder {
    color: #474747;
}

#newsletter-popup button {
    text-align: center;
    width: 100px;
}

#newsletter-popup button:hover {
    text-decoration: underline;
}

#newsletter-popup .close {
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    right: 20px;
    opacity: 0.5;
    z-index: 100001;
}

#newsletter-popup .close:hover {
    opacity: 1;
    transform-origin: center;
    transform: scale(1.2);
}

#newsletter-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

@media (max-width: 320px) {
    #newsletter-popup input {
        width: 170px;
    }

    #newsletter-popup button {
        width: 80px;
    }

    #newsletter-popup .one {
        font-size: 14px;
    }

    #newsletter-popup .two {
        font-size: 16px;
        line-height: 1.2;
        padding: 0 30px;
    }

    #newsletter-popup .content {
        padding-top: 40px;
    }

}

.newsletter-popup-active .zopim {
    display: none !important;
}
