.emodal, .emodal:before, .emodal:after {
	-moz-box-sizing: border-box;
}
.emodal-overlay {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:998!important;
}

.emodal {
	top:100px;
	visibility: hidden;
	position: absolute;
	display:none;
	z-index: 999!important;
}

.emodal > .emodal-close {
	text-decoration:none;
	text-align:center;
    line-height: 1;
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	min-width: 1em;
}

.emodal.responsive {
	left: 50%;
	margin-left: -40%;
	width: 80%;
	height: auto;
	overflow:visible;
}

@media only screen and (min-width: 768px){
.emodal.nano {
	margin-left: -10%;
	width: 20%;
}
.emodal.tiny {
	margin-left: -15%;
	width: 30%;
}
.emodal.small {
	margin-left: -20%;
	width: 40%;
}
.emodal.medium {
	margin-left: -30%;
	width: 60%;
}
.emodal.large {
	margin-left: -35%;
	width: 70%;
}
.emodal.xlarge {
	margin-left: -47.5%;
	width: 95%;
}
}


.emodal.fixed {
	position:fixed;
}
.emodal.custom-position {
	left: auto;
	top: auto;
	margin-left: inherit;
}

.emodal .emodal-content :last-child {
	margin-bottom:0;
}

.emodal-overlay{
	z-index: 9998!important;
	background: #00958a !important;
}
.emodal{
	z-index: 9999!important;
}
.emodal-title{
	text-align: center !important;
}
.emodal-close {
	color: #00958a !important;
	font-size: 0 !important;
	background: transparent !important;
}
.emodal-close:after {
	content: '+';
	font-size: 40px !important;
	transform: rotate(45deg) !important;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 10px;
}
.emodal input {
	border: solid 1px #00958a;
	margin: 0;
	width: 100% !important;
}
.emodal .wpcf7-submit {
	background: #00958a;
	color: #fff;
	width: 100%;

}
.emodal textarea {
	border: solid 1px #00958a;
	max-height: 100px !important;
}