/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
	position: fixed;
	z-index: 99999;
}

.preloader {
	z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

div.popup {
	z-index: 999990;
	padding: 0 !important;
	float: left;
	background-color: rgba(0,0,0,0) !important;
}

.popup_close {
	cursor: pointer;
	position: absolute;
	padding: 5px;
	background: #212120 none repeat scroll 0 0;
	border: 2px solid #3aa99d;
	color: #3aa99d !important;
	font-size: 1.5em !important;
	font-weight: normal;
	height: 32px;
	line-height: 18px;
	right: 7px !important;
	text-align: center;
	top: 4px !important;
	width: 32px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.popup_close:hover {
	background: #3aa99d none repeat scroll 0 0;
	color: #212120 !important;
}

.popup_back {
	z-index:99999;
}



.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}
