@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc, #abc2, #research, #forgetPassword, #resetPassword {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto;
z-index:999;
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:15%;
margin-left:-202px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
z-index:999999;
}
div#popupPassword {
position:absolute;
left:40%;
top:25%;

font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.form {
max-width:605px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff
}
.form table tr td{
	padding:0 0 10px 10px;
	}
hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}

textarea {
background-repeat:no-repeat;
background-position:3px 3px;
width:90%;
height:95px;
padding:3px;
resize:none;
margin-top:5px;
border:1px solid #ccc;
padding-left:10px;
margin-bottom:5px
}
#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
#map {
    width: 100%;
    height: 400px;
}
@media only screen and (max-width: 767px) {
	div#popupContact {
	position:absolute;
	left:50%;
	top:128px;
	margin-left:-302px;
	font-family:'Raleway',sans-serif
	}
	div#popupPassword {
	position:absolute;
	left:50%;
	top:30%;
	font-family:'Raleway',sans-serif
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	div#popupContact {
	position:absolute;
	left:3px;
	top:50px;
	margin-left:0px;
	font-family:'Raleway',sans-serif
	}
	div#popupPassword {
	position:absolute;
	left:10%;
	top:30%;
	font-family:'Raleway',sans-serif
	}
	.form {
	max-width:435px;
	min-width:250px;
	padding:10px 30px;
	border:2px solid gray;
	border-radius:10px;
	font-family:raleway;
	background-color:#fff
	}

}