/*-------------------------------

	POPUP.CSS

-------------------------------*/
.popup
{
height:100% !important;
padding:0px !important;
}

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont 
{
    top: 0em !important;
    margin: 0px auto;
    left: 0em !important;
    right: 0 !important;
     position: fixed;
    z-index: 99999;
    width:20em;
    /*width: 66.66666667%;*/
    height:100%
}
/*
{
    top: 0em !important;
    margin: 0px auto;
    left: 0em !important;
    right: 0 !important;
    opacity: 1;
    width: 25em;
    height: 100%;
    position: fixed;
    z-index:99999;
    }
*/
.preloader {
	z-index: 101;
}

/*---------------------
top: -14px;

    opacity: 1;
    height: 100%;
    position: fixed;
	EDIT BELOW

*/

.popup_close {
	cursor: pointer;
	position: absolute;
	padding: 5px;
}

.popup_back {
	z-index:99999;
}

div.popup {
	z-index:999990;
/*	box-shadow: 0 3px 10px #222;*/
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}
div.popup img {
            /* max-width: 100%; */
            /* max-width: 100%; */
            max-height: 90%;
            display: block;
            margin:0px auto;
            /*position: absolute;*/
        }