@keyframes show_container {
	from { opacity:0;}
	to {opacity: 1;}
}

BODY.ScrollOff{ position:fixed; overflow-y:scroll; width:100%; }

/*********** container **************/
.maunty_quize_popup_container{ display:block; opacity:0; position:fixed; top:0; left:0; width:100%;  height:100%; overflow:auto;
	z-index:11000; background-color:rgba(0, 0, 0, 0.8);
	display: -webkit-flex;	display: flex; 
	-webkit-justify-content: center; justify-content: center;
	-webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;	
	padding: 15px;
	min-width: 360px;
	background-image: url(preloader.svg); background-repeat: no-repeat; background-position: center; background-size: 100px;
}
.maunty_quize_popup_container.is-show{	opacity:1 !important;}

/*********** window **************/
.maunty_quize_popup_window{ position:relative; box-sizing:border-box; -webkit-border-radius:4px; border-radius:4px;
	overflow:hidden; height: 100%;   z-index:100;
	display: -webkit-flex;	-webkit-align-items:center;	-webkit-justify-content: center;
	display: flex;	align-items:center;	justify-content: center;
	-webkit-transition: all 0.5s ease;transition: all 0.5s ease;
	opacity: 0;
}
.maunty_quize_popup_window.is-show{ opacity: 1}


/*********** wrapper **************/
.maunty_quize_popup_wrapper{ background:#fff; box-sizing:border-box; width:100%;  min-width:200px; min-height: 100px; overflow: hidden;
	-webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

/*********** content **************/
.maunty_quize_popup_content{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

/**********************************/

.maunty_quize_popup_container iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; z-index: -1}

.maunty_quize_popup_case{ box-sizing:border-box;  padding:30px; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

.maunty_quize_popup_wrapper_close{ position:absolute; width:30px; height:30px; top:7px; right:7px; z-index:300; cursor:pointer;     border: 1px solid #eee;
	border-radius: 50%; background: #fff; }

.maunty_quize_popup_wrapper_close:after{content: '\2716';display: block;position: absolute;top: 0;left: 1px;width: 20px;height: 20px;line-height: 20px;font-size: 18px;color: #FF383B;cursor: pointer;z-index: 1;text-align: center;margin: auto;bottom: 1px;right: 0;}

@media only screen and (min-width: 480px) {
 
}
@media only screen and (min-width: 768px) {

	.maunty_quize_popup_case{width: 680px}
 
}

@media only screen and (min-width: 1024px) {

	.maunty_quize_popup_case{ min-width: 960px}
 }

@media only screen and (min-width: 1204px) {

	.maunty_quize_popup_case{ min-width: 1170px}
}

