.emodal {
	-moz-box-sizing: border-box;
}
.emodal::before {
	-moz-box-sizing: border-box;
}
.emodal::after {
	-moz-box-sizing: border-box;
}
.emodal-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 998 !important;
}
.emodal {
	top: 100px; display: none; visibility: hidden; position: absolute; z-index: 999 !important;
}
.emodal > .emodal-close {
	text-align: center; line-height: 1; font-weight: bold; text-decoration: none; position: absolute; cursor: pointer; min-width: 1em;
}
.emodal.responsive {
	left: 50%; width: 80%; height: auto; overflow: visible; margin-left: -40%;
}
@media only screen and (min-width:768px)
{
.emodal.nano {
	width: 20%; margin-left: -10%;
}
.emodal.tiny {
	width: 30%; margin-left: -15%;
}
.emodal.small {
	width: 40%; margin-left: -20%;
}
.emodal.medium {
	width: 60%; margin-left: -30%;
}
.emodal.large {
	width: 70%; margin-left: -35%;
}
.emodal.xlarge {
	width: 95%; margin-left: -47.5%;
}
}
.emodal.fixed {
	position: fixed;
}
.emodal.custom-position {
	left: auto; top: auto; margin-left: inherit;
}
.emodal .emodal-content :last-child {
	margin-bottom: 0px;
}
