
/* end text filed animation css*/



/* start Styles for the popup */
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: none;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: none;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 550px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #fff;
	position: relative;
	margin: 0 auto;
	padding:0 0 0px;
	border:3px solid #E8E8E8;
		border-radius:2px;
	
}


.md-content > div {
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
	background:#fff;
	overflow: hidden;
}

/* Individual modal styles with animations/transitions */




.md-content .close_btn {
	background: #db0055;
border: medium none;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: block;
font-size: 20px;
font-weight: lighter;
margin: 0;
padding: 5px 5px;
position: absolute;
right: -8px;
top: -8px;
height: 25px;
width: 25px;
	z-index: 999;
text-align: center;
line-height: 30px;
border: 1px solid #db0055;
box-shadow: -2px 0px 4px rgba(0,0,0,.4);
}
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}




/*POPUP STYLES STARTS HERE*/

