.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: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -110px;
    background: #efefef;
    border: 0;
	-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);
}

.popup-close {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 304px;
    margin-top: -124px;
}