/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.popup_cont {
	position: fixed;
	z-index: 10002;
}

.preloader {
	z-index: 10001;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	color: #000;
	cursor: pointer;
	position: absolute;
	padding: 8px;
	left: -13px;
	top: -13px;
	background: #fff;
	border-radius: 20000px;
	font-size: 32px;
	height: 18px;
	line-height: 15px;
	border: 2px solid #fff;
	width: 18px;
	background: #165674!important;
	color: #fff;
}

.popup_close:hover {
	color: #eee;
	background:#165674;
}

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup_front {
	background: #fff;
	padding: 25px;
	box-shadow: 0 3px 10px #222;
	z-index:1000000;
}
.popup_front .cc{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
	color:#000;
	direction:rtl;
	font-size:30px;
	background:#fff;
	padding:20px;
	border-radius:20px;
}