/* CONTACT PLUGIN CUSTOMIZATION */
#sending-mail {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: .9;
	z-index: 9999;
}

#sending-mail > .send-message,
#sending-mail > #mail-sent,
#sending-mail > #mail-notsent {
	color: #666666;
    font-size: 22px;
    margin-top: 20%;
    text-align: center;
}

