.popup-mail {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -100;
}

.popup-mail:before
{
	    content: '\00a0';
    width: 200px;
    height: 200px;
    display: block;
    background-image: url(../images/strong-hammer-man.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    margin-left: -100px;
    margin-top: -284px;
    -webkit-filter: drop-shadow( 0 0 3px rgba(255, 255, 255, 0.8) );
    filter: drop-shadow( 0 0 10px rgba(255, 255, 255, 0.8) );
}

.popup-mail .mailchimp {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #efefef;
    border: 0;
    width: 70%;
    max-width: 600px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
}
.popup-close {
    font-size: 60px;
    position: absolute;
    top: -66px;
    right: 0;
    z-index: 10001;
}