@charset "utf-8";

/* body equivalent and overlay*/

.body{
	overflow-x: none;
}

.body_equivalent{position:fixed;top:-50%;left:-50%;width:200%;height:200%;background-image:none;}
.body_equivalent img{position:absolute;margin:auto;min-width:50%;min-height:50%;top:0;left:0;right:0;bottom:0;}

.bequindx{
	height:100%;
}

/*@media screen and (max-width: 640px){
	.body_equivalent{
		height:100%;
	}
}*/

.body_overlay{
	position:fixed;
	margin:auto;
	min-width:50%;
	min-height:50%;
	top:0;left:0;
	right:0;
	bottom:0;
	z-index: 6;
}

.main_container{
	position:relative;
	-webkit-transition: all 0.5s;
	transition:all 0.5s;
	z-index:10;
}

/* body equivalent and overlay ends*/