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

	POPUP.CSS

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

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

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

.preloader {
	z-index: 9999;
}

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

	EDIT BELOW

*/

.popup_close {
	color: #e94c6f;
    cursor: pointer;
    background: #fff;
    position: absolute;
    padding: 0px 7px;
    right: -9px;
    top: -9px;
    border: 1px solid #e94c6f;
    border-radius: 50px;
    width: 22px;
    height: 22px;
}

@media only screen and (max-width: 768px) {
    .popup_close {
        color: #e94c6f;
        background: #fff;
    }
}

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

div.popup {
	background: #fff;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}