.wow-alert-overlay {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.wow-alert-content {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: fixed;
	z-index: 99999999;
	min-width: 200px;
	min-height: 50px;
	max-width: 75%;
	padding: 15px 20px 25px 20px;
	left: 50%;
	top: 50%;
	text-align: center;
}
.wow-alert-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c7c7c;
	margin: 10px 0 20px 0;
	font-weight: normal;
	text-align: left;
}
.wow-alert-content a {
	padding: 15px 50px 15px 50px;
	border-color: #e11a53;
	background-color: #e11a53;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.wow-alert-content a:hover {
	outline: none !important;
	border-color: #f7f7f7 !important;
	background-color: #f7f7f7 !important;
	color: #e11a53 !important;
	cursor: pointer;
}
